body {

	font-family: 'Poppins', sans-serif;

	font-weight: 400;

	color: #666;

	font-size: 12px;

	line-height: 20px;

	width: 100%;

}

h1, h2, h3, h4, h5, h6 {

	color: #444;

}

/* default font size */

.fa {

	font-size: 14px;

}

/* Override the bootstrap defaults */

h1 {

	font-size: 33px;

}

h2 {

	font-size: 27px;

}

h3 {

	font-size: 21px;

}

h4 {

	font-size: 15px;

}

h5 {

	font-size: 12px;

}

h6 {

	font-size: 10.2px;

}

a {

	color: #23a1d1;

}

a:hover {

	text-decoration: none;

}

legend {

	font-size: 18px;

	padding: 7px 0px

}

label {

	font-size: 12px;

	font-weight: normal;

}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {

	font-size: 12px;

}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {

	font-size: 12px;

}

.input-group .input-group-addon {

	font-size: 12px;

	height: 30px;

}

/* Fix some bootstrap issues */

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {

	display: inline;

}



.nav-tabs {

	margin-bottom: 15px;

}

div.required .control-label:before {

	content: '* ';

	color: #F00;

	font-weight: bold;

}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {

	text-decoration: none;

	color: #ffffff;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

}

/* top */

#top {

	background-color: #1c2125;

    border-bottom: none;

    padding: 7px 0;

    margin: 0;

    min-height: 40px;

}

header{

	background-color: #1c2125;

}

header > .container{

	padding:16px 0;

}

#top #form-currency .currency-select,

#top #form-language .language-select {

	text-align: left;

}

#top #form-currency .currency-select:hover,

#top #form-language .language-select:hover {

	text-shadow: none;

	color: #ff004c;

	background-color: transparent;

	background-image: none;

	background-repeat: none;

}

#top .btn-link{

	padding:0;

}

#top-links > ul > li + li{

	padding-left:15px;

}

#top .btn-link, #top-links a {

	color: #fff;

	font-size:13px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	text-shadow: none;

	text-decoration: none;

}

#top .dropdown-menu .btn-link{

	color:#000;

	padding:0 10px !important;

}

#top .info-part li::before{

	content: '\f00c';

	font: normal normal normal 14px/1 FontAwesome;

	padding-right:6px;

	color:#66CC33;

}

#top .info-part{

	margin-top:5px;

}

#top .info-part li a{

	color:#ff004c;

	font-size:11px;

}

#top .info-part li{

    position: relative;

	color: #fff;

	font-size:13px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

}

#top-links a i{

	margin-left:6px;

}

#top ul{

	margin:0;

}

#top-links ul{

	padding-top:3px;

}

#top .btn-link:hover, #top-links a:hover {

	color: #fff;

}

#top-links .dropdown-menu a {

	text-shadow: none;

}

#top-links .dropdown-menu a:hover {

	color: #FFF;

}

#top .btn-link strong {

	font-size: 14px;

        line-height: 14px;

}

#top-links a + a {

	margin-left: 15px;

}

/* logo */

#logo {

	margin: 3px 0 0 0;

}

/* search */

#search {

	margin-bottom: 0px;

}

#search .input-lg {

	height: 45px;

	line-height: 20px;

	padding: 0 20px;

	border-radius:2px;

	font-size:14px;

}

#search .btn-lg i{

	color:#b1b3b4;

	font-size:23px;

}

#search .btn-lg {

	padding: 9px 20px;

	text-shadow: none;

	background-image: none;

	background-color: #fff;

    border: 1px solid #ccc;

	border-left: none;

}

#top-links li {

	vertical-align:middle;

}

/* cart */

#cart {

	margin-bottom: 0px;

	margin-top:10px;

}

#cart > .btn i{

	font-size: 22px;

    color: #ff0000;

	margin-left: 10px

}

