@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,600,700);
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.ban_body {height: 100%; overflow: hidden;}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------*/
.font-conent{
border-bottom: 1px solid #e8e8e8;
margin-bottom: 30px;
padding: 15px 0;
font-size: 15px;
color: #333;}
.font-conent img{max-width: 200px}
i.iconsuo{font-size: 16px;}
body {
	font-family:Roboto,arial,tahoma;
	color: #1a1a1a;background: #FFF;
	line-height: 1.428571429;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 400;/*letter-spacing: -.02em;*/
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6{
	color: #161616;
	line-height: 1.35;
}
/* default font size */
.fa {font-size: 14px;}

/* Override the bootstrap defaults */
h1,h2 {
	font-size: 22px;font-weight: 700
}
h3 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}

p{color: #161616}
a
{
	color: #161616;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:focus,
a:active,
a:hover {
	text-decoration:underline;
	color: #161616;
}
body ::-webkit-scrollbar-track
{

	background-color: #fff;
}

body ::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #fff;
}

body ::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.07);
	background-image: rgba(0,0,0,0.07);
}
legend {
	font-size: 16px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
img{
	max-width: 100%;
	height: auto;
}
.form-control{height:45px;}
.form-control select{height:45px;}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.alert-dismissable .close, .alert-dismissible .close{font-size: 30px;right: 0;line-height: 22px;}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}

div.required .control-label:after {
	content: '* ';
	color: #e93030;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
	border-top-color: #1a1a1a;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #1a1a1a;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #1a1a1a;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #1a1a1a;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #1a1a1a;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #1a1a1a;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #1a1a1a;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #1a1a1a;
}
.tooltip-inner{
	background: #1a1a1a;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0 0 10px 0;
	border-radius: 0;
	border: none;
	padding: 8px 10px;
}
/*but*/
.but-payapl {
	background:#ffc439;
	border:1px solid #ffc439;
	color: #111;
	padding: 0px 20px; text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; box-sizing:border-box;padding: 9px 20px;font-size: 11px;
    text-transform: uppercase;
    border-radius: 4px;border: 1px solid #feaf00;
    box-shadow: inset 0 1px 0 0 #ffd699;}
.paypal-button-text{display: inline-block;margin-right: 5px;font-weight: 700;text-shadow: 1px 1px 1px #fff}
.but-payapl:hover,.but-payapl:focus,.btn-payapl.focus{background-color: #ffc847;}
.but-payapl img{height: 20px;}
/*border but*/
.border-btn{
	padding: 0px 20px;
	font-size: 13px;
	color: #f4b69d;
	font-weight: 700;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease-in-out; 
	border: 1px solid #f4b69d;
	background: #fff;
	text-transform: uppercase;min-width: 120px; border-radius: 2px;
}
.border-btn:hover,.border-btn:focus{background: #10aeb5; color: #fff;}
.border-btn i{margin-right:5px;font-size: 14px;font-weight: initial}
.btn-primary,a.btn-primary{
	padding: 0px 25px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	transition: all 0.3s ease-in-out; 
	background: #f4b69d; border:none
}
.btn-primary:hover,.btn-primary:focus{background: #10aeb5;color: #fff;border: 2px solid #10aeb5}
.btn-primary i{font-size: 13px;margin-right: 6px}

.black-btn{
	padding: 0px 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	transition: all 0.3s ease-in-out; border: 2px solid #121212;background: #121212; text-transform: uppercase}
.black-btn i{margin-right:4px }
.black-btn:hover,.black-btn:focus{background: #121212;color: #fff;}
.border-gray-btn{
	padding: 0px 30px;
	border-radius: 8px;margin:0 auto 0;
	font-size: 14px;
	line-height: 46px;
	display: inline-block;text-transform: uppercase;
	transition: all 0.3s ease-in-out; border: 1px solid #f4b69d;background: #f4b69d;color: #fff}
.border-gray-btn:before{font-family:'iconfont'; content:'\e60c';font-size: 18px;margin-right: 5px;}
.border-gray-btn:hover,.border-gray-btn:focus{border: 1px solid #ccc;background: #f5f5f5}

.border-black-btn{
	padding: 0px 20px;
	font-size: 14px;
	color: #121212;
	font-weight: 700;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	transition: all 0.3s ease-in-out; border: 2px solid #121212;background: #fff; text-transform: uppercase}
.border-black-btn i{font-size: 12px;margin-left: 10px;}
.border-black-btn:hover,.border-black-btn:focus{background: #121212;color: #fff;}
.border-black-btn h3{font-size: 14px;display: inline-block;margin: 0;padding: 0}
.border-black-btn:hover h3,.border-black-btn:focus h3{color: #fff;}
/*del but*/
.cart-left{float: left;border-right:1px solid #dedede}
.cart-right{float: right;}
@media(min-width:1200px){
	.cart-left{
	width: 66%;
	padding-right:1.2%;
	padding-left:1.2%;min-height: 374px;
}
.cart-right{
	width: 34%;}
#checkout-cart .cart-left td.product_gifts{width: 10%;}
}
@media (min-width:992px) and (max-width:1199px){
.cart-left{
	width: 66%;
	padding-right:2%;
	padding-left:2%;}
	.cart-right{
	width: 34%;min-height: 392px;}
}
@media (min-width:768px) and (max-width:991px){
	.cart-left{
	width: 60%;
	float: left;
	padding-right:2%;
	padding-left:2%;min-height: 386px
	}
	.cart-right{
	width: 40%;
	}
}
@media(min-width:768px){
    .but-payapl{margin-top: 4px;}
	#checkout-cart .cart-left td.product_gifts{padding-right: 15px}
}
@media(max-width:767px){
	.cart-left{padding: 0 15px}
	#checkout-cart .cart-left td.product_gifts{padding-right: 10px}
}
#checkout-cart .or_line{clear: both;margin:0;line-height: 5px;padding-bottom: 15px;color: #888}
.cart-left .btn-danger{ background:#fff; color:#999; border:none;position: absolute;bottom: 15px;right: 0;font-size: 12px;padding: 0}
.cart-left .btn-danger:focus,.btn-danger.focus,.btn-danger:hover{color:#333;background-color:#fff;border-bottom:1px solid #333}
.cart-left .btn-danger i:before{ content:'\e60d';}
 .quantity-box .plus,.quantity-box .minus{
      height: 30px;
      box-shadow: none;
      text-align: center;
      width: 30px;
      border-radius: 0;
      padding: 0;
      color: #666;
      float: left;
      border: 0;
	  background: #f4f6f7;font-weight: 700
    }
.quantity-box .plus:hover,.quantity-box .minus:hover{
	background: #f1f4f5;
}
    .quantity-box .input-quantity {
      width: 50px;
      min-width: auto;
      margin: 0px 1px;
      height: 30px;
      box-shadow: none;
      font-weight: 400;
      text-align: center;
      border-radius: 0;
      padding: 0;
      color: #666;
      float: left;
      border: 0;
    }

#payment-method img{max-width: 238px}
/* transition */
a:hover,.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .action-links,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
	background-color: #10aeb5;
	border-color: #10aeb5;
}
.btn > i.arrow-right:before{ font-family:'iconfont'; content:'\e621'; font-size:11px}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	background:#eb865c;
	text-transform: uppercase;
	font:700 14px/40px Roboto;
	color: #fff;
	display: inline-block;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	padding: 0 15px;border: 2px solid #eb865c
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover, #button-login:hover, #button-confirm:hover,
#button-payment-method:hover, #button-shipping-method:hover, #button-quote:hover, #button-coupon:hover, #button-register:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
#button-guest:focus, #button-search:focus, #button-review:focus, #button-account:focus, #button-login:focus, #button-confirm:focus,
#button-payment-method:focus, #button-shipping-method:focus, #button-quote:focus, #button-coupon:focus, #button-register:focus,
.form-horizontal input.btn:focus, a.btn:focus, input[type='submit']:focus, .button:focus{background: #ee9e7d;border: 2px solid #ee9e7d;color: #fff}
#button-payment-method:before{ font-family: "iconfont"; content: "\e644"; margin-right: 5px;}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	border-radius:0;
}
#button-coupon,#button-voucher{
	text-transform: unset;
	font-weight: 400;
	padding:0 15px;
	height:45px;
	line-height:40px;
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #666;font-size: 14px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	min-width: auto;
}
#button-coupon:hover,#button-voucher:hover{color: #666;border: 1px solid #e8e8e8;background: #fff}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* owl carousel */
@media(min-width:768px){
.owl-container {margin: 0 -15px;}
}
@media(max-width:767px){
.owl-container {margin: 0 -5px;}
}
.owl-container .owl-item {
	padding: 0 15px;
}
.owl-carousel.owl-theme:hover .owl-nav div,.category-box .owl-carousel:hover .owl-nav div  {
	opacity: 1;
}
.owl-carousel.owl-theme  .owl-dot:hover span,.category-box .owl-carousel .owl-dot:hover span  {
	background: #888;
}
.owl-carousel.owl-theme  .owl-dot.active span,.category-box .owl-carousel .owl-dot.active span {
	background: #333;
	width: 20px;
	border-radius: 10px;
}
.owl-carousel.owl-theme  .owl-dot,.category-box .owl-carousel .owl-dot {
	display:inline-block;
	vertical-align:top;
}
.owl-carousel.owl-theme .owl-dot span,.category-box .owl-carousel .owl-dot span {
	width: 8px;
	height: 6px;
	border-radius: 100%;
	background: #e8e8e8;
	margin: 5px;
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav,.category-box .owl-carousel .owl-nav {
	margin: 0;
}
.owl-carousel.owl-theme .owl-nav div,.category-box .owl-carousel .owl-nav div {
	position: absolute;
	top: 40%;
    transform: translateY(-40%);
	font-size: 0;
	margin: 0;
	width: 45px;
	line-height: 45px;
	color: #fff;
	background:none;
	border-radius: 100%;
	background-color: #0000003b;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav div:before,.category-box .owl-carousel .owl-nav div:before {
	font-family: 'iconfont';
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 100%;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev,.category-box .owl-carousel .owl-nav div.owl-prev {
	left: -20px;
	opacity: 1;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before,.category-box .owl-carousel .owl-nav div.owl-prev:before {
	content: "\e609";
}
.owl-carousel.owl-theme .owl-nav div.owl-next,.category-box .owl-carousel .owl-nav div.owl-next {
	right: -20px;
	opacity: 1;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before,.category-box .owl-carousel .owl-nav div.owl-next:before {
	content: "\e608";
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-prev,.category-box .owl-carousel:hover .owl-nav div.owl-prev {
	left: -20px;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-next,.category-box .owl-carousel:hover .owl-nav div.owl-next {
	right: -20px;
}
.owl-carousel.owl-theme .owl-nav div:hover,.category-box .owl-carousel .owl-nav div:hover  {
	background-color: #0000003b;
	border-color: none;
	color: #555;
}
/*--------------*/

/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;

	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
#boxes .newletter-title h2{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}
.newletter-popup #dialog {
	padding: 50px 20px;
}
#boxes .box-content label{
	font-weight: 400;
	max-width: 650px;
	font-size: 14px;
}
#boxes  #frm_subscribe .required{
	color: #e93030;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding:0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}
#boxes  #frm_subscribe #notification{
	color: #e93030;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{

	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}
#popup2:hover {
	background:#10aeb5;
}
/* newsllter */
.newletter-subscribe-container {
	width: 100% !important;
	margin: 121px 0 0 0;
	text-align: center;
	background: #00b099 url(../image/bkg_newsletter.jpg) top center no-repeat;
	padding: 45px 25px 25px 25px;
	min-height: 350px;
	position: relative;
}
.newletter-subscribe-container:after {
	content: "";
	width: 53px;
	height: 53px;
	background: #fff;
	border: 2px solid #00b099;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -26px;
	z-index: -1;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.newletter-subscribe-container:before {
	content: "";
	width: 13px;
	height: 13px;
	background: #00b099;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -42px;
	z-index: 1;
	border-radius: 100%;
}
#dialog-normal .newletter-title h3 {
	font-size: 22px;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-top: 0;
	margin-bottom: 28px;
}
#dialog-normal .newletter-title h3 span {
	display: block;
}
#dialog-normal .newletter-title label{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
#dialog-normal .newleter-content{
	margin-bottom: 0;
	position: relative;
	margin-top: 24px;
	width: 100%;
	display: inline-block;
}
#subscribe-normal {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
}
#subscribe_email-normal{
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	line-height: 30px;
	height: 38px;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	width: 100%;
	font-weight: 400;
}
#frm_subscribe-normal .btn:hover{
	color: #00b099;
}
#frm_subscribe-normal .btn {
	margin-top: 28px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 0 25px;
	background: #fff;
	color: #333;
	border-radius: 4px;
	text-transform: uppercase;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
#notification-normal{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	font-size: 12px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #fff;
	text-align: center;
}
#subscribe-normal ::-webkit-input-placeholder {
	color: #fff;
}
#subscribe-normal :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
#subscribe-normal ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
#subscribe-normal :-ms-input-placeholder {
	color: #fff;
}
.header-inner {position:relative;padding:15px 0; justify-content: space-between;display: flex;}
.header-inner .container-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
.top-search p{ margin:0 0 5px 0}
.top-search p b{ color:#10aeb5}
#logo img{max-height: 80px;}
/* search */
#search input,#phone_search input{
	height: 40px;
	color: #999;
	box-shadow: none !important;
	padding: 10px;
	float: none;background: transparent;
	border: none;font-size: 14px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.top-search:hover #search input{border: 1px solid #fff}
 #phone_search input{border-top:1px solid #e8e8e8}
#search input{width:300px;}
	#search input:focus{width:300px;}
@media (min-width:1200px){
	.header-right .header-ul > li{padding-left:20px;}
 }
@media (min-width:992px) and (max-width:1199px){
	.header-right .header-ul > li{padding-left:14px;}
	#logo{width: 200px;}
    .header-inner .pull-right{padding-top: 20px;}
}
@media (min-width:768px) and (max-width:991px){
	.header-inner{padding: 15px 15px;}
	#logo{width: 180px;}
	.header-inner .pull-right{padding-top: 20px;}
	.header-right .header-ul > li{padding-left:10px;}
}
#search input:hover,#search input:focus{ background:#fff; color: #009cde}
#search .input-group-btn button:hover,.input-group-btn button:focus{background:transparent;color: #000}
#search .input-group-btn,#phone_search .input-group-btn{
	position: absolute;
	right: 0;
	width: auto;
	bottom: 0;
}
#search .input-group-btn button,#phone_search .input-group-btn button {
	height: 40px;
	width: 40px;
	padding: 0; 
	box-shadow: none !important;
	margin: 0;border:none;
	border-left:none;
	color: #000;background:transparent
}
.box-cart,.links,.accounts,.top-search .input-group{display:inline-block}
#phone_search .input-group-btn button{border:none}
#search .input-group-btn button:before,#phone_search .input-group-btn button:before{
	content: "\e61f";
	font-family: 'iconfont';
	font-size: 25px;
}
#phone_search{width:100%;}
/*====search-by-category=====*/
#search-by-category {
	position: relative;
	width: 100%;
}
#search-by-category .search-container .categories-container{
	position: absolute;
	padding: 10px 0;
	left: 0;
	top: 0;
}
#search-by-category .search-container #text-search{
	padding: 0 55px 0 190px;
	height: 49px;
	border-radius: 3px;
	font-size: 12px;
	border: 0;
	z-index: 1;
	background: #fff;
	color: #c2c2c2;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search{
	position: absolute;
	right: 0px;
	top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
	margin:0;
	color: #363f4d;
	padding: 0 30px 0 25px;
	cursor: pointer;
	overflow: hidden;
	position:relative;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 29px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-by-category .search-container .categories-container .hover-cate p i{
	display: inline-block;vertical-align: top;font-size: inherit;line-height: inherit;margin-left: 19px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
	z-index: 9999 !important;
	position: absolute;
	display: none;
	background: #FFF;
	max-height: 300px;
	overflow: auto;
	margin-top: 0px;
	border: 1px solid #ddd!important;
	padding: 5px;
	width:100%;
	cursor: pointer;
	top: 100%;
	text-align: left;
}
.cate-items li {
	text-transform: capitalize;
	color: #363f4d;
	font-size: 11px;
	list-style: none;
	line-height: 18px;
}
.cate-items li:hover{
	color:#10aeb5
}
.cate-items li.f1 {
	padding-left: 5px;
}
.cate-items li.f2 {
	padding-left: 15px;
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 9999 !important;
	background: none repeat scroll 0% 0% #fff;
	left: 0px;
	top: 100%;
	width: 88%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name{
	margin: 10px 0;
}
#search-by-category .search-ajax li{
	list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
	padding: 20px;
	margin: 0;
	color: #646464;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
	display:block;
	border:1px solid #ddd;
	max-height:300px;
	overflow: auto;
	padding:10px;
}
#btn-search-category:hover{
	color: #363f4d;
}
#btn-search-category{
	background: #10aeb5;
	border:none!important;
	padding:0;
	box-shadow:none;
	text-shadow:none;
	border-radius: 3px;
	height: 49px;
	width: 49px;
	color: #fff;
	font-size: 0;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 49px;
}
#btn-search-category:before {
	font-family: 'Stroke-Gap-Icons';
	content: "\e6a4";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
/*==========================*/

/*category Customers reviews*/
.category-reviews h5{font: 400 22px/26px Roboto;border-bottom: 1px solid #d8e0df}

/*category Customers reviews end*/
.box-cart {vertical-align: top;}
#cart-total{
	position: absolute;
	font-size: 12px;
	width: 18px;
	height: 18px;top:5px;
	font-style: inherit;border-radius: 50%;background: red;
    color: #fff;
    line-height: 18px;
}
@media(min-width:1200px){
#cart-total{right: -10px;top: 0;}
}
#cart .mycart{ font-size:12px; line-height:25px;display: block;
}
#cart .mycart .total-price {
	display: block;
	color: #787878;
	font-weight: 400;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
