/* Add custom CSS styles below */ 
body {
    background:#0059A7;
}
/*******************banner********************************/
section.s-block .container {
    max-width: 100%;
    padding: 0;
}
section.s-block:nth-of-type(1)  {
    margin-top:-0px;
}
section.s-block img{
    background-color: transparent
}
/**********************************************************/
/*******************footer********************************/
footer.store-footer {
    /* لون خلفية صنع بأتقان */
    background-color: #0059A7 !important;
}
.store-footer__inner {
    /* لون خلفية من نحن */
    background-color: #0059A7 !important;
    /* لون  النص */
    color : #fff;
}
footer.store-footer p {
    /*   لون  النص في الجزء الأيمن من الفوتر كامل*/
    color : #fff;
}
.store-footer__inner {
    border: none;
}
.store-footer__inner i ,
.store-footer__inner a,
.store-footer__inner span{
    border-color:#000 !important;
}
.store-footer a:hover{ 
     /*   موشن اذا جا الماوس ع الفوتر */
transition:all .7s;
background-color:#fff;
border-radius:50px;
padding:10px;
color:#0059A7;
}
/**********************************************************/   
/*******************header********************************/
div#mainnav {
    background-color: #0059A7 !important;
}
.shadow-default{
    box-shadow: 0 0 transparent !important;
} 
div#mainnav i.sicon-shopping-bag ,
i.sicon-user-circle{
    
     /*  شكل السله وعلامة اليوزر */
    background-color: #0059A7;
    color:#fff !important;
    border-color: solid #0059A7 !important;
    box-shadow: 1px 1px 5px #0059A7;
}    
div#mainnav i.sicon-shopping-bag:hover ,
i.sicon-user-circle:hover{
    /*  موشن اذا جا الماوس */
    background-color: transparent;
    color: #000 !important;
    border-color: #0059A7 !important;
}
.s-search-container.s-search-inline {
      /*   لون حواف البحث*/
    background-color: transparent;
    border:1px solid #0059A7;
    border-radius:50px;
}
i.sicon-menu {
/* لون الشرائط الثلاث 3  */

    color: #fff;
}
.fixed-header .inner{
/* لون خلفية الهيدر الي فووق   */
    background-color:#0059A7;
}
header.store-header {
    z-index:222
}
/*********************************************************/
/********************product******************************/
.text-gray-900{
    /* اسم المنتج في السلة   */
    color: #000!important;
}
.btn-show-more{
    color: #0059A7 !important;


}
.s-product-card-content {
    /* موضع نص المنتج   */
    text-align: center;
}
.s-product-card-content-sub {
    
    /* موضع نص وصف المنتج   */
    justify-content: center;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    /* لون خلفية اضافة للسلة ولن اضافة لللسلة وحركات  */
    background-color: #0059A7  !important;
    border: 1px solid #0059A7 !important;
    color:#fff;
    border-radius: 25px 0px;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
       /*موشن وحركات فخمه      */
    background-color:transparent !important;
    border: 2px solid #0059A7 !important;
    color: #5d5f62;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover i {
    color: #0059A7 ;
}
i.text-base.sicon-shopping-bag {
     /* لون السله في (اضافة للسلة)   */
    color:#fff;
}
h3.s-product-card-content-title:hover a {
       /* موشن اذا الماوس ع اسم المنتج   )   */
    color:#0059A7;
}
salla-add-product-button.hydrated[product-status=out] {
    background-color: #ffffff;
    border: 1px solid #000;
    color:#000 !important;
}
custom-salla-product-card {
     /*  لون حواف بطاقة المنتج   */
    border:3px solid #0059A7;
}
/*********************************************************/
/*********************mobile******************************/
@media only screen and (max-width: 600px) {
      /* تغيير شكل البحث من متصف الجوال  */
    .s-search-container {
      width: 250px !important;
      margin-inline: auto;
    } }