.dark *.enhanced-products-slider-action-button,
.descriptive-heading-action-button,
.descriptive-heading-action-button-text {
  color:#000;
  background-color:#d4d2e4;
  border:1px solid #d4d2e4!important;
}

.product-card-actions-add-to-cart:hover{

  background-color:#d4d2e4;
  color:#000
}
.product-card-content-meta-subtitle{
  color:#caff00
}
.product-card-content-meta-pricing-current-discounted{
  color:#84e1bc;
}
.product-card-content-meta-pricing-current-discounted-meta-value {
  color:#e02424;
}
.store-features-style-1-content-single-description,
.bg-\[var\(--bg-light\)\].shadow-\[0px_3px_16px_0px_rgba\(47\,83\,109\,0\.12\)\].rounded-\[20px\].p-\[20px\].mb-4.\!h-full.w-full.sal-animate p.mb-2{
  color:#c0b9ff;
}

p.max-w-xl.text-start.text-\[\#7a798a\] {
    color: #bbb8d8;
    font-size: 1.2rem;
}


section:first-of-type{
  margin-top:11rem!important;
}
@media (max-width:764px) {
  section:first-of-type{
  margin-top:4rem!important;
  }
}


.fullscreen-loader {
  transition-duration: 1500ms;
}




/*Copyright*/

.flex.flex-col.md\:flex-row.items-center.justify-between.gap-8{
  position: relative;
}
.flex.flex-col.md\:flex-row.items-center.justify-between.gap-8::before {
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #343444;
    border-radius: 15px;
    color: #d4d2e4;
    padding: 5px 10px;
    font-weight: bold;
    direction:rtl
}
@media (max-width:764px) {
   .flex.flex-col.md\:flex-row.items-center.justify-between.gap-8::before {
    top:120px;
  }
}

/*
@keyframes changeColor {
  0% {
    background: linear-gradient(45deg, #21212e, #0447a7);
    
  } 50%{
    background: linear-gradient(45deg, #9494cd, #404072);
  } 100% {
    background: linear-gradient(45deg, #f83430, #a8a8ff);
  }
}

*/
li.rtl\:ml-2\.5.ltr\:mr-2\.5 {
    padding: 5px;
    border-radius: 5px;
    position:relative;
    z-index:0;
}
li.rtl\:ml-2\.5.ltr\:mr-2\.5::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #9494cd, #404072);
    z-index: -1;
    border: 0;
    border-radius: 5px;

}
.product_description ul, .product_description li {
    color: white;
}
.dark p span {
    color: var(--description-color) !important;
}
tamara-widget[type="tamara-summary"][inline-type="2"] {
  background-color: white;
  border-radius:12px;
  }
  .s-button-text {
    color: #fbbf2d !important;
}
.s-installment-emkan-content-text {
    color: black !important;
}
.btn--collapse span {
  color: black;
}
section:first-of-type {
    margin-top: 0rem !important;
}
.dark li{
  color: var(--description-color);
}
.form-label {
    color: #fbbf2d !important;
}
tamara-widget[type="tamara-summary"][inline-type="2"] {
  background-color: white;
  border: 1px solid #ccc;
  display: block;
}
.product-card-actions-add-to-cart:hover span {
    color: #000;
}
.banners-builder-single-content {
  display: none;
}
.banners-builder-single img {
  margin-top: 13rem;
}