#cart > .btn {

	font-size: 14px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	line-height: 18px;

	color: #FFF;

	background: transparent;

    border: none;

    box-shadow: none;

	padding:0px;

	text-align:right;

}

#cart.open > .btn {

	background-image: none;

	background: transparent;

    border: none;

    box-shadow: none;

	color: #FFF;

	text-shadow: none;

}

#cart.open > .btn:hover {

	color: #444;

}

#cart .dropdown-menu {

	background: #eee;

	z-index: 1001;

}

#cart .dropdown-menu {

	min-width: 100%;

}

@media (max-width: 478px) {

	#cart .dropdown-menu {

		width: auto;

	}
	.fixed .dropdown-menu .fa-times:before{ 
		width: 14px;
    	height: 14px;
		
	}	

}

#cart .dropdown-menu table {

	margin-bottom: 10px;

}

#cart .dropdown-menu li > div {

	min-width: 427px;

	padding: 0 10px;

}

@media (max-width: 478px) {

	#cart .dropdown-menu li > div {

		min-width: 100%;

	}

}

#cart .dropdown-menu li p {

	margin: 20px 0;

}

@media (min-width: 768px){

	.fixed .srchfix{

		width:45%;

	}

	.fixed .menufix{

		display: flex;

		justify-content: end;

		margin-top:15px;

		width:12%;

	}

	.fixed .menufix i{

		 font-size: 22px;

		 color: #ff0000;

	}

	.fixed .menufix .btn-menu{

		display:inline-block;

		padding: 0;

		border: none;

		box-shadow: none;

		margin: 0;

		background: transparent;

	}

	.fixed .menufix .menu-text{

		font-size: 14px;

		font-family: 'Poppins', sans-serif;

		font-weight: 500;

		line-height: 18px;

		color: #FFF;

		text-align: right;

		padding-right:15px;

	}

}

.menufix, .price-box .tax{

	display:none;

}

.fixed #mega_menu{

	display:none;

}

.fixed {

    position: fixed;

    top:0;

	left:0;

    width: 100%; 

	z-index:999;

}

.fixed #mega_menu.fixed_menu {

	display:block;

}

.fixed .fa-times:before{

	content: "";

    background: url(../image/close-cancel.png);

    display: block;

    width: 22px;

    height: 22px;

    background-size: 100%;

    background-repeat: no-repeat;

}

/* menu */

#menu {

	background-color: transparent;

	background-image: none;

	background-repeat: repeat-x;

	border: none;

	min-height: 40px;

}

#menu .nav > li > a {

	color: #fff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	padding: 10px 15px 10px 15px;

	min-height: 15px;

	background-color: transparent;

}

#menu .nav > li > a:hover, #menu .nav > li.open > a {

	background-color: rgba(0, 0, 0, 0.1);

}

#menu .dropdown-menu {

	padding-bottom: 0;

}

#menu .dropdown-inner {

	display: table;

}

#menu .dropdown-inner ul {

	display: table-cell;

}

#menu .dropdown-inner a {

	min-width: 160px;

	display: block;

	padding: 3px 20px;

	clear: both;

	line-height: 20px;

	color: #333333;

	font-size: 12px;

}

#menu .dropdown-inner li a:hover {

	color: #FFFFFF;

}

#menu .see-all {

	display: block;

	margin-top: 0.5em;

	border-top: 1px solid #DDD;

	padding: 3px 20px;

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 3px 3px;

	font-size: 12px;

}

#menu .see-all:hover, #menu .see-all:focus {

	text-decoration: none;

	color: #ffffff;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

}

#menu #category {

	float: left;

	padding-left: 15px;

	font-size: 16px;

	font-weight: 700;

	line-height: 40px;

	color: #fff;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

}

#menu .btn-navbar {

	font-size: 15px;

	font-stretch: expanded;

	color: #FFF;

	padding: 2px 18px;

	float: right;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

	border-color: #1f90bb #1f90bb #145e7a;

}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {

	color: #ffffff;

	background-color: #229ac8;

}

