:root {
    --main-color: #000000;
    --second-color: #ffffff;
    --third-color: #f4f4f4;
}

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: 0.4s;
    transition-property: scale;
}

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

.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
}


@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: var(--third-color) url(https://cdn.salla.sa/lGroWg/eTfDXt7g4ucCrwi8RCF96KJq3G0RtgyupNx8MiVl.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    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;
}
.main-content P {
    color: black !important;
}

.total-price {
    color: black !important;
}

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

.square-photos {
    background-color: transparent !important;
    animation: pulse 6s infinite;
    width: 44%;
    transition-duration: 0.5s;
    transition-property: scale;
    border-radius: 30px;
    height: 290px

}

.has-overlay:after {
    background-color: rgba(52, 29, 29, 0.419) !important;

}

/* NavBar start */
.right-side {
    color: var(--main-color) !important;
}

.s-menu-topnav-list {
    padding: 15px;
    box-shadow: 0 3px 6px 0 rgba(187, 183, 44, 0.503), 0 6px 20px 0 rgba(105, 107, 36, 0.214);
    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: white !important;
}

#mainnav {
    background-color: var(--main-color) !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, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.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(--main-color) !important;
}

.mm-spn--open {
    background-color: var(--main-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: #8fffcc !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: 0rem;
    }
}

/* NavBar End */

/* Sections Strat */
.swiper-pagination {
    display: none;
}

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


.square-photos:hover {
    scale: 1.12;
}

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


/* Sections End */

/* Product start */

.s-products-slider-card {
    padding: 0.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: black ;
}

.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: transparent !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: black ;
}
.s-product-card-content-title a:hover{
    color: black ;
}

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

.s-product-card-content {
    padding: .75rem .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, #ffffff, #ffffff, #ffffff);
    padding: 10px;
    margin: 5px;
    border-radius: 20px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    height: 430px;
}

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

.s-button-primary-outline {
    color: black ;
    background-color: var(--third-color);
}


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


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

}


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

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




.sicon-check-circle {
    animation: pulse 1s infinite linear;
    color: red !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, 0.7);
    }

    50% {
        transform: scale(1.1);

    }

    100% {
        transform: scale(1);

    }
}


.s-block--features__item .feature-icon i,
p,
h2 {
    color: black !important;
    font-size: 15px !important;
    padding: 5px;

}

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

/* Product End */
#featured-products-style2-11 {
    background-color: transparent !important;
}

/* Footer Start */

.store-footer {
    background: linear-gradient(to bottom, #000000, #000000, #000000);
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);



}



.footer-is-light .store-footer .store-footer__inner {
    background_color: transparent;
    font-size: 18 px !important;
}



.store-footer__inner {
    background-color: transparent !important;
    color: #CF5D8F !important;
    border-bottom: solid var(--second-color) 2px !important;
    border-radius: 50%;
    padding: 10px;


}

.store-footer__inner .flex {

    justify-content: center;
}



.store-footer h3 {
    color: var(--second-color)!important;
    font-size: 1.7rem;
    width: 150px;
    margin: auto;
    padding: 10px;
}




.footer-list {
    color: white !important;
}


.store-footer a {
    color: var(--second-color)!important;
    
}

.store-footer a:hover {
    color: white;
}

.s-contacts-header {
    display: none;
}

.s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}

.store-footer i {
    color: white !important;
    border-color: transparent !important;
}

.store-footer .contact-social {
    border: none;
}

.store-footer__inner {
    text-align: center;
}

.store-footer__inner h3:hover {
    color: white !important;
}

.s-breadcrumb-wrapper {
    color: var(--main-color) !important;
}

.s-block--features__item .feature-icon {
    background-color: transparent !important;
    font-size: 30px !important;

}

.s-block--features__item .feature-icon i {
    color: white !important;
    font-size: 30px !important;

}

.s-block--features__item:hover {
    scale: 1.08;
    box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);

    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
    .store-footer h3 {
        font-size: 20px !important;

    }

    .gap-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }
}

.copyright-text p {
    color: var(--second-color)!important;
}

.store-footer::after {
    animation: shake 3s infinite;
    content: "برمجة وتطوير   ADFAZ" !important;
    top: 0px;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    color: var(--second-color)!important;
    padding: 10px;
    background-color: var(--third-color);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}


@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.s-contacts-icon {
    border-color: 1px solid var(--main-color) !important;
}

@media only screen and (max-width: 600px) {
    .store-footer__inner h3 {
        font-size: 20px !important;
    }

    .s-product-card-entry {
        height: 330px;
    }

    .square-photos {
        width: 48%;
        transition-duration: 0.5s;
        transition-property: scale;
        border-radius: 30px;
        height: 180px;

    }
}


.s-contacts-title a:hover {
    color: black !important;
}

.grid-col-1 {
    flex-direction: column;

}

label {
    color: var(--main-color);
}

.store-footer h3:hover {
    opacity: 1;
    coursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(119, 89, 27, 0.373), 0 6px 20px 0 rgba(83, 61, 10, 0.411);
    border-radius: 10%
}

button:hover {
    color: var(--second-color) !important;
    background-color: var(--main-color) !important;
}

#wa-widget-send-button {
    display: none !important;
}

.content--single-page {
    color: var(--main-color) !important;
}

.content--single-page {
    background-color: transparent !important;
}
.store-footer__inner .max-w-sm {
    margin: auto;
    color:var(--second-color)!important;
}
.text-xl{    color:var(--main-color)!important;
}