body {
  background-image: url(https://i.postimg.cc/zB2Fvbj3/TEXTURE-copy-4.png);
  background-size: cover;
  background-position: center;
}


.top-navbar {
  background-color: #fff !important;
}
.top-navbar {
  color: #161616!important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  border: 1px solid rgb(241 80 161) !important;
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: rgb(241 80 161)!important;
}

#mainnav {
  background-color: #fff !important;
}

.sicon-menubefore {
  color: #000 !important;
}
.header-btn__icon {
  color: #000!important;
  border-color: #000 !important;
}
.s-cart-summary-total {
  color: #000 !important;
}

.mm-spn--open li a {
  color: #000 !important;
}
.mm-spn--open li a:hover {
  color: #000 !important;
  opacity: 0.6;
}
.sub-menu {
  color: #333;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li a {
    color: #000 !important;
    transition: 0.3s;
  }

  .mm-spn--open li a:hover {
    color: #000 !important;
    opacity: 0.6;
  }

  #mobile-menu::after {
    background-color: rgb(241 80 161)!important;
    color: #fff !important;
  }
}

/* Products Cards */

custom-salla-product-card {
/* background-color: #c4c4c4 !important;*/
  background-color: #fff!important;
  border: 1px solid rgb(241 80 161)!important;
}

salla-add-product-button button {
  background-color: rgb(241 80 161) !important;
  color: #fff!important;
  border: 1px solid rgb(241 80 161) !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: rgb(241 80 161) !important;
  border: 1px solid rgb(241 80 161) !important;
}
.s-product-card-content-subtitle {
  color: #010101!important;
}
.s-product-card-price {
  color: rgb(241 80 161);
}

.s-slider-block__title {
  justify-content: center;
  margin-bottom: 60px;
}
.s-slider-block__title-left {
  display:none;
}

.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}

.s-slider-block__title-right {
  position: relative;
}

.s-slider-block__title-right h2 {
  font-size: 35px;
}

.s-slider-block__title-right::after {
  content: "";
  width: 110%;
  height: 15px;
  background-color: rgb(241 80 161);
  position:absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 4px;
}



/* Banners */

.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 10px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}
.s-block--fixed-banner:first-of-type .container{
  padding-top: 10px !important;
}

/* Footer Colorization */

footer {
  background-color: transparent !important;
}
.store-footer__inner .container > div{
  border: 2px solid rgb(241 80 161) !important;
  padding-top: 30px;
  padding-left: 20px !important;
  padding-right: 20px
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}
.store-footer__inner *{
  color: #000 !important;
}
.copyright-text p {
  color: rgb(241 80 161) !important;
}
.copyright-text p a:hover {
  color: rgb(241 80 161)!important;
  opacity: 0.8;
}

/* Logo */

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/gZOVXN/VNsNk2YNg5iDlKoC8Q3hdHcyBQ3VpquUtIB0luYa.png");
  display: block;
  background-size: contain;
  width: 92px;
  height: 90px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}

.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}

.store-footer__inner > div a h3 {
  display: none;
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:rgb(241 80 161);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(241 80 161);
}


/* custom sections */
#cus-secs {
  width: 100%;
}
#cus-secs #secs-wrapper {
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 300px));
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1024px) {
#cus-secs #secs-wrapper {
    grid-template-columns: repeat(3 , minmax(0px, 250px));
  }
}
#cus-secs #secs-wrapper #sec-link {
  transition: .3s;
    display: flex;
  align-items: end;
}
#cus-secs #secs-wrapper #sec-link:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
#cus-secs {
  padding-top: 20px;
}
}
/* end custom sections */
/* custom sections */
#cus-secs-2 {
  width: 100%;
  padding-top: 40px;
}
#cus-secs-2 #secs-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  justify-content: center;
  gap: 10px;
}
#cus-secs-2 #secs-wrapper #sec-link {
  transition: .3s;
  display: flex;
  align-items: end;
}
#cus-secs-2 #secs-wrapper #sec-link:hover {
  transform: scale(1.01);
}
@media (max-width: 1024px) {
#cus-secs-2  {
  padding-top: 20px;
}
}
/* end custom sections */

#salla-purchase-number {
    margin: 30px 0px;
    color: #bf363d;
    font-weight: 600 !important;
}
#salla-purchase-number i {
    margin-left: 10px;
}







.icon-container {
    display: flex;
    justify-content: space-around;
    margin: -4px 0;
    background: #1f0b0a;
    padding: 55px;
    flex-wrap: nowrap;
}
.icon-item {
    text-align: center;
    width: 300px; /* عرض الأيقونة */
    transition: transform 0.3s;
    margin: 10px; /* مسافة بين الأيقونات */
}

.icon-item:hover {
    transform: scale(1.05); /* تكبير الأيقونة عند تمرير الماوس */
}

.icon-image {
    width: 100%; /* جعل الصورة تأخذ العرض الكامل للحاوية */
    height: 200px; /* تعديل ارتفاع الصورة */
    object-fit: contain; /* المحافظة على نسبة العرض إلى الارتفاع */
}

.icon-title {
    font-size: 22px; /* حجم خط العنوان */
    margin: 10px 0 5px; /* مسافة بين العنوان والوصف */
    color: #64191d

; /* لون العنوان */
}

.icon-description {
    font-size: 14px; /* حجم خط الوصف */
    color: #64191d

; /* لون الوصف */
    margin-bottom: 10px; /* إضافة مسافة أسفل الوصف */
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
    .icon-item {
        width: 30%; /* عرض الأيقونة في الأجهزة اللوحية */
    }
    
    .icon-title {
        font-size: 20px; /* تصغير حجم العنوان للأجهزة اللوحية */
    }

    .icon-description {
        font-size: 13px; /* تصغير حجم الوصف للأجهزة اللوحية */
    }
}

@media (max-width: 480px) {
    .icon-item {
        width: 100%; /* عرض الأيقونة على الشاشات الصغيرة جداً */
    }

    .icon-title {
        font-size: 18px; /* تصغير حجم العنوان للهواتف المحمولة */
            margin: -46px 0 5px;
        
    }

    .icon-description {
        font-size: 12px; /* تصغير حجم الوصف للهواتف المحمولة */
    }
    .icon-container {
        display: flex;
        justify-content: space-around;
        margin: -4px 0;
        background: #1f0b0a;
        padding: 0px;
        flex-wrap: nowrap;
    }
}


@media (max-width: 768px) { /* استعلام للعرض حتى 768 بكسل */
.icon-container {
    display: flex;
    justify-content: space-around;
    margin: -4px 0;
    background: #200c0b;
    padding: 0px !important;
    flex-wrap: nowrap;
}
}
.icon-container {
    display: flex;
    justify-content: space-around;
    margin: -4px 0;
    background: transparent !important;
    padding: 55px;
    flex-wrap: nowrap;
}
.icon-container h3 {
  font-size: 14px;
}
.icon-description {
    font-size: 14px;
    color: #64191d;
    margin-bottom: 10px;
}


.icon-image {
animation: slideUpDown 5s infinite ease-out;}

@keyframes slideUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
    
    /* تأخير الأنيميشن لكل صورة */
.icon-item:nth-child(1) .icon-image {
    animation-delay: 0s; /* لا يوجد تأخير */
}

.icon-item:nth-child(2) .icon-image {
    animation-delay: 5s; /* تأخير 5 ثواني */
}

.icon-item:nth-child(3) .icon-image {
    animation-delay: 10s; /* تأخير 10 ثواني */
}

}

@media (max-width: 1024px) {
#karzoun-widget-send-button {
  bottom: 120px !important;
}
}