.slider-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    /*padding-bottom: 50px; !* space for dots *!*/
}

.slider-main {
    width: 100%;
    direction: ltr;
    height: 600px;
    position: relative;
}
.slider-ad {
    width: 100%;
    direction: ltr;
    height: 350px;
    position: relative;
}
.slider-ad .slick-list,
.slider-main .slick-list{
    height: 100%;
    width: 100%;
}
.slider-main  a,
.slider-ad  a{
    width: 100%;
    height: 100%;
}
.slider-main a img,
.slider-ad a img,
.slider-ad  img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: inherit;
}
.slider-main .slick-track,
.slider-ad .slick-track{
    height: 100% !important;
    display: flex !important;
}
.slider-main .slick-slide,
.slider-ad .slick-slide{
    width: 100% ;
    height: 100% !important;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: black;
    opacity: 0.4;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}
.ad_div img{
    height: 100%;
    max-height: 100%;
    object-fit: fill;
    width: 100%;
    max-width: 100%;
}
.owl-carousel{
    direction: ltr;
}
.brand_div{
    height: 150px;
}
.brand_div a,.brand_div a img{
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;

}
.product_title{
    height: 10vh;
    max-height: 10vh;
    text-overflow: ellipsis;

}
.product_price{
    height: 5vh;
    max-height: 5vh;

}

.new_product .overflow-hidden a{
    width: 100%;
    max-width: 100%;
}
.owl-recommended-products img,
.owl-new-products img ,
.owl-product-images img{
    width: 100%;
    max-width: 100%;
    object-fit: fill !important;
}
.categ-inner{
    height: 216px;
    min-height: 216px;
    max-height: 216px;
}
.categ-inner a ,.categ-inner img{
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}
.text-line-through{
    text-decoration: line-through;
}
.badge{
    width: fit-content;
    padding:0.3rem;
    border-radius: 5%;
}
.badge-danger{
    background:  #ff0202;
    color: #ffffff;
}
.text-danger{
    color: #ff0202;
}
.product-img{
    height: 500px;
    min-height: 500px;
    max-height: 500px;
}
a{
    cursor: pointer;
}
.product-img img{
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}
.quantity-cart{
    border: 1px solid #c1c0bb;
    border-radius: 15px;
    width: 120px;
    height: 35px;
    display: flex;
}
.quantity-input-cart::-webkit-inner-spin-button,
.quantity-input-cart::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-cart a{
    width: 10%;
}
/* Firefox */
.quantity-input-cart {
    -moz-appearance: textfield;
    border: none;
    outline: none;
    background-color: transparent; /* Optional */
    box-shadow: none;
    text-align: center;
    width: 80%;
}
.brand-img{
    height: 115px;
    min-height: 115px;
    max-height: 115px;
}
.brand-img{
    height: 174px;
    min-height: 174px;
    max-height: 174px;
    object-fit: contain;
    width: 100%;
    max-width: 100%;

}

.owl-carousel i{
    display: none !important;
}
@media screen and (max-width: 576px) {
    .slider-main,.slider-ad {
        height: 200px;
    }
    .ad_div{
        height: 200px;
    }
    .owl-recommended-products .mx-5,
    .owl-new-products .mx-5{
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .product_title {

        height: 8vh;
        max-height: 8vh;
        min-height: 8vh;

    }
    .contact-social{
        justify-content: center;
    }
    .owl-carousel i{
        display: none !important;
    }
    #content{
        min-height: 800px;
    }
    .brand-img {
        height: 141px;
        min-height: 141px;
        max-height: 141px;
        object-fit: fill;
        width: 100%;
        max-width: 100%;
    }
    .bestProduct-parent img, .recommendedProducts img, .shaving img, .new_product img {
        height: 185px;
    }
    .product_actions {
        margin-top: 1rem !important;
    }
    .category-header{
        display: none;
    }
}
@media screen and (min-width: 576px) {
    .ad_div{
        height: 400px;
    }
    #content{
        min-height: 600px;
    }
}

