@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

body {
    font-family: "El Messiri", sans-serif;
    backgrond-color: #707070 !important;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 7px;
}

body::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 7px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.main-nav-container.bg-white {
    background-color: transparent !important;
        box-shadow: none;
}
.bg-inherit {
  color: #f8caaa;
    background: #000;
    margin: 7px auto;
    border-radius: 19px;
    box-shadow: 0 3px 5px 0 #6e6e6e;
    width: 94%;  
}
.main-menu li>a:hover {
  color: #fff !important;
}
.sicon-menu  {
  color: #fff;
}
.main-nav-container.fixed-header .inner {
    width: 94%;
}

.header-btn__icon {
  border: 0;
  color: #f8caaa !important;
}
.s-cart-summary-total {
  color: #f8caaa !important;
}
.top-navbar {
  background: #E4E6D7;
}
.top-navbar .s-search-input {
    box-shadow: 0 2px 2px 0 #858383;
    border-radius: 8px !important;
    border: 1px solid #8f8f8f;
 } 
  .s-block__title h2 {
   border-right: 5px solid;
    padding-right: 5px;
    padding-top: 5px;
  }
  
  .s-block__display-all i {
    background: #000;
    border-radius: 50%;
    padding: 5px;
    color: #f8caaa;
    border: 1px solid #f8caaa
  }
  

.s-product-card-content-main  {
  text-align: center;
}
.s-product-card-content-sub  {
  justify-content: center;
}
.s-product-card-entry {
    border: 1px solid #7c7c7c6b;
    box-shadow: 0 1px 2px 0 #6565654f;
  }
.s-product-card-entry.s-product-card-wishlist-btn button {
  opacity: 1 !important;
}
.s-product-card-entry.s-product-card-wishlist-btn button .s-button-icon .s-button-text {
  opacity: 1 !important;
  padding: 5px !important;
  font-size: 18px !important;
}
  .s-product-card-image img {
    padding: 5px;
    border-radius: 13px;
  }
 .s-product-card-image {
   backgrpund: #fff;
   a, img {
     background: #fff
   }
 }
  .s-product-card-content {
  
    padding: 10px;
  }
.s-button-btn {
 background: linear-gradient(90deg, #000, #fff, #000);
    background-size: 300%;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
    animation: move-background 12s infinite;
    transition: color 0.3s ease;
}
.animated-button:hover {
    color: #000;
}

section.s-block {
width: 94%;
  margin-top: 2rem;
    display: block;
    padding: 3% 3% 1%;
    border-radius: 16px;
    box-shadow: 0 5px 5px 0 #c2c2c2;  
    background: linear-gradient(90deg,#d3d3d3 , #fff, #d3d3d3);
    background-size: 300%;
    animation: move-background 16s infinite;
}
section.s-block:nth-of-type(even) {
  background: linear-gradient(90deg, #fff, #fff, #fff);
}


.store-footer__inner {
    color: #f8caaa;
    background-color: #000 !important;

    border-radius: 19px;
    box-shadow: 0 3px 5px 0 #6e6e6e;
    width: 94%;
    margin: auto;
    margin-top: 2rem;
}

.store-footer {
background: linear-gradient(to bottom, #fff, #000);
}
.copyright-text *,
.copyright-text p{
  color: #ccc;
}




/*
.app-inner::before {
    content: "";
    background-image: url('https://i.imghippo.com/files/IIfS1639oZw.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
*/
.app-inner {
 background: #e1e1e1;
}

      .s-product-card-fit-height .s-product-card-image {
    height: 18rem;
    max-height: 21rem !important;
} 
@keyframes move-background {
    0% {
        background-position: 0%;
    }
    50% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}
  
 @media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
    
    }
    .main-menu {
    }
    .navbar-brand img {
      max-height: 4rem;
    }
    .main-menu li:hover>.sub-menu {
      background: #000;
    }
    .root-level:hover *,
    .main-menu .has-children.root-level:hover>a:after {
      color: #fff;
    }
      
}

@media (min-width: 1280px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 550px){
      .s-product-card-fit-height .s-product-card-image {
   height: auto;
    max-height: max-content !important;
} 
}