@charset "utf-8";
/* CSS Document */
/* @import url("base-fonts.css"); */
html { color: #333; font-family: 'Roboto', Arial, Helvetica, sans-serif; }
body { margin: 0 auto; padding: 0; background: #f1f3f8; }
body, div, input { font-size: 14px; font-family: 'Roboto', Arial, Helvetica, sans-serif; }
input, textarea, button { outline: none; }
a { color: #000414; font-family: 'Roboto',arial,helvetica,sans-serif; }
a:hover { background-color: transparent; text-decoration: none; color: #fa4969; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block }
.fl { float: left; }
.fr { float: right; }
.clr, .clear { clear: both; }
p, h2, h1, h3, h4, h5, h6 { margin: 0; padding: 0; }
img { border: 0; vertical-align: middle; max-width: 100%; }
.unliststyle { list-style-type: none; margin: 0; padding: 0; }
.noplr { padding-left: 0 !important; padding-right: 0 !important; }
.plr5 { padding-left: 5px; padding-right: 5px; }
.pt150 { padding-top: 0; }
.pl0 { padding-left: 0 !important; }
.relative { position: relative; }
.top-bar { font-size: 14px; text-align: center; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; padding: 0; color: #fff; word-break: break-word; background: #222; line-height: 42px;}
.top-bar p { font-size: 14px; }
.top-bar .top-text { margin-bottom: 0; font-weight: bold; text-align: right; }
.top-bar .share-icon { text-align: right; }

.top-side { font-weight: bold; text-align: left }
.top-side a { color: #fff; font-weight: 400; margin:0 calc(20px/2); }
.top-side>a:first-child { margin-left: 0;}
.member-box, .cart-box { display: inline-block }

.member-box a, .cart-box a { color: #fff; margin: 0 3px; }

@media (min-width: 1230px) {
.container { max-width: 1230px; }
.container-lg {max-width: 1230px;}
}

.mainWrapper { }
/* Header */
.headerWrapper { width: 100%;}
.header { padding: 20px 0; background-color: #fff; width: 100%; }
.header-fixed { position: fixed; z-index: 9999; top: 0; transition: all .3s ease-in-out; box-shadow: rgb(153, 153, 153) 0px 5px 5px -5px;}
.logo { padding: 10px 15px; height: 80px; align-items: center }
.logo a { display: inline-block; padding: 0; padding-left: 0; }
.logo a img { max-height: 46px;}
.header-bar { margin-right: -15px; text-align: right }
.header-bar a { position: relative; color: #282826; font-size: 40px; text-align: center; line-height: 60px; }
.header-bar a i { display: inline-block; }

.mobile-header { padding-top: 20px; padding-bottom: 20px; background: #222; border-top: 1px solid #3e3e3e;}
.mobile-header-logo { text-align: center;}
.mobile-header-logo img { max-height: 46px;}



.technocy-icon { display: flex; flex-direction: column; margin-right: 15px } 
.technocy-icon>span { display: inline-block; height: 2px; width: 25px; margin-bottom: 6px; transition: all .3s ease; background-color: #fff;}
.technocy-icon .icon-2 { width: 13px }
.technocy-icon .icon-3 { margin-bottom: 0;width: 25px}
.technocy-icon:hover .icon-2 {width: 25px}

.search-box { position: relative; width: 100%;}
.search-box input { border-radius: 5px; border: 2px solid #e4e4e4; padding-right: 45px; height: 48px;}
.search-box:hover input:focus,
.search-box:hover input { border-color: rgb(240, 39, 87) !important; box-shadow: 0 0 0 .2rem rgba(240,39,87,.25) !important}

.search-box button { position: absolute; top: 2px; right: 5px; margin: 0; padding: 0; width: 44px; height: 44px !important; font-size: 34px; border: 0; background: none; border-radius: 0 5px 5px 0;}
.search-box button svg { vertical-align:top !important; fill:#cfcece;}
.search-box button svg:hover { fill: #000;}

.member-cart { text-align: center;}
.member-cart a { margin: 0 6px; color:#333; display: block; position: relative; text-transform: uppercase; font-size: 12px; font-weight: 500;}
.member-cart a:hover { color: #fa4969;}
.member-cart a svg { display: inline-block;}
.member-cart a:hover svg { fill:#f00;}
.member-cart a span { font-size: 14px;}
#mycart { display: inline-block;line-height: 20px; text-align: center; }
.cart-box a { width: auto;}

.header-menu { background:#fff; position: relative; z-index: 999; }
.nav-box { background: #fff; box-sizing: border-box; padding: 0 20px; width: 100%; height: 60px;
background-color: transparent;
background-image: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 35%);
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.nav-box-bg { display: none; height: 60px;}

.nav-bar { margin: 0 auto; padding: 0; max-width: 1200px; height: 100%; display: flex; }
.nav-bar li { position: relative; margin: 0 2px; height: 44px; }
.nav-bar li a.n-link { padding: 0 10px; width: 100%; height: 100%; line-height: 44px; position: relative; font-size: 13px; font-weight: 600; text-transform: uppercase; transition: all .3s ease; }
.nav-bar li a.n-link svg { fill:#333; transition:all .3s ease-in-out;}
.nav-bar li a.n-link:after { border-bottom: 1px solid #F02757; bottom: -6px; content: ""; position: absolute; right: 0; transition: width .4s linear 0s; width: 0; }
.nav-bar li a.n-link:hover { color: #F02757; }
.nav-bar li a.n-link:hover svg { fill: #F02757; transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); }
.nav-bar li:first-child a.n-link:hover svg {transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg);}
.nav-bar li a.n-link:hover:after { left: 0; width: 100%; }

.header-tel { position: absolute !important; right: 0; text-align: right; bottom: -90px; z-index: 9999;}
.header-tel a { display: inline !important;}

.new, .hot { position: absolute; top: -18px; left: unset; transform: translateX(-50%); font-size: 8px; display: inline-block; text-transform: uppercase; line-height: 16px; padding: 0 5px; font-weight: 600; color: #fff; background-color: #e62e05; }
.new:before, .hot:before { content: ''; position: absolute; width: 0; height: 0; display: inline-block; top: 100%; left: 10px; border-right: 4px solid transparent; border-top: 4px solid #0a0504; }
.new { background-color: #1ad441; }
.new:before { border-top: 4px solid #1ad441; }

.nav-sub { position:inherit !important;}
.nav-sub .sub-menu { position: absolute; top: 60px; left: 0%; margin: 0; padding: .625rem; list-style: none; width: 100%; min-height: 300px; background: #fff; border:1px solid #e4e4e4; -webkit-transform: translate(0, 40px); -ms-transform: translate(0, 40px); transform: translate(0, 40px); visibility: hidden; opacity: 0; transition: transform .3s, opacity .25s, visibility 0s linear .4s; z-index: 99999; }

.nav-active .sub-menu { display: block !important; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); visibility: visible; opacity: 1; transition: transform 0.3s, opacity 0.25s, visibility 0s linear 0s; }

.sub-menu dl { display:block; float:left; padding:10px; }
.sub-menu dt { border-bottom:1px solid #F02757; padding:10px 0; text-transform:uppercase;}
.sub-menu dd { padding:4px 0; height:34px; margin-bottom:0;}
.sub-menu dd a { position:relative;  text-decoration: none; font-size: 13px!important; font-family: SofiaPro; color: #7d7b7b; font-weight: 500; line-height: 28px; text-transform: capitalize;}
.sub-menu dd:hover { background: #e3e3e3;}

.chooseCur { display: inline-block; margin: 0 5px 0 15px; cursor: pointer; position: relative; }
.curTitle { margin: -5px 0; height: 40px; line-height: 40px; column-rule: #fff; text-align: center; font-size: 13px; }
.curTitle i { margin-left: 4px; font-weight: bold; font-size: 13px; }
.curTitle:hover i { }
.curTitle svg { transition: all .3s ease-in-out; }
.chooseCur .open svg { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); }
.curBox { display: none; position: absolute; top: 35px; right: 0px; padding: 0; width: 120px; background: #fff; border: 1px solid #ddd; z-index: 9999; text-align: left; }
.curBox a { display: block; margin: auto; padding: 0 18px; height: 40px; color: #777; line-height: 40px; }
.curBox a:hover { background: #efefef; color: #333; text-decoration: none; }
.contactsbox { float: left; }
.contactsbox a { padding-right: 6px; color: #fff; display: inline-block; line-height: 30px; }
.flags { width: 30px; height: 20px; background-image: url(../images/currency-flags.png); background-repeat: no-repeat; display: block; margin: 10px 6px 0 0 !important; float: left; }
.flags-EUR { background-position: -165px -485px; }
.flags-USD { background-position: -365px -5px; }
.flags-CAD { background-position: -365px -395px; }
.flags-GBP { background-position: -405px -5px; }
.flags-AUD { background-position: -285px -455px; }
.flags-HKD { background-position: -485px -155px; }
.toggle { color: #fff; width: 100%; height: 100%;}
.mobile-header-cart,
.mobile-header-cart a,
.mobile-header-cart a span,
.mobile-header-cart svg { color: #fff; fill: #fff;}
.mobile-header-cart { display: flex; justify-content: flex-end; align-items: center;}

.showBan { padding-bottom: 35px; }
.showBan .swiper-slide { text-align: center; position: relative; }
.showBan .swiper-slide img { max-width: 100%; }
.showBan .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 50%; background: #fff; opacity: 1; }
.showBan .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 24px; background: #f02757; border-radius: 5px; }

.showBan .swiper-slide .container { position: relative; z-index: 999; text-align: left; height: 100%; color: #fff; padding-left: 10%; }
.showBan .swiper-slide p, .showBan .swiper-slide h2 { margin-bottom: 10px; }

.category { padding: 30px 0; text-align: center }
.cate-title { margin-top: 10px; position: relative;}
.cate-title h2 { position: relative; font-size: 26px; font-family: 'Roboto Condensed'; font-weight: 600; height: 36px; line-height: 36px; color: #111111; text-transform:  capitalize; text-align: left; margin-left: -15px; }
.pro-prev,
.pro-next { position: absolute; top: 22px; right: 0; background: none; width: 36px; height: 36px; border: 1px solid #b0b0b0; border-radius: 50%; }
.pro-prev { right: 40px; left: auto;}

.pro-prev::before { position: absolute; top:45.6%; left:46%; content: ""; display: inline-block; width: 8px; height: 4px; background-color: #b0b0b0; }
.pro-prev::after { position: absolute; top:34%; left:30%; content: ""; display: inline-block; border-right: 6px solid #b0b0b0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }

.pro-next::before { position: absolute; top:45.6%; right:46%; content: ""; display: inline-block; width: 8px; height: 4px; background-color: #b0b0b0; }
.pro-next::after { position: absolute; top:34%; right:30%; content: ""; display: inline-block; border-left: 6px solid #b0b0b0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.pro-next:hover,
.pro-prev:hover { border-color: #f00 !important;}

.pro-next:hover::before,
.pro-prev:hover::before {background-color:#f00;}

.pro-next:hover::after {border-left: 6px solid #f00;}
.pro-prev:hover::after {border-right: 6px solid #f00;}


.brand-box .col-2 a { display: block; margin: 5px auto; height: 68px; line-height: 68px; text-align: center; border: 1px solid #ddd;}
.brand-box .col-2 a img {max-height: 60px;}
/* Main */
.main { }
.main-view { }
.showThrBan-box { margin-bottom: 60px; padding: 0 15px;}
.showThrBan { border-radius: 5px; background: #fff;}
.showThrBan .thrban { padding-top: 30px; padding-bottom: 30px;}
.showThrBan .thrban {border-bottom: 1px solid #E4E4E4;}
.showThrBan .thrban:last-child { border-bottom: 0;}
.showThrBan .thrban p { font-size: 18px; font-weight: bold; text-transform: uppercase;}
.showThrBan .thrban img {max-width:200px; transition: all .3s!important;}
.showThrBan a.thrban:hover img {transform: scale(0.96); opacity: 0.8; transition: transform 0.4s ease; background: #000;}
@media (min-width:768px) {
.showThrBan .thrban {border-right: 1px solid #E4E4E4; border-bottom: 0;}
.showThrBan .thrban:last-child { border-right: 0;}
}

.leftBox { padding: 30px; margin-bottom: 30px; border-radius: 5px; background-color: #fff; border: 1px solid #e4e4e4;} 
.left-hd { font-size: 16px; font-weight: 700; line-height: 1; padding-bottom: 20px; color: #000;}
.all-sort-list dt {padding:3px 0; font-size:16px; font-weight:400;}
.all-sort-list dt a {}
.all-sort-list dt a:hover { font-weight:bold; color:#2C313A}
.all-sort-list dt a svg { margin-right: 5px; fill: #c7c7c7;}
.all-sort-list dt a.set {color: #f02757;}
.all-sort-list dt a.set svg { fill: #f02757;}

.all-sort-list dd {padding-left:20px;}
.all-sort-list dd a { color:#666}
.all-sort-list dd a svg {margin-right: 5px; fill: #c7c7c7;}
.all-sort-list dd a.set,.all-sort-list dd a:Hover { color:#f02757}
.all-sort-list dd a.set { font-weight:bold;}
.all-sort-list dd a:Hover svg,
.all-sort-list dd a.set svg { fill: #f02757;}

/* widget related products css */
.rel-product-wraper,
.rel-product-wraper li { margin: 0; padding: 0; list-style-type: none;}
.rel-product-wraper li { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; }
.rel-product-img { max-width: 100px; height: auto; }
.rel-product-content { padding-left: 12px; }
.shop-cart-wraper li h5 { font-weight: 500; font-size: 16px; line-height: 20px; display: block; text-transform: capitalize; }
.rel-product-wraper li:last-child { margin-bottom: 0; }
.rel-product-content h5 { font-size: 16px; }
.rel-product-content h5 a { text-transform: capitalize; font-weight: 600; }
.rel-product-wraper li:hover h5 a { color: #f95759; }
.rel-product-content h5 a span { display: block; }
.rel-product-content h5 span { display: block; margin-top: 15px; font-size: 14px; color: #f95759; }
.rel-product-content h5 span del { color: #8a8a8a; margin-left: 5px; }

.home-text { padding:15px 0;}
.home-text .text-title { margin-bottom: 15px; text-align:center; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif ; font-size:1.875rem; font-weight: 700; font-style: normal; margin: 0 0 15px; line-height: 1.2;}
div.filter-title, h2.filter-title { font-size: 18px; font-weight: 300; line-height: 42px; margin: 20px 0 15px 0; text-indent: 10px; color: #fff; text-transform: capitalize; text-align: center; border-radius: 5px; background: #627645; background: -moz-linear-gradient(top, #627645 0%, #749640 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #627645), color-stop(100%, #749640)); background: -webkit-linear-gradient(top, #627645 0%, #749640 100%); background: -o-linear-gradient(top, #627645 0%, #749640 100%); background: -ms-linear-gradient(top, #627645 0%, #749640 100%); background: linear-gradient(to bottom, #627645 0%, #749640 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627645', endColorstr='#749640', GradientType=0 );
}
h2.filter-title { text-align: left }
div.filter-title .content, h2.filter-title .content { display: inline; }
p.filter-title, h3.filter-title { background: url(../images/slider-bar.png) right no-repeat; color: #fff; font-size: 1.7em; font-weight: 400; line-height: 24px; margin: 0 0 32px 0; }
p.filter-title .content, h3.filter-title .content { background-color: #fff; padding-right: 20px }
.products-list { margin-bottom: 60px; }
.products-list .swiper-slide { padding-top: 15px;}
.products {padding: 0 10px;}
@media (min-width: 768px) {
.products { padding: 0;}
}
.goods { padding: 7px 0; margin-bottom: 10px; background: #fff; transition: all .3s ease; border-radius: 5px; }
.goods .goods-img { position: relative; padding-bottom: 100%; width: 100%; overflow: hidden; }
.goods .goods-img a { display: -webkit-box; display: -webkit-flex; display: flex; position: absolute; overflow: hidden; width: 100%; height: 100%; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.goods .goods-img a img { visibility: inherit; object-fit: cover; font-family: "object-fit: cover;"; min-height: 1px; -webkit-user-select: none; user-select: none; max-width: 100%; max-height: 100%; -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease; }
.goods .goods-img .goods-save { color: #fff!important; font-size: 12px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; z-index: 2; position: absolute; top: 10px; left: 0; }
.goods .goods-img .goods-save span { padding-left: 8px; padding-right: 4px; height: 20px; line-height: 20px; min-width: 44px; color: rgb(255, 255, 255); background-color: #ff4949; font-family: 'Roboto'; }
.goods .goods-img .goods-save .custom-tag-bg-color.is-ghost { color: #ff4949; background-color: transparent; border-color: #ff4949; }
.goods .goods-name { padding: 10px 10px 3px 10px; font-size: 14px; color: #818181; line-height: normal; font-weight: 400; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-family: 'Roboto Condensed', Arial,sans-serif; }
.goods .goods-name a { color: #818181; }
.goods .goods-price { padding: 10px; }
.goods .goods-price span { color: #f02757; font-size: 26px; font-weight: bold; }
.goods .goods-price s { margin-left: 5px; display: inline-block; color: #999; font-size: 14px; }
.goods .addbtn { margin-top: 20px; text-transform: capitalize; text-align: center }
.goods .addbtn a { border-radius: 25px; padding-left: 30px; padding-right: 30px; color: #5c6063; background: #ebe9eb; border-color: #ebe9eb; transition: all .5s ease; font-size: 16px; }
.goods .addbtn a:hover { background: #283546; border-color: #283546; color: #fff; }
.goods:hover {box-shadow: 0 0 10px 3px rgba(0,0,0,7%);}
.goods:hover .goods-img a img {transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);}
.goods-name a:hover,
.goods:hover .goods-name a { color: #000;}




.footerBan img { -webkit-user-select: none; user-select: none; width: 100%; min-height: 1px; position: relative; object-fit: cover; font-family: "object-fit: cover;"; visibility: inherit; height: 300px; }
#imloading { margin: 10px auto; width: 100%; height: 32px; background: url(../images/loading.gif) no-repeat center center; }
.pro_title { padding-top: 10px; padding-bottom: 10px; font-size: 22px; color: #000; text-align: center }
.pro_title a { font-size: 14px; text-decoration: underline; }
.breadcrumbBox { margin-bottom: 15px; padding-top: 30px; border-bottom: 1px solid #ddd; text-transform: uppercase }
.breadcrumbBox li { font-family: Arial, sans-serif; font-size: 12px; color: #333; }
.breadcrumbBox .active, .breadcrumbBox a { color: #333;font-family:'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold;}
.breadcrumbBox .breadcrumb { padding: 10px 0px; font-family:'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold;}
.technocy-woocommerce-title h1 { font-size: 36px; font-weight: 700; line-height: 1; margin-bottom: 10px; color: #000; }

.breadcrumb { margin-bottom: 0px; background: none; }
.time-box { overflow: hidden; position: relative; }
.time-box a img { transition: all .8s linear; width: 100%; }
.time-box:hover img { transform: scale(1.04); transition: all .8s linear; }
.content-section { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; }
.content-section .info-deal { padding: 0 0 41px 0; border-bottom: 2px solid #fff; position: relative; width: 50%; margin: auto; }
.content-section .info-deal:before { content: ""; height: 2px; width: 150px; background: #ddac55; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); }
.content-section .info-deal .title-deal { font-size: 13px; font-family: SofiaPro; text-transform: uppercase; text-align: right; }
.content-section .info-deal .deal-to { font-size: 36px; font-family: SofiaPro; }
.content-section .countdown-timer { padding-top: 60px; }
.countdown-timer ul { padding-left: 0; }
.countdown-timer li { display: inline-block; font-size: 16px; font-family: SofiaPro; width: 80px; height: 80px; font-weight: 400; list-style-type: none; color: #fff; background: #ddac55; margin: 20px }
.countdown-timer li span { color: #fff; display: block; font-weight: 500; font-size: 30px; font-family: SofiaPro; text-algin: center }
.countdown-timer li span b { font-weight: 500; padding-top: 7px }

@media (max-width: 768px) {
.time-box .bannerimages { min-height: 450px; object-fit: cover; }
.content-section { width: 100%; }
.content-section .info-deal { padding: 0 0 20px 0; width: 100%; }
.content-section .info-deal .title-deal { width: 100%; }
.content-section .info-deal .deal-to { font-size: 30px; padding-bottom: 15px; }
.countdown-timer li { font-size: 15px; width: 60px; height: 65px; margin: 4px }
.countdown-timer li span { font-size: 25px }
.goods .goods-name { font-size: 14px; }
}
.cate-center { background: #fff; border-radius: 5px;}
.center_titles { padding: 10px 15px; border-bottom: 1px solid #efefef; font-weight: bold; }
.product_type_list { padding: 10px; margin-bottom: 10px; }

/* view */
.viewCon { margin-top: 20px; margin-bottom: 10px; padding-bottom: 10px;}
.view-header { background: #fff; border-radius: 5px; padding: 15px 0; margin-bottom:20px;}
.pc-slide { width: 100%; margin: 0 auto; border-radius: 5px; overflow: hidden; }
.view .swiper-container { width: 100%; height: 100%; text-align: center }
.view .swiper-container .img-responsive { display: inline-block; }
.view .arrow-left { background: url(../images/index_tab_l.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.view .arrow-right { background: url(../images/index_tab_r.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.preview { max-width: 100%; margin-top: 10px; position: relative; }
.preview .swiper-container { width: 80%; height: 82px; margin-left: 35px; }
.preview .swiper-slide { width: 82px; height: 82px; cursor: pointer; display: flex; align-items: center; }
.preview .swiper-slide img { max-height: 82px; }
.preview .slide6 { width: 82px; }
.preview .arrow-left { background: url(../images/feel3.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview .arrow-right { background: url(../images/feel4.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview img { padding: 1px; }
.preview .active-nav img { padding: 0; border: 1px solid #F00; }
.main-right { padding-bottom: 15px; }
.main-left {padding: 0;}

@media (min-width: 667px) {
.preview .swiper-container { width: 88%; }
}

@media (min-width: 768px) {
.preview .swiper-container { width: 88%; }
}

@media (min-width: 992px) {
.preview .swiper-container { width: 270px; }
}

@media (min-width: 1200px) {
.preview .swiper-container { width: 360px; }
}
.prodesc span { float: right; transition: transform .3s }
.panel-title .collapsed span { transform: rotate(180deg) }
.autoplays { position: relative; }
.autoplays i { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; font-size: 28px; z-index: 99; color: #fff; }
.autoplays span { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.67); z-index: 88 }
#tabs-container { padding: 0; text-align: center; justify-content: center; }
#tabs-container img { width: 100%; }
.tags-big { text-align: center; }
.tabs { margin-top: 10px; text-align: center; }
.tabs a span { display: inline-block; margin: 3px; background: rgba(0,0,0,.50); height: 11px; width: 11px; border-radius: 50%; }
.tabs a.active span { border: 1px solid #333; background: #fff; width: 11px; height: 11px; }
.taber { text-align: center; }
.taber a img { display: none; }
.prod_details {padding-left: 25px;}
.prod_details div { font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.details_title { padding: 15px 0 10px 0 }
.details_title h1 { font-size: 26px; line-height: 34px; }
.prod_detail_stock, .prod_detail_sku { margin: 0 0 10px 0; color: #777; }
.prod_detail_pay img { border: 0; }
.view-item-id { height: auto; background: #fafafa; border-top: 1px solid #f4f4f4; border-bottom: 1px dashed #f4f4f4;}
.view-item-id span { display: inline-block; padding:20px 10px; width: 49%;}
.view-item-id span:first-child { color: #999; font-weight: 300; font-size: 14px; border-right: 1px solid #f4f4f4;}
.view-item-id span:last-child { text-align: center;}

.details_rating { display: inline-block; line-height: 30px; font-size: 16px; text-transform: uppercase; color: #f45a19; }
.details_rating a { color: #f45a19; }
.details_rating a:hover { text-decoration: underline; }
.details_rating i { color: #f45a19; margin: 0 1px; font-size: 16px; }
.detalis_line { height: 1px; overflow: hidden; border-bottom: 1px solid #ddd; margin: 10px 0; clear: both; }
.prod_detail_stock { font-size: 14px; column-rule: #555; }
.share-buttons { float: none; padding-bottom: 5px; }
.share-buttons__label { display: inline-block; margin-right: 25px; text-transform: uppercase; font-size: 14px; font-weight: bolder; vertical-align: text-bottom; color: #f60829; }
.share-buttons__list { display: inline-block }
.share-buttons__item { display: inline-block; width: 28px; height: 28px; background: #3a559f; }
.share-buttons__item a { display: block; color: #fff; text-align: center; line-height: 28px; }
.share-buttons__item:nth-child(2) { background: #50abf1; }
.share-buttons__item:nth-child(3) { background: #c9353d; }
.share-buttons__item:nth-child(4) { background: #dd4b39; }
.share-buttons__item:not(:last-child) { margin-right: 4px; }
.share-buttons__item:hover { color: #e80e1c }
.prod_detail_cart_prices { overflow: hidden; margin-bottom: 5px; padding-top: 20px; padding-right: 10px; }
.details_cart_prices_new > b, .details_cart_prices_old > b { font-weight: normal; display: inline-block; width: 100px; color: #888; font-size: 11px; }
.prod_detail_cart_prices span.old_price { font-size: 15px; color: #fa4969; text-decoration: line-through; text-transform: uppercase; font-weight: normal; }
.prod_detail_cart_prices span.new_price { font-size: 22px; color: #2c2c2c; text-transform: uppercase; line-height: 30px; }
.prod_detail_cart_prices span.new_price b { text-transform: uppercase; font-weight: 600; font-size: 28px; line-height: 28px; color: #fa4969; }
.prod_detail_cart_prices span.new_price s { font-size: 16px; line-height: 22px; margin-left: 10px; }
.prod_detail_cart_prices span.new_price .yousave { line-height: 12px; vertical-align: middle; display: inline-block; padding: 4px 8px; font-size: 12px; color: #fff; overflow: hidden; border-radius: 2px; margin-right: 0; font-weight: 500; word-break: break-all; background-color: #fa4969; }
.size-odd { background: #fff; padding-top: 4px; }
.size-even { background: #f8f8f9; padding-top: 4px; }
.size-odd button, .size-even button { width: 38px; border-color: #ced4da; }
.spec ul { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 0; margin: 0; }
.spec ul li { -webkit-user-select: none; user-select: none; cursor: pointer; min-width: 36px; margin-right: 12px; margin-bottom: 12px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; box-sizing: border-box; border: 1px solid #fa4969; font-size: 14px; word-break: break-word; min-height: 36px; line-height: 1.4; position: relative; padding-right: 3px; }
.custom-body-color { color: #fa4969; }
.spec ul li .attrValueName { padding: 8px 7px 8px 10px; }
.spec ul li.active { color: #fa4969; background-color: #fa4969; border-color: #fa4969; box-shadow: inset 0 0 0 1px currentColor; border-color: currentColor; }
.spec ul li.active span { color:#fff;}
.addcart { position: fixed; z-index: 9999; bottom: 0; left: 0; width: 100%; box-shadow: 0 0 40px rgba(0,0,0,.08); background-color: #fff; margin: 0 !important; }
.buynow-box { padding: 12px 8px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; flex-grow: 1; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; margin: 0; }
.buy-now, .add-to-cart { width: 100%; margin: 0 4px; max-width: 100%; -webkit-flex-basis: calc(50% - 2px); flex-basis: calc(50% - 2px); }
.add-to-cart button { border-color:#e63959; color:#e63959;}
.add-to-cart button:hover { border-color:#e63959; color:#fff; background: #e63959;}
.buy-now button, .add-to-cart button { padding-top: 10px; padding-bottom: 10px; text-transform:uppercase }
.btn-buynow { background:#fa4969; color:#fff; border-color:#fa4969;}
.btn-buynow:focus,
.btn-buynow:hover { border-color:#e63959; color:#fff; background: #e63959;}
.buynow-box button { border-radius: 0; }
@media (min-width:768px) {
  .addcart { position: relative; z-index: 10; }
}


.prod_detail_cart_save { float: left; border-left: dotted 1px #ddd; text-align: center; line-height: 24px; padding-left: 10px; min-height: 56px; }
.prod_detail_cart_save span.yousave { font-size: 10px; font-weight: normal; color: #999; display: block; }
.prod_detail_cart_save span.percentage { display: block; font-size: 22px; color: #aaa; font-weight: normal; }
.shopcart { margin: 30px 0 15px 0; padding: 0 0 15px 0; }
.product__variants { margin-bottom: 10px; color: #828282; }
.product__variants .hwsize { font-size: 14px; font-weight: 500; color: #2a2a2a; line-height: 18px; }
.single-option-selector { border: 1px solid #ddd; padding: 8px 10px; min-width: 100%; border-radius: 4px; outline: none; font-size: 14px; color: #000; }
.form__label { line-height: 30px; }
.product__quantity { padding: 8px 15px 7px 15px; max-width: 100%; border-radius: 2px; border: 1px solid #e4e4e4; -webkit-appearance: none; text-align: center; font-size: 18px; }
.btn-fav { padding-top: 8px; padding-bottom: 8px; border-radius: 0; border: 1px solid #999; background: none; color: #333; }
.btn-fav:focus, .btn-fav:hover { border-color: #C10206; }
.btn-fav:focus span, .btn-fav:hover span { color: #C10206; }
#cartAdd input[name="cart_quantity"] { height: 40px; text-align: center; }
#cartAdd .qty { border: 1px #ddd solid; border-radius: 2px; background: #fff }
#cartAdd .qty .row { margin: 0; }
#cartAdd .qty div { padding: 0; }
#cartAdd .quantity-controls { margin: 0; padding: 0; height: 40px; border: 0; width: 100%; cursor: pointer; background: #fff; font-size: 18px; outline: none; }
#cartAdd .quantity-controls:hover { background: #f7f7f7 }
#cartAdd input { border: 0; }
#cartAdd .quantity-minus { border-radius: 5px 0 0 5px; border-right: 1px solid #f7f7f7 }
#cartAdd .quantity-plus { border-radius: 0 5px 5px 0; border-left: 1px solid #f7f7f7 }
.prod_whyawok { width: 100%; border: 1px solid rgb(221, 221, 221); float: right; margin-top: 15px; }
.prod_whyawok h2 { font-weight: normal; font-size: 13px; color: #333; padding: 10px; background: #eee; }
.prod_whyawok li { overflow: hidden; margin-bottom: 18px; }
.prod_whyawok li span { display: table-cell; padding: 5px 0; line-height: 22px; overflow: hidden; vertical-align: middle; }
.prod_whyawok li span img { float: left; width: 30px; margin: 0 5px 0 0; }
.prod_whyawok h3 { display: inline-block; font-weight: normal; font-size: 13px; line-height: 22px; color: #333; float: left; }
.prod_whyawok li div { clear: both; padding: 0px 10px; }
.prod_whyawok p { font-size: 12px; color: #999; line-height: 16px; }
.viewDetail { margin-top: 5px; }
.details { border: 0; margin: 0; }
.details .panel { box-shadow: none; }
.details .panel-heading { padding-left: 0; padding-right: 0; border: 0 !important; }
.details .panel-title, .details .panel-title span { line-height: 40px; font-weight: bold; }
.details .panel-title a { text-decoration: none; }
.details .panel-body { border-top: 0 !important; padding-left: 0; padding-right: 0; font-size: 14px; }
.showColor img { max-height: 50px; margin: 0 5px 5px 0; border-radius: 0; border: 1px solid #ddd; }
.showColor .set, .showColor img:hover { border: 1px solid #fa4969; }
.likes { padding-left: 10px; padding-right: 10px; }
.like-title { font-size: 38px; text-align: center; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; color: #333; padding: 10px 15px; }
.related { padding: 0 10px;}
.related h4 { position: relative; display: block; width: 100%; text-transform: capitalize; margin: 26px 0 20px; font-size: 34px; text-align: left; font-weight: 600; color: black; }
/* Reviews */
.pro-des,
.review-header { margin: 26px 0 20px; font-size: 34px; text-align: left; font-weight: bold; color: black; }
.review-container { box-sizing: border-box; color: #212121; font-family: Tahoma; padding: 30px;  }
.wirteReviews { margin-bottom: 10px; padding-bottom: 10px }
.Reviews-title, .wirteReviews h2 { padding: 10px 0 20px 0; font-size: 13px; font-weight: 600; text-transform: uppercase }
.wirteReviews h2 span { float: right; line-height: 18px; cursor: pointer; }
.rating-sub i, .review i { background: url(../images/star.svg) no-repeat center center/auto 100%; width: 24px; height: 24px; display: inline-block; vertical-align: middle }
.des-tab { position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin: 0 auto; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid hsla(0,0%,84.7%,.5); overflow: auto; z-index: 999; position: -webkit-sticky; position: sticky; top: 0px; background-color: #fff; }
.des-tab li { font-size: 18px; line-height: 26px; font-weight: bold; margin-left: 20px!important; cursor: pointer; margin-right: 40px; }
.des-tab li a { color: #999; }
.des-tab li.active a { color: rgb(3, 2, 2); }

@media (min-width: 768px) {
.wirteReviews h2 { font-size: 16px; }
.addcart { position: inherit; }
}
.writereview, .closetowrite { display: none; }
.Reviews-title { border-bottom: 1px solid #ddd; margin-bottom: 10px; }
#comments .media-heading { padding: 5px; background: #f8f8f8; }
#comments .media-heading .text-danger { font-size: 14px; line-height: 20px; }
#comments .media-left a { display: block; width: 64px; height: 64px; font-size: 20px; background: #f8f8f8; line-height: 64px; text-align: center; color: #999 }
.mediaHelpful { padding-top: 5px; clear: both; text-align: right }
.mediaHelpful .like, .mediaHelpful .unlike { cursor: pointer; }
#Tab1 { width: 100%; padding: 20px 0 0; margin: 0 auto; overflow: hidden; font-size: 12px; }
.Menubox { width: 100%; height: 38px; border-bottom: 1px solid #eee; text-transform: capitalize; }
.Menubox ul { margin: 0px auto; padding: 0; position: relative; }
.Menubox li { float: left; margin: 0 1px 0 0; padding: 0 10px; display: block; cursor: pointer; text-align: center; background: #f3f3f3; border: 1px solid #eee; border-width: 3px 1px 0 1px; height: 37px; color: #333; font: 400 13px/37px Arial, Helvetica, sans-serif; }
.Menubox li.hover { height: 38px; color: #333; border-top-color: #3b3b3b; background: #fff; }
.Contentbox { clear: both; margin: 0px; padding: 20px; width: 100%; overflow: hidden; text-align: left; background: #fff; border: 1px solid #eee; border-width: 0 1px 1px; }
/* shoping cart */
.main-cart { margin-top: 10px; background: #fff; }
.red { color: #c00; font-size: 14px; }
#cart_title { margin: auto; padding: 0; margin-top: 10px; width: 100%; line-height: 30px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; font-size: 20px; }
#cart_list { margin: auto; padding: 0; margin-top: 10px; width: 100%; height: auto; overflow: hidden; }
#ctitle { clear: both; height: 40px; line-height: 40px; border-top: #CCC 1px solid; border-bottom: #CCC 1px solid; }
#ctitle li { display: block; float: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px }
/*#ctitle #t1{width:534px;}
#ctitle #t2{width:140px;}
#ctitle #t3{width:120px;}
#ctitle #t4{width:100px;}
#ctitle #t5{width:120px;}
#ctitle #t6{width:100px;}*/
.cartbox { padding-top: 10px; }
.cartbox .qty { border-radius: 5px; text-align: center; border: 1px solid #ddd; }
#clist { clear: both; height: auto; overflow: hidden; }
#clist ul { clear: both; padding: 10px 0px 10px 0px; border-bottom: #CCC 1px solid; height: auto; overflow: hidden; }
#clist li { display: block; float: left; }
#clist input, #clist select { vertical-align: middle; color: #636363; font: 16px Calibri, Helvetica, sans-serif; }
#ctotal { padding: 2px 0px 2px 0px; height: auto; overflow: hidden; }
#ctotal li { display: block; float: left; }
#ctotal #o1 { width: 100%; text-align: center }
/* #ctotal #o1 a{display:inline-block;height:30px; width:150px; line-height:30px; color:#FFF; text-align:center; background:#000;} */
#ctotal #o2 { width: 100%; text-align: center; font-size: 18px; }
#ctotal #o2 span { font-size: 18px; }
#cart_content { margin: auto; padding: 0; width: 974px; }
#cart_left { margin-top: 10px; border: #f1f1f1 1px solid; height: auto; overflow: hidden; }
#cart_right { height: auto; overflow: hidden; }
#tl { height: 30px; margin: 0; line-height: 30px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bolder; background: #ededed; text-indent: 10px; }
#tc { padding: 15px; }
#tc ul { clear: both; padding: 5px 0; }
#tc #oc_box { padding: 5px 10px 5px 10px; width: 275px; display: block; float: left; height: auto; overflow: hidden; }
#tc #oc_boxs { padding: 10px; width: 660px; display: block; height: auto; overflow: hidden; }
#tc li { display: block; }
#tc #oc_title { line-height: 25px; font-weight: bolder; }
#tc .reg_input { width: 275px; height: 25px; border: #ccc 1px solid; }
#tc .reg_inputs { width: 572px; height: 25px; border: #ccc 1px solid; }
#tc .reg_select { width: 280px; height: 28px; border: #ccc 1px solid; }
#tc .reg_textarea { width: 572px; border: #ccc 1px solid; }
#tb { margin-top: 10px; border: #f1f1f1 1px solid; height: auto; }
#cart_right #tb #tl { margin: 0; }
#ts { padding: 10px; }
#ts li { margin: 0; padding: 0; list-style-type: none; }
#ttotal { padding: 10px; }
#ttotal li { margin: 0; padding: 0; list-style-type: none; line-height: 30px; border-bottom: #ccc 1px solid; font-family: Calibri, "Times New Roman", Times, serif; font-size: 17px; }
#ttotal li span { float: right; font-family: Calibri, "Times New Roman", Times, serif; font-size: 16px; }
/* #ordersumbit{ margin: 10px auto 10px auto;height:30px; width:150px; line-height:30px; color:#FFF; text-align:center; background:#000;cursor:pointer;} */
#ttotals { padding: 10px; }
#ttotals li { margin: 0; padding: 0; list-style-type: none; line-height: 30px; border-bottom: #ccc 1px solid; font-family: Calibri, "Times New Roman", Times, serif; font-size: 17px; }
#ttotals li span { float: right; font-family: Calibri, "Times New Roman", Times, serif; font-size: 16px; }
#tcoupon { padding: 10px; }
/* #tcoupon #coupon{width:200px; height:25px;border:#ccc 1px solid;}
#tcoupon #apply{ display:inline-block;height:29px; width:80px; line-height:29px;color:#FFF; text-align:center;background:#000;cursor:pointer; vertical-align:middle;} */

#c { clear: both; padding-top: 20px; text-align: center; }
#cart_login { margin: auto; margin-top: 10px; padding: 5px; height: auto; overflow: hidden; border: #ddd 1px solid; }
#cart_login #lt { font-size: 18px; }
#cart_login #lc { line-height: 30px; }
#cart_login #lc a { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 18px; color: #F00; }
/* login */
.member-nav { padding: 15px; font-size: 12px; font-weight: 600; font-family: arial, sans-serif; background: #fff; }
.form--shrink { max-width: 500px; margin: 0 auto }
.form__control, .form__row { position: relative; margin-bottom: 30px; text-align: left }
.form__control:last-child, .form__row:last-child { margin-bottom: 0 }
.form__label, .spr-form-label { display: block; margin-bottom: 10px; font-size: 16px; color: #000; text-transform: capitalize; font-weight: 100 }
.form--inline .form__control { display: table; width: 100%; table-layout: fixed; margin-bottom: 20px; }
.form--inline .form__label, .form--inline .spr-form-label { display: table-cell; margin: 0 10px 0 0; vertical-align: middle }
.form--inline .form__label+input, .form--inline .spr-form-label+input, .form--inline .form__label+textarea, .form--inline .spr-form-label+textarea, .form--inline .form__label+.form__select, .form--inline .spr-form-label+.form__select { display: table-cell; width: 55% }
.form__submit-duo input:last-child { margin-top: 10px; }
.login__forgot-password { float: right; font-weight: normal }
.table-striped th { font-family: arial, sans-serif; font-size: 12px }
.table-striped td { padding: 8px !important; font-size: 12px; font-family: arial, sans-serif; color: #333; font-weight: 100; }
.viewTime { background: url(../images/time.jpg) no-repeat left 5px; height: 40px; padding: 5px 0 5px 25px; line-height: 20px; font: 100 14px/20px arial; }
.viewTime span { display: inline-block; color: #333; }
.viewTime span:first-child { margin-right: 10px; }
.showPage { display: none; font-size: 14px; }
.showPaging { display: block; font-size: 14px; }
.pc-show { display: none; }
.mb-show { display: block; }
.member_title { margin-bottom: 10px; }

@media screen and (min-width: 500px) {
/* View */
.prod_detail_cart_prices { padding-right: 40px; }
.prod_detail_cart_save { padding-left: 40px; }
.showPage { display: block; text-align: center; }
.showPaging { display: none }
}

@media (min-width: 768px) {
/* view */
.tabs a span, .tabs a.active span { display: none; }
.taber a img { display: inline-block; width: 80%; margin: 3px; object-fit: cover; vertical-align: middle; cursor: pointer; transition: all 0.25s ease-in-out; border: 1px solid #ddd; }
.taber a:Hover img, .taber a.active img { border: 1px solid #000; }
.viewCon { margin-top: 10px; }
.product__quantity { min-width: 100% }
.cartbox { border: 0; padding: 0; }
.prod_details { padding-left: 30px; }
#ctotal #o1 { width: 50%; text-align: left }
#ctotal #o2 { width: 50%; text-align: right }
#cart_right { padding-right: 0; }
.details-title span { width: 36%; }
.pc-show { display: block; }
.mb-show { display: none; }
.banner-four { position: absolute; z-index: 1000; top: 30%; }
.pro_title { text-align: left; }
.Menubox { height: 38px; }
.Menubox li { float: left; margin: 0 1px 0 0; padding: 0 20px; display: block; cursor: pointer; text-align: center; background: #f4f4f4; height: 37px; border: 1px solid #eee; border-width: 3px 1px 0 1px; color: #333; font: 400 14px/37px Arial, Helvetica, sans-serif; }
.Menubox li.hover { height: 38px; border-top-color: #3b3b3b; background: #fff; }
}

@media (min-width: 992px) {
.details-title span { width: 24%; }
}

@media (min-width: 1100px) {
}

@media (min-width: 1200px) {
}
.track-box {background: #fff; border-radius: 5px; margin: 15px auto; height: 100%;}
/* Footer */
footer { margin-top: 30px; padding: 40px 0;  background: #fff;}
.footer-logo { text-align: left; }
.footer-logo .logo-text { margin-bottom: 14px; font-size: 16px; font-weight: 600; text-transform: uppercase; }
.footer-logo .logo-img { margin-bottom: 14px; margin-bottom: 10px; }
.footer-logo .logo-img img { max-height: 60px; }
.footer-menu { text-align: left; }
.footer-menu li { margin-bottom: 5px; }
.footer-menu li a { font-size: 14px; font-weight: 400; text-transform: capitalize; line-height: 24px; color: #999 !important; }
.footer-menu li a:hover { color: #000 !important;}
.footer-menu li:nth-child(1) a { font-size: 17px; font-weight: 600; color: #333 !important; text-transform: uppercase; }
.footer-menu li a svg { fill: #666; vertical-align: middle;}
.footer-menu li a:hover svg { fill: #000;}
.subscribe { text-align: center; border-bottom: 1px solid #efefef; padding-bottom: 50px; margin-bottom: 50px;}
.subscribe h2 {margin-bottom: 5px; color: #000; font-family: "Technogy", Sans-serif; font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 22.9px;}
.subscribe p {text-align: center; font-family: "Technogy", Sans-serif; font-size: 14px; line-height: 24px; color: #666; margin-bottom: 35px;}
.footer-subscribe { position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-right: 4px; border: 2px solid #dedede; background-color: #fff; margin-bottom: 0; border-radius: 3px;}
.footer-subscribe .subscribe-input { -webkit-box-flex: 4; -webkit-flex: 4 4 auto; flex: 4 4 auto; padding: 10px 12px; height: 48px; border-radius: 1px; line-height: 48px; border: none; -webkit-appearance: none; appearance: none; min-width: 84px; font-size: 14px!important; background: #fff; color: #2c2c2c!important; line-height: 1.3; word-break: break-word; font-family: 'Roboto'; font-style: normal; font-weight: 400; }
.footer-subscribe .subscribe-button { max-width: 154px; padding-left: 12px; padding-right: 12px; font-size: 16px; overflow: hidden; cursor: pointer; line-height: 1; }
.footer-subscribe .subscribe-button svg { vertical-align: middle; }
.footer-article { text-align: center; }
.footer-article .article-title { font-size: 16px; font-weight: 600; color: #000 !important; }
.article-content { font-size: 13px; color: #666; margin-bottom: 10px; }
.footer-copyright { text-align: left; line-height: 40px; }
.footer-copyright p { color: #999; font-size: 14px; }
.footer-copyright p a { color: #999; }
.footer-bot { width: 100%; height: 70px; }
.toolbar { padding: 10px; margin-bottom: 10px; background-color: #fff; border-radius: 5px;}
.footer-logo>div { margin-bottom: 5px;}
.footer-logo { margin-bottom: 15px;}
.footer-logo,
.footer-menu,
.footer-copyright,
.footer-pay {text-align: center;}
@media (min-width:768px) {
  .footer-logo,
  .footer-menu {text-align: left;}
  .footer-copyright { text-align: left; }
  .footer-pay { text-align: right;}
}
.nav-item .flags {margin: 0px 6px 0 0 !important;}

.toolbar .modes { display: inline-block; vertical-align: top; margin-right: 30px; height: 30px; }
.toolbar .modes .modes-mode { display: inline-block; width: 30px; height: 30px; background-color: #e9e9e9; }
.toolbar .modes .modes-mode.mode-grid:hover, .toolbar .modes .modes-mode.mode-grid.active { background-color: #f4a137; }
.toolbar .modes .modes-mode.mode-list:hover, .toolbar .modes .modes-mode.mode-list.active { background-color: #f4a137; }
.toolbar .modes .modes-mode span { display: none; }
.toolbar select { height: auto; }
.toolbar .modes .modes-label { display: none; }
.toolbar .modes .modes-mode.mode-grid { margin-right: 5px; background-image: url(../images/icon-image.png); background-repeat: no-repeat; background-position: -12px -171px; }
.toolbar .modes .modes-mode.mode-grid:hover, .toolbar .modes .modes-mode.mode-grid.active { background-position: -61px -171px; }
.toolbar .modes .modes-mode.mode-list { margin-right: 5px; background-image: url(../images/icon-image.png); background-repeat: no-repeat; background-position: -14px -212px; }
.toolbar .modes .modes-mode.mode-list:hover, .toolbar .modes .modes-mode.mode-list.active { background-position: -62px -211px; }
.toolbar .toolbar-amount { margin: 0; }
.toolbar .toolbar-sorter { display: inline-block; vertical-align: top; font-size: 14px; }
.toolbar .toolbar-sorter .sorter-label, .toolbar .toolbar-sorter .sorter-options, .toolbar .toolbar-sorter .sorter-action { display: inline-block; vertical-align: middle; width: auto; }
.toolbar .toolbar-sorter .sorter-label { line-height: 32px; margin: 0; }
.toolbar .toolbar-sorter .sorter-action { display: inline-block; padding: 0 5px; }
.toolbar .toolbar-sorter .sorter-action span { display: none; }
.toolbar .limiter { display: inline-block; vertical-align: top; }
.toolbar .limiter .label, .toolbar .limiter .control, .toolbar .limiter .limiter-text { display: inline-block; vertical-align: middle; width: auto; }
.toolbar .limiter .label { line-height: 32px; margin: 0; }
.toolbar .pages { display: none; vertical-align: top; float: right; }
.toolbar .pages .pagination { margin: 0; }
.toolbar .pages .pages-label { display: none; }
.toolbar .pages .pages-items .item { display: inline-block; vertical-align: top; min-width: 30px; height: 30px; border: 1px solid #ddd; line-height: 28px; text-align: center; }
.toolbar .pages .pages-items .item:hover a { color: #fff; background: #f4a137; }
.toolbar .pages .pages-items .item a { display: block; }
.toolbar .pages .pages-items .item a .label { display: none; }
.toolbar .pages .pages-items .item.current { color: #fff; }
.toolbar .pages .pages-items .item.current .label { display: none; }
.toolbar .pages .pages-items .item.current { background-color: #f4a137; border-color: #f4a137; }

.pages-items { margin-bottom: 0; }
.page-title { margin:0 0 10px 0; font-size: 166.6%; color: #444; font-weight: 700; text-transform: capitalize; position: relative; }
.page-title h1 { font-size: 20px; line-height:38px; }
#my-video { width: 100%; height: 260px; }

@media (min-width: 576px) {
.page-title {margin:0; float:left;}
.toolbar .toolbar-sorter { float:left;}
}
@media (min-width: 768px) {
.toolbar .pages { display: inline-block; }
#my-video { height: 260px; }
}

@media (min-width: 992px) {
#my-video { height: 340px; }
}

@media (min-width: 1200px) {
#my-video { height: 418px; }
}
.product-description { width: 100%; margin-top: 15px; }
.product-description img { width: auto; height: auto; }
.backTop { position: fixed; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; right: 40px; bottom: 80px; z-index: 20; overflow: hidden; cursor: pointer; width: 60px; height: 60px; background-size: contain; opacity: 0; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; font-size: 60px; background-color: hsla(0,0%,100%,.9); box-shadow: 0 2px 20px rgba(0,0,0,.05); border-radius: 50px; font-size: 24px; }
.backTop { width: 40px; height: 40px; bottom: 72px; right: 12px; font-size: 16px; }
.backTop_hide { opacity: 0; }
.backTop_show { opacity: 1; }
.navbar-nav a { font-size: 14px; }
.pro-open { z-index: 900; width: 60%; box-sizing: border-box; position: fixed; transition: all 1s ease 0s; left: 0px; top: 72px; padding: 0px 12px; transform: translate(0px); overflow: visible; text-align: left; }
.pro-close { z-index: 900; width: 100%; box-sizing: border-box; position: fixed; transition: all 1s ease 0s; left: 0px; top: 72px; padding: 0px 12px; transform: translate(-100%); overflow: visible; text-align: left; }
.sc-pro-wrapper { height: 36px; background: rgb(36, 40, 51); box-sizing: border-box; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px; font-size: 12px; color: rgba(255, 255, 255, 0.5); position: relative; padding: 3px 12px 3px 3px; display: inline-block; max-width: 100%; }
.sc-pro-box { font-size: 12px; white-space: nowrap; }
.sc-pro-img { width: 28px; height: 28px; border-radius: 4px; background: rgba(255, 255, 255, 0.2); display: inline-flex; vertical-align: middle; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }
.pro-img { width: 28px; height: 28px; vertical-align: middle; border-radius: 4px; }
.sc-pro-info { display: inline-block; vertical-align: middle; margin-left: 2px; max-width: calc(100% - 24px); }
.sc-pro-name { color: rgb(255, 255, 255); text-overflow: ellipsis; overflow: hidden; height: 16px; margin: 0px; }
.hw_summary { padding: 5px 0; color: #f60829; }


.add_cart_tip{ display: flex; display: -webkit-flex; justify-content: center; align-items: center; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 99999999; opacity: 0; visibility: hidden; transition: all 0.3s; }
.add_cart_tip_on{ opacity: 1; visibility: visible; display:block !important; display: flex !important; display: -webkit-flex !important;}
.add_cart_tip .add_cart_tip_wapper{ width: 680px; padding: 55px 28px 0; background: #fff; box-sizing: border-box; border-radius: 5px;position: relative; }
.add_cart_tip .pop_addcart{}
.add_cart_tip .add_cart_tip_close{ position: absolute; right: 18px; top: 18px; cursor: pointer; }
.add_cart_tip .add_cart_tip_close svg{ width: 24px; height: 24px; fill: #333; }
.add_cart_tip .add_cart_tip_content{}
.add_cart_tip .sta_icon{ height: 78px; line-height: 78px; background: #daffce; display: flex; display: -webkit-flex; justify-content: center; align-items: center; font-size: 20px;}
.add_cart_tip .sta_icon svg{ height: 78px; width: 36px; margin-right: 20px; }
.add_cart_tip .add_cart_tip_product{ margin-top: 38px; display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between;}
.add_cart_tip .add_cart_tip_product_pic{ width: 160px; height: 160px; box-sizing: border-box; border: 1px solid #f2f2f2; display: flex;
display: -webkit-flex; align-items: center; justify-content: center; }
.add_cart_tip .add_cart_tip_product_pic img{ max-width: 100%; max-height: 100%; }
.add_cart_tip .add_cart_tip_product_content{ width: calc(100% - 180px); }
.add_cart_tip .add_cart_tip_product_name{ height: 55px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 24px;font-weight: bold; }
.add_cart_tip .add_cart_tip_product_sku{ min-height: 55px; font-size: 18px; padding-bottom: 15px; box-sizing: border-box; }
.add_cart_tip .add_cart_tip_product_bottom{ height: 50px; border-top: 1px solid #f1f1f1; display: flex; display: -webkit-flex; justify-content: space-between; line-height: 50px; font-size: 18px;flex-flow: wrap;}
.add_cart_tip .add_cart_tip_total{}
.add_cart_tip .view_my_cart{ text-decoration: underline; }
.add_cart_tip .add_cart_tip_btn{ padding: 48px 0;display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.add_cart_tip .add_cart_tip_checkout_btn{ width: calc(50% - 10px);height: 68px; line-height: 68px; background: #333; color: #fff;text-align: center; font-size: 20px;}
.add_cart_tip .add_cart_tip_addskutocart_ecpay_buynow{ width: calc(50% - 10px); height: 68px; line-height: 68px; background: #ffc439; color: #fff; text-align: center; font-size: 18px; display: flex; display: -webkit-flex; justify-content: center; align-items: center; }
.add_cart_tip .add_cart_tip_addskutocart_ecpay_buynow img{ max-height: 30px; }
@media (min-width:768px) {
.add_cart_tip .sta_icon{ font-size: 24px;}
.add_cart_tip .add_cart_tip_wapper{ padding: 55px 38px 0; }
.add_cart_tip .add_cart_tip_product_bottom{flex-flow: inherit;}

}

/*minicart*/
#CartsCon{position: fixed; top: 0; right: 0; border: 0; width: 100%; height: 100%; display: block; background: #fff; visibility: hidden; transform: translate(480px,0); transition: all 0.3s; text-align: left; color:#000; box-shadow: 0 0 5px rgba(0,0,0,.2); z-index:500000; }
#CartsCon.on{ visibility:visible; opacity:1; transform:translate(0); }
#CartsCon #minicartlist{ height: calc(100% - 91px); }
#CartsCon .minicart_box{ height: 100%;}
#CartsCon .minicart_wapper{ height: 100%; }
#CartsCon h4{ height: 70px; border-bottom: 1px solid #e9e9e9; padding: 0 40px; line-height: 70px; font-size: 24px; font-weight: normal;}
#CartsCon .cart_close{ position: absolute; right: 40px; top: 0; height: 70px; line-height: 70px; cursor: pointer; font-size: 30px !important;}
#CartsCon .minicart_product_list{ max-height: calc(100% - 200px); overflow-y: auto; padding: 0 40px; }
#CartsCon .minicart_product_list .buy_pro{ padding: 0 0 50px; }
#CartsCon .minicart_product_list li{ display: flex; display: -webkit-flex; align-items: center; flex-wrap: wrap; margin-top: 30px; }
#CartsCon .minicart_product_list li .left_pic a{ width: 80px; height: 80px; display: flex; display: -webkit-flex; justify-content: center;align-items: center; }
#CartsCon .minicart_product_list li .left_pic a img{ max-width: 100%; max-height: 100%;}
#CartsCon .minicart_product_list li .right_info{ width: calc(100% - 100px); margin-left: 20px;}
#CartsCon .minicart_product_list li .right_info .name{ color: #333; }
#CartsCon .minicart_product_list li .right_info .size{ color: #999; margin: 7px 0 0; }
#CartsCon .minicart_product_list li .right_info_2{ display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;margin: 10px 0 0; padding-right: 10px; }
#CartsCon .minicart_product_list li .minicart-qty{ height: 36px; display: flex; align-items: center; border: 1px solid #333; box-sizing: border-box; width: 120px; }
#CartsCon .minicart_product_list li .minicart_btn_add,
#CartsCon .minicart_product_list li .minicart_btn_subtraction{ display: block; height: 34px; width: 34px; text-align: center; }
#CartsCon .minicart_product_list li .minicart_btn_add svg,
#CartsCon .minicart_product_list li .minicart_btn_subtraction svg{ height: 34px; width: 18px; }
#CartsCon .minicart_product_list li .minicart_input_quantity{ height: 34px; width: 49px; border: 0; text-align: center; }
#CartsCon .minicart_product_list li .bookable_delivery_time{ white-space: normal; margin-top: 15px; height: 32px; line-height: 32px;background: #f6f6f6; width: 100%; padding: 0 15px; border-radius: 2px; display: flex; display: -webkit-flex; align-items: center; }
#CartsCon .minicart_product_list li .bookable_delivery_time svg { width: 22px; height: 32px; fill: #333; margin-right: 8px; }
#CartsCon .minicart_bottom{ position: absolute; left: 0; bottom: 0; padding: 20px 40px 40px; border-top: 1px solid #e9e9e9; width: 100%;box-sizing: border-box; background: #fff; }
#CartsCon .total{ display: flex; display: -webkit-flex; justify-content: space-between; }
#CartsCon .total .mini_cart_total_price,
#CartsCon .total .mini_cart_total_num{ color: #000; font-weight: bold; }
#CartsCon .view_cart_btn{ margin-top: 15px; }
#CartsCon .view_cart_btn .mini_cart_checkout_btn{ height: 44px; line-height: 44px; display: block; background: #333; text-align: center; color: #fff; }
#CartsCon .view_cart_btn .mini_cart_view_btn{ display: block; color: #333; text-align: center; margin-top: 15px; }
#CartsCon .view_cart_btn .mini_addskutocart_ecpay_buynow{ display: flex; display: -webkit-flex; justify-content: center; align-items: center; height: 44px; line-height: 44px; background: #ffc439; text-align: center; color: #fff; margin-top: 15px; }
#CartsCon .view_cart_btn .mini_addskutocart_ecpay_buynow img{ height: 24px; max-height: 33px; min-height: 22px; }
#CartsCon .minicart_empty{ padding: 40px 40px 0; }

@media (min-width: 768px) {
  #CartsCon { width: 500px; }
}

#float_notice { position: fixed; right: 10px; bottom: 150px; width: 38px; text-align: right; z-index: 999 }
#float_notice a { display: block; margin: 5px 0; }
#float_notice a img { border: 0; display: block; width: 38px; }