.cleafs-promo-products {
    margin: 30px 0;
    display: none;
    position: relative
}

#ppLoading {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 9;
    display: none;
}

.cleafs-promo-products h4 {
    margin-bottom: 20px !important
}

.cleafs-promo-products .items {
    display: flex;
    overflow-x: auto;
    width: 100%;
    gap: 2%;
}

.cleafs-promo-products .items .item {
    flex: 0 0 auto;
    border: 2px solid #ddf1fe;
    padding: 15px 20px
}

.cleafs-promo-products .items .item .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 60%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: auto auto 10px auto;
}

.cleafs-promo-products .items .item .title {
    text-align: center;
    font-weight: bold;
    font-size: 16px
}

.cleafs-promo-products .items .item select {
    width: 100%;
    margin: 10px 0
}

.cleafs-promo-products .items .item .price {
    font-size: 14px;
    color: #555;
    text-align: center
}

.cleafs-promo-products .items .item .price s {
    color: red;
}

.cleafs-promo-products .items .item .price .p {
    color: white;
    background-color: rgba(31, 91, 189, 1);
    font-weight: bold;
    padding: 2px 3px;
    border-radius: 3px;
    display: inline-block
}

.cleafs-promo-products .items .item .btn-promo {
    color: white;
    background-color: #0d202d;
    text-align: center;
    padding: 13px 6px 13px 22px;
    margin-top: 10px;
    border-radius: 8px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    line-height: 1;
}

.cleafs-promo-products .items .item .btn-promo.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.cleafs-promo-products .items .item .btn-promo .icon {
    position: absolute;
    left: 7px;
    top: 7px;
    height: 26px;
    width: 26px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 3px solid #304554;
    background-color: #304554;
    border-radius: 4px;
}

.cleafs-promo-products .items .item .btn-promo.btn2 {
    background-color: #aef9a3!important;
    color: #4bdb6c!important
}

.cleafs-promo-products .items .item .btn-promo.btn2 .icon {
    background-color: #4bdb6c;
    border-color: #4bdb6c
}

.sr-only {
    display:none
}

@media (max-width: 1199px) {
    .cleafs-promo-products .items .item .title {
        font-size: 14px;
        line-height: 1.2
    }

    .cleafs-promo-products .items .item select {

        padding: 8px;
        height: auto;
    }

    .cleafs-promo-products .items .item .price s {
        display: block
    }

}

@media (max-width: 991px) {
    .cleafs-promo-products .items .item .btn-promo {
        font-size: 13px
    }

    .cleafs-promo-products .items .item {
        padding: 15px 7px;
    }
}