:root {
    /*
    #D3BACC
    #99874C
    */
    
    --maCouleur: #af8ca5;

}

body, .home-block--bg, .footer__bottom, .header-block--nav-wrapper, .nav-desktop--horizontal > ul .menu-item.dropdown > a,
.nav-desktop--horizontal > ul .menu-item.dropdown > a > li,
.nav-desktop--horizontal > ul .menu-item.dropdown > a > ul a,
.nav-desktop--horizontal > ul .menu-item.dropdown > a > li > ul,
.nav-desktop ul .menu-item:not(.mega-menu) .sub-menu ul li a, .nav-desktop ul .menu-item > a,
header.fixed-header .site-header
{
  
    background: #f5f5f5 !important;
  border: none !important
}

p, h1, h2, a, span {
  color: #000 !important;
}

.header-block--nav-wrapper {
  margin-top: 10px !important;
}

.btn {
  background: #f5f5f5 !important;
  border-color: var(--maCouleur) !important;
  border-width: 1px !important;
}

.btn {
    background: var(--maCouleur) !important;
    border-color: var(--maCouleur) !important;
    border-width: 1px !important;
    color: #000 !important;
}
.pd-expand-wrapper::after, .pd-expand-wrapper::before {
    content: "";
    display: inline-block;
    flex: 1;
    background: var(--maCouleur) !important;
    height: 1px;
}
.form .form-group textarea.form-control {
    min-height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000 !important;
}
#product_main_slider .splide, .splide__slide {
    position: relative;
    outline: none;
    border: none !important;
}

.product-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid var(--maCouleur) !important;
    box-shadow: 0 1px 2px var(--maCouleur);
    overflow: hidden;
    transition: border .2s linear,box-shadow .2s linear;
    background: transparent;
}


/* */
.btn--add-to-cart {
    padding: 8px 15px 8px 10px;
    position: relative;
    width: 100%;
    border-radius: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    border-radius: 0px;
    color: #000;
   
    background-color: var(--maCouleur) !important;
}
.btn--add-to-cart i::before {
  content: "إضافة للسلة";
  font-family: "DINNextLTArabic-Regular-Medium";
  font-size: 15px
}


  /* DES MODIFICATIONS */
  .splide--products-slider .splide__arrows {
    left: 90px;
    top: -60px !important;
    transform: none;
    width: 82px;
    height: 26px !important;
    position: absolute;
}

.home-block--fixed-products.show-all .title.title--x-large .btn,
.home-block--slide-products.show-all .title.title--x-large .btn
{
    background-color: #2a2a2a;
    box-shadow: 3px 3px 0px 0px var(--maCouleur);
  border-radius: 0 !important;
  height: 26px !important;
  padding: 0 13px !important;
  margin-top: -1px !important;
  color: #000 !important;
}

.product-block .btn--add-to-cart {
    left: 0 !important;
    bottom: 0 !important;
    transform: unset !important;
}
.top-header {
  background: #2a2a2a !important;
  border-bottom: #545454 dotted 1px !important;
  color: #000 !important;
}
.top-header * {
  
  color: #000 !important;
}
.product-block:hover .btn--add-to-cart {
    transform: translateX(0);
}

.btn--padded.less {
  background: transparent !important;
}

.testimonial-entry {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: transparent;
    border-radius: 8px;
    border: var(--maCouleur) solid 1px !important;
    margin-bottom: 10px !important;
}
.bg-grey {
    background: transparent !important;
}
.offers-block {
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--maCouleur) !important;
}

.btn {
    background: var(--maCouleur) !important;
    border-color: var(--maCouleur) !important;
    border-width: 1px !important;
}
.side-panel.mobile-side-panel .side-panel__content {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    background: #f5f5f5 !important;
}
.dropdonw-menu-wrap .dropdown-menu > ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    background: transparent !important;
}
.side-panel .dropdonw-menu-wrap .dropdown-menu.active {
    max-height: 296px;
    opacity: 1;
    transform: translateY(0);
    background-color: transparent !important;
}
.dropdonw-menu-wrap .dropdown-menu li:first-child {
    border-radius: 0 !important;
    background-color: #000 !important;
}
.dropdonw-menu-wrap .dropdown-menu li:not(:last-child) {
  background-color: #000 !important;
    border: none !important;
    box-shadow: unset !important;
}
.dropdonw-menu-wrap .dropdown-menu li {
    width: 100%;
    position: static;
    padding: 0;
    overflow: hidden;
    transition: background .5s cubic-bezier(.2,1,.3,1);
    background-color: #000 !important;
}
header .site-header__cart a {
    background: transparent !important;
}

