@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:wght@100..900&display=swap');

html[lang=en] *:not(i) {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html[lang=ar] *:not(i) {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

body {
    background: #fff !important;
}

#mainnav a.s-cart-summary-wrapper:not(:first-child) {
    display: none !important;
}


div#mainnav .container {
    max-width: initial;
    background: #65ffff2e;
    padding: 0 25px;
}
div#mainnav .container custom-main-menu {
    width:100%;
}
div#mainnav .container > .flex.items-stretch.justify-between.relative > .flex.items-center:first-child {
    flex: 1;
}

div#mainnav .container nav ul.main-menu {
    display:block;
    text-align: center;
}

a.navbar-brand img {
    width: 105px !important;
    height: 105px !important;
    max-height: initial !important;
    max-width: initial !important;
    min-width: auto !important;
    min-height: auto !important;
}

header.store-header p.s-cart-summary-content {
    display: none !important;
}
.top-navbar {
    display: none !important;
}
.header-btn__icon.icon, .header-btn__icon {
    border: none !important;
}
.store-footer__inner {
    display: none !important;
}
footer.store-footer {
    background: #00760d !important;
    color: #fff !important;
}
footer.store-footer * {
    color: #fff !important;
}
div#mainnav {
    box-shadow: none !important;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
  display:none !important;
  }
  .s-slider-v-centered .s-slider-block__title-nav button {
  background: rgba(255,255,255,0.1) !important;
  }
  
  section#featured-products-style1-1 .right-side {
  display:none !important;
  }
    section#featured-products-style1-1 .s-block__title {
    justify-content: center !important;
    }
    
    section#featured-products-style1-1 .s-block__title button {
    font-size: 21px !important;
    }
    html[lang=ar]  .lang-button {
      left:0;
      direction: rtl;
    }
    html[lang=en]  .lang-button {
      right:0;
      direction: ltr;
    }
    html[lang=en]  .lang-button svg {
    margin-top: 3px;
    margin-left: 8px;
    }
    html[lang=ar]  .lang-button svg {
    margin-top: 3px;
    margin-right: 8px;
    }
    .lang-button {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fffa00 !important;
    box-shadow: #0000002b 0 0 5px;
    z-index: 104;
    min-width: 85px;
    max-width: 200px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 4px;
    display: flex;
    font-size:14px;
    line-height:38px;
    align-items: center;
    user-select:none;
}
.lang-button svg {
max-width: 9px;
min-width:9px;
}
.lang-switch-overlay,
.search-sidebar-overlay {
position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 468;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    background: #000000b3;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.lang-switch-overlay.active,
.search-sidebar-overlay.active {
pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility;
}
html[lang=en] .lang-switch-sidebar,
html[lang=en] .search-sidebar {
position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width:340px;
    height: 100%;
    max-height: 100vh;
    max-height: none;
    z-index: 469;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
    background: #fff;
    box-shadow: none;
    touch-action: manipulation;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-transform: translate3d(104%, 0, 0);
    transform: translate3d(104%, 0, 0);
}
html[lang=ar] .lang-switch-sidebar,
html[lang=ar] .search-sidebar {
position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width:340px;
    height: 100%;
    max-height: 100vh;
    max-height: none;
    z-index: 469;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
    background: #fff;
    box-shadow: none;
    touch-action: manipulation;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
}
html[lang=ar] .lang-switch-sidebar.active,
html[lang=en] .lang-switch-sidebar.active,
html[lang=ar] .search-sidebar.active,
html[lang=en] .search-sidebar.active {
    pointer-events: auto;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding: 0;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}
html[lang=ar] .sidebar-header {
  padding-right:20px;
}
html[lang=en] .sidebar-header {
  padding-left:20px;
}
.sidebar-header span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebar-header button {
  padding: 0;
  background-color: transparent;
  color: #222;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-header button svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.5px;
  display: inline-block;
  pointer-events: none;
}
.lang-switch-sidebar .sidebar-content button {
width: 100%;
    padding: 13px 20px;
    text-align: start;
    color:#000;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0, .2);
    }
    .lang-switch-sidebar .sidebar-content button.active {
        color: #00760d;
    background-color: rgba(0,0,0, .1);
    }
    .search_button_header, .user_button_header {
cursor: pointer !important;
    padding: 0 8px;
}
.search_button_header svg, .user_button_header svg {
    color: #222;
    line-height: 1;
    vertical-align: middle;
    transition: .35s cubic-bezier(.25,.1,.25,1);
    width: 22px;
    height: 22px;
    cursor: pointer !important;
    }
    .user_button_header svg {
    width: 24px;
    height: 24px;
    }
.search_button_header:hover svg, .user_button_header:hover svg {
	transform: scale(1.15);
color: #ce2a22;
}
div#mainnav .s-cart-summary-wrapper:first-child #s-cart-icon i.header-btn__icon {
    display: none !important;
}
div#mainnav .s-cart-summary-wrapper:first-child #s-cart-icon .user_button_header {
margin-top: 12px;
}
div#mainnav .s-cart-summary-wrapper:first-child #s-cart-icon .user_button_header svg {
width:22px !important;
height: 22px !important;
}
div#mainnav salla-cart-summary {
    margin: 0 !important;
}
.new-search-area .s-search-modal:not(:last-child) {
display:none !important;
}
.s-search-input {
border-radius: 0 !important;
border: none !important;
border-bottom: rgba(229, 231, 235, 1) 1px solid !important;
}