:root {
    --main-color: #134388;
    --white-color: white;
    --black-color:black;
}

/********************* body ************************/

body{
    background-image:url("https://img.imgdd.com/57a9f123-9463-482d-bac2-1f1b3fe89003.webp") ;
    background-size:cover ;
    
}
/********************* header ************************/

div#mainnav {
    border-radius: 0px 0px  50px 50px !important;
    background-color:transparent !important;
    z-index:222 
}
body{
    /* background-color:red */
}

.inner.bg-inherit.w-full {
    border-radius: 0px 0px  30px 30px !important;
    z-index:22;
    background-color:#fff;
}


@media (min-width: 1024px) {
    ul.main-menu,
    .main-menu li.root-level>a {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}
.main-menu li.root-level>a {
    position: relative;
}
.main-menu li.root-level>a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    bottom: 0;
    background: var(--main-color);
    transition: 0.3s;
}
.main-menu li.root-level>a:hover {
    transform: translateY(-3px);
    background-color: #eeeeee;
     color: var(--main-color);
}
.main-menu li.root-level>a:hover::before {
    width: 100%;
}
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu , .s-user-menu-login-btn {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    filter: red !important;
    border: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s;
}
.s-user-menu-login-btn svg {
    fill: var(--white-color) !important;
}
.s-user-menu-login-btn:hover svg {
    fill: var(--main-color) !important;
}
i.sicon-menu{
    padding: 8px;
    border-radius: 50%;
}
i.sicon-menu.text-primary.text-2xl {
    color:#fff;
    border:1px solid var(--accent-color);
    width:40px !important;
    height:40px;
    padding:2px;
    overflow:hidden;
    position:relative;
    border-radius:50px;
    
}

.sicon-menu:before{
 left:50% !important;
    top:50% !important;
    position:absolute;
    transform:translate(-50% , -50%);
    
}
i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover 
, .s-user-menu-login-btn:hover:before 
, .s-user-menu-login-btn:hover{
    background: var(--white-color) !important;
    color: var(--main-color) !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-3px);
    transition: 0.3s;
}
b.s-cart-summary-total {
    color:var(--main-color) !important;
}
@media (max-width: 480px) {
    div#mainnav {
        /* padding-top: 0.8rem !important; */
    }
    .main-nav-container.fixed-header .inner {
    transform: none;
    top: 0;
    padding-block: 5.8px;
}
}
/************  slider **************/
section.s-block.s-block--photos-slider {
    margin-top: 0 !important;
    padding:0 !important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    padding:0 !important;
    margin-top:20px !important;
    width:100% !important;
    border-radius:0 !important;
}
section.s-block.s-block--photos-slider:nth-child(2) {
  margin-top: -3rem !important;
  z-index:2 !important;
}
@media(max-width:767px) {
    
div#mainnav {
    border-radius: 0px 0px  20px 50px !important;
    background-color: #0e04046e !important;
    z-index:222
}


.inner.bg-inherit.w-full {
    border-radius: 0px 0px  20px 20px !important;
    z-index:22;
    background-color: #ffffff;
}
    section.s-block.s-block--photos-slider:nth-child(2) {
  margin-top: -2.1rem !important;
  z-index:2 !important;
}
}
[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper{
    padding:0 !important;
}

img.w-full{
    border-radius: 0px;
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock , button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display:none;
}

.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}
/************  products **************/
body.index salla-products-slider.s-products-slider-wrapper.hydrated .swiper.s-slider-container {
    padding:30px 0 !important;
    

}
.product-index salla-products-list.flex-1,
 .product-index-offers  salla-products-list.flex-1
 {
    padding-top: 30px !important;
    padding-inline: 15pxÂ !important;
     
}
.s-button-primary-outline{
        background-color:  var(--main-color);
    border:none;
    color:var(--white-color);

}
.s-button-primary-outline:hover{
     background-color: var(--main-color);

}
.s-products-slider-card.swiper-slide{
    border-radius:30PX !important;
}
.s-product-card-entry {
   transform: translate(0px, 0px);
  transition: all .5s ease-in-out;
    /* border:1px solid var(--main-color); */
      /* box-shadow: 1px 1px 2px 2px #e0dede !important; */
    border-radius:20PX !important;

}