.btn--circular i {
    color: #000 !important;
}

.article ol, .article ul {
    padding-right: 20px;
    color: #000 !important;
}

.view-comment__comment--has-replays {
    position: relative;
    margin-bottom: 10px;
    border: var(--maCouleur) solid 1px !important;
    padding: 10px !important;
    border-radius: 10px !important;
}
.cart-progress .step__icon {
    justify-content: center;
    flex-direction: row;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: var(--maCouleur) !important;
    color: var(--color-text);
    margin-left: 10px;
    position: relative;
}
.placeholder-block.white i {
    background-color: var(--maCouleur) !important;
}
.nav-mobile .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 12px 12px 0 0;
    background-color: var(--maCouleur) !important;
    box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}

.popup-modal-wrap .popup-modal {
    width: 90%;
    max-width: 500px;
    transition: all .5s cubic-bezier(.55,0,.1,1);
    transform: translateY(-30px);
    border-radius: 8px;
    pointer-events: auto;
    background-color: #000;
    background: #f5f5f5;
    border: var(--maCouleur) solid 1px !important;
}
.form--login-reg .login-methods .login-method a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    border-radius: 4px;
    padding: 20px 10px;
    background:  var(--maCouleur) !important;
    color: #000 !important;
    border: 1px solid var(--maCouleur);
    text-align: center;
    white-space: nowrap;
    transition: all .5s cubic-bezier(.2,1,.3,1);
}
.form .form-group label {
    color: #000 !important;
}

.form .form-group .form-control {
   
    background-color: transparent !important;
    transition: 4px;
    transition: all .5s cubic-bezier(.2,1,.3,1);
    border: 1px solid var(--maCouleur) !important;
    box-shadow: none;
    border-radius: 5px !important;
}

.list--table li.cart-product-entry {
   
    background: transparent !important;
}
.list--table.borderless li {
    border: none;
    background: transparent;
}
.form--coupon .form-group #btn-add-coupon {
    display: block !important;
    background: red !important;
}
.form .form-group .form-control.email, .form .form-group .form-control.phone {
    letter-spacing: 1px;
    color: #000 !important;
}
.form--login-reg .resend-btns > * {
    flex: 1;
    margin: 0 5px;
    color: #000 !important;
}
.popup-modal-wrap .popup-modal__body input *{
    padding: 20px;
    color: #000 !important;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
 
    padding-bottom: 15px !important;
}

.mm-spn.mm-spn--light {
    color: #000 !important;
    background: #f5f5f5 !important;
}

.tabs-heads .tab-head .btn--transparent.active, .tabs-heads .tab-head a--transparent.active {
    color: #000 !important;
    border-radius: 5px !important;
}
.sta-product {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    max-height: calc(100% - 60px);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: unset !important;
    border: var(--maCouleur) solid 1px;
}
.bg-white {
    
    background: #f5f5f5 !important;
}

.article--product-details.pd-exp::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    background: linear-gradient(0deg,#000,hsla(0,0%,100%,0));
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .5s cubic-bezier(.2,1,.3,1);
    pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footer * {
    text-align: center !important;
    
}
  .footer .title--has-dash,
  .footer__block > :first-child
  {
    width: 100% !important;
  }
  .footer .footer-list {
    text-align: center !important;
    width: 100% !important;
  }
  .footer .footer-list li {
    float: none !important;
  }
  .footer .footer-list.footer-list--social-links {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
  .footer .title--has-dash::before {
    display: none !important;
  }
  
}

.footer__mid {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--maCouleur) !important;
}


.site-header .form .form-group .form-control, .form--search.is-active {
  background: #f5f5f5 !important;
}
.site-header .form--search.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
    pointer-events: auto;
    box-shadow: 0 10px 10px #000;
}
.site-header .form--search {
  
    border-top: 1px solid #000;
    
}
.site-header .form--search * {
  
    color:  #fff !important;
    
}
.searchbox-results li.empty-result {
    color: #000 !important;
}