.header-right > li a.btn-primary{color: #fff}
.header-right > li+ li::before{color: #efefef;content: '|';font-size: 20px;margin: 0 20px}
.header-right > li a i.iconlight-arrow-arrow{font-size: 6px;line-height: 6px;}
.header-right > li a i{line-height: 34px;font-size: 22px}
.header-right > li {display: inline-block;text-align: center;min-width: 50px;text-align: center}
.header-right > li a{color: #000}
.header-right > li a:hover,
.header-right > li a:focus,
.header-right > li a:active{color: #000} 
.header-right > li.accounts,.header-right> li#cart,.header-right{position: relative}
/*currency*/
.header-right li.accounts a.dropdown-toggle{background: #000;line-height: 30px;border-radius: 4px;color: #fff;display: inline-block;padding: 0 16px}
/*.header-right li.accounts a:after{content: "\e60f";font-family: iconfont;font-size: 8px;margin-left: 5px;}*/

.currency{position: relative;height: 28px;}
.currency i{font-size: 6px;transform: scale(0.5);display: inline-block}
.header-right,.currency{display: table-cell;vertical-align: middle;}
@media(min-width:1200px){
	.header-right,.currency{min-width: 340px; margin-top: 20px;}
}
@media(min-width:992px){
	.header-right .header-ul > li a{font-size: 12px;}
}
@media (min-width:768px) and (max-width:991px){
.header-right .header-ul > li a{font-size: 11px;}
}
@media(min-width:768px){
	.currency .dropdown-menu > li > a,li.accounts div.dropdown-menu .list-unstyled> li > a{padding:0 10px;font-size: 12px;}
}
.currency ul li a,li.accounts div.dropdown-menu .list-unstyled> li > a{position: relative;height:40px;line-height: 40px;border-bottom: 1px solid #f2f2f2; display: block;}
li.accounts div.dropdown-menu .list-unstyled > li > a{color: #333;}
li.accounts div.dropdown-menu .list-unstyled > li > a:after{display: none}
.currency ul li a.currGBP:before,
.currency ul li a.currUSD:before, 
.currency ul li a.currEUR:before,
.currency ul li a.currAUD:before{float: left;margin-top: 8px;font-size: 12px;}
.header-ul > li ul li a:hover,.currency ul.dropdown-menu > li.act{background:#f5f5f5}
.header-right .header-ul > li.dropdown-menu li{padding: 10px;}
.header-right .header-ul > li:hover .dropdown-menu,.currency:hover .dropdown-menu{display:block;}

/*dropdown-menu top*/
.currency form ul.dropdown-menu{left: 0;margin:0}
li.top-search .dropdown-menu{padding: 10px;}
li.accounts ul.dropdown-menu,li.accounts div.dropdown-menu,.currency  ul.dropdown-menu{
	position: absolute;;
	text-align: left;
	margin: 10px 0 0 0;
	background: white;
	border-radius: 0;
	padding:0;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1); border: 2px solid #fff;max-width: 150px;text-indent:10px
}
li.accounts ul.dropdown-menu::after,
li.accounts div.dropdown-menu::after{
	border: 8px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	left: 55px;
	top: -17px
 }
li.accounts ul.dropdown-menu::after,
li.accounts div.dropdown-menu::after,
li.accounts ul.dropdown-menu::before,
li.accounts div.dropdown-menu::before{
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
/*dropdown-menu end*/
.header-right .header-ul > li#cart ul.dropdown-menu::after{left: auto; right: 25px;}
.header-right .header-ul > li#cart .dropdown-menu{width: 290px;right: 0;left: auto;}
.header-right .header-ul > li#cart .dropdown-menu .col-xs-12{margin: 0 -15px;}
.headerSpace {display: none;}
.top-menu {position: relative;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
.top_blocks{text-align: center; background:#f4b69d;color: #fff;font-size: 13px;line-height: 30px;}
.top_blocks a{color: #fff}
.top_blocks p{font-size: 13px;color: #fff;margin-bottom: 0}
.top_blocks .top_Contact li{display: inline-block;color: #000;}
.top_blocks i{margin:0 6px}
.top_blocks i.iconmail{font-size: 12px}
.top_blocks p b{text-transform: uppercase;display: block;}
.fix-header{
	width: 100%;
	max-width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 889;
	margin: 0 auto;
	background: #fff;
	position: fixed !important;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_titles;
	-moz-animation-duration: 5.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
border-bottom: 1px solid #e8e8e8;
}
.fix-header #pt_custommenu::after,
.fix-header #pt_custommenu::before{
	display: none;
}
.fix-header #pt_custommenu{
	margin: 0;
}
.fix-header #logo {
	padding: 10px 0;
}
/* cms block */
.banner-static {
	text-align: center;
	clear: both;
}
.banner-static .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	margin: auto;
	bottom: 2%;
}
.banner-static .image{
	position: relative;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
}
.banner-static .image:hover img {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}
.banner-static a.image .text button{border:none; height: 32px;line-height: 32px;background: transparent;text-decoration: underline;color: #fff;text-shadow: 2px 1px 1px #333;font-size: 16px}

.banner-static .image img {
	-webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.banner-static a.image .text {
	position: absolute;
	right: 0;
	z-index: 2;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); width: 80%;
    border: 1px solid #fff;box-sizing: content-box;
    display: block;padding: 20px 0;box-shadow:1px 1px 1px #666;left: 10%;top: 60%;
}
@media(min-width:1200px){
    .banner-static a.image .text{height: 160px;}
    .banner-static a.image .text button{margin-top: 20px}
}
@media(min-width:768px){
    .static-top-Pander3{margin-top: 40px;}
}
@media (max-width:767px){
    .banner-static a.image .text{top: 60%}
    .static-top-Pander3 a.image .text .text1 em{font-size: 40px} 
    .static-top-Pander3{margin-top: 20px;}
}

/*static-top-Pander3*/
.static-top-Pander3 .col-md-4{margin-bottom:30px;}
.static-top-Pander3 a.image .text .text1{color: #fff;position: relative;text-shadow: 2px 1px 1px #333;margin: 0}
.static-top-Pander3 a.image .text .text1 b{display: block}
.static-top-Pander3 a.image .text .text1 i{font-style: normal;text-transform: uppercase}
@media(min-width:1200px){
	.static-top-Pander3 a.image .text .text1{font-size: 26px;}
    .static-top-Pander3 a.image .text .text1 b{font-size: 40px;text-transform: uppercase;}
    .static-top-Pander3 a.image .text .text1 i{font-size: 40px;}
}
@media(min-width:320px) and (max-width:1199px){
	.static-top-Pander3 a.image .text .text1{font-size: 22px;line-height: 35px}
    .static-top-Pander3 a.image .text .text1 em,.static-top-Pander3 a.image .text .text1 b{font-size: 36px;}
    .static-top-Pander3 a.image .text .text1 i{font-size: 30px;}
    .banner-static a.image .text button{margin-top: 10px;}
}

.banner-static a.image .text .text1,
.banner-static a.image .text .text2,
.banner-static a.image .text .text3 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.banner-static a.image:hover .text .text1 {
	-webkit-animation: fadeInUp 400ms ease-in-out;
	-moz-animation: fadeInUp 400ms ease-in-out;
	-ms-animation: fadeInUp 400ms ease-in-out;
	animation: fadeInUp 400ms ease-in-out;
}
.banner-static a.image:hover .text .text2 {
	-webkit-animation: fadeInUp 600ms ease-in-out;
	-moz-animation: fadeInUp 600ms ease-in-out;
	-ms-animation: fadeInUp 600ms ease-in-out;
	animation: fadeInUp 600ms ease-in-out;
}
.banner-static a.image:hover .text .text3 {
	-webkit-animation: fadeInUp 800ms ease-in-out;
	-moz-animation: fadeInUp 800ms ease-in-out;
	-ms-animation: fadeInUp 800ms ease-in-out;
	animation: fadeInUp 800ms ease-in-out;
}
.static-menu-bottom{padding: 30px 30px 5px 30px}
.static-sidebar{margin-bottom: 30px}

@media(min-width:768px){
   .section-title{margin-top: 64px;} 
   .title-border::before{width: 50px;}
   .section-title b{font:700 30px/35px Roboto;margin-bottom: 25px;padding-bottom: 22px;}
}
@media(max-width:767px){
    .title-border::before{width: 40px;}
    .section-title b{font:700 20px/22px Roboto;margin: 25px 0 15px;padding-bottom: 10px;}
	.tt-product .caption .price-box{padding-bottom:0;}
	.tt-product .product-name{margin-top: 3px;}
}
/* home Title */
.title-border{position: relative;text-transform: capitalize}
.title-border::before {background: #eee none repeat scroll 0 0;bottom: 0;content: ""; height: 2px;left: 0;position: absolute;}
.section-title b{color: #444;display: block;}
.section-title .title-border::before {background: #f4b69d none repeat scroll 0 0;margin: 0 auto;right: 0;}

/* --- */
.static-author-best .col-des {
	width: 50%;
	padding-right: 15px;
	float: left;
}
.static-author-best .col-des .title {
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	margin-bottom: 52px;
	font-weight: 700;
}
.static-author-best .col-des .name {
	font-size: 70px;
	text-transform: uppercase;
	color: #333;
	text-align: right;
	font-weight: 700;
	line-height: 1.1;
}
.static-author-best .col-des .name span {
	display: block;
	text-transform: capitalize;
}
.static-author-best .col-des .categories {
	text-transform: uppercase;
	color: #999;
	text-align: right;
	margin-top: 5px;
}
.static-author-best .col-des .categories a {
	color: #999;
}
.static-author-best .col-des .categories a:hover {
	color: #10aeb5;
	text-decoration: underline;
}
.static-author-best .col-des .des {
	font-size: 16px;
	text-align: right;
	line-height: 24px;
	margin-top: 35px;
}
.static-author-best .col-des .social-author {
	text-align: right;
	margin-top: 35px;
}
.static-author-best .col-des .social-author li {
	display: inline-block;
	vertical-align: top;
}
.static-author-best .col-des .social-author li a {
	width: 37px;
	height: 37px;
	line-height: 37px;
	background: #e1e1e1;
	border-radius: 100%;
	font-size: 0;
	text-align: center;
}
.static-author-best .col-des .social-author li a:before {
	color: #fff;
	font-size: 15px;
}
.static-author-best .col-des .social-author li a:hover {
	background: #10aeb5;
}
.static-author-best .col-image {
	width: 50%;
	padding-left: 15px;
	overflow: hidden;
}
/* Products */
.owl-item.active .item {
	-moz-animation: zoomIn 500ms ease;
	-o-animation: zoomIn 500ms ease;
	-webkit-animation: zoomIn 500ms ease;
	animation: zoomIn 500ms ease;
}
.item .item-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #fff;
}
.label_new,.label_sale,.human,.syn{
	background-image: url('../image/hot.png');
	position: absolute;
	background-repeat: no-repeat;
	top: 15px;
	left: 15px;
	z-index: 1;
	font-size: 0;
}
@media(min-width:1200px){
.label_new,.label_sale,.human,.syn{background-size: 40px;width: 40px;height: 50px;}
}
@media (max-width:1199px){
.label_new,.label_sale,.human,.syn{background-size: 40px;width: 40px;height: 50px;}
}
.label_off{top: 15px;right: 15px;font-size: 12px;color: #fff;padding:1px 8px;font-weight: 700;background:red;position: absolute;z-index: 1;border-radius: 2px;}
@media(max-width:767px){
    .owl-item .row_items{padding: 5px}
}
.item-inner,.row_items{
	position: relative;
	overflow: hidden;display: block;margin-bottom:15px;transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;}
.item-inner .images-container,.pro-image{
	position: relative;
	background: #fff;
	text-align: center;
	border: 1px solid #e8e8e8;
	overflow: hidden;display: block
}
.tt_product_module .text_empty{text-align: center;}
.item-inner img,.row_items img{
	margin: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;font-size: 12px;
}
.item-inner img:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item-inner .img-r{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index:1;}
.item-inner:hover .img-r {
	opacity:1;
	visibility: visible;}
.qv-button-container {display: block;}
.item-inner button.btn-quickview {
	min-width: 120px;
	height: 36px;
	line-height: 36px;
	color: #1a1a1a;
	border-radius:0;
	font-size: 13px;
	background: #fff;
	text-align: center;
	padding: 0;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.5s ease-in-out;}
.item-inner button.btn-quickview:hover {
	background: #fff; color:#1a1a1a;}
.item-inner:hover button.btn-quickview {
	opacity: 1;
	transform: scale(1);}

.item-inner .action-links button.btn-cart {
	line-height: 30px;
	background-color: white;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0;
	border-radius: 0;
	text-align: center;
	text-transform: capitalize;
	color: #343434;
	display: inline-block;
	vertical-align: top;
}
.iconhome:before{transform: scale(0.8);display: inline-block;}
.item-inner .action-links button.btn-cart:before {
	content: "\e60b";
	font-family: 'iconfont';
	font-size: 18px;
	vertical-align: top;
	margin-right: 7px;
	font-weight: normal;
}
.item-inner .action-links .add-to-links {
	display: inline-block;
	vertical-align: top;
}
.btn-wishlist{border:none;font-size: 12px;color: #888;background: transparent}
.btn-wishlist:before{content: "\e621";font-family: iconfont;margin-right: 3px;}
.btn-wishlist:hover{text-decoration: underline}
.item-inner .action-links button:hover{
	background: none;
	color: #10aeb5;
}
.product-layout .caption{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: transparent;
	position: relative;
	min-height: 110px;
}
.caption .price-box {
	display: block;padding:8px 0 3px
}
.caption .ratings {margin-bottom: 0;}

.product-name{
	margin:0;
	display: block;
}
.caption .product-name{margin-top: 10px;}
.product-name a {
	padding: 0;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	max-height: 36px;
	font: 400 12px/18px Roboto
}
.caption .review-count {
	display:inline-block;
	font-style: normal;
	vertical-align: bottom;font-size: 12px;
}
.ratings a.review-count::after{
	content: "|";
	margin-left: 8px;
	vertical-align: top;margin-right: 8px;}
.ratings a {
	text-transform: capitalize;
	color: #999;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	vertical-align:middle;
}
.ratings a:hover {
	color: #1a1a1a;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:middle; line-height: 14px;
}
.rating-box div[class^='rating']{
	background: url('../image/icon_bg.png') no-repeat;
	font-size: 0;
	height: 14px;
	width: 62px;
	display: inline-block;
	background-size: 80px; 
	background-position: 1px -255px;
}
.rating-box div.rating1{
	background-position: 1px -240px;
}
.rating-box div.rating2{
	background-position: 1px -225px;
}
.rating-box div.rating3{
	background-position: 1px -211px;
}
.rating-box div.rating4{
	background-position: 1px -196px;
}
.rating-box div.rating5{
	background-position: 1px -182px;
}
.price-box p {
	display: inline-block;
	margin-bottom: 0;line-height: 20px;
}
.price-box .price-tax,.price-box label {
	display: none;
}
.wishlist-item .product-name{margin-bottom: 5px;}
.inStock{color:#999;font-size: 14px;font-weight: 400;margin-bottom: 0}
.price-box p.old-price .price {
	text-decoration: line-through;
	font-size: 12px;
	font-weight: 400;color: #868686
}
.price-box .special-price .price{color: red;}
/* module title*/
.module-title {
	position: relative;
	display: block;
	margin-top: 60px;
	margin-bottom: 15px;
	text-align: center;font-size: 26px;font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.module-title h2 {
	margin: 0;
}
.module-title h2:after,.module-title h2:before{ border-top: 1px solid #e8e8e8}
.module-description {
	text-align: center;font-size: 16px;display: none
}
.module-description p {
	font-size: 16px; color: #fff;
	line-height: 24px;
	letter-spacing: .5px;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	margin: 0; text-align:center
}
.home-special-product .module-title .module-description p:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #ebecec;
	left: 0;
	top: 80%;
	z-index: 5;}

.home-special-product .module-title .module-description p span{
	position: relative;
	background-color: #fff;
	padding: 0 30px;
	z-index: 10;
	color:#888;}

/*product-customize*/
.module-customize1 .product-customize {
	padding: 60px 0;
}
.module-customize1 .product-customize .row {
	display: table;
}
.module-customize1 .product-customize .row .col {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.module-customize1 .product-customize .item-inner .caption {
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
	padding: 35px 15px 45px 15px;
}
.module-customize1 .product-customize .product-name a {
	font-size: 28px;
	font-weight: 700;
}
.module-customize1 .product-customize .product-name {
	margin-bottom: 3px;
}
.module-customize1 .product-customize .manufacture-product {
	color: #999;
	text-transform: capitalize;
	font-size: 22px;
	font-style: italic;
}
.module-customize1 .product-customize .manufacture-product a {
	font-style: normal;
}
.module-customize1 .product-customize .product-des {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding-top: 8px;
}
.module-customize1 .product-customize .read-more {
	color: #10aeb5;
	text-transform: capitalize;
	text-decoration: underline;
	display: block;
	margin-top: 17px;
}
.module-customize1 .product-customize .read-more:hover {
	color: #202226;
}
.module-customize1 .product-customize .price-box .price {
	font-size: 28px;
}
.module-customize1 .product-customize .price-box p.old-price .price {
	font-size: 24px;
}
.module-customize1 .product-customize .price-box p.old-price {
	padding-top: 3px;
}
.module-customize1 .product-customize .item-inner .caption .ratings {
	margin-top: 7px;
}
.module-customize1 .product-customize .item-inner .caption .action-links {
	display: block;
	margin-top: 20px;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart {
	float: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	background: #10aeb5;
	padding: 0 22px;
	color: #fff;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart:before {
	display: none;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart:hover {
	background: #202226;
}

/*list-style*/
.list-style:not(:first-child) {
	margin-bottom: 0;
	margin-top: 19px;
	overflow: hidden;
	padding-top: 21px;
	border-top: 1px solid #ededed;
}

/*list-module*/
.review-title{font-size: 26px;font-weight: 700;}
.reviews-block,#review{background:#fff;margin-top: 0;padding:5px 15px}
.reviews-block h5,#phont-Reviews h5{font:600 16px/30px Roboto;color: #000;}
.reviews-block #review h5, #review h5{border-bottom: 2px solid #e3e3e3}

@media(min-width:768px){
    .price-box .price {font:600 16px/20px Roboto;}
}
@media(max-width:767px){
    #phont-Reviews h5,.reviews-Hinweis{text-align: center}
	.list-module .module-title span,.review-block .title,.module-title{font-size: 16px;font-weight: 700;}
    .price-box .price {font:500 16px/20px Roboto;}
    #review h5 small{display: block;padding-bottom: 12px;}
}
.list-module .module-title :before,.list-module .module-title :after{border-bottom: 1px solid #ddd;position: relative;top: -15px;}
.module-group {
	margin-top: 68px;
}
.module-group .container {
	position: relative;
}
.module-group .container:after {
	content:"";
	left: 15px;
	right: 15px;
	position: absolute;
	top: 0;
	height: 1px;
	background: #e5e5e5;
	display: block;
}
/* module-style1 */
.Related-Products .module-title:before{border-bottom: 1px solid #e3e3e3;display: block;}
/* module-style2*/
.module-style2 .caption .price-box {
	opacity: 1 !important;
}

.module-style2 .grid-style:not(:first-child) {
	margin-top: 10px;
}
/* module-style3 */
.module-style3 {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}
.module-style3 .module-title {
	margin-top: 0;
}
/* module-nav2 */

.module-nav2  .owl-carousel.owl-theme .owl-nav {
	position: absolute;
	right: 9px;
	top: -68px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	margin: 0;
	color: #202226;
	width: 20px;
	height: 25px;
	line-height: 25px;
	border-radius: 0;
	font-weight: normal;
	background: transparent;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:hover {
	color: #10aeb5;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div:before {
	font-size: 20px;
	font-family: "Ionicons";
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-prev:before {
	content: "\f3cf";
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-next:before {
	content: "\f3d1";
}

/*--module-footer--*/
.module-footer .module-title {
	margin-top: 0;
	margin-bottom: 25px;
	text-align: left;
}
.module-footer .module-title h2 {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding-bottom: 0;
}
.module-footer .module-title h2:after,.module-footer .module-title h2:before {
	display: none;
}
.module-footer .list-style .item .item-inner {
	padding: 0;
	background: transparent;
}
.module-footer .list-style .item .item-inner .images-container {
	width: 29.63%;
	float: left;
}
.module-footer .list-style .item .caption {
	padding-left: 20px;
}
.module-footer .list-style:not(:first-child) {
	margin-top: 20px;
}
.module-footer  .product-name a {
	color: #fff;
}
.module-footer  .product-name a:hover {
	color: #10aeb5;
}
.module-footer .price-box .price {
	color: #fff;
}
/* slider-group */
.slider-group {margin-top: 30px;}

/* tabs-category-slider */
.tabs-category-slider .module-title {
	margin-bottom: 30px;
	/*border-top: 1px solid #e5e5e5;
	padding-top: 75px;*/
	margin-top: 65px;
}
.tabs-category-slider .tabs-categorys {
	z-index: 1;
	display: block;
	text-align: center; margin-top:20px;

}
.tabs-category-slider .tabs-categorys li {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
.tabs-category-slider .tabs-categorys li a {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	display: block;
}
.tabs-category-slider .tabs-categorys li a:after {
	content: "";
	background: #10aeb5;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
.tabs-category-slider .tabs-categorys li:last-child {
	margin:0;
}
.tabs-category-slider .tabs-categorys li.active a:after{
	opacity: 1;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
	display: none;
}
.product-tabs-container-slider .tabs-categorys {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 17px;
}
.product-tabs-container-slider .tabs-categorys li {
	margin-right: 35px;
	float: left;
}
.product-tabs-container-slider .tabs-categorys li a {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 26px;

	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;

}
.product-tabs-container-slider .tabs-categorys li:last-child {
	margin:0;
}
.product-tabs-container-slider .tabs-categorys li a:hover,.product-tabs-container-slider .tabs-categorys li.active a{
	color: #333333;
}
/* related-products */
@media(min-width:992px){
	.product-info-main .product-name{margin-bottom: 10px;}
}
@media(min-width:1200px){
.Related-Products .module-title{margin: 25px 0 30px}
.color-set{width:1350px;}
.Recently-Viewed .module-title {margin:0;}
.review-block .title{margin:20px 0;}
}
@media (min-width:992px) and (max-width:1199px){
.Recently-Viewed.module-title,.review-block .title{margin:10px 0 40px}
.color-set{width:997px;}
.Related-Products .module-title{margin: 15px 0} 
.Related-Products{padding-top: 10px;margin-top: 40px;}
}
@media (min-width:768px) and (max-width:991px){
.color-set{width:750px;}
.product-info-main .ratings{width: 100%;margin-bottom: 5px;}
.product-name{margin: 0}
.Related-Products{padding: 20px 0 0;margin-bottom: 40px;}
.review-block .title{margin:10px 0}
.Recently-Viewed .module-title{margin: 20px 0 30px}
.Related-Products .module-title{margin: 15px 0}
}
@media (max-width:767px){
.Recently-Viewed .list-module .module-title{margin-top: 20px;}
.Related-Products,.Recently-Viewed{background:#fff;padding:1px 15px 10px}
.Recently-Viewed {padding: 0 15px;}
#content .product-info-main h1.product-name{font-weight: normal;font-size: 14px;text-align: center;line-height: 16px;margin-bottom:0}
}

@media(min-width:768px){
.c-product .module-title,.search-empty .module-title,.not_found_pro .module-title{margin-top: 50px;}
#product-product .product-info-main  h1.product-name{font-size: 20px;line-height: 25px;margin: 30px 0 0;text-align: left;font-weight: 600;}
}
.Related-Products .item .item-inner{background:none;margin-bottom: 20px;}
.Recently-Viewed .product-name,.Recently-Viewed .ratings{display: none}
.Recently-Viewed .product-layout .caption{min-height: auto}
.Related-Products.item .item-inner{background: none}
.Related-Products .list-module .module-title{margin-top:0;margin-bottom: 10px;}
.owl-theme .owl-dots, .owl-theme .owl-nav{padding-top: 0;text-align: center}
.text-hurryup,.module-style2 .ratings{display: none;}

/* corporate */
.ma-corporate-about {
	text-align: center;
	background: #fff;
	overflow: hidden;
	padding: 18px 0;
}

.ma-corporate-about .block-wrapper {
	background: url(../image/wrapper1.png) left center no-repeat;
	padding: 10px 0;
}
.ma-corporate-about .block-wrapper.wrapper2 {
	background: url(../image/wrapper2.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper3 {
	background: url(../image/wrapper3.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper4 {
	background: url(../image/wrapper4.png) left center no-repeat;
}

.ma-corporate-about .block-wrapper .text-des {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding-left: 41px;
}
.ma-corporate-about .block-wrapper .text-des p {
	color: #343434;
	font-weight: 700;
	text-transform: none;
	font-size: 14px;
	display: block;
	margin: 0;
}
.ma-corporate-about .block-wrapper .text-des span {
	color: #909090;
	display: block;
}
/*Static-Top-Pander6*/
.Static-Top-Pander6 {margin: 30px 0}
.Static-Top-Pander6 p.container{line-height: 26px;color: #585858}
.Static-Top-Pander6 p.container a{color: #585858;}
.Static-Top-Pander6 h6{font-size: 24px}
.Static-Top-Pander6 a{text-decoration: underline}

/* footer */
footer{background: #1a1a1a;margin-top: 50px;}
@media(min-width:1200px){
	.footer-block{padding-top: 20px}
    .footer-block .col-md-2{width: 22%}
}
@media (min-width:992px) and (max-width:1199px){
	.footer-top .col-md-2{width:22%}
	.footer-block{padding-top: 40px;}
	.footer-title p{font-size: 12px;}
	.footer-bottom b{font-size: 13px;}
}
@media(min-width:768px){
    .Static-Top-Pander6 p.container{padding: 64px 0 0;}
    .footer-top{padding-top: 50px;}
    .footer-bottom {line-height: 30px; margin-top: 20px}
}
@media (max-width:767px){
.Static-Top-Pander6 p.container,.footer-top{padding: 32px 0 0;font-size: 12px;line-height: 20px;}

.footer-block{margin-top: 20px;text-align: center}
}
ul.links-footer {
	display: block;
	padding: 14px 0;
	border-bottom: 2px solid rgba(255,255,255,0.1);
	margin-bottom: 47px;
}
ul.links-footer li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 25px;
	margin-right: 25px;
}
ul.links-footer li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	background: #808080;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.links-footer li:last-child {
	margin: 0;
	padding: 0;
}
ul.links-footer li:last-child:after {
	display: none;
}
ul.links-footer li a {
	line-height: 24px;
	font-size: 13px;
	color: #999999;
	display: block;
	text-transform: capitalize;
}
ul.links-footer li a:hover {
	color: #00b099;
}
footer .col-footer{
	margin-bottom: 30px;
	position: relative;
}
.footer-title h5{
	color: #fff;
    font-size: 15px;
    font-weight: 600;
	text-transform: uppercase;
	margin:0 0 20px;letter-spacing: 0;
}
.footer-title p{text-transform:capitalize;color: #fff;font: italic 26px/20px 'Times New Roman';margin-bottom: 15px;}
.footer-bottom{color: #fff}
.footer-bottom li{display: inline-block;margin: 6px;font-size: 12px;}
.footer-bottom li a,.footer-bottom h6{color: #fff;opacity: .5}

@media(max-width:767px){
	.footer-title h5,.footer-title{margin-bottom: 0}
	#Quick-Links{margin-bottom: 30px;}
	#sign_info P{text-align: left;}
}
@media(max-width: 991px) and (min-width:768px){
 	.list-unstyled{min-height: 111px;}
}
.footer-content {
	font-size: 12px;
	font-weight: 400;
}
.footer-content .des {
	margin-top: 25px;
	margin-bottom: 35px;
}
.footer-content ul{ line-height:1.7em; }
.footer-contact p{
	margin: 0;
}
@media(min-width:768px){
	.contact-text{margin:60px 0 0;padding: 0 0 30px 50px;border-left: 1px solid #e8e8e8;line-height:30px;}
}
@media(max-width:767px){
	.contact-text{border-top: 1px solid #e8e8e8;line-height: 30px;margin-top: 65px;padding-top: 15px;}
}
#sign_info p{font-size: 11px;margin-top:8px;font-weight: 400;color: #fff}
.footer-contact p span {
	color: #fff;
}
.footer-contact p.adress span {
	display: block;
}
.footer-contact .phone:before {
	content: "\f4b9";
}
.footer-contact .email:before {
	content: "\f2eb";
}
.footer-payment {
	display:block;
	margin-top: 33px;
}
.footer-payment label {
	color:#57626f;
	margin-bottom: 10px;
	display: block;
}
footer .list-unstyled.text-content li a:hover{
	color: #f4b69d; text-decoration:underline;
	padding-left: 4px;
}
footer .list-unstyled.text-content li a{color: #fff;padding: 0; line-height: 26px;font-size: 14px;}
.footer-middle {
	background:#232f3e;
}
.footer-middle .container-inner {
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.payment_ul{margin:0 auto 10px;text-align: center}
.payment_ul li{ display:inline-block; margin: 5px}
.footer-community{margin-top: 15px;}
.footer-community li {
	list-style: none;
	display: inline-block;
	margin:0 15px 0 0;
	color: #fff;
}
.footer-community li i {
	font-size: 20px;
}
.facebook, .pinterest, .twitter,.iconinstagram{
	color:#fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.footer-community li:hover {
	color: #efb39e;
}
.facebook a, .pinterest a, .twitter a,.iconinstagram a{
	color: rgba(58,58,58,1);
	text-decoration: none;
	display: block;
}
.footer-community li:before{font-family:'iconfont';font-size: 20px;}
.footer-community li.facebook:before {
	content: "\e616";
}
.footer-community li.twitter:before {
	content: "\e655";
}
.footer-community li.pinterest:before {
	content: "\e612";
}
.footer-community li.iconinstagram:before {
	content: "\e731";
}
.footer-bottom h6{margin: 0;padding:0;font-size: 12px; line-height: 16px;opacity: .5}
.footer-bottom .container-inner {
	padding:5px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.footer-bottom .payment {
	float: right;
	padding: 7px 0;
}
.footer_logo{border-top: 1px solid #444;margin:15px 0;}
.footer-bottom b.ssl-lock:before{content: '\e644';font-family: iconfont;color: #fff;padding-right: 3px;font-size: 14px;}
#back-top i,#bottom-cart{
	font-size: 10px;
}

#back-top i:before{ font-family:'iconfont'; content: '\e67e';font-size: 25px;}
#bottom-cart i:before{ font-family:'iconfont'; content:'\e620'}
#bottom-cart a{ color: #fff;position: relative; display: block}
#bottom-cart a #bottom-cart-total{position: absolute;background: red;width: 20px;height: 20px;border-radius: 50%;font-size: 12px;line-height: 20px;}
#back-top:hover{background: #2d2d2d; color: #fff; border: 1px solid #2d2d2d}
#bottom-cart:hover{background: #2d2d2d}
#back-top{
	position: fixed;
	bottom: 20px;
	right: 10px;
	background:#fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #999;
	display: none;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	border: 1px solid #e8e8e8; border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
#bottom-cart{
	position: fixed;
	bottom: 70px;
	right: 10px;
	background:#181818;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 100;border-radius: 50%;
}
@media(max-width:375px){
    .footer-bottom .text-center,.footer-bottom .text-right{text-align: left;}
}
/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}
.common-home .breadcrumbs {
	display: none;
}
.breadcrumbs {
	display: block;}

.breadcrumb{
	background: none;
	text-transform: capitalize;
	font-size: 12px;
}
.breadcrumb .iconhome{font-size: 18px;}
.breadcrumb > li + li:before {
	content: "/";
}
.breadcrumb > li + li::before{padding: 0}
@media(min-width:768px){
    .breadcrumb{margin: 0 0 15px;padding: 10px 0 0;}
}
@media(max-width:767px){
	.breadcrumb > li{max-width: 180px;overflow: hidden;height: 19px;line-height: 19px;}
    .breadcrumb{padding: 10px 0 0;margin: 0}
}
.breadcrumb li:before {
	margin: 0 5px;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a{
	color: #6a6a6a;
}
.breadcrumb li a{
	color: #6a6a6a; 
}
/*----------*/
.category-module .li a.active,
.category-module .li a:hover{
	color: #999; font-weight:700;
}
.category-module{ margin-bottom:20px;}
.category-module .li a{
	text-transform: capitalize;
	display: block;
	line-height: 30px; font-weight:700;
}
.category-module .li a:hover{text-decoration:underline;}
.category-module > .ul{
	margin: 0;
}
.category-module .list-child{
	padding-bottom: 10px;
}
.category-module .list-child .li a{color:#888; font-weight:400}
.category-module .list-child .li a:hover{font-weight:400}
.ategory-module{
	margin-bottom: 55px;
}
.category-module h3{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background: #00b099;
	font-weight: 900;
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	line-height: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px; display:none
}
/* toolbar */
.text-refine {
	margin-top:0;
}
.category-image {
	margin-bottom: 22px;
}
.category-image img {
	border: none;
}
#compare-total ,.list-cate{
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.list-cate li {
	padding: 5px 0;
}
.toolbar-products {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	margin-bottom:10px;
}
.toolbar-products.toolbar-bottom {
	margin: 10px 0;
	padding-bottom: 0;
	border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
}
.toolbar-products .toolbar-amount {
	padding:0;
	color: #999;
	display: inline-block;
	line-height: 32px;font-size: 12px;
}

.modes button {
	font-size: 0;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	border: none;
	height: 40px;
	line-height: 40px;
	width: 40px;
	padding: 0;
	margin-right: 10px;
	background: #343434;
	border-radius: 3px !important;
	box-shadow: none !important;
}
#grid-view:before {
	content:"\f00a";
	font-family:'FontAwesome';
	font-size: 18px;
}
#list-view:before {
	content:"\f0c9";
	font-family:'FontAwesome';
	font-size: 18px;
}
.modes button:hover,.modes button.selected {
	background: #00b099;
}

.modes button:hover,.modes button.selected {
	background: #00b099;
	color: #fff;
}
.toolbar-products .sorter {
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	padding:0;float: right;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	padding: 0; 
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
	display:inline-block;
	vertical-align: top;
	line-height: 30px;
	margin:0;
	color: #333;font-weight: 700;
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding:0 0 0 8px;
	height: 32px;
	max-width: 120px;
	padding-right:15px;
	color: #999;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: top;
	width: auto;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background: url(../image/select-arrow.png) right center no-repeat;
    background-size: 16px;
	font-size: 13px;border-radius: 3px;
}
.toolbar-products .sorter select::-ms-expand, .toolbar-products .limiter select::-ms-expand{display: none;}
.toolbar-products .pages {
	display:inline-block;
	vertical-align: top;
	padding: 2px 0;
}
.toolbar-products .pages ul {
	margin: 0;
	border-radius:0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,.pagination > li:first-child > a, .pagination > li:first-child > span{border-radius: 0}
.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;}
.toolbar-products .pages ul li a,.pagination > li > a,.pagination > li > span{
	color: #202226;
	font-size: 12px;
	font-weight: 400;
	padding: 0;
	width: 32px;
	height: 32px;
	line-height:32px;
	text-align: center;
	border:0;background: transparent; margin: 3px   
}
.toolbar-products .pages ul li span {
	color: #fff;
	font-size: 12px;
	padding: 0;
	border-radius: 100%;
	line-height: 36px;
	background: none;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a,.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	color: #fff;
	border:0;
	width: 32px;
	height: 32px;
	line-height: 32px;
  border-radius:50%;
    background: #000;
}
.toolbar-products .pages ul li.active span:hover{ background:#000;color: #fff}

/* category */
.category-img {
	display: block;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}
.category-img img {
	border: none;
}
.custom-products {
	border-right: 0;
	border-bottom: 0;
	display: inline-block;
	vertical-align:top;
	width: 100%;
}
.custom-products .product-grid {
	margin-bottom: 5px;
	margin-top: 0;
}
.category-name-hasimage {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.category-name-hasimage .category-name{
	margin: 0;
}
.category-name {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	position: relative;
	margin-bottom: 23px;
}

.product-grid .product-des {
	display: none;
}
.product-list {margin-bottom: 30px;padding: 0 15px;}
.product-list .col-image, .product-list .col-des {
	padding: 0;
}

.product-list .caption {
	text-align: left;
	padding: 25px 0 0 30px;
}
.product-list .product-name {
	margin-bottom: 15px;
}
.product-list .product-name a {font-size: 24px;}
.product-list .price-box .price,.product-list .price-box p.old-price .price{
	font-size: 18px;
}
.product-list .product-des {
	line-height: 24px;
	padding: 25px 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
}
.product-list .caption .action-links {
	display: block;
	padding-top: 17px;
	border-top: 1px solid #ededed;
	margin-top: 8px;
}
.product-list .item-inner .action-links .add-to-links {
	float: right;
}
.product-list .item-inner .action-links button:before {
	font-size: 22px;
}
.product-list .item-inner .action-links button.btn-cart {
	font-size: 16px;
}
/* product detail */

.product-quickview .product-info-main .button-cart {
	min-width: auto;
}
.product-quickview .zoomContainer .zoomLens {
	display: none !important;
}
.product-quickview .thumbnails {
	pointer-events: none;
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow:none;
	box-shadow: none;
	padding:0;
	border-radius:0;
	border: 0;
	margin-bottom: 10px;background: transparen
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #ddd;
}
.zoomContainer {
	top: 0px !important;
	left: 0px !important;
	right: 0px;
	bottom: 0px;
	width: 100% !important;
}
.thumbnail > img, .thumbnail a > img{border: 1px solid #fff;font-size: 12px;}
.zoomContainer .zoomLens {
	width: 100px !important;
	height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
	margin-left: 15px;
	border-color: #e8e8e8 !important; border:1px solid #eee
}
.image-additional-container .thumbnail{
	margin: 0;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.current-additional {
	border-color:#ccc;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div {
	box-shadow: none;  
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -18px; color: #999;border-radius:0;background: transparent;line-height: 80px;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div:before{ font-size:20px}
.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-prev,
.owl-style3 .owl-carousel.owl-theme:hover .owl-nav div.owl-prev{
	opacity: 1;
	left:0;margin-left: 1px;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div:hover{background:#fff; color: #333}
.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-next,
.owl-style3 .owl-carousel.owl-theme:hover .owl-nav div.owl-next {
	opacity: 1;
	right:0;margin-right: 1px;
}

#product-product .column-main {padding:5px 0 0}
@media(min-width:768px){
	.jiefa,.top10{border-radius: 2px;padding: 5px 10px;display: inline-block;border: 1px solid #fdcdca}
}
@media(max-width:767px){
	.jiefa,.top10{padding: 8px 15px;font-weight: 700;margin: 10px -15px;display:block;border-top: 1px solid #fdcdca;border-bottom: 1px solid #fdcdca;text-align: center}
}
.jiefa,.top10{font-size: 12px;line-height: 14px;color: #ef514a;background: #fff2f1;}
.top10:before,.jiefa:before{font-family: iconfont; display: inline-block;margin-bottom: 1px; padding-right: 4px;}
.top10:before{content: '\e61c';font-size: 16px}
.jiefa:before{content: '\e62c';}

.product-info-main .ratings a{color: #888;font-size: 12px;}
#product-product .product-info-main .product-name {text-transform: capitalize;padding: 0 0 10px;}
#size-content .table th{width: 14.2%;font-weight: 700}
@media(min-width:768px){
	#size-content .modal-dialog{width: 768px}
}
#product select.form-control{
	border:1px solid #ccc; font-size:14px; color:#111;
	background:url(../image/select-arrow.png) 95% 50% no-repeat;
	background-size:14px auto;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;}
#product .form-group .control-label{margin:10px 0 0; padding:0;  line-height:18px;font-weight: 700;}
#product .form-group .control-label small{font-weight: 400;padding-left: 5px;}
#product .form-group .qty-label{display:block;margin-bottom: 5px;}
#product .form-group .Selected{display: inline-block;padding-left:8px;font-weight: 400;font-size: 14px}
#select_default select{max-width: 350px;}
/*size/length radio*/
.Length-size-radio .radio .opt-radio{
	display: inline-block;
	text-align: center;
	transition: border .2s;
	box-shadow: inset 0 0 0 1px #8099b9;
	margin: 5px 5px 10px;
	color: #333; padding: 0 10px;border-radius: 2px;
    line-height: 36px;
min-width: 50px;
}
@media (max-width:767px){
	.all_radio_selected label{padding: 0;margin: 0}
}
@media (max-width:360px){
.Length-size-radio .radio .opt-radio{min-width: 100px;}
}
.all_radio_selected{margin: 0 -5px 0;}
.has-option .radio,.Length-size-radio .radio{ display:inline-block;margin: 0}
.size-radio .row,.Length-size-radio .radio .row{margin-left: -5px; margin-right: -5px;}
.size-radio .radio .opt,.Length-size-radio .radio .opt,.all_radio_selected .radio .opt{display:none}
.has-option .radio label,.size-radio .checkbox label,.Length-size-radio .radio label,.Length-size-radio .checkbox label{ padding-left: 0;}
.has-option .radio .opt-radio,.has-option .Color-service .radio .opt-radio{
	display: inline-block;
	text-align: center;
	transition: border .2s;
	box-shadow: inset 0 0 0 1px #e5e5e5;
	margin: 5px;
	color: #2d2d2d; border-radius: 3px;
    height: 36px;
	line-height: 36px;min-width: 36px;
	font-size: 12px;padding: 0 10px
}
.has-option select.radio .opt-radio{text-align: left!important;}
/*color style*/
.has-option .Color-service .radio .opt-radio{padding:1px 0 0;line-height: 45px;width: 50px;height: 50px;}
.has-option .Color-service .radio .act{box-shadow: inset 0 0 0 2px #000;}
.has-option .Color-service .radio .opt-radio img{height: 45px;width: 45px;margin: 0;}

.Length-size-radio .Up-btn,.Length-size-radio .downs-btn{
	min-width: 100px;
	box-shadow: inset 0 0 0 1px #000;
	margin: 5px;
	color: #00b099;
	padding: 10px 0;
	text-transform: capitalize;
	background: #f8f8f8;text-align: center;cursor: pointer;border-radius: 3px;
}
.Length-size-radio .Up-btn:hover,.Length-size-radio .downs-btn:hover{
	box-shadow: inset 0 0 0 2px #00b099;font-weight: 700
}
.btn-size:before{content: '\e643';font-family: iconfont;font-size: 12px;padding-right: 3px}
@media(min-width:768px){	
.btn-size{margin: 8px 0 6px 10px}
}
@media(max-width:767px){	
.btn-size{float: right;}
}

.size-radio .radio .opt-radio:hover,.Length-size-radio .radio .opt-radio:hover{
	box-shadow: inset 0 0 0 1px #8ca895;color: #000;font-weight: 700;
	cursor: pointer;
}
.has-option .radio .act,.size-radio .radio .act:hover,.Length-size-radio .radio .act,.Length-size-radio .radio .act:hover{box-shadow: inset 0 0 0 2px #000; color: #000; font-weight: 700;}
.pro-but-content .button-cart{height:48px;text-transform: capitalize;}
.product-but-or{line-height:44px;display:inline-block;color: #999;padding: 0 10px;}
@media (min-width:1200px){
	#product input.one-size{ width:47%;}
	.product-but-or{padding:0 5px; }
}
@media (min-width:992px) and (max-width:1199px){
	.product-but-or{display:inline-block;margin: 0 10px}
}
.module-block{text-transform: uppercase; margin-top: 30px;}
.module-block h3{font-size: 22px;font-weight: 700;}
.product-info-main .price-box {display:block;margin-right: 6px;}
.product-info-main .price-box .regular-price .price{font-size: 26px;color: red;}
.product-info-main .price-box p.special-price .price{vertical-align: middle;font-weight: 700;margin-right: 5px}
.product-info-main .price-box p.old-price .price{font-size: 14px;line-height: 20px;display:inline-block; color: #999;vertical-align: middle;}
.product-info-main .price-box p.off-price .price{font: 400 12px/20px Roboto;background: #000;padding: 0 6px;color: #fff;}
.product-info-main .ratings {
	display: block;padding-top: 0;
}
.product-info-main .short-des {
	line-height: 24px;
	padding: 10px 0;
	color: #666;
}
.bottom-price-box{line-height: 22px;display: inline-block;margin-top: 20px;color: #333;}
.bottom-price-box b{color: #10aeb5;font-weight:  700;padding-left: 6px;font-size: 22px}

@media(min-width:360px){
	.bottom-price-box b{font-size: 22px}
}
@media(max-width:359px){
	.bottom-price-box b{font-size: 16px}
}
@media(min-width:768px){
	.product-info-main  .clearfix{margin-bottom: 10px}
	.bottom-price-box{margin-left: 18px;color: red}
	.product-info-main .price-box p.special-price .price{font-size: 20px;color: red;}
}
@media(max-width:767px){
	.product-info-main  .clearfix{margin-bottom: 5px;}
	.product-info-main .price-box{width: 100%;text-align: center}
	.product-info-main .price-box .off-price{margin-top: 8px;margin-bottom: 0;}
	.bottom-price-box{float: right;text-align: right}
	.product-info-main .price-box p.special-price .price{font-size:22px;}
}
 #minus2, #plus2,
 #minus, #plus {
	font-size: 14px;
	border-radius: 0;
	display: inline-block;
	background:#f7f6f7;border: 1px solid #f7f6f7;width: 36px; height: 36px;margin: 0;
}
#input-quantity2:hover, #minus2:hover, #plus2:hover,#input-quantity:hover, #minus:hover, #plus:hover{color: #10aeb5;background: #f6f6f6;color: #333}
#input-quantity2,#input-quantity{min-width:auto;margin: 0px 1px;display: inline-block;border: 1px solid #bdc2c9}

@media(min-width:360px){
	#input-quantity2,#input-quantity{width: 80px;border-radius: 0;height: 36px;font-weight: 600;}	
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 8px;
}
label[for='input-quantity']{
	line-height: 26px;
	margin-bottom: 0;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 700;
}
.product-info-main .button-cart:before{content: "\e620";font-family: 'iconfont';font-size: 18px;margin-right: 5px;}
.title-box,.Recently-Viewed .module-title span,.review-block .title span,.c-product .module-title span,.Related-Products .module-title span{color: #333;text-align: center;text-transform: uppercase;display: block}
.Color-radio .radio{margin: 0}
.product-info-detailed{background: #fff;padding: 0 15px 30px;color: #333;margin-top: 15px}
.product-info-detailed h5{font:600 20px/40px Roboto;border-bottom: 1px solid #e3e3e3;margin: 0 0 25px}
.product-info-detailed li,#tab-specification li{line-height: 1.2;padding-bottom: 8px;margin-left: 0;list-style: circle}
.product-info-detailed li b,#tab-specification li b{font-weight: 600;padding-right: 5px;color: #333}
.product-info-detailed .table > tbody > tr > th, .product-info-detailed .table > tbody > tr > td{border-top:none;}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{border:1px solid #e7ecf2 }
.table-bordered > tbody > tr:nth-of-type(2n+2){background: #f8f9fb;font-weight: 600}
.Shipping-content{margin-top: 20px;}
.Shipping-content dd{line-height: 26px;}
.product-info-detailed .Shipping-content dt,.pro_title{color: #15427d;display: block;margin: 0 0 10px;font-weight: 670;font-size: 15px;}
@media(min-width:768px){
	.product-info-detailed img{max-width: 520px!important;}
}
@media(min-width:767px){
	.product-info-detailed img{width: 100%!important;}
}
/*help-center*/
.help-center{margin: 10px 0 20px;}
.help-center li{display: inline-block;}
.help-center li a{text-transform:uppercase;font-size:11px;text-decoration: underline;}
.help-center li a:hover{text-decoration:underline;}
.help-center li:before{font-family:'iconfont';font-size:12px;padding-right: 3px;}
.help-center li.shipping:before{content:'\e704'}
.help-center li.faq:before{content:'\e7a1'}
.help-center li.return:before{content:'\e60b'}
.help-center li.mail:before{content:'\e65e'}
@media(min-width:992px){
	.help-center li{padding-right: 15px;padding-bottom: 10px;}
}
@media (min-width:768px) and (max-width:991px){
	.help-center li{padding-right: 14px; padding-bottom: 6px;}
	.help-center li:before{font-size:12px}
}
/*help-center*/
.table th.women_title{background: #f289ae;color: #fff;font-size: 14px}
.table th.men_title{background: #84b5dd;color: #fff;font-size: 14px}
.cart-left .quantity-box{margin-bottom: 0;border: 1px solid #f0ecf1;padding-bottom: 0;width: 114px;}
@media(min-width:1200px){
.pro-but-content{ margin-bottom:5px;}
.quantity-box{margin-bottom: 20px;}
.SizeChart-content table.Adultsize > tbody > tr > th, .SizeChart-content .table.Adultsize > tbody > tr > td{padding: 15px}
.SizeChart-content table.kidssize > tbody > tr > th, .SizeChart-content .table.kidssize > tbody > tr > td{padding: 20px}
#web_show_img{height: 50px;width: 54px;}
}
@media (min-width:992px) and (max-width:1199px){
.quantity-box{margin-bottom: 20px; margin-top: 0;}
#web_show_img{height: 57px;width: 58px;}
}
@media (min-width:768px) and (max-width:991px){
	.quantity-box{margin-bottom: 20px; margin-top:5px;}
	.size-radio{margin-bottom: 8px;}
	#web_show_img{height: 38px;width: 36px;}
}
@media(min-width:768px){
    .cosplay-Measurement img{max-width: 430px;}
.Shoes-Measurement img{max-width: 500px}
    .title-box,.Recently-Viewed .module-title span,.review-block .title span,.c-product .module-title span,.Related-Products .module-title span,.module-title{font-size: 26px;margin: 30px 0 20px;font-weight: 500;}
	.Color-radio .color_label{margin: 15px 0 0 5px;}
	#button-cart{font-size: 14px;letter-spacing: 1px;text-transform: uppercase;border-radius: 4px;}
    #product{padding:10px 0;background: #fff;border-top: 1px solid #efefef;}
    }
@media(max-width:767px){
	.pro-but-content button{border-radius: 0}
	.pro-but-content .but-payapl,#button-cart{font-size: 12px;width: 50%;height: 48px}
	.quantity-box{margin-bottom: 20px; margin-top:15px;}
	.cart-left .quantity-box{margin: 10px 0 0;border: 1px solid #e8e8e8;width: 114px;}
	/*.pro-but-content{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 9999}*/
	.pro-but-content .but-payapl img{height: 13px;}
	h1{margin: 0 0 10px;padding: 0}
	.Color-radio .color_label{margin: 10px 0 0 5px}
	#web_show_img{height: 32px;width: 35px;}
    .Shipping-content,#tab-specification ul{margin-top: 15px;}
}
.phone-dateils .panel-heading,.phone-dateils .panel-body{padding:10px 0}
.phone-dateils .panel-heading a{display: block;font-weight: 700;font-size: 15px;}
.phone-dateils .panel-heading:before{
		content: "";
		width: 15px;
		height: 15px;
		border-radius: 50px;
		background: #fff;
		border: 1px solid #550527;
		position: absolute;
		top: 50%;
		left: -48px;
		transform: translateY(-50%);
	}
.phone-dateils .panel-title a{
		display: block;
		font-size: 15px;
		font-weight: 700;
		color: #2d2d2d;
		margin: 0;
		position: relative; text-decoration: underline;
	}
.phone-dateils .panel-title a:before,
.phone-dateils .panel-title a.collapsed:before{
		content: "\e614";
		font-family: iconfont;
		border-radius: 50%;
		font-size: 10px;
		font-weight: normal;
		color: #888;
		text-align: center;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
	}
.phone-dateils .panel-title a.collapsed:before{ content: "\e615"; }
.phone-dateils .panel-body h6{font-size: 14px; margin: 15px 0 0 0;font-weight: 700;}
.has-option{border-bottom: 1px solid #f0ecf1;}
.has-option input.form-control,.has-option select.form-control{max-width: 220px;margin-bottom: 10px;height: 36px;border: 1px solid #e5e5e5;border-radius: 3px;font-size: 12px;}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
.product-info-main .box-options {
	color: #343434; margin-bottom:15px;
}
.product-info-main ul.list-unstyled {color: #888;font-size: 12px;}
.product-info-main ul.list-unstyled li {
	display: block;
	height: 24px; font-size: 14px; color: #999;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
	color: #10aeb5;
}
.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}

@media(min-width:768px){
	.has-scroll .cart-image{max-width: 90px;border: 1px solid #e8e8e8}
}
ul.size-list{padding-left: 0}
ul.size-list li,.foot-list li{line-height: 1.7;border-bottom: 1px dashed #e8e8e8;padding: 6px 0;font-size: 14px;list-style: none}
ul.size-list li b,.foot-list li b{font-weight: 600}
ul.size-list li i{font-style:normal}

.tab-content{background: #fff;padding: 0 0 15px}
.tab-content .Extension-Install{text-align: center}
.tab-content .Extension-Install span{background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #ddd 1%, #fff 100%) repeat scroll 0 0;text-align: center;display: block;min-height: 360px}
.tab-content .Extension-Install span p{padding: 15px;font-size: 14px;}
#tab-description p{margin:0;}
#tab-measurements dt{ font-size: 16px; color: #666}
#tab-measurements dl{ font-size: 14px;}
#tab-measurements dt i{width: 20px;height: 20px;font-size: 14px; border-radius: 50%;margin-right: 3px; background: #666; line-height: 20px;}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	margin: 0 0 10px 0; font-size: 12px
}
.alert.alert-success a{ text-decoration:underline;}
.alert.alert-success a:hover{text-decoration: none}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
	border: none;
	height: auto;
}
#content{min-height: 300px;}
@media(min-width:768px){
	#content .category-title h1{padding: 0;margin:0}
}
@media(max-width:767px){
	#content h1,#content h2{font-size: 20px;margin:0;padding: 10px 0;line-height: 22px;}
	#content .category-title h1{padding: 10px 0 0;margin:0}
}
/*cart right*/
.sidebar-cart{
    background:#fff none repeat scroll 0 0;
    color: #1a1a1a;
    min-height: 100vh;
    position: fixed;
    right: -480px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 360px;
    z-index: 9999;padding: 15px;}
.sidebar-cart .has-scroll{max-height: 580px;overflow: auto;}
.sidebar-cart.inside {right: 0px;}
.totel-block{border-top:1px solid #e8e8e8; padding:10px 0;}
.totel-block .col-xs-6{padding:0 5px;}
.ti-close{background: transparent;border: none;float: right;font-size: 30px;}
.cart-content > h3{font-size: 18px;font-weight: 500;letter-spacing: 0.5px;margin: 0;padding: 0;text-align: left;line-height: 30px;}

/*cart right end*/
#mm-0.mm-slideout {z-index: auto;}
.wrapper .body-overlay {
    background: rgba(0, 0, 0, 0.4);
    cursor: crosshair;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.wrapper.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
}
.btn-style.cart-btn-style {
    letter-spacing: 1px;
    margin-right: 30px;
    padding: 16px 48px 15px;
}
.btn-hover:hover {
    color: white;
}
.btn-hover {
    position: relative;
}
/*end*/
#cart .cart-title{background: #f5f5f5; padding: 10px 12px;color: #999;margin-top: -1px;border: 1px solid #e8e8e8}
#cart .cart-title a{display: inline-block;/*float: right;*/padding: 0;font-size: 14px; color: #2d2d2d;}
#cart .cart-title b,#cart{font-size: 16px; color: #2d2d2d;}
#cart .cart-title i:before{content:'\e60a';}
#cart .cart-success{background: #ccffe7;color: #333;padding: 4px 12px;font-size: 12px}
#cart .cart-success i:before{content:'\eaf1'; color: #25b874;margin-right: 4px}
#cart .cart-empty{padding-bottom: 25px;padding-top: 15px;}
#cart .cart-empty img{width: 110px;margin-bottom: 15px;}
#cart .cart-name a{color:#333;font-weight: 400;line-height: 16px;margin-bottom: 5px;max-height: 32px;overflow: hidden;font-size: 12px;}
@media(min-width:768px){
    #cart .cart-name a{min-width: 200px;display:inline-block;}
}
#cart .cart-name a:hover{ color:#10aeb5; text-decoration:underline;background: none}
#cart .dropdown-menu p{margin: 0;line-height: 16px;font-size: 12px;}
#cart .dropdown-menu p small{color: #666}
#cart .dropdown-menu .table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	border-collapse:separate;
	border-spacing:0px;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	border: 0;
}
#cart .table > tbody > tr {
	padding-bottom: 0;
	padding-top: 15px;
	position: relative;
	display: block;
	border-top: 1px solid #ebebeb;}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
	color: #333;
	font-size:14px;
}
#cart .cart-close button{
	background: none;
	color: #ccc;
	font-size: 10px;
	border:1px solid #fff;
	padding: 0;
	box-shadow: none;
}
#cart .cart-close button:hover {
	color: #1a1a1a;
}
#cart .btn-danger button i { line-height: inherit;}
#cart .btn-danger i:before{ font-family:'iconfont'; content:'\e60d'; font-size:18px;line-height: 15px;color: #333}
#cart .cart-quantity{
	line-height: 20px;
	padding: 5px 0;
	font-size: 12px;display: inline-block
}
#cart .price {font-size: 18px;font-weight: 700;color: #666;padding-top: 2px;display: block;}
#checkout-cart .Special-price {
	font-size: 15px;
	font-weight: 700;
	color: #2d2d2d;
	display:block;line-height: 10px;
}
#checkout-cart h3i{font-weight: 700; text-transform: uppercase;}
#checkout-cart h3 i:before{content: '\e61f';font-family: 'iconfont';color: #333;font-style: normal;font-size: 22px;margin-right: 6px;}
#checkout-cart .discount_price{font: 500 13px/20px Roboto;color: #fe5f97;}
#cart .cart-name{color: #333;font-size: 16px;line-height: 16px;display: block;font-weight: 700;margin-bottom: 0}
#cart .cart-price{font-weight:700; font-size: 14px;line-height: 20px;padding-top: 0;margin-bottom: 0}
#cart .cart-price-Special{color: #777;}
#cart .cart-name:hover {color: #10aeb5;}
#cart .cart-button a:last-child{margin-right: 0;}
#cart .total{line-height: 40px; border-top: 1px solid #e8e8e8; color: #2d2d2d;font-size: 12px;}
#cart .total b{font-size: 16px;}
#cart .btns a{
	font-size: 14px;	
	line-height: 36px;
	text-align: center;
	vertical-align: top;
	text-transform: capitalize;
	border-radius: 3px;
	display: inline-block;
	margin: 5px
}
@media(min-width:768px){
	#cart .cart-close {position: absolute;bottom: 10px;right: 0;font-weight: 400;}
}
@media(max-width:767px){
	.has-scroll{background: #fff;}
	.has-scroll br{font-size: 5px;line-height: 5px}
	.info-item,.has-scroll .cart-price{padding-top:10px}
	#cart .cart-name, #cart .cart-price,#cart .cart-quantity{margin-bottom: 0}
	#cart .cart-close {font-weight: 400;text-align: right;padding-right: 5px;display: inline-block;float: right}
	.has-scroll table{margin-bottom:0;}
}
#cart .btns a.cart-button-border{background: #fff;color: #666;border:1px solid #ddd;line-height: 38px;width: 100%}
#cart .btns a.cart-button-border:hover{background: #e6e6e6;border: 1px solid #adadad;}
#cart .btns a.cart-button{background: #eb865c;color: #fff;border: 2px solid #f4b69d;font-weight: 700;width: 100%}
#cart .btns a.cart-button:hover{color: #fff;background:#f4b69d; border-color: #f4b69d;}
#cart .btns a.cart-button:before{font-family: "iconfont";content: "\e644";margin-right: 5px;display: inherit;font-size: 14px;line-height: 18px}
#cart .dropdown-menu .info-item{padding-left: 10px;padding-top: 0; position: relative}
#cart .dropdown-menu .info-item p.small,#cart .table > tbody > tr > td.info-item p.small{color: #999;font-size: 11px;line-height: 13px;margin: 5px 0;}
#cart .table > tbody > tr > td.product_gifts{padding-right: 10px}
#cart .table > tbody > tr > td.product_gifts img{min-width: 80px;}
#cart .dropdown-menu .has-scroll{
	/*max-height: 270px;padding: 0 15px;*/
	overflow: auto;
	width: 100%
}
.mm-listview .has-scroll{
	max-height: 450px;
	overflow: auto;
	margin-bottom: 0
}
#cart .dropdown-menu tr td strong{
	color: #232323;
	font-weight: 700;
	float: left;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
}
#cart .dropdown-menu .total .text-right{color: #10aeb5;font-size: 16px;}
.fluid-width > .container{
	width: auto;
	padding: 0 75px;
}
.fluid-width2 {
	background: #fff;
	margin-top: 60px;
}
/* responsive */
@media(max-width: 1199px){
	.box-cart .links {
		margin-right: 20px;
	}
	.hoz-menu {
		padding-right: 290px;
		padding-left: 250px;
	}
	.countdown-amount {
		font-size: 24px;
		min-width: auto;
	}
	.occountdown_module .product-customize .product-name a {
		font-size: 40px;
	}
	.owl-carousel.owl-theme .owl-nav div.owl-prev {
		left: 0;
	}
	.owl-carousel.owl-theme .owl-nav div.owl-next {
		right:0;
	}
	.owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
		left:0;
	}
	.owl-carousel.owl-theme:hover .owl-nav div.owl-next {
		right: 0;
	}
}
@media(max-width: 767px){
	.category-top{position: fixed;top:0;left:100%;z-index: 1000;width: 100%;background-color: #f5f5f5;margin: 0;overflow-y: auto;}
    #cart .btns a.cart-button{margin: 0}
}
.category-filter-title{
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
	/*position: fixed !important;*/
	z-index: 999;
	top: 0;
	width: 100%;
	display:block;
}
.category-filter-title button{ background:none; border:none; padding:10px 0 5px 0}
.category-filter-title button:before{font-family:'iconfont'; font-size:12px;content: "\e609"; margin-right:4px; font-style:normal}
.category-filter-but{
	background: #fff;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ccc;
	height: 38px; line-height: 38px;
	border-radius: 0;
	font-size: 14px;
	width:48.5%; padding: 0 10px;float: right;text-align: left;;
}
.category-filter-but i{float:right}
.category-filter-but i:before{
	  font-family:'iconfont';
		content: '\e63e'
}
.category-filter-but:hover{ background:#e6e6e6; border:1px solid #ccc; color: #666}
@media(max-width:991px) and (min-width:768px){
	.toolbar-amount-width{width: 100%;}
	.toolbar-products .pages{float: unset}
}
@media(max-width:767px){
	.toolbar-amount-width{
		text-align: center;
		display: inline-block;
		float: left;
		line-height: 32px;
		width: 100%;
	}
	#product-search h1{font-size: 20px;margin: 0 0 10px}
	.toolbar-products .toolbar-amount{padding:0;box-sizing: border-box;width: 100%; display: none;}
	.toolbar-products .sorter{margin-left:0; float: left;}
	.toolbar-products .sorter select, .toolbar-products .limiter select{width:50%; border: none; height: 36px;display: inline-block;font-size: 13px;padding: 0}
	.filter-bg{padding:2px 0;}
	.filter-bg .sorter,.filter-bg .limiter{background: #fff;border: 1px solid #ccc;width: 48.5%;padding:0 0 0 10px;text-align: left}
	.filter-bg .sorter label{font-weight: 700; font-size: 14px; line-height: 36px}
}
@media (max-width:374px){
	.toolbar-products .sorter select, .toolbar-products .limiter select{width:74px; border: none; height: 36px;display: inline-block;float: right}
	.filter-bg .sorter{background: #fff;border: 1px solid #ccc;width: 48.5%;padding:0 0 0 10px;text-align: left}
	.paypal-button-text{font-size: 10px}
}
@media(max-width:319px){
	.toolbar-products .sorter select, .toolbar-products .limiter select{width:68px; border: none; height: 36px;display: inline-block;}
} 
@media(max-width: 991px){
	#top {
		text-align: center;
	}

	#top .box-right {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	/*.header-inner {
		text-align: center;
		z-index: 8;
	}
	.top-menu {
		z-index: 7;
	}*/
	.menu-recent .module-title {
		padding-top: 55px;
		margin-top: 60px;
	}
	.social-full {
		margin-top: 60px;
	}
	.related-products .module-title {
		margin-top: 40px;
	}
	.static-top-skybook1 {
		margin-top: 20px;
	}
	.static-top-skybook1 .image a .text .text1 {
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	.static-top-skybook1 .image a .text .text1 b{font-size: 4vw;}
	.static-top-skybook1 .image a .text .text2{font-size: 2vw;}

	.occountdown_module {
		margin-top: 60px;
	}
	.list-thumb {
		margin-top: 25px;
	}
	.tabs-category-slider .module-title {
		padding-top: 55px;
		margin-top: 45px;
	}
	.module-style3 {
		padding-top: 55px;
		margin-top: 50px;
	}
	.background-full {
		margin-top: 48px;
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.module-group {
		margin-top: 48px;
	}
	.newletter-subscribe-container {
		margin-top: 100px;
	}
	.testimor-full {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 47px;
	}
	#twitter-feed {
		margin-bottom: 30px;
	}
	#search-by-category .search-container #text-search {
		padding-left: 15px;
	}

	.newletter-popup,
	.b-modal{
		display: none !important;
	}
	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.countdown-amount {
		font-size: 20px;
	}
}
@media(min-width:767px){
	.toolbar-products .sorter,.toolbar-products .limiter ,.toolbar-products .pages{float: right;}
}
@media(min-width: 768px) {
	.toolbar-products .modes {
		float: left;
		margin-right: 20px;
	}

	.toolbar-products .toolbar-amount {
		float: left;padding-top: 0;
	}
}
@media(max-width: 767px){
	.top-menu,.Recently-Viewed ,.Related-Products{margin-top:20px}
	.top-search,.box-cart,.newsletter-box .input-group{padding: 0; margin: 0; width: 100%}
	.Recently-Viewed .module-title,.Related-Products .module-title,.search-empty .module-title,.not_found_pro .module-title,.c-product .module-title{margin: 0;padding: 25px 0 15px}
	.box-cart {
		display: block;
		z-index: 2;
	}
	#logo{
		float:none;
		margin-bottom: 90px;}
	#logo img{width: 220px;}
	.link-compare {
		text-align: center;
	}

	.footer-bottom .follow {
		float: none;
		margin-top:	10px;
		display: block;
		text-align: center;

	}
	.footer-bottom .footer-copyright {
		float: none;
		display: block;
		text-align: left;
		max-width: none;
		line-height: 1.2;
	}
	.footer-bottom .payment {
		float: none;
		display: block;
		text-align: center;
	}
	.footer-Terms{width:100%; text-align: left}
	.testimonial-box {padding-left: 0;padding-right: 0;}
	.product-info-main .ratings{width: 100%;margin-bottom:2px;margin-top: -2px;text-align: center}
	.text-content li{ display:inline-block; padding-right:8px}
	.footer-bottom .container-inner{text-align: left; line-height: 20px; padding-top: 10px;}
	.payment_ul{padding: 0 10px;text-align: left}
	.footer-title,.footer-content,.newsletter-box{text-align: left;}
	
}
@media (min-width:768px) and (max-width:991px){
	.payment_ul li{width: 45%}
}
@media(max-width: 640px){
	.occountdown_module .product-customize .caption {
		float: none;
		width: 100%;
		padding: 0;
	}
	.occountdown_module .product-customize .col-image {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.occountdown_module .product-customize .col-image .images-container {
		padding: 0;
	}
}
@media(max-width: 567px){
	.static-author-best .col-des {
		float: none;
		width: 100%;
		padding: 0;
	}
	.static-author-best .col-image {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 30px;
	}
}

@media(max-width: 479px){
	#cart .dropdown-menu {
		right:-30px;
	}
	#cart .dropdown-menu::before {
		right: 41px;
	}
	#cart .dropdown-menu::after {
		right: 40px;
	}
	#top #form-language .btn-group .dropdown-menu
	{
		left: -30px;
	}
	.box-cart .links {
		margin-right: 25px;
	}
	.tabs-category-slider .tabs-categorys li {
		margin: 0;
		padding: 5px 10px;
	}
}
@media(max-width: 360px){
	#checkout-cart .buttons .btn {
		margin-top: 10px;
	}
	#checkout-cart .buttons > div {
		float: none !important;
		width: 100%;
		text-align: right;
	}
}
/*Fix products-grid */
@media (min-width: 1200px){
	.custom-products .product-grid.category:nth-child(4n+1),
	.custom-products .product-grid.three-items:nth-child(3n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{clear: left;}
}
@media (max-width: 1199px) and (min-width: 992px){
	/*.custom-products .product-grid.category:nth-child(3n+1),*/
	.custom-products .product-grid.three-items:nth-child(3n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{clear: left;}
}

@media(max-width:767px){
	.custom-products .row,#checkout-cart .cart-left .row,.together-product .row,.c-product .owl-container,.not_found_pro .owl-container,.wishlist-list{margin-right: -5px;margin-left: -5px;}
	.custom-products .col-lg-3, .custom-products .col-md-4, .custom-products .col-sm-6, .custom-products .col-xs-6,	#checkout-cart .cart-left .col-xs-5,#checkout-cart .cart-left .col-xs-7,.Related-Products .col-xs-4,.Recently-Viewed .owl-container .owl-item,.owl-container .owl-item,.together-product .col-sm-2,.together-product .col-xs-4,.wishlist-list .col-sm-3,.wishlist-list .col-xs-6{padding-right: 5px;padding-left: 5px;}
}
/*Fix products-no-slider */
@media (min-width: 768px) {
	.six_items:nth-child(6n+1),
	.four_items:nth-child(4n+1),
	.three_items:nth-child(3n+1),
	.two_items:nth-child(2n+1){clear: left;}
}
.view-shipping-time{
	background-color: #777;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 0;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	max-width: 100%;
	color: #fff;
	text-align: center;
}
/*checkout cart*/
.cart-discount{font-size: 18px;background: #000;padding: 16px;color: #fff;display: inline-block;border-radius: 5px;}
.Shopping-steps{ margin:25px 0 10px; text-align:center}
.Shopping-steps .col-sm-4,.Shopping-steps .col-xs-4{ padding:0}
.Shopping-steps .icon-box {
	width:27px;
	height:27px;
	border-radius:14px;
	margin: 0 auto;
	color:#d0d0d0;
	background:#fff;
	border:1px solid #e8e8e8;position: relative
}
.Shopping-steps .icon-active{
	width:27px; height:27px;
	border-radius:14px;
	margin: 0 auto;color:#000;
	background:#fff;
	border:1px solid #000;
    z-index: 1;
    position: relative;
}
.Shopping-steps p{
	border-top: 1px solid #e8e8e8;
	padding-top: 15px;
	margin-top: -12px; color:#ccc;font-size: 11px;
}
.Shopping-steps p.active{border-top: 1px solid #000; color:#333}
.Shopping-steps p.active b{font-weight:400}
.Shopping-steps i:before {
	content: "\eaf1";
	display:inline-block;
}
#error-not-found .cart-empty h5{ margin:20px 0 0 0}
#error-not-found .cart-empty img{ width:185px;}
#checkout-cart .cart-left td{ padding:20px 0; border-top:1px solid #e8e8e8}
#checkout-cart .cart-left h4{line-height: 16px;margin: 0 0 10px;}
#checkout-cart .cart-left h4 a{ color:#333; margin-bottom:5px; font-size:12px;font-weight: 500}
#checkout-cart .cart-left h4 a:hover{ text-decoration:underline}
#checkout-cart .cart-left td.text-right{position: relative}
#checkout-cart .cart-left p{ margin:5px 0 0;line-height: 15px;}
#checkout-cart .cart-left .cart-price{ margin-right:4px; font-size:18px; color:#1a1a1a}
#checkout-cart .cart-left .off-price{ margin-right:4px; font-size:18px; color:#ce3535}
#checkout-cart .cart-left .old-price{ color:#888;line-height: 25px;}
#checkout-cart .cart-right{background:#fafafa;}
#checkout-cart .cart-right h6{font:600 16px/16px Roboto;border-bottom: 1px solid #dedede;display: block;padding-bottom: 10px;margin: 0 0 15px 0;}
#checkout-cart h2{ text-transform: uppercase; margin: 0;}
#checkout-cart h2 i.check-cart:before{content: '\e620';font-family: iconfont;margin-right: 5px; font-style: initial;font-weight: 400}
.together-title{font:600 13px/20px Roboto;margin: 40px 0 15px;display: block;line-height: 20px}

/*#checkout-cart .row{margin-right: -8px;margin-left: -8px}*/
.pro-option{font-size: 12px; margin: 6px 0;display: inline-block;}
.pro-option b{padding-right: 6px;font-weight: 400;}
 .edit{text-align: left;margin: 10px 0; display: block;font-size: 13px;}
 .edit:before{content: '\e619';font-family: iconfont;font-size: 11px;margin-right: 3px;}
 a.edit{text-decoration: underline}
#checkout-cart .cart-left ul{display: inline-block;line-height: 16px;padding: 3px 0;color: #888;margin: 0}
#checkout-cart .img-box img{ display:inline-block;}
@media(min-width:992px){
	.cart-right .talbe{margin-bottom: 0}
	#checkout-cart .cart-right{padding:25px 30px 30px;}
}
@media(max-width:991px) and (min-width:768px){
	#checkout-cart .cart-right{padding:25px;}
	.cart-right .talbe{margin-bottom: 0}
}
@media(min-width:768px){
	#checkout-cart .cart-right .table{margin-bottom: 15px;}
    #checkout-cart h2{padding:15px 0 10px;}
}
@media(max-width:767px){
	#checkout-cart .cart-right{padding:15px 15px 25px;border-top: 1px solid #e8e8e8;float: none;}
	#checkout-cart .cart-left h5{margin: 0 0 10px 0;line-height: 14px;}
	#checkout-cart .table{margin-bottom: 15px}
	#checkout-cart .col-md-8, #checkout-cart .col-md-4,#checkout-cart .col-md-2,#checkout-cart .col-md-10,#checkout-cart .col-sm-8, #checkout-cart .col-sm-4,#checkout-cart .col-sm-5,#checkout-cart .col-sm-7,#checkout-cart .col-sm-12,#checkout-cart .col-xs-5,#checkout-cart .col-xs-7{ 
	padding-right: 8px;padding-left: 8px;}
	#checkout-cart .cart-left h4 a{font-weight: 400;font-size: 13px;}
	#checkout-cart h2{padding:15px 0 0;}
}
#checkout-cart h2{font-size: 20px; font-weight:700;}
#checkout-cart h2 #total_quantity{text-transform: capitalize;font-size: 16px;font-weight: 500;}
.cart-right .Total-name{font-size:14px; font-weight:700;}
.cart-right .Total-prices{font-size:18px; font-weight:700;}
#checkout-cart .cart-right .table td{border-top: none;padding: 4px 0;color: #2d2d2d}
#checkout-cart .img-box{margin-top:25px;}

/*cart product tabs*/
.line-nav-tabs{ border-top:1px solid #ddd; font-size:16px;margin:25px 0 20px; display:block;}
.line-nav-tabs > li{ margin-right:10px; display:inline-block}
.line-nav-tabs > li > a{border:0;border-top: 3px solid #fff; color:#999;border-radius:0; padding:10px 0;position: relative;
	display: block;}
.line-nav-tabs > li > a:hover{ background:#fff;border:0; border-top: 3px solid #999}
.line-nav-tabs > li.active > a,
.line-nav-tabs > li.active > a:hover,
.line-nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border-radius:0;
	border:0;
	border-top: 3px solid #1a1a1a;
}
/*codes-content*/
.codes-content .col-sm-6{margin: 15px 0}
.codes-content .col-sm-6 .text{display: block;position: absolute;text-align: center;left: 7%;width: 86%;}
.codes-content .col-sm-6 .text h5{background: #f4b69d;color: #fff;border-radius: 25px;margin: 4.5% 0 0;line-height: 50px;}
.codes-content .col-sm-6 .text div p{font-size: 30px;font-weight: 700; line-height: 45px;margin: 0;display: inline-block}
.codes-content .col-sm-6 .text div{position: relative;border-radius: 25px;border: 3px dashed #fe5f97;line-height:40px;width: 80%;}
.codes-content .col-sm-6 .text div button{background: #fe5f97;border: none;color: #fff;position: absolute;right: 0;border-top-right-radius: 25px;border-bottom-right-radius: 25px;}
.codes-content .col-sm-6 .text div button i{margin-right: 5px;}
.codes-content .col-sm-6 .text div textarea{position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;}
@media(min-width:1200px){
    .codes-content .col-sm-6 .text h6{padding-top: 5%;}
    .codes-content .col-sm-6 .text div button{font-size: 20px;padding: 0 30px;line-height: 48px;}
    .codes-content .col-sm-6 .text div{margin: 10px auto 30px;}
    .Shoes-Measurement img{margin-top: 20px;}
}
@media(min-width:992px) and (max-width:1199px){
    .codes-content .col-sm-6 .text h5{line-height: 40px;font-size: 20px;}
    .codes-content .col-sm-6 .text h6{padding-top: 2%;}
    .codes-content .col-sm-6 .text div{margin:5px auto 15px}
    .codes-content .col-sm-6 .text div p{font-size: 26px;}
    .codes-content .col-sm-6 .text div button{font-size: 20px;padding: 0 15px;line-height: 48px;}
}
@media (min-width:768px) and (max-width:991px){
    .codes-content .col-sm-6{width: 100%}
    .codes-content .col-sm-6 .text h6{margin: 50px auto 15px;font-size: 26px;}
    .codes-content .col-sm-6 .text div{margin: 10px auto 30px}
    .codes-content .col-sm-6 .text p{font-size: 18px}
    .codes-content .col-sm-6 .text div button{height: 50px;padding: 0 30px;font-size: 20px;}
}
@media (max-width:767px){
.codes-content .col-sm-6 .text h5{line-height: 30px;font-size: 15px;}
    .codes-content .col-sm-6 .text div{height: 40px;}
    .codes-content .col-sm-6 .text div p{font-size: 14px;line-height: 30px;}
    .codes-content .col-sm-6 .text div button{height: 36px;line-height: 36px;}
    .codes-content .col-sm-6 .text div{margin: 0 auto 8px;}
    .codes-content .col-sm-6 .text p{font-size: 12px}
}
@media(min-width:992px){
    .cosplay-Measurement img{margin-top: 40px;}
}

/*size-content*/
.size-content .col-sm-6 .table-bordered > tbody > tr > th,
.size-content .col-sm-6 .table-bordered > tbody > tr > td,
.size-content .col-sm-6 .table-bordered{border: none;vertical-align: middle;}
.size-content .col-sm-6 .table-bordered > tbody > tr:nth-of-type(2n+1){background: #e7ecf2}
.size-content .col-sm-6 .table-bordered > tbody > tr > th{background: #15427d;color: #fff;text-align: center;}
.icon-size-a,.icon-size-b,.icon-size-c,.icon-size-d{width: 40px;border-radius: 20px;color: #fff;font-size: 14px;
display: inline-block;text-align: center;}
.icon-size-a{background: #fe5f97}
.icon-size-b{background: #f4b69d}
.icon-size-c{background: #f7d411}
.icon-size-d{background: #2db9f6}
.size-content .col-sm-6 li{list-style-type: disc}
.size-content .col-sm-6 li b,ul.size-list li b{padding-right: 5px;}
@media(min-width:768px){
    .size-content .col-sm-6 li b{display: block;}
    .size-content .col-sm-6 span.size-01{min-height: 440px;}
    .size-content .col-sm-6 span.size-02{min-height: 300px;}
}
.size-content .col-sm-6{margin-top: 15px;margin-bottom: 15px;}
.size-content .col-sm-6 span{background: #fff;display: block;}
.size-content .col-sm-6 span h5{border-bottom: 2px solid #e3e3e3;margin: 10px 0 20px;line-height: 30px;}
.size-content .col-sm-6 small{font-weight: 400}

/*FAQ-content*/
.faq-cms li{min-height: 100px;margin-bottom: 25px;border-radius: 28px;transition: all 0.6s ease-in-out}
.faq-cms li:hover{box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3)}
.faq-cms li p{color: #666}
.faq-cms li:nth-child(2n+1){background: url('../image/faq-02.png') no-repeat 30px 20px;background-size: 80px;padding:15px 15px 0 130px;border: 2px solid #fff;}
.faq-cms li:nth-child(2n+2){background:#fff url('../image/faq-02.png') no-repeat 30px 20px;background-size: 80px;padding:15px 15px 15px 130px;box-shadow:0 2px 10px 2px rgba(0, 0, 0, 0.1)}
/*cms-content*/
.rogramm-ul li a{border: 2px solid #2d2d2d;display: block}
.cms-content .size-nav ul > li{padding-bottom: 0}
.cms-content ol.ol-bo ld li{font-weight: 700;}
.cms-content ol.ol-bold li p{font-weight: initial}
#information-information #content h1,#content h1{ margin:10px 0 20px;font:500 22px/20px Roboto;text-transform: uppercase;}
.cms-content li{line-height: 2}
.cms-content-bg{background: #FFF;padding: 15px 25px;}
.banner img{margin: 0 auto}
@media (min-width:768px){
.cms-content .banner,.cms-content .table{margin: 0 auto 15px}
}
@media (max-width:767px){
.cms-content-bg h3{font-size: 22px;}
.cms-content .banner,.cms-content .table{margin: 10px auto 25px}
    .cms-content .big-nav ul li a{font-size: 14px;}
    .cms-content .size-nav ul > li a{font-size: 14px;padding: 10px 4px }
}
.codes-content{padding-bottom: 30px}
.cms-content b{font-weight: 700;}
.cms-content h4, .not_find h4{font-size: 18px;font-weight:700;margin: 30px 0 0;padding-bottom: 10px;text-transform: uppercase}
.cms-color-chart div img{border: 1px solid #e8e8e8; box-shadow: 0 0 6px rgba(102, 102, 102, .2)}
.cms-color-chart{margin:0 -8px; }
.cms-content a{text-decoration: underline}
.cms-content a:hover{color: #10aeb5}
@media(min-width:1200px){
	.cms-color-chart .col-lg-2{width: 12.5%}
} 
.cms-content .line{border-top: 1px solid #e8e8e8;margin: 30px 0;}
.cms-content .big-nav ul li{padding-bottom: 0;}
.cms-content .big-nav ul li a{padding: 10px 0}
.mail-a-style a{font-size:16px; color:#1a1a1a; text-decoration:underline;}
.mail-a-style a:hover{ text-decoration:none; color:#666}
.cms-content p{ margin:0 0 35px;line-height: 1.7}
.cms-content h5{font-size:14px; margin: 25px 0 10px;font-weight: 700;text-transform: uppercase;letter-spacing: .5px}
.cms-payment-img li{display:inline-block; margin-right:3px;}
.cms-payment-img img{width:45px}
.payment-img fieldset,.fieldset-box fieldset,.about_us fieldset{border:1px solid #e8e8e8; padding:0 15px 15px;margin-bottom: 20px;border-radius: 5px; display: inline;}
.fieldset-box fieldset legend{font-size:20px;color: #2d2d2d}
.payment-img fieldset legend,.fieldset-box fieldset legend,.about_us fieldset legend{width: auto;border-bottom:0;margin-bottom:0;}
.img-border{ border:1px solid #e8e8e8}

/*CMS-about*/
.clear_line{clear: both;background:#abb5c8;width: 95%;margin: 40px auto;height: 1px}
.aboutus .banner img{margin: 0 auto 15px}
#content .aboutus p{font-size: 14px; color: #222;margin:20px 0 }

@media(max-width:767px){
.cms-content .table-responsive .table{margin: 0}
.Return-cms img{width: 50%}
.aboutus{text-align: left}
#content .aboutus p{font-size: 14px; }
}
.reviews-Hinweis{padding-top:8px;color: #666}
/*wigs about end*/
.cms-content ol{
	list-style-type: decimal;
	padding-left: 30px;
	margin-bottom: 10px;
	letter-spacing: .2px;
}
.cms-content ul li,.cms-content ol li{line-height: 1.7;padding-bottom: 10px;}
.cms-content ul li
.Picture-box{margin-bottom: 15px;}
.Picture-box p{background: #f2f2f2;color: #2d2d2d;height: 30px;text-align: center;line-height: 30px}
.cms-content .about-img{ text-align:center; margin-bottom:40px;}

/*FAQS*/
.color-chart-container .cms-color-chart div span{
	height:16px;
	line-height:16px;
	font-size:12px;
	transform: scale(0.8);
}
.cms-color-chart div{text-align:center;padding:0 8px; line-height:30px}
.cms-color-chart div span{display:block;position: absolute;left: 5px;color: #fff;bottom: 0;text-shadow: 0px 0px 1px #000;font-weight: 500;font-size: 14px;}
.cms-color-chart div a{display:block;text-decoration:none;position: relative;margin: 0 0 15px;overflow: hidden;height: 110px;}
@media (min-width:768px) and (max-width:991px){
	.cms-color-chart .col-xs-4{width: 25%}
}
.color-chart-container{border:1px solid #ccc;padding:8px;}
.color-chart-container .row{margin-left:-4px;margin-right:-4px;}
.color-chart-container .row div{padding:0 4px;}
.web_clear{clear:both}

/*product images zoom*/
.elevate-zoom-preview {text-align: center; position:relative; border:1px solid #eee}
.elevate-zoom-preview .img-responsive{ margin:0 auto}
.elevate-zoom-preview #elevate-zoom{ margin:0 auto; cursor:pointer}
.elevate-zoom-preview a img {display: inline-block;}

/*fa*/
.fa{display:inline-block;font:normal normal normal 14px/1 iconfont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-stack {position:relative; display:inline-block;width:1em;height:1em;font-size: 1em;line-height:20px;vertical-align:middle;}
.fa-stack-1x {line-height:inherit}
.fa-stack-1x, .fa-stack-2x{position: absolute;left: 0; width: 100%;text-align: center;}
.review-item .fa-stack,.review-item.fa-stack-1x, .review-item .fa-stack-2x{vertical-align: top;font-size: 1em; line-height: 20px;}
@media(min-width:768px){
    .review-item .fa-stack,.review-item.fa-stack-1x, .review-item .fa-stack-2x{width: 1.5em; height: 1em;}
    .fa-star::before, .fa-star-o::before{ color: #ffc439;font-size: 22px;font-family: iconfont;}
}
@media(max-width:767px){
    .fa-star::before, .fa-star-o::before{ color: #ffc439;font-size: 18px;font-family: iconfont;}
}
.fa-star:before{ content: "\e624"}
.fa-star-o:before{ content: "\e640"}
/*fa end*/
#tab-review .fa-stack{width: 1em}
#tab-review h6 b{font-weight: 700}
#tab-review a{text-decoration:underline}
#tab-review a:hover{text-decoration:none}
.product-detail #product-thumbnail-gallery {margin: 10px 0 0 0;text-align: center;}
.review-option{color: #888}
.review-option p{text-indent: 10px;line-height: 21px;margin:0}

/*login-register*/
#account-login .well{ border:none;}
#account-register .form-horizontal .form-group,
#account-forgotten .form-horizontal .form-group {
	margin-right:0; margin-left:0
}
#account-login .tab-content{ padding-top:15px;}
.big-nav .nav > li{float: none;display: inline-block;padding-left: 0;padding-right: 0;}
.big-nav .nav-tabs{font:bold 16px/30px Roboto; text-align:center; margin:30px 0 15px;border-bottom: 1px solid #e8e8e8}
.big-nav .nav-tabs > li.active > a,
.big-nav .nav-tabs > li.active > a:hover,
.big-nav.nav-tabs > li.active > a:focus {
	background-color:transparent;border: none;
	border-radius:0;
	color: #000;
	border-bottom: 3px solid #000;
}
.big-nav .nav > li > a:hover, .big-nav .nav > li > a:focus{ border-bottom: 3px solid #000;background: #fff;}
.big-nav .nav-tabs > li > a{
	border:none;margin:0 10px; padding:12px 40px;
	color: #000;border-radius: 0;}
.a-line-999{ color:#1e91cf; text-decoration:underline}
.p-14{ font-size:14px;}
.margin-top-15{ padding-top:15px; clear:both;margin-top:15px}
.btn-cancel{ height:40px; padding:0 20px;border-radius: 2px;}
a.btn-size{clear:both; display:inline-block; text-decoration:underline; color:#3379cb;font-size: 12px;text-transform: capitalize;}
a.btn-size:hover,a.btn-size:focus{color: #1860a7;}
.web_clear{clear:both}
.or-line{border-top:1px solid #eee; color:#ccc; margin:40px 0; clear:both}
.or-line span{margin-top: -9px; position: absolute;background:#fff; left:45%; width:10%}
.size-td-bg{background:#f5f5f5;}
.table-responsive th,.table-responsive td{ font-size:13px; color:#2d2d2d}
.other-login .Facebook:before,
.other-login .Google:before,
.other-login .twitter:before {font-family:'iconfont'; display:inline-block; color:#fff; margin-right:4px; font-size:16px;}
.other-login .Facebook:hover,
.other-login .Google:hover,
.other-login .twitter:hover{-webkit-transition: all 0.3s ease-in-out;;-moz-opacity:.8;filter:alpha(opacity=80);opacity:.8}
.other-login .Facebook a,
.other-login .Google a,
.other-login .twitter a {
	color:#fff;
	padding:20px 0;
	display:inline-block;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700
}
.other-login .Facebook:before{ content:'\e616'}
.other-login .Facebook{ background:#4270a5; margin:0 0 20px 0}
.other-login .Google:before{ content:'\e676'}
.other-login .Google{ background:#df5f53;margin:0 0 20px 0}
.other-login .twitter:before{ content:'\e655'}
.other-login .twitter{ background:#19c9f4;margin:0 0 20px 0}
.other-login .row{ margin-left:-10px; margin-right:-10px;}
.other-login .col-sm-4{padding-right: 10px;padding-left: 10px;}
@media(min-width:1200px){
	.wishlist-item{height: 400px}
}
@media (min-width:992px) and (max-width:1199px){
	.wishlist-item{height: 280px}
}
@media(min-width:992px) and (max-width:1920px){
	.product-3-title {margin: 0px 0 20px;}
}
@media(min-width:768px) and (max-width:991px){
	.product-3-title {margin:60px 0 20px;}
	.wishlist-list{margin-left:-5px;margin-right:-5px }
	.wishlist-item{height: 230px;padding: 0 5px;}
}
@media(max-width:767px){
	.product-3-title{margin:40px 0 20px;}
	.wishlist-item{height: 260px}
}
/*home product three*/
.product-3-title{background:#f5f5f5; padding:15px;}
.product-3-title h6{font-size:30px; font-weight:700; float:left}
.product-3-title ul{ float:right; font-size:14px; text-transform:uppercase; margin-top:15px;}
.product-3-title ul li{display:inline-block; margin:0 15px;}
.product-3-title ul li a{border-bottom:2px solid #1a1a1a}
.product-3-title ul li a:hover{ color:#666; border-bottom:none}
.account_left .list-unstyled li,.Information_left li{border-bottom:1px solid #e8e8e8; background:#fff;padding: 10px 15px;}
.account_left .list-unstyled li:hover,.Information_left li:hover{ background:#fcfcfc;}
.account_left .list-unstyled i,.Information_leftli .list-unstyled i{padding-right:4px; font-size: 16px}
.account_left .list-unstyled li a,.Information_leftli .list-unstyled li a{color:#111; display:block;font-size:13px;}
.account_left .list-unstyled li a:hover,.Information_leftli .list-unstyled li a:hover,.account_left h2 a:hover{ color:#333;text-decoration:underline}
.account_left h2{margin-top:0; line-height: 18px;}
.account_left h2 a{font-size:16px}
.Information_left h3{font:700 16px/28px Roboto; padding: 8px 0; margin:0;border-bottom: 1px solid #ddd;text-transform: uppercase;}

/*my account*/
.account-item{ border:1px solid #e8e8e8; padding:6px 15px; margin-bottom:15px;background: #fff}
.p-12,.account-item p{font-size: 12px;}
.account-item p{font-size: 12px;}
.account-item:hover{background:#fcfcfc;}
.account-item a{color:#666; display:block;}
.account-item a:hover{ color:#1a1a1a; text-decoration:underline}
.account-item h4{font-size:16px; font-weight:700; margin-bottom:6px;text-decoration: none;border-bottom: 1px solid #333;display: inline-block;}
@media(min-width:1200px){
	.account-item{min-height:125px;}
}
@media(min-width:992px) and (max-width:1199px){
	.account-item{min-height:135px;}
}
@media(min-width:768px) and (max-width:991px){
	.account-item{min-height:100px;}
}
@media(min-width:768px){.account_icon{margin:10px 10px 0 0;}}
@media(max-width:767px) and (min-width:375px){
	.account_icon{margin:0 10px 40px 0;}
}
@media(max-width:374px){.account_icon{margin:0 10px 50px 0;}}
.account_icon{ width:50px; height:50px; border-radius:25px; line-height:50px; background:linear-gradient(to bottom,#999,#2d2d2d);text-align: center; float: left; }
.account-item a:hover .account_icon{background:linear-gradient(to bottom,#2d2d2d,#666);}
.account_icon i{font-size: 26px;color: #fff;}
.iconjiantou-copy{font-size:12px;}
.address-list{margin-top:10px; font-size:14px;}
.address-item{box-shadow: 0 3px 4px rgba(0,0,0,0.05); border: 1px solid #ddd;padding:10px 20px 20px;position: relative;width: 100%;margin-bottom:10px; min-height:175px;}
.address-item .operate a{border: 1px solid #1a1a1a;color: #111;display: inline-block;margin: 10px 10px 0 0;padding: 6px 12px;font-weight: 700;font-size: 13px;}
.address-item .operate a:hover{ color:#fff; text-decoration:underline;background: #111;}
.wishlist-item{ margin-bottom:20px;}
.wishlist-item .product-image{position:relative; margin-bottom:3px;overflow: hidden;}
.wishlist-item .product-image img{border: 1px solid #e8e8e8}
.wishlist-item .product-image .btn-wishdel{background-color: #fff;position: absolute;color: #333;width: 26px;border-radius: 100%;z-index: 1;height: 26px;text-align: center;line-height: 26px;font-family:'iconfont'; right: 10px; top: 10px;opacity:.5}
.wishlist-item .product-image .btn-wishdel:before{ content:'\e60a';}
.wishlist-item .product-image .btn-wishdel:hover{ opacity:1}
.wishlist-item .product-image .btn-add{z-index:1; position: absolute;opacity: .8;bottom: 10px;
right: 0;margin: auto;background: #fff;color: #1a1a1a;height: 36px;transform: scale(0.9);width: 68%;text-align: center;border: 1px solid #e8e8e8;left: 50%;margin-left: -34%;font-size: 12px;}
.wishlist-item .product-image .btn-add:hover{opacity:1;}
.wishlist-item .product-image:hover button.btn-add{opacity: 1;}
.coupon_box{ background:#10aeb5; color:#fff; display:inline-block; padding:0 6px; margin-left:5px; border-radius: 3px;font-weight: 700}

/*Comment star in product details*/
#rating-box-c label{ margin-right:10px; margin-bottom: 0;}
#rating-box-c ul{height: 29px;; display:inline-block;background: url('../image/icon_bg.png') no-repeat;}
#rating-box-c ul.rating0{background-position:1px -632px}
#rating-box-c ul.rating1{background-position:1px -596px}
#rating-box-c ul.rating2{background-position:1px -559px}
#rating-box-c ul.rating3{background-position:1px -523px}
#rating-box-c ul.rating4{background-position:1px -487px}
#rating-box-c ul.rating5{background-position:1px -450px}
#rating-box-c li{float: left;display: block;height: 29px; width: 31px; cursor:pointer}

/*Size chart in product details*/
.size-table-box .ontd{background: #000;color: #fff}
.size-table-box .onrowtd{background: #f0f0f0;color: #666}
/*end*/

/*footer*/
#newsletter button{height: 50px;padding: 0 15px; transition: all 0.5s;background: #ec875d;color: #fff;border: none;display: inline-block}
#newsletter button i{font-size: 22px;}
#newsletter button:hover{background: #fff;color: #15427e}
#newsletter input{height: 50px;font-weight: 400;width: 65%;display: inline-block;font-size: 14px;color: #000;}
#newsletter .input-group-btn{position: absolute; right: 0; width: auto; top: 0;}
#Quick-Links p a{ color: #666; line-height: 26px; }
#Quick-Links p a:hover{ text-decoration: underline}
.category-title h1,#product-search h1{margin: 0;padding: 0;text-transform: uppercase;font-size: 20px;}
#content h2{text-transform:uppercase;margin-top:0}
@media(min-width:1200px){
	.container{width: 1400px;}
	.review-block{margin: 40px auto;}
}
@media(min-width:992px) and (max-width:1199px){
	.review-block{margin-top: 40px;}
	.container{width: 997px;}
}
@media(min-width:768px) and (max-width:991px){
	.review-block{margin:0}
	.review-item-title{margin-top: 20px;}
	#review .pagination{margin:10px 0}
}
@media(max-width:767px){
	.category-title{margin-bottom:10px}
	.review-block{margin-top: 10px;padding-bottom: 15px;}
    .review-block h5{font: 600 16px/30px Roboto;color: #000;}
}
.mm-menu::after {
	content: "";
	display: block;
	height: 120%;
	left: 100%;
	position: absolute;
	top: -10%;
	width: 20px;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important}
#review dl{margin-bottom:0}
.review-item{border-bottom: 1px solid #e8e8e8;padding: 15px 0;}
.review-block li{font-size:16px; text-transform: uppercase;}
.review-block .form-horizontal .form-group{margin-right:0; margin-left: 0}
.review-item-title .review-show{line-height: 26px;}
.review-Score{font-size: 22px;text-align: center}
.review-Score i.iconstar_5{font-size: 22px;color: #ffd700;margin-left: 5px;}

.review-item img{display: inline-block;margin-right: 2px;border: 1px solid #dedede}
.review-item a{position: relative;display: inline-block}
.review-item a.buyer_show_img i{position: absolute;bottom: 3px;right: 6px;color:rgba(255, 255, 255, .5);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);font-size: 15px;}
.review-item a:hover.buyer_show_img i{color: rgba(255, 255, 255, 1)}
.review-item dt{line-height: 26px;}
.review-item .date,.review-item .vip{font-weight: initial; color: #9e9e9e;font-size: 12px}
.review-item .ratings-item{margin-bottom: 8px;}
.review-item .ratings-item b{color: #9e9e9e;font-weight: 400;font-size: 13px}
.review-content p{font-size: 13px;color: #6b6d76;}
.buyer_show_img img{max-height: 100px;}
.review-item dd:before{display:  none}
.Review-photos h6{color: #333;font-size: 13px;font-weight: initial;margin: 0 0 10px}
.Review-photos input{display: inline-block;margin-right: 6px;}
.review-item .name-icon{font:600 22px/48px Roboto;color: #fff;background: #83b6dd;width: 48px;height: 48px;border-radius: 24px;position: relative;margin: 0 auto 10px;text-align: center}
.review-item .name-icon i{background: #1cc286; color: #fff; width: 18px;height: 18px;line-height: 18px;border: 1px solid #fff;border-radius: 9px;font-size: 11px;position: absolute; bottom: 0;right: -5px;}
.review-item .name{font: 600 18px/20px Roboto;color: #2f84ed;margin-bottom: 5px;}
@media(min-width:768px){
	.review-item dt{text-align: center}
	.Review-photos input{max-width: 180px;}
	.review-item .vip{padding-left: 6px;}
}
@media(max-width:767px){
    .review-item .vip{line-height: 16px;display: block}
	.review-item .date{text-align: right; width: 30%; float: right}
	.review-item .ratings-item{width: 92px;float: left;}
	#shoppingbag .mm-listview>li:not(.mm-divider):after{left: 0; border: none;}
	#shoppingbag .total{margin-left: -15px;margin-right: -15px;line-height: 30px;padding-top: 10px}
	#shoppingbag .mm-panel.mm-hasnavbar .mm-navbar a:before{display: inline-block; width: 40px; font-family: iconfont;content: '\e609';color: #b2b2b2;font-weight: 700;font-size: 12px;} 
	.review-item-title{padding: 0;margin: 12px 0 5px;border: 0;text-align-last: center}
	.Review-photos input{max-width: 100px;}
	.review-item{padding: 15px 0;border-radius: 4px;}
	.review-content p{font-size: 12px}
}
.write-rev{display: block;padding-top: 5px;margin-bottom: 20px;}
.table-hover > tbody > tr:hover{background-color: #f5f5f5;}
#shoppingbag .mm-menu .mm-listview{border-color: #f3f3f3;}
#shoppingbag .mm-listview{padding: 15px}
.Card-Payment-icon .Payment_title{display: block;padding-bottom: 2px;font-size: 12px;color: #666;}
.payment-content{margin-top: 10px; color: #888;}
.payment-content p{font-size:12px;color: #606060}
.payment-content a{text-decoration: underline;color: #606060}
.payment-content a:hover{text-decoration: none}
/** addEventListener default false**/
.elevate-zoom-wrapper,.owl-stage-outer,.owl-container,#page{ touch-action: pan-y; }
.elevate-zoom-wrapper .owl-carousel .owl-stage{margin: 0 auto;}
.elevate-zoom-wrapper .thumbnails{position: relative;}
.elevate-zoom-wrapper .thumbnails .iconfangdajing{position: absolute;z-index: 2;bottom: 15px;left: 50%;color: #000;font-size: 14px;text-shadow: 0px 0px 1px #000;margin-left: -10px;}
.elevate-zoom-wrapper .thumbnails .iconfangdajing span{font-size: 12px;margin-left: 3px;font-family: Roboto;}
.elevate-zoom-wrapper .thumbnails .iconfangdajing:hover{opacity:0.7}
@media(min-width:992px){
	#gallery_01{padding: 0 40px;}
	.elevate-zoom-wrapper .thumbnails{padding: 40px;}
}
/*20190425*/
.modal-content{border-radius: 0;}
.modal-dialog{margin:0 auto}

/*wig color select*/
.web_select_content .arrow{margin:10px 10px 0 0;}
.web_select_content_block{
	transition: all 0.6s;
	position: relative;
	box-sizing: border-box;
	cursor: pointer; 
	padding:0;font-size: 13px;
}
.web_select_content_block a{
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;}
.web_select_content .img_select{height:32px;}

#img_small_id{z-index: 10;}
.color_show  p{position: absolute;top: 45%;left: 50%;color: #fff;font-weight: 700;font-size: 14px;background-color:rgba(0, 0, 0, 0.6);padding:5px;width: 90px; margin: 1px;text-align: center;box-sizing: border-box;border: 1px solid #666;margin-left: -45px;}
.Color-radio .col-sm-2{overflow: hidden; margin: 5px;padding: 0;border-radius: 3px;cursor: pointer;}
.Color-radio .act i{/*background: url(../image/act_arrow.png) no-repeat bottom right;background-size: 16px;*/position: absolute;width: 20px;height: 20px;right: 0;bottom: 0}
.img_real_val{position: absolute;color: #2d2d2d; left: 50%; top: 50%;font-weight: 700;padding: 3px 10px;text-align: center;background: #fff;font-size: 12px;}  
.color_show{position: absolute; z-index: 10;right: 15px;}
.color_show img{background: #fff;}
/*#img_small_id li{width:99%;height:50px}*/
#button_color_selected:before,#button_color_selected1:before{font-family:iconfont;content: '\eaf1';padding-right: 5px}
.web_select_content_block .select_size b,.web_select_content_block .select_color b{color:#111; font-size:14px;}
.web_select_content_block .select_size #show_img_val,.web_select_content_block .select_color #show_img_val{ color:#333;padding-left: 8px;font-weight: 700}
.web_select_content_block .select_size #show_img_val:after,.web_select_content_block .select_color #show_img_val:after{content: '|'; color: #ebebeb;padding-left:8px;padding-right:8px; }
.web_select_content_block ul{margin: 0;padding: 0}
.web_select_content_block ul li{ margin:0;padding:0 4px 10px 4px; display:inline-block;position: relative;cursor: pointer;}
.web_select_content_block ul li img{border-radius: 2px;padding: 3px;border: 1px solid #e8e8e8;}
.select_color{margin: 0 -4px}
.select_color ul{list-style: none; /*margin-left:10px;*/}
.select_color b{margin-top:6px;}
#web_select_colors i{padding-right: 10px;padding-top: 5px;font-size: 14px;color: #333;}
#web_select_colors i:before{content: '\e608 '}
.color_ul{padding:0px; margin:0;position: absolute;z-index: 999; background-color: #fff; border:1px solid #ccc}
.color-set ul li{list-style: none;border:1px solid #fff; cursor:pointer}
#img_small_id li img:hover,#img_small_id .color_selected img{border:1px solid #10aeb5;}
.color_ch{padding-top: 10px;}
.acc-color{padding: 0;margin:4px;cursor: pointer}
.acc-color div{box-shadow: inset 0 0 0 1px #8099b9;padding: 8px 0;text-align: center;}
.color_ch p{position: absolute;left: 5px; color: #fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 0; text-shadow: 0px 0px 1px #000;}

.color-radio li{display: inline-block;margin: 5px;border: 1px solid #efefef;border-radius: 3px;padding: 1px;}
.color-radio .act{border: 1px solid #000;}
.size-radio .radio .act,.size-radio .radio .act:hover,
.Gender-radio .radio .act,.Gender-radio .radio .act:hover,
.Including-radio .radio .act,.Color-radio .radio .act:hover{box-shadow: inset 0 0 0 2px #000; color: #000; font-weight: 700;}
.Including-radio .radio .opt-radio{padding: 2px;height: auto;line-height: auto;}
.Including-radio .radio .opt-radio img{margin: 0;}
@media (min-width:1200px){
	.Color-radio .col-sm-2{width: 6%;max-height: 50px;}
	.color_show{bottom: 140px;}
	.color_show img{width: 200px;}
}
@media (min-width:992px) and (max-width:1199px){
    .Color-radio .col-sm-2{width: 9.5%;max-height: 50px;}
	.color_show{bottom: 56px;}
	.color_show img{width: 200px;}
}
@media (min-width:768px) and (max-width:991px){
	.Color-radio .col-sm-2{width: 10%;max-height: 40px;}
	.color_show{bottom: 122px;}
	.color_show img{width: 200px;}
}
@media (min-width:768px){
	.Color-radio .col-sm-2:hover,.Color-radio .act,.Color-radio .color_selected{box-shadow: inset 0 0 0 2px #8ca895;}
	.color_ch p{font-size: 12px;bottom: 0}
}
@media (max-width:767px){
	.phone_color_show{width: 41.666%;height: 120px;overflow: hidden;padding: 1px;margin:0;display: inline-block;margin-bottom: 15px;}
	.phone_color_show img{width: 120px;}
	.phone_color_show_box{border-bottom: 1px solid #dedede;}
	.phone_color_show_box ul{display: inline-block; margin-top: 20px;line-height: 25px;}
	.Color-radio .act{box-shadow: inset 0 0 0 2px #fe5f97;}
	.color_ch p{font-size: 11px;top: 0}
	.Static-Top-Pander6{padding: 0 15px;margin: 15px 0}
}
/*radio checkbox style*/
.wig-checkbox{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	vertical-align: text-bottom;
}
.wig-checkbox input[type="checkbox"],.type-checkbox input[type="checkbox"]{
	opacity: 0;
}
.wig-checkbox:hover {
 border:1px solid #2d2d2d
}   
.wig-checkbox input[type=checkbox]:checked+i {
 display:inline-block
}
.wig-checkbox i {
 display:none;
 width:10px;
 height:6.5px;
 position:absolute;
 border-left:2px solid #2d2d2d;
 border-bottom:2px solid #2d2d2d;
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg);
 top:50%;
 left:50%;
 margin-top:-5px;
 margin-left:-5px
}

.wig-radio {
 position:relative;
 display:inline-block;
 width:20px;
 height:20px;
 margin-right:5px;
 cursor:pointer;
 background:#fff;
 border:1px solid #ccc;
 border-radius:50%;
 vertical-align:text-bottom
}
.wig-radio input[type=radio] {
opacity: 0
}
.wig-radio:hover {
 border:1px solid #2d2d2d
}
.wig-radio input[type=radio]:checked+i {
 display:inline-block;
 border:1px solid #2d2d2d 
}
.wig-radio i {
display: none;
 width:8px;
 height:8px;
 position:absolute;
 border-radius:50%;
 background:#2d2d2d;
 top:50%;
 left:50%;
 margin-left:-4px;
 margin-top:-4px
}
.lazy{
	background: url(../image/loading_img.gif) no-repeat 50% 50%;
	text-align: center;
}
.close{font-size: 40px; font-weight: 400;opacity: .6; line-height: 30px;}
.text-danger{font-size:12px;display: block!important;color: #dc3545;}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{color: #dc3545!important;}
.has-error .form-control{border-color: #dc3545!important;}

/*cart*/
.cart-title,.together-product button i{font-size: 18px;}
.together-product button{padding: 0 10px;line-height: 22px; color: #f4b69d; background: #fff;border: 1px solid #c1efe8;border-radius: 6px}
.together-product button:hover{background: #10aeb5;color: #fff;border: 1px solid #10aeb5;}
.together-product .caption{min-height: 100px;}
.cart-left .table{margin-bottom: 0}
@media(min-width:1200px){
	.together-product{width: 65%;}
}
@media(min-width:768px){
	.together-product .p-row{margin-right: -10px;margin-left: -10px;}
	.together-product .col-sm-2, .together-product .col-xs-4{padding-left:10px; padding-right:10px;}
	.together-product .product-name{height: 32px;overflow: hidden;}
}
@media(max-width:767px){
	.cart-title{margin-top: 15px;}
}
.search-empty span{display: block}
.search-empty img{width: 185px;margin-top: 15px;}
.search-empty h4{color: #999; margin-top: 5px;}
.search-empty h2,.search-empty .module-title h2{font-size: 18px;}
.search-empty h4{font-size: 14px;}
.not_found{background: #f5f5f5;padding: 30px 25px 50px;border-radius: 10px}
.not_found i{font-style: normal;color: #10aeb5;}
.not_found p{line-height: 20px;}
.not_found p a{color: #10aeb5;text-decoration: underline}
.not_found p a:hover{color: #333}
.not_found .left{float: left;text-align: right;}
.not_found .right{float: left}
.not_found ul{margin: 0 auto}
.not_found ul li{line-height: 30px;font-size: 13px;}
.not_found_title{border-bottom: 1px solid #333;text-align: center;margin: 20px auto 30px;}
.not_found_title h6{padding: 0 15px;display: inline-block;background: #f5f5f5;position: relative;top: 15px;letter-spacing: 0;text-transform: uppercase;font: 600 20px/15px 'Roboto';color: #333;}
@media(min-width:1200px){
	.not_found ul li{width:20%}
	.not_found ul,.not_found_title{width: 90%;}
	.sorry_br{display: block}
}
@media(min-width:768px){
	.not_found .left{width:35%;padding-right: 5%}
	.not_found .right{width:60%;}
	.not_found h1{font-size: 22px;}
}
@media(max-width:767px){
	.not_found .left{width: 100%;}
	.not_found .left img{margin: 0 auto}
	.not_found .left,.not_found .right{text-align: center}
	.not_found h1{font-size: 20px;}
	/*phone*/
	#phone-myTab{text-align: center;border: none;margin: 15px auto 25px;width: 100%;}
	#phone-myTab .col-xs-6{padding-left:5px;padding-right: 5px;}
	#phone-myTab li{font-weight: 700;}
	#phone-myTab li > a{border-radius: 6px;background: #f6f4f5; border:1px solid #ccc;min-width:130px;font-size: 14px;font-weight: 500;}
	#phone-myTab li.active > a{background: #f4b69d;color: #fff;border:1px solid #f4b69d}
	#phone-myTab li.active > a:before{content: ''; position: absolute; width: 0px;height: 0px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 6px solid #f4b69d;top:100%;left:50%; margin-left:-7px;}
	#product .modal{top:inherit;}
	#product .modal-dialog{background: #fff; padding:0 0 40px;}
	#phonebuy-modal .form-group{padding: 0 15px;}
	#phonebuy-modal .modal-header{padding: 8px 15px;margin-bottom: 12px;}
	#phonebuy-modal h4{font-size: 15px;display: inline-block;}
	#phonebuy-modal .close{font-size: 32px;}
	.Color-radio .col-xs-6{width:11.3%;height: 36px;}
	#phonebuy-modal{max-height: 490px;}
	.color_selected{border:2px solid #10aeb5;}
	.btn-size span:before{font-family: 'iconfont';font-size: 6px; color: #999;display: inline-block;margin-left: 5px}
	.btn-size .arrow-down:before{content:"\e60a";font-size: 9px;font-weight: 700}
	.btn-size .arrow-up:before{content:"\e60f"}
}
@media(max-width:320px){
	.Color-radio .col-xs-6{width:13%;height: 36px;}
}
/*free gift*/
.pro_gifts {margin-bottom: 10px}
.gifts_icons a{color: #fff}
.gifts_icons{margin:0 5px;background: #10aeb5;color: #fff;border-radius: 2px;padding: 0 5px;font-size: 11px;}
.pro_gifts b{border-radius: 2px; color: #333; padding: 2px 6px;font-weight: 700;}
.pro_gifts b:before,.gifts_icons:before{font-family: iconfont;content: "\e6df";margin-right: 3px;font-weight: 400;font-size: 11px;}
.pro_gifts p{color: #666;font-size: 12px;}
.pro_gifts li{border: 1px solid #e8e8e8;display: inline-block;margin-right: 5px;text-align: center}
.pro_gifts li:hover{border: 1px solid #10aeb5}
.product_gifts a,.image a{position: relative;display: block;}
.product_gifts .product_gifts_icon, .product_gifts_icon{background-color: #ff6861;text-align: center;display: inline-block; color: #fff;font-size: 11px;text-transform: capitalize;border-radius: 15px;padding: 2px 10px;font-weight: 700; margin: 0 0 5px;display: none;}
.product_gifts .product_gifts_icon i,.product_gifts_icon em,.product_gifts_icon i{font-size: 11px;margin-right: 6px;font-weight: 400;}
#checkout-cart .checkout-content{background: #fafafa;}
.gift{background: #fff;border: none;line-height: 30px;}
.gift .form-control{background: #fff;text-align: left}
.gift:before{content: 'x';float: left; padding-right: 5px;}
.cart-left{background: #fff}
.safety-block{padding: 15px 10px;min-height: 80px;background: #f7f8fa;}
.safety-block b{display: block}
.safety-a,.safety-b,.safety-c{font-size: 12px;color: #666;}
.safety-a i,.safety-b i,.safety-c i{background: url('../image/safety.png') no-repeat; background-size: 46px;width: 50px;min-height: 35px;}
.safety-b i{background-position:0 -46px}
.safety-c i{background-position:0 -92px}
.safety-block span,.safety-block i{display: inline-block}
@media (min-width:992px) and (max-width:1199px){
    .safety-block .col-sm-4{padding-right:3px;padding-left:3px;}
}
@media(max-width:991px){
    .safety-block{text-align: center}
}
@media (min-width:768px){
	.pro_gifts li{width: 45px;height: 45px;border-radius: 2px;}
	.pro_gifts li img{height: 43px;}
}

@media (max-width:767px){
    .safety-block .col-xs-4{padding-right:0;padding-left:0;}
	.pro_gifts{margin: 10px 0 25px;}
	.pro_gifts li{width: 120px;height: 120px;}
	.pro_gifts li img{height: 118px;}
	.pro_gifts b{display:inline-block;}
	.quickcheckout-cart .row{margin-left: -8px;margin-right: -8px;}
	.quickcheckout-cart .col-lg-3,.quickcheckout-cart .col-md-4,.quickcheckout-cart .col-sm-4,.quickcheckout-cart .col-xs-3,.quickcheckout-cart .col-lg-9,.quickcheckout-cart .col-md-8 ,.quickcheckout-cart .col-sm-8,.quickcheckout-cart .col-xs-9{padding-left: 8px;padding-right: 8px}
	.checkout-content{box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);margin: 15px 0}
}
@media (min-width:768px) and (max-width:991px){
.image .product_gifts_icon,.image .product_gifts_icon em{font-size: 11px;}
.quickcheckout-cart .row{margin-left: -5px;margin-right: -5px;}
.quickcheckout-cart .col-sm-4{padding-left: 5px;padding-right: 5px}
.checkout-content{box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15);margin: 15px 0}
}
@media(min-width:992px){
	.checkout-content{border-top: 1px solid #dedede;box-shadow: 1px 0 10px rgba(0, 0, 0, 0.15)}
}
@media(max-width:1199px) and (min-width:768px){
.pro_gifts{margin-top: 20px;}	
}
/*free gift end*/
.size-nav{margin:10px auto 15px;}
.size-nav .nav-tabs > li{display: inline-block;}
.size-nav .nav-tabs > li > a{font-size: 18px}
.modal-body .table-responsive h6,h6.Measure-title{border-bottom: 1px solid #8099b9;padding-bottom: 5px;font-size: 16px;color: #15427d}
.modal-body .table-responsive h6 i,h6.Measure-title i{font-size: 18px;margin-right: 4px}
.modal-body .col-md-6{width: 100%}
.modal-body .col-md-6 .col-sm-6{width: 50%}
.modal-body h5.title_size,#size-content h5.title_size{display: none}
@media(max-width:768px){
    h5.title_size{display: none}
}

ul.sitemap-style li a{font-weight: 700;line-height: 28px;}
ul.sitemap-style li ul{margin: 15px 0}
ul.sitemap-style li ul li{list-style: circle;margin-left: 30px;}
ul.sitemap-style li ul li a{font-weight: 400;line-height: 20px;}

/*20240410 new style*/
.svg-upload-icon .icon{z-index: 1!important;
    width: 60px!important;
    height: 60px!important;
    border: 1px dashed #000!important;
    display:inline-block!important;
    border-radius: 4px!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer!important;
    margin-bottom: 8px!important;
    -webkit-transition: all .3s linear!important;
    transition: all .3s linear!important;
    opacity: 1!important;padding: 18px;}
.svg-upload-icon div{display: inline-block;position: relative;vertical-align: top;border-radius: 2px;}
.svg-upload-icon div img{border: 1px solid #efefef;}
.ul_img_item{
	position: relative;
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden
}
.spotlight,.upload_file_item_del{position: absolute;bottom: 33px;z-index: 10;color: #fff;background-color: #00000080;width: 40%;text-align: center;padding:2px 0 0;left: 1px;cursor: pointer;}
.spotlight {margin-left: 30px;}

.upload_file_item_del{
    opacity: 1;
    display: block;
}
.upload_file_item_del::before,.spotlight::before{
	font-family: 'iconfont';
    font-size: 14px;
}
.spotlight::before{content: "\e6a2";}
.upload_file_item_del::before{content: '\e60d';}	

/*feilei gundong*/
@media(min-width:768px) {
	.category-box{margin:50px 0;overflow: hidden;padding: 0 150px;}
	h3.count-products{font-size: 20px;}
}
@media(max-width:767px) {
	.category-box{margin:30px 0;overflow: hidden;padding: 0 30px;}
	h3.count-products{font-size: 14px;}
}
h3.count-products{text-transform: uppercase;margin-top: 20px;margin-bottom: 0;font-weight: 600;}
.category-box .owl-item img{border-radius: 20px;border: 1px solid #efefef;}
.category-box.owl-container .owl-carousel .owl-stage-outer{-webkit-transform: translate3d(0,0,0);clip-path: inset(-100vw -100vw -100vw 0);overflow: visible!important;}
.category-box.owl-container .owl-carousel .owl-stage-outer .owl-stage{flex-wrap: nowrap;}
.category-box.owl-container .owl-item{padding: 2px;}

.vip-service-tip,.need_shipping_tip{font-size: 12px;margin:3px 0 10px -32px;transform: scale(0.9);}
@media(max-width:650px){
	.vip-service-tip,.need_shipping_tip{padding-left: 10px;}
}