/**************************************************/
/*************** Start Theme From Here *************/ 
/***************************************************/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');
  
 

:root{

  --color-primary:#999b86;
  --color-primary-reverse:#fff;
}

body{

  font-family: 'Cairo', sans-serif;
}




body{
  background:url(https://i.ibb.co/1JcgcyH/bg.png);
  background-size:cover;
}


.s-user-menu-trigger{
  background:transparent;
}


/* Start Edit Nav Menu */
.top-navbar{
  background:var(--color-primary);
  padding:0;
  padding-top:1rem;
}

header .s-contacts-header{
  display:none;
}

.s-search-input::placeholder{
  color:#fff;

}



input.s-search-input{
  border-radius:5px !important;
}
.s-search-icon svg{
  fill:#fff;
}
input.s-search-input,
.s-search-input-wrapper{
  max-width:600px;
  margin:0 auto;
}

@media(min-width:1024px){
.navbar-brand {
  padding:1rem;
}
.navbar-brand img{
  max-height:4rem;
  
}
}

#mainnav{
  background-color:var(--color-primary);
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
      color:#fff;
    }
    .main-menu li>a:hover{
      color:#fff;
    }
    
     .main-menu>.has-children:hover>a {
        color: #fff;
  
    }

    .main-menu .has-children li a:hover,.main-menu .has-children .has-children:hover>a {
        color: #fff;
       
    }

    .main-menu .has-children>a:after {
       color:#fff;
    }
}

.main-menu .sub-menu{
  background-color:var(--color-primary);
}


.sicon-user-circle:before,
.sicon-shopping-bag:before,
.s-cart-summary-content .s-cart-summary-total{
  color:#fff;
}

/**************************************************/
/************** Start Edit Slider *****************/
/***************************************************/


.index section.s-block.s-block--photos-slider{
  margin-top:0;
}

.index section.s-block.s-block--photos-slider img{
  max-height:calc(100vh - 148px);
}



.index section.s-block.s-block--photos-slider img{
  width:100%;
  object-fit: fill;
}

salla-slider.photos-slider .swiper-slide{
  width:100%;
}


.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden{
  padding:0;
}


salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *){
  padding-left:0;
}


@media (min-width: 1024px) {

salla-slider.photos-slider .swiper-slide{
  margin-right:0;
  margin-left:0;
  padding-left: 0;
  padding-right: 0;
}
}



.s-slider-v-centered .s-slider-block__title-nav button{
  background:transparent;
  box-shadow:none;
}



.s-slider-nav-arrow:not(:disabled):hover svg , 
.s-slider-nav-arrow svg{
  fill:#999b86;
}

/**************************************************/
/************* Start Edit Category ***************/
/*************************************************/
/* Start Edit Categories Section */
.s-block__title .right-side h2{
  color:#999B86;
  font-weight:bold;
}

@media(min-width:1024px){
.s-block__title .right-side h2{
  font-size:1.8rem;
  padding-right:4rem;
}
}


:nth-child(1 of section.s-block.s-block--banners.container) .grid ,
:nth-child(2 of section.s-block.s-block--banners.container) .grid ,
:nth-child(3 of section.s-block.s-block--banners.container) .grid ,
:nth-child(4 of section.s-block.s-block--banners.container) .grid{

grid-template-columns: repeat(3, minmax(0, 1fr));
}
.two-row .banner-entry:first-child{
        grid-row: span 1 / span 1;
}

:nth-child(1 of section.s-block.s-block--banners.container) .lazy__bg,
:nth-child(2 of section.s-block.s-block--banners.container) .lazy__bg , 
:nth-child(3 of section.s-block.s-block--banners.container) .lazy__bg , 
:nth-child(4 of section.s-block.s-block--banners.container) .lazy__bg{
background-size:contain;
  background-repeat:no-repeat;
}


:nth-child(1 of section.s-block.s-block--banners.container) .grid .banner-entry,
:nth-child(2 of section.s-block.s-block--banners.container) .grid .banner-entry , 
:nth-child(3 of section.s-block.s-block--banners.container) .grid .banner-entry , 
:nth-child(4 of section.s-block.s-block--banners.container) .grid .banner-entry{
  height: 200px;
}



