body{
    /*background-color: #f2f2f2;*/
}
.st .pull-right .dropdown-menu{
    left:auto;
    right:0;
}
.st .pagination a,.st .breadcrumb a{
    color:#333;
}
/*div高度*/
.st-h5{
    height: 5px;
    line-height: 5px;
}
.st-h10{
    height: 10px;
    line-height: 10px;
}
.st-h20{
    height: 20px;
    line-height: 20px;
}
.st-h50{
    height: 50px;
    line-height: 50px;
}
.st-h100{
    height: 100px;
    line-height: 50px;
}
.st-navtip .alert{
    margin-bottom: 5px;
    text-align: center;
}
.st-navtip > div:first-child > div.alert{
    margin-top: 5px;
}
/*导航区域-顶部*/
.st-navtop{
    height: 30px;
    line-height: 30px;
    background-color:#FAFAFA;
    border-bottom:1px solid #e9e9e9;
}
.st-navtop li a:hover,.st-navtop li a:hover i{
    color:#4285F4;
    background:none;
}
.st-navtop-items > li > a{
    font-size:12px;
    color:#666;
    padding-top: 0;
    padding-bottom: 0;
}
.st-navtop-items > li:first-child > a{
    padding-left: 0;
}
.st-navtop-items > li:last-child > a{
    padding-right: 0;
}
.st-navtop-items > li a font{
    display: inline-block;
    padding:0 5px;
}
.st-navtop-items > li > a > i{
    color:#999;
}
/*导航区域-品牌和搜索*/
.st-navbrand{
    height: 90px;
    background: #ffffff;
}
.st-navbrand-logo{
    max-width: 200px;
    min-width: 170px;
    padding-top: 10px;
}
.st-navbrand-slogan{
    line-height: 90px;
    font-style:italic;
}
.st-navbrand-search{
    padding-top:25px;
}
.st-navbrand-search .input-group-addon{
    background-color: #4285F4;
    border: 2px solid #4285F4;
    cursor: pointer;
}
.st-navbrand-search input{
    border: 2px solid #4285F4;
}
.st-navbrand-search .input-group-addon i{
    color: #ffffff;
}
.st-navbrand-cart{
    position: relative;
    cursor: pointer;
    padding-top:30px;
}
.st-navbrand-cart a{
    display: inline-block;
    color:#666;
}
.st-navbrand-cart i{
    position: relative;
    font-size: 28px;
    color:#666;
}
.st-navbrand-cart .badge{
    position: absolute;
    bottom:29px;
    left: 4px;
    background-color: #EA4335;
    color:#ffffff;
    width:24px;
    padding:3px;
}
.st-navbrand-cart i:hover,.st-navbrand-cart a:hover{
    color:#999;
    text-decoration: none;
}
/*导航区域-菜单*/
.st-navmenu{
    background-color: #F9F9F9;
    border-top:1px solid #e9e9e9;
}
.st-navmenu .nav > li > a{
    height: 44px;
    line-height: 44px;
    color:#666;
    border-radius: 0;
    padding:0;
    margin-right: 30px;
}
.st-navmenu .nav > li > a:hover{
    color:#080808;
    background:none;
    border-radius: 0;
    border-bottom: 3px solid #EA4335;
}
#products{
    position: relative;
}
.st-allcat{
    display: none;
    position: absolute;
    top:44px;
    left: 0;
    z-index: 999;
    width: 240px;
    box-shadow: none;
    border-radius: 0;
    border-right:none;
}
.st-allcat-items{
    border: none;
    box-shadow: none;
}
.st-allcat-items > li{
    padding:0;
    margin:0;
    border:none;
}
.st-allcat-items > li > a{
    color:#666;
    text-decoration: none;
    display:inline-block;
    padding: 0 8px;
    width:100%;
    height: 35px;
    line-height: 35px;
    border:1px solid #ddd;
    border-left: 1px solid #ffffff;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
.st-allcat-items > li > a > i{
    padding-right:5px;
    color:#BCBCBC;
    font-size: 16px;
}
.st-allcat-items > li.active > a{
    background-color:#ffffff;
    color: orange;
    text-shadow:none;
    border-right: none;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-radius: 0;
}
.st-allcat-items > li.active:last-child > a{
    border-bottom:1px solid #ffffff;
}
.st-allcat-items > li.active:first-child > a{
    border-top:1px solid #ffffff;
}
.st-allcat-items > li.active > a > i{
    color: orange;
}
.st-allcat-content{
    display: none;
    position: absolute;
    top:-1px;
    left:238px;
    background-color: #ffffff;
}
.st-allcat-content-item{
    width:490px;
    min-height: 400px;
    border: 1px solid #ddd;
    padding:0 15px;
    padding-right: 0;
    overflow-x: hidden;
}
.st-allcat-content-item > dl{
    width: 50%;
    /*min-height: 230px;*/
    float: left;
    margin: 15px 0;
}
.st-allcat-content-item > dl > dt{
    border-bottom: 1px solid #ddd;
    margin-right: 15px;
    margin-bottom: 7px;
    padding:5px 0;
    padding-top:0;
}
.st-allcat-content-item > dl > dt > a{
    color:#333;
    text-decoration: none;
}
.st-allcat-content-item > dl > dd{
    line-height: 25px;
}
.st-allcat-content-item > dl > dd > i{
    font-size:18px;
    color:#999;
    vertical-align: middle;
    padding-right: 2px;
}
.st-allcat-content-item > dl > dd > a{
    color:#666;
    text-decoration: none;
}
.st-allcat-content-item > dl > dd > a::before{
    content: "•";
    font-size:18px;
    color:#999;
    padding-right: 2px;
    vertical-align: middle;
}
.st-allcat-content-item > dl a:hover,.st-allcat-content-item > dl > dd > a:hover::before{
    color:orange;
}
/*导航区域-顶部-移动端*/
.st-header{
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top:none;
    margin-bottom: 0;
}
.st-header .navbar-header{
    /*padding:0 5px;*/
}
.st-header .navbar-brand{
    display: inline-block;
    padding: 0;
    width: auto;
}
.st-header-cart{
    position: relative;
    color:#666;
    font-size: 26px;
    margin-right: 15px;
    padding-top:8px;
}
.st-header-cart > i{
    padding-left: 3px;
}
.st-header-cart > span{
    position: absolute;
    top:3px;
    left:9px;
    display: inline-block;
    text-align: center;
    color:#EA4335;
    font-size: 1rem;
    width:15px;
}
.st-header .navbar-form{
    border-top:none;
    border-bottom: none;
}
.st-header .navbar-nav ul.st-subcat,.st-header .navbar-nav ul.st-subsubcat{
    padding-left: 25px;
}
.st-header .navbar-nav ul.st-cat > li{
    border-bottom: 1px solid #ddd;
}
.st-header .navbar-nav ul.st-subcat > li{
    border-top: 1px solid #ddd;
}
.st-header .navbar-nav ul.st-subcat > li > ul.st-subsubcat > li:first-child{
    border-top: 1px solid #ddd;
}
/*首页推荐产品和产品列表页*/
.st-home-product > div.container > div.row,.st-main-product > div.row{
    padding:0 12px;
}
.st-home-product > div.container > div.row > div,.st-main-product > div.row > div{
    padding:0 4px;
}
.st-home-product .thumbnail,.st-main-product .thumbnail{
    padding: 0;
}
.st-home-product .thumbnail > a.st-thumb,.st-main-product .thumbnail > a.st-thumb{
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.st-home-product .thumbnail > a.st-thumb img,.st-main-product .thumbnail > a.st-thumb img{
    width:100%;
}
.st-home-product .caption,.st-main-product .caption{
    padding-top:0
}
.st-home-product .caption > h5 > a,.st-main-product .caption > h5 > a{
    display: inline-block;
    height: 30px;
    overflow-y: hidden;
    color: #333;
    font-size:1.4rem;
}
.st-home-product .caption > p,.st-main-product .caption > p{
    margin-bottom: 5px;
}
.st-home-product-price{
    color:#080808;
    font-weight: bolder;
    font-size:1.5rem;
}
.st-home-product-sold{
    color:#666;
    font-size: 12px;
}
.st-home-product-addcart{
    margin: 0 9px;
    margin-bottom:10px ;
}
.st-home-product-addcart > button{
    width: 100%;
}
.st-home-product-title{
    display: block;
    width: 100%;
    text-align: center;
    color:#000000;
}
.st-home-product-title > span{
    font-size: 13px;
    vertical-align: top;
}
/*底部*/
.st-footer{
    display: none;
    background-color: #FAFAFA;
    padding-top: 80px;
}
.st-footer-service{
    padding-bottom: 80px;
    color:#333;
}
.st-footer-service dt{
    padding-bottom: 5px;
}
.st-footer-service a{
    display: inline-block;
    line-height: 30px;
    color:#666;
}
.st-footer-beian{
    text-align: center;
    font-size: 12px;
    color: gray;
}
.st-footer-beian a{
    color:gray;
}
.st-footer-service-icon > a{
    text-decoration: none;
    display: inline-block;
    padding-right: 10px;
}
.st-footer-service-icon > a > i{
    font-size: 20px;
}
.st-footer-service-icon > a > i:hover{
    color:#999;
}
.st-footer-service-icon > a > img{
    width: 25px;
    display: inline-block;
    vertical-align: top;
}
.st-footer-service-icon .bi-pinterest{
    /*padding-top:3px;*/
    vertical-align: bottom;
}
.st-footer-service-signup{
    padding-top:10px;
}
.st-footer-service-signup p{
    color:#666;
}
.st-footer-service-signup span{
    background: #000000;
    color: #ffffff;
    font-weight: bolder;
    border: 1px solid #000000;
}
/*导航路径/面包屑*/
.st-breadcrumb .breadcrumb{
    margin: 5px 0;
    background-color:#ffffff;
    padding-left:0;
}
/*产品列表页*/
.st-main{}
.st-main-left>div{
    background: #F9F9F9;
    padding:10px;
    margin-bottom: 10px;
}
.st-main-left a{
    color:#666;
}
.st-main-left h5,#FILTER h5{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-weight: bolder;
    margin-top: 0;
}
.st-main-left-category a,.st-main-product-header-filter a{
    color:#333;
}
.st-main-left-category dl{
    margin-bottom: 5px;
}
.st-main-left-category dt a{
    color:#333;
    font-weight: lighter;
}
.st-main-left-category dd{
    margin-left: 15px;
}
.st-main-left-category > dl > dt{
    border-bottom: 1px solid #ddd;
}
.st-main-left-category > dl > dt > a{
    font-weight: bold;
}
.st-main-left-category > dl > dd::before{
    position: absolute;
    content: "•";
    left:32px;
    color:gray;
}
.st-main-left-category .active{
    background-color: #BCBCBC;
}
.st-main-product-header{
    padding-bottom:8px;
}
.st-main-product-header > span{
    display: inline-block;
}
.st-main-product-header-pager .pager{
    margin: 0;
    padding: 0;
}
.st-main-product-header-pager .pager li a{
    padding:2px 14px;
}
.st-main-product-header-pager ul.pagination{
    margin: 0 0;
    margin-bottom: 10px;
}
.st-main-product-header-sortby{
    line-height: 34px;
}
.st-main-product-header-sortby select{
    height: 26px;
}
.st-main-product-header-filter{
    border:1px solid #ddd;
    padding:2px 14px;
    border-radius: 15px;
}
/*产品详情-图片放大镜*/
.st-detail-img{
    position:relative;
    margin-bottom: 15px;
}
.st-detail-img-left {
    position:relative;
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:10%;
    height: 417px;
    overflow-x:hidden;
    overflow-y:auto;
}
.st-detail-img-left::-webkit-scrollbar{
    display: none;
}
.st-detail-img-left ul {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    font-size:0;
    padding: 0;
}
.st-detail-img-left ul li {
    display:inline-block;
    *display:inline;
    *zoom:1;
    border:1px solid #BCBCBC;
    border-color:#F0F0F0;
    margin-bottom: 2px;
    border-radius: 2px;
    min-width: 35px;
    min-height: 35px;
}
.st-detail-img-left ul li:last-of-type {
    margin-bottom:0;
}
.st-detail-img-left ul .active {
    border-color:#999;
}
.st-detail-img-left ul li img{
    width:100%;
}
.st-detail-img-right {
    vertical-align:top;
    position:relative;
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:460px;
    width:89%;
    border:1px solid #ddd;
}
.st-detail-img-right .pic {
    position:relative;
    width: 100%;
    /*min-height: 318px;*/
}
.st-detail-img-right .pic img{
    width: 100%;
}
.st-detail-img-right .pic .magnify {
    width:230px;
    height:230px;
    display:none;
    position:absolute;
    top:0;
    left:0;
    cursor:crosshair;
    background-color:#000000;
    opacity:.3;
    filter:alpha(opacity=30);
}
.st-detail-img-right .bigpic {
    display:none;
    position:absolute;
    top:-1px;
    right:-460px;
    width:460px;
    height:460px;
    z-index:333;
    border:1px solid #ddd;
    border-left: none;
    overflow:hidden;
}
.st-detail-img-right .bigpic > img {
    width:920px;
    height:920px;
    position:absolute;
    top:0;
    left:0;
}
.st-detail-img-right-share{
    position: absolute;
    left:0;
    bottom:-40px;
}
.st-detail-img .swiper-container {
    /*width: 100%;*/
    min-height: 260px;
}
.st-detail-img .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*产品详情-产品属性信息*/
.st-detail-attr{
    /*padding-bottom: 10px;*/
}
.st-detail-attr > h3{
    padding-top: 0;
    margin-top: 0;
    font-size:19px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.4;
}
.st-detail-attr > dl{
    display: block;
    clear: both;
    margin-bottom: 0px;
}
.st-detail-attr > dl > dt{
    display: block;
    line-height: 20px;
    padding-right: 5px;
    color:#555555;
    font-weight: normal;
}
.st-detail-attr > dl > dd{
    display: block;
    text-align: center;
    line-height: 20px;
}
.st-detail-attr .st-attr > dd{
    display: inline-block;
    margin:0 10px 10px 0;
    border:1px solid #BCBCBC;
    cursor: pointer;
    min-width: 40px;
    text-align: center;
    padding:0 3px;
}
.st-detail-attr .st-picture > dd{
    width:40px;
    height: 40px;
    overflow: hidden;
    padding:0;
}
.st-detail-attr .st-attr > dd > img{
    width:100%;
}
.st-detail-attr .st-attr > dd.st-stockout,.st-detail-attr .st-attr > dd.st-invalid{
    border-style: dotted;
    opacity: .6;
    filter:alpha(opacity=60);
}
.st-detail-attr .st-price{
    margin-top: 20px;
    margin-bottom: 20px;
}
.st-detail-attr .st-price > dt{
    font-size: 2.5rem;
    color:#333;
    font-weight: 700;
}
.st-detail-attr .st-price > dt > del{
    font-size: 1.8rem;
    color:#666;
    padding-left: 10px;
    font-weight: lighter;
}
.st-detail-attr .st-attr > dd.active{
    border:2px solid #EA4335;
}
.st-detail-attr .st-attr > dd:hover{
    box-shadow: 0px 0px 5px #BCBCBC;
}
.st-detail-attr .st-general > dt,.st-detail-attr .st-general > dd{
    display: inline-block;
}
.st-detail-attr .st-itemcode > dd{
    display: block;
    text-align: left;
    color:#999;
    font-size: 12px;
}
/*产品详情操作按钮*/
.st-detail-btn button{
    font-size: 12px;
    margin-top:5px;
    margin-bottom:5px;
}
.st-detail-btn button span{
    text-align: left;
    float: left;
    display: inline-block;
    padding-right: 8px;
}
.st-detail-btn .st-share a,.st-detail-img-right-share .st-share a{
    font-size:16px;
    color:#666;
    padding:0 5px;
}
.st-detail-btn .st-share a:hover{
    color:#999;
}
.st-detail-btn-right{
    border:1px solid #ddd;
    padding:10px 15px;;
    border-radius: 5px;
}
.st-detail-btn-right .st-qty > input{
    width:50px;
}
.st-detail-btn-right .st-instock{
    color:#34A853;
}
.st-detail-btn-right .st-stockout{
    color:#EA4335;
}
.st-detail-btn-right .st-whosale td font{
    padding-right: 5px;
    width:15px;
    display: inline-block;
}
.st-detail-btn-right .addtocart{
    /*width:100%;*/
}
.st-detail-btn-right .st-btn .buynow > span{
    padding-right: 5px;
}
.st-main-detail .nav-tabs li a{
    color:#555555;
}
.st-main-detail-reviews-header{
    max-width: 640px;
    margin: 34px auto 28px;
    padding: 26px 30px;
    background: #fff;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31,45,61,.08);
}
.st-main-detail-reviews-header .page-header{
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf0f3;
    font-size: 28px;
    font-weight: 600;
    color: #1f2933;
}
.st-main-detail-reviews-header p{
    margin: 0 0 11px;
    font-size: 17px;
    line-height: 1.45;
    color: #344054;
}
.st-main-detail-reviews-header p:last-child{
    margin-top: 18px;
    margin-bottom: 0;
}
.st-main-detail-reviews-header .btn-warning{
    min-width: 210px;
    padding: 10px 18px;
    border: 0;
    border-radius: 6px;
    background: #ff9f1c;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(255,159,28,.24);
}
.st-main-detail-reviews-header .btn-warning:hover,
.st-main-detail-reviews-header .btn-warning:focus{
    background: #f28c00;
    color: #fff;
}
.st-main-detail-reviews-content > dl{
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.st-main-detail-reviews-content > dl > dt{
    line-height: 35px;
}
.st-main-detail-reviews-content > dl > dt i{
    color:orange;
}
.st-main-detail-reviews-content > dl > dd.st-datetime{
    color:#666;
    font-size:12px;
    line-height: 25px;
}
#Details img{
    max-width:100%;
    height: auto;
}
/*个人中心*/
.st-user .media-heading > a{
    color:#333;
}
.st-user .panel-body .page-header{
    margin-top:0;
}
.st-user-info .st-emailnotvalidated{
    color:#EA4335;font-size: 12px;
}
.st-user-info .st-emailnotvalidated a{
    text-decoration: underline;color:#4285F4;
}
.st-user-orders .st-price{
    font-size:12px;
    color:#666;
}
.st-user-address-add select{
    margin-top: 5px;
}
.st-user-address-default .st-default dl{
    padding:5px;
}
.st-user-address-default .st-default dl:first-child{
    margin-right: 100px;
}
.st-user-address-default .st-default dl > dt{
    color:#4285F4;
}
.st-user-address-list dl{
    padding:5px;
    border: 2px dotted #999;
}
.st-user-address-list dl dd small{
    color:#666;
    font-style: italic;
    font-size: 12px;
}
.st-user-feedback-list > dl{
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.st-user-feedback-list > dl > dt{
    line-height: 35px;
}
.st-user-feedback-list > dl > dt i{
    color:orange;
}
.st-user-feedback-list dd.st-datetime{
    color:#666;
    font-size:12px;
    line-height: 25px;
}
.st-user-feedback-list > dl > dd.st-reply > dl{
    padding-left: 30px;
    border-top:1px dotted #999;
}
.st-user-feedback-list>dl.st-reply{
    text-align: right;
}
.st-user-feedback-list-replies>dl{
    border-bottom: none;
    padding-top:0;
    margin-bottom: 10px;
}
.st-user-feedback-list-replies>dl>dd.st-text{
    display: inline-block;
    max-width:70%;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 10px;
    word-break: break-word;
    text-align: left;
}
.st-user-feedback-list-replies>dl.st-reply>dd.st-text{
    float:right;
    background: #eee;
}
.st-user-wishlist .media .media-object,.st-user-orders .media .media-object{
    width:64px;
}
.st-user-wishlist .media .media-body .st-itemcode,.st-user-orders .media .media-body .st-itemcode{
    color:#999;font-size:12px;
}
.st-user-wishlist .media .media-body .st-datetime{
    color:#666;text-align: right;
}
.st-user-orders p{
    margin-bottom: 0px;
}
.st-user-orders .panel-body > div.st-date > p > label{
    width:100px;
}
.st-user-orders .panel-body > div.st-date > p.st-shipdesc{
    text-indent: 100px;
}
.st-user-orders table>thead>tr>th{
    border-bottom:none;
}
.st-user-orders table>thead>tr:first-child>th{
    border-bottom: 2px solid #ddd;
}

/*购物车*/
.st-cart .page-header{
    margin-top: 0;
}
.st-cart-checkout{
    padding:25px 15px;
}
.st-cart-checkout a.btn{
    width: 100%;
}
.st-cart-table tr:first-child td{
    border-top:none;
}
.st-cart-table a,.st-cart-table .st-price{
    color:#333;
}
.st-cart-table .st-price{
    margin-top:5px;
}
.st-cart-table .st-itemcode{
    color:#666;
}
.st-cart-table .st-price input{
    width:80px;
}
.st-cart-table .media-object{
    width:80px;
}
.st-cart-table .media-body > p{
    margin-bottom: 0;
}
.st-cart-table .st-wholesale{
    min-width:150px;
    font-size: 12px;
    color:gray;
}
.st-cart-table .st-wholesale td{
    padding:3px;
    border-top:none;
}
.st-cart-table .st-wholesale tr td:first-child{
    text-align:right;
}
.st-cart .st-fixed{
    position: fixed;top:5px;
}
/*订单结算 checkout*/
.st-checkout .form-group > label{
    font-weight: normal;
    font-size: 12px;
    color:#666;
}
.st-checkout div.row > div > div.panel{
    padding:0 15px;
}
.st-checkout div.page-header{
    margin-top: 0;
}
.st-checkout-address > div{
    padding: 0 15px;
}
.st-checkout-address select{
    margin-top: 5px;
}
.st-checkout-address .page-header{
    margin-left:-15px; 
    margin-right:-15px; 
}
.st-checkout-address .form-group > label > span{
    color:red;font-weight: bolder;padding-left: 3px;font-size: 16px;vertical-align: middle;
}
.st-checkout-cartlist > .page-header h4 font{
    font-weight: normal;
}
.st-checkout-shipingmethod div.radio label,.st-checkout-proceed div.radio label{
    line-height: 22px;
}
.st-checkout-proceed > p > label{
    display: inline-block;
    width: 49%;
    text-align: left;
    font-weight: normal;
}
.st-checkout-proceed > p > font{
    display: inline-block;
    width: 49%;
    text-align: right;
}
.st-checkout-proceed .btn{
    width:100%;
}
.st-signin .form-group label > font{
    color:#EA4335;
    font-weight: bolder;
}
#FILTER{
    display: none;
    position: absolute;
    top:0;
    right:0;
    z-index: 666;
    background-color:#fff;
    width:80%;
    height: 100%;
    overflow: auto;
    padding: 15px;
}
#FILTER .st-close{
    position: absolute;
    top:0;
    right:15px;
    cursor: pointer;
}
div.st-form-alert p{
    text-align: center;
}
div.st-form-alert:nth-child(2){
    margin-top: 10px;
}
#ST-NAVCART{}
#ST-NAVCART-PRODUCTS{
    display: none;
    width:380px;
    position: absolute;
    top:80px;
    right:0;
    background: #ffffff;
    z-index: 666;
    border:1px solid #BCBCBC;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #BCBCBC;
}
#ST-NAVCART-PRODUCTS:before{
    content: "";
    position: absolute;
    top:-9px;
    right: 27px;
    z-index: 667;
    width:0;
    height:0;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    border-bottom:8px solid #BCBCBC;
}
#ST-NAVCART-PRODUCTS .page-header{
    margin:0;
    padding:8px 10px;
    box-shadow: 0 1px 3px #eee;
}
.st-navbrand-cart-product-list{
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
}
.st-navbrand-cart-total .btn{
    width:100%;
}
.st-navbrand-cart-total .st-total > span{
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}
.st-navbrand-cart-product-list .st-cart-table .st-wholesale{
    display: none;
}
.st-cart-checkout .st-total > span{
    display: inline-block;
    min-width: 60%;
    text-align: left;
}
.st-article > h3{
    text-align: center;
}
.st-article > p.author{
    text-align: center;
    color:gray;
}
.st-article-content{
    padding:15px;
}
.st-article-content img{
    max-width:100%;
    height: auto;
}
.st-home-aboutus .jumbotron>h1{
    font-size:27px;
}
.st-home-aboutus .jumbotron p{
    font-size:16px;
}
#Delivery table td{
    border:1px solid gray;
}
#Delivery table td p{
    margin: 0;
    padding: 0;
}
#Delivery table tr:first-child{
    background:#70ad47;
    line-height: 40px;
}
#Delivery table tr>td:first-child{
    width:230px;
}
.st-article-list a{
    color:#333;
    text-decoration: underline;
}
.st-article-list h4{
    font-size:16px;
}
.st-article-list .media-body{
    font-size: 14px;
    color:#666;
}
.st-article-origin{
    font-size:12px;
    color:#666;
}
.st-nav-user{
    color: #666;
    font-size: 26px;
    padding-right: 5px;
    padding-top: 8px;
}
/*响应式*/
@media (min-width: 1200px) {
    .st-home-product .thumbnail > a.st-thumb{
        height: 181px;
    }
}
@media (max-width: 992px) {
    .st-main-product .thumbnail > a.st-thumb{
        height: 181px;
    }
}
@media (max-width: 768px) {
    .st-home-product .thumbnail > a.st-thumb{
        height: 234px;
    }
}
@media (max-width: 767px) {
    .st-main-detail .nav-tabs li{
        min-width: 145px;
    }
    .st-home-product .thumbnail > a.st-thumb,.st-main-product .thumbnail > a.st-thumb{
        height: 165px;
    }
}
.st-nav-default-currencypay>a{
    color:#EA4335 !important;
    text-align: center;
}
#st-google-translate-element{
    height: 29px;overflow: hidden;
}
#st-google-translate-element>div>div{
    height: 30px;
    line-height: 27px;
    border:none;
    background: none;
}
#st-google-translate-element>div>div>span>a:hover{
    text-decoration: none;
}
#st-google-translate-element>div>div>span>a>span:last-child{
    font-size:12px;
}
.st-login-third a{
    font-size:20px;
    display: inline-block;
    padding-right:10px;
    color:#555555;
}
/* Hide default browser focus box on header navigation clicks. */
.st-header-nav a:focus,
.st-header-nav a:active {
    outline: none;
    box-shadow: none;
}

