
/*.container-custom {*/
/*    max-width: 1718px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*}*/

.cheap h2 {
    margin-top: 34px;
    margin-bottom: 30px;

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

}

.cheap__wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    margin-bottom: 20px;
}

.cheap__slider-list .slick-arrow {
    position: absolute;
    top: -82px;
    width: 48px;
    height: 48px;
    background: #003D38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.cheap__slider-list .slick-arrow svg {
    width: 8px;
}

.cheap__slider-list .arrow-prev {
    right: 48px;
    margin-right: 16px;

}

/*.cheap__slider-list .arrow-prev::before {*/
/*    content: "Інші пропозиції";*/
/*    font-weight: 700;*/
/*    font-size: 20px;*/
/*    line-height: 24px;*/
/*    position: absolute;*/
/*    white-space: nowrap;*/
/*    left: -179px;*/

/*}*/

.cheap__slider-list .arrow-next {
    right: 0;

}

.cheap__wrapper {
    display: flex;
}


.cheap__wrapper {
    padding: 23px 0 25px 10px;
}

.cheap__slider-list {
    min-width: 0;
}
.cheap__slider-item-box  {
    display: flex !important;
    justify-content: space-around;

}

.cheap__slider-item-wrapper {
    justify-content: center;
    flex-grow: 1;
    position: relative;
    display: flex;
    cursor: pointer;
}

a.cheap__slider-item-wrapper::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #F2F2F2;
    position: absolute;
    right: 0;
}

a.cheap__slider-item-wrapper::after {
    content: "+";
    width: 37px;
    height: 37px;
    background-color: #fff;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;

}



/*TO DO wrap element*/

/*.cheap__slider-item-wrapper:nth-child(4)::before {*/
/*    content: "";*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background-color: #F2F2F2;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*.cheap__slider-item-wrapper:nth-child(4)::after {*/
/*    content: "+";*/
/*    width: 37px;*/
/*    height: 37px;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    left: -18px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 30px;*/
/*    font-weight: 300;*/

/*}*/

a.cheap__slider-item-wrapper:last-of-type::before {
    /*display: none;*/
    content: "";
    width: 1px;
    height: 100%;
    background-color: #F2F2F2;
    position: absolute;
    right: 0;
    display: block;
}

a.cheap__slider-item-wrapper:last-of-type::after {
    /*display: none;*/
    content: "=";
    width: 37px;
    height: 37px;
    background-color: #fff;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;

}


.cheap__slider-item {
    max-width: 230px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;

}

.cheap__title {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.002em;
}

.cheap__slider-item:first-child {
    padding-left: 0;
}

.cheap__price {
    width: 100%;
    padding-left: 20px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    flex-wrap: wrap;
}


.cheap__discount {
    font-weight: 700;
    font-size: 13.7521px;
    line-height: 17px;
    color: #FFFFFF;
    width: 38.02px;
    height: 38.02px;
    border-radius: 50%;
    background: #01544A;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 18px;

}

.cheap__price-discount {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
    color: #000000;
    opacity: 0.4;
    margin-right: 11px;
    width: 100%;

}


.cheap__slider-item img {
    max-width: 121px;
    aspect-ratio: 79 / 62;
    object-fit: contain;
    margin-bottom: 17px;
}

.cheap__total {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}


.cheap__buy-include {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    width: 177px;
    height: 37px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 19px;
    position: relative;
    margin-top: 25px;
    background: #1A655C;

}

.cheap__buy-include::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 28px;
    background: url(../images/icons/cart-buy.svg) no-repeat;
    width: 16px;
    height: 16px;

}

.cheap__buy-include:hover {
    /*background: #da2644;*/
    /*color: #fff;*/
}

.cheap__total-discount-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cheap__total-seller {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.005em;
    text-decoration-line: line-through;
    color: #000000;
    opacity: 0.4;
    margin-right: 4px;
}

.cheap__total-price {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.005em;
    border-radius: 1.28865px;
    padding: 3px 2px;
    color: #fff;
    background: #1A655C;
}

.cheap__total-sum {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #212121;
}

.cheap__total-credit {
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    text-decoration-line: underline;
    color: #212121;

}

.title-sub {
    display: none;
}

.cheap__slider-list .slick-arrow.slick-disabled {
    background: #fff;
    cursor: auto;
}

.cheap__slider-list .slick-arrow.slick-disabled svg path {
   fill: #000
}

.cheap__slider-item {
    overflow: hidden;
}

.cheap__slider-item .card-product__status-list {
    top: 10px;
    left: -51px;
}

.cheap__slider-item .card-product__status {
    font-size: 8px;
    padding-top: 4px;
}

@media (max-width: 1919px) {
    .cheap__title {
        font-size: 12px;
    }

    .cheap__total {
        max-width: 203px;
        flex: 0 0 203px;
    }

    .cheap__buy-include {
        width: 177px;
        height: 37px;
    }
    .cheap__wrapper {
        padding-right: 13px
    }
}

/*@media (max-width: 1439px) {*/
/*    .cheap__title {*/
/*        font-size: 9px;*/
/*        line-height: 13px;*/
/*    }*/