.searchbox-results li .search-result__info * {
   
    margin: 0;
    color: #000 !important;
}

.searchbox-results li .search-result__info .price-wrapper {
    color: red !important;
}
.searchbox-results li {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid var(--maCouleur);
    background: #f5f5f5;
}

.searchbox-results li *:hover {
    background: #545454 !important;
}

.top-header {
    background: #f5f5f5 !important;
    border-bottom: var(--maCouleur) dotted 1px !important;
    color: #000 !important;
}
.splide--products-slider .splide__arrows button,
.splide--testimonials .splide__arrows button
{
    height: 30px;
    width: 30px;
    background: var(--maCouleur) !important;
    border: var(--maCouleur) solid 1px !important;
    color: fff !important;
    fill: #fff !important;
    opacity: 1 !important;
}

.product-section--totals {
    align-items: center;
    padding: 15px 0 !important;
    color: #000 !important;
}
.footer {
    border-top: 1px solid var(--maCouleur) !important;
}
.dropdonw-menu-wrap .dropdown-menu a.is-active {
    background-color: var(--maCouleur) !important;
   
}

.qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background: #f5f5f5;
    padding: 0;
    border-radius: 4px;
    border: 1px solid var(--maCouleur) !important;
}
.qty * {
  color: #000 !important;
}

.testimonial-entry__rate .btn {
  background: unset !important;
  color: #fed23e !important;
}
.nav-mobile .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 12px 12px 0 0;
    background-color: #000 !important;
    box-shadow: unset !important;
}
.nav-mobile .main-nav > li:first-of-type a {
  background: var(--maCouleur) !important;
}

.nav-mobile .main-nav .sub-menu ul li a {
    display: block;
    width: 100%;
    text-align: right;
    padding: 13px 20px;
    color: #000 !important;
}
.nav-mobile .main-nav .sub-menu ul li a:hover {
    
    color: var(--maCouleur) !important;
}

.nav-mobile .main-nav .sub-menu.active {
    transform: translateY(-98%);
    box-shadow: 0 -10px 10px -4px rgba(0,0,0,.1);
    background: #f5f5f5 !important;
}
.nav-mobile .main-nav .sub-menu .menu-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--maCouleur) !important;
    color: #000 !important;
}
.nav-mobile .main-nav .sub-menu ul li:not(:last-child) a {
    border-bottom: 1px solid var(--maCouleur) !important;
}
input {
  color: #000 !important;
}
.iti__country-list li span {
    text-align: left;
    color: #000 !important;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57,57,57,0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
    color: #000 !important;
}
.flatpickr-day {

    color: #545454 !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 2px;
    color: #000 !important;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time * {
   
    color: #000 !important;
}

.splide--products-slider  .splide__slide {
    padding-bottom: 15px !important;
    max-width: 50vw !important;
}

.nav-mobile .main-nav .sub-menu {
    width: 100%;
    position: absolute;
    background-color: #000 !important;
    z-index: -1;
    right: 0;
    border-radius: 8px 8px 0 0;
    transition: all .5s cubic-bezier(.2,1,.3,1);
    padding-bottom: 10px;
    top: 0;
}
.product-show .splide--draggable  * {
    padding-bottom: 0px !important;
    max-width: 50vw !important;
    border: none !important;
}
.product-show .splide--draggable > .splide__track > .splide__list > .splide__slide {
    padding-bottom: 0px !important;
    max-width: 50vw !important;
    border: none !important;
}

.site-header .form--search {
  border: none !important;
}
.product-block .btn--add-to-cart .s-button-element {
    border-radius: 0 50px 50px 0;
    width: 100% !important;
    color: #fff !important;
  }
  .btn--add-to-cart i::before {
    content: "إضافة للسلة";
    font-family: "DINNextLTArabic-Regular-Medium";
    font-size: 15px;
    color: #fff !important;
  }
  .title--primary {
    color: var(--maCouleur) !important;
  }
  .footer {
    border-top: 1px solid var(--maCouleur) !important;
    background: var(--maCouleur);
  }
  footer .title--has-dash {
    color: #fff !important;
  }
  .nav-mobile .main-nav li a,
.nav-mobile .main-nav > li:first-of-type a
{
  background: #fff !important;
}

.main-nav {
  border-radius: 2rem 2rem 0 0 !important;
}