.st-main-left-price, .st-main-product-header-filter-price{
    display: none;
}

/* Product page: only show reviews tab. */
.st-main-detail .nav-tabs li,
.st-main-detail .tab-content > .tab-pane{
    display: none !important;
}

.st-main-detail .nav-tabs li:last-child,
.st-main-detail .tab-content > #Reviews{
    display: block !important;
    opacity: 1 !important;
}

/* SmokeShop international storefront */
:root{
    --smoke-accent:#a61f2b;
    --smoke-text:#191919;
    --smoke-muted:#6b7280;
    --smoke-border:#e5e7eb;
    --smoke-soft:#f7f7f7;
}
body{
    color:var(--smoke-text);
    background:#fff;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.st a{
    color:var(--smoke-text);
}
.st a:hover,
.st a:focus{
    color:var(--smoke-accent);
}
.st-navtop{
    height:34px;
    line-height:34px;
    background:#fafafa;
    border-color:var(--smoke-border);
}
.st-navtop-items > li > a{
    color:#555;
    font-size:12px;
}
.st-navbrand{
    height:92px;
    border-bottom:1px solid var(--smoke-border);
}
.st-navbrand-logo{
    max-width:none;
    min-width:0;
    padding-top:25px;
}
.st-brand-wordmark{
    display:inline-block;
    color:#171717;
    font-family:Georgia,"Times New Roman",serif;
    font-size:34px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
}
.st-brand-wordmark:hover,
.st-brand-wordmark:focus{
    color:#171717;
    text-decoration:none;
}
.st-brand-wordmark span{
    color:var(--smoke-accent);
}
.st-navbrand-search{
    padding-top:27px;
}
.st-navbrand-search input{
    height:40px;
    border:1px solid #cfd3d8;
    border-right:0;
    box-shadow:none;
}
.st-navbrand-search .input-group-addon{
    width:46px;
    color:#fff;
    background:var(--smoke-accent);
    border:1px solid var(--smoke-accent);
}
.st-navbrand-cart{
    padding-top:30px;
}
.st-navmenu{
    background:#fff;
    border-top:0;
    border-bottom:1px solid var(--smoke-border);
}
.st-navmenu .nav > li > a{
    height:46px;
    line-height:46px;
    color:#3f3f46;
    font-size:14px;
    margin-right:34px;
}
.st-navmenu .nav > li > a:hover{
    color:var(--smoke-accent);
    border-bottom-color:var(--smoke-accent);
}
.st-banner{
    padding-top:14px;
}
.st-banner .carousel-inner,
.st-banner .carousel-inner > .item,
.st-banner .carousel-inner > .item > a{
    overflow:hidden;
}
.st-banner .carousel-inner > .item > a{
    display:block;
    aspect-ratio:1140 / 470;
}
.st-banner .carousel-inner > .item img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.st-home-service{
    margin-top:14px;
    border:1px solid var(--smoke-border);
    background:#fafafa;
}
.st-home-service .row{
    margin:0;
}
.st-home-service-item{
    min-height:70px;
    padding:15px 20px;
    border-right:1px solid var(--smoke-border);
}
.st-home-service .row > div:last-child .st-home-service-item{
    border-right:0;
}
.st-home-service-icon{
    float:left;
    width:38px;
    height:38px;
    margin-right:12px;
    color:var(--smoke-accent);
    border:1px solid #d9a7ad;
    border-radius:50%;
    font-size:16px;
    line-height:36px;
    text-align:center;
}
.st-home-service-copy{
    overflow:hidden;
}
.st-home-service-copy strong,
.st-home-service-copy small{
    display:block;
}
.st-home-service-copy strong{
    margin-top:1px;
    color:#27272a;
    font-size:14px;
    font-weight:600;
}
.st-home-service-copy small{
    margin-top:3px;
    color:var(--smoke-muted);
    font-size:12px;
}
.st-home-product{
    padding-bottom:8px;
}
.st-home-product .page-header{
    margin:38px 0 22px;
    padding-bottom:12px;
    border-bottom:1px solid var(--smoke-border);
}
.st-home-product .page-header h4{
    margin:0;
}
.st-home-product-title{
    text-align:left;
    color:var(--smoke-text);
    font-size:22px;
    font-weight:600;
}
.st-home-product-title > span{
    display:none;
}
.st-home-product > div.container > div.row{
    display:flex;
    flex-wrap:wrap;
    padding:0 7px;
}
.st-home-product > div.container > div.row > div{
    display:flex;
    padding:0 8px;
}
.st-home-product .thumbnail{
    display:flex;
    width:100%;
    flex-direction:column;
    margin-bottom:16px;
    padding:0;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--smoke-border);
    border-radius:3px;
    box-shadow:none;
    transition:border-color .18s ease,box-shadow .18s ease;
}
.st-home-product .thumbnail:hover{
    border-color:#c7c9ce;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.st-home-product .thumbnail > a.st-thumb{
    display:flex;
    width:100%;
    height:auto;
    aspect-ratio:1 / 1;
    align-items:center;
    justify-content:center;
    padding:10px;
    overflow:hidden;
    background:#f7f7f7;
}
.st-home-product .thumbnail > a.st-thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.st-home-product .caption{
    display:flex;
    min-height:128px;
    flex:1;
    flex-direction:column;
    padding:13px 14px 14px;
}
.st-home-product .caption h5{
    min-height:38px;
    margin:0 0 8px;
    line-height:1.4;
}
.st-home-product .caption > h5 > a{
    height:auto;
    color:#27272a;
    font-size:14px;
    font-weight:600;
}
.st-home-product-price{
    margin-top:auto;
    color:#111;
    font-size:16px;
    font-weight:700;
}
.st-home-product-sold{
    color:var(--smoke-muted);
    font-size:12px;
}
.st-about-contact{
    margin-top:42px;
    padding:46px 0;
    color:#27272a;
    background:var(--smoke-soft);
    border-top:1px solid var(--smoke-border);
    border-bottom:1px solid var(--smoke-border);
}
.st-about-contact h3{
    margin:0 0 18px;
    color:#18181b;
    font-size:25px;
    font-weight:600;
}
.st-about-contact h4{
    margin:18px 0 8px;
    color:#27272a;
    font-size:15px;
    font-weight:600;
}
.st-about-contact p{
    max-width:560px;
    color:#5b6068;
    font-size:14px;
    line-height:1.75;
}
.st-about-contact-box{
    padding:24px 28px;
    background:#fff;
    border:1px solid var(--smoke-border);
    border-radius:3px;
}
.st-contact-list{
    margin:16px 0 0;
    padding:0;
    list-style:none;
}
.st-contact-list li{
    margin-bottom:12px;
    color:#3f3f46;
    font-size:14px;
}
.st-contact-list .glyphicon{
    width:24px;
    color:var(--smoke-accent);
}
.st-footer{
    display:block;
    padding-top:0;
    color:#d4d4d8;
    background:#202124;
}
.st-footer-service{
    padding:42px 0 30px;
    color:#f4f4f5;
}
.st-footer-service dt{
    margin-bottom:10px;
    color:#fff;
    font-size:14px;
    font-weight:600;
}
.st-footer-service a{
    color:#c7c7cc;
    font-size:13px;
    line-height:28px;
}
.st-footer-service a:hover{
    color:#fff;
}
.st-footer-beian{
    padding:18px 0;
    color:#a1a1aa;
    background:#18181b;
    border-top:1px solid #343438;
}
.st-footer-beian a{
    color:#a1a1aa;
}

