/* Add custom CSS styles below */ 
:root{
    --one:#1456b7;
    --two:#ffffff;
    --thr:#158ffe;
    --back: whitesmoke;
    --grid:3;
    --gridmob:3;
    --logo: url();
}

/* background */
/* body {
    background-image: var(--back);
} */
/* 
body{
    background-color: var(--back);
} */
/*--------------------*/

/* Slider */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide,
 [dir=rtl] salla-slider.photos-slider .swiper,
 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *),
 section.s-block.s-block--photos-slider:first-of-type
 {
    width: 100%;
    margin: 0;
    padding:0;
}
/*--------------------*/

/* unset  */
section.s-block.s-block--fixed-banner.wide-placeholder,  .banner--fixed img, .banner-entry {
    background-color: unset;
}
/*--------------------*/

/* grid */
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1/2;
}

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

.banner-entry {
    height: 225px;
}

section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
/*--------------------*/

/*center*/
.flex.mb-6, .s-product-card-content-sub, .store-footer a, .s-product-card-content-title a, .store-footer .contact-social ul {
    text-align: center!important;
    justify-content: center !important;

}
/*--------------------*/

/*prouduct*/
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    display: none;
}
#slider-with-bg-4 > div.s-slider-block__title > div.s-slider-block__title-right > h2 {
    display: none;
}

.s-button-element:not(:disabled):not([loading]) {
    background-color: var(--one);
    border: 2px solid var(--one);
    color: var(--two);
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: var(--two);
}

/* button.s-product-card-wishlist-btn.animated.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    color: var(--one) !important;
    } */

.s-product-card-content {
    background-color: var(--two);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.s-product-card-vertical {
    border: 3px solid var(--one);
    box-shadow: 0 0 5px var(--one);
}

.s-product-card-entry {
    height: 97%;
}
/*--------------------*/

/*footer*/
.footer-is-light .store-footer .store-footer__inner {
    text-align: center!important;
    justify-content: center !important;
    background-color: var(--one);
    color: var(--two);
}
/*--------------------*/

/*media*/
@media (max-width:767px){
    .swiper-wrapper>div {
        width: 56%;
    }
    .banner-entry {
    height: 114px;

    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(var(--gridmob),minmax(0,1fr));
    }
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 > div {
        justify-content: center;
    }
}

@media (min-width:768px) and (max-width:1200px){
    .banner-entry {
    height: 360px;
    }
        #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 > div {
        justify-content: center;
    }
}
/*--------------------*/

/* transition */
.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}

.s-product-card-vertical {
    transition: transform .5s;
}

.s-product-card-vertical:hover  {
    transform: scale(.9);
}

.s-button-element:not(:disabled):not([loading]):hover {
    color: var(--two);
    border: var(--thr) solid 3px;
}

.s-product-card-vertical:hover {
    box-shadow: -11px 10px 16px var(--thr);
}

.store-footer a {
    transition: all .3s ease-in-out;
}

.store-footer a:hover {
    transition: all .3s;
    background-color: var(--thr);
    border-radius: 50px;
}
/*end transition */

/* icon */
.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    box-shadow: 0 0 10px var(--one);
}

i.header-btn__icon.sicon-user-circle, button.s-product-card-wishlist-btn.animated.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center  {
    background-color: var(--one) !important;
    box-shadow: 0 0 10px var(--one);
    color: var(--two);
}

.footer-is-light .store-footer .social-link , #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > div:nth-child(1) > a > i {
    box-shadow: 0 0 5px var(--two);
}
/* icon transition */