/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* اخفاء زر تسجيل الدخول بالجوالات بالاعلى*/
@media only screen and (max-width: 600px){
   div.top-header {
    display: none;
} 
    .top-header>div>div>salla-user-menu{
        display: none;
    }
}

/* get button position*/
.sc-q8c6tt-1{
  bottom: 50px;
}
.sc-1au8ryl-0, .sc-q8c6tt-3 hKYcqG{
  display: none;
}
/* اخفاء التواصل لنيرا شات  */
#wa-nera-widget-send-button{
display:none;
}

/*  تغيير الألوان  */
:root {
    --color-primary: #662f58;
    --color-primary-dark: #FFC60B;
    --color-primary-light: #59C1BD;
    --color-primary-reverse: white;
    --color-text: #222222;
    --color-text-reverse: white;
    --color-title: #662f58;
    --color-secondary: red;
    
}

/*اخفاء الوسوم*/
.list--tags{display: none;}


/*عدد مرات الشراء*/
.sicon-fire::before {
    content: url(https://l.top4top.io/p_270833zce1.gif)!important;
    vertical-align: sub !important;
}
/*المتبقي من المنتجات*/
.sicon-box-bankers::before{
  content: url(https://cdn.salla.sa/jxDry/gmmj2MdZq1tfbqPdtivUEDKXZJrrhGEtiPgFSP85.gif) !important;   
  vertical-align: sub !important;
}

/* اخفاء نظام الاهداء */ 
.s-gifting-widget {
  display: none !important;
}
/*-------- ايقونات اسفل الجوال بار*/
.sicon-home:before {
    color: #4a2340;
}
.sicon-list:before {
   color: #FF914D;
}
.sicon-user:before {

    color: #9C27B0;
}
/*شكل المنتجات الخارجي -----*/
.product-block{ 
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 4px 6px 0 rgba(0, 0, 0, 0.1);

}

  /*التصانيف ---------*/

    .banner--square {
   overflow: visible ; 
   background-color: transparent;
    }
  .home-block--square-images>div>.row{
    flex-wrap:nowrap !important;
    overflow-x: auto !important;
    
  }
  .col-md-4 { 
    flex: 0 0 25%;
    max-width: 50.333333%;
}
 
@media (max-width: 767px){
    .col-md-4 { 
    flex: 0 0 50% !important;
}

}

.banner--square.has-title figcaption:after {
    
    background: transparent;
}
.banner figure h2 {   
    color: #222222;
    line-height: 2;
    margin-bottom: 55%;
  
}




@media (max-width: 767px){

.banner figure h2 {   
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50%;
  
}

}


.banner figure img {
    position: relative;
    top:0px;
    width: 550px;
}
.banner--square figure {
    padding-top: 20%;
}












/* Add product in the product page*/
@media only screen and (max-width: 800px){
.product-section.product-actions.product-section--quantity{
 padding: 5px !important;
  background-color: white;
  border: 1px solid #2222 ;
  position: fixed;
  bottom: 67px !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 2;

}


.product-section--quantity.has-quick-purchase{
flex-wrap: nowrap;
}

.product-section--quantity, .product-section--quantity.has-quick-purchase .qty-wrapper{
 display: contents !important;
 
}
.product-section--quantity.has-quick-purchase .s-add-product-button-with-quick-buy{
  flex-direction: row !important;
}
.product-section.product-section--has-label.product-section--totals{
  display: none;
}

.s-button-btn{
  display: inline-flex !important;
  /*margin-top: 10px;*/
}
.s-quantity-input-container{

display: inline-flex !important;

  /*margin-top: 10px;*/
}



}