@media (max-width:767px){
    .st-header{
        background:#fff;
        border-color:var(--smoke-border);
    }
    .st-header .navbar-brand{
        padding:12px 0 0;
        color:#171717;
        font-family:Georgia,"Times New Roman",serif;
        font-size:24px;
        font-weight:700;
    }
    .st-header .navbar-brand span{
        color:var(--smoke-accent);
    }
    .st-banner{
        padding-top:8px;
    }
    .st-banner .container{
        padding:0;
    }
    .st-banner .carousel-inner > .item > a{
        aspect-ratio:16 / 8;
    }
    .st-home-service{
        margin:10px 15px 0;
    }
    .st-home-service-item{
        min-height:62px;
        padding:12px;
        border-right:0;
        border-bottom:1px solid var(--smoke-border);
    }
    .st-home-service .row > div:last-child .st-home-service-item{
        border-bottom:0;
    }
    .st-home-product .page-header{
        margin:28px 0 16px;
    }
    .st-home-product-title{
        font-size:19px;
    }
    .st-home-product > div.container > div.row{
        padding:0 10px;
    }
    .st-home-product > div.container > div.row > div{
        padding:0 5px;
    }
    .st-home-product .thumbnail > a.st-thumb{
        height:auto;
        aspect-ratio:1 / 1;
        padding:7px;
    }
    .st-home-product .caption{
        min-height:118px;
        padding:11px 10px 12px;
    }
    .st-home-product .caption h5{
        min-height:36px;
    }
    .st-home-product-price{
        font-size:14px;
        word-break:break-word;
    }
    .st-about-contact{
        margin-top:28px;
        padding:34px 0;
    }
    .st-about-contact h3{
        font-size:22px;
    }
    .st-about-contact-box{
        margin-top:20px;
        padding:20px;
    }
    .st-footer-service{
        padding:32px 0 18px;
    }
}

@media (prefers-reduced-motion:reduce){
    .st-home-product .thumbnail{
        transition:none;
    }
}

