.site-header {
    background: #ffffff;
}

body,
.section-products .container{
    
    background: #f6f6f6 !important;
   
}
.embed-responsive {
        overflow: hidden;
    border-radius: 6px;
}
.container-video {
    margin: 0px auto;
}

.sub-nav .main-menu>li>a {
    color: #1b1c1d;
}

.banner img {
        margin: 10px auto;
        border-radius: 4px;
}

.sub-nav__menu svg {
    fill: #000;
}

.circle-action {
    border: 1px solid #000;
    color: #000;
        border-radius: 7px;

}

@media only screen and (max-width: 767px){
.salla-theme_4 .site-header .logo-wrapper .logo img {
    max-width: 217px;
    max-height: 53px;
}

/*.products-listing.eq-height .slick-track {*/
/*    display: flex;*/
/*}*/

/*.products-listing.eq-height .slick-track .slick-slide {*/
/*    height: 100%;*/
/*    padding-bottom: 15px;*/
/*    max-width: 40vw !important;*/
/*}*/

body.salla-theme_4 .section-header .section--title {
    margin-right: 0px;
    margin-left: 5px;
}

.product-listing-latest {
    margin-right: 0px;
}

}

 .section-products .col-lg-4{
     padding-right:0px;
 }
 
.product {
    
    border-radius: 7px;
    padding-bottom: 1rem;
    border: 1px solid #f0f2f5;
    overflow: hidden;
}

.section-header .section--title span {
    display: inline-block;
    padding: 0;
    color: #000;
    background: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: bold;
    font-size: 30px !important;
}



body.salla-theme_4 .section-actions .circle-action.button-more{
    border-radius: 7px;
}

body.salla-theme_4 .product .product-footer, body.salla-theme_5 .product .product-footer {
    margin: 5px 0 0!important;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.product-footer .product-price {
    font-size: 15px;
    align-self: baseline;
}

.salla-theme_4 .product-footer .product-add {
    background-color: #d91a48 !important;
    width: 85%;
    margin-bottom: 10px !important;
    border-radius: 10px;
    height: 45px;
    color: white;
}
.salla-theme_4 .product-footer .product-add:hover {
    background-color: #eb456d !important;
    width: 85%;
    margin-bottom: 10px !important;
    border-radius: 10px;
    height: 45px;
    color: white;
}

.product-footer .sicon-cart:after {
    content: "\ef36";
    font-size: 18px;
    margin-right:5px;
}

.product-footer .sicon-cart:before {
    content: "اضف للسلة";
    font-size: 18px;
}

.section-products .container {
    padding-top: 1.5rem;
    background: #fff;
    border-radius: 5px;
     -webkit-box-shadow: none; 
     box-shadow: none; 
     border: none; 
}