.deal-productblock{
    margin-bottom: 70px;
    position: relative;
}
/* .deal-productblock .secion-border{
    border: 1px solid #232323;
    background-color: #ffe3c8;
} */
.deal-productblock .right-content{
    order: 2;
    background-color: #ffe3c8;
    border: 1px solid #232323;
    padding: 134px 15px;
}
@media (max-width:991px){
    .deal-productblock .right-content{
        padding: 30px 15px;
    }
}
@media (max-width:375px){
    .deal-productblock .right-content{
        padding: 15px;
    }
}
.deal-productblock .right-content .sepretor{
    text-align: center;
}
.deal-productblock .sepretor .sepretor-img{
    left: 2%;
    top: 0;
    position: relative;
}
@media(max-width: 1199px){
    .deal-productblock .sepretor .sepretor-img{
        left: 28%;
    }
    .deal-productblock .section-header .home-title{
        letter-spacing: 2px;
        font-size: 23px;
        line-height: 30px;
    }
}
@media(max-width: 767px){
    .deal-productblock .section-header .home-title{
        font-size: 18px;
    }
}
@media (max-width:991px){
    .deal-productblock .sepretor .sepretor-img{
        left: 2%;
        top: -3px;
    }
}
@media (max-width:375px){
    .deal-productblock  .productblock .grid_item .product-wrapper{
        padding: 0;
    }
}

.deal-productblock .productblock{
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
@media (max-width:767px){
    .deal-productblock .productblock{
        width: 100%;
        margin: 0;
    } 
}
.deal-productblock .productblock .grid_item{
    background-color: #ffffff;
    padding: 0;
    position: relative;
}
.deal-productblock .productblock .product-sale{
    position: absolute;
    top: 10px;
    color: var(--light-color);
    min-height: 40px;
    min-width: 40px;
    left: 10px;
    border-radius: 50%;
    background: var(--brand-secondary);
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.deal-productblock .right-content #deal-product{
    position: relative;
}
/* .deal-productblock .owl-theme .owl-nav{
    margin: 0;
} */

.deal-productblock .owl-theme .owl-nav .owl-prev{
    position: absolute;
    right: auto;
    left: 16%;
    top: 45%;
}

.deal-productblock .owl-theme .owl-nav .owl-next{
    position: absolute;
    left: auto;
    right: 16%;
    top: 45%;
}
@media (max-width:543px){
    .deal-productblock .owl-theme .owl-nav .owl-prev, .deal-productblock .owl-theme .owl-nav .owl-next{
        position: unset;
    }
}
.deal-productblock .product-comments .star_content{
    padding: 0;
}
.deal-productblock .product-comments .star_content:after{
    display: none;
}

.deal-productblock .left-img{
    order: 1;
}
@media (max-width:991px){
    .deal-productblock .left-img{
        margin-bottom: 20px;
    }
}
.deal-productblock .left-img img{
    width: 100%;
}
