/* Add custom CSS styles below */ 
:root {
    --main-color: #8e229c;
    --second-color: #fff;
    --third-color: #8e229c
}
:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary: #3d0744;
    --color-primary-dark: #ab2abb;
    --color-primary-light: #7c1a89;
    --color-primary-reverse: #b42dc5;
}

body {
    background: linear-gradient(135deg,rgba(229,168,168,0.1) 25%,transparent 25%) -50px 0,linear-gradient(225deg,rgba(229,168,168,0.1) 25%,transparent 25%) -50px 0,linear-gradient(315deg,rgba(229,168,168,0.1) 25%,transparent 25%),linear-gradient(45deg,rgba(229,168,168,0.1) 25%,transparent 25%);
    background-color: #ffffff!important;
    background-position: center center;
    background-repeat: repeat;
    box-sizing: border-box
}

#page-main-title {
    color: var(--main-color)!important;
    border-bottom: solid 2px var(--main-color);
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--second-color)!important
}

#product-filter {
    background-color: var(--second-color)!important;
    color: var(--main-color)
}

.s-products-slider-card:hover {
    scale: 1.02
}

.s-products-slider-card {
    transition-duration: .4s;
    transition-property: scale
}

.banner--fixed img {
    background-color: transparent!important
}

.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: pulse 1s infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #8e229c url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/BrvWxz/8kDScojxoAcsRMzRpSMMgA0M3dilWsslzOISLlXO.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    animation-name: fade-in;
    animation-duration: 1.4s;
    transform: scale(0);
    border: none
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}

.s-comments {
    display: none!important
}

.main-content h1 {
    color: var(--main-color)!important
}

.s-breadcrumb-wrapper {
    color: #8e229c !important;
}

.square-photos {
    background-color: transparent!important;
    animation: wobble 6s infinite
}

@keyframes wobble {
    0%,100% {
        transform: translateX(0) rotate(0)
    }

    15% {
        transform: translateX(-5px) rotate(-5deg)
    }

    30% {
        transform: translateX(5px) rotate(5deg)
    }

    45% {
        transform: translateX(-5px) rotate(-5deg)
    }

    60% {
        transform: translateX(5px) rotate(5deg)
    }

    75% {
        transform: translateX(-5px) rotate(-5deg)
    }

    90% {
        transform: translateX(5px) rotate(5deg)
    }
}

.has-overlay:after {
    background-color: rgb(137 33 151 / 35%)!important
}

.right-side {
    color: var(--main-color)!important
}

.s-menu-topnav-list {
    padding: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.s-search-input {
    background-color: #fff!important
}

#mainnav {
    background-color: #8e229c!important;
    align-items: center;
    display: flex;
    font-size: 16px!important;
    color: var(--second-color)!important;
    box-shadow: 0 3px 6px 0 rgba(102,15,86,.333),0 6px 20px 0 rgba(190,78,169,.262)
}

.sicon-menu {
    color: var(--second-color)!important
}

.inner {
    width: 100%
}

.navbar-brand {
    background-color: transparent
}

.main-menu li a:hover {
    color: var(--third-color)!important
}

.main-menu li a {
    font-size: 18px!important;
    color: var(--second-color)!important
}

.sicon-user-circle {
    color: var(--second-color)!important
}

.sicon-shopping-bag {
    color: var(--second-color)
}

.sicon-shopping-bag:hover {
    color: var(--second-color)!important
}

.sicon-user-circle:hover::before {
    color: var(--second-color)
}

#mobile-menu {
    color: var(--second-color)!important;
    background-color: var(--third-color)!important
}

.mm-spn--open {
    background-color: var(--third-color)!important
}

.mm-spn a {
    color: var(--second-color)!important
}

.text-primary {
    color: var(--second-color)!important
}

.s-search-icon svg {
    fill: var(--main-color)
}

.s-search-input {
    color: var(--main-color)
}

::placeholder {
    color: var(--main-color)!important
}

.text-primary:hover {
    color: var(--third-color)!important
}

.header-btn__icon {
    border: none;
    color: var(--second-color)!important
}

.s-cart-summary-total {
    color: var(--second-color)!important
}

.s-slider-block__title-right h2 {
    display: none!important;
    color: var(--main-color)!important;
    border-bottom: solid 2px var(--main-color);
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e100ff!important
}

.s-slider-block__display-all {
    color: var(--main-color)!important
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
    }

    #mainnav {
        font-size: 14px
    }
}

@media(min-width: 1024px) {
    .rtl\:lg\:pl-20:where([dir=rtl],[dir=rtl] *) {
        padding-left:0
    }
}

.swiper-pagination {
    display: none
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color)
}

.square-photos {
    width: 44%;
    transition-duration: .5s;
    transition-property: scale;
    border-radius: 30px;
    height: 250px
}

.square-photos:hover {
    scale: 1.07;
    box-shadow: 0 3px 6px 0 rgba(102,15,86,.333),0 6px 20px 0 rgba(190,78,169,.262);
    border-radius: 30px
}

.grid {
    width: 100%;
    display: flex;
    justify-content: center
}

.banner-entry h3.text-with-border {
    border: none
}

.s-block--banners container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.slide--cat-entry h4 {
    color: var(--second-color)
}

.s-slider-block__title {
    color: var(--main-color)
}

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

.s-products-slider-card {
    padding: .625rem
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: var(--main-color) solid 1px!important
}

.s-product-card-price {
    font-size: 16px;
    color: #660073
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: var(--second-color)!important;
    color: var(--third-color)
}

strong {
    color: var(--main-color)!important
}

small {
    color: var(--main-color)!important
}

.s-button-primary {
    background-color: var(--main-color)!important;
    color: var(--second-color)!important
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: 0 0!important
}

