/* Add custom CSS styles below */ 

body.index {
    background-color: #fff !important;
}
li#\31 394951970 a {
    color: #000;
}
li#\31 394951970 a:hover {
    color: #76adf7!important;
}
/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: -1px;
}

section:nth-of-type(1).s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 !important;
  margin:0 !important;
}
section:nth-of-type(6).s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 95%;
    padding:0 !important;
  margin:0 !important;
}

[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
section:nth-of-type(1).s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: flex !important;
}
.s-slider-block__title-nav {
    display: none !important;
}

.banner--fixed img {
    background-color: transparent !important;
}
section:nth-of-type(2).s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 21%;
    right: 3%;
    position: absolute;
}
section:nth-of-type(8).s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 70%;
}

/*grid section*/
section:nth-of-type(3).s-block.s-block--banners.container {
    padding-top: 1rem;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}

.banner-entry {
    height: 400px;
    background-color: transparent;
}
a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}

/*proudect*/

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: #fff;
    background-color: #76ADF7 !important;
    border: none;
}
.s-product-card-price {
  color: #76ADF7 !important;
}
section#featured-products-style2-4 {
    background-color: transparent !important;
}

section#featured-products-style2-4 .tabs.hide-scroll {
    right: -37% !important;
    position: relative;
}

/*footer*/
.store-footer__inner,
.footer-is-light .store-footer {
    background-color:#375BB7 !important;
    color: #fff;
    padding-right:2rem;
}
footer.store-footer a.flex.items-center.m-0 {
    background-image: url(https://i.ibb.co/2vTQ16W/Mask-group-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 207px;
    width: 35%;
}
footer.store-footer a.flex.items-center.m-0 h3{
display:none;
}

@media(max-width: 768px){

.banner-entry {
    height: 92px;
}
.swiper-slide {
    width: 50%;
}
section:nth-of-type(2).s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 43%;
}
section:nth-of-type(8).s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 89%;
}
footer.store-footer {
    text-align: center;
}
footer.store-footer a.flex.items-center.m-0 {
    left: -32%;
    position: relative;
    width:30% !important;
}
.footer-is-light .store-footer .contact-social {
    border-color: transparent !important;
}
.store-footer__inner,
.footer-is-light .store-footer{
      padding-right:0 !important;
}
section#featured-products-style2-4 .tabs.hide-scroll {
    right: -15%!important;
}
.s-contacts-list {
    align-items: center;
}
}