body.index:before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #92d8f6 url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/RAOXex/71eBHwizimd0TTm0fmNRgkNAju6AFCP6xOxNwg5b.png) center no-repeat;
    background-size: 250px;
    z-index: 9999999;
    opacity: 1;
    animation: fadeOut 4s forwards;
}

@keyframes fadeOut {
  0%, 80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}



body{
	background-color:#92d8f6 !important;
}

/* start header */
div#mainnav {
    background: #92d7f5;
}
/* end header */

.s-block.s-block--fixed-banner:first-of-type {
  margin-top: unset !important;
}

.s-block.s-block--fixed-banner img {
  border-radius: 0px;
}
.s-block.s-block--fixed-banner:first-of-type img{
background: linear-gradient(180deg,rgba(30, 175, 237, 1) 42%, rgba(152, 138, 132, 0) 100%);


}

.s-block.s-block--fixed-banner:first-of-type .container {
  max-width: unset;
  padding: 0px;
}

.square-photos , .s-block.s-block--fixed-banner img {

  background-color:transparent;
}
.s-block--banners .two-row {
  display:flex;
  flex-wrap: wrap;
  justify-content:center
}




.s-block--banners .two-row .banner-entry {
  height: 200px !important;
  width:30%;
}


.two-row .banner-entry:first-child {
  grid-column: unset;
  grid-row: unset;
}



.s-product-card-vertical {
  border-color:#333362;
  border-width:1px;
}
.s-products-slider-slider .swiper-wrapper{
  padding:10px 0px ;
}
.s-product-card-image-contain{
  background-color:#fff;
}


div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
  background: #fff;
}

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > span,
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > i {
  color: #333362;
}


.s-button-outline {
  border-color:#333362;
}

.s-button-btn, .s-price-range-number-input{
  border-raduis:45px;
}
.s-block.s-block--banners{
  margin-top:unset;
}
#product-1320833034 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > salla-installment > div.mb-5{
      background: #fff;
    border-radius: 12px;
}
.store-footer__inner{
  background-color:#92d8f6!important;
  color:#000;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(6) > div > a > img,#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(8) > div > a > img,#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(10) > div > a > img,#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(12) > div > a > img{
  width:500px;
  margin:auto
}
.s-slider-block__title{
  display:none;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > a > img{
  width:70%;
  margin:auto ;
}
@media(max-width:600px){
 .main-menu.mm-spn--open{
  background-color:#92d8f6!important;
  color:#000;
}
.s-block--banners .two-row .banner-entry {
  height: 100px !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(6) > div > a > img,#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(8) > div > a > img,#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(10) > div > a > img,#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(12) > div > a > img{
  width:300px;
}
}
/* start media  */

/* header media */
@media(max-width: 767px){

div#mainnav .container .flex.relative .newLogo {
    order: 2 !important;
    width: 40%;
    justify-content: center;
}
div#mainnav .container .flex.relative .flex:nth-child(2){
    order:1 !important;
    width: 30%;
}
div#mainnav .container .flex.relative .flex:last-child{
    order: 3 !important;
    width: 30%;
}
}
/* fixed banners */ 
@media (min-width:1024px) and (max-width:1600px){
section.s-block.s-block--banners.container{
    width: 75%;
}
section:not(:first-of-type) .banner--fixed img{
    width: 70%;
    margin: auto;
}
}

/* end media  */