.h-fix .header__logo{
    width: 100px;
}

.s-blocks__item{
    position: relative;
}

.s-blocks__item-info{
    position: absolute;
    top: 0;
    right: 0;
    width: 305px;
    height: 100%;
    background-color: rgba(0,0,0, .7);
    z-index: 1;
}

@media screen and (max-width:767px) {
    .s-blocks__item-info{
        display: none;
    }
}

.info-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 24px;
    padding: 20px 25px 10px 35px;
}

.info-body{
    padding: 0 25px 10px 35px;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
}

.info-body p{
    line-height: 1.6;
}

.h-slider img{
    max-height: 400px;
}

.h-slider_w .wrap.h-slider__des{
    padding: 0 24px;
}

.h-slider__info{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
    display: inline-block;
}

.h-slider .owl-nav{
    display: none;
}

.h-slider .owl-dots{
    text-align: left;
    left: 15px;
    width: initial;
}

.h-slider .owl-dots button{
    height: 17px;
    width: 17px;
    padding: 0;
    margin: 4px 0 0 9px;
    border: 0;
}

.h-slider .owl-dots button span{
    width: 17px;
    height: 17px;
    display: block;
    outline: none;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
}

.h-slider .owl-dots button.active span{
    background-color: #ff0000;
}

.h-categ{
    margin: 0 -15px;
}

.h-categ__link{
    padding: 0 15px;
    position: relative;
    border: 0;
    margin: 0;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    margin-bottom: 30px;
    background-color: transparent;
}

.products__item-info-name{
    height: 85px;
    line-height: 1.3;
}