/*    .cheap__slider-item img {*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    .cheap__price {*/
/*        font-size: 12px;*/
/*        line-height: 15px;*/
/*    }*/
/*    .cheap__price-discount {*/
/*        font-size: 6px;*/
/*        line-height: 7px;*/
/*    }*/

/*    .cheap__discount {*/
/*        !*font-size: 8px;*!*/
/*        !*line-height: 10px;*!*/
/*        !*width: 21px;*!*/
/*        !*height: 21px;*!*/
/*        !*border-radius: 50%;*!*/
/*        !*right: 18px;*!*/
/*    }*/

/*    .cheap__total-price {*/
/*        font-size: 6px;*/
/*        line-height: 7px;*/
/*    }*/

/*    .cheap__total-seller {*/
/*        font-size: 6px;*/
/*        line-height: 7px;*/
/*    }*/

/*    .cheap__total-sum {*/
/*        font-size: 12px;*/
/*        line-height: 15px;*/
/*    }*/

/*    .cheap__total-credit {*/
/*        font-size: 6px;*/
/*        line-height: 7px;*/

/*    }*/

/*    .cheap__wrapper {*/
/*        padding-right: 10px;*/
/*    }*/

/*    .cheap__total {*/
/*        max-width: 120px;*/
/*        flex: 0 0 120px;*/
/*    }*/

/*    .cheap__buy-include {*/
/*        padding-right: 18px;*/
/*        width: 75.65px;*/
/*        height: 24px;*/
/*        font-size: 10px;*/
/*        line-height: 12px;*/
/*        margin-top: 10px;*/
/*    }*/

/*    .cheap__buy-include::after {*/
/*        top: 4px;*/
/*        right: 9px;*/
/*        width: 16px;*/
/*        height: 100%;*/
/*    }*/
/*}*/


@media (max-width: 1100px) {
    /*.cheap__slider-item-box {*/
    /*    flex-wrap: wrap;*/
    /*}*/
}

@media (max-width: 767px) {
    .cheap__wrapper {
        flex-direction: column;
    }
    .cheap__slider-item-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cheap__slider-list .arrow-prev {
        right: 36px;
    }

    .cheap__slider-list .arrow-next {
        right: 0;
    }

    .cheap h2 {
        font-size: 17px;
        line-height: 21px;
        margin-top: 19px;
        margin-bottom: 9px;
    }

    .cheap__slider-list .slick-arrow {
        position: absolute;
        top: -82px;
        width: 48px;
        height: 48px;
        background: #003D38;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .cheap__slider-list .slick-arrow svg {
        width: 5px;
    }

    .cheap__slider-list .arrow-prev::before {
        display: none;
    }

    .title-sub {
        display: block;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 17px;
    }

    .cheap__slider-item-wrapper {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .cheap__slider-item-wrapper:first-child {
        padding-top: 0;
    }

    .cheap__slider-item-wrapper:nth-child(4)::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #F2F2F2;
        position: absolute;
        bottom: 0;
    }

    .cheap__slider-item-wrapper:nth-child(4)::after {
        width: 37px;
        height: 37px;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -56%);
    }

    a.cheap__slider-item-wrapper::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #F2F2F2;
        position: absolute;
        bottom: 0;
    }

    a.cheap__slider-item-wrapper::after {
        width: 37px;
        height: 37px;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -51%);
    }

    a.cheap__slider-item-wrapper:last-of-type::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #F2F2F2;
        position: absolute;
        bottom: 0;
    }

    a.cheap__slider-item-wrapper:last-of-type::after {
        width: 37px;
        height: 37px;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -51%);
    }


    .cheap__total {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        width: 100%;
    }

    .cheap__slider-item-wrapper {
        width: 100%;
    }

    .cheap__price {
        justify-content: center;
    }

    .cheap__slider-item img {
        max-width: 134px;
        margin-bottom: 12px;
    }

    .cheap__title {
        font-size: 12px;
    }

    .cheap__price {
        font-size: 17px;
        line-height: 21px;
    }

    .cheap__price-discount {
        font-size: 12px;
        line-height: 15px;
    }

    .cheap__slider-item {
        max-width: 100%;
    }

    .cheap__discount {
        font-size: 14px;
        line-height: 17px;
        width: 37px;
        height: 37px;
    }

    .cheap__total-price {
        font-size: 13px;
        line-height: 16px;
        padding: 4px 5px;
    }

    .cheap__total-seller {
        font-size: 13px;
        line-height: 16px;
    }

    .cheap__total-sum {
        font-size: 22px;
        line-height: 27px;
    }

    .cheap__total-credit {
        font-size: 12px;
        line-height: 15px;

    }

    .cheap__buy-include {
        width: 161px;
        height: 28px;
        font-size: 12px;
        line-height: 15px;
        margin-top: 22px;
    }

    .cheap__buy-include::after {
        top: 5px;
        right: 45px;
        width: 14px;
        height: 100%;
    }

    .cheap__slider-list .slick-slide > div {
        height: 100%;
    }
}

