.vat{
    font-size: 12px;
    font-weight: normal;
}
#cart-form .vat {
    margin-top: 6px;
    font-size: 14px;
}
.product-list{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.product-list.slider{
    float: left;
}
.product-list li{
    border-radius: 10px;
    /*background: linear-gradient(135deg, #FFF 0%, #EDEDED 100%);*/
    background: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.product-list.slider li{
    float: left;
    margin-right: 10px;
}
.product-list h5,
.product-list .h5{
    font-size: 16px;
    font-weight: 400;
    color: #070707;
    overflow: hidden;
    margin-top: 10px;
    line-height: 22px;
}
.product-list .image,
.product-list .badge-wrapper{
    height: 160px;
    margin-bottom: 5px;
}
.product-list img{
    max-height: 100%;
    width: auto !important;
    margin: auto;
    display: block;
}
.instock,
.out-of-stock{
    color: #57B548;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 14px;
}
.instock:before,
.out-of-stock:before{
    content: ' ';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #57B548;
    left: 0;
    top: 5px;
}

.product-list .features span{
    font-weight: 700;
}
.product-list .features{
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 80px 1fr;
    text-align: right;
    grid-gap: 12px;
}
.product-list .features span:nth-child(odd){
    color: #404040;
    font-weight: 400;
    text-align: left;
}
.product-list .price{
    font-size: 20px;
    font-weight: 700;
}
.product-list .addtocart{
    display: flex;
    justify-content: space-between;
}
.product-list input[type="submit"]{
    background: url("img/catr_mini.svg") no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    text-indent: -999px;
    cursor: pointer;
}
.product-list input[type="submit"]:hover{
    background: url("img/catr_mini_hover.svg") no-repeat;
}
.product-list .compare,
.product-info .compare{
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url("img/compare_mini.svg") no-repeat;
}
.product-list .compare.active,
.product-info .compare.active{
    background: url("img/compare_mini_active.svg") no-repeat;
}
.item__btn-it_fav{
    display: inline-block;
}
.item__btn-it_fav button{
    width: 21px;
    height: 25px;
    background: url("img/fav_mini.svg") no-repeat;
    border: none;
    font-size: 0;
    text-indent: -999px;
}
.item__btn-it_fav button.active{
    background: url("img/fav_full_mini.svg") no-repeat;
    background-position: center;
}
.product-list .buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
}
.product-list .buttons a,
.product-list .buttons div{
    margin-right: 15px;
}
.owl-nav{
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
}
.owl-prev, .owl-next{
    position: absolute;
    font-size: 0px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("img/right_str.svg");
    right: -25px;
}
.owl-prev{
    background: url("img/left_strd.svg");
    right: auto;
    left: -25px;
}
.owl-prev.disabled{
    background: url("img/left_str.svg");
}
.owl-prev.disabled, .owl-next.disabled{
    opacity: 0.4;
}
.paging-nav ul{
    list-style: none;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.paging-nav ul li a{
    padding: 5px 10px;
    color: #888;
    font-size: 20px;
    font-weight: 600;
}
.paging-nav ul li.selected a{
    color: #343434;
    font-size: 22px;
}
.paging-nav ul li a.inline-link{

}
.lst-nav a, .lst-nav-sub a{
    color: #070707;
    font-weight: 500;
    font-size: 20px;
}
#spb_interioraccessories ul.lst-nav a:hover, #spb_interioraccessories ul.lst-nav-sub a:hover{
    text-decoration: none !important;
}
.lst-nav a{
    font-size: 16px;
}
ul.lst-nav li{
  width: 150px !important;
}
#spb_interioraccessories .lst-nav-sub{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
    grid-gap: 20px;
}
.lst-nav-sub li{
    width: 100%;
    background: none;
    margin: 0;
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid #F0F0F0;
}
.lst-nav-sub li:hover{
    border: 1px solid #cfcece;
}
.accessories_count{
    color: #07070799;
    font-size: 16px;
}
.lst-nav-sub li .grid-img{
    top: 60px;
}
.articul .skus .hint{
    color: #000;
}
.category_sub img,
.product-list .image img,
.sub-links img{
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.category_sub span,
.product-list h5,
.sub-links span{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category_sub a:hover img,
.product-list li:hover .image img,
.sub-links a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.category_sub a:hover span,
.sub-links a:hover span{
    opacity: .6;
}
.product-list h5:hover{
    opacity: .6;
}
.featherlight .products{
    display: grid !important;
    grid-template-columns: 120px 1fr;
    grid-gap: 20px;
    color: #070707;
    align-items: center;
}
.featherlight .products img{
    max-width: 120px;
    max-height: 145px;
}
.featherlight .products .name{
    font-weight: 700;
    max-width: 400px;
}
.featherlight .products .price{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-top: 30px;
}
.featherlight .buttons{
    display: grid !important;
    grid-gap: 22px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
}
.featherlight .buttons span,
.featherlight .buttons a{
    height: 45px;
    border: 1px solid #ACACAC;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    display: block;
    color: #070707;
}
.featherlight .buttons a{
    color: #fff;
    border: none;
}
#mailer7752d065544b468e9697e6b1ffda2373{
    max-width: 100%;
    width: auto !important;
}