.catalog-items-list {
    max-width: calc(100vw - 16px * 2);
    
    width: 100vw !important;
}

.owl-carousel.catalog-slider:not(.catalog-slider__also) {
    max-width: calc(100vw - 16px * 2);
}

.new-goods-slider .catalog-item {
    width: 100%;
    margin-right: 0;
}

.new-goods-slider__next-btn,
.new-goods-slider__prev-btn  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: white;
    z-index: 20;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

.new-goods-slider__next-btn {
    top: calc(50% - 24px);
    right: 10px;
}

.new-goods-slider__prev-btn {
    top: calc(50% - 24px);
    left: 10px;
    transform: rotate(180deg);
}

.new-goods-slider__next-btn.swiper-button-disabled,
.new-goods-slider__prev-btn.swiper-button-disabled {
    display: none;
}

@media (min-width: 769px) {
		
    .catalog-items-list {
        max-width: 70vw;
    }


    .owl-carousel.catalog-slider:not(.catalog-slider__also) {
        max-width: 70vw;
    }
}

.wrap-fil--custom .filter-new li {
    padding: 7px 22px;
}

.wrap-fil--custom .filter-new li {
    border-color: white;
    border-width: 2px !important;
}

.wrap-fil--custom .filter-new li.active {
    border-width: 0;
}

.catalog-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.catalog-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.af-tabs .af-tabs__container .wrap-fil.wrap-fil--custom {
    position: static;
    margin: 0 0 20px 0;
    justify-content: space-between;
    align-items: center;
}

.af-tabs .af-title.af-title--modified {
    margin: 0 0 0 0;
}

.af-tabs__show-all-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #2f304c;
}

.af-tabs__show-all-link:visited {
    color: #2f304c;
}

.af-tabs__show-all-link::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(26, 42, 74, 0.2);
    transition: 0.2s ease;
}

.af-tabs__show-all-link:hover::before {
    background: rgba(162, 35, 62, 1);
}

.af-tabs .af-tabs__container .filter-new {
    border-bottom: none;
}

.af-tabs .af-tabs__container .filter-new li {
    position: relative;
}

.af-tabs .af-tabs__container .filter-new li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(26, 42, 74, 0.2);
}

.af-tabs .af-tabs__container .wrap-fil--custom .filter-new li:first-child,
.af-tabs .af-tabs__container .wrap-fil--custom .filter-new li,
.af-tabs .af-tabs__container .wrap-fil--custom .filter-new li:last-child{
    padding: 7px 0;
}

@media(max-width:768px) {
  div.owl-new .slick-list  div.owl-height   {
        height: auto !important;
    }

    .cacharel__looc .owl-new .slick-dots {
        margin-top: 0 !important;
    }

    .new-goods-slider__next-btn,
    .new-goods-slider__prev-btn {
        display: none;
    } 

    .af-tabs__show-all-link {
        font-size: 14px;
    }

    .af-tabs .af-tabs__container .wrap-fil--custom .filter-new li:first-child {
        margin: 0 5px 0 0;
    }

    .af-tabs .af-tabs__container .wrap-fil--custom .filter-new li:last-child {
        margin: 0 0 0 5px;
    }
}


