@charset "utf-8";
/* CSS Document */
/* @import url("base-fonts.css"); */
html { color: #333; font-family: Poppins, Arial, Helvetica, sans-serif; }
body { margin: 0 auto; padding: 0; background: #fff; }
body, div, input { font-size: 14px; font-family: Poppins, Arial, Helvetica, sans-serif; }
input, textarea, button { outline: none; }
a { color: #000414; }
a:hover { background-color: transparent; text-decoration: none; color: #81482a; }
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; }
.header-slide { background: #F5EFE6; width: 100%; line-height: 50px; height: 50px;}
.header-slide .header-slide-text .swiper-slide { color: #000; font-size: 14px; font-weight: normal; font-family: Poppins, sans-serif; }

@media (min-width: 1300px) {
  .container { max-width: 1260px;}
}

/* Header */
/* Pc Header ================================================================================ */
.header {position:fixed; width: 100%; z-index:999; background: #fff; border-bottom: 1px solid #F5EFE6;}
.header-bg {height: 70px;}
.header .container {height: 70px; display: flex;align-items: center;justify-content: space-between;position: relative; transition: all .3s ease-in-out;}
.header .container::before,.header .container::after{content: none;}
.header-fixed .container { height: 70px;}

.header-bars {display: inline-block;}

.header-logo {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; text-align: left; text-decoration:none!important;}
.header-logo img { max-width: 160px;}
.header-link {display: none; text-transform: uppercase; font-weight: 600;}
.header-link a {transition: all .3s ease-in-out;}
.header-link a:hover {color: #81482a;}

.header-right {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.header-right li {width: 40px; text-align: center; position: relative;}
.header-right a {margin: 0 0 0 10px; color: #000; transition: all .3s ease-in-out;}
.header-right a svg { transition: all .3s ease-in-out;}
.header-right a:hover svg {fill: #81482a;}

#mycart {position: absolute; top: -8px; right: -4px; width: 16px; height: 16px; line-height: 16px; text-align: center; font-size: 10px; color: #fff; background: #81482a; border-radius: 50%;}
@media (min-width: 768px) {
  .header .container {height: 90px;}
  .header-fixed .container { height: 90px;}
  .header-bg {height: 90px;}
}
@media (min-width: 992px) {
  .header-logo {-ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; text-align: center;}
  .header-logo img { max-width: 200px;}
  .header-link {display: block;}
  .header-link,
  .header-right {-ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%;}
}
@media (min-width: 1200px) {
  .header .container {height: 110px;}
  .header-bg {height: 110px;}
  .header-fixed .container { height: 90px;}
}
.chooseCur { float: right; display: inline-block; margin: 0; cursor: pointer; }
.curTitle {display: flex; align-items: center;}
@media (max-width: 991px) {
.chooseCur {display: none;}

}
@media (min-width: 992px) {
.curTitle { margin: 0; height: 30px; line-height: 30px; color: #333; text-align: center; font-size: 13px; }
.curTitle i { margin-left: 4px; font-weight: bold; font-size: 13px; }
.curTitle:hover i { }
.curBox { display: none; position: absolute; top: 35px; right: 0px; padding: 0; width: 100px; background: #fff; border: 1px solid #ddd; z-index: 9999; text-align: left; border-radius: 5px; }
.curBox a { display: flex; padding: 0 0 0 8px; height: 40px; color: #777; line-height: 40px; align-items: center; }
.curBox a:hover { background: #efefef; color: #333; text-decoration: none; }
.flags { width: 30px; height: 20px; background-image: url(../images/currency-flags.png); background-repeat: no-repeat; display: inline-flagsblock; margin: 0px 6px 0 0; 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; }
.flags-RMB { background-position: -165px -395px; }
.flags-SAR { background-position: -325px -95px; }
.curTitle i::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .4em solid; border-right: .4em solid transparent; border-bottom: 0; border-left: .4em solid transparent; line-height: 15px; }
}
/* nav-bar */
.nav-bar { border-bottom: 1px solid #e5e5e5; background: #81482a;}
.nav-bar>div>ul {height: 50px;}
.nav-bar>div>ul>li { display: inline-block; margin: 0 40px 0 0; padding: 0; position: relative; font-weight: 600; letter-spacing: 0.5px;}
.nav-bar>div>ul>li>a {color: #F5EFE6; display: block; height: 50px; line-height: 50px;}
.nav-bar>div>ul>li>a:hover {color: #222;}
/* search */
.header-search-bg {position: fixed; top: 0; left: 0; display: none; cursor: pointer; width: 100vw; height: 100vh; background: rgba(0, 0, 0, .1); z-index: 1000;}
.header-search-wrapper {position: fixed; display: none; justify-content: center; top: 0; left: 0; padding: 80px 0; width: 100%; background: #fff; z-index: 1001; transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);}
.search-box {-ms-flex: 0 0 98%; flex: 0 0 98%; max-width: 98%;}
.search-title { text-align: center; margin-bottom: 40px; text-transform: uppercase; font-size: 24px; line-height: 38px; color: rgba(22, 22, 22, 1); font-family: Poppins, sans-serif; font-weight: 700; letter-spacing: 0.2px;}
.search-box-inner { position: relative; margin: 0 auto; width: 100%;}
.search-box-inner input { filter: none !important; border-width: 1px; border-style: solid; background: #f3f4f5; margin: 0; padding: 13px 60px 14px 20px; width: 100%; text-align: left; width: 100%; box-shadow: none;border-radius: 0; max-width: 100%; width: 100%; color: rgba(112, 112, 112, 1); background-color: rgba(243, 244, 245, 1); border-color: rgba(243, 244, 245, 1);}
.search-box-inner button { position: absolute; right: 4px; top: 4px; width: 42px; height: 42px; border: 0; border-radius: 0; background: #81482a; transition: all .3s ease-in-out;}
.search-box-inner button svg {fill: #F5EFE6; transition: all .3s ease-in-out;}
.search-box-inner button:hover {background: #000;}
.search-box-inner button:hover svg {fill: #fff;}
.search-close {position: absolute; right: 5px; top: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; width: 36px; height: 36px; border: 0; border-radius: 0; background: #f3f4f5; transition: all .3s ease-in-out;}
.search-close:hover svg {fill: #f00;}
@media (min-width:1000px) {
  .search-close {right: 20px; top: 20px;}
  .search-box {-ms-flex: 0 0 1000px; flex: 0 0 1000px; max-width: 1000px;}
}
/* ======================================================================================= */

/* Mobile Header ================================================================================ */
.toggle { color: #fff; line-height: 20px }

.banner-wrapper { padding:0 0 15px 0; }
.banner-wrapper .swiper-slide { text-align: center; position: relative; }
.banner-wrapper .swiper-slide img { max-width: 100%; }
.banner-wrapper .swiper-pagination-bullet { width: 40px; height: 2px; border-radius: 0; background: #fff; }
.banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }
.banner-wrapper .swiper-slide .container { position: relative; z-index: 999; text-align: left; height: 100%; color: #fff; padding-left: 10%; }
.banner-wrapper .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: 300; color: #111111; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.cate-title h2::after { position: absolute;  left: 50%; bottom: -6px; margin-left: -10px; content: ""; border-top: 2px solid #c1c1c1; width: 20px;}
@media (max-width: 768px) {
  .cate-title h2 { text-align: left;}
  .cate-title h2::after {left: 15px;}
}
.pro-prev,
.pro-next { position: absolute; top: 22px; right: 22px; background: none; width: 36px; height: 36px; border: 1px solid #b0b0b0; border-radius: 50%; }
.pro-prev { right: 62px; 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;}


.nav-sub { position: relative; }
.nav-sub .sub-menu { position: absolute; top: 51px; left: 0; margin: 0; padding: .625rem; list-style: none; width: 220px; height: auto; background: #81482a; -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: 9999; }
.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 li {margin-right: 0; width: 100%;}
.sub-menu li a { display: block; position: relative; text-decoration: none; width: 100%; padding: 10px 5px; font-size: 13px!important; font-family: SofiaPro; color: #F5EFE6;font-weight: 500; text-transform: capitalize; }
.sub-menu li a:hover { color: #81482a; background: #F5EFE6; }


.sub-nav-menu { position: relative; z-index: 100; }
.sub-nav-menu::after { position: absolute; top: 20px; right: 10px; content: ""; width: 6px; height: 6px; position: absolute; border-left: 1px solid #999; border-bottom: 1px solid #999; -webkit-transform: translate(0,-50%) rotate(-135deg); transform: translate(0,-50%) rotate(-135deg);}
.sub-nav-menu .sub-nav-box { display:none; position: absolute; top: 0; left: 200px; padding: 10px 15px; width: 200px; background: #fff; z-index: 101;}
.sub-nav-menu .sub-nav-box a { display: block; padding: 10px 0; border-bottom: 1px solid #f7f8fa;}
.sub-nav-menu:hover .sub-nav-box { display: block;}

.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-nav { display: none;}
.second-nav .flags {margin-top: 0 !important;}
/* Header Banner */
.header-banner {width:100%; text-align:center; overflow: hidden;}
.header-banner img {width:100%; transition: all 0.5s ease-in-out;}

.header-banner img:hover {transform: scale(1.05);}
.banner-block {display: block;position: relative;}
.banner-block a { display: block;position: relative;}
.banner-block .block-text { position: absolute; top:50%; left: 0; width:100%; font-family: Poppins,Sans-Serif; color: #81482a;}
.banner-block .block-text h2 {font-size: 36px; font-weight: 600; margin-bottom: 0;}
.banner-block .block-text h4 {font-size: 36px; margin: 20px 0 0; font-weight: 600;}

@media (max-width:767px) {
	.banner-block .block-text{top: 30%;bottom: 2%;left: 50%;transform: translateX(-50%);max-width:unset;width: 95%;}
  .banner-block .block-text h2 { font-size: 20px;}
  .banner-block .block-text h4 { font-size: 20px; margin-top: 10px;}
}

.asset-part { position: relative;}
.asset-part img { max-width: 100%;}
.asset-part a  { display: block;}
.asset-part .center-box {position: absolute;max-width:400px;width: 100%;top: 50%;left: 23%;text-align: center; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%); }
.asset-part .center-box h2 {text-shadow: 0px 0px 5px rgba(0,0,0,1);transform: rotate(-4deg);font-size: 64px;line-height: 54px;font-family: Poppins,sans-serif;text-transform: uppercase;color: #fff;display: block;margin: 0 auto .25em !important;letter-spacing: inherit; }
.asset-part .center-box h2 span {font-family: Poppins,sans-serif;font-size: 32px;line-height: 1;display: block; }
.asset-part .center-box .center { text-align: center;}

@media (max-width: 767px)
{
  .asset-part .center-box {top:35%;left: 50%;max-width: 90%; }
  .asset-part .center-box h2 {font-size: 50px;line-height: 42px;}
  .asset-part img {height: 400px;object-position: 20% 100%; }
}
/* Main */
.main { }
.main-view { }
.leftBox { margin-bottom: 15px;}
.left-hd { margin-bottom: 15px; padding:10px 0; font-size:20px; font-family:Poppins, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; border-bottom:1px solid #ddd; background: #000; color: #fff; text-indent: 5px; border-radius: 2px;}
.all-sort-list dt {padding:3px 0; font-size:16px; font-weight:600;}
.all-sort-list dt a {}
.all-sort-list dt a:hover { font-weight:bold; color:#2C313A}
.all-sort-list dd {padding-left:10px;}
.all-sort-list dd a { color:#666}
.all-sort-list dd a.set,.all-sort-list dd a:Hover { color:#c00}
.all-sort-list dd a.set { font-weight:bold;}
.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: 10px; }
.products .swiper-slide {height: auto;}

.products-grid { margin: 0 0 15px 0; text-align: center; }
.goods { padding: 7px 0; margin-bottom: 5px; text-align: center; }
.good-border { border: 4px #fff solid; margin-bottom: 0;}
.goods .goods-img { position: relative; padding-bottom: 130%; 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%; opacity: 1; transition: all .3s ease-in-out; }
.goods .goods-img a .sendimg { display: none; opacity: 0; transition: all .3s ease-in-out;}
.goods .goods-img .goods-save { position: absolute; right: 0px; top: 5px; background: #81482a; color: #fff; margin: 0; text-transform: uppercase; display: inline-block; padding: 1px 6px; font-weight: 400; height: 19px; line-height: 19px; font-size: 12px;}
.goods .goods-name { padding: 20px 10px 3px 10px; font-size: 16px; color: #182446; line-height: normal; font-weight: 400; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; font-family: Poppins, Arial, Helvetica, sans-serif;}
.goods .goods-name a { color: #182446; }
.goods .goods-price { padding: 10px; }
.goods .goods-price span { color: #ca3300; font-size: 20px; font-weight: bold;}
.goods .goods-price s { margin-left: 5px; display: inline-block; color: #182446; font-size: 14px; }
.goods:hover .goods-img a img { opacity: 0; display: none; transition: all .3s ease-in-out; }
.goods:hover .goods-img a img.sendimg { opacity: 1; display: block; transition: all .3s ease-in-out; }
.goods-name a:hover,
.goods:hover .goods-name a { color: #000;}

.star {background-image:url(../images/star.png); background-repeat:no-repeat; display:inline-block; overflow:hidden; vertical-align:top;}
.star0,
.star1,
.star2,
.star3,
.star4,
.star5 {height:15px; width:75px;}
.star0 {background-position:-75px 0;}
.star1 {background-position:-60px 0;}
.star2 {background-position:-45px 0;}
.star3 {background-position:-30px 0;}
.star4 {background-position:-15px 0;}
.star5 {background-position:0 0;}

.content-asset { margin: 30px 0;color:#182446;}
.content-asset .container { max-width: 1380px;width: 100%;}
.content-asset img { max-width: 100%;}
.content-asset a { display: block;}
.content-asset .item-label { background: #f4f5f6;padding: 20px 0;}
.content-asset h4 { margin: 0;font-size: 24px;line-height: 24px;font-family: Poppins,Sans-Serif;text-align: center;color:#182446;padding-bottom: 10px;}
.content-asset p { padding: 0 40px;font-size: 16px; line-height: 21px;color:#182446;text-align: center;}
.content-asset p span.asset-button,
.asset-part span.asset-button {display:inline-block;background-color:#fff;border: 2px solid #182446;border-radius: 4px;color:#182446;font-family: Poppins,sans-serif;line-height: 40px;font-size: 16px;width:223px;margin:1em auto 0;letter-spacing:inherit;transition: background-color .3s ease,color .3s ease;}
.content-asset a:hover p span.asset-button,
.asset-part span.asset-button:hover {  background-color:#182446;color:#fff;}


.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; 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:Poppins, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold;}
.breadcrumbBox .breadcrumb { padding: 10px 15px; font-family:Poppins, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold;}

.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; }
}
.center_titles { margin-top: 10px; padding: 10px 20px; border: 1px solid #e3e3e3; }
.product_type_list { padding: 10px; border: 1px solid #e3e3e3; border-top: 0; margin-bottom: 10px; }
/* view */
.viewCon { margin-top: 20px; margin-bottom: 10px; padding-bottom: 10px;}
.pc-slide { width: 100%; margin: 0 auto; }
.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: 100px; height: 82px; cursor: pointer; }
.preview .swiper-slide img { 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.col-lg-2 {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
.main-right.col-lg-10 {-ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%;} */
.view-pic {padding-bottom: 30px;}
.view-pic img {width: 100%;}
.view-pic .swiper-pagination-bullet { width: 30px; height: 2px; border-radius: 0;}
.view-pic .swiper-button-white {background-size: 80%;}

.view-pic-page {position:relative;}
.view-pic-page span {display: inline-flex; justify-content: center; align-items: center; margin: 0 2px 5px 2px; background: none; width: 80px; height: auto; border: 1px solid #efefef; border-radius: 0;  }
.view-pic-page .swiper-pagination-bullet {opacity: .7;}
.view-pic-page .swiper-pagination-bullet-active {opacity: 1; border: 1px solid #78e723;}


@media (min-width: 667px) {
.preview .swiper-container { width: 88%; }
}

@media (min-width: 768px) {
.preview .swiper-container { width: 270px; }
}

@media (min-width: 992px) {
.preview .swiper-container { width: 380px; }
.view-pic-page span {margin: 0 5px 5px 5px; width: 100px;}
}

@media (min-width: 1200px) {
.preview .swiper-container { width: 490px; }
.view-pic-page span { width: 120px;}
}
.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; }
.details_title { padding: 15px 0 10px 0 }
.details_title h1 { color: #222; font-size: 24px; line-height: 30px; font-weight: 700; margin: 0; font-family: Poppins, Arial, Helvetica, sans-serif; }
.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: 10px 0; }
.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: #ca3300; text-decoration: line-through; text-transform: uppercase; font-weight: normal; }
.prod_detail_cart_prices span.new_price { font-size: 22px; color: #182446; 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: #f00; }
.prod_detail_cart_prices span.new_price s { font-size: 24px; 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: #81482a; border-radius: 0px; }
@media (min-width: 768px) {
  .prod_detail_cart_prices { padding: 20px 0; border-top: 1px solid #e5e5e5; }
}
@media (min-width: 992px) {
  .prod_details {padding-left: 35px;}
  .details_title h1 { font-size: 28px; line-height: 36px;}
}
@media (min-width: 1200px) {
  .prod_details {padding-left: 70px;}
  .details_title h1 { font-size: 32px; line-height: 46px;}
}
.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 #d77e6a; 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: relative; z-index: 10; bottom: 0; left: 0; width: 100%; 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; }  

.addtocart { border-radius: 0; font-family: Poppins, Arial, Helvetica, sans-serif !important; font-weight: 400 !important; font-size: 16px;}

.add-to-cart .btn-primary { color: #000; background-color: #F5EFE6 !important; border-color: #F5EFE6 !important }
.add-to-cart .btn-primary svg {fill: #000;}
.add-to-cart .btn-primary:hover { color: #fff !important; background-color: #81482a !important; border-color: #81482a !important;}
.add-to-cart .btn-primary:hover svg {fill: #fff;}
.add-to-cart .btn-primary.focus,.add-to-cart .btn-primary:focus { color: #fff !important; background-color: #81482a !important; border-color: #81482a !important; box-shadow: 0 0 0 .2rem rgba(38,143,255,.5) }

.addcart { position: fixed; z-index: 10; bottom: 0; left: 0; width: 100%; background-color: #fff; margin: 0 !important;  height:59px; height:calc(59px + constant(safe-area-inset-bottom)); height:calc(59px + env(safe-area-inset-bottom));}
.buynow-box { padding: 4px 0px; 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); }
.buy-now button, .add-to-cart button { padding-top: 13px; padding-bottom: 12px; }
.buynow-box button { border-radius: 0; }

.buy-now .btn-outline-primary { color: #fff !important; background: #81482a !important; border-color: #81482a !important }
.buy-now .btn-outline-primary:hover {color: #fff; background: #a0603d !important; border-color: #a0603d !important;}
.buy-now .btn-outline-primary.focus,.btn-buynow .btn-outline-primary:focus { color: #fff !important; background-color: #a0603d !important; border-color: #a0603d !important; box-shadow: 0 0 0 .2rem rgba(255, 143, 38, 0.5) }

.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; }
.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: 0; padding: 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 #000; }
.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 h4 { position: relative; display: block; width: 100%; text-transform: capitalize; margin: 56px 0 40px; font-size: 20px; text-align: center; font-weight: bold; color: #182446; font-family: Poppins,Arial, Helvetica, sans-serif; }
@media (min-width: 768px) {
  .related h4 { font-size: 30px;}
}
.iconfont { transition: all .3s ease-in-out;}
.icon-up { transform: rotate(-180deg);}
.view-line {}
.fixed_price_addcart{position: relative;z-index: 99;width: 100%;background: #f9f9f9;}
.fixed_price_addcart .badge-pill{font-weight: bold;color: #CA3300;padding: 5px;display: inline-block;}
.fixed_price_addcart .price-box{display: flex;align-items: center; margin: 5px 0; font-size: 12px;}
.fixed_price_addcart .old-price { color: #182446; margin: 0; display: inline-block; font-size: 14px; }
.fixed_price_addcart .old-price .price { text-decoration: line-through; white-space: nowrap!important;}
.fixed_price_addcart .specials-price { color: #ca3300; display: inline-block; margin: 0;}
.fixed_price_addcart .specials-price .price { font-size: 20px; color: #ca3300; font-weight: bold; font-family: "proxima",Sans-Serif; }
.fixed_price_addcart .save-off { position: absolute; left: 5px; top: 5px; background: #ca3300; color: #fff; margin: 0; text-transform: uppercase; display: inline-block; padding: 1px 6px; border-radius: 30px; font-weight: bold; }

.fixed_price_addcart .save-off{position: static;margin-left: 10px;}
.fixed_price_addcart .fixed_addcart{width: 100%;margin-top: 10px;}
.fixed_price_addcart .fixed_addcart span{font-family: Poppins,sans-serif;background: #0082c8;text-transform: uppercase;}
@media (max-width:767px) {
	.fixed_price_addcart{width: 94%;right: 3%;}
}

.add-cart {margin: 0 auto; width: 100%; display: flex; align-items: center; flex-wrap: wrap; line-height: 20px; }
.add-cart .add_cart_tag { margin-bottom: 5px; padding: 5px; font-size: 14px; }
.add-cart .review-box { position: relative; overflow: hidden; display: flex; align-items: center; }
.add-cart .review-box a { color: #182446; font-size: 14px;}
.add-cart .sku, 
.add-cart .availability { line-height: 23px; font-style: normal; color: #182446; }
.add-cart .availability.in-stock span { color: #81482a;font-weight: bold; }

.nav-tabs {border-color: rgba(77, 82, 89, 0.07); margin-bottom: 1rem; }
.nav-tabs .nav-link { color: #4d5259; border-top: 0px; border-left: 0px; border-right: 0px; border-radius: 0px; font-size: 16px; }
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {color: #000; border-color: #000; border-bottom-width: 2px;}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link { color: #000; background-color: #fff; border-color: #000; border-bottom-width: 2px; } 
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link { color: #FFF; background-color: #000; }
.nav-pills .nav-link { color: #4d5259; }
.nav-tabs .nav-link.disabled,
.nav-pills .nav-link.disabled { color: #8b95a5; }
.tab-content .tab-pane p:last-child { margin-bottom: 0px; }
.nav-tabs.flex-column { border-bottom: none; margin-bottom: 0; border-right: 1px solid rgba(77, 82, 89, 0.07); }
.nav-tabs.flex-column .nav-link { border-bottom: 0; border-right: 1px solid transparent; }
.nav-tabs.flex-column .nav-link.active { border-color: #000; }
.nav-tabs.flex-column .nav-link { margin-bottom: 0; margin-right: -1px; }

.detail-size { font-size: 18px; font-style: italic; color: #707070;}
.detail-size b {color: #000;}
.tabs-wrapper {padding: 20px 0;}
@media (min-width: 992px) {
  .tabs-wrapper {padding: 50px 0;} 
}

.product-collateral { margin-top: 20px; width: 100%;}
.cos-listView {}
.box-collateral { width: 100%; }
.product-collateral .std { padding: 15px 0; color: #182446; font-size: 14px; }
.product-collateral .std img { max-width: 100%; }
.product-desc { }
.product-desc .desc_box { width: 100%; display: inline-block; font-size: 16px; color: #182446; border-top: 1px solid #dee2e6; border-left: 1px solid #dee2e6; border-right: 1px solid #dee2e6; }
.product-desc .desc_box:last-child { border-bottom: 1px solid #dee2e6; }
.product-desc .desc_box h5 { font-size: 16px; font-weight: bold; padding: 15px; cursor: pointer; }
.product-desc .desc_box h5 .iconfont { float: right; }
.product_advantages { display: flex; flex-wrap: wrap; }
.product-desc .desc_info { margin: 3% 0px; padding: 15px; }

.product_advantages_item { margin-bottom: 15px; width: 50%; display: inline-block; }
.product_advantages_flex { display: -webkit-box; max-width: 100%; overflow: hidden; }
.product_advantages_image { margin-right: 10px; }
.product_advantages_info { font-size: 16px; }
.product_advantages_info .product_advantages_title { font-weight: bold; }
.product_advantages_info .product_advantages_contain { width: 80%; }
.product_advantages_dividers { width: 100%; height: 1px; background: #dee2e6; margin: 10px auto; }
.product_details_options { margin: 3% 0; padding: 0; list-style-type: none; }
.product_details_options li { margin: 5px 0px; }
.product_details_options li span { font-weight: bold; margin-right: 5px; }

.product_size_fit_guide .product_size_fit_guide_item { display: flex; justify-content: space-around; align-items: flex-start; padding: 30px 0px; }
.product_size_metal { width: 100%; max-width: 346px; }
.product_size_guide table { border: 1px solid #ddd; width: 200px; font-size: 12px; }
.product_size_guide table tbody tr td { text-align: center; display: block; padding: 15px; }
.product_size_guide table tbody tr td:not(:last-child) { border-bottom: 1px solid #ddd; }
.product_size_regular_fitting .product_size_regular_fitting_title { font-weight: bold; }
.product_size_regular_fitting .product_size_regular_fitting_contain { margin: 10px 0px; }
.product_size_regular_fitting .product_size_regular_fitting_small_image { margin: 30px 0px; }
.product_size_regular_fittint_image { width: 100%; max-width: 342px; }
.product_size_fit_guide .product_size_fit_guide_item:nth-of-type(5) { display: block; }
.product_size_ruler_title { font-weight: bold; }
.product_size_ruler_contain { margin: 10px 0px; }
.product_size_ruler_list { width: 100%; }
.product_size_ruler_list_item { display: flex; justify-content: space-around; align-items: center; }
.product_size_ruler_list_item .product_size_ruler_list_image { width: 50%; margin: 0px auto; }
.product_size_ruler_list_item .product_size_ruler_list_image img { width: 100%; max-width: 234px; margin: 0px auto; }
.product_size_ruler_list_item .product_size_ruler_list_text { width: 50%; }
.product_size_ruler_list_item .product_size_ruler_list_text .product_size_ruler_list_title { font-weight: bold; margin-bottom: 10px; }
@media (max-width: 768px) { 
.add-cart, .product-collateral { width: 100%; padding: 0; margin-bottom: 10px; }
.product_advantages { display: block; }
.product_advantages_item { width: 100%; }
.product_advantages_image {width: 40px; height: 40px;}

.product_size_guide table {width: 100%;}
.product_size_guide table {border: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.product_size_guide table tbody tr td { text-align: left; font-size: 16px; }
.product_size_guide table tbody tr td span { font-weight: bold; margin-right: 5px; }
.product_size_fit_guide .product_size_fit_guide_item { display: block; }
.product_size_regular_fitting .product_size_regular_fitting_small_image { margin: 30px auto; display: table; }
.product_size_ruler_list_item { display: block; }
.product_size_ruler_list_item .product_size_ruler_list_image, .product_size_ruler_list_item .product_size_ruler_list_text { width: 100%; }
}


/* Reviews */
.review-header { margin: 56px 0 40px; font-size: 20px; text-align: center; font-weight: bold; color: #182446; font-family: Poppins, Arial, Helvetica, sans-serif; }
.review-container { box-sizing: border-box; color: #212121; font-family: Tahoma; padding: 10px; border: 1px solid #eee; }
.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 -15px; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid hsla(0,0%,84.7%,.5); overflow: auto; z-index: 9999; 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) {
  .review-header {font-size: 30px;}
.wirteReviews h2 { font-size: 16px; }
.addcart { position: inherit; }
.review-container {padding: 30px;}
}
.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 */
.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; }
#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) {
}

/* Footer ================================================================================ */
.footer-container {background: #F5EFE6;}
.footer {text-align: center;padding:30px 0px 50px 0px;}
.footer h4 {color:#81482a; font-size: 16px; font-weight: bold; padding-bottom: 25px;text-align: left; font-family: Poppins,Sans-Serif;}
.footer .links { text-align: left; margin: 0; padding: 0; list-style-type: none;}
.footer .links svg {fill: #81482a;}
.footer .links li {display: block;text-align: left;}
.footer a {font-weight: normal; display: block; font-size: 14px;font-family: "proxima",Sans-Serif; color: #a37359; padding-top: 10px;}
.footer a:hover {color: #333;}
.footer a:hover svg {fill: #333;}
.footer p a {display: inline-block;}
.footer p a:hover {text-decoration: none;}
.footer p a i {font-size: 30px;}
.footer-bottom {font-size: 14px; background: #e7dfd4;color:#81482a;}
.footer-bottom .container{border-top: 1px solid #e7dfd4;}
.footer-bottom ul{margin: 0px; padding: 15px 0;}
.footer-bottom li{list-style-type: none;display: inline-block;}
.footer-bottom li a{color: #81482a;margin: 0px 10px;}
.footer-bottom li a:hover{text-decoration: underline;}
.footer-payment,
.footer-copyright {text-align: center;}
.footer-payment { display: flex; align-items: center; justify-content: center;}

@media (min-width: 992px) {
  .footer-payment { justify-content: flex-end;}
}

.footer-newsletter{width: 100%;margin-top: 15px; padding-top: 15px; border-top: 2px solid #e7dfd4;}
.footer-newsletter .footer-newsletter-container{width: auto;max-width:530px;margin:0px auto;text-align: left;}
.footer-newsletter .footer-logo{text-align: center;margin-bottom: 20px;display: inline-block;}
.footer-newsletter .footer-email{display: flex;justify-content: flex-start;align-items: baseline;}
.footer-newsletter .footer-email .email-box{width: 80%;margin-right: 3%;}
.footer-newsletter .footer-email h4{margin:10px 30px;}
.footer-newsletter .footer-email input[type = 'email']{width:100%;height:40px;margin:0px;padding:10px 5px;outline:none;border: 1px solid #81482a;background: #81482a; color: #e7dfd4;}
.footer-newsletter .footer-email input[type = 'email']::placeholder {color: #e7dfd4;}
.footer-newsletter .footer-email .email-tips{display: none;color:#e22f33;margin: 5px 0px;}
.footer-newsletter .subscribe-btn a{background: #81482a;color: #fff;font-size: 16px;font-weight: bold;width: 95px;height: 40px;line-height: 40px;text-align: center;display: inline-block;text-decoration: none;user-select: none; padding-top: 0;}
.footer-newsletter .subscribe-btn a:hover {background: #e6daca; color: #81482a;}
.footer-newsletter .newsletter-contain{display: block;margin:10px 0px;font-size: 13px;}
.footer-newsletter .newsletter-contain a{text-decoration: underline;}
@media (max-width:767px) {
	.footer-newsletter .footer-email{display: block;}
	.footer-newsletter .footer-email .email-box{width: 100%; margin-right: 0; margin-bottom: 1px;}
	.footer-newsletter .subscribe-btn a{width: 100%;}
}

.footer-links{ margin-top: 25px;}
.footer-links ul{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap; margin: 0; padding: 0; list-style-type: none;}
.footer-links ul li a{width: 32px;height: 32px;line-height: 32px;text-align: center;background: #f8f9fa;border-radius: 50%;margin-right: 5px;padding: 0;transition: all 0.3s;}
.footer-links ul li a .iconfont{color: #182446;font-size: 18px;transition: all 0.3s;}
.footer-links ul li a:hover{background: #fff;}
.footer-links ul li a svg { width: 26px; height: 26px; margin-top: -4px;}

@media (max-width:767px) {
	.footer{padding: 10px 0 0 0;text-align: center;margin: 10px 0 0 0;}
	.footer h4{text-align: left; margin-top: 20px; padding-bottom: 15px;}
	.footer-links ul{justify-content: center;}
	.footer-links ul li a{width: 40px;height: 40px;line-height: 35px;}
	.footer-links ul li a .iconfont{font-size: 24px;}
  .footer-links ul li a svg { width: 32px; height: 32px; margin-top: auto;}
  .slogan-box {padding: 15px 0 30px 0 !important;}
}

.m-footer {margin-top: 10px;}
.m-footer h4 { margin:10px auto 30px auto;font-size: 26px;font-family: Poppins,Sans-Serif;color:#fff;text-align:center;}
.m-footer li {text-align:center;border-top: 1px solid #c8cdcd;background: #182446; padding: 13px 0;font-size: 16px;font-family: Poppins,sans-serif;display: block;width: 100%;}
.m-footer li:last-child{border-bottom: 1px solid #c8cdcd;}
.m-footer li a { color: #fff;font-size: 16px;line-height: 16px;font-weight: bold;}

.footer-currency{width: 80%;}
.footer-currency .form-control{background: transparent;border-radius: 0;font-size: 16px;color: #fff;font-weight: bold;text-align: center;}
.footer-currency .form-control option{color: #000;}
@media (max-width:768px) {
  .footer-currency{width:100%;}
}

.slogan-box {display: flex; flex-wrap: wrap; align-items: center; padding:30px 0 60px 0; border-bottom: 1px solid #e7dfd4;}
.slogan-box-img {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.image-box-img {margin: 0;}
.image-box-img img {width: 52px; height: 52px;}
.slogan-box-text {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; color: #81482a;}
.slogan-box-text h3 { font-size: 14px;font-weight: 600; line-height: 24px; }
.slogan-box-text p { font-size: 13px;font-weight: 400; line-height: 26px;margin-bottom: 0px; color: #c4a08c;}

@media (min-width: 992px) {
  .slogan-box { flex-wrap: nowrap;}
  .slogan-box-img { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .slogan-box-text  { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; text-align: left; padding-left: 20px; }
}
.space {height: 70px;}

/* Back Top */
#back-top {display:none; position:fixed; right:20px; bottom:80px; z-index:20;}
#back-top a {cursor:pointer; display:block; text-align: center; color: #58585b;}
#back-top span i {font-size: 16px; color: #ccc; border-radius: 50%; border: 2px solid #ccc; width: 30px; height: 30px; line-height: 26px; display: block;}
#back-top a:hover {text-decoration: none;}
.shoppingcartBody #back-top {bottom: 90px;}
.standwithus ul {margin: 0; padding: 0; list-style-type: none;}
@media (max-width: 767px) {
  
}
/* Media ================================================================================= */
@media (max-width:990px) {
	.footer-container{padding: 15px;}
    .footer-bottom li{text-align: center;display: block;line-height: 3.5;}
    #LiveSupportChat {display: none;}
    .footer-nav .links {display: none;}
	.buttons-set button.button {width: 100%;}
}
/* ======================================================================================= */
.pay_support{display: flex;justify-content: center;align-items: center;margin-bottom: 20px;padding: 15px;border-bottom: 1px solid #fff;}
.pay_support .pay_support_slogan{color: #fff;font-size: 12px;display: flex;align-items: center;margin-right: 40px;}
.pay_support .who_pay_support ul{display: flex;align-items: center;}
.pay_support .who_pay_support li{margin: 0px 3px;display: inline-block;}
.pay_support .who_pay_support li img{width: 44px;height: 30px;}
@media (max-width:767px) {
	.pay_support{flex-wrap: wrap;margin-top: -30px;}
	.pay_support .who_pay_support ul{display: block;text-align: left;}
}
/* ======================================================================================= */


.toolbar { padding-left: 10px; padding-right: 10px; margin-bottom: 30px;}
.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: 20px 0;}
.page-title h1,
.page-title h2 {font-size: 28px; font-weight: 600; text-transform: uppercase; margin: 0;color:#81482a;font-family: Poppins,Sans-Serif;}

.bestsellers .page-title {margin: 20px 0; text-align: center;}
.bestsellers .page-title h2 { font-size: 32px; font-family: Poppins, sans-serif; color: #81482a; }
.bestsellers .page-title a { font-style:unset; text-decoration: underline;}

#my-video { width: 100%; height: 260px; }

@media (min-width: 576px) {
.toolbar .toolbar-sorter { float:right;}
}
@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: 100px; right: 12px; font-size: 16px; }
.backTop_hide { opacity: 0; }
.backTop_show { opacity: 1; }
@media (max-width:768px) {
  .backTop { bottom: 200px;}
}
.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 38px 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: 24px;}
.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; }
.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 (max-width:768px) {
  .add_cart_tip .add_cart_tip_wapper{ width: 96%;}
  .add_cart_tip .add_cart_tip_product_pic{ width: 100%; height: auto; }
  .add_cart_tip .add_cart_tip_product_content{ width: 100%; }
}
@media (max-width:576px) {
  .add_cart_tip .sta_icon{ font-size: 16px; height: 58px; line-height: 58px;}
}

/*minicart*/
#CartsCon{position: fixed; top: 0; right: 0; border: 0; width: 500px; 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; }

#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; }
@media (max-width:768px) {
  #CartsCon{width: 100%;}
}

.whatsapp-box {position: fixed; bottom: 10px; right: 10px; z-index: 99999;}
.whatsapp-icon {display: flex; justify-content: center; align-items: center; cursor: pointer; width: 60px; height: 60px; border-radius: 50%; background: #25d366; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); transition: all 1s ease-in-out;}
.whatsapp-icon:hover {background: #011b03;}  

.whatsapp-message {display: flex; flex-direction: column; position: absolute; bottom: 0; right: 0; z-index: 999;     width: calc(100vw - 6px * 2); max-width: 400px; max-height: calc(100vh - 6px - 6px); border-radius: calc(60px / 2 + 2px); background: #fff linear-gradient(180deg, rgb(37 211 102), rgb(37 211 102) calc( 60px *0.91667), rgb(37 211 102 / 4%) calc( 60px *0.91667), rgb(37 211 102 / 4%)); text-align: left; overflow: hidden; transform: scale3d(0, 0, 0); opacity: 0; transition: max-height .2s ease-out, opacity .4s ease-out, transform 0s linear .3s;}
.whatsapp-open {opacity: 1; transform: scaleX(1); transition: max-height .2s ease-out, opacity .2s ease-out, transform 0s linear;}

.whatsapp-header {position: relative; padding-top: 14px; padding-left: 15px; height: calc( 60px *0.91667); font-size: 20px; line-height: 28px; font-weight: bold; color: #fff;}
.joinchat__close { position: absolute; top: calc(50% - 28px / 2); right: 24px; width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z'/%3E%3C/svg%3E") 50% no-repeat; background-size: 12px; cursor: pointer; transition: background-color .3s ease-out; }
.joinchat__close:hover { background-color: rgba(0,0,0,.6) }
.joinchat__close:active { background-color: rgba(0,0,0,.7) }

.whatsapp-body {position: relative; padding: 30px 0 0 0;}
.joinchat__message { position: relative; min-height: 56px; padding: 15px 20px; margin: 0 26px 26px; border-radius: 26px; background: #fff;  color: #4a4a4a; word-break: break-word; box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1); transform: translateZ(0); font-size: 16px; }
.joinchat__message span {display: block; position: absolute; left: -18px; bottom: 18px; width: 19px; height: 16px; background: url(../images/message-bg.png) no-repeat center center; }
.whatsapp-bottom {padding: 10px 0; height: 80px; text-align: right;}
.whatsapp-bottom a { float: right; display: flex; flex-direction: row; justify-content: center; align-items: center; margin-right: 10px; width: 160px; height: 60px; border-radius: 30px; background: #25d366; font-size: 16px; font-weight: bold; color: #fff; transition: all .3s ease-in-out;}
.whatsapp-bottom a p {margin-left: 10px;}
.whatsapp-bottom a:Hover {background: rgb(calc( 37 + 50) calc( 211 + 50) calc( 102 + 50));}

@media (max-width: 768px) {
  .whatsapp-box {bottom: 70px;}
}
.block-title { position: relative; margin-bottom: 40px; text-align: center; letter-spacing: 1px;}
.block-title h1,
.block-title h2 {font-size: 20px;}
.block-title h1::after,
.block-title h2::after { content: ""; width: 36px; height: 3px; background: #fad022; position: absolute; left: 50%; margin-left: -18px; bottom: -12px; }
@media (min-width: 992px) {
  .block-title {margin-bottom: 60px;}
  .block-title h1,
  .block-title h2 {font-size: 26px;}
}