/* Premium refinement */
body{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
.st-navtop{
    background:#f8f8f8;
}
.st-navbrand{
    height:98px;
}
.st-navbrand-logo{
    padding-top:27px;
}
.st-brand-wordmark{
    font-size:37px;
}
.st-navbrand-search{
    padding-top:29px;
}
.st-navbrand-search input{
    border-color:#d4d4d8;
}
.st-navbrand-search input:focus{
    border-color:#9f9fa6;
    box-shadow:0 0 0 2px rgba(166,31,43,.08);
}
.st-navmenu .nav > li > a{
    font-weight:500;
}
.st-banner .carousel-inner{
    border:1px solid #dedee1;
    border-radius:3px;
    box-shadow:0 14px 36px rgba(24,24,27,.09);
}
.st-home-service{
    margin-top:18px;
    background:#fff;
    box-shadow:0 5px 18px rgba(24,24,27,.04);
}
.st-home-service-item{
    padding-top:16px;
    padding-bottom:16px;
}
.st-home-service-copy strong{
    font-weight:650;
}
.st-home-product .page-header{
    position:relative;
    margin-top:44px;
    padding-bottom:15px;
}
.st-home-product .page-header:after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:42px;
    height:2px;
    content:"";
    background:var(--smoke-accent);
}
.st-home-product-title{
    font-family:Georgia,"Times New Roman",serif;
    font-size:24px;
}
.st-home-product .thumbnail{
    border-color:#e7e7ea;
    box-shadow:0 1px 0 rgba(24,24,27,.02);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.st-home-product .thumbnail:hover{
    transform:translateY(-3px);
    border-color:#d0d0d5;
    box-shadow:0 12px 28px rgba(24,24,27,.09);
}
.st-home-product .thumbnail > a.st-thumb{
    background:#fafafa;
}
.st-home-product .caption{
    padding:15px 15px 16px;
}
.st-home-product .caption > h5 > a{
    transition:color .18s ease;
}
.st-home-product .caption > h5 > a:hover{
    color:var(--smoke-accent);
    text-decoration:none;
}
.st-home-product-price{
    font-size:16px;
}
.st-about-contact{
    margin-top:52px;
    padding:56px 0;
    background:#f6f6f6;
    border-top:3px solid #242426;
}
.st-about-contact h3{
    font-family:Georgia,"Times New Roman",serif;
    font-size:29px;
}
.st-about-contact-box{
    padding:4px 0 4px 36px;
    background:transparent;
    border:0;
    border-left:1px solid #d6d6da;
    border-radius:0;
}
.st-footer{
    border-top:2px solid var(--smoke-accent);
}
.st-footer-service{
    padding-top:48px;
}
.st-footer-service dt{
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
}

@media (max-width:767px){
    .st-banner .carousel-inner{
        border-left:0;
        border-right:0;
        border-radius:0;
        box-shadow:0 8px 22px rgba(24,24,27,.08);
    }
    .st-home-service{
        box-shadow:none;
    }
    .st-home-product .page-header{
        margin-top:34px;
    }
    .st-home-product-title{
        font-size:21px;
    }
    .st-home-product .thumbnail:hover{
        transform:none;
        box-shadow:none;
    }
    .st-about-contact{
        margin-top:34px;
        padding:40px 0;
    }
    .st-about-contact h3{
        font-size:25px;
    }
    .st-about-contact-box{
        padding:22px 0 0;
        border-left:0;
        border-top:1px solid #d6d6da;
    }
}

@media (prefers-reduced-motion:reduce){
    .st-home-product .thumbnail,
    .st-home-product .caption > h5 > a{
        transition:none;
    }
}

/* Premium utility dropdowns */
.st-navtop .st-navtop-items-account.open > a,
.st-navtop .st-navtop-items-account.open > a:hover,
.st-navtop .st-navtop-items-account.open > a:focus{
    color:var(--smoke-accent);
    background:#fff;
}
.st-navtop .st-navtop-items-account > .dropdown-menu{
    min-width:210px;
    margin-top:1px;
    padding:9px 0;
    overflow:hidden;
    background:#fff;
    border:1px solid #dfdfe3;
    border-radius:4px;
    box-shadow:0 16px 38px rgba(24,24,27,.14);
}
.st-navtop .st-navtop-items-account > .dropdown-menu > li > a{
    position:relative;
    min-height:40px;
    padding:10px 22px;
    color:#343438;
    font-size:14px;
    line-height:20px;
    transition:color .15s ease,background-color .15s ease;
}
.st-navtop .st-navtop-items-account > .dropdown-menu > li > a:hover,
.st-navtop .st-navtop-items-account > .dropdown-menu > li > a:focus{
    color:var(--smoke-accent);
    background:#f7f7f8;
}
.st-navtop .st-navtop-items-account > .dropdown-menu > li > a:hover:before,
.st-navtop .st-navtop-items-account > .dropdown-menu > li > a:focus:before,
.st-navtop .st-navtop-items-account > .dropdown-menu > li.active > a:before{
    position:absolute;
    top:10px;
    bottom:10px;
    left:0;
    width:2px;
    content:"";
    background:var(--smoke-accent);
}
.st-navtop .st-navtop-items-account > .dropdown-menu > li.active > a{
    color:var(--smoke-accent);
    background:#f7f7f8;
}
.st-navtop .st-navtop-items-account > .dropdown-menu > .divider{
    height:1px;
    margin:8px 0;
    background:#ececef;
}
.st-navtop .st-navtop-items-account.open > .dropdown-menu{
    animation:st-dropdown-in .16s ease-out;
    transform-origin:top right;
}
.st-navtop .st-navtop-items-account:hover > .dropdown-menu,
.st-navtop .st-navtop-items-account:focus-within > .dropdown-menu{
    display:block;
    animation:st-dropdown-in .16s ease-out;
    transform-origin:top right;
}
@keyframes st-dropdown-in{
    from{
        opacity:0;
        transform:translateY(-5px) scale(.985);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}
@media (prefers-reduced-motion:reduce){
    .st-navtop .st-navtop-items-account.open > .dropdown-menu{
        animation:none;
    }
}

/* Premium cart preview */
#ST-NAVCART-PRODUCTS{
    top:78px;
    right:0;
    width:420px;
    overflow:visible;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:4px;
    box-shadow:0 18px 44px rgba(24,24,27,.16);
}
#ST-NAVCART-PRODUCTS:before{
    top:-9px;
    right:38px;
    border-right:9px solid transparent;
    border-bottom:9px solid #fff;
    border-left:9px solid transparent;
}
#ST-NAVCART-PRODUCTS:after{
    position:absolute;
    top:-10px;
    right:37px;
    z-index:665;
    width:0;
    height:0;
    content:"";
    border-right:10px solid transparent;
    border-bottom:10px solid #dedee2;
    border-left:10px solid transparent;
}
#ST-NAVCART-PRODUCTS .page-header{
    position:relative;
    z-index:668;
    margin:0;
    padding:20px 22px 14px;
    background:#fff;
    border:0;
    border-radius:4px 4px 0 0;
    box-shadow:none;
}
.st-navbrand-cart-total .st-total{
    display:flex;
    min-height:36px;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:0 0 9px;
    color:#45454a;
    font-size:14px;
}
.st-navbrand-cart-total .st-total > span{
    width:auto;
    flex:1;
    padding:0;
    color:#66666d;
    text-align:left;
}
.st-navbrand-cart-total .st-total > strong{
    color:#18181b;
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
}
.st-navbrand-cart-total .st-total > select{
    width:54% !important;
    height:36px;
    padding:0 34px 0 10px;
    color:#29292d;
    background:#fff;
    border:1px solid #d5d5d9;
    border-radius:3px;
    box-shadow:none;
    font-size:14px;
}
.st-navbrand-cart-total .st-total > select:focus{
    border-color:#9f9fa6;
    outline:0;
    box-shadow:0 0 0 2px rgba(166,31,43,.08);
}
.st-navbrand-cart-total > p:last-child{
    margin:15px 0 0;
}
.st-navbrand-cart-total .btn-warning{
    height:44px;
    padding:11px 18px;
    color:#fff;
    background:var(--smoke-accent);
    border:1px solid var(--smoke-accent);
    border-radius:3px;
    box-shadow:none;
    font-size:15px;
    font-weight:650;
    text-shadow:none;
}
.st-navbrand-cart-total .btn-warning:hover,
.st-navbrand-cart-total .btn-warning:focus{
    color:#fff;
    background:#891923;
    border-color:#891923;
}
.st-navbrand-cart-product-list{
    min-height:0;
    max-height:350px;
    overflow:auto;
    border-top:1px solid #ececef;
}
#ST-NAVCART-PRODUCTS .st-cart-table{
    margin:0;
}
#ST-NAVCART-PRODUCTS .st-cart-table > tbody > tr > td{
    padding:14px 18px;
    vertical-align:middle;
    border-top:1px solid #eeeeF0;
}
#ST-NAVCART-PRODUCTS .st-cart-table > tbody > tr:first-child > td{
    border-top:0;
}
#ST-NAVCART-PRODUCTS .st-cart-table .media-object{
    width:64px;
    height:64px;
    object-fit:contain;
    background:#fafafa;
}
#ST-NAVCART-PRODUCTS .st-cart-table .media-heading a{
    color:#29292d;
    font-weight:600;
}
#ST-NAVCART-PRODUCTS .st-cart-table input[type="number"]{
    width:48px;
    height:30px;
    padding:4px 6px;
    border:1px solid #d5d5d9;
    border-radius:3px;
}
.st-cart-empty{
    padding:18px 10px 20px;
    color:#73737a;
    text-align:center;
}
.st-cart-empty .glyphicon{
    display:block;
    margin-bottom:8px;
    color:#b7b7bd;
    font-size:22px;
}
.st-cart-empty p{
    margin:0 0 5px;
    font-size:14px;
}
.st-cart-empty a{
    color:var(--smoke-accent);
    font-size:13px;
    font-weight:600;
}
.st-navbrand .row > .col-sm-2:last-child:hover #ST-NAVCART-PRODUCTS,
.st-navbrand .row > .col-sm-2:last-child:focus-within #ST-NAVCART-PRODUCTS,
#ST-NAVCART-PRODUCTS:focus-within{
    display:block;
    animation:st-dropdown-in .16s ease-out;
    transform-origin:top right;
}
@media (prefers-reduced-motion:reduce){
    .st-navbrand .row > .col-sm-2:last-child:hover #ST-NAVCART-PRODUCTS,
    .st-navbrand .row > .col-sm-2:last-child:focus-within #ST-NAVCART-PRODUCTS,
    #ST-NAVCART-PRODUCTS:focus-within{
        animation:none;
    }
}

