/* Add custom CSS styles below */ 
.marquee__group-payments.reverse-payments {
    display: none;
}

.payments-c-body.max-w-200.overflow-hidden.w-full {
    max-width: 100%;
    margin: auto;
}

.payment-item.w-24.lg\:\!w-32.h-24.lg\:\!h-32 {
    background: transparent;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #5b0e10;
    color: #f3f4f6;
}
.inner.bg-inherit {
    background: #5d1617;
    color: #FFF8DB;
}
section.s-block.s-block--shuhra-special-offer {
    background: #5d1617;
}

.slide--cat-entry h2 {
    POSITION: ABSOLUTE;
    BOTTOM: 15PX;
    justify-content: center;
}

.slide--cat-entry i {
    display: none;
}

.main-title-cat::before {
    display: none;
}
.top-navbar {
    background: #430e10;
    color: #FFF8DB;
}
footer.store-footer {
    color: #FFF8DBE5 !important;
}


.s-block--shuhra-special-offer::before{
  background-color: transparent;
}
.copyright-text p {
    color: #e7ddc3;
}

a.slide--cat-entry img {
     width: 400px !important;
      height: auto;
    object-fit: contain;
}
.slide--cat-entry {
    padding: 0px;
}
section.s-block.s-block--hero-slider {
    margin-bottom: 0px !important;
}
@media (min-width: 1024px) {
  ul.main-menu li a {
    color: #fff;
}
  section.s-block.s-block--shuhra-special-offer {
    background: #5d1617;
    height: 41rem;
}
  section.s-block.s-block--categories  salla-slider .slide--one-sixth

 {
      width

: 20%;
        padding: 0px;
    }

}
section:first-of-type {
    margin-top: 0px;
}


body header .header-btn__icon i {
    color: #fff !important;
    fill: #fff !important;
}
.sub-menu li a {
    color: #000  !important;
}

div#mainnav button a {
    color: #fff !important;
}


body header .header-btn__icon {
    color: #fff !important;
    fill: #fff !important;
}
body header .header-btn__icon svg path {
    color: #ffffff !important;
    fill: #ffffff !important;
}
@media (max-width:992px){
section.s-block.s-block--shuhra-special-offer {
    background: #5d1617;
    height: 16rem;
}  section.s-block.s-block--shuhra-special-offer img{
    object-fit: contain;
}
  div#karzoun-widget-send-button {
    bottom: 131px;
}
}
.s-user-menu-dropdown * {
    color: #000  !important;
    fill: #000  !important;
}
section:first-of-type .container {
    max-width: 100%;
    padding: 0px;
}

/************/
/* إخفاء الـ Select الأصلي */
/* إخفاء الـ Select الأصلي */
.s-product-options-option-content select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

/* Boxes */
.custom-option-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl;
    margin-top: 8px;
}

/* Box */
.custom-option-box {
    min-width: 55px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #9aa0a6;
    border-radius: 7px;
    background: #fff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* Hover */
.custom-option-box:hover {
    border-color: #333;
}

/* الخيار المحدد */
.custom-option-box.active {
    background: #333;
    border-color: #333;
    color: #fff;
}