
/* === proudct slider  === */
.product {
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    position: relative;
    padding: 15px 0;
}
.product .onsale {
    position: absolute;
    background: var(--s_color);
    font-size: 16px;
    color: var(--white);
    right: 0;
    top: 0;
    border-radius: 0 15px;
    padding: 3px 13px;
}
.product .pro_con{
    padding: 0 15px;
}
.recommended{
    padding: 0 0 20px 0;
}
.product .pro_img{
    margin-bottom: 10px;
}
.product .pro_img img{
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    object-fit: contain;
}
.product .pro_name{
    font-size: 19px;
    color: #2A2A2A;
    margin-top: 15px;
}
.product .price{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.product .price del{
    color: #8d8d8d;
	    margin-right: 5px !important;

}
.product .price ins {
    text-decoration: none;
    color: var(--t_color);
	    margin-left: 5px !important;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: -68px;
    right: 0;
}
.owl-carousel .owl-next span{
    font-size: 0;
}
.owl-carousel .owl-prev{
    margin-right: 23px;
}
.owl-carousel .owl-prev span {
    background: url('../images/icons/left.svg')100% no-repeat;
    padding: 21px;
    font-size: 0 !important;
    background-size: cover;
}
.owl-carousel .owl-next span {
    background: url('../images/icons/Right.svg')100% no-repeat;
    padding: 21px;
    font-size: 0 !important;
    background-size: cover;
}
.recommended_slider .owl-dots{
    display: none;
}
.product .category_badge {
    position: absolute;
    left: 15px;
    top: 15px;
}
.product .category_badge img{
    margin-bottom: 7px;
    display: inherit;
}
/* === proudct slider  End=== */



@media (max-width:767px){
    .owl-carousel .owl-prev span, .owl-carousel .owl-next span{
        padding: 13px;
    }
    .owl-carousel .owl-nav {
        top: -60px;
        z-index: 99;
    }
    .pro_category {
        padding: 26px 0;
    }
    .owl-carousel .owl-nav .owl-prev {
        margin-right: 15px;
        min-height: 35px;
    }
    .owl-carousel .owl-nav .owl-next{
        min-height: 35px;
    }
    .owl-carousel .owl-prev {
        margin-right: 15px;
    }
    .product {
        border-radius: 5px;
        padding-top: 0;
    }
    .product .onsale {
        font-size: 7px;
        border-radius: 0 5px;
    }
    .product .pro_name {
        margin-top: 7px;
        font-size: 13px;
    }
    .product .price {
        font-size: 10px;
    }
    .app_banner {
        flex-wrap: wrap;
    }
    .product .category_badge img {
        margin-bottom: 7px;
        display: inherit;
        width: 30px;
    }
    .product .category_badge {
        left: 10px;
        top: 10px;
    }    
    .rating svg {
        width: 80px;
    }
    .product .pro_img img {
        height: 130px;
        object-fit: contain;
    }
    .recommended {
        padding: 50px 0 35px 0;
    }
    .recommended .container h3.mb-4 {
        top: -29px;
    }

}


@media (max-width: 320px){
    .owl-carousel .owl-prev {
        margin-left: 10px !important;
    }
    /*.cus_form .show_pass_btn, .owl-carousel .owl-nav {
        top: -15%;
    }*/
    .product .pro_con {
        padding: 0 10px;
    }
    .product .pro_name {
        font-size: 12px;
    }
    .product .pro_name {
        height: 60px;
    }
}
