button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-radius: 2rem;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    position: relative;
    animation: moveButton 3s ease-in-out infinite alternate;    
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover { background-color : #90001F; }

@keyframes moveButton {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(20px);
    }
}
body {
    background-color: #15335B;
    color:  #90001F;
}

.product-item .product-title {
    color: black;
}
.navbar.navbar-sticky {
    background-color:#15335B;
    color: #90001F;
    font-size: 16px
}
.store-name {
    visibility:visible 
}

.z-header-main-menu {
    background-color: #15335B;
    color: #90001F
}
.img-circle {
    border-radius: 0%
}
.logo-bar img {
    width: 100px;
    height: auto
}
.image-logo {
    width: 100px;
    height: auto
}

.z-page-container {
    background-color: #15335B;
    color: #90001F
}

.main-sidebar ul li {
    background-color: #15335B;
    color:#90001F
}

.section-logo {
    background-color: #15335B;
    color: #90001F
}

.h3[data-v-4757fa62] {
    color:#90001F
}

.main-nav,.menu-header-theme-bg-primary {
    background-color:#90001F
}

.navbar-brand img {
    max-height: 6rem;
    width: auto;
    max-width: 100px;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
  font-size: 1em; /* Adjust font size as needed */
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #fff, #90001F, #fff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: light-glow 3s infinite linear;
}

@keyframes light-glow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.s-block--special-products .tab-trigger {
  color:#e5e7eb; }
  
  .text-gray-800 { color : white !important; }
  .text-red-800  { color : #90001F !important; }
 .article--main.pb-1 {
    color: white !important;
}

.navbar-brand::after {
    content: "للفخامة عميد";
    font-size: 15px;
    color: #90001F ; 
    margin-left: 3px;
    margin-right: 10px;
    white-space: nowrap; 
    font-weight: bold; 
    position: relative;
    top: 8px; 
}

.s-slider-block__display-all {
color : white;
}
[id= "page-main-title"] { color: white; }

.s-breadcrumb-wrapper {color: white;}

.main-menu {
    display: flex;
    align-items: center; 
    line-height: 1.5; 
    margin-top: 12px; 
}

.main-menu li#offers {
    order: 1;
}
.main-menu li {
    order: 0; 
}
#mobile-menu .main-menu li#offers {
    order: 10; /* تعيين قيمة order عالية لوضع "تخفيضات" في النهاية */
}

#mobile-menu .main-menu li {
    order: 0; /* تعيين ترتيب افتراضي لبقية العناصر */
}