/*
* @Author: Clickr Jason
* @Date:   2019-05-29 14:30:48
* @Last Modified by:   Clickr Abin
* @Last Modified time: 2023-09-18 18:09:50
*/


/* 
  import
*/
@import url("bootstrap.css");
@import url("c-ui-pager.css");
@import url("c-ui-search.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*
  helper
*/

/* spacing */
.p-0{padding:0}
.pt-0{padding-top:0}
.pr-0{padding-right:0}
.pb-0{padding-bottom:0}
.pl-0{padding-left:0}
.m-0{margin:0}
.mt-0{margin-top:0}
.mr-0{margin-right:0}
.mb-0{margin-bottom:0}
.ml-0{margin-left:0}
.p-1{padding:15px}
.pt-1{padding-top:15px}
.pr-1{padding-right:15px}
.pb-1{padding-bottom:15px}
.pl-1{padding-left:15px}
.m-1{margin:15px}
.mt-1{margin-top:15px}
.mr-1{margin-right:15px}
.mb-1{margin-bottom:15px}
.ml-1{margin-left:15px}
.p-2{padding:30px}
.pt-2{padding-top:30px}
.pr-2{padding-right:30px}
.pb-2{padding-bottom:30px}
.pl-2{padding-left:30px}
.m-2{margin:30px}
.mt-2{margin-top:30px}
.mr-2{margin-right:30px}
.mb-2{margin-bottom:30px}
.ml-2{margin-left:30px}

/* body */
body.body-overflow{overflow:hidden;cursor:pointer}
body.body-overflow:before{opacity:1;z-index:999999}

/* well */
.well{box-shadow:none}

/* no-items */
.no-items{text-align:center;font-size:20px;margin-bottom:40px}
.no-items img{margin:20px auto 14px auto}

/* h1-h6 */
h1{font-size:24px;margin:0 0 15px}
h2{font-size:22px;margin:0 0 13px}
h3{font-size:20px;margin:0 0 11px}
h4{font-size:18px;margin:0 0 9px}
h5{font-size:16px;margin:0 0 7px}
h6{font-size:14px;margin:0 0 5px}

/* buttons */
.btn{outline:0!important;border-radius: 5px;}
.btn-primary{ background-color: #EE1C25;border-color: #EE1C25;}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus{background-color: #cf161f;border-color: #cf161f;}

.btn-outline-weixin{border:1px solid #07C160;color: #07C160;transition: all .3s;}
.btn-outline-weixin:hover,
.btn-outline-weixin:focus{background: #07C160;color: #FFF;border-color: #07C160;}

/* full-width */
.full-width{ width: 100vw !important; position: relative; left: 50%; right: 50%; margin-left: -50vw !important; margin-right: -50vw !important;}





/*
  components: header, footer, dropdown, form, grid, search, list, blocks ... etc.
*/


/* body */
body { background-color: #fff;overflow-x: hidden;font-family:"微软雅黑","黑体","Helvetica Neue",Helvetica,Arial,sans-serif;font-optical-sizing: auto;color: #000;}
body a{ color: #000;}
img{ max-width: 100%;}

/* wrapper */
.wrapper { margin:0 auto 20px auto;overflow-x: hidden;}

/* dropdown-menu */
.dropdown-menu{ margin:0; padding:0; overflow: hidden;}

/* breadcrumb */
.breadcrumb{margin-bottom:10px}
.breadcrumb a{color:#fff}

/* form */
.form-control{box-shadow:none!important;}
.form-control:focus{border-color:#EE1C25;}
div.required .control-label:before{content:'* ';color:red;font-weight:700}

/* gird */
.row.filter-wrapper button{outline:0}
.row.filter-wrapper .btn-group .active{background-color:#fff; box-shadow:none; border-color:#EE1C25; color:#EE1C25;}

/* zoomContainer */
.zoomContainer{z-index:999}

/* top-search */
.top-search { white-space: nowrap; display: none;}
.top-search input{ border-radius: 500px; padding-left: 10px; border:none; padding: 4px 6px 4px 12px; height: auto; font-size: 14px;}
.top-search button{ border-radius: 500px; margin-left: -30px; z-index: 10; position: relative; background: #FFF; font-size: 14px; color: #EE1C25; border:none; padding: 4px 12px;}
.top-search button.focus , .top-search button:active.focus , .top-search button:active:focus, .top-search button:hover,.top-search button:focus,.top-search button:active , .top-search button.active , .top-search button.focus{ background-color: #FFF; border: 0; color: #EE1C25; box-shadow: none;}
.top-search input::placeholder { color: #C9DFF3;}
.top-search input:-ms-input-placeholder {color: #C9DFF3;}
.top-search input::-ms-input-placeholder {color: #C9DFF3;}

/* page-search-bar */
.page-search-bar{ background: rgba(0,0,0,0.05);margin-bottom: 20px; padding: 15px;}

/* top */
nav#top{padding: 0;border-bottom: 1px solid #dedede;margin-bottom: 20px;}
nav#top > div{ display: flex;align-items: center;}
nav#top .list-inline{ display: flex;align-items: center;margin: 0;}
nav#top .list-inline > li {padding: 0;position: relative;}
nav#top #top-links{ flex: 1;}
nav#top #top-links .list-inline{ justify-content: right;}
nav#top .topbar .btn-group{ vertical-align: top;}
nav#top .topbar .btn-group:hover .dropdown-menu,nav#top .list-inline li.topbar:hover .dropdown-menu{display:block;visibility:visible;top:100%}
nav#top .topbar a,nav#top .topbar button{color:#808080; font-size:14px; padding: 15px; border:0;border-radius: 0px;display: block;}
nav#top .topbar a:hover,nav#top .topbar button:hover{ text-decoration: none;background-color: #EE1C25;color: #fff;}
nav#top .topbar > a img,
nav#top .topbar > button img{ height: 16px;}
nav#top .topbar .dropdown-menu{ border: 0; border-radius: 5px;}
nav#top .topbar .dropdown-menu a,nav#top .topbar .dropdown-menu button{ color:#EE1C25; text-align:left; padding:8px 13px; height: auto;}
nav#top .topbar .dropdown-menu a:hover,nav#top .topbar .dropdown-menu button:hover{ background-color:#EE1C25; color:#FFF !important;}

/* header */
header{ padding: 0;}
header > div > .row{ display: flex;align-items: center;}
header h1{margin:0}

/* logo */
header #logo img{ display:inline-block;max-height: 100px;}

/* header cart */
header .cart-wrapper a{ display: block;position: relative;}
header .cart-wrapper a img{ height: 20px;}
header .cart-wrapper a span{ min-width: 18px;height: 18px;font-size: 12px;color: #fff;background-color: #EE1C25;border-radius: 18px;display: flex;align-items: center;justify-content: center;position: absolute;bottom: 4px;right: 4px;}
header #cart > button { padding: 10px 15px; border: 1px solid #EDEDED;color: #000;background-color: #fff;border-radius: 50px;}
header #cart > button i{margin-right: 10px;}
header #cart > button:active,header #cart > button:hover{ box-shadow: none; background-color: #f3f3f3;}

/*header wishlist*/
.wishlist-box a{ display: block;padding: 10px 13px;border: 1px solid #EDEDED;color: #000;background-color: #fff;border-radius: 50px;}
.wishlist-box a:hover{ box-shadow: none; background-color: #EE1C25;color: #fff;border-color: #EE1C25;}


/* cart */
nav #cart .no-results{ margin-bottom:0; padding:16px 6px;}
nav #cart > button.btn { padding:0; background: none!important; font-size:13px; height: 48px; border: 0; color: #8c8b8b;}
nav #cart > button.btn:active{ box-shadow: none;}
nav #cart:hover .dropdown-menu{display:block;visibility:visible;top:100%}
nav #cart .dropdown-menu{ min-width:350px; padding:10px;}
nav #cart .dropdown-menu li{border-bottom:none}
nav #cart .dropdown-menu li .name{height:33px;line-height:16px;overflow:hidden;display:inline-block}
nav #cart .dropdown-menu li.products{max-height:400px;overflow:hidden;overflow-y:scroll}
nav #cart .dropdown-menu li.products a{color:#555}
nav #cart .dropdown-menu img{min-width:50px;transition:none}
nav #cart .dropdown-menu .btn-danger{background:#fff;color:#777;border-color:#eee}

/* cart-wrapper */
.cart-wrapper #cart:hover .dropdown-menu{ display: block; visibility: visible; top: 100%;}
.cart-wrapper .dropdown-menu{ min-width: 350px; padding: 10px;}
.cart-wrapper .no-results{ margin-bottom:0; padding:16px 6px;}
.cart-wrapper .no-results i{ color:#EE1C25;}

/* menu */
header { position: relative;z-index: 3;}
header .flex-box{ display: flex;align-items: center;}
header .flex-box #logo{ width: 100%; text-align: center;}

.nav-box{ margin-top: 20px;background-color: #EE1C25; padding: 10px 0;}
#menu{ margin:0;min-height: auto;flex: 1;}
#menu #main-nav{ font-size: 0;line-height: 0;float: none;margin: 0;padding: 0;}
#menu #main-nav>li{ position:relative;list-style-type: none;display: inline-block;font-size: 16px;line-height: 100%;margin-right: 10px;}
#menu #main-nav>li>a,
#menu #main-nav>li>span{text-transform : uppercase;padding: 10px;display: block;color: #fff;cursor: pointer;border-radius: 5px;}
#menu #main-nav>li>a:hover,
#menu #main-nav>li>a:focus,
#menu #main-nav>li.active>a,
#menu #main-nav>li>span:hover,
#menu #main-nav>li>span:focus,
#menu #main-nav>li.active>span{color: #fff;color: #EE1C25;background-color: #fff;}
#menu #main-nav>li .dropdown-menu{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}
#menu #main-nav>li .dropdown-menu{ border-radius: 5px; font-size: 14px; border: 0;}
#menu #main-nav>li .dropdown-menu>li{border:none; border-bottom: 1px dashed #ddd;}
#menu #main-nav>li .dropdown-menu>li:last-child{ border-bottom: none;}
#menu #main-nav>li .dropdown-menu>li>a{ padding:10px 20px; color: #EE1C25; font-size:15px;}
#menu #main-nav>li .dropdown-menu>li>a:hover{background: #EE1C25; color: #FFF;}
#menu #main-nav>li:hover .dropdown-menu{display:block;visibility:visible;top:100%}

#menu #main-navbar-header{height:40px;width:100%;margin:0}
#menu #main-navbar-header .mobile-search{float:left;padding:0 10px;height:40px;width:40px; font-size:18px;}
#menu #main-navbar-header .mobile-nav-icon{height:40px;width:40px;float:right;background: #EE1C25; color: #FFF; border: 0; font-size:18px;}
#menu #main-navbar-header .mobile-nav-icon:active{ box-shadow: none;}

/* menu-mobile */
.menu-mobile{ display: none;}

footer ul.list-unstyled li{padding:8px 0;position:relative}
footer ul.list-unstyled li:before{content:"\f101";font-family:FontAwesome;display:inline-block;position:absolute;right:auto;top:4px;left:0;line-height:28px;font-style:normal;font-weight:400;color:#777}
footer ul.list-unstyled li a{display:inline-block;padding-left:16px;color:#777;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
footer ul.list-unstyled li a:hover{color:#EE1C25}

footer .footer-bottom{ padding:20px 0;border-top: 1px solid rgba(255,255,255,0.15);}
footer .footer-bottom a{ color:#afaeae;}
footer .footer-bottom .flex-box{ display: flex;align-items: center;}
footer .footer-bottom .footer-copyright{ flex: 1;margin-right: 20px;}
footer .footer-bottom .payment img{height: 44px;}

footer .social-link{ margin: 0 20px 0 0;}
footer .social-link img{ height: 20px;}
footer .social-link > li > a:hover,
footer .social-link > li > a:focus{ opacity: 0.8;}

footer .fixed-shortcut-wrapper{position:fixed;width:48px;bottom:20px;right:20px;z-index:9999;box-shadow: 0 0 10px rgba(0,0,0,.1);}
footer .fixed-shortcut-wrapper .shortcut>a{padding:15px;position:relative}
footer .fixed-shortcut-wrapper .shortcut>a:before{content:'';position:absolute;bottom:0;left:0;width:100%;border-bottom:1px solid #ddd;-webkit-transition:all .1s ease-in;-moz-transition:all .1s ease-in;-o-transition:all .1s ease-in;transition:all .1s ease-in}
footer .fixed-shortcut-wrapper .shortcut>a i{font-size:18px;color:#fff;}
footer .fixed-shortcut-wrapper .shortcut>a img{ height: 18px;}
footer .fixed-shortcut-wrapper .go-top>a{padding:15px;}
footer .fixed-shortcut-wrapper a{width:100%;display:block;background-color:#fff;color:#000;font-size:13px;text-align:center;padding:8px 2px;-webkit-transition:all .1s ease-in;-moz-transition:all .1s ease-in;-o-transition:all .1s ease-in;transition:all .1s ease-in}

footer .fixed-shortcut-wrapper a:hover{background-color:#f3f3f3;border-color:#f3f3f3;color:#000}
footer .fixed-shortcut-wrapper a:hover i{color:#000}
footer .fixed-shortcut-wrapper a i{display:block;-webkit-transition:all .1s ease-in;-moz-transition:all .1s ease-in;-o-transition:all .1s ease-in;transition:all .1s ease-in}



/* star-box */
.star-box{width:120px;height:24px;background:url(../image/rating.png) repeat-x;position:relative;overflow:hidden}
.star-box:hover .star{background-image:none!important}
.star-box .score{position:absolute;clip:rect(0 0 0 0)}
.star-box .score.score-1:checked~.star-1{width:24px!important}
.star-box .score.score-2:checked~.star-2{width:48px!important}
.star-box .score.score-3:checked~.star-3{width:72px!important}
.star-box .score.score-4:checked~.star-4{width:96px!important}
.star-box .score.score-5:checked~.star-5{width:120px!important}
.star-box .score:checked+.star{background:url(../image/rating.png) repeat-x 0 -48px;left:0;z-index:1}
.star-box .star{position:absolute;height:100%;width:24px!important;z-index:3;display:block;cursor:pointer}
.star-box .star.star-1{left:0}
.star-box .star.star-2{left:24px}
.star-box .star.star-3{left:48px}
.star-box .star.star-4{left:72px}
.star-box .star.star-5{left:96px}
.star-box .star.star-1:hover{width:24px!important}
.star-box .star.star-2:hover{width:48px!important}
.star-box .star.star-3:hover{width:72px!important}
.star-box .star.star-4:hover{width:96px!important}
.star-box .star.star-5:hover{width:120px!important}
.star-box .star:hover{background:url(../image/rating.png) repeat-x 0 -48px!important;left:0;z-index:2}

/* rating */
.rating-star-box .control-label{float:left;margin-right:5px;padding-top:3px}
.rating .fa-stack{font-size:28px;width:12px;height:12px;line-height:12px}
.rating .fa-stack .fa-star{color:#fc0;font-size:14px}
.rating .fa-stack .fa-star.off{color:#d2d2d2;font-size:14px}

/* alert */
.layer-alert{min-width:380px}
.layer-alert .layui-layer-content a{color:#EE1C25;text-decoration:underline;font-size:16px}
.layer-alert .layui-layer-btn a.layui-layer-btn0{border-color:#EE1C25;background-color:#EE1C25}

/* product-thumb */
.product-thumb{margin-bottom:20px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;overflow: hidden;border: 1px solid #ddd;border-radius: 10px;}
.product-thumb .button-group,.product-thumb .caption{padding:0 20px;}
.product-thumb .caption{ margin-top: 20px;}
.product-thumb .image{overflow: hidden;border-bottom: 1px solid #ddd;}
.product-thumb .product-name{height:20px;margin:5px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align: center;}
.product-thumb .product-name a{color:#000;font-size:15px}
.product-thumb .product-description{color:#000;display:none;}
.product-thumb .rating{position:relative;padding-bottom:19px; display: none;}
.product-thumb .rating:before{position:absolute;content:"";top:28px;left:0;height:1px;width:100px;background:#ddd}
.product-thumb .price{font-size:14px;margin-bottom:0;color:#666;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align: center;}

.product-thumb .price .price-old{font-weight:500;color:#888;text-decoration:line-through;font-size: 12px;}
.product-thumb .button-group{ margin: 20px 0;}
.product-thumb .button-group .btn{padding:15px 20px;border-radius: 5px;line-height: 100%;margin-bottom: 10px;width: 100%;background-color: transparent;border: 1px solid #EE1C25;color: #fff;background-color: #EE1C25;}
.product-thumb .button-group .btn:last-child{margin-bottom:0;}
.product-thumb .button-group .btn:hover{ border-color: #ddd;color: #EE1C25;background-color: #fff;}

/* product-list */
.product-list .product-thumb{overflow:hidden;padding-bottom:0;}
.product-list .product-thumb .image{float:left;width:200px;border: none;border-right: 1px solid #ddd;}
.product-list .product-thumb .caption{margin-left:200px;}
.product-list .product-thumb .caption .product-name{ text-align: left;margin: 0 0 20px 0;}
.product-list .product-thumb .caption .product-description{display:block}
.product-list .product-thumb .caption .price{ text-align: left;}
.product-list .product-thumb .button-group{margin:20px 0 10px 200px}
.product-list .product-thumb .button-group .btn{ width: auto;margin: 0 10px 0 0;}

/* widget-title */
.widget-title{position: relative;margin: 0 0 30px 0;border: 1px solid #ddd;border-radius: 10px;overflow: hidden;}
.widget-title span{font-size: 18px;line-height: 100%;background-color: #eb102d;display: inline-block;padding: 20px 30px;margin-right: 36px;color: #fff;position: relative;}
.widget-title span::after{ content: "";width: 36px;height: 100%;display: block;position: absolute;left: calc(100% - 1px);top: 0;background-image: url("../image/index-title-after.svg");background-repeat: no-repeat;background-position: left center;background-size: auto 100%;}
.widget-title a{ font-size: 16px;position: absolute;right: 20px;top: 50%;margin-top: -8px;color: #000;line-height: 100%;}
.widget-title a i{ margin-left: 10px;}
.widget-title a:hover,
.widget-title a:focus{ color: #EE1C25; text-decoration: none;}
.widget-title.flex{ display: flex;align-items: center;}
.widget-title.flex .slider-pager{ flex: 1;}
.widget-title .slider-pager{ display: flex;align-items: center;justify-content: end;padding-right: 20px;}
.widget-title .slider-pager > div{ height: 30px;width: 30px;display: flex;align-items: center;justify-content: center;background-color: rgba(0,0,0,0.05);color: #000;border-radius: 5px;font-size: 18px;margin-left: 20px;outline: none;}
.widget-title .slider-pager > div:hover{ background-color: #EE1C25;color: #fff;cursor: pointer;}

/* nav-tabs */
.nav-tabs{border-bottom:2px solid #ddd}
.nav-tabs li.active{margin-bottom:auto}
.nav-tabs li.active a{border:none;color:#EE1C25!important}
.nav-tabs li.active a:before{opacity:1}
.nav-tabs li a{position:relative;border:none!important;font-size:16px;color:#555}
.nav-tabs li a:before{opacity:0;background:#EE1C25 none repeat scroll 0 0;bottom:-2px;content:"";height:3px;left:0;position:absolute;right:0;width:100%}

/* filter-wrapper */
.filter-wrapper a{padding:0;color:#666;background-color: transparent;}

/* swiper */
.swiper-viewport{margin:0;z-index:1;position:relative;overflow:visible}
.swiper-viewport:hover .swiper-button-prev{opacity:.7!important;left:20px!important}
.swiper-viewport:hover .swiper-button-next{opacity:.7!important;right:20px!important}
.swiper-viewport .swiper-container{direction:ltr!important}

.swiper-viewport .swiper-pager{width:100%;position:absolute;top:50%;line-height:45px}
.swiper-viewport .swiper-pager .swiper-button-next,.swiper-viewport .swiper-pager .swiper-button-prev{width:50px;height:50px;text-align:center;line-height:46px;background:#fff;color:#555;border:2px solid #fff;z-index:2!important;background-image:none!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.swiper-viewport .swiper-pager .swiper-button-next:hover,.swiper-viewport .swiper-pager .swiper-button-prev:hover{color:#fff;border-color:#EE1C25;background:#EE1C25;opacity:1!important}
.swiper-viewport .swiper-pager .swiper-button-next:before,.swiper-viewport .swiper-pager .swiper-button-prev:before{content:"";font-family:FontAwesome;font-size:14px}
.swiper-viewport .swiper-pager .swiper-button-prev{left:10px}
.swiper-viewport .swiper-pager .swiper-button-prev:before{content:"\f053"}
.swiper-viewport .swiper-pager .swiper-button-next{right:10px}
.swiper-viewport .swiper-pager .swiper-button-next:before{content:"\f054"}

.swiper-viewport{ position: relative;}
.swiper-viewport .swiper-pagination{bottom:10px;width:100%;left: 0;}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet{margin:0 4px}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet:hover{ background:#555;}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet-active{ background:#EE1C25;}
.swiper-viewport .swiper-button-next.swiper-button-disabled,.swiper-viewport .swiper-button-prev.swiper-button-disabled{opacity:0;cursor:pointer;pointer-events:auto}

/* module-carousel */
.module-carousel .swiper-pagination{bottom:auto}

/* sidebar-widget */
.sidebar-widget{list-style:none;padding-left:0}
.sidebar-widget li{box-shadow:none;margin:10px 0 0;border-bottom:1px solid #e5e5e5}
.sidebar-widget li .category-href{display:inline-block;margin-bottom:10px;padding-left:18px;position:relative;color:#555}
.sidebar-widget li .category-href:before{content:'\f105';font-family:fontawesome;position:absolute;top:-3px;left:0;color:#555;font-size:16px}
.sidebar-widget li.active>a{color:#EE1C25}
.sidebar-widget ul{padding-left:20px;list-style:none}
.sidebar-widget ul li{padding:10px 0;margin-top:0;border-bottom:1px dashed #e4e4e4}
.sidebar-widget ul li:last-of-type{border:none}
.sidebar-widget ul li a{color:#777}
.sidebar-widget ul li a:hover{color:#EE1C25}
.sidebar-widget .toggle-icon{float:right;font-size:16px;padding:0 6px}
.sidebar-widget .toggle-icon i{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.sidebar-widget .toggle-icon.collapsed i{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}

/* product-category / product-manufacturer */
#product-category{ padding: 30px;margin-top: -20px;}
#product-category .row.category-description,#product-manufacturer .row.category-description{margin-bottom:26px}
#product-category .row.category-description p,#product-manufacturer .row.category-description p{margin-bottom:8px}
#product-category .subcategory-wrapper,#product-manufacturer .subcategory-wrapper{margin-bottom:15px;display:block;text-align:center;color:#000}
#product-category .subcategory-wrapper span,#product-manufacturer .subcategory-wrapper span{margin-top:4px;height:20px;line-height:20px;overflow:hidden;display:block;color:#000;}
#product-manufacturer-list .title{font-size:18px}
#product-manufacturer-list .manufacturer-list{border-bottom:1px solid #e4e4e4;border:1px solid #e4e4e4;padding:0 0 20px 0;margin-bottom:20px}
#product-manufacturer-list .manufacturer-list h2{border-bottom:1px solid #e4e4e4;background-color:#f6f6f6;padding:14px}
#product-manufacturer-list .manufacturer-list .image{text-align:center}
#product-manufacturer-list .manufacturer-list .image a{text-align:center;display:inline-block;padding:5px}

/* product-product */
#product-product .elevate-zoom-preview{margin-bottom:14px}
#product-product #product-thumbnail-gallery a.thumbnail{padding:0;margin-bottom:10px}
#product-product #product-thumbnail-gallery a.thumbnail.active{border-color:#EE1C25}
#product-product #product-thumbnail-gallery a.thumbnail:hover{border-color:#EE1C25;cursor:pointer}
#product-product h1{margin:0 0 16px;font-size:26px;line-height:26px}
#product-product h3{font-size:16px}

#product-product .product-description .form-group label{font-weight:500;text-transform:uppercase;font-size:14px}
#product-product #product .checkbox,#product-product #product .radio{display:inline-block;margin:0;font-size:14px;cursor:pointer}
#product-product #product .checkbox:hover span,#product-product #product .radio:hover span{border:2px solid #555;padding:5px 4px}
#product-product #product .checkbox img,#product-product #product .radio img{padding:0}
#product-product #product .checkbox input,#product-product #product .radio input{display:none}
#product-product #product .checkbox input:checked+span,#product-product #product .radio input:checked+span{border:2px solid #fff;padding:5px 4px}
#product-product #product .checkbox span,#product-product #product .radio span{display:block;position:relative;padding:6px 5px;margin-bottom:4px;text-align:center;color:#000;border:1px solid #ddd}
#product-product .product-attribute li{padding:3px 0}
#product-product .product-attribute li .title{color:#000;display:inline-block;width:100px}
#product-product .product-attribute li span{color:#999}
#product-product .tax-discounts-box{color:#000;list-style:none;padding-left:0;margin-bottom:14px}
#product-product .product-price-wrapper{font-size:26px;border-bottom:1px solid #eee;margin:10px 0 17px;padding-bottom:14px;color: #EE1C25}
#product-product .product-price-wrapper .price-new{font-weight:700;color:#EE1C25}
#product-product .product-price-wrapper .price-old{color:#999;font-size:18px;margin-left:4px}
#product-product .product-price-wrapper .points{font-size:16px}
#product-product .product-cart-action{overflow:hidden;margin:24px 0 30px}
#product-product .product-cart-action .form-control,#product-product .product-cart-action button{height:46px}
#product-product .product-cart-action button{ border-radius: 0;}
#product-product .product-cart-action .form-control{border-top: none;border-left: none;border-right: none;border-bottom-color: #EE1C25;}
#product-product .product-cart-action .quantity-input-wrapper{float:left;width:110px;margin-right:20px;position:relative;}
#product-product .product-cart-action .quantity-input-wrapper a{right:1px;position:absolute;width:23px;height:23px;font-size:16px;text-align:center;line-height:23px;color: #000;}
#product-product .product-cart-action .quantity-input-wrapper a.quantity-up{top:1px}
#product-product .product-cart-action .quantity-input-wrapper a.quantity-down{bottom:1px}
#product-product .product-cart-action .quantity-input-wrapper a:hover,
#product-product .product-cart-action .quantity-input-wrapper a:focus{background-color:#EE1C25;color:#fff;text-decoration:none}
#product-product .product-cart-action #button-cart{float:left;margin-right:20px;padding:8px 34px 8px 53px;position:relative;font-size:16px}
#product-product .product-cart-action #button-cart:before{content:"\f07a";font-family:FontAwesome;position:absolute;top:10px;left:20px;font-size:18px}
#product-product .product-cart-action .wishlist-share{float:left}

#product-product .product-cart-action .wishlist-share button{padding:8px 16px;margin-right:6px}
#product-product .stars-box .rating{float:left;margin:-3px 20px 0 0}
#product-product .stars-box .rating span{font-size:16px}
#product-product .stars-box .more-review a{color:#666}
#product-product .tab-content{padding:20px;margin:20px 0 20px;border:1px solid #e4e4e4}
#product-product .tab-content img{max-width:100%}
#account-account h2{padding-bottom:11px;border-bottom:1px solid #eee}

/* account-account */
#account-account .list-unstyled{margin-bottom:25px}
#account-account .list-unstyled a{position:relative;display:block;padding:6px 0 6px 22px;font-size:14px;color:#666;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}
#account-account .list-unstyled a:hover{padding-left:32px;color:#EE1C25}
#account-account .list-unstyled a:hover:before{color:#EE1C25}
#account-account .list-unstyled a:before{content:'\f178';font-family:fontawesome;position:absolute;top:6px;left:0;color:#bbb}

/* quick-checkout-wrapper */
.quick-checkout-wrapper{margin-bottom:20px}
.quick-checkout-wrapper .checkout-section{margin-bottom:30px;padding:8px;position:relative;border:1px solid rgba(0,0,0,0.05);}
.quick-checkout-wrapper .checkout-section h2{padding:10px;margin:0 0 10px 0;font-size:14px;font-weight:700;background-color:#f3f3f3;color:#000}
.quick-checkout-wrapper .checkout-section legend{font-size:14px}
.quick-checkout-wrapper #login-section .form-group,.quick-checkout-wrapper #payment-address-section .form-group,.quick-checkout-wrapper #shipping-address-section .form-group{overflow:hidden;display:block;clear:both}
.quick-checkout-wrapper #login-section .form-group label.control-label,.quick-checkout-wrapper #payment-address-section .form-group label.control-label,.quick-checkout-wrapper #shipping-address-section .form-group label.control-label{display:block;float:left;width:35%;padding:0;margin-bottom:0;min-height:34px;line-height:34px}
.quick-checkout-wrapper #login-section .form-group input,.quick-checkout-wrapper #login-section .form-group select,.quick-checkout-wrapper #payment-address-section .form-group input,.quick-checkout-wrapper #payment-address-section .form-group select,.quick-checkout-wrapper #shipping-address-section .form-group input,.quick-checkout-wrapper #shipping-address-section .form-group select{width:65%;float:left}
.quick-checkout-wrapper #shipping-address-section .form-group .col-sm-10{float:left;width:65%;padding:0}
.quick-checkout-wrapper #shipping-address-section .form-group .col-sm-10 input,.quick-checkout-wrapper #shipping-address-section .form-group .col-sm-10 select{width:100%;float:none}
.quick-checkout-wrapper .loading-mask{z-index:1000;position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:.1}

.quick-checkout-wrapper .left-section-wrapper>.loading-mask,.quick-checkout-wrapper .right-section-wrapper>.loading-mask{left:15px;right:15px}
.quick-checkout-wrapper .text-danger{padding:0 5px;margin-left:5px;background:#a94442;color:#fff;display:inline-block}
.quick-checkout-wrapper #button-submit{padding:10px 12px;font-size:16px}

/* quick-checkout-connect */
#quick-checkout-connect .quick-checkout-connect-wrapper{margin-top:30px}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info{text-align:center}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info i{font-size:120px;color:#dedede}
#quick-checkout-connect .quick-checkout-connect-wrapper #payment-confirm-wrapper{margin-top:30px}
#quick-checkout-connect .quick-checkout-connect-wrapper #payment-confirm-wrapper .buttons{margin-top:15px;margin-bottom:15px}
#quick-checkout-connect .quick-checkout-connect-wrapper #payment-confirm-wrapper .buttons .pull-right{float:none!important;text-align:center}

/* account-login */
.account-wrapper-box{ background-color: rgba(0,0,0,0.05);border-radius: 5px;margin-bottom: 20px;padding: 20px;}
#account-login{max-height:252px;margin: 0 -20px -20px -20px;display:table;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat}
/* #account-login .breadcrumb{display:none} */
#account-login .alert{margin-top:15px}
#account-login .login-wrapper{padding:34px 30px 48px;margin:78px auto;background-color:#fff;margin-right:0;-webkit-box-shadow:0 1px 14px 0 rgba(0,0,0,.2);box-shadow:0 1px 14px 0 rgba(0,0,0,.2);border:none;border-radius:2px}

#account-login .login-wrapper h2{text-align:center;padding-bottom:20px;font-size:24px;margin-bottom:22px;border-bottom:1px solid #eee}
#account-login .login-wrapper label{font-size:16px;font-weight:500}
#account-login .login-wrapper input{height:48px}

#account-login .login-wrapper .register-box{overflow:hidden}
#account-login .login-wrapper input[type=submit]{margin-top:14px;width:100%;font-size:16px}

/* product-compare */
#product-compare .table-bordered{text-align:center}
#product-compare .product-name{color:#EE1C25}
#product-compare .compaer-price{font-size:16px;color:#EE1C25;font-weight:600}
#product-compare .compaer-price .price-old{font-weight:500;color:#888;text-decoration:line-through}
#product-compare .rating .rating-list{margin-top:6px}
#product-compare .compare-button a,#product-compare .compare-button input{display:inline-block;width:47%}

/* common-maintenance */
#common-maintenance .message{margin-top:75px;margin-bottom:75px;text-align:center}

/* account-list-style */
.account-list-style a { display: block; background-color: #fff; border:1px solid rgba(0,0,0,0.5); border-radius: 4px; text-align: center; padding:20px 10px;margin-bottom: 20px; color: #000;}
.account-list-style a:hover{ border-color: #EE1C25;background-color: #EE1C25;color: #fff;}
.account-list-style a i {  font-size:2em; display: block;margin-bottom: 10px }

/* contact_box */
.contact_box {background-color: #edf2fa;}
.contact_box .contact_box_content { padding:60px 30px;}
.contact_box .contact_box_content h3 { color:#777;font-size: 22px;margin:0;padding:0; margin-bottom:3px;}
.contact_box .contact_box_content ul.social { list-style:none; margin:0; padding:0; text-align:left;}
.contact_box .contact_box_content ul.social li { display:inline-block;zoom: 1;}
.contact_box .contact_box_content ul.social li a {font-size:18px; display: block; width: 38px; height: 38px; text-align: center; line-height: 38px; margin:1px;background-color:#EE1C25; color: #FFF; border-radius: 500px;}
.contact_box .contact_box_content ul.social li a:hover {filter: Alpha(Opacity=80);opacity: 0.8;}
.contact_box .contact_box_content p { margin-bottom:5px; color:#888;}
.contact_box .contact_box_content p.title { font-size:18px;}
.contact_box_image { width:100%; height:280px;background-image: url(../image/store_image.jpg);background-size: cover;background-position: center center;background-repeat: no-repeat;}

/* imgeffect */
.imgeffect {filter: Alpha(Opacity=100);opacity: 1;}
.imgeffect:hover {filter: Alpha(Opacity=78);opacity: 0.78;-webkit-transition:all .3s;  -moz-transition:all .5s;  -o-transition:all .3s;   -ms-transition:all .3s; transition:all .3s;}

/* news_box */
.index_news_list{padding:30px 0;}
.news_box { position: relative;border-bottom: 1px solid rgba(0,0,0,0.1);overflow: hidden;display: flex;padding-bottom: 20px;margin-bottom: 20px;transition: all 0.3s ease;}
.news_box .content{padding:0 0 0 20px;flex: 1;min-height: 145px;max-width:calc(100% - 165px);}
.news_box .cover { display: block;width:145px;}
.news_box .title { margin-bottom: 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news_box .title a{color: #EE1C25;font-size: 16px;line-height: 100%;}
.news_box .title a:hover{ color: #EE1C25;}
.news_box .details{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-clamp: 2;overflow: hidden;margin-bottom: 20px;}
.news_box .details,.news_box .details a{ color: #888;}
.news_box .date{ margin-bottom: 10px;color: #999999;}
.news_box .more a{ display: inline-block;padding: 10px 20px;color: #000;background-color: transparent;border: 1px solid #ddd;}
.news_box .more a:hover{ text-decoration: none;color: #fff;background-color: #EE1C25;border-color: #EE1C25;}
.news_box img { margin:auto;}

/*wechat-bind-tabs*/
.wechat-bind-tabs>li>a{border-radius: 30px;font-size: 16px;}

/*wechat-bind-top*/
.wechat-bind-avatar{width: 46px;height:46px;margin-right:15px;border-radius: 50%;background-color: #e6e6e6;display: inline-block;vertical-align: middle;overflow:hidden;}
.wechat-bind-avatar>img{width: 46px;height: 46px;}

a{ color: #EE1C25;}
a:focus, a:hover{ color: #EE1C25;}
.full-width{width: 100vw;position: relative;left: 50%;margin: 0px -50vw;}

#top .social-link{ margin: 0 20px 0 0;display: flex;align-items: center;flex: 1;}
#top .social-link img{ height: 20px;}
#top .social-link > li > a:hover,
#top .social-link > li > a:focus{ opacity: 0.8;}
#top .social-link > li:last-child{ padding-left: 20px;border-left: 1px solid #E6E6E6;color: #808080;}

/*.module-slideshow{width: 100vw;position: relative;left: 50%;margin: 0px -50vw 20px -50vw !important;}*/
.page-title-box{padding: 20px;margin-bottom: 20px;background-color: #f6f6f6;}
.page-title-box .page-title{font-size: 28px;line-height: 100%;color: #EE1C25;margin: 0 0 20px 0;}
.page-title-box .breadcrumb{ padding: 0;margin: 0;background-color: unset;}
.page-title-box .breadcrumb > li{ text-shadow: none;color: #000;}
.page-title-box .breadcrumb > li a{ color: #999;}
.page-title-box .breadcrumb > li a:hover,
.page-title-box .breadcrumb > li a:focus{ color: #EE1C25;}
footer hr{ border-color: #ddd;margin:50px 0;}
footer{ padding:30px 0 0 0;color: #fff;background-color: #EE1C25;}
footer a{ color: #fff;}
.footer-link .border{ margin:0 -20px 30px -20px;display: flex;}
.footer-link .border .box:nth-child(1){flex: 2;}
.footer-link .border .box:nth-child(2){flex: 3;}
.footer-link .border .box{padding: 0 20px;flex: 1;}
.footer-link .footer-logo{ margin-bottom: 20px;}
.footer-link .footer-logo img{ height: 140px;}
.footer-link .details{ color: #fff;display: none;}
.social-link{ margin: 20px 0 0 0; padding: 0;}
.social-link > li{ display: inline-block;margin: 0 20px 0 0;}
.social-link > li > a{font-size: 24px;color: #fff;line-height: 100%;display: flex;align-items: center;}
.social-link > li > a:hover,.social-link > li > a:focus{ color: #fff;opacity: 0.8;}
.footer-link .footer-title{ font-size: 18px; margin-bottom: 20px;color: #fff;}
.footer-link .link{ margin: 0 0 20px 0;padding: 0;font-size: 0;line-height: 0;}
.footer-link .link > li{ list-style-type: none;font-size: 14px;line-height: 140%;margin-bottom: 10px;color: rgba(255,255,255,0.8);word-break: break-word;}
.footer-link .link > li a{ color: #fff;}
.footer-link .link > li a:hover,
.footer-link .link > li a:focus{ opacity: 0.8;}
.footer-link p{ margin-bottom: 10px;}
.footer-link .payment{ display: flex;align-items: center;}
.footer-link .payment span{ margin-right: 10px;}
.index-box.pb-3{padding-bottom: 30px;}
.pagination>li>a, .pagination>li>span{color: #EE1C25;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{    background-color: #EE1C25;border-color: #EE1C25;}
.cart-form thead{ background-color: #EE1C25;color: #fff;}
.index-category-box{ margin-bottom: 20px;}
.index-category-box a{ display: block;border-radius: 10px;position: relative;overflow: hidden;}
.index-category-box a::after{ content: "";width: 100%;height: 100%;display: block;position: absolute; left: 0;top: 0;background-color: rgba(0,0,0,0.2);transition: all 0.3s ease;}
.index-category-box a:hover::after{ opacity: 0;}
.index-category-box a .title{ position: absolute;bottom: 0;left: 0;right: 0;padding: 20px;font-size: 24px;line-height: 100%;color: #fff;z-index: 2;transition: all 0.3s ease;}
.index-category-box a:hover .title{ text-shadow: 0 0 10px rgba(0,0,0,0.8);}
.category-pagination{ text-align: center;margin-bottom: 20px;}
.category-pagination span{ margin: 0 5px;}
.payment-box{display: flex;align-items: center;}
.payment-box .phone-icon{ display: none;}
.payment-box .text{ margin-left: 20px;}
.payment-box .title{font-size: 16px;font-weight: bold;color: #000;}
.payment-box .details{ color: #666;margin-top: 5px;}
#payment-method-section .radio input[type=radio]{top: 50%;margin-top: -6px;}
#button-sms{background-color: #EE1C25;border-color: #EE1C25;}
#button-sms:hover,
#button-sms:focus,
#button-sms:active{background-color: #EE1C25;border-color: #EE1C25;opacity: 0.8;}
.index-products{width: 100vw;position: relative;left: 50%;margin: 20px -50vw;background-image: url("../image/index-products-bg.png");background-repeat: no-repeat;background-position: center center;background-size: cover;padding: 20px 0;}
.index-products > img{ width: 100%;}
.index-products > img.index-products-before{ margin-bottom: 20px;}
.category-pagination .swiper-pagination-bullet-active{ background-color: #EE1C25;}

/*eway-payment-form-box*/
#eway-payment-form-box > p{ margin-bottom: 10px;}
#eway-payment-form-box .well{ margin: 0;}

/*img-upload-label*/
.img-upload-label{
  position: relative;
  padding: 10px;
  background: #3ab539;
  color: #FFF;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: block;
}
.img-upload-label:hover{
  opacity: 0.8;
}
.img-upload-label #fileinp{
  position: absolute;
  width:100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size:0px;
  opacity: 0;
  cursor: pointer;
}
.img-upload-label #btn{
  margin-right: 5px;
  border: none;
  background-color: rgba(0,0,0,0);
}
.img-upload-label #text{
  color: #000;
}
.index-more a{ display: inline-block;padding: 10px 20px; border: 1px solid #EE1C25;background-color: #EE1C25;color: #fff;border-radius: 5px;transition: all 0.3s ease;}
.index-more a:hover,
.index-more a:focus{ text-decoration: none;}
.index-more a i{ width:0px;opacity: 0;transition: all 0.3s ease;color: #fff;}
.index-more a:hover i{width:5px;opacity: 1; margin-left: 10px;}

/*mobile-menu-btn*/
.mobile-menu-btn{ display: inline-block;position: relative;top: 2px;z-index: 0;}
.mobile-menu-btn a{ font-size: 16px;position: relative;top: auto;width: auto;display: inline-block;padding-left: 35px;line-height: 24px;}
.mobile-menu-btn a:hover{ color: #EE1C25;text-decoration: none;}
.mobile-menu-btn a .close {width: 35px;top: 50%;transform: translateY(-50%);transform-origin: 50% 50%;opacity: 1 !important;}
.mobile-menu-btn a .close,
.mobile-menu-btn a .close::before,
.mobile-menu-btn a .close::after {display: block;position: absolute;left: 0;height: 3px;background: #EE1C25;transition: all .25s ease;border-radius: 3px;}
.mobile-menu-btn a .close::before,
.mobile-menu-btn a .close::after {content: '';width: 100%;}
.mobile-menu-btn a .close::before {top: -10px;}
.mobile-menu-btn a .close::after {bottom: -10px;}
.mobile-menu-btn a.toggle-open .close {background: rgba(0, 0, 0, 0);transform: rotate(45deg);}
.mobile-menu-btn a.toggle-open .close::before {transform: translate3d(0, 10px, 0);}
.mobile-menu-btn a.toggle-open .close::after {transform: rotate(-90deg) translate3d(11px, 0, 0);}
.mobile-menu-btn a:hover .close,
.mobile-menu-btn a:hover .close::before,
.mobile-menu-btn a:hover .close::after,
.mobile-menu-btn a.toggle-open .close,
.mobile-menu-btn a.toggle-open .close::before,
.mobile-menu-btn a.toggle-open .close::after {background: #EE1C25;}
.hc-offcanvas-nav{font-family: "Noto Serif HK", serif !important;}
.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after{box-sizing:unset;}

legend{ color: #000;margin-bottom: 20px;padding-bottom: 20px;}
.layui-layer{ color: #000;}
.panel-default{ color: #000;background-color: rgba(0,0,0,0.03);border-color: rgba(0,0,0,0.1);}
.index-block{ padding: 30px;}
.table-hover>tbody>tr:hover{ background-color: rgba(0,0,0,0.05);}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{ border-color: #ddd;}
.form-control{background-color: #fff;border-color: #e3e3e3;color: #666;}
.well{ background-color: #e3e3e3;border-color: #e3e3e3;}
select option{ color: #000;}
.fixed-whatsApp{ position: fixed;bottom: 20px;right: 20px;z-index: 2;}
.fixed-whatsApp a{background-color: #25D366;color: #fff;font-size: 16px;line-height: 100%;padding: 15px;border-radius: 5px;font-family:"微软雅黑","黑体",Helvetica,Arial,sans-serif;display: block;}
.fixed-whatsApp a:hover,
.fixed-whatsApp a:focus{ text-decoration: none;color: #fff;opacity: 0.8;}
.fixed-whatsApp i{ margin-right: 5px;font-size: 18px;}
.index-contact{ background-image: url("../image/footer-contact-bg.png");background-repeat: no-repeat;background-position: center center;background-size: cover;}
.index-contact .border{ padding: 150px 50px;background-color: rgba(0,0,0,0.5);color: #fff;text-align: center;max-width: 660px;margin: auto;}
.index-contact .border .title{ font-size: 36px;line-height: 100%;margin-bottom: 20px;}
.index-contact .border .sub-title{ font-size: 24px;line-height: 100%;margin-bottom: 20px;}
.index-contact .border .details{ font-size: 16px;line-height: 140%;margin-bottom: 20px;}
.index-contact .border .index-more a{border-color: #fff;color: #fff;}

.news-type{margin: 0 0 20px 0;padding: 0;font-size: 0;line-height: 0;}
.news-type > li{ display: inline-block;font-size: 14px;line-height: 120%;margin-right: 20px;list-style-type: none;margin-bottom: 10px;}
.news-type > li > a{ display: block;padding: 10px 15px;border: 1px solid #fff;color: #fff;border-radius: 5px;}
.news-type > li > a:hover,
.news-type > li > a:focus,
.news-type > li.active > a{ background-color: #EE1C25;color: #fff;text-decoration: none;border-color: #EE1C25;}

.module-slideshow .swiper-pagination-bullet{ background-color: #fff;}
.module-latest { position: relative;}

#tab-email legend{ color: #000;}

.module-slideshow{ margin: 20px 0;}
.index-layout > .flex-box{ display: flex;}
.index-layout > .flex-box > .left{ width: 20%;margin-right: 20px;}
.index-layout > .flex-box > .right{ flex: 1;width: 0;}
.index-layout .right .module-slideshow{ margin-top: 0;}

.index-left-box{ margin: 0 0 20px 0;border: 1px solid #ddd;border-radius: 5px;overflow: hidden;padding: 0;}
.index-left-box > .title{ margin:-1px -1px 0 -1px;}
.index-left-box > .title span{ display: inline-block;background-color: #EE1C25;padding: 20px;}
.index-left-box > .title span{font-size: 18px;line-height: 100%;background-color: #eb102d;display: inline-block;padding: 20px 30px;margin-right: 36px;color: #fff;position: relative;}
.index-left-box > .title span::after{ content: "";width: 36px;height: 100%;display: block;position: absolute;left: calc(100% - 1px);top: 0;background-image: url("../image/index-title-after.svg");background-repeat: no-repeat;background-position: left center;background-size: auto 100%;}
.index-left-box > li{ border: 0;}
.index-left-box .panel{ margin: 0;padding: 10px;}
.index-left-box .panel .category-href{ display: block;padding: 10px;border-radius: 5px;margin-bottom: 5px;}
.index-left-box .panel .category-href::before{ display: none;}
.index-left-box .panel .category-href:hover{ background-color: #EE1C25;color: #fff;text-decoration: none;}
.index-left-box .panel-collapse{ padding: 0;margin: 0;}
.index-left-box .panel-collapse > li{ border: 0;padding: 0;margin-bottom: 5px;}
.index-left-box .panel-collapse > li:last-child{ margin-bottom: 0;}
.index-left-box .panel-collapse > li > a{ display: block;padding: 10px;border-radius: 5px;}
.index-left-box .panel-collapse > li > a:hover{ background-color: #EE1C25;color: #fff;text-decoration: none;}
.index-left-box select{ padding: 10px;border-radius: 5px;font-size: 16px;border-color: #dedede;margin: 20px;width: calc(100% - 40px);}
.index-social-link.index-left-box > li{ margin: 20px;list-style-type: none;}
.index-social-link.index-left-box > li > a{ display: block;text-align: center;background-color: #EE1C25;color: #fff;font-size: 16px;line-height: 100%;padding: 15px;border-radius: 5px;}
.index-social-link.index-left-box > li > a:hover,
.index-social-link.index-left-box > li > a:focus{ text-decoration: none;opacity: 0.8;}
.index-social-link.index-left-box > li:nth-child(2) > a{ background-color: #0071bc;}
.index-social-link.index-left-box > li:nth-child(3) > a{ background-color: #CA0066;}
.index-social-link.index-left-box > li:nth-child(4) > a{ background-color: #22B573;}

/*
  media query
*/

@media screen and (max-width: 767px){
  .dropup,.dropdown{position:relative}
  .dropdown-toggle{*margin-bottom:-3px}
  .dropdown-toggle:active,.open .dropdown-toggle{outline:0}
  .caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}
  .dropdown .caret{margin-top:8px;margin-left:2px}
  .phone-dropdown-menu{position:absolute;top:120%;left:0;z-index:1000;display:none;float:left;min-width:120px;padding:0;margin:0;list-style:none;background-color:#fff;*border-right-width:2px;*border-bottom-width:2px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;text-align:center; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
  .phone-dropdown-menu.pull-right{right:0;left:auto}
  .phone-dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}
  .phone-dropdown-menu>li>a{display:block;padding:8px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}
  .phone-dropdown-menu>li>a:hover,.phone-dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none}
  .phone-dropdown-menu>.active>a,.phone-dropdown-menu>.active>a:hover,.phone-dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0}
  .phone-dropdown-menu>.disabled>a,.phone-dropdown-menu>.disabled>a:hover,.phone-dropdown-menu>.disabled>a:focus{color:#999}
  .phone-dropdown-menu>.disabled>a:hover,.phone-dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
  .open{*z-index:1000}
  .open>.dropdown-menu{display:block}
  .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
  .pull-right>.dropdown-menu{right:0;left:auto}
  .dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}
  .dropup .phone-dropdown-menu,.navbar-fixed-bottom .dropdown .phone-dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
  .dropdown-submenu{position:relative}
  .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px}
  .dropdown-submenu:hover>.dropdown-menu{display:block}
  .dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px}
  .dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}
  .dropdown-submenu:hover>a:after{border-left-color:#fff}
  .dropdown-submenu.pull-left{float:none}
  .dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px}
  nav .caret{ display: none;}
  }

/* >=992 */
@media (min-width:992px){

  /* quick-checkout-wrapper */
  .quick-checkout-wrapper .left-section-wrapper #shipping-new .form-group{margin-bottom:10px}
  .quick-checkout-wrapper .left-section-wrapper #shipping-new .form-group label{min-height:24px;line-height:24px;width:100%;font-weight:700;padding-top:0!important;margin-bottom:5px!important;text-align:left!important}
  .quick-checkout-wrapper .left-section-wrapper #shipping-new .form-group .col-sm-10{width:100%}

  /* account-login */
  /* #account-login{min-height:600px} */

}

/* >=768 */
@media (min-width:768px){

  /* footer */
  footer ul.list-unstyled li:hover a{margin-left:11px}

  /* swiper */
  .swiper-viewport .swiper-pager .swiper-button-prev{opacity:0;left:-20px}
  .swiper-viewport .swiper-pager .swiper-button-next{opacity:0;right:-20px}

  /* product-product */
  #product-product .product-description{padding-left:30px}

  /* account-login */
  #account-login .login-wrapper{width:420px}

}

/* <=992 */
@media (max-width:991px){

  .container{ width: auto;}
  .index-layout > .flex-box{ display: block;}
  .index-layout > .flex-box > .left{ width: auto;margin: 0;}
  .index-layout > .flex-box > .right{ width: auto;}
  
  .index-social-link,#category-module{ display: none;}

  /* body */
  body:before{ content:'';background:rgba(41,45,53,.5);position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;z-index:-1;pointer-events:none;transition:.3s opacity;}

  /* header */
  header #logo{text-align:center}

  /* top-search */
  .top-search{ display: none;}

  /* side-title */
  .side-title{text-align:center;font-size:20px;font-weight:700;margin:20px -10px 0 -10px;border-bottom:1px solid #e5e5e5;padding-bottom:20px}

  /* footer-info */
  .footer-info .row>div:last-child .footer-info-item{ margin-top: 40px;}
}

/* <=768 */
@media (max-width:768px){

  /* wrapper */
  .wrapper{ margin: 0; padding-bottom:56px;}

  /* footer */
  footer{ padding:15px 0 0;}
  footer h5{font-size:14px;margin-bottom:8px}
  footer ul.list-unstyled li{padding:5px 0}
  footer .fixed-shortcut-wrapper a{background-color:rgba(255,255,255,.7)}

  /* footer-share */
  .footer-share{ text-align: center;}

  /* menu-mobile */
  .menu-mobile{ display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 2; background-color: rgba(0,0,0,0.8);; color: #FFF;}
  .menu-mobile-list{ display: flex; flex-direction: row;}
  .menu-mobile-list .item{ width: 25%; text-align: center;}
  .menu-mobile-list a{ display: block; line-height: 36px; color: #FFF; font-size:24px; padding: 10px 0;}
  .menu-mobile-list a:hover{ background: rgba(0,0,0,0.9);}

  /* product-wrapper */
  .product-wrapper .product-layout.col-xs-6:nth-child(2n+1){padding-right:7.5px}
  .product-wrapper .product-layout.col-xs-6:nth-child(2n+2){padding-left:7.5px}

  /* product-thumb */
  .product-thumb .price{font-size:15px}
  .product-thumb .price .price-old{font-size:13px}

  /* swiper */
  .swiper-viewport{margin:0 0 20px 0;}
  .swiper-viewport .swiper-pager .swiper-button-next,.swiper-viewport .swiper-pager .swiper-button-prev{display:none}

  /* bsBox */
  #bsBox{width:90%!important;left:5%!important;margin-left:0!important}
  #bsBox #bsMorePanel,#bsBox .bsTop{width:100%!important}

  /* fancybox-nav */
  .fancybox-nav span{visibility:visible!important}

  /* product-product */
  #product-product h1{font-size:20px}
  #product-product .product-cart-action .wishlist-share{margin-top:8px}

  /* account-account */
  #account-account h2{font-size:17px}
  #account-account .list-unstyled{margin-bottom:12px}
  #account-account .list-unstyled a{font-size:14px;padding:5px 0 5px 22px}
  #account-account .list-unstyled a:before{top:5px}

  /* checkout-cart */
  #checkout-cart .product-name{white-space:inherit}
  #checkout-cart .product-name a.name{width:150px;display:block}

  /* account-login */
  #account-login .login-wrapper{margin:30px auto;padding:20px 15px;}
  #account-login .login-wrapper input{height:40px}

  /* nav */
  header .flex-box{ justify-content: center;}
  nav#top .topbar a,nav#top .topbar button{ font-size:16px;}

  /* 2022-11-09 */
  #menu #main-nav{ display: block;}
  .index-products{ left: auto;width: auto;margin: 20px -15px;}
  .index_news_list{ padding: 0;}
  .news_box .content{ padding: 10px;max-width:calc(100% - 100px);min-height: auto;padding:0 0 0 10px;}
  .news_box .cover img{min-width: 90px;}
  .news_box .title{ margin-bottom: 5px;}
  .news_box .date{ margin-bottom: 5px;}
  .news_box .more a{ padding: 5px 10px;font-size: 12px;}
  #menu{ margin: 0;display: none;}
  nav#top > div{ justify-content: center;}
  .index-slogan{ padding: 20px 0 0 0;}
  .index-slogan ul{ flex-wrap: wrap;margin: 0;}
  .index-slogan ul > li{padding: 0;flex: auto;border: none;margin-bottom: 20px;}
  .index-slogan ul > li:nth-child(1){ padding-right: 20px;width: calc(50% - 21px);border-right: 1px solid #ddd;}
  .index-slogan ul > li:nth-child(2){ padding-left: 20px;width: calc(50% - 20px);}
  .index-slogan ul > li:nth-child(3){ padding-right: 20px;width: calc(50% - 21px);border-right: 1px solid #ddd;}
  .index-slogan ul > li:nth-child(4){ padding-left: 20px;width: calc(50% - 20px);}
  .index-slogan ul > li .box .icon{ margin-right: 10px;}
  .index-slogan ul > li .box .text .title{ font-size: 16px;}
  .index-slogan ul > li .box .details{ font-size: 12px;}

  /*20230106*/
  .payment-box .phone-icon{ display: block;}
  .payment-box .desktop-icon{ display: none;}
  .payment-box .text{ margin-left: 10px;}
  .index-box .product-thumb .image img{ width: 100%;}

  header #logo img{ max-height: 60px;}
  header > div > .row{ display: block;}
  header .flex-box .nav-box{ width: auto;;}
  header .flex-box #logo{ margin-right: 20px;flex: 1;text-align: left;width: auto;}
  .index-about .flex-box .item{ width: 100%;margin-bottom: 20px;}
  .index-about .flex-box .item:last-child{ margin-bottom: 0;}

  .fixed-whatsApp{ bottom: 76px;}
  .fixed-whatsApp a span{ display: none;}
  .fixed-whatsApp a i{ margin: 0;}

  nav#top #top-links .dropdown-menu{ left: auto;right: 0;}
  .page-title-box{ padding: 20px;width: auto;margin: 0 0 20px 0 !important;left: auto;}
  #account-login{ margin: 0;max-height:none;}
  .block-box{ text-align: center;}
  .logo-border{ padding: 0;display: flex;align-items: center;}
  .index-contact .border{ padding: 30px 10px;}

  .footer-link .border{ flex-wrap: wrap;margin:0 -10px;}
  .footer-link .border .box:nth-child(1),
  .footer-link .border .box:nth-child(2){width: calc(100% - 20px);flex: auto;margin-bottom: 20px;}
  .footer-link .border .box{padding: 0 10px;flex: auto;width: calc(50% - 20px);}
}