@media screen and (max-width:1080px) {
    .h-categ__link{
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media screen and (max-width:767px) {
    .h-categ__link{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.h-categ__link:hover{
    box-shadow: none;
}

.h-categ__link-wrapper{
    display: flex;
    flex-direction: column;
    transition: all .3s ease-out;
}

.h-categ__link-wrapper:hover{
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.h-categ__info{
    order: 0;
}

.h-categ__img{
    order: 1;
    padding-top: 100%;
    overflow: hidden;
    margin: 0;
}

.h-categ img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h-categ__count{
    display: none;
}

.h-categ__name{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cbcbcb;
    color: #000;
    padding: 7px 10px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

.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;
    } 
}

.mcart-h3 .mcart__price{
    display: none;
}

.mcart-h3{
    width: auto;
    margin-left: 150px;
    border-radius: 50%;
    height: 70px;
}

.mcart__link{
    padding: 15px 20px;
    height: 70px;
}

.products__item-banner{
    width: calc(25% - 20px);
    margin: 20px 10px 0;
}


.products__item-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.h-fix .header__c .hicon{
    color: var(--midd-callback);
}

.dMenu__bl-556 .dMenu__lv2 > li:first-of-type{
    background-color: #eee;
    margin-left: 30px;
    padding: 20px;
    margin-top: -20px;
}

.dMenu__bl-568 .dMenu__lv2 > li:first-of-type{
    background-color: #eee;
    margin-left: 30px;
    padding: 20px;
}

.filter__check_color .filter__label{
    display: flex;
    align-items: center;
    width: initial;
    height: auto;
}

.filter__check_color .s-checkbox{
    display: block;
}

.filter__check_color .icon30.color {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.filter__label-color{
    display: block;
    margin: 0;
}

.header__bott-right .mcart{
    display: none;
}

.c-menu__lv1-link.colored, .c-menu__lv1-link.colored:hover{
    background-color: var(--filtr-top-bg);
    color: var(--filtr-top-color);
    font-size: 16px;
}

.p-features__item-color-name{
    display: inline-block;
}

@media screen and (max-width:580px) {
    .products__item-banner{
        margin:10px 5px 0;
        width:calc(50% - 10px)        
    }
}

.news-block{
    background-color: #717171;
}

.news-block .s-left__title{
    color: #fff;
}

.news-block .l-news__item-date,
.news-block .l-news__item-name{
    color: #fff;
}

.l-news__item-img{
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.l-news__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l-news__all{
    margin-top: 15px;
    color: #f00;
}

.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;
}

.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%;
    }
}

.flexdiscounts-wrapper{
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    width: 100%;
    position: relative;
}

.flexdiscounts-header{
    padding: 15px;
    cursor: pointer;
}

.flexdiscounts-header .flexdiscounts-title{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.flexdiscounts-header .icon-wrapper {
    position: absolute;
    top: 15px;
    right: 10px;
}

.flexdiscounts-body{
    padding-top: 5px;
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    border: 1px #e0e0e0 solid;
    margin-top: 0px;
    width: 100%;
    border-radius: 5px;
    display: none;
}

.flexdiscounts-body .flexdiscount-discounts{
    margin: 0;
    border: 0;
    background-color: #fff;
}

.flexdiscounts-body .flexdiscount-user-discounts{
    margin: 0;
    border: 0;
    background-color: #fff;
}

.flexdiscounts-body .flexdiscount-discounts-heading{
    background: #fff;
    padding: 10px 15px;
    font-weight: 600;
}

.flexdiscounts-body .flexdiscount-discounts-heading .h3{
    color: var(--cheme-color-dop);
}

.flexdiscounts-body .flexdiscount-discounts-body li{
    padding: 0 15px;
    margin: 0;
    background: #fff;
    margin-bottom: 10px;
}

.flexdiscounts-body .flexdiscount-discounts-body li:last-child{
    margin-bottom: 0;
}

.flexdiscounts-body .flexdiscount-pd-block{
    margin: 0;
    background: #fff;
    border: 0;
    border-top: 1px #eee solid;
    padding-top: 10px;
    margin-top: 10px;
}

.flexdiscounts-body .flexdiscount-pd-block .flexdiscount-heading{
    background: #fff;
    padding: 10px 15px;
    font-weight: 600;
    color: #444;
}

.flexdiscounts-body .flexdiscount-pd-block .flexdiscount-heading .h3{
    color: var(--cheme-color-dop);
}

.flexdiscounts-body .flexdiscount-pd-block .flexdiscount-body{
    padding: 0 15px 15px;
}

.flexdiscounts-body .flexdiscount-pd-block ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexdiscounts-body .flexdiscount-pd-block ul li{
    margin-bottom: 10px;
}

.flexdiscounts-body .flexdiscount-pd-block ul li:last-child{
    margin-bottom: 0;
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts{
    margin: 0;
    background: #fff;
    border: 0;
    border-top: 1px #eee solid;
    padding-top: 10px;
    margin-top: 10px;
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-heading{
    background: #fff;
    padding: 10px 15px;
    font-weight: 600;
    color: #444;
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-heading .h3{
    color: var(--cheme-color-dop);
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-body{
    padding: 0 15px 15px;
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-body ul li{
    margin-bottom: 10px;
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-body ul li:last-child{
    margin-bottom: 0;
}

.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-body ul li.flexdiscount-max-discount,
.flexdiscounts-body .flexdiscount-available-discount .flexdiscount-alldiscounts-body ul li.flexdiscount-max-affiliate{
    font-size: 13px;
    font-weight: normal;
    color: inherit;
}

.show-filters{
    color: var(--m-link-color);
    font-weight: 600;
    font-size: 13px;
    font-size: .8125rem;
    border-bottom: 1px solid #ececec;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 20px;
    position: relative;
    cursor: pointer;
    background-color: var(--m-catalog-left-bg);
    color: #fff;
}


.header__bott-center input.search__input{
    height: 38px;
}

.search__button svg{
    fill: var(--b-bg);
}

.italy-flag{
    position: absolute;
    left: 21px;
    bottom: 4px;
    display: flex;
}

.italy-flag span{
    width: 33px;
    height: 4px;
    background-color: #fff;
    margin-right: 5px;
}

.italy-flag span:first-of-type{
    background-color: #008d44;
}

.italy-flag span:last-of-type{
    background-color: #c82a35;
}

body .shop-regions-window_show{
    z-index: 1000;
}

.whatsapp-button{
    width: 100% !important;
    margin-bottom: 15px;
    text-align: center;
}

.dp-container__product{
    width: 100%;
}

.custom__slider{
    margin-bottom: 20px;
}
.custom__slider .swiper-container{
    padding-bottom: 25px;
}

.custom__slider img{
    max-width: 100%;
}

.s-left__item img{
    max-width: 100%;
}

@media screen and (max-width:576px) {
    .m-header__flex{
        padding-top: 60px;
        padding-bottom: 10px;
    }
}


















