/* Add custom CSS styles below */ 
/* views */
.store-view-now {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 14px;
    padding: 16px 22px;
    z-index: 999999;
    width: fit-content;
}


.close-store-view-now {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e63946;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 11px;
}


.store-view-now-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.visitors-number {
    background: #1f1f1f;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.visitor-dot {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.3s infinite;
}

.row-visitors {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-view-now .label {
    color: #444;
    font-size: 13px;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}


@media (max-width: 768px) {
    .store-view-now {
        bottom: 15px;
        left: 10px;
        padding: 14px 18px;
    }
}
/* Add custom CSS styles below */ 
body{
    /* background-color: #FBEEE5 !important; */
}
@media (min-width: 1024px) {
    .top-navbar {
        background-color: #D1D2CD!important;
    }
}
/*categores  */
    .img-cat img {
        border-radius: 8px;
    }
    .btn-cat{
        /* border-radius: 4px; */
      font-size: 20px;
    }
    .btn-cat{
      border:1px solid var(--color-primary);
    }
/*products cat  */
    .A-categories .tab.styles {
        border: 1px solid var(--color-primary);
        background-color: var(--color-primary);
    }
    .A-categories .tab{
      border: 1px solid var(--color-primary);
      border-radius: 200px;
      color: #151515;
    }
a.product-button.btn{
    background-color: transparent;
    border: 1px solid;
}
/*custome products  */
h2.md\:text-4xl.font-normal {
    font-size: 42px;
    line-height: 2.5rem;
    color: var(--color-primary);
    font-weight: 600;
}
/*PFFERS END  */
/* section.promotion-section.promotion-section.-\33 .mb-12.md\:mb-16{
background-repeat: no-repeat;
    background-color: #a05933;
  
} */
.s-count-down-item-value, .s-count-down-item::after, .s-count-down-item-label
 /* {
    color: black !important;
} */
    a.promotion-button.sal-animate{
      border-radius: 200px;
        font-size: 24px;
    }
    .s-count-down-item-value{
      /* background-color: black; */
        border: 1px solid white;
        border-radius: 7.69px;
        padding: 12px;  
      color: white !important;
        min-width: 60px;
        min-height: 60px
    }
a.promotion-button.sal-animate{
    color: #ffffff;
    background: transparent !important;
    border: 1px solid white;
    border-radius: 110px;
}
    .s-count-down-item::after{
        left: -8px;
        top: 7px;
      
    }
    @media (max-width: 768px) {
        .promotion-section .s-count-down-wrapper {
            width: unset;
        }
    }
/*banner momad.  */

.medical-text.w-full.md\:w-1\/2.text-center.md\:text-right.bg-primary.py-8.px-4.md\:py-16.md\:px-6.rounded-lg{
background-color: #ccac97;
    background-image: url(https://cdn.files.salla.network/homepage/200711668/5a7bea3c-339a-438b-bdc6-d6597c56b401.webp);
    background-position: right;
  
}
a.download-btn.inline-flex.items-center.gap-2.text-sm.font-medium.px-5.py-3.rounded-full.transition-all {
    border-radius: 200px;
    border: 1px solid white;
}
/*our offers  */

a.btn.btn-sales.w-fit.px-8.py-3.rounded-3xl.md\:rounded-\[58px\].font-bold.flex.items-center.gap-2.transition-all.hover\:scale-105.hover\:shadow-lg {
    border-radius: 400px;
   background-color: var(--color-primary);
  border:1px solid var(--color-primary) !important;
  
}
.faq-section {
    background-color: #FBEEE5;
}
/* .store-footer__inner .navbar-brand img { content: url("https://cdn.files.salla.network/homepage/200711668/a28029ea-caa3-4d8b-bf53-8340f6c8548c.webp"); } */

a.flex.items-center.m-0 {
    display: none;
}
@media (min-width: 480px) {
    .navbar-brand img {
        /* width: 70px !important; */
        height: 85px !important;
      max-height: 6rem !important;
    }

}
.s-contacts-list.s-contacts-list-vertical > #contact-slot:nth-of-type(2) {
  display: none;
}
.s-contacts-list.s-contacts-list-vertical > #contact-slot:nth-of-type(3) {
  display: none;
}
button#scrollToTopBtn {
    display: none;
}
.featuers_store .feature {

    background-color: #e4e4e4 !important;

}
.s-social-link a svg
 {
    color: var(--color-primary);
}
li.s-social-link {
    border-color: var(--color-primary)!important;
}
.featuers_store .feature .features_parent .feature_icon .smallest_imgs
 {
    border-radius: 0 !important;
}
custom-salla-product-card#\33 14646953 {
    grid-row: 1 !important;
}
@media (min-width: 1280px) {
   section.s-block.s-block--fixed-banner.wide-placeholder 
 .container {
        max-width: 1600px;
    }
}