/* Add custom CSS styles below */ 
body {
    background-color: #fff;
}


/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: -1px;
}
section:nth-of-type(7) .s-slider-block__title-nav {
    display: none !important;
}

salla-slider.photos-slider .swiper-slide {
    width: 100%;
    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;

}

.banner--fixed img {
    background-color: transparent !important;
}


section:nth-of-type(3).s-block.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    background-color: transparent !important;
    width: 11%;
}

section:nth-of-type(8).s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 0  !important;
}

section:nth-of-type(8).s-block.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    width: 90%;
    margin: auto;
}
section.s-block.s-block--fixed-banner.wide-placeholder.container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}


.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0 !important;
}

section:nth-of-type(5) .carousel-slider .s-slider-block__title-nav {
    display: none !important;
}
/*grid section*/
section.s-block.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title h2 {
    font-size: 48px !important;
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

section:nth-of-type(2) .banner-entry {
    height: 456px;
    background-color: transparent;
}
section:nth-of-type(5) {
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    max-width: 100% !important;
    padding: 2% 0;
}

section:nth-of-type(5) .banner-entry {
    height: 300px;
    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;
}

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: #0245AA !important;
    border: none;
 border-radius: 5px !important;
}

section#best-offers-3-slider {
    margin-top: 1rem !important;
}

.s-product-card-entry {
    border: 1px solid #000000 !important;
    border-radius: 5px !important;
 box-shadow: 1px 0px 0px 0px #989191a8;
}
.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
section#best-offers-3-slider .w-full {
    width: 80%;
}
/*footer*/

.footer-is-light .store-footer {
    background-color: #fff !important;
    color: #0245AA;
}
.store-footer__inner{
  background-color: #0245AA !important;
    color: #fff;
      padding-top:0 !important;
}

@media(max-width: 768px){

.md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section.s-block.s-block--banners.container .s-block__title h2 {
    font-size: 20px !important;
}
section:nth-of-type(2) .banner-entry {
    height: 209px;
}
section:nth-of-type(5) .banner-entry {
    height:135px;
}
a.banner-entry.square-photos:nth-child(3) {
    left: -56%;
}
section:nth-of-type(5) {
    padding: 5% 0;
}
section#best-offers-3-slider .w-full {
    width: 94%;
}
section:nth-of-type(3).s-block.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    background-color: transparent !important;
    width: 30%;
}
.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
.footer-is-light .store-footer .store-footer__inner:before{
    position: relative;
    left: -32%;
}



}







/*footer before logo*/

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin:0 !important;
    background-image: url(https://i.ibb.co/CzrQF2H/Frame-1820548225-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}