/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body:not(i,span) {
  font-family: 'Cairo', sans-serif;
}
body.index {
    background-color: var(--white-color) !important;
}

:root {
    --color-primary:#5350A0;
    --main-color: #5350A0;
    --white-color: #fff;
    --normal-box-shadow: rgb(0,0,0,0.3) 1px 2px 3px;
}
.loader-init {
  display: none;
}
div#mainnav, .inner.bg-inherit {
    background: #fff;
    box-shadow: none;
}

.main-menu li.root-level>a {
    font-size: 15px;
}
.header-btn__icon:hover {
  background-color: #fff;
  color: #6B6CBC;
  border-color: #6B6CBC;
}
.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
}
.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
i.sicon-menu {
    padding: 8px;
    border-radius: 50px;
}

i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag, i.sicon-menu {
    color: var(--white-color) !important;
    background-color: var(--main-color) !important;
    border: 0;
}

.top-navbar {
    background-color: var(--main-color) !important;
    color: var(--white-color);
}

.top-navbar .s-search-input {
    border: 1px solid var(--white-color);
}
.s-contacts-topnav-link:last-child{
    color: #fff;
}
.top-navbar .s-search-input {
    border-style: none;
    background-color: #fff;
}
  .main-menu li.root-level a ,.s-cart-summary-total,.header-btn__icon,.top-navbar .s-search-input::placeholder{
      color: #6B6CBC;
  }
.header-btn__icon {
    border-color: #6B6CBC;
}
.s-search-icon svg {
    fill: #6B6CBC;
}
/* main section*/
:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 0 !important;
}
.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 100%;   
}
/*end main section*/
/* Products Section */
.s-slider-block__title h2 {
    color: #6B6CBC;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image,
.s-product-card-content {
  background-color: #FFFFFF;
}
.s-products-list-vertical-cards {
  padding: 0.3rem !important;
}
.s-product-card-vertical {
  padding: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px #191a9685;
}
.swiper-wrapper.s-slider-swiper-wrapper {
  padding-block: 0.4rem;
}
.s-product-card-content-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.s-product-card-content-sub {
  justify-content: center;
}
.s-button-wide {
 background: linear-gradient(360deg, #5350A0, #5350A0);  
  color: #ffffff;
  border-radius: 10px !important;
}

.s-product-card-image {
  aspect-ratio: 4/4 !important ;
}

@media (min-width: 768px) {
    .s-slider-block__title
 {
        margin-bottom: .7rem;
    }
}
/* End of Products Section */
footer.store-footer {
    background: transparent !important;
}

.store-footer__inner {
    color: var(--white-color);
    background-color: var(--main-color) !important;
    margin-inline: 20px;
    border-radius: 40px;
}

/** features code ***/
section.s-block.s-block--features .s-block--features__item {
    background-color: transparent !important;
    row-gap: 5px;
    box-shadow: none !important;
    position: relative;
    padding: 0;
}
@media (min-width: 1024px) {
    section.s-block.s-block--features .s-block--features__item:not(:last-of-type):before {
   position: absolute;
    content: '';
    width: 3px;
    height: 30px;
    background: var(--main-color) !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} 
}
.s-block--features__item h2 {
    font-size: 17px;
    color: var(--main-color);
}
.s-block--features__item p {
   display:none;
}
.s-block--features__item .feature-icon {
    background: var(--main-color);
    height: 8rem;
    width: 8rem;
}

.s-block--features__item .feature-icon i:before {
    content: '';
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.s-block--features__item .feature-icon .sicon-store2:before {
    background-image: url(https://i.ibb.co/3Y4zf2Hh/image.png);
}

.s-block--features__item .feature-icon .sicon-shipping-fast:before {
    background-image: url(https://i.ibb.co/SwrF613d/image.png);
}
.s-block--features__item .feature-icon .sicon-fire:before {
    background-image: url(https://i.ibb.co/7x5jCC20/image.png);
}

@media (max-width: 992px) {

    section.s-block.s-block--features .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .s-block--features__item:first-child {
        grid-column: span 1 / span 1;
    }
    .s-block--features__item h2 {
    font-size: 15px;
    color: var(--main-color);
}

}

@media (max-width: 992px) {


    .store-footer__inner * {
        text-align: center;
        justify-content: center;
    }
    
}


body.index .s-block__title h2, body.index .s-reviews-header, body.index .s-slider-block__title h2 {
    color: var(--main-color);
}

.s-block__title h2:before, .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 20%;
    border-radius: 5px;
    background: var(--main-color);
    bottom: -10px;
    transform: translateX(0%);
    transition: all .5s;
    z-index: -1;
}

.s-block__title h2:hover {
    color: var(--main-color);
}

.s-block__title h2:hover:before, .s-slider-block__title h2:hover:before {
    width: 100%;
    transition: all .5s;
}

.s-block__display-all, .s-reviews-display-all {
    background-color: var(--main-color);
    color: var(--white-color);
    opacity: 1;
    padding: 7px;
    border-radius: 50px;
    font-size: 12px;
}

.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s;
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s;
}

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%);
}

a[href*="tiktok"] {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);
    background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);
}

