/* bg color */ 
body
{
  background-color: #ffffff !important;

}

/* header*/ 

header.store-header,
header.store-header .main-nav-container,
#mainnav.main-nav-container {
    background-color: #1B3985 !important;
    background: #1B3985 !important;
  color: #ffffff;
}


salla-user-menu.hydrated,
i.header-btn__icon.icon.sicon-shopping-bag{
  background-color: #ffffff !important;
  border-radius: 25px;
}

/*sliders*/
section.s-block--photos-slider .swiper-pagination,
section.s-block--photos-slider button.s-slider-prev,
section.s-block--photos-slider button.s-slider-next,
section.s-block--testimonials .swiper-pagination,
section.s-block--testimonials button.s-slider-prev,
section.s-block--testimonials button.s-slider-next {
    display: none !important;
}
@media (min-width: 768px) {
    section.s-block--photos-slider.repeated-block {
        display: none !important;
    }
}

@media (max-width: 767px) {
    section.s-block--photos-slider:not(.repeated-block) {
        display: none !important;
    }
}

/*features*/

i.sicon-packed-box,
i.sicon-archive,
i.sicon-cart2
{
  color:#ffffff !important;
}
.s-block--features__item>h2
{
  color:  #1B3985 ;
}
.s-block--features__item{
  border-radius: 20px;
  border-width: 1px;
  border-color: #1B3985;
}

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

.lazy__bg.lazy.bg-no-repeat.entered.loaded{
  background-size: cover !important;
}

a.banner-entry.square-photos
{
    height: 300px;

}
@media (min-width: 640px) {
    .sm\:gap-8
 {
        gap: 1rem;
    }
}
/*features section mobile view*/
@media (max-width: 767px) {
    section.s-block--banners .grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    section.s-block--banners .banner-entry {
        aspect-ratio: 410 / 300 !important;
        height: auto !important;
    }

    section.s-block--banners .lazy__bg {
        background-size: cover !important;
        background-position: center !important;
    }
}
/* products*/ 

salla-add-product-button.hydrated
{
    background-color: #1B3985 !important;
  border-radius: 10px;
  color: #ffffff !important;

}
salla-add-product-button.hydrated:hover
{
      background-color: #ffffff !important;

}

span.s-button-text{
    color: #ffffff !important;
  
}
  button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center
{
    border-color: #ffffff !important;  
}
custom-salla-product-card{
  border-width: 1px;
  border-color: hsla(223, 66%, 31%, 0.2);
}

@media (max-width: 767px) {
    .s-products-slider-card {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

a.s-slider-block__display-all{
  display: none;
}

/* testimonials */ 

.s-reviews-testimonial {
    border-radius: 12px !important;      
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

/* footer */ 

.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: 77px;
    height: 70px;
    background-image: url(https://i.ibb.co/kVSnysT7/primehome-LOGO-3-1.png);
    background-size: cover;
}

.store-footer__inner,
footer.store-footer{
  color: #FFFFFF;
}


p.text-gray-400.mb-2\.5.md\:mb-0{
  color: #f6f6f6 !important;
}
.footer-is-light .store-footer .store-footer__inner{
    background-color: #1B3985;  
}

@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;
    justify-items: center;
}

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-self: center;
}

.s-contacts-list div#contact-slot:has(a[href^="tel:"]) {
    display: none !important;
}