/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #F6F6F6 !important;
}

.banner--fixed img {
  background-color: transparent;
}
/* End of Global */

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

.top-navbar {
  background-color: #0F7FC9;
  color: #fff;
}

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

.s-search-icon svg {
    fill: #fff;
}
/* End of Header */

/* Banners */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 1rem;
}

@media(min-width: 768px) {
  :nth-child(2 of section.s-block.s-block--fixed-banner), :nth-child(4 of section.s-block.s-block--fixed-banner), :nth-child(6 of section.s-block.s-block--fixed-banner) {
    display: none;
  }
}

@media(max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--fixed-banner), :nth-child(3 of section.s-block.s-block--fixed-banner), :nth-child(5 of section.s-block.s-block--fixed-banner) {
    display: none;
  }
}

:nth-child(5 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 100%;
  padding: 0;
}
/* End of Banners */

/* Why Us */
.s-block__title-left {
  display: none !important;
}

.s-block__title {
    justify-content: center;
}

@media(min-width: 768px) {
  .s-block__title h2 {
    font-size: 22px;
  }
}

.s-block__title h2:after {
    content: '';
    position: absolute;
    top: -16px;
    left: -9%;
    transform: translateX(-50%);
    width: 180px;
    height: 30px;
    background: url(https://i.ibb.co/jZbws6yR/Highlight-05.png) no-repeat center;
    background-size: contain;
}

@media(max-width: 992px) {
  .s-block__title h2:after {
    width: 150px;
    height: 20px;
    top: -12px;
  }
}

.s-block__title h2:where([dir=rtl],[dir=rtl] *), .s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

:nth-child(1 of section.s-block.s-block--banners.container) .s-block__title {
    margin-bottom: 1rem;
}

section.s-block.s-block--banners.container .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

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

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

@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 170px;
  }
}

@media (min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 168px;
  }
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}
/* End of Why Us */

/* Store Features */
@media (max-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 120px;
  }
}

@media (min-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 168px;
  }
}
/* End of Store Fearures */

/* Products Section */
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-content {
  background-color: #fff;
  border-radius: 0;
}

.s-product-card-price, .s-product-card-sale-price h4 {
  color: #0F7FC9 !important;
}

.s-button-wide {
    background-color: #0F7FC9;
    color: #fff;
}

.s-product-card-image {
    /* padding: 1rem; */
    background-color: transparent;
}

.s-product-card-image img {
  transition: .5s;
  aspect-ratio: 1 / 1;
  border-radius: .75rem;
}

.s-product-card-image:hover img {
  transform : scale(1.1);
}

.s-product-card-horizontal .s-product-card-content {
    border-radius: .75rem;
}
/* End of Products Section */

/* Students Reviews */
.s-reviews-header {
    margin-right: 0;
}

.s-reviews-header-wrapper {
    justify-content: center;
}

@media(min-width: 768px) {
  .s-reviews-header {
    font-size: 22px;
  }
}
/****/

/* Footer */
.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Nzgvv/LfemqG1JBXf3dL7lRo5HSSumsnBkl4zfSuuG5vGA.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.s-contacts-list-vertical {
  align-items: center;
}
/* End of Footer */