.nav-mobile .main-nav > li:first-of-type a
{
  background: #fff !important;
  border-radius: 0 2rem 0 0 !important;
}
.nav-mobile .main-nav > li:last-of-type a
{
  background: #fff !important;
  border-radius: 2rem 0 0 0 !important;
}
.footer .title--has-dash {
  background: #fff !important;
  z-index:1 !important;
  position: relative;
  border-radius: 15px !important;
  color: #000 !important;
  padding: 0 !important;
}

.footer .title--has-dash::before {
  content: "";
  display: block !important;
  height: 6px; 
  width: calc(100% - 30px);
  background: #fff !important;
  position: absolute !important;
  top: 100% !important;
  z-index: 2 !important;
  margin: 5px auto !important;
  margin-right: 15px !important;
}

.nav-desktop {
  background-color: #d3bacc; 
  padding: 10px; 
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease; 
}

.nav-desktop ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

.nav-desktop li {
  display: inline-block; 
  margin-right: 10px;
}

.nav-desktop a {
  text-decoration: none; 
  color: #333; 
  transition: color 0.3s ease; 
  border-radius: 1rem;
}

.nav-desktop a:hover {
  color: #ff0000; 
}

.nav-desktop:hover {
  opacity: 0.8; 
  transform: translateY(-5px); 
}

@keyframes shadow-animation {
  0% {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}

.nav-desktop {
  animation: shadow-animation 3s infinite; 
}
.footer .title--has-dash {
  background: #fff !important;
  z-index: 1 !important;
  position: relative;
  border-radius: 15px !important;
  color: #000 !important;
  padding: 0 !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-block__thumb {
  max-height: 200px !important;
  overflow: hidden !important;
}

.product-block__info .product-title {
  min-height: 90px !important;
}

.splide--products-slider .splide__slide .product-block {
  padding: 0 !important;
}

.product-block .btn--add-to-cart {
  position: relative;
  transform: unset !important;
}

.home-block--store-features .row {
    display: grid;
  gap: 3px;
}

.store-feature {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.home-block--store-features .row {
  background: #d3bacc !important;
  padding: 10px !important;
  max-width: calc(100% - 10px) !important;
  margin: auto !important;
  border-radius: 1rem !important;
}

.home-block--store-features .row .col-md-4:nth-of-type(1) {
   grid-column: 1/2 !important;
  grid-row: 1/2 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  padding: 0 !important;
  border: #a58b9e solid 1px !important;
  border-radius: 1rem !important;
  border-radius: 1rem 3rem !important;
}
.home-block--store-features .row .col-md-4:nth-of-type(2) {
   grid-column: 2/3 !important;
  grid-row: 1/2 !important;
   display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  border: #a58b9e solid 1px !important;
  border-radius: 3rem 1rem !important;
}
.store-feature__icon {
  background: #a58b9e !important;
}
.home-block--store-features .row .col-md-4:nth-of-type(3) {
   grid-column: 1/3 !important;
  grid-row: 2/3 !important;
   display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
  margin: auto !important;
  padding: 0 !important;
  border: #a58b9e solid 1px !important;
  border-radius: 1rem 1rem 3rem 3rem !important;
}

.store-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 60px;
  height: 60px;
  position: relative;
  font-size: var(--font-xxxlg);
  color: var(--color-primary);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.store-feature {
    margin-bottom: 0;
  }
  }
  
  
  .home-block--store-features .row {
  background: #d3bacc !important;
  padding: 10px !important;
  max-width: calc(100% - 10px) !important;
  margin: auto !important;
  border-radius: 1rem !important;
}

.home-block--store-features .row .col-md-4:nth-of-type(1) {

  border: #a58b9e solid 1px !important;
  border-radius: 1rem !important;
  border-radius: 1rem 3rem !important;
}
.home-block--store-features .row .col-md-4:nth-of-type(2) {

  border: #a58b9e solid 1px !important;
  border-radius: 3rem 1rem !important;
}
.store-feature__icon {
  background: #a58b9e !important;
}
.home-block--store-features .row .col-md-4:nth-of-type(3) {
   
  border: #a58b9e solid 1px !important;
  border-radius: 1rem 1rem 3rem 3rem !important;
}

@media only screen and (max-width: 767px) {
  header .site-header .theme-logo a img {
    height: 65px;
  }
}