.s-blocks__item {
    margin-bottom: 50px;
}

.owl-theme-dots .owl-dots{
    display: none;
}

.promo__icon, .promo__item{
    display: block;
}

.promo__icon{
    width: initial;
    height: initial;
}

.promo__info{
    display: none;
}

.collection-list{
}

.collection-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}

.collection-list ul li{
    padding: 0 5px;
    margin-bottom: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    position: relative;
}

.collection-list ul li.with-label a{
    padding-right: 32px;
}


.collection-list ul li span{
    position: absolute;
    right: 5px;
    top: 0;
    padding: 2px 4px;
    color: #fff;
    font-size: 11px;
}

/* collections start */

.collections-inner{
    margin: 20px 0;
}

.collections-items{
    
}

.collection-item{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 70px;
    align-items: center;
}

.collection-item.reverse{
    flex-direction: row-reverse;
}

.collection-image{
    flex: 0 0 65%;
    max-width: 65%;
    width: 100%;
    padding: 0 15px;
}

.collection-image a{
    display: block;
    line-height: 1;
    text-decoration: none;
}

.collection-image a img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 300px;
}

.collection-info{
    flex: 0 0 35%;
    max-width: 35%;
    width: 100%;
    padding: 0 15px;
}

.collection-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.collection-title a{
    text-decoration: none;
    color: #2a2a2a;
}

.collection-desc{
    color: #666;
    font-size: 16px;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.collection-link a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    border-bottom: 1px solid #666;
    display: inline-block;
    text-decoration: none;
}

