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

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

body{
    background-color:#ffffff
}
/********************* header ************************/
.top-navbar {
    background: var(--main-color) !important;
    color:white !important;
}
.top-navbar .s-search-input {
    background-color: var(--white-color) !important;
}
@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;
    color:var(--main-color) !important;
    font-weight: 700;
}
.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 {
    background: #1b896d !important;
    color: var(--white-color) !important;
    border: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s;
}

b.s-cart-summary-total{
    color:#1b896d;
}
i.sicon-menu{
    padding: 8px;
    border-radius: 50%;
}
i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
    background: var(--white-color) !important;
    color: #1b896d !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-3px);
    transition: 0.3s;
}
@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;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    padding:0 !important;
    margin-top:0px !important;
    width:100% !important;
    border-radius:0 !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 **************/
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}

.s-products-slider-card.swiper-slide {
  margin-top:10px;
    margin-bottom:10px;    
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}


/************  Section 2 **************/
.s-block--banners.s-block--banners .grid {
     display:grid!important;
     grid-template-columns: repeat(4, 1fr);
     grid-column-gap: 0px;
     grid-row-gap: 0px;
}
  section.s-block.s-block--banners.container .banner-entry {
    height: 243px!important;
}

section.s-block.s-block--banners.container a.banner-entry.square-photos {
    background-color: transparent;
}
@media (max-width: 767px){
   .s-block--banners.s-block--banners .grid {
    display:grid!important;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
       /* grid-auto-flow:column; */
}
  section.s-block.s-block--banners.container  .banner-entry {
    height: 168px!important;
} 
}
/***product***/
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;
    border-radius:50px !important;
    color:var(--white-color);

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

}
.s-product-card-entry {
   transform: translate(0px, 0px);
  transition: all .5s ease-in-out;
    border:1px solid var(--main-color);
      box-shadow: 1px 1px 3px 2px #ddd !important;

}

.s-product-card-entry:hover{
  transform: translate(0px, -10px);
       box-shadow: 3px 3px 5px 4px #ddd !important;
    
}

.s-product-card-content *{
    justify-content:center;
    text-align:center;
    
}
.s-product-card-content-title a{
    color:var(--main-color);
}
p.s-product-card-content-subtitle.opacity-80{
     color:var(--main-color);
}
h4.s-product-card-price {
    color:red;
}

img.s-product-card-image-contain.lazy.loaded {
    background-color:var(--white-color);
}

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 h2 {
    position: relative;
}

.s-slider-block__title h2:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    right: -10px;
    background: var(--main-color);
    border-radius: 5px;
}


a.s-slider-block__display-all {
    background: var(--main-color);
    color: var(--white-color);
    padding: 7px 15px;
    border-radius: 50px !important;
    transition: all 0.3s ease-in-out;
}
.s-slider-block__display-all:hover {
    background: var(--white-color);
    color:var(--main-color);
}

.s-products-slider-wrapper .s-slider-nav-arrow {
    background-color: var(--secondary-color);
        opacity: 1;
    border:1px solid var(--main-color);
    color:
}

.s-products-slider-wrapper .s-slider-nav-arrow svg {
    fill: var(--main-color);
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline,
.product-single button[product-status="sale"]{
    background:#bc9428;
    color: white;
    border:0px !important;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline:hover{
background:#bc9428;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background-color:#bc9428 ;
    border-radius: 12px;
    border:none !important;

}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
    
}

/***product***/



/******* مميزات المتجر *****/
.s-block--features__item:nth-of-type(1) .feature-icon,
.s-block--features__item:nth-of-type(2) .feature-icon,
.s-block--features__item:nth-of-type(3) .feature-icon{
    background-color: var(--main-color);
}
@media (min-width: 992px) {

.s-block--features__item:nth-of-type(2) .feature-icon{
    background-color:var(--secondary-color);
}
}
.s-block--features__item .feature-icon i {
  color: #fff ; color:white!important 
}

/********************* Features ***********************/
.s-block--features__item p{
    /* display:none; */
    color:white
}
.s-block--features__item h2{
    font-size:20px;
    color:var(--white-color);
}

.s-block--features__item {
    background:var(--main-color);
}
.s-block--features__item .feature-icon {
    background-color:transparent !important;
    width: 10rem;
    height: 5rem;
 
}

.s-block--features__item .feature-icon i.sicon-star-o {
    content:url("https://img.imgdd.com/4441b979-0e7c-4fc7-80b9-1c64563a311b.png");
    width:7rem;
}



.s-block--features__item .feature-icon i.sicon-shipping-fast {
   content:url("https://img.imgdd.com/91b280d2-d76e-40e6-b6df-6dbc6250f717.png");
    width:7rem;
}

.s-block--features__item .feature-icon i.sicon-table {
    content:url("https://img.imgdd.com/d1301434-80f0-493f-910c-2952cb53e1a2.png");
    width:7rem;
}

.s-block--features__item {
    padding-block:10px!important;
    border-radius:1rem;
}
/******foooter****/
.store-footer__inner , footer.store-footer {
    background:var(--main-color);
   
    }
@media (max-width: 992px) {
    .store-footer__inner * {
        justify-content: center;
        text-align: center;
    }
    .mburger.mburger--collapse i.sicon-menu {
    padding: 3px;
    border-radius: 8px;
    background:#ffff;
}
}

.copyright-text p{
color:white !important;
}
@media(min-width:1024px){
    .store-footer h3{
    position:relative;
    padding-bottom:1rem;
    font-size:25px;
    color:white;
}
}
.store-footer h3{
    position:relative;
    padding-bottom:1rem;
    
}
.store-footer h3::before{
     position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    right: 0px;
    bottom:0px ;
    background: var(--white-color);
    border-radius: 5px;
}
@media(max-width:992px){
    .store-footer h3::before{
    width:50%;
        justify-content:center !important;
       right:50%;
        transform:translateX(50%);
    }
}


nav.breadcrumbs.w-full.py-5 {
    margin-top: 40px;
}

.banner_{
    background-color: #a33131;
    text-align:center;
    padding-block:10px
}
.banner-content {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.text-animation {
    display: inline-block;
    margin-left: 20px;
    animation: moveRight 8s linear infinite alternate;
    color: white;
    display:flex;

}
.Group_animated {
    margin-inline: 200px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.Group_animated span {
    font-size: 19px;
}

@keyframes moveRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}/* Add custom CSS styles below */

footer a[href*="instagram"] {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: white;
}

footer a[href*="facebook"] {
  background-color: #1877f2; /* اللون الرسمي للفيسبوك */
  color: white;
}

footer a[href*="tiktok"] {
  background: black;
  color: white;
}

footer a[href*="snapchat"] {
  background: #fffc00; /* اللون الرسمي سناب */
  color: black;
}

.store-footer [title="youtube"] {
  background-color: #ff0000; /* الأحمر الرسمي يوتيوب */
  color: white;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > div{display:none}