/* Premium category menu */
.st-allcat{
    top:46px;
    width:210px;
    padding:0;
    overflow:visible;
    background:#f7f7f8;
    border:1px solid #dedee2;
    border-radius:4px 0 0 4px;
    box-shadow:0 16px 40px rgba(24,24,27,.14);
}
.st-allcat-items{
    margin:0;
    padding:8px;
    background:#f7f7f8;
    border:0;
    border-radius:4px 0 0 4px;
}
.st-allcat-items > li{
    margin:0;
    background:transparent;
    border:0;
}
.st-allcat-items > li > a{
    position:relative;
    display:block;
    width:100%;
    height:44px;
    padding:0 32px 0 13px;
    overflow:hidden;
    color:#343438;
    background:transparent;
    border:0 !important;
    border-radius:3px;
    font-size:14px;
    font-weight:600;
    line-height:44px;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:color .15s ease,background-color .15s ease;
}
.st-allcat-items > li > a > i{
    padding-right:9px;
    color:#8b8b92;
    font-size:15px;
}
.st-allcat-items > li > a:hover,
.st-allcat-items > li.active > a{
    color:var(--smoke-accent);
    background:#fff;
    border:0 !important;
    text-shadow:none;
}
.st-allcat-items > li > a:hover > i,
.st-allcat-items > li.active > a > i{
    color:var(--smoke-accent);
}
.st-allcat-items > li.active > a:after{
    position:absolute;
    top:18px;
    right:13px;
    width:7px;
    height:7px;
    content:"";
    border-top:1px solid var(--smoke-accent);
    border-right:1px solid var(--smoke-accent);
    transform:rotate(45deg);
}
.st-allcat-content{
    top:-1px;
    left:208px;
    background:#fff;
}
.st-allcat-content-item{
    display:flex;
    width:360px;
    min-height:60px;
    flex-wrap:wrap;
    padding:18px 22px;
    overflow:hidden;
    background:#fff;
    border:1px solid #dedee2;
    border-left:0;
    border-radius:0 4px 4px 0;
    box-shadow:14px 16px 40px rgba(24,24,27,.12);
}
.st-allcat-content-item > dl{
    width:50%;
    margin:0;
    padding:0 16px 4px 0;
}
.st-allcat-content-item > dl:only-child{
    width:100%;
}
.st-allcat-content-item > dl:only-child > dt{
    padding:0;
    border:0;
}
.st-allcat-content-item > dl:only-child > dt > a{
    position:relative;
    display:block;
    padding:11px 34px 11px 13px;
    background:#f7f7f8;
    border-radius:3px;
}
.st-allcat-content-item > dl:only-child > dt > a::after{
    position:absolute;
    top:17px;
    right:14px;
    width:7px;
    height:7px;
    content:"";
    border-top:1px solid #9a9aa1;
    border-right:1px solid #9a9aa1;
    transform:rotate(45deg);
}
.st-allcat-content-item > dl:only-child > dt > a:hover::after{
    border-color:var(--smoke-accent);
}
.st-allcat-content-item > dl > dt{
    margin:0;
    padding:4px 0 10px;
    border-bottom:1px solid #ececef;
}
.st-allcat-content-item > dl > dt > a{
    color:#242428;
    font-size:15px;
    font-weight:650;
}
.st-allcat-content-item > dl > dd{
    margin-top:8px;
    line-height:28px;
}
.st-allcat-content-item > dl > dd > a{
    color:#68686f;
    font-size:13px;
}
.st-allcat-content-item > dl > dd > a::before{
    padding-right:7px;
    color:#b2b2b8;
    content:"•";
    font-size:13px;
}
.st-allcat-content-item > dl a:hover,
.st-allcat-content-item > dl > dd > a:hover::before{
    color:var(--smoke-accent);
}
#products:focus-within > .st-allcat{
    display:block;
    animation:st-dropdown-in .16s ease-out;
    transform-origin:top left;
}
#products:focus-within > .st-allcat .st-allcat-content{
    display:block;
}
#products:focus-within > .st-allcat .st-allcat-content-item:first-child{
    display:flex;
}
@media (prefers-reduced-motion:reduce){
    #products:focus-within > .st-allcat{
        animation:none;
    }
}

/* SmokeShop product detail */
#ST-PRODUCT-SHOW{
    padding:28px 0 64px;
}
#ST-PRODUCT-SHOW .st-product-overview{
    display:flex;
    align-items:flex-start;
}
#ST-PRODUCT-SHOW .st-product-media-col{
    padding-right:28px;
}
#ST-PRODUCT-SHOW .st-detail-img{
    margin:0;
}
#ST-PRODUCT-SHOW .st-detail-img-left{
    width:64px;
    height:500px;
    padding-right:10px;
}
#ST-PRODUCT-SHOW .st-detail-img-left ul{
    position:static;
}
#ST-PRODUCT-SHOW .st-detail-img-left ul li{
    width:54px;
    height:54px;
    min-width:0;
    min-height:0;
    margin:0 0 10px;
    overflow:hidden;
    background:#f7f7f8;
    border:1px solid #e1e1e4;
    border-radius:3px;
    cursor:pointer;
}
#ST-PRODUCT-SHOW .st-detail-img-left ul li.active{
    border-color:var(--smoke-accent);
    box-shadow:0 0 0 1px var(--smoke-accent);
}
#ST-PRODUCT-SHOW .st-detail-img-left ul li img{
    width:100%;
    height:100%;
    object-fit:contain;
}
#ST-PRODUCT-SHOW .st-detail-img-right{
    width:calc(100% - 76px);
    overflow:visible;
    background:transparent;
    border:0;
}
#ST-PRODUCT-SHOW .st-detail-img-right .pic{
    display:flex;
    width:100%;
    aspect-ratio:1 / 1;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#f7f7f8;
    border:1px solid #e1e1e4;
    border-radius:4px;
}
#ST-PRODUCT-SHOW .st-detail-img-right .pic > img{
    width:100%;
    height:100%;
    object-fit:contain;
}
#ST-PRODUCT-SHOW .st-detail-img-right .bigpic{
    top:0;
    right:-470px;
    background:#fff;
    border:1px solid #dedee2;
    box-shadow:0 18px 44px rgba(24,24,27,.16);
}
#ST-PRODUCT-SHOW .st-detail-img-right-share{
    position:static;
    margin-top:14px;
}
#ST-PRODUCT-SHOW .st-detail-img-right-share .st-share{
    margin:0;
    color:#77777e;
    font-size:13px;
}
#ST-PRODUCT-SHOW .st-detail-img-right-share .st-share a{
    display:inline-flex;
    width:30px;
    height:30px;
    align-items:center;
    justify-content:center;
    margin-left:3px;
    padding:0;
    color:#66666d;
    background:#f5f5f6;
    border-radius:50%;
}
#ST-PRODUCT-SHOW .st-detail-img-right-share .st-share a:hover{
    color:#fff;
    background:var(--smoke-accent);
}
#ST-PRODUCT-SHOW .st-product-summary-col{
    padding-left:28px;
}
#ST-PRODUCT-SHOW .st-product-purchase-row{
    margin:0;
}
#ST-PRODUCT-SHOW .st-product-purchase-row > .st-product-info,
#ST-PRODUCT-SHOW .st-product-purchase-row > .st-detail-btn{
    float:none;
    width:100%;
    padding:0;
}
#ST-PRODUCT-SHOW .st-detail-attr > h3{
    margin:0 0 12px;
    padding:0;
    color:#191919;
    border:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:36px;
    font-weight:600;
    line-height:1.2;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-itemcode{
    margin:0;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-itemcode > dd{
    color:#808087;
    font-size:12px;
    letter-spacing:0;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-price{
    margin:24px 0;
    padding:18px 0;
    border-top:1px solid #e8e8ea;
    border-bottom:1px solid #e8e8ea;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-price > dt{
    color:var(--smoke-accent);
    font-size:30px;
    font-weight:700;
    line-height:1.2;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-price > dt > del{
    padding-left:12px;
    color:#9a9aa1;
    font-size:15px;
    font-weight:400;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-attr{
    margin:0 0 16px;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-attr > dt{
    margin-bottom:8px;
    color:#4f4f55;
    font-size:13px;
    font-weight:650;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-attr > dd{
    min-width:44px;
    min-height:36px;
    margin:0 8px 8px 0;
    padding:7px 12px;
    color:#343438;
    background:#fff;
    border:1px solid #d8d8dc;
    border-radius:3px;
    line-height:20px;
}
#ST-PRODUCT-SHOW .st-detail-attr .st-attr > dd.active{
    color:var(--smoke-accent);
    border:1px solid var(--smoke-accent);
    box-shadow:inset 0 0 0 1px var(--smoke-accent);
}
#ST-PRODUCT-SHOW .st-detail-attr .st-attr > dd:hover{
    border-color:#9f9fa6;
    box-shadow:none;
}
#ST-PRODUCT-SHOW .st-detail-btn{
    margin-top:24px;
}
#ST-PRODUCT-SHOW .st-detail-btn-right{
    padding:22px;
    background:#f8f8f9;
    border:1px solid #e1e1e4;
    border-radius:4px;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-whosale{
    margin-bottom:16px;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-whosale .table{
    margin:0;
    background:#fff;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-whosale th,
#ST-PRODUCT-SHOW .st-detail-btn-right .st-whosale td{
    padding:8px 10px;
    border-color:#e7e7e9;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-whosale td span{
    display:inline-block;
    width:15px;
    padding-right:5px;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-instock,
#ST-PRODUCT-SHOW .st-detail-btn-right .st-stockout{
    display:inline-block;
    margin:0 0 16px;
    padding:5px 9px;
    background:#fff;
    border:1px solid #dcdce0;
    border-radius:3px;
    font-size:12px;
    font-weight:650;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-instock{
    color:#227a43;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-stockout{
    color:#b4232e;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-qty{
    display:flex;
    align-items:center;
    gap:12px;
    margin:0 0 18px;
    color:#343438;
    font-size:14px;
    font-weight:650;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-qty > input{
    width:76px;
    height:42px;
    padding:8px 10px;
    background:#fff;
    border:1px solid #cfcfd4;
    border-radius:3px;
    font-size:15px;
    font-weight:500;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-qty > input:focus{
    border-color:var(--smoke-accent);
    outline:0;
    box-shadow:0 0 0 2px rgba(166,31,43,.1);
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin:0;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn > button{
    width:100%;
    min-height:46px;
    margin:0;
    padding:11px 14px;
    border-radius:3px;
    box-shadow:none;
    font-size:14px;
    font-weight:650;
    text-shadow:none;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn > button span{
    float:none;
    padding-right:7px;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .addtocart{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .addtocart:hover,
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .addtocart:focus{
    background:#891923;
    border-color:#891923;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .buynow{
    color:#fff;
    background:#222226;
    border-color:#222226;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .buynow:hover,
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .buynow:focus{
    background:#08080a;
    border-color:#08080a;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .addtowishlist{
    grid-column:1 / -1;
    color:#45454b;
    background:#fff;
    border-color:#cfcfd4;
}
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .addtowishlist:hover,
#ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .addtowishlist:focus{
    color:var(--smoke-accent);
    border-color:var(--smoke-accent);
}
#ST-PRODUCT-SHOW > .st-h50{
    height:38px;
}
#ST-PRODUCT-SHOW .st-product-policy{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:38px;
}
#ST-PRODUCT-SHOW .st-product-policy details{
    overflow:hidden;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
    box-shadow:0 8px 24px rgba(24,24,27,.05);
}
#ST-PRODUCT-SHOW .st-product-policy summary{
    position:relative;
    padding:18px 52px 18px 20px;
    color:#202024;
    font-size:16px;
    font-weight:650;
    cursor:pointer;
    list-style:none;
}
#ST-PRODUCT-SHOW .st-product-policy summary::-webkit-details-marker{
    display:none;
}
#ST-PRODUCT-SHOW .st-product-policy summary:after{
    content:"+";
    position:absolute;
    top:13px;
    right:18px;
    color:var(--smoke-accent);
    font-size:24px;
    font-weight:400;
}
#ST-PRODUCT-SHOW .st-product-policy details[open] summary{
    border-bottom:1px solid #ececef;
}
#ST-PRODUCT-SHOW .st-product-policy details[open] summary:after{
    content:"−";
}
#ST-PRODUCT-SHOW .st-product-policy .st-policy-content{
    padding:18px 22px 20px;
}
#ST-PRODUCT-SHOW .st-product-policy .st-policy-content h3{
    margin:0 0 10px;
    color:#242428;
    font-size:15px;
    font-weight:650;
}
#ST-PRODUCT-SHOW .st-product-policy .st-policy-content h3:not(:first-child){
    margin-top:22px;
}
#ST-PRODUCT-SHOW .st-product-policy .st-policy-content ul{
    margin:0;
    padding-left:20px;
    color:#5d5d64;
    line-height:1.75;
}
#ST-PRODUCT-SHOW .st-product-policy .st-policy-content li+li{
    margin-top:8px;
}
#ST-PRODUCT-SHOW .st-main-detail{
    padding-top:8px;
    border-top:1px solid #e4e4e7;
}
#ST-PRODUCT-SHOW .st-main-detail .nav-tabs{
    margin:0;
    border:0;
}
#ST-PRODUCT-SHOW .st-main-detail .nav-tabs li:last-child{
    float:none;
}
#ST-PRODUCT-SHOW .st-main-detail .nav-tabs li:last-child > a{
    display:inline-block;
    margin:0;
    padding:14px 0 12px;
    color:#222226;
    background:transparent;
    border:0;
    border-bottom:2px solid var(--smoke-accent);
    font-size:18px;
    font-weight:650;
}
#ST-PRODUCT-SHOW .st-main-detail .tab-content > .st-h10{
    height:8px;
}
#ST-PRODUCT-SHOW .st-main-detail #Reviews iframe{
    min-height:420px;
    background:#fff;
}
.st-main-detail-reviews-header{
    max-width:720px;
    margin:30px auto;
    padding:28px 32px;
    border:1px solid #e5e5e8;
    border-radius:4px;
    box-shadow:0 14px 34px rgba(24,24,27,.07);
}
.st-main-detail-reviews-header .page-header{
    color:#1f1f22;
    font-family:Georgia,"Times New Roman",serif;
    font-size:28px;
}
.st-main-detail-reviews-header .btn-warning{
    min-width:210px;
    padding:11px 18px;
    background:var(--smoke-accent);
    border:1px solid var(--smoke-accent);
    border-radius:3px;
    box-shadow:none;
    font-weight:650;
}
.st-main-detail-reviews-header .btn-warning:hover,
.st-main-detail-reviews-header .btn-warning:focus{
    background:#891923;
    border-color:#891923;
}

