:root {
    --main-color: #499fd0;
    --second-color: #ffffff;
    --third-color: #ffffff;
}


body {background-color:#ffffff;
    box-sizing: border-box;
}

@keyframes Movecrosswise{
    0% {
        background-position-x: 0;
    }
    
    50% {
        background-position-x: 35000px;
    }

    100% {
        background-position-x: 0
    }
}

#mainnav {
    width: 100%;
    border-radius: 15px;
    background: #F2F1F6;
    min-height: 68px;


}
 h2{  

   margin: 20px 0  !important ;
  padding: 10px  !important; 
  background-color: var(--third-color)  !important; 
  border: 2px solid #ccc  !important; 
  border-radius: 10px  !important; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1)  !important; 
  text-transform: uppercase  !important; 
  letter-spacing: 1px  !important;   }

.s-slider-block__display-all{margin: 20px 0  !important ;
  padding: 10px  !important; 
  background-color: var(--third-color)  !important; 
  color:var(--main-color) !important ;
  border: 2px solid #ccc  !important; 
  border-radius: 10px  !important; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1)  !important; 
  text-transform: uppercase  !important; 
  letter-spacing: 1px  !important; }
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;


    padding-right: 10px;
    padding-left: 10px;
}
.bg-inherit {
    background-color: inherit;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);
}

.text-primary {
  color: var(--main-color);
}
.main-menu a {
  color: var(--main-color);
}
.main-menu li > a:hover {
  color: var(--main-color);
  transform: translateY(-15%);
}

.mm-spn.mm-spn--light {
  color: var(--main-color);
}

#page-main-title {
    color: var(--third-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;
}

.s-cart-summary-total {
  color: var(--main-color);
}
.header-btn__icon {
  border: none;
  color: var(--main-color) !important;
}
.header-btn__icon:hover {
  color: var(--main-color) !important;
  background:white!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 {
    border-radius: .375rem !important;
border-color:black;
    background: var(--body-color);
    width:75%!important ;
    margin :auto;
    
}

.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: var(--third-color) url(https://cdn.salla.sa/BrQpvY/XlOUj3TJs5rN8tMVBVi8Q5E17aF5XAmK5XBSs1AQ.png);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 360px;
  animation: pulse-out 1.5s ease-in-out forwards, background-change 2s ease-in forwards;
  transform: scale(0);
  border: none;
}

@keyframes pulse-out {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  75% {
    opacity: 0.5;
    transform: scale(1.2);
  }
 
}

.s-comments {
    display: none !important;
}

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

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

.s-breadcrumb-wrapper {
    color: white !important;
}
h4{color:var(--main-color) !important }
.square-photos {
    background-color: transparent !important;
  

}

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

@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 {
    width: 100%;
    border-radius: 30px;
    height: 250px
}

.square-photos:hover {
    scale: 1.07;
    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);
}


/* Sections End */

/* Product start */

.s-products-slider-card {
    padding: 0.625rem;
}



.s-product-card-price {
    font-size: 16px;
    color: var(--second-color);
}

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

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

.s-product-card-content-main {
    text-align: center;
}
.s-product-card-content {
    padding: 1.25rem;
    background-color: var(--main-color);
    background-image: url(https://www.transparenttextures.com/patterns/skulls.png);
    border-radius: 0px 0px 38px 0px;
}

.s-product-card-content-title a {
    color: var(--third-color);
    font-size:14px !important;
}
h4{    color: var(--third-color) !important;}
.s-product-card-content-title a:hover {
    color: var(--second-color);
}

.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-color: transparent;
}
.s-button-outline: {

    border-color: transparent;
}




.s-product-card-entry {
background: var(--body-color);
    padding: 10px;
    margin: 5px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s,animation 3s;
  overflow: hidden; 
    height: 390px;
}


.s-product-card-entry:hover {

        animation: shake 1.5s infinite;
    
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

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

.sicon-shopping-bag {
    color: var(--third-color);
}
.sicon-shopping-bag:hover {
    color: var(--main-color);
}

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

}





button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    width: 200px;
    color:white !important;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    width: 65px;
    transition: width 500ms ease 0s;
}
.s-button-wide:hover {
    width: 100%;
    color: var(--third-color);
    border-radius: 15px;
    background: 0 0 !important;
    border: solid 2px;
    box-shadow: 5px 5px 1px var(--second-color);
}
.s-button-btn:hover {
    opacity: 0.8;
}

.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,
 {
    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: 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:var(--thid-color)!important;
  text-align: center;



}
.s-social-list {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}


.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:20px;
       box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);
    padding: 10px;


}

.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color)!important;
    font-size: 1.3rem;
    width: 150px;
    margin: auto;
    padding: 10px;
       border-radius: 20px 
}




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

.store-footer__inner .max-w-sm {
    color: var(--main-color)!important;
    ;
}

.store-footer a {
    color: var(--main-color);
}

.store-footer a:hover {
    color: var(--main-color);
}

.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: var(--main-color)!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: 15px !important;

    }

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

    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }
    
    
    .store-header::before {
  content: '';

  background: url("https://f.top4top.io/p_3226m2dte1.png");


  background-repeat-y: no-repeat;

  background-position-x: 0;

  animation: Movecrosswise 2000s linear alternate both infinite;

  background-size: contain;

  height: 25px;

  display: block;

  background-color: var(--1);

  background-position: center;

  -bottom: 16px;

  z-index: 9999999999999999;

}
}

.copyright-text p {
    color: var(--main-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(--main-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: 14px !important;
    }

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

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

    }
}


.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);
 
}
#wa-widget-send-button {
    display: none !important;
}

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

.content--single-page {
    background-color: transparent !important;
}
@media only screen and (max-width: 600px) {
 
 .lazy__bg {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
   
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    opacity:1!important;
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 500ms ;
}
.banner--fixed img {


    width:95%!important ;

    
}
.square-photos {
    background: transparent;
    width: 35%;

    animation-iteration-count: infinite;
    transition-duration: 1s;
    transition-property: scale;
    border-radius: 30px;
    height: 180px;
}
 


 .store-footer__inner .max-w-sm{position: relative; }
 
.s-block {
   margin-top: 0rem !important ; 
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 600px) {
    .store-footer__inner .max-w-sm::after{ 
       right: 180px;}