@media (min-width: 768px) {

	#menu .dropdown:hover .dropdown-menu {

		display: block;

	}

}

@media (max-width: 767px) {

	#menu {

		border-radius: 4px;

	}

	#menu div.dropdown-inner > ul.list-unstyled {

		display: block;

	}

	#menu div.dropdown-menu {

		margin-left: 0 !important;

		padding-bottom: 10px;

		background-color: rgba(0, 0, 0, 0.1);

	}

	#menu .dropdown-inner {

		display: block;

	}

	#menu .dropdown-inner a {

		width: 100%;

		color: #fff;

	}

	#menu .dropdown-menu a:hover,

	#menu .dropdown-menu ul li a:hover {

		background: rgba(0, 0, 0, 0.1);

	}

	#menu .see-all {

		margin-top: 0;

		border: none;

		border-radius: 0;

		color: #fff;

	}

}

.swiper-viewport{

	margin: 0 0 20px !important;

	border: none !important;

    border-radius: 0px !important;

	box-shadow: none !important;

}

@media (min-width: 768px){

	.swiper-viewport .swiper-button-next {

		opacity: 0;

		right: 20px !important;

	}

	.swiper-viewport .swiper-button-prev {

		opacity: 0;

		left: 20px !important;

	}

}

.category-heading{

	color: #000000;

    font-family: 'Poppins', sans-serif;

    font-size: 24px;

    font-weight: 800;

    text-transform: uppercase;

    line-height: 28px;

	padding:15px 0 25px;

	margin:0;

	letter-spacing: 1px;

	text-align:center;

}

.featured-category .owl-buttons div i{

	font-size:20px !important;

	color:#eeeeee;

}

.featured-category .owl-buttons div{

	opacity:1 !important;

}

.featured-category .name a{

	color: #000000;

	font-size: 15px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

	text-align:center;

}

.featured-category .owl-wrapper-outer{

	border: none;

	border-radius: 0;

	box-shadow: none;

}

.featured-category.owl-carousel{

	margin-bottom:40px;

}

.sortbox{

	margin:20px -15px 15px;

}

.sortbox .form-group.input-group .form-control{

	min-height:45px;

	font-size:14px;

	color:#1c2125;

	border-radius:3px;

}

.sortbox .form-group.input-group{

	width:100%;

}

.sortbox .input-group .input-group-addon{

	display:none;

}

.banner-box{

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

	position:relative;

	display:flex;

	justify-content: center;

    align-items: flex-end;

	overflow:hidden;

}

.banner-box > img{

	transition: transform 0.5s linear 0s;

}

.banner-box:hover > img{

	transform: scale(1.05);

}

.banner-box .desc-box{

    text-align: center;

    background-color: #E7E7E7C2;

    width: auto;

    margin: 15px 0px 15px 0px;

    padding: 15px 32px;

    border-style: solid;

    border-width: 2px 2px 2px 2px;

    border-color: #FFFFFF;

	position:absolute;

}

.banner-box + .banner-box{

	margin-top: 24px;

}

.banner-box .desc-box .first-line{

    margin-bottom: 5px;

    color: #000000;

    font-family: 'Poppins', sans-serif;

    font-size: 24px;

    font-weight: 700;

    line-height: 24px;

}

.banner-box .desc-box .ban-link{

    color: #000000;

    border-bottom: 2px solid #000000;

	font-size: 15px;

    line-height: 2;

	padding:0 15px;

}

.default-heading{

	color: #1c2125;

	font-size:20px;

	font-family: 'Poppins', sans-serif;

	font-weight: 400;

	margin:30px 0;

}

/* content */

#content {

	min-height: 600px;

}

/* footer */

@media(min-width:767px){

	.col-sm-25{

		width:20%;

		float: left;

		position: relative;

		min-height: 1px;

		padding-right: 15px;

		padding-left: 15px;

	}

}

