/*
.index:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fae8da url(https://cdn.salla.sa/form-builder/G0AXq0zs82dhdfk52t9teQADvrSjqsnmn8huWpLL.png);
  position: fixed;
  top: 0;
  z-index: 99999999999999999 !important;
  background-size: 250px !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: logobg;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  bottom: 0;
  left: 0;
  right: 0;
}
*/

.all-btn {
    margin: 0 auto !important;
    padding: 15px 20px !important;
    display: block !important;
    text-align: center !important;
    width: fit-content !important;
    margin-top: 25px !important;
}


@keyframes logobg {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}


/* Transparent Banner */

.banner-entry,
.banner--fixed img {
  background-color: transparent !important;
}

/* Categories Grid */

.s-block--banners .grid {
  grid-template-columns: repeat(3, 1fr);
}

.s-block--banners .banner-entry {
  height: 500px;
}

@media (max-width: 992px) {
  .s-block--banners .banner-entry {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 140px;
  }
}

.s-block--banners .lazy__bg {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  }
}

  .s-block--best-offers .btn,
  .all-btn {
    padding-bottom: 2.625rem;
    padding-top: 2.5rem;
    font-size: 2.2rem;
}

.all-btn{
  border: 2px solid var(--color-primary);
  font-weight: bold;
  margin: 2rem auto;
  max-width:90%;
  padding: 2.5rem 1rem;
  line-height: 1.2;
}

.all-btn:hover{
  color: #fff;
  background-color: var(--color-primary)
}


/* Footer */

footer .grid > div:nth-of-type(2) img.img-fluid{
  filter: brightness(0) invert(1)
}

.footer-list.enhanced_links {
    -moz-column-count: 1;
    column-count: 1;
}

.footer-rights p {
  color: #000 !important
}

@media(min-width:992px){
.fixed-banner--1{
  display: none
}
}

.sicon-facebook:before,
.sicon-youtube:before,
.sicon-tiktok:before,
.sicon-instagram:before{
  display: none !important
}

.store-footer .social-link{
  border-width: 0  !important
}

.sicon-facebook:after{
 content: url('https://i.ibb.co/VqhFs45/fa.png')
}

.sicon-youtube:after{
 content: url('https://i.ibb.co/xmDk4hc/yt.png')
}

.sicon-tiktok:after{
 content: url('https://i.ibb.co/0jb61Dn/tiktok.png')
}

.sicon-instagram:after{
 content: url('https://i.ibb.co/6JXzFt4/insta.png')
}

a.social-link[title='تويتر'] {
    background: #000 !important;
}

.footer-is-custom .store-footer .social-link{
  opacity: 1 !important
}

@media(max-width:992px){

.all-btn {
    padding: 2rem 0.5rem;
}
  .double-banner--0{
    display: none !important
  }
  [dir="rtl"] .footer-list.links_with_bullits li {
    text-align: center;
  }
  .footer-list.links_with_bullits li {
    list-style-type: none;
  }
  [dir="rtl"] .footer-list.links_with_bullits li::marker     {
    display: none
  }
}
@media(max-width:768px){{
.index.mobile_small_blocks_titles h2.text-3xl {
    font-size: 2rem;
}
}


.all-btn {
    margin: 0 auto !important;
    padding: 15px 20px !important;
    display: block !important;
    text-align: center !important;
    width: fit-content !important;
    margin-top: 25px !important;
}