@media(max-width:768px){
:nth-child(1 of section.s-block.s-block--banners.container) .grid ,
:nth-child(2 of section.s-block.s-block--banners.container) .grid,
:nth-child(3 of section.s-block.s-block--banners.container) .grid,
:nth-child(4 of section.s-block.s-block--banners.container) .grid{
grid-template-columns: repeat(3, minmax(0, 1fr));

}



:nth-child(1 of section.s-block.s-block--banners.container) .grid .banner-entry ,
:nth-child(2 of section.s-block.s-block--banners.container) .grid .banner-entry , 
:nth-child(3 of section.s-block.s-block--banners.container) .grid .banner-entry , 
:nth-child(4 of section.s-block.s-block--banners.container) .grid .banner-entry{
      height: 150px;
  }

  :nth-child(1 of section.s-block.s-block--banners.container) .grid  .lazy__bg ,
  :nth-child(2 of section.s-block.s-block--banners.container) .grid  .lazy__bg , 
    :nth-child(3 of section.s-block.s-block--banners.container) .grid  .lazy__bg , 
      :nth-child(4 of section.s-block.s-block--banners.container) .grid  .lazy__bg{
    background-size:contain;
  }
}


.banner-entry{
  background:transparent;
}





/* End Edit Categories Section */


/****************************************************/
/****************** Featured Products ***************/
/*****************************************************/
.s-block--tabs-produtcs{
    background:transparent;
}





/*****************************************************/
/********************** Edit Products ****************/
/*****************************************************/
.s-product-card-vertical .s-product-card-wishlist-btn button{
  background:#999B86 !important;
  border:none;
}
.s-product-card-vertical .s-product-card-wishlist-btn{
  opacity: 1 !important;
  background:#999B86 !important;

}

.s-product-card-vertical .sicon-heart{
  color:#fff;
}



/******************************************************/
/******************** Footer **************************/
/******************************************************/
footer.store-footer{
 background:url(https://i.ibb.co/5LNXZwy/Group-3659.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
}
.footer-is-light .store-footer .store-footer__inner{
  background:transparent;
}
.store-footer__inner{
 background:transparent;
}
footer.store-footer *{
  color:#fff;
}

/****************************************************/
/***************** سياسة الاستبدال والإسترجاع *********/
/****************************************************/

 .content--single-page{
  background:transparent;
}

.content .content-entry img{
  max-width:350px;
}

.content h1{
  background: #999b86;
    display: inline-block;
    padding: 1rem;
    border-radius: 11px;
    color: #fff;
    box-shadow: -1px 4px 9px 9px #00000025;
    margin-bottom:2rem;
}

.content .content-entry strong{
      margin-bottom: 1rem;
    display: inline-block;
}

 #privacy_policy .content-entry img {
    max-width: 250px;   
  }


@media(min-width:992px){
  #privacy_policy .content-entry p:nth-child(2){
   float:right;
   width:60%;
  }
  #privacy_policy .content-entry p:nth-child(3){
  float:left;
  width:40%;
  }
  #privacy_policy .content-entry p:nth-child(4){
  
  }
  #privacy_policy .content-entry img {
    max-width: 300px;
    margin:0;
    margin-top: -4rem;
   
  }
}


.sicon-menu:before{
  color:#fff;
}

/**************************************************/
/***************** Edit banner ********************/
/***************************************************/
.banner--fixed img{
  background:transparent;
}



/*****************************************************/
/**************** Our Company ************************/
/*****************************************************/

#ourCompany{

}

#ourCompany p a{
   background: #999b86;
    display: inline-block;
    padding: 1rem;
    border-radius: 11px;
    color: #fff;
    box-shadow: -1px 4px 9px 9px #00000025;
    margin: 0 auto 2rem;
    width: 100%;
    text-align: center;
}

.content .content-entry strong{
  margin-bottom:0;
}

.content .content-entry p > strong {
  margin-bottom:3rem;
  font-size:2rem;
  font-weight:bold;
  color:#999B86;
  text-align:center;
  display:block;
}

/* Our Company */

@media(min-width:992px){
.content#ourCompany .content-entry p:first-child img{
  max-width:100%;
  margin-bottom:2rem;
}


.content#ourCompany .content-entry p:nth-child(2){
  margin-top:6rem;
}

.content#ourCompany .content-entry p:nth-child(3){
  float:right;
  width:60%;
    clear:right;
}
.content#ourCompany .content-entry p:nth-child(4){
  float:left;
  width:40%;
      margin-top: -8rem;
}
.content#ourCompany .content-entry p:nth-child(5){
  clear:both;
}

.content#ourCompany  .content-entry p>strong{
  float:right;

}

}


@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 0;
    }
}




/* Edit Order Page */
/** Location in end Page  **/
.locationBox{
  padding:1rem;
}


/* Hide Placeholder using Search*/


.top-navbar .s-search-input::placeholder{
  color:transparent;
}