.contact-infobox{

	background:#6F6F6F;

	padding:20px 0;

}

.contact-infobox ul li .description{

	margin-left:15px;

}

.contact-infobox ul li i{

	background: #fff;

    border-radius: 50%;

    font-size: 20px;

    width: 40px;

    height: 40px;

    color: #000;

    text-align: center;

    align-items: center;

    display: flex;

    justify-content: center;

}

.contact-infobox ul li{

	display:flex;

}

.contact-infobox ul{

	display: flex;

    justify-content: space-around;

	margin:0;

}

.contact-infobox .description p{

	font-size: 14px;

    color: #fff;

    font-weight: 400;

	margin:15px 0 0;

}

.contact-infobox .description a{

	font-size: 19px;

    color: #fff;

    font-weight: bold;

}

footer {

	margin-top: 0px;

	padding-top: 30px;

	background-color: #303030;

	border-top: none;

	color: #e2e2e2;

}

footer hr {

	border-top: none;

	border-bottom: 1px solid #666;

}

footer a,footer .cont100 .minbox ul li ul li{

	color: #fff;

	font-size: 14px;

    font-weight: 400;

    line-height: 32px;

}

.tel-info{

	color: #fff;

	font-size: 14px;

    font-weight: 400;

    line-height: 25px;

}

.address-info{

	color: #fff;

	font-size: 14px;

    font-weight: 400;

    line-height: 25px;

	margin-bottom:15px;

}

footer a:hover {

	color: #fff;

}

footer h3 {

	margin-bottom:20px;

}

footer h3:after{

	content: '';

    border-bottom: 1px solid #fff;

    display: block;

    padding: 5px;

    width: 25%;

}

footer .cont100 .minbox ul li ul li:first-child{

	min-width:88px;

}

footer .cont100 .minbox ul li ul li span{

	padding:0 5px;

}

#product-product .thumbnail,#product-category .img-thumbnail{

	padding: 0;

	border:none;

	border-radius:0px;

}

.cate-description p{

	font-size: 14px;

    line-height: 25px;

	font-weight:500;

}

.cate-description h2{

	margin:0 0 10px;

	font-size: 22px;

    font-weight: 500;

}

#product label{

	color: #9b9fa8;

	font-size: 13px;

	margin-bottom:6px;

}

#product .form-control{

	border: 1px solid #e5e5e5;

    min-height: 40px;

    border-radius: 4px;

    box-shadow: none;

}

.d-flex{

	display:flex;

}

.desc-tabs .nav{

	justify-content: center;

    display: flex;

	border:none;

}

.desc-tabs .nav li{

	margin:0;

}

.desc-tabs .nav li+li{

	margin-left:6px;

}

.desc-tabs .nav a{

	padding: 16px;

	background: #fff;

    border: 1px solid #1c2125;

    color: #1c2125;

	border-radius:2px;

	font-size:16px;

}

.desc-tabs #tab-video h3{

	font-size: 25px;

    margin: 25px 0;

}

.desc-tabs{

	padding-bottom:50px;

	margin-top:50px;

}

.desc-tabs .tab-pane p{

	font-size: 15px;

    color: #000;

    line-height: 26px;

}

.desc-tabs .nav-tabs>li.active>a,.desc-tabs .nav-tabs>li.active>a:focus, .desc-tabs .nav-tabs>li.active>a:hover,.desc-tabs .nav>li>a:focus,.desc-tabs .nav>li>a:hover{

	background: #1c2125;

	border-color: #1c2125;

	border-radius:2px;

	color:#fff;

}

#product .btn-group .btn{

	background: transparent;

    color: #000;

    border: none;

    box-shadow: none;

	padding:0px;

	padding-right:10px;

}

#product .btn-group .btn + .btn{

	border-left:1px solid #000;

	padding:0 10px;

}

.d-flex #input-quantity{

	max-width:100px;

	text-align:center;

	margin-right:10px;

	min-height:50px;

}

