a.myBtn {
    display: none;
}

/* Add custom CSS styles below */ 
body {
background:#fff;
}
section {
    background-color: #fff !important;
}
.main-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 0 0px;
}

.main-menu > li > a {
  font-size:1.3rem !important;
}

.footer-main {
    padding: 1rem 0;
    border-top: 2px solid #e8e8e8;
    background-color: #fffbdb;
    color: black;
}
.footer-main a ,.footer-main span ,.footer-main p {
    color: #000!important;

}
.section-products .container {
    padding-top: 1.5rem;
    background: #fff0;
    border-radius: 5px;
        box-shadow: unset!important;
            border: 0px;


    }
    
    .product-footer .sicon-cart:before {
    content: "اضافة الي السلة";
}

.product-footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.product.contain {
    border-radius: 29px;
    overflow: hidden;
}
a.product-add.add_to_cart_btn {
    background: #e4ba54;
    width: 100%;
    color: black;
}
h3.product-title ,span.product-price{
    color: black;
    font-size: 1.3rem;
    font-weight: 700;
        text-align: center !important;

}
.salla-theme_4 .product-footer .product-add:hover {
    background-color: #bd8143!important;
}


body:not(.salla-theme_6) .category-featured {
    height: auto;
    padding: 100% 0 0;
}
body.store-home .row {
    display: flex !important;
 }
@media(max-width:767px){
body.store-home .row .col-md-4 {
    width: 49%;
}
body.store-home .row {
    display: flex !important;
    flex-wrap:wrap;
 }