@media (max-width:991px){
    #ST-PRODUCT-SHOW .st-product-overview{
        display:block;
    }
    #ST-PRODUCT-SHOW .st-product-media-col,
    #ST-PRODUCT-SHOW .st-product-summary-col{
        padding-right:15px;
        padding-left:15px;
    }
    #ST-PRODUCT-SHOW .st-product-summary-col{
        margin-top:28px;
    }
}
@media (max-width:767px){
    #ST-PRODUCT-SHOW{
        padding:18px 0 42px;
    }
    #ST-PRODUCT-SHOW .st-detail-img.visible-xs,
    #ST-PRODUCT-SHOW .st-detail-img.visible-sm{
        padding:12px;
        background:#f7f7f8;
        border:1px solid #e1e1e4;
        border-radius:4px;
    }
    #ST-PRODUCT-SHOW .st-detail-img .swiper-container{
        min-height:0;
        aspect-ratio:1 / 1;
    }
    #ST-PRODUCT-SHOW .st-detail-img .swiper-slide{
        background:transparent;
    }
    #ST-PRODUCT-SHOW .st-detail-img .swiper-slide img{
        width:100%;
        height:100%;
        object-fit:contain;
    }
    #ST-PRODUCT-SHOW .st-product-summary-col{
        margin-top:22px;
    }
    #ST-PRODUCT-SHOW .st-detail-attr > h3{
        font-size:28px;
    }
    #ST-PRODUCT-SHOW .st-detail-attr .st-price{
        margin:18px 0;
        padding:15px 0;
    }
    #ST-PRODUCT-SHOW .st-detail-attr .st-price > dt{
        font-size:25px;
    }
    #ST-PRODUCT-SHOW .st-detail-btn{
        margin-top:18px;
    }
    #ST-PRODUCT-SHOW .st-detail-btn-right{
        padding:18px;
    }
    #ST-PRODUCT-SHOW .st-detail-btn-right .st-btn{
        grid-template-columns:1fr;
    }
    #ST-PRODUCT-SHOW .st-detail-btn-right .st-btn .addtowishlist{
        grid-column:auto;
    }
    #ST-PRODUCT-SHOW > .st-h50{
        height:28px;
    }
    #ST-PRODUCT-SHOW .st-product-policy{
        grid-template-columns:1fr;
        margin-top:28px;
    }
    #ST-PRODUCT-SHOW .st-product-policy .st-policy-content{
        padding:16px 18px 18px;
    }
    .st-main-detail-reviews-header{
        margin:18px 0;
        padding:22px 18px;
    }
}

/* Account center */
.st-user{
    min-height:520px;
    padding:32px 0 52px;
    background:#f6f6f7;
    color:#252529;
}
.st-user > .st-h20,
.st-user + .st-h50{
    display:none;
}
.st-user > .container > .row{
    display:flex;
    align-items:flex-start;
}
.st-user .list-group{
    overflow:hidden;
    margin:0;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
    box-shadow:0 8px 24px rgba(25,25,28,.05);
}
.st-user .list-group-item{
    min-height:54px;
    padding:16px 20px;
    color:#343438;
    background:#fff;
    border:0;
    border-bottom:1px solid #ececef;
    font-size:15px;
    font-weight:600;
}
.st-user .list-group-item:last-child{
    border-bottom:0;
}
.st-user .list-group-item:hover,
.st-user .list-group-item:focus{
    color:var(--smoke-accent);
    background:#fafafa;
}
.st-user .list-group-item.active,
.st-user .list-group-item.active:hover,
.st-user .list-group-item.active:focus{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
    text-shadow:none;
}
.st-user .panel{
    margin:0;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
    box-shadow:0 8px 24px rgba(25,25,28,.05);
}
.st-user .panel-body{
    padding:28px 30px;
}
.st-user .page-header{
    position:relative;
    margin:0 0 26px;
    padding:0 0 16px;
    border-bottom:1px solid #e7e7ea;
}
.st-user .page-header:after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:48px;
    height:2px;
    background:var(--smoke-accent);
    content:"";
}
.st-user .page-header h4{
    margin:0;
    color:#202024;
    font-family:Georgia,"Times New Roman",serif;
    font-size:27px;
    font-weight:700;
    line-height:1.3;
}
.st-user .page-header h4 small{
    display:block;
    margin-top:6px;
    color:#77777f;
    font-family:Arial,sans-serif;
    font-size:14px;
    font-weight:400;
}
.st-user .alert{
    margin-bottom:22px;
    padding:14px 16px;
    border-radius:4px;
}
.st-user .alert-warning{
    color:#57470f;
    background:#fff8dc;
    border-color:#eadb96;
}
.st-user .alert .btn-link{
    padding:0;
    color:inherit;
    font-weight:650;
    text-decoration:none;
}
.st-user .form-horizontal{
    max-width:760px;
}
.st-user .form-group{
    margin-bottom:20px;
}
.st-user .control-label{
    padding-top:11px;
    color:#4e4e55;
    font-weight:650;
}
.st-user .form-control{
    height:44px;
    color:#27272b;
    background:#fff;
    border:1px solid #cfcfd4;
    border-radius:4px;
    box-shadow:none;
}
.st-user textarea.form-control{
    min-height:132px;
    resize:vertical;
}
.st-user .form-control:focus{
    border-color:var(--smoke-accent);
    box-shadow:0 0 0 2px rgba(166,31,43,.1);
}
.st-user .form-control[disabled]{
    color:#55555c;
    background:#f5f5f6;
}
.st-user .btn-primary{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
    box-shadow:none;
    text-shadow:none;
}
.st-user .btn-primary:hover,
.st-user .btn-primary:focus{
    background:#891923;
    border-color:#891923;
}
.st-account-summary{
    margin:0;
}
.st-account-summary dt{
    margin-bottom:14px;
    color:#55555b;
    font-size:14px;
}
.st-account-summary dd{
    max-width:440px;
    padding:9px 0;
    color:#696970;
    border-bottom:1px solid #ededf0;
}
.st-account-summary dd span{
    display:inline-block;
    min-width:90px;
}
.st-account-summary dd strong{
    color:#202024;
    font-size:22px;
}
.st-account-summary a,
.st-user .media-heading > a,
.st-user-feedback-list a{
    color:var(--smoke-accent);
}
.st-user-wishlist table{
    margin:0;
}
.st-user-wishlist table > tbody > tr > td{
    padding:18px 8px;
    vertical-align:middle;
    border-top:1px solid #ececef;
}
.st-user-wishlist table > tbody > tr:first-child > td{
    border-top:0;
}
.st-user-wishlist .media .media-object{
    width:86px;
    height:86px;
    padding:5px;
    object-fit:contain;
    background:#f7f7f8;
    border:1px solid #e3e3e6;
    border-radius:4px;
}
.st-user-wishlist .media-heading{
    margin-bottom:8px;
    font-size:16px;
    font-weight:650;
}
.st-user-wishlist .st-price{
    margin-top:8px;
    color:#202024;
    font-size:15px;
    font-weight:700;
}
.st-user-wishlist .st-datetime{
    font-size:12px;
}
.st-user-wishlist .st-removecart{
    width:36px;
    height:36px;
    color:#77777e;
    background:#fff;
    border-color:#d6d6da;
    border-radius:4px;
}
.st-user-wishlist .st-removecart:hover{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
}
.st-order-list{
    display:grid;
    gap:18px;
}
.st-order-card{
    overflow:hidden;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
}
.st-order-card-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:15px 18px;
    background:#f8f8f9;
    border-bottom:1px solid #e4e4e7;
}
.st-order-reference{
    display:flex;
    align-items:center;
    gap:8px;
    min-width:0;
}
.st-order-reference span,
.st-order-total span{
    color:#77777f;
    font-size:12px;
}
.st-order-reference a{
    overflow:hidden;
    color:#252529;
    font-weight:700;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.st-order-reference a:hover{
    color:var(--smoke-accent);
}
.st-order-date{
    flex:0 0 auto;
    color:#77777f;
    font-size:12px;
}
.st-order-summary{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
}
.st-order-total{
    display:flex;
    flex-direction:column;
    min-width:130px;
}
.st-order-total strong{
    margin-top:2px;
    color:#202024;
    font-size:18px;
}
.st-order-status{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:4px 9px;
    border:1px solid;
    border-radius:3px;
    font-size:12px;
    font-weight:700;
}
.st-order-status.is-attention{
    color:#a61f2b;
    background:#fff3f4;
    border-color:#efc5c9;
}
.st-order-status.is-success{
    color:#227a43;
    background:#f0faf4;
    border-color:#bfe2cc;
}
.st-order-status.is-neutral{
    color:#626269;
    background:#f4f4f5;
    border-color:#d9d9dc;
}
.st-order-actions{
    display:flex;
    gap:8px;
    margin-left:auto;
}
.st-order-action{
    min-height:36px;
    padding:7px 12px;
    border-radius:4px;
    box-shadow:none;
    font-size:13px;
    font-weight:650;
}
.st-order-action .glyphicon{
    margin-right:5px;
}
.st-order-action-primary{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
}
.st-order-action-primary:hover,
.st-order-action-primary:focus{
    color:#fff;
    background:#891923;
    border-color:#891923;
}
.st-order-action-secondary{
    color:#343438;
    background:#fff;
    border-color:#ccccd1;
}
.st-order-action-secondary:hover,
.st-order-action-secondary:focus{
    color:var(--smoke-accent);
    background:#fff;
    border-color:var(--smoke-accent);
}
.st-order-products{
    border-top:1px solid #ececef;
}
.st-order-product{
    display:grid;
    grid-template-columns:76px minmax(0,1fr) auto;
    align-items:center;
    gap:16px;
    padding:16px 18px;
    border-bottom:1px solid #ececef;
}
.st-order-product:last-child{
    border-bottom:0;
}
.st-order-product-image{
    width:76px;
    height:76px;
    padding:4px;
    background:#f7f7f8;
    border:1px solid #e3e3e6;
    border-radius:4px;
}
.st-order-product-image img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.st-order-product-info{
    min-width:0;
}
.st-order-product-info h5{
    margin:0 0 7px;
    font-size:15px;
    font-weight:650;
}
.st-order-product-info h5 a{
    color:#252529;
}
.st-order-product-info h5 a:hover{
    color:var(--smoke-accent);
}
.st-order-product-info .st-itemcode{
    color:#898990;
    font-size:12px;
}
.st-order-product-info .st-itemcode span + span:before{
    margin:0 7px;
    color:#c0c0c5;
    content:"/";
}
.st-order-product-price{
    margin:0;
    color:#343438;
    font-size:13px;
    font-weight:650;
    white-space:nowrap;
}
.st-user-empty{
    padding:54px 20px;
    color:#77777f;
    text-align:center;
}
.st-user-empty > .glyphicon{
    margin-bottom:12px;
    color:#b9b9bf;
    font-size:34px;
}
.st-user-empty p{
    margin-bottom:16px;
}
.st-user .pager{
    margin:24px 0 0;
    text-align:left;
}
.st-user .pager li > a{
    color:#343438;
    background:#fff;
    border-color:#d1d1d6;
    border-radius:4px;
}
.st-user .pager li:not(.disabled) > a:hover{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
}
.st-order-detail-header{
    position:relative;
}
.st-order-detail-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    margin:-10px 0 24px;
}
.st-order-meta{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 28px;
    padding:18px 20px;
    background:#f8f8f9;
    border:1px solid #e5e5e8;
    border-radius:4px;
}
.st-user-orders .st-order-meta p{
    display:flex;
    justify-content:space-between;
    gap:16px;
    margin:0;
    padding:10px 0;
    border-bottom:1px solid #e4e4e7;
}
.st-user-orders .st-order-meta p:nth-last-child(-n+2){
    border-bottom:0;
}
.st-order-meta label{
    margin:0;
    color:#77777f;
    font-weight:500;
}
.st-order-meta span{
    color:#2c2c31;
    font-weight:650;
    text-align:right;
}
.st-order-meta .badge{
    margin-left:6px;
    color:#fff;
    background:var(--smoke-accent);
}
.st-user-orders .st-shipdesc{
    margin:14px 0 0;
    padding:0;
    color:#74747b;
    font-size:13px;
    text-indent:0;
}
.st-order-detail-section{
    margin-top:34px;
}
.st-order-detail-section .page-header h4{
    font-size:22px;
}
.st-order-detail .st-order-products{
    border:1px solid #e2e2e6;
    border-radius:4px;
}
.st-order-totals{
    width:100%;
    max-width:360px;
    margin:20px 0 0 auto;
}
.st-user-orders .st-order-totals p{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin:0;
    padding:8px 0;
    color:#68686f;
}
.st-order-totals label{
    margin:0;
    font-weight:500;
}
.st-order-totals span{
    color:#29292d;
    font-weight:650;
}
.st-user-orders .st-order-totals .st-order-grand-total{
    margin-top:6px;
    padding-top:14px;
    color:#202024;
    border-top:1px solid #d9d9dd;
    font-size:17px;
}
.st-order-grand-total label,
.st-order-grand-total span{
    font-weight:750;
}
.st-shipping-address{
    display:flex;
    flex-direction:column;
    gap:7px;
    margin:0;
    color:#626269;
    font-style:normal;
    line-height:1.5;
}
.st-shipping-address strong{
    color:#252529;
    font-size:16px;
}
.st-user-feedback-list > dl{
    margin:0 0 12px;
    padding:16px 18px;
    background:#fff;
    border:1px solid #e2e2e6;
    border-radius:4px;
}
.st-user-feedback-list > dl > dt{
    line-height:1.5;
}
.st-user-feedback-list > dl > dd.st-reply > dl{
    margin:14px 0 0;
    padding:14px 0 0 24px;
    border-top:1px solid #ececef;
}
.st-user-feedback-list-replies > dl.st-reply{
    background:#f7f7f8;
}
.st-user-feedback-list-replies > dl > dd.st-text{
    max-width:82%;
    padding:10px 12px;
    border:1px solid #e1e1e5;
    border-radius:4px;
}
.st-user-feedback-list-replies > dl.st-reply > dd.st-text{
    background:#fff;
}
.st-user-feedback-form{
    margin-top:24px;
    padding:20px;
    background:#f8f8f9;
    border:1px solid #e4e4e7;
    border-radius:4px;
}

