
/* hero-slider container */
/* hero-slider container */
/* hero-slider container */
.hero-slider .slide {
    position: relative;
    text-align: center;
}

.hero-slider img {
    width: 100%;
    /*height: 80vh;*/
    object-fit: cover;
    height: 416px;
    border-radius: 24px;
}

.slider-caption {
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    max-width: 540px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*padding: 10px 20px;*/
    /*border-radius: 5px;*/
}

.slick-prev, .slick-next {    
    /*bottom: 45%;*/
    top: 50%;
    /*-webkit-transform: scaleX(-50%);*/
    transform: translateY(-50%) ;
    
    /*top: unset;*/
    width: auto;
    height: auto;    
    z-index: 1;
}
.slick-prev {
    /*left: 17%;*/            
    left: -22px;                
}
.slick-next {
    /*right: 17%;*/         
    right: -22px;;         
}
.slick-prev:before {
    content: url('../../assets/img/arrow-filled-yellow-left.svg');
    
}
.slick-next:before {
    content: url('../../assets/img/arrow-filled-yellow-right.svg');
}
.slick-prev:before, .slick-next:before {    
     opacity: 1;     
}
.slick-dots {    
    bottom: 20%;    
}
.slick-dots li {
    width: 36px;    
    margin: 0 3px;    
}
.slick-dots li button:before {
    content: url('../../assets/img/Rectangle-dots.svg');
    opacity: .25;
    color: #ffffff!important;   
}

.hero-description {
    font-size: 22px;
    font-weight: bold;
    direction: rtl; /* RTL for Arabic text */
}




/* products container */
/* products container */
/* products container */
#hot-products {
    /*background-color: #031882;*/
    /*color: #ffffff;*/
    /*padding-bottom: 160px!important;*/
    position: relative;
}
.hot-products h2 {
    font-size: 20px;
/*    margin-bottom: 20px;*/
    font-weight: 600;
}


.products-card{
    /*background-color: #E5ECFF;*/
}
.product-card{
    background-color: #FAFAFA;
    border-radius: 16px;    
}

.product-card .prodCardHead{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    /*background-color: #F5F5F5;*/
    /*border-top: 1px solid #E5E5E5;*/    
    padding: 16px;
}
.product-card .prodImg{
    height: 212px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;    
}
.product-card .prodShortDesc{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
}
.product-card .prodDiscountLbl{
    position: absolute;
    left: 6px;
    top: 6px;    
    height: 28px;
    width: 57px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    background-color: #F04438;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
[lang="en"] .product-card .prodDiscountLbl {
    left: unset;
    right: 6px;
}

.product-card p{
    font-size: 14px;
    font-weight: 500;
    color: #737373;
}
.product-card .bswomen-button{

    color: #141414;
    text-decoration: none;  
    /*padding: 4px 4px;*/
    font-size: 13px;
    font-weight: 500;    
}
.product-card .prodCardBottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;    
    padding: 16px;
    border-radius: 0px 0px 16px 16px
}
.product-card .prodCardBottom .price{
    font-size: 16px;
    color: #031882;    
    font-weight: 600;
    margin-bottom: 0px;
}
.product-card .prodCardBottom .oldPrice{
    font-size: 12px;
    color: #F04438;    
    font-weight: 500;
    margin-bottom: 0px;
    /*margin-right: 10px;*/
    padding: 4px;
    text-decoration: line-through;
}
.product-card .prodCardBottom .wh-contact-button{
    
    text-decoration: none;  
    padding: 4px 4px;    
    height: 36px;
    background-color: #4DCB5B;
    border-radius: 6px;
    font-size: 12px;
    color: #FFFFFF;    
    font-weight: 500;
}


/* categories container */
/* categories container */
/* categories container */
#categories {
    /*background-color: #031882;*/
    /*color: #ffffff;*/
    /*padding-bottom: 160px!important;*/
    position: relative;
}
.categories h2 {
    font-size: 20px;
/*    margin-bottom: 20px;*/
    font-weight: 600;
}

.categories-card{
    /*background-color: #E5ECFF;*/
}
.category-card{
    /*background-color: #FAFAFA;*/
    /*border-radius: 16px;*/    
}

.category-card .catCard{
    color: #141414;
    text-decoration: none;  
    /*padding: 4px 4px;*/
    font-size: 16px;
    font-weight: 600;    
    border-radius: 12px;    
    padding: 16px;
    background-image: linear-gradient(to left ,#E5ECFF, #FAFAFA);
}
.category-card .catImg{
    height: 64px;
    width: 64px;
    /*border-radius: 12px;*/
    object-fit: cover;    
    
}
.category-card .catChevron{
    margin-right: auto;    
    
}
[lang="en"] .category-card .catChevron{
    margin-right: unset;
    margin-left: auto;
    -webkit-transform: scaleX(-1);    
    transform: scaleX(-1);
}


@media (max-width: 768px) {  
    .slick-prev { 
        left: 10px;                    
    }
    .slick-next {        
        right: 10px;;         
    }
    .hero-slider img {
        height: 240px;        
    }
    .prodCol{
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .product-card .prodImg{
        /*height: 320px;*/        
    }
    .product-card .prodCardHead{        
        padding: 6px;
        
    }
    .product-card .prodCardBottom{        
        padding: 6px;        
    }
    
    .product-card h6{
        font-size: 14px;        
    }
    .product-card p{
        font-size: 12px;        
    }
    .product-card .bswomen-button{

        font-size: 10px;
        
    }
    .product-card .prodCardBottom .wh-contact-button{
        font-size: 12px;
        font-weight: 500;    
        padding: 4px 10px;
        height: 36px;
    }
    .product-card .prodCardBottom .price{
        font-size: 14px;        
    }
    .product-card .prodCardBottom .oldPrice{
        font-size: 10px;        
    }
    
}


/* discounts container */
/* discounts container */
/* discounts container */
#discounts {
    /*background-color: #031882;*/
    /*color: #ffffff;*/
    /*padding-bottom: 160px!important;*/
    position: relative;
}
.discounts h2 {
    font-size: 20px;
/*    margin-bottom: 20px;*/
    font-weight: 600;
}