.collection-page{
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.products__item-info-name{
    height: 85px;
    line-height: 1.3;
}

.products__one .clicklite__buttonView.button{
    height: 34px;
    line-height: 34px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .products__one{
        margin: 0;
    }
    .products__one .clicklite__buttonView.button {
    	font-size: 12px;
    } 
}

.productsets-wrap[data-id="2"] [data-productsets-bb]{
    border: 1px solid #ececec;
}

.productsets-body, .productsets-total-wrap{
    padding: 20px;
}

.counter__minus, .counter__plus{
    height: auto;
    line-height: initial;
}

.m-products__info{
    flex-wrap: wrap;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section .wa-delivery-variant .wa-date,
.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-table > .wa-row:nth-child(2){
    display: none;
}

/*.js-open-delivery .dp-container__city-select{
    display: none;
}

.js-open-delivery.active .dp-container__city-select{
    display: inline-block;
}*/

.dp-product__header{
    position: relative;
}

.delivery-header{
    text-align: left;
}

.dp-product__header .icon-wrapper{
    position: absolute;
    top: 15px;
    right: 10px;
}

.dp-product__header .dp-product__header .dp-container__city-select{
    margin: 0;
}

.js-open-delivery{
    cursor: pointer;
}

.product__cart{
    margin-bottom: 0;
}

.dp-product{
    position: relative;
}

.dp-product .dp-product__content{
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    border: 1px #e0e0e0 solid;
    margin-top: 0px;
    width: 100%;
    border-radius: 5px;
}

.js-use-coupon, .js-use-bonus{
    background: var(--b-bg);
    border-color:  var(--b-bg);
    color: #fff;
}

.js-use-coupon:hover, .js-use-bonus:hover{
    background: var(--b-bg);
    color: #fff;
}

@media screen and (max-width:767px) {
    .collection-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .collection-info{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .collection-title, .collection-desc{
        margin-bottom: 1rem;
    }
    .s-blocks__item{
        margin-bottom: 20px;
    }
    .h-slider img {
        object-fit: contain;
        display: block;
        width: 100%;
        min-height: inherit;
    }
    .promo{
        display: none;
    }
    .promo__icon{
        margin: auto;
        display: none;
    }
    .promo__info{
        display: block;
        margin-left: 0;
    }
    .promo__title{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .promo__item{
        margin-bottom: 10px;
    }
}

.shop-regions-window_show{
    z-index: 1000;
}

.m-news{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.m-news__item{
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

.m-news__item-wrapper{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px var(--b-bg) solid;
}

.m-news__image{
    margin-bottom: 20px;
}

.m-news__image a{
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.m-news__image img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.m-news__link{
    height: 60px;
    overflow: hidden;
    display: block;
    line-height: 1.3;
}

.m-news__text.page{
    margin-bottom: 15px;
}

@media screen and (max-width:767px) {
    .m-news__item{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width:576px) {
    .m-news__item{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.giftcertificates-field .giftcertificates-code-input{
    margin-right: .5714285714285714em!important;
}

.giftcertificates-submit-button{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    min-width: 122px;
}
/* end */

.header__bott .h-menu__item:hover .h-menu__link{
    background: none;
    position: relative;
}

.header__bott .h-menu__item:hover .h-menu__link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    background-color: #fff;
    right: 0;
    margin: 0 20px;
}

.h-fix, .header{
    background: #113c91;
}
.header__top{
    height: 36px;
}
.header__col{
    height: 36px;
}
.header__address{
    line-height: 36px;
}
.auth{
    line-height: 34px;
}
.shop-regions-button .shop-regions__link{
    color: #fff;
}
.header__logo img, .header__logo svg{
    max-width: calc(100% - 50px);
}
.header__midd{
    padding: 0;
}
.header__c-mb{
    margin-bottom: 10px;
}
.header__phone, .header__phone:hover{
    color: #fff;
}
.header__info div:last-of-type{
    display: none;
}
@media screen and (max-width:767px) {
    .header__info div:last-of-type{
        display: inline-block;
    }
}

@media screen and (max-width:576px) {
    .header__info .header__phone{
        color: #000;
    }
}


.header__info-mail, .header__info-mail:hover{
    color: #fff;
}
.header__info-address{
    color: #fff;
}
.hicon, .hicon:hover{
    color: #fff;
}
.mcart{
    background: var(--h-top-bg);
}
.header__midd-w.wrap{
    align-items: flex-end;
}
.search__button{
    color: #113c91;
}
input.search__input::placeholder{
    color: #fff;
}
.mcart{
    height: 50px;
}
.mcart__link{
    border-radius: 6px;
    border: 2px #fff solid;
    background-color: #113c91;
    height: 50px;
    line-height: 42px;
    padding: 0 20px;
}
.mcart .icon30{
    display: none;
}
.mcart__price{
    margin-left: 0;
}
.mcart .hcount {
    left: initial;
    margin-top: 0;
    right: -11px;
    top: -11px;
    background-color: var(--badge-low);
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .725rem;
}

.s-left__title.custum-title{
    background: var(--m-catalog-left-bg);
    color: var(--m-catalog-left-color);
    border: 0;
    line-height: 46px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 15px;
}

.s-left__title.custum-title a{
    color: #fff;
}

.s-left__block{
    border: 1px solid var(--m-catalog-left-bg);
    padding: 20px;
    background: var(--m-catalog-left-bg);
}

.s-left__title, .l-news__item-date, .l-news__item-name, .l-news__all, .l-news__all:hover{
    color: #fff;
}

.clicklite__buttonView.button{
    width: 100%;
}

.soz__list{
    border-radius: 0;
    background-color: #113c91!important;
}

.product__button.button{
    flex: 1;
    margin-right: 0;
}

.pagin .selected a{
    background-color: #113c91;
}

.pagin a{
    background-color: #585858;
    color: #fff;
}

.pagin li{
    margin: 0 2px;
}

.products__price-economy{
    font-size: 13px;
    margin-top: 7px;
    color: #666;
}

.products__price-economy span{
    color: #113c91;
    font-size: 18px;
    padding-left: 5px;
}

.product .ya-share2__badge{
    border-radius: 0;
    background-color: #113c91!important;
}

/*top header promo*/
.header__promo-inner{
    text-align: center;
}

.header__promo-inner  img{
    max-width: 100%;
}

.m-header__fix{
    top: 60px;
}

.header__promo-inner.with-bg{
    padding: 10px;
}
.custom__slider{
    margin-bottom: 20px;
}
.custom__slider .swiper-container{
    padding-bottom: 25px;
}

.custom__slider img{
    max-width: 100%;
}
/* end */

.product__card h1{
    color: #113c91;
}

.owl-theme-nav .owl-next span, .owl-theme-nav .owl-prev span{
    color: #fff;
    background-color: #113c91
}

.owl-theme-nav-dots .owl-next:hover span, .owl-theme-nav-dots .owl-prev:hover span{
    color: #fff;
}

.product__button-one{
    width: 100%;
}

.product__button button, .product__button-one button, .products__one button{
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.c-product-thumb__buy-requis{
    margin-top: 10px;
    display: table;
    width: 100%;
}

.c-product-thumb__buy-requis.is-button{
    margin-bottom: 20px;
}

.c-product-thumb__buy-requis.is-button button{
    background-color: #373737;
    color: #fff;
    height: 36px;
    transition: all .3s ease;
}

.c-product-thumb__buy-requis.is-button button:hover{
    opacity: 0.8;
}

.c-product-thumb__buy-requis.is-button button span{
    border: 0;
}

.c-product-thumb__buy-requis button{
    width: 100%;
    padding: 0;
    background: none;
    margin: 0;
    color: #373737;
    text-align: center;
    border: 0;
}

.c-product-thumb__buy-requis button:hover span{
    border-color: #fff;
}

.c-product-thumb__buy-requis button span{
    display: inline-block;
    border-bottom: 1px #373737 dashed;
    cursor: pointer;
    transition: .25s ease;
}

.wa-comment-section .wa-hidden{
    display: block!important;
}

.wa-comment-section .wa-link{
    color: #000;
    pointer-events: none;
}

.wa-comment-section .wa-link .wa-icon{
    display: none;
}

.shop-regions-confirm-window {
    color: #2a2a2a;
}

.header__address-bl {
    display: flex;
    align-items: center;
}

.shop-regions-btn-wrapper {
    margin-left: 5px;
}