@media (max-width:767px){
    .st-user{
        padding:18px 0 34px;
    }
    .st-user > .container > .row{
        display:block;
    }
    .st-user .list-group{
        display:flex;
        overflow-x:auto;
        margin-bottom:18px;
        border-radius:4px;
    }
    .st-user .list-group-item{
        flex:0 0 auto;
        min-height:46px;
        padding:13px 15px;
        border-right:1px solid #ececef;
        border-bottom:0;
        font-size:13px;
        white-space:nowrap;
    }
    .st-user .panel-body{
        padding:22px 18px;
    }
    .st-user .page-header h4{
        font-size:24px;
        overflow-wrap:anywhere;
    }
    .st-user .form-horizontal{
        max-width:none;
    }
    .st-user .control-label{
        padding-top:0;
    }
    .st-order-card-header{
        display:block;
    }
    .st-order-date{
        display:block;
        margin-top:7px;
    }
    .st-order-summary{
        align-items:flex-start;
        flex-wrap:wrap;
    }
    .st-order-actions{
        width:100%;
        margin:4px 0 0;
    }
    .st-order-action{
        flex:1 1 auto;
    }
    .st-order-product{
        grid-template-columns:68px minmax(0,1fr);
        gap:12px;
        padding:14px;
    }
    .st-order-product-image{
        width:68px;
        height:68px;
    }
    .st-order-product-price{
        grid-column:2;
        white-space:normal;
    }
    .st-order-meta{
        grid-template-columns:1fr;
        padding:12px 16px;
    }
    .st-user-orders .st-order-meta p,
    .st-user-orders .st-order-meta p:nth-last-child(-n+2){
        border-bottom:1px solid #e4e4e7;
    }
    .st-user-orders .st-order-meta p:last-child{
        border-bottom:0;
    }
    .st-order-meta p{
        flex-direction:column;
        gap:4px;
    }
    .st-order-meta span{
        text-align:left;
    }
    .st-order-totals{
        max-width:none;
    }
    .st-user-wishlist .table-responsive{
        border:0;
    }
    .st-user-feedback-list-replies > dl > dd.st-text{
        max-width:100%;
    }
}

/* Shopping cart */
.st-cart{
    min-height:500px;
    padding:32px 0 52px;
    background:#f6f6f7;
    color:#252529;
}
.st-cart + .st-h50{
    display:none;
}
.st-cart-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:24px;
}
.st-cart-heading h1{
    margin:0;
    color:#202024;
    font-family:Georgia,"Times New Roman",serif;
    font-size:30px;
    font-weight:700;
    line-height:1.25;
}
.st-cart-continue{
    min-height:40px;
    padding:9px 14px;
    color:#3d3d43;
    background:#fff;
    border:1px solid #cfcfd4;
    border-radius:4px;
    box-shadow:none;
    font-weight:650;
}
.st-cart-continue .glyphicon{
    margin-right:6px;
}
.st-cart-continue:hover,
.st-cart-continue:focus{
    color:var(--smoke-accent);
    background:#fff;
    border-color:var(--smoke-accent);
}
.st-cart-products-panel,
.st-cart-checkout{
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
    box-shadow:0 8px 24px rgba(25,25,28,.05);
}
.st-cart-products-panel{
    overflow:hidden;
}
.st-cart-table{
    margin:0;
}
.st-cart-table > tbody > tr > td{
    padding:20px;
    vertical-align:middle;
    border-top:1px solid #ececef;
}
.st-cart-table > tbody > tr:first-child > td{
    border-top:0;
}
.st-cart-table .media{
    display:flex;
    align-items:center;
    gap:18px;
    margin:0;
}
.st-cart-table .media-left{
    padding:0;
}
.st-cart-table .media-object{
    width:96px;
    height:96px;
    padding:6px;
    object-fit:contain;
    background:#f7f7f8;
    border:1px solid #e3e3e6;
    border-radius:4px;
}
.st-cart-table .media-body{
    width:auto;
}
.st-cart-table .media-heading{
    margin:0 0 8px;
    font-size:16px;
    font-weight:650;
}
.st-cart-table .media-heading a{
    color:#252529;
}
.st-cart-table .media-heading a:hover{
    color:var(--smoke-accent);
}
.st-cart-table .st-itemcode,
.st-cart-table .st-specs{
    margin:0 0 4px;
    color:#898990;
    font-size:12px;
}
.st-cart-table .st-price{
    display:flex;
    align-items:center;
    gap:8px;
    margin:10px 0 0;
    color:#29292d;
    font-size:14px;
    font-weight:700;
}
.st-cart-table .st-price input{
    width:66px;
    height:38px;
    padding:7px 9px;
    background:#fff;
    border:1px solid #cfcfd4;
    border-radius:4px;
    box-shadow:none;
    text-align:center;
}
.st-cart-table .st-price input:focus{
    border-color:var(--smoke-accent);
    outline:0;
    box-shadow:0 0 0 2px rgba(166,31,43,.1);
}
.st-cart-table .st-wholesale{
    min-width:165px;
    color:#77777f;
    font-size:12px;
}
.st-cart-table .st-wholesale .table{
    margin:0;
}
.st-cart-table .st-wholesale td{
    padding:4px 6px;
    border:0;
}
.st-cart-table .st-removecart{
    width:38px;
    height:38px;
    padding:0;
    color:#77777e;
    background:#fff;
    border:1px solid #d4d4d9;
    border-radius:4px;
}
.st-cart-table .st-removecart:hover,
.st-cart-table .st-removecart:focus{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
}
.st-cart-checkout{
    position:sticky;
    top:20px;
    padding:24px;
}
.st-cart-checkout .st-cart-summary-row{
    display:grid;
    grid-template-columns:minmax(110px,1fr) minmax(140px,1fr);
    align-items:center;
    gap:12px;
    margin:0;
    padding:13px 0;
    border-bottom:1px solid #ececef;
}
.st-cart-checkout .st-cart-summary-row > span{
    min-width:0;
    padding:0;
    color:#626269;
    text-align:left;
}
.st-cart-checkout .st-cart-summary-row > strong{
    color:#202024;
    font-size:16px;
    text-align:right;
}
.st-cart-checkout .form-control{
    width:100%;
    height:42px;
    padding:8px 10px;
    color:#29292d;
    background:#fff;
    border:1px solid #cfcfd4;
    border-radius:4px;
    box-shadow:none;
}
.st-cart-checkout .form-control:focus{
    border-color:var(--smoke-accent);
    box-shadow:0 0 0 2px rgba(166,31,43,.1);
}
.st-cart-checkout-action{
    margin:20px 0 0;
}
.st-cart-checkout .st-cart-checkout-action .btn-warning{
    width:100%;
    min-height:46px;
    padding:11px 16px;
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
    border-radius:4px;
    box-shadow:none;
    font-size:15px;
    font-weight:700;
    text-shadow:none;
}
.st-cart-checkout .st-cart-checkout-action .btn-warning:hover,
.st-cart-checkout .st-cart-checkout-action .btn-warning:focus{
    background:#891923;
    border-color:#891923;
}
.st-cart .st-cart-empty{
    padding:80px 20px;
}
.st-cart .st-cart-empty .glyphicon{
    margin-bottom:14px;
    font-size:36px;
}
.st-cart .st-cart-empty p{
    margin-bottom:14px;
    color:#707077;
    font-size:15px;
}
.st-cart .st-cart-empty-action{
    min-height:38px;
    padding:8px 16px;
    color:#fff;
    background:var(--smoke-accent);
    border:1px solid var(--smoke-accent);
    border-radius:4px;
    font-weight:650;
}
.st-cart .st-cart-empty-action:hover,
.st-cart .st-cart-empty-action:focus{
    color:#fff;
    background:#891923;
    border-color:#891923;
}

@media (max-width:991px){
    .st-cart-checkout{
        position:static;
        margin-top:20px;
    }
}
@media (max-width:767px){
    .st-cart{
        padding:20px 0 36px;
    }
    .st-cart-heading{
        align-items:flex-start;
        flex-direction:column;
        margin-bottom:18px;
    }
    .st-cart-heading h1{
        font-size:27px;
    }
    .st-cart-continue{
        width:100%;
    }
    .st-cart-table > tbody > tr{
        position:relative;
    }
    .st-cart-table > tbody > tr > td{
        padding:16px;
    }
    .st-cart-table > tbody > tr > td:last-child{
        width:54px;
        padding-left:0;
    }
    .st-cart-table .media{
        align-items:flex-start;
        gap:12px;
    }
    .st-cart-table .media-object{
        width:72px;
        height:72px;
    }
    .st-cart-table .media-heading{
        font-size:14px;
    }
    .st-cart-table .st-price{
        align-items:flex-start;
        flex-wrap:wrap;
    }
    .st-cart-checkout{
        padding:20px 18px;
    }
    .st-cart-checkout .st-cart-summary-row{
        grid-template-columns:1fr;
        gap:7px;
    }
    .st-cart-checkout .st-cart-summary-row > strong{
        text-align:left;
    }
    .st-cart .st-cart-empty{
        padding:58px 18px;
    }
}