.product-rightdetail > h1{

	font-size: 30px;

	font-family: 'Poppins', sans-serif;

	color: #1c2125;

	font-weight:500;

	margin:0 0 15px;

	line-height: 40px;

	letter-spacing: .02em;

}

.product-rightdetail .rating{

	margin-bottom:12px;

}

.product-rightdetail .rating a{

	color:#1c2125;

	font-size: 12px;

	font-family: 'Poppins', sans-serif;

	font-weight:600;

	letter-spacing: .02em;

	margin-left: 5px;

}

.pro-info li a{

	color:#ff004c;

	font-size: 13px;

	font-family: 'Poppins', sans-serif;

	font-weight:500;

}

.pro-info li{

	color:#1c2125;

	font-size: 13px;

	font-family: 'Poppins', sans-serif;

	font-weight:500;

	padding-bottom:3px;

}

/* alert */

.alert {

	padding: 8px 14px 8px 14px;

}

/* breadcrumb */

.breadcrumb {

	margin: 0 0 20px 0;

	padding: 10px 0;

    border: none;

    background: transparent;

}

.breadcrumb i {

	font-size: 15px;

}

.breadcrumb > li a{

	color:#1c2125;

	font-size:14px;

	font-weight: 500;

}

.breadcrumb > li a:hover{

	text-decoration:underline;

}

.breadcrumb > li:last-child a{

	color:#a3a3a3;

}

.breadcrumb > li:last-child a:hover{

	text-decoration:none;

}

.breadcrumb > li {

	text-shadow: none;

	padding: 0;

	position: relative;

	white-space: nowrap;

	padding-right:30px;

}

.breadcrumb > li + li:before {

	content: '';

	padding: 0;

}

.breadcrumb > li:after {

	content: '\f105';

	display: block;

	position: absolute;

	border: none;

	transform: none;

	font: normal normal normal 14px/1 FontAwesome;

	top: 3px;

    right: -4px;

    padding: 0 15px;

}

.breadcrumb > li:last-child:after {

	content: '';

}

.pagination {

	margin: 0;

}

#account-login .well{

	background-color: transparent;

    border: none;

	border-radius: 0;

	box-shadow: none;

}

/* buttons */

.buttons {

	margin: 1em 0;

}

.btn {

	padding: 7.5px 12px;

	font-size: 12px;

	border: 1px solid #cccccc;

	border-radius: 4px;

	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}

.btn-xs {

	font-size: 9px;

}

.btn-sm {

	font-size: 10.2px;

}

.btn-lg {

	padding: 10px 16px;

	font-size: 15px;

}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {

	font-size: 12px;

}

.btn-group > .btn-xs {

	font-size: 9px;

}

.btn-group > .btn-sm {

	font-size: 10.2px;

}

.btn-group > .btn-lg {

	font-size: 15px;

}

.btn-default {

	color: #777;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

	background-color: #e7e7e7;

	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);

	background-repeat: repeat-x;

	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;

}

.btn-primary {

	color: #1c2125;

	text-shadow: none;

	background-color: transparent;

	background-image: none;

	border-radius:5px;

	padding:10px 25px;

	background-repeat: repeat-x;

	border: 1px solid #1c2125;

	font-size:15px;

	font-weight:600;

}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {

	background-color: #1c2125;

	color: #fff;

	background-position: none;

}

#button-cart.btn-primary i.fa-shopping-bag{

	color:#ff004c;

	float:left;

	margin-left: 15px;

	font-size:18px;

}

#button-cart.btn-primary{

	background-color: #1c2125;

	color:#fff;

	box-shadow: none;

	border-radius: 2px;

	padding:0px;

	position:relative;

	border:none;

}

#button-cart.btn-primary i.fa-angle-right{

	float:right;

	border-radius: 0 2px 2px 0;

	background: #ff004c;

    color: #fff;

    padding: 15px 17px;

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

	font-size: 18px;

}

