.shop-discounted-products-main{
    margin-top: 100px;
    margin-bottom: 50px;
}

.discount-title{
    margin: auto;
    margin-bottom: 30px;
    max-width: 1140px;
}

.discount-title h2{
    color: #006816;
    font-family: "Poppins";
    font-size: 55px;
}

.slider-discounted-header{
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slider-discounted-header span.shop-name{
    text-transform: uppercase;
}

.slider-discounted-header .shop_link{
    color: white;
    background: #00B833;
    border: 2px solid #00B833;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.slider-discounted-header .shop_link:hover{
    background: white;
    color: #00B833;
}

.slider-discounted-header img{
    margin-right: 10px;
}

.slider-discounted-header p{
    display: flex;
    align-items: center;
    margin: 0;
}

.swiper-discounted-produtcs-shop{
    margin-bottom: 50px;
}

.swiper-discounted-produtcs-shop .ajax_block_product{
    padding: 0 15px;
    padding-top: 30px;
}

.shop-discounted-products-main .swiper-discounted-produtcs-shop .thumbnail-container .cart .btn-product .icon-cart::before,
.shop-discounted-products-main .swiper-discounted-produtcs-shop .thumbnail-container .product-image .quickview .btn-product .leo-quickview-bt-content i.icon-quickview::before {
    font-family: "Material-Design-Iconic-Font" !important;
}

.elementor-icon.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.elementor-icon.slick-arrow.arrow-prev{
    left: -40px;
}

.elementor-icon.slick-arrow.arrow-next{
    right: -40px;
}

.slider-nav-btn{
    color:white;
    background-color: #006816;
    font-size: 40px;
}

.product-image{
    display: flex;
    justify-content: center;
}

@media (max-width:768px){

    .slider-discounted-header p{
        margin: revert;
    }

    .elementor-icon.slick-arrow.arrow-prev{
        left: -20px;
    }
    
    .elementor-icon.slick-arrow.arrow-next{
        right: -20px;
    }
}

/* ** NO PORDUCTS ** */
.shop-discounted-no-products-main {
    height: 600px;
    display: flex;
    justify-content: center;
}

.shop-discounted-no-products-main .no-discount-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-discounted-no-products-main .no-discount-title .info-icon{
    color: #049D2D;
    margin-bottom: 20px;
}

.shop-discounted-no-products-main .no-discount-title h2{
    color: black;
    font-family: "Poppins", poppins;
    font-size: 60px;
    text-align: center;
    max-width: 880px;
}

@media (max-width:1024px){
    .shop-discounted-no-products-main .no-discount-title h2{
        font-size: 40px;
    }
}

@media (max-width:768px){
    .shop-discounted-no-products-main{
        height: 400px;
    }

    .shop-discounted-no-products-main .no-discount-title h2{
        font-size: 30px;
        max-width:500px;
    }

    .shop-discounted-no-products-main .no-discount-title .info-icon{
        color: #049D2D;
    }
}