/* Homepage value sections */
.st-home-value{
    margin-top:52px;
}
.st-value-band{
    padding:64px 0;
}
.st-value-band-dark{
    color:#fff;
    background:#202024;
    border-top:3px solid var(--smoke-accent);
}
.st-value-band-light{
    color:#252529;
    background:#fff;
    border-bottom:1px solid #dedee2;
}
.st-value-copy{
    max-width:920px;
    margin:0 auto;
    text-align:center;
}
.st-value-copy h2{
    margin:0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:36px;
    font-weight:700;
    line-height:1.25;
}
.st-value-copy h2:after{
    display:block;
    width:48px;
    height:2px;
    margin:20px auto 0;
    background:var(--smoke-accent);
    content:"";
}
.st-value-band-dark .st-value-copy h2{
    color:#fff;
}
.st-value-band-light .st-value-copy h2{
    color:var(--smoke-accent);
}
.st-value-copy p{
    max-width:840px;
    margin:22px auto 0;
    font-size:16px;
    line-height:1.8;
}
.st-value-band-dark .st-value-copy p{
    color:#d4d4d8;
}
.st-value-band-light .st-value-copy p{
    color:#5d5d64;
}
.st-value-action{
    min-width:176px;
    min-height:44px;
    margin-top:28px;
    padding:11px 20px;
    border-radius:4px;
    box-shadow:none;
    font-size:14px;
    font-weight:700;
}
.st-value-band-dark .st-value-action{
    color:#fff;
    background:var(--smoke-accent);
    border:1px solid var(--smoke-accent);
}
.st-value-band-light .st-value-action{
    color:#fff;
    background:#202024;
    border:1px solid #202024;
}
.st-value-action:hover,
.st-value-action:focus{
    color:#fff;
    background:#891923;
    border-color:#891923;
}
.st-home-value + .st-about-contact{
    margin-top:0;
}

@media (max-width:767px){
    .st-home-value{
        margin-top:34px;
    }
    .st-value-band{
        padding:44px 0;
    }
    .st-value-copy{
        padding:0 8px;
    }
    .st-value-copy h2{
        font-size:28px;
    }
    .st-value-copy p{
        margin-top:18px;
        font-size:15px;
        line-height:1.7;
    }
    .st-value-action{
        width:100%;
        max-width:280px;
        margin-top:24px;
    }
}

/* Product category page */
.st-category-page{
    min-height:620px;
    padding:36px 0 64px;
    color:#252529;
    background:#f7f7f8;
}
.st-category-page-header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    min-height:86px;
    margin-bottom:24px;
    padding-bottom:20px;
    border-bottom:1px solid #dcdce0;
}
.st-category-page-header h1{
    margin:0;
    color:#202024;
    font-family:Georgia,"Times New Roman",serif;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
}
.st-category-page-header p{
    margin:7px 0 0;
    color:#77777f;
    font-size:13px;
}
.st-category-layout{
    display:flex;
    align-items:flex-start;
}
.st-category-sidebar{
    overflow:hidden;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
    box-shadow:0 8px 24px rgba(25,25,28,.04);
}
.st-category-sidebar-heading{
    display:flex;
    align-items:center;
    gap:10px;
    min-height:58px;
    padding:16px 18px;
    color:#fff;
    background:#202024;
    border-bottom:2px solid var(--smoke-accent);
}
.st-category-sidebar-heading .glyphicon{
    color:#d9a7ad;
    font-size:15px;
}
.st-category-sidebar-heading h2{
    margin:0;
    color:#fff;
    font-size:15px;
    font-weight:700;
}
.st-category-links,
.st-category-links ul{
    margin:0;
    padding:0;
    list-style:none;
}
.st-category-links > li > a,
.st-category-links ul a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:46px;
    color:#343438;
    border-bottom:1px solid #ececef;
    text-decoration:none;
}
.st-category-links > li > a{
    padding:13px 18px;
    font-weight:700;
}
.st-category-links ul a{
    padding:12px 18px 12px 30px;
    color:#626269;
    font-size:13px;
}
.st-category-links .st-category-grandchildren{
    background:#fafafa;
    border-bottom:1px solid #ececef;
}
.st-category-links .st-category-grandchildren a{
    min-height:40px;
    padding:10px 18px 10px 46px;
    color:#77777f;
    font-size:12px;
}
.st-category-links li:last-child > a,
.st-category-links ul li:last-child > a{
    border-bottom:0;
}
.st-category-links a .glyphicon{
    color:#b3b3b9;
    font-size:10px;
}
.st-category-links a:hover,
.st-category-links a:focus{
    color:var(--smoke-accent);
    background:#fafafa;
}
.st-category-links a.is-active,
.st-category-links a.is-active:hover,
.st-category-links a.is-active:focus{
    color:#fff;
    background:var(--smoke-accent);
}
.st-category-links a.is-active .glyphicon{
    color:#fff;
}
.st-category-results{
    min-width:0;
}
.st-category-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:66px;
    margin-bottom:18px;
    padding:12px 16px 12px 20px;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
}
.st-category-result-count{
    display:flex;
    min-width:0;
    flex-direction:column;
}
.st-category-result-count strong{
    overflow:hidden;
    color:#252529;
    font-size:16px;
    font-weight:700;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.st-category-result-count span{
    margin-top:3px;
    color:#85858c;
    font-size:12px;
}
.st-category-sort{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    color:#68686f;
    font-size:13px;
    font-weight:500;
    white-space:nowrap;
}
.st-category-sort .form-control{
    width:176px;
    height:40px;
    padding:8px 30px 8px 10px;
    color:#29292d;
    background:#fff;
    border:1px solid #cfcfd4;
    border-radius:4px;
    box-shadow:none;
}
.st-category-sort .form-control:focus{
    border-color:var(--smoke-accent);
    box-shadow:0 0 0 2px rgba(166,31,43,.1);
}
.st-category-grid{
    display:flex;
    flex-wrap:wrap;
    margin-right:-8px;
    margin-left:-8px;
}
.st-category-grid > div{
    display:flex;
    padding-right:8px;
    padding-left:8px;
}
.st-category-product-card{
    display:flex;
    width:100%;
    flex-direction:column;
    margin-bottom:16px;
    padding:0;
    overflow:hidden;
    background:#fff;
    border:1px solid #e1e1e5;
    border-radius:6px;
    box-shadow:0 1px 0 rgba(24,24,27,.02);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.st-category-product-card:hover{
    transform:translateY(-3px);
    border-color:#cdced3;
    box-shadow:0 12px 28px rgba(24,24,27,.09);
}
.st-category-product-card > a.st-thumb{
    display:flex;
    width:100%;
    height:auto;
    aspect-ratio:1 / 1;
    align-items:center;
    justify-content:center;
    padding:12px;
    overflow:hidden;
    background:#fafafa;
}
.st-category-product-card > a.st-thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.st-category-product-card .caption{
    display:flex;
    min-height:128px;
    flex:1;
    flex-direction:column;
    padding:16px 16px 10px;
}
.st-category-product-card .caption h3{
    display:-webkit-box;
    min-height:40px;
    margin:0 0 9px;
    overflow:hidden;
    color:#27272a;
    font-size:15px;
    font-weight:650;
    line-height:1.4;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.st-category-product-card .caption h3 a{
    color:#27272a;
    text-decoration:none;
}
.st-category-product-card .caption h3 a:hover{
    color:var(--smoke-accent);
}
.st-category-product-card .st-home-product-price{
    margin-top:auto;
    margin-bottom:5px;
    color:#202024;
    font-size:17px;
}
.st-category-product-card .st-home-product-sold{
    margin:0;
}
.st-category-card-action{
    padding:0 16px 16px;
}
.st-category-card-action .btn{
    width:100%;
    min-height:40px;
    padding:9px 12px;
    color:#fff;
    background:var(--smoke-accent);
    border:1px solid var(--smoke-accent);
    border-radius:4px;
    box-shadow:none;
    font-size:13px;
    font-weight:700;
    text-shadow:none;
}
.st-category-card-action .btn:hover,
.st-category-card-action .btn:focus{
    color:#fff;
    background:#891923;
    border-color:#891923;
}
.st-category-card-action .glyphicon{
    margin-right:6px;
}
.st-category-empty{
    min-height:360px;
    padding:92px 20px;
    color:#77777f;
    background:#fff;
    border:1px solid #dedee2;
    border-radius:6px;
    text-align:center;
}
.st-category-empty > .glyphicon{
    margin-bottom:14px;
    color:#b9b9bf;
    font-size:34px;
}
.st-category-empty p{
    margin-bottom:18px;
}
.st-category-empty .btn{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
    border-radius:4px;
}
.st-category-pagination{
    margin-top:10px;
}
.st-category-pagination .pagination{
    margin:0;
}
.st-category-pagination .pagination > li > a,
.st-category-pagination .pagination > li > span{
    color:#343438;
    border-color:#d1d1d6;
}
.st-category-pagination .pagination > .active > span{
    color:#fff;
    background:var(--smoke-accent);
    border-color:var(--smoke-accent);
}

@media (max-width:767px){
    .st-category-page{
        min-height:520px;
        padding:22px 0 40px;
    }
    .st-category-page-header{
        min-height:0;
        margin-bottom:18px;
        padding-bottom:16px;
    }
    .st-category-page-header h1{
        font-size:27px;
    }
    .st-category-layout{
        display:block;
    }
    .st-category-sidebar{
        margin-bottom:16px;
        box-shadow:none;
    }
    .st-category-sidebar-heading{
        min-height:50px;
        padding:13px 15px;
    }
    .st-category-links > li > a{
        padding:11px 15px;
    }
    .st-category-links ul{
        display:flex;
        overflow-x:auto;
        padding:10px;
        gap:8px;
        background:#fafafa;
    }
    .st-category-links ul li{
        flex:0 0 auto;
    }
    .st-category-links ul a{
        min-height:38px;
        padding:9px 12px;
        background:#fff;
        border:1px solid #dcdce0;
        border-radius:4px;
        white-space:nowrap;
    }
    .st-category-links ul a .glyphicon{
        display:none;
    }
    .st-category-links .st-category-grandchildren{
        display:flex;
        flex-direction:column;
        overflow:visible;
        margin-top:6px;
        padding:0;
        gap:6px;
        background:transparent;
        border-bottom:0;
    }
    .st-category-links .st-category-grandchildren a{
        min-height:34px;
        padding:7px 10px;
        font-size:12px;
    }
    .st-category-toolbar{
        align-items:flex-start;
        flex-direction:column;
        gap:12px;
        min-height:0;
        padding:15px;
    }
    .st-category-result-count{
        width:100%;
    }
    .st-category-sort{
        width:100%;
        justify-content:space-between;
    }
    .st-category-sort .form-control{
        width:min(190px,65%);
    }
    .st-category-grid{
        margin-right:-5px;
        margin-left:-5px;
    }
    .st-category-grid > div{
        padding-right:5px;
        padding-left:5px;
    }
    .st-category-product-card{
        margin-bottom:10px;
        box-shadow:none;
    }
    .st-category-product-card:hover{
        transform:none;
        box-shadow:none;
    }
    .st-category-product-card > a.st-thumb{
        padding:7px;
    }
    .st-category-product-card .caption{
        min-height:120px;
        padding:12px 10px 8px;
    }
    .st-category-product-card .caption h3{
        min-height:38px;
        font-size:14px;
    }
    .st-category-product-card .st-home-product-price{
        font-size:14px;
        overflow-wrap:anywhere;
    }
    .st-category-card-action{
        padding:0 10px 10px;
    }
    .st-category-card-action .btn{
        min-height:38px;
        padding:8px 6px;
        font-size:12px;
    }
}

@media (prefers-reduced-motion:reduce){
    .st-category-product-card{
        transition:none;
    }
}