a[href*="facebook"] {
    background: -o-linear-gradient(45deg, #3776f2, #00b1f7);
    background: linear-gradient(45deg, #3776f2, #00b1f7);
}

a[href*="youtube"] {
    background-color: #c4302b;
}
a[href*="snapchat"] {
    background-color: yellow;
    color: black;
}
a[href="https://twitter.com/bahriatna1"] {
    background-color: black;
}

.s-contacts-icon {
    border: 0;
    background-color: var(--white-color);
    color: var(--main-color);
}  

.store-footer h3 {
    background-color: white;
    color: var(--main-color);
    border-radius: 15px;
    padding: 6px 20px;
    text-align: center !important;
}

.navbar-brand img {
    max-height: 5rem !important;
}

.copyright-text p {
    color: var(--main-color);
}
.store-footer__inner {
  border: none;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background-color: #4caf50 ;
    border-radius: 10px;
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
}
button.s-slider-prev,
button.s-slider-next {
  background: #fff !important;
  border-color: #5350A0;
}
.s-slider-nav-arrow svg {
  fill: #5350A0;
}
.s-slider-block__title-nav {
  display: flex !important;
}

@media(max-width: 992px) {

nav#mobile-menu {
    background: var(--main-color);
    color: white !important;
}

}
	.main-menu li a:hover{
  transform: translateY(-15%);
}
@media only screen and (max-width: 600px) {
    .sticky-product-bar__quantity.center-between.mb-5 {
        width:30%
    }
    .fixed-header .inner{
        padding-block : 10px;
     }
    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text {
        font-size:0
    }
    section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none,salla-add-product-button.mt-5.w-full.sticky-product-bar__btn.s-add-product-button-with-quick-buy.s-add-product-button-with-sticky-bar.hydrated {
    flex-direction: row-reverse!important
    }
    .s-add-product-button-with-quick-buy salla-quick-buy:where([dir=rtl],[dir=rtl] *) {
    margin-left: .5rem;
    margin-right: 0 ;
    }
    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text svg {
        display: none
    }

    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text::before {
        content: "إضافة للسلة"!important;
        font-size: 12px
    }

    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
        padding: 6px!important
    }

    .product-single footer {
        padding-bottom: 50px
    }

    .app-inner.flex.flex-col.min-h-full {
        position: relative!important
    }

    section.flex.bg-white.p-5.sm\:pb-0.rounded-md.rounded-b-none {
        position: fixed!important;
        left: 0;
        bottom: 60px;
        width: 100%;
        z-index: 22
    }
    .s-modal-body.s-modal-align-middle.s-modal-xs.s-modal-padding.s-modal-entering {
        z-index: 999999999!important
    }
}