#button-cart.btn-primary:hover{

	background: #ff004c;

}

#button-cart.btn-primary:hover i{

	color:#fff;

}

.btn-warning {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #faa732;

	background-image: linear-gradient(to bottom, #fbb450, #f89406);

	background-repeat: repeat-x;

	border-color: #f89406 #f89406 #ad6704;

}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-danger {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #da4f49;

	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);

	background-repeat: repeat-x;

	border-color: #bd362f #bd362f #802420;

}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-success {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #5bb75b;

	background-image: linear-gradient(to bottom, #62c462, #51a351);

	background-repeat: repeat-x;

	border-color: #51a351 #51a351 #387038;

}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-info {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #df5c39;

	background-image: linear-gradient(to bottom, #e06342, #dc512c);

	background-repeat: repeat-x;

	border-color: #dc512c #dc512c #a2371a;

}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {

	background-image: none;

	background-color: #df5c39;

}

.btn-link {

	border-color: rgba(0, 0, 0, 0);

	cursor: pointer;

	color: #23A1D1;

	border-radius: 0;

}

.btn-link, .btn-link:active, .btn-link[disabled] {

	background-color: rgba(0, 0, 0, 0);

	background-image: none;

	box-shadow: none;

}

.btn-inverse {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #363636;

	background-image: linear-gradient(to bottom, #444444, #222222);

	background-repeat: repeat-x;

	border-color: #222222 #222222 #000000;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {

	background-color: #222222;

	background-image: linear-gradient(to bottom, #333333, #111111);

}

/* list group */

.list-group a {

	border: 1px solid #DDDDDD;

	color: #888888;

	padding: 8px 12px;

}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {

	color: #444444;

	background: #eeeeee;

	border: 1px solid #DDDDDD;

	text-shadow: 0 1px 0 #FFF;

}

.refine-links li a{

	color:#000;

}

.sortbox .btn-group .btn{

	background: #333;

    color: #fff;

    padding: 7px 15px;

    border-radius: 3px;

}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{

	outline:0;

}

.sortbox .btn-group .btn.active{

	background:#ff004c;

	color:#fff;

}



/* carousel */

.carousel-caption {

	color: #FFFFFF;

	text-shadow: 0 1px 0 #000000;

}

.carousel-control .icon-prev:before {

	content: '\f053';

	font-family: FontAwesome;

}

.carousel-control .icon-next:before {

	content: '\f054';

	font-family: FontAwesome;

}

/* product list */

.product-thumb {

	border: none;

	margin-bottom: 20px;

	overflow: auto;

}

.product-thumb .image {

	text-align: center;

}

.product-thumb .image a {

	display: block;

}

.product-thumb .image a:hover {

	opacity: 0.8;

}

.product-thumb .image img {

	margin-left: auto;

	margin-right: auto;

}

.product-grid .product-thumb .image {

	float: none;

}

@media (min-width: 767px) {

.product-list .product-thumb .image {

	float: left;

	padding:0 15px 0 0;

}

}

.product-thumb h4 a{

	color:#1c2125;

	font-size:16px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

}

.product-thumb h4 {

	font-weight: bold;

	margin:15px 0;

}

.product-thumb .caption {

	padding: 0;

	text-align:center;

	min-height: auto;

}

.product-list .product-thumb .caption {

	margin-left: 230px;

	text-align:left;

	margin-bottom:20px;

}

.heading-related{

	font-size: 24px;

    margin: 25px 0;

	color: #1c2125;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

}

.tab-contentdetail .tab-pane{

	margin-bottom:50px;

}

#information-information #content p{

	font-size: 13px;

	color:#1c2125;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	line-height:23px;

}

#information-information #content h2{

	font-size: 25px;

    font-weight: 500;

}

#information-information #content{

	margin-bottom:50px;

}

@media (max-width: 1200px) {

.product-grid .product-thumb .caption {

	min-height: 210px;

	padding: 0 10px;

}

}

@media (max-width: 767px) {

.product-list .product-thumb .caption {

	min-height: 0;

	margin-left: 0;

	padding: 0 10px;

}

.product-grid .product-thumb .caption {

	min-height: 0;

}

}

.product-thumb .rating {

	padding-bottom: 10px;

}

.rating .fa-stack {

	font-size: 8px;

}

.rating .fa-star-o {

	color: #999;

	font-size: 18px;

}

.rating .fa-star {

	color: #FC0;

	font-size: 18px;

}

.rating .fa-star + .fa-star-o {

	color: #E69500;

}

h2.price {

	margin: 0;

}

.price {

	color: #444;

	margin-bottom:5px;

}

.price-new {

	font-weight: 600;

	color:#ff004c;

	font-size:18px;

}

.price-old {

	color: #b7b9c0;

	font-size:18px;

	text-decoration: line-through;

	margin:0 5px;

}

.pricelabel{

	font-size: 14px;

	color:#ff004c;

	font-weight:500;

}

.price-tax {

	color: #999;

	font-size: 12px;

	display: none;

}

.price-box{

	margin-bottom:15px;

}

.product-thumb .button-group {

	border-top: 1px solid #ddd;

	background-color: #eee;

	overflow: auto;

	display: none;

}

.product-list .product-thumb .button-group {

	border: none;

	display:block;

	background-color:transparent;

}

@media (max-width: 768px) {

	.product-list .product-thumb .button-group {

		border-left: none;

	}

}

.product-thumb .button-group button {

	width: auto;

	border: none;

	display: inline-block;

	float: left;

	background-color: transparent;

	border:1px solid #1c2125;

	color: #1c2125;

	line-height: 35px;

	font-weight: bold;

	text-align: center;

	text-transform: uppercase;

	padding:0px 20px;

	border-radius:4px;

}

.product-thumb .button-group button + button {

	width: auto%;

	margin-left:10px;

}

.product-thumb .button-group button:hover {

	color: #fff;

	background-color: #1c2125;

	text-decoration: none;

	cursor: pointer;

}

@media (max-width: 1200px) {

	.product-thumb .button-group button, .product-thumb .button-group button + button {

		width: 33.33%;

	}

}

@media (max-width: 767px) {

	.product-thumb .button-group button, .product-thumb .button-group button + button {

		width: 33.33%;

	}

}

.thumbnails {

	overflow: auto;

	clear: both;

	list-style: none;

	padding: 0;

	margin: 0;

}

.thumbnails > li {

	margin-left: 20px;

}

.thumbnails {

	margin-left: -20px;

}

.thumbnails > img {

	width: 100%;

}

.image-additional a {

	margin-bottom: 20px;

	padding: 5px;

	display: block;

	border: 1px solid #ddd;

}

.image-additional {

	max-width: 78px;

}

.thumbnails .image-additional {

	float: left;

	margin-left: 20px;

}

.bottom-banners .banner-box .desc-box img{

	margin-bottom:15px;

}

.bottom-banners .banner-box .desc-box{

	padding:15px 8px;

}

.bottom-banners{

	margin-bottom:50px;

}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),

	#content .col-lg-3:nth-child(4n+1),

	#content .col-lg-4:nth-child(3n+1),

	#content .col-lg-6:nth-child(2n+1) {

		clear:left;

	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),

	#content .col-md-3:nth-child(4n+1),

	#content .col-md-4:nth-child(3n+1),

	#content .col-md-6:nth-child(2n+1) {

		clear:left;

	}

}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),

	#content .col-sm-3:nth-child(4n+1),

	#content .col-sm-4:nth-child(3n+1),

	#content .col-sm-6:nth-child(2n+1) {

		clear:left;

	}

}