.product__description {
    color: var(--main-color)!important
}

.s-product-card-content-main {
    text-align: center
}

.s-product-card-content {
    background-color: transparent!important;
    color: var(--main-color)!important
}

.s-product-card-content-title a {
    color: #c365cf9c
}

.s-product-card-content-sub {
    justify-content: center
}

.s-product-card-content {
    padding: .75rem;
    justify-content: center;
    align-items: center
}

.s-product-card-content-footer {
    background-color: var(--main-color)!important;
    color: var(--main-color);
    border-radius: 20px
}

.s-button-outline {
    border-radius: 50px;
    border-color: transparent
}

.s-product-card-entry {
    background: linear-gradient(to bottom,#cfc6b8,#ebe4dc,#fff);
    padding: 10px;
    margin: 5px;
    border-radius: 20px;
    transition: background .3s,transform .3s,box-shadow .3s;
    box-shadow: 0 0 10px rgba(255,255,255,.3);
    height: 430px
}

.s-product-card-entry:hover {
    background: linear-gradient(to bottom,#cfc6b8,#ebe4dc,#fff);
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255,255,255,.5)
}

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

.sicon-shipping:hover {
    color: var(--third-color)
}

.sicon-shipping-fast {
    animation: move 2s infinite linear;
    color: #892198!important
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

.sicon-check-circle {
    animation: pulse 1s infinite linear;
    color: #8d219b!important
}

@keyframes pulse {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.sicon-headphones {
    animation: pulse 1s infinite
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0,0,0,.7)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.s-block--features__item .feature-icon i,p,h2 {
    color: var(--main-color)!important;
    font-size: 15px!important;
    padding: 5px
}

.s-block--features__item {
    background-color: transparent!important;
    font-size: 30px!important;
    color: #cf5d8f!important;
    transition-duration: .4s;
    transition-property: scale;
    border-radius: 30px;
    width: 80%
}

#featured-products-style2-11 {
    background-color: transparent!important
}

 footer.store-footer {
        border-radius: 20px;
        margin: 15px;
    }

    .store-footer__inner {
        background: transparent;
    }

    @media (max-width: 600px) {
        footer.store-footer {
            padding-bottom: 50px;
        }
    }

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

    footer.store-footer * {
        color: #ffffff;
    }

@media (min-width: 1200px) {
    .s-slider-block__title {
        margin-right: 380px;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] .s-slider-block__title-right {
        margin-left: 380px;
    }
}

.navbar-brand {
    animation: heartbeat 2.5s ease-in-out infinite both;
}
}

@media only screen and (max-width: 700px) {
    .navbar-brand {
        width: 20vw;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0,0,0,0.2);
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: var(--color-primary-reverse);
    -webkit-border-radius: 0px;
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

العنوين .s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#762389 0,#8800b6 29%,#fff 67%,#4d025e 100%);
    background-size: 200% auto;
    color: var(--3);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    /* حجم الخط  */
    font-size: 1.125rem;
    line-height: 1.5;
}
.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#552270 0,#755481 29%,#fff 67%,#a153b3 100%);
    background-size: 200% auto;
    color: var(--3);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    /* حجم الخط  */
    font-size: 1.125rem;
    line-height: 1.5;
}



@media only screen and (max-width: 700px) {
    .navbar-brand {
        width: 20vw;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0,0,0,0.2);
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: var(--color-primary-reverse);
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #582273;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: rgba(125,125,125,0.7);
    -webkit-border-radius: 0px;
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

العنوين .s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#c22aff 0,#9307a9 29%,#fff 67%,#310141 100%);
    background-size: 200% auto;
    color: var(--3);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    /* حجم الخط  */
    font-size: 1.125rem;
    line-height: 1.5;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}



.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#9e34b7 0,#9e27c9 29%,#fff 67%,#4a0157 100%);
    background-size: 200% auto;
    color: var(--3);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    /* حجم الخط  */
    font-size: 1.125rem;
    line-height: 1.5;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 70px;
    width: 240px;
    margin-left: auto;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/BrvWxz/8kDScojxoAcsRMzRpSMMgA0M3dilWsslzOISLlXO.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: move 2s infinite;
    transtion:.6s;
}


store-footer__inner {
    border-bottom-color: #e07bff;
    background-color: var(--main-color) !important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: var(--main-color);
    color: #f9ffff;
    box-shadow: 0px 0px 12px 0px #f9ffff;
}

 h2.s-advertisement-content-main {
    position: fixed;
    left: -100%;
    top: 10px;
    color: rgb(255, 255, 255);
    opacity: 1;
    animation: slideRight 10s linear infinite;
    width: 100%;
}

@keyframes slideRight {
    0% {
        left: -10%;
    }

    /* بداية الحركة من اليسار خارج الشاشة */
    100% {
        left: 100%;
    }

    /* الانتهاء من الحركة في اليمين خارج الشاشة */
}


.store-footer__inner {
    background: linear-gradient(90deg, #c933dc 0%, #310338 100%);
    color:white;
}



.store-footer__inner a h3 {
display:none;
}
.store-footer a {
  width: fit-content;
  padding: 3px;
  border-radius: 6px;
}
.store-footer a:hover {
  background: var(--main-color);
  box-shadow: var(--main-color) -1px 2px 16px;
}
.store-footer a:hover .s-contacts-icon{
background:white;
color:var(--main-color);
}
.main-menu{
      background: var(--main-color) !important;
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *)::after {
    padding-right: 0.75rem;
    background: #052a2a;
  }
}
.text-center::before {
    content: "برمجه وتطوير ADFAZ";
    display: block;
    text-align: center;
    background: var(--main-color);
    padding: 10px;
    color: #fff;}
}