.s-product-card-entry:hover{
  transform: translate(0px, -10px);
       /* box-shadow: 3px 3px 4px 3px #ddd !important; */
    
}
.s-product-card-image {
    border-radius:30px 30px 0 0 !important;
    background-color:transparent
}
.s-product-card-content *{
    justify-content:center;
    text-align:center;
}
.s-product-card-content-title a{
    color:#093F6D;
}
.s-product-card-sale-price span {
    color:#1F5EB8;
    font-size:15px 
}
h4.s-product-card-price {
    color:red;
     font-size:30px !important
}
.s-product-card-sale-price h4 {
    font-size:20px !important
}

img.s-product-card-image-contain.lazy.loaded {
    background-color:var(--white-color);
    border-radius:30PX !important;
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px)
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px);
    
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}
a.s-slider-block__display-all {
    color:var(--main-color);
}


.s-slider-block__title {
    justify-content:center;
    flex-direction:column;
    gap:20px;
}
.s-slider-block__title-right {
    justify-content:center;
    background-color:#134388;
    padding:15px 25px;
    border-radius: 10px !important;
    color:white;
    text-align:center !important;
}

.s-slider-block__title h2 {
    padding:0
}

section#best-offers-8-slider , section#best-offers-14-slider 
 {
    background-color:#134389;
    width:100%;
    padding:0;
    margin:0;
   margin-top:-1px;
    max-width:100%
}
body.index salla-products-slider.s-products-slider-wrapper.hydrated .swiper.s-slider-container {
    max-width:1200px ;
    justify-content:center !important;
    margin:auto
    
}
#main-content > section:nth-child(17) {
    margin-top:-20px !important;
}
#main-content > section:nth-child(11)  {
    /* background-color:#14448a; */
    margin-top:-20px  !important
}







/************ footer **************/
.store-footer__inner *{
    justify-content:center;
    
}
.footer-is-light .store-footer {
    background-color:var(--main-color);
    border-top-left-radius:8em;
    border-top-right-radius:8em;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    
}
.footer-is-light .store-footer .store-footer__inner{
        background-color:var(--main-color);
    border-top-left-radius:20pc;
    border-top-right-radius:20pc;
    border:none;
    color:var(--white-color);
}
.store-footer__inner{
    justify-content:center;
    align-items:center;
}

@media (max-width: 768px){
    .footer-is-light .store-footer {
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    
}
.footer-is-light .store-footer .store-footer__inner{
    border-top-left-radius:10pc;
    border-top-right-radius:10pc;
    border:none;
    color:var(--white-color);
}
.store-footer__inner{
    justify-content:center;
    align-items:center;
    text-align:center
}
}

footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border:none
}
footer a[href*=tiktok] {
   background: black;
    color:white;
border:none
}
footer a[href*=snapchat] {
    background:yellow;
border:none
}
footer a[href*=youtube] {
    background:red;
border:none;
    color:white;
}
footer a[href*=twitter] {
    background:lightskyblue;
border:none;
    color:white;
}


footer a[href*=instagram]{background:-o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)} footer a[href*=tiktok]{background:-o-linear-gradient(330deg,#69c9d0,#000,#ee1d52);background:linear-gradient(120deg,#69c9d0,#000,#ee1d52)}footer a[href*=facebook]{background:-o-linear-gradient(45deg,#3776f2,#00b1f7);background:linear-gradient(45deg,#3776f2,#00b1f7)}footer a[href*=youtube]{background-color:#c4302b}footer a[href*=snapchat]{background-color:#ff0;color:#000!important}
footer a[href*=twitter] {
    background:lightskyblue;
border:none;
    color:#171313;
}







b.s-cart-summary-total {}