/* Add custom CSS styles below */ 


url(https://i.postimg.cc/q7Yr0NHx/azrakgif.gif);
    position: fixed;
    z-index: 99999999999999999!important;
    transform: scale(0);
    background-size: 250px!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation-name: logobg;
    animation-duration: 5s;
}
@keyframes logobg {
   0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    78% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}


.top-navbar {
    background: #83c8f1;
    color:#fff;
}

.header-btn__icon {
    border: none;
    color: #fff !important;
    background: #83c8f1;
}

.s-cart-summary-total{
 color: #3182c3;
}

.s-block__title h2 {
    background: #83c8f1;
    color: #fff;
     padding: 5px 30px;
    border-radius: 20px;
}
.s-block__display-all{
    background: #83c8f1;
    color: #fff;
     padding: 5px 30px;
    border-radius: 8px;
}

.s-block {
    margin-top: 0rem;
    margin-bottom:3rem;
}
.s-button-btn{
  background: #83c8f1;
   color: #fff !important;
   border-radius:30px;
}

.s-block--fixed-banner .container {
padding-left:0px;
padding-right:0px;
}

.banner--fixed img{
border-radius:0px  !important;
}

.store-footer__inner {
   background: #83c8f1 !important;
   border-bottom:none;
}

.store-footer * {
color:#fff;
}

.store-footer h3 {
    background: #fff;
    color: #3182c3;
    width: fit-content;
    padding: 2px 30px;
    border-radius: 20px;
}
.s-product-card-entry {
    border: 1px solid #83c8f1;
    border-bottom: 3px solid #83c8f1;
    box-shadow: 0 0 3px #83c8f1;
}
.s-contacts-icon{
    background: #fff;
   border:none;
}

.s-contacts-icon svg{
 fill:#83c8f1;
}

.store-footer .copyright-text  a{
  color: #83c8f1;
}

.s-block--features__item {
   background: #83c8f1 !important;
   border-radius:40px 0 40px 0 ;
  }
  
  .s-block--features__item .feature-icon{
   background: #fff!important;
  }
  .s-block--features__item .feature-icon i{
  color:#83c8f1;
  }
  
   .s-block--features__item h2 , .s-block--features__item p{
   
  color:#fff;
   }
   
.s-product-card-image {
 background:#fff;
}
   
   
   @media (max-width:768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .banner-entry {
    height: 74px !important;
}

.s-product-card-fit-height .s-product-card-image {
    height: 8rem;
    background:#fff;
}
.s-button-btn {
   width:77%;
    display: block;
    margin: auto;
}
}

@media(min-width:800px)  {
    .banner-entry {
        height: 170px !important;
    }
}

@media(min-width:1200px)  {
       .banner-entry {
    height: 216px!important;
}
}