/* fixed colum left + content + right*/

@media (min-width: 768px) {

    #column-left  .product-layout .col-md-3 {

       width: 100%;

    }



	#column-left + #content .product-layout .col-md-3 {

       width: 50%;

    }



	#column-left + #content + #column-right .product-layout .col-md-3 {

       width: 100%;

    }



    #content + #column-right .product-layout .col-md-3 {

       width: 100%;

    }

}

.owl-carousel {

    -ms-touch-action: pan-y;

    touch-action: pan-y;

}

/* fixed product layouts used in left and right columns */

#column-left .product-layout, #column-right .product-layout {

	width: 100%;

}



/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {

	min-width: 50px;

}



/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {

    background-image: none;

    background-color: #df5c39;

}



@media(max-width:767px){

	.contact-infobox ul{

		display: block;

	}

	.contact-infobox ul li{

		padding:10px 0;

	}

	.cont100{

		padding:0 30px;

	}

	.banner-box{

		margin-bottom:35px;

	}

	.bottom-banners {

		margin-bottom: 10px;

	}

	#cart > .btn,.megaMenuToggle,#searchtop{

		display: flex;

		flex-direction: column;

	}

	#cart > .btn #cart-total{

		order: 2;

	}

	#cart{

		margin:0;

	}

	#cart > .btn i{

		order:1;

		margin:0 auto 5px;

	}

	.megaMenuToggle .navbar-toggle{

		padding:0px;

		border:none;

		border-radius:0px;

		background-color:transparent;

		box-shadow:none;

	}

	.icon-text,#cart > .btn{

		font-size: 10px;

		font-family: 'Poppins', sans-serif;

		font-weight: 500;

		line-height: 18px;

		color: #FFF;

	}

	.megaMenuToggle .navbar-toggle{

		margin: 0 5px 0;

		float: none !important;

		text-align: left;

	}

	.map-stores{

		margin:0 auto;

		text-align:center;

	}

	.megaMenuToggle i,#searchtop i,.map-stores i{

		font-size: 20px;

		color: #ff0000;

		margin:0 auto 5px;

	}

	.searchimg{

		margin:0 auto;

	}

	header{

		padding:8px 0 2px;

	}

	header > .container {

		padding: 0;

	}

	.rightbox ul{

		margin-bottom:0;

	}

	.rightbox li,.leftbox li{

		vertical-align:middle;

	}

	#logo {

		margin: 0 0 5px;

	}

	.leftbox{

		margin:0;

		justify-content: start;

		display: flex;

	}

	.rightbox{

		margin:0;

		justify-content: end;

		display: flex;

	}

	.serchdown {

		margin:0; 

		position:fixed; 

		top:60px; 

		left:0; 

		right:0; 

		z-index:10; 

		background:#eeeeee;

	}

	header > .container > .col-xs-4{

		padding:0 5px;

	}

	.boxnav { 

		background-color: rgba(0, 0, 0, 0.4); 

		opacity:1; 

		width:100%; 

		position:fixed; 

		top:0; 

		left:0; 

		display:none; 

		height:100%; 

		z-index:100;

	}

	.noscroll { 

		position:fixed; 

		overflow-y:scroll; 

		width:100%;

	}

	.boxbg { 

		margin:0; 

		padding:0; 

		width:80%; 

		height:100%; 

		overflow-y:scroll; 

		background:#fff;

	}

	.boxclose { 

		margin:0; 

		padding:0; 

		background:url(../image/close-cancel.png) no-repeat; 

		position:absolute; 

		top:10px; 

		right:10px; 

		width:32px; 

		height:32px; 

		cursor:pointer; 

		background-size: 100%;

	}

}

#product .form-group .control-label .btn-primary{

	padding: 4px 10px;

	font-size: 12px;

}

@media(max-width:405px){

	.icon-text, #cart > .btn{

		font-size: 9px;

	}

}

.optionimage .options{

	clear:both;

display:block;

}

.optionimage .options b{

	display:none;

}

.nonactive{

	display:none;

}