/* S aaa */
/* E aaa */

/* S search */
body#search .homme_link {
  text-align: center;
  margin-bottom: 20px;
}

body#search #main .page-content {
  margin-bottom: unset;
}

body#search #main form button[type="submit"] {
  filter: invert(1);
}

body#search .page-not-found .header__search-form__form {
  width: auto;
  border-top: none;
}

body#search #content {
  border-radius: 4px;
}

body#search #main {
  margin-top: 1rem;
}

body#search h1,
body#search .h2,
body#search h1.h2 {
  margin: 2rem 0;
  text-transform: none;
}
/* E search */

/* S registration */
body#registration .main-container em {
  display: none;
}

body#registration .main-container .div-checkbox:last-child {
  margin-bottom: 1rem;
}
/* E registration */

/* S product */
body#product .product-cover-thumbnails-mobile__pagination {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  bottom: 18px;
}

body#product .product-cover-thumbnails-mobile__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: var(--transition_default, all 0.4s ease);
  margin: 0 6px;
}

body#product h2 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  body#product h2 {
    margin-top: 15px;
  }
}

body#product .product-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

body#product .product-container > * {
  flex: 1;
}

/* Galerie produit : limiter la largeur et forcer le retour à la ligne des miniatures */
body#product .product-container .product-cover-thumbnails-desktop {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

body#product .images-container {
  max-width: 100%;
}

body#product .images-container .product-cover picture img {
  max-width: 100%;
}

body#product .images-container .js-qv-mask {
  white-space: normal;
  overflow: visible;
  width: 100%;
}

body#product .images-container .product-images {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body#product .images-container .product-images > li.thumb-container {
  display: block;
}

body#product .tabs .nav-tabs {
  background-color: #f0f0f0;
  padding: 8px 6px;
  border-radius: 20px;
}

body#product .tabs .nav-tabs .nav-link.active,
body#product .tabs .nav-tabs .nav-link:hover {
  border-bottom-color: transparent;
  color: var(--primary_color, #683210);
  border-radius: 12px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  background-color: transparent;
}

body#product #main .images-container .js-qv-mask.scroll {
  width: 100%;
}

body#product .scroll-box-arrows.scroll {
  display: none;
}

body#product .product-manufacturer {
  margin-bottom: 10px;
}

body#product .product-manufacturer img {
  max-width: 150px;
  border-radius: 10px;
  padding: 20px;
  background-color: var(--primary_color, #683210);
}

body#product .product-share-area,
.modal-dialog .product-share-area {
  position: relative;
}

body#product .product-additional-info .social-sharing > ul,
.modal-dialog .product-additional-info .social-sharing > ul {
  display: flex;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  max-width: 0;
}

body#product .product-additional-info .btn-social-sharing.active + .social-sharing > ul,
.modal-dialog .product-additional-info .btn-social-sharing.active + .social-sharing > ul {
  max-width: 400px;
  opacity: 1;
}

body#product .product-additional-info .social-sharing,
.modal-dialog .product-additional-info .social-sharing {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

body#product .input-color:checked + span,
body#product .input-color:hover + span,
.modal-dialog .input-color:checked + span,
.modal-dialog .input-color:hover + span {
  border: 1px solid #979797;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--primary_color, #683210);
  border: 1px solid #979797;
}

body#product .product-actions .control-label,
.modal-dialog .product-actions .control-label {
  margin-bottom: 0.5rem;
}

body#product label .size,
.modal-dialog label .size {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  transition: 0.5s all;
  cursor: pointer;
}

body#product label .size:hover,
.modal-dialog label .size:hover {
  background-color: var(--primary_color, #683210);
  color: #fff;
}

body#product .product-variants-item .input-size,
.modal-dialog .product-variants-item .input-size {
  display: none;
}

body#product .product-variants-item .input-size:checked + span,
.modal-dialog .product-variants-item .input-size:checked + span {
  background-color: var(--primary_color, #683210);
  color: #fff;
}

body#product .product-variants-item ul,
.modal-dialog .product-variants-item ul {
  display: flex;
  gap: 10px;
}

body#product .product-variants > .product-variants-item ul li,
.modal-dialog .product-variants > .product-variants-item ul li {
  margin-right: 0;
}

body#product .custom-checkbox input[type="checkbox"] + span.color,
body#product .variant-links .color,
body#product label .color,
.modal-dialog .custom-checkbox input[type="checkbox"] + span.color,
.modal-dialog .variant-links .color,
.modal-dialog label .color {
  margin: 0;
}

body#product .breadcrumb {
  display: none;
}

body#product #main {
  padding: 60px 0;
}

body#product .button.wishlist-button-add {
  display: none;
}

body#product .product-comments-additional-info {
  display: none;
}

body#product .wishlist-button-add.wishlist-button-product {
  display: none;
}

body#product .product-additional-info.js-product-additional-info {
  display: flex;
  gap: 3px;
  align-items: center;
}

body#product .btn-comment-big {
  background-color: var(--primary_color, #683210);
  transition: 0.3s ease;
  border-radius: 15px;
  box-shadow: none;
  border: 1px solid var(--primary_color, #683210);
}

body#product .btn-comment-big:hover {
  background-color: transparent;
  color: var(--primary_color, #683210);
}

body#product .product-additional-info.js-product-additional-info .custom-wishlist-button {
  display: flex;
  gap: 3px;
  padding: 10px;
  border-radius: 10px;
}

body#product .current-price .discount.discount-amount {
  background: var(--primary_color, #683210);
}

body#product .product-additional-info.js-product-additional-info .social-sharing {
  margin: 0;
}

body#product .name-product-in-page-product {
  margin-top: 25px;
  font-size: 40px;
  text-transform: capitalize;
}

body#product .product-description ul li {
  position: relative;
  padding-left: 35px;
}

body#product .product-description ul li::before {
  left: 0;
  position: absolute;
  top: 5px;
  content: url("../icon/checkIcon.svg");
}

body#product .product-description p,
body#product .product-description span,
body#product .product-description li {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: left;
  color: #252324;
}

body#product .product_pricesANDproduct_info_review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body#product .product_info_review > div:first-child {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

body#product .product_info_review > div:first-child > * {
  padding: 7px 10px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

body#product .product_info_review > div:first-child > *:first-child {
  background-color: #fbf3ea;
}

body#product .product_info_review > div:first-child > *:first-child a {
  color: #ffb86d;
}

body#product .product_info_review > div:first-child > *:last-child {
  background-color: #f5f4f2;
}

body#product .product_info_review > div:first-child > *:last-child a {
  color: #000;
}

body#product .product_info_review > div:last-child span {
  color: #3e9242;
}

body#product .product-additional-info > * {
  cursor: pointer;
  padding: 2px;
}

body#product .product-discount .regular-price {
  font-size: 21px;
}

body#product .name-product-in-page-product {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 0px;
  color: var(--quinary_color, #252324);
  font-family: Ubuntu;
}

body#product .current-price-value {
  color: var(--primary_color, #683210);
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 34px;
}

body#product .product_info_review {
  padding: 0px 25px;
  margin-top: 6px;
}

body#product .product-discount {
  margin-top: -3px;
}

body#product .product_info_review > div:last-child {
  margin-top: -5px;
}

body#product .product-variants > .product-variants-item {
  margin: 14px 0;
}

body#product .product-actions .product-add-to-cart {
  margin-top: 40px;
}

body#product #content {
  max-width: none;
}

body#product .product-cover {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f0f0;
}

body#product .images-container .product-images > li.thumb-container .thumb {
  border-radius: 12px;
  background-color: #d1c7ba;
}

body#product .images-container .product-images > li.thumb-container .thumb:hover {
  border: 3px solid var(--primary_color, #683210);
}

body#product .tabs {
  padding: 0;
}

body#product .container-fluid {
  padding: 60px;
}

@media (max-width: 768px) {
  body#product .container-fluid {
    padding: 20px;
  }
  body#product .row.product-container.js-product-container {
    padding: 20px 0px;
  }
  body#product .product-accessories .products {
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  body#product .product-accessories .products::-webkit-scrollbar {
    display: none;
  }
  body#product #content-wrapper .products .product {
    width: auto;
  }
}

/* body#product .wishlist-button-add i {
  display: none;
} */

body#product .nav-item-mobile {
  display: none;
  border-top: 0.4px solid #e4e4e4;
  justify-content: space-between;
  align-items: center;
  padding: 22px 19px;
  cursor: pointer;
}

body#product .nav-item-mobile span {
  font-family: Ubuntu;
  font-weight: 600;
  font-size: 16px;
}

body#product .nav-item-mobile svg {
  transition: all 0.5s ease-in-out;
}

body#product .nav-item-mobile--active svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  body#product .nav-item-mobile {
    display: flex;
  }
  body#product .nav.nav-tabs {
    display: none;
  }
  body#product .tab-content > .tab-pane {
    display: block;
    padding: 0 19px;
  }
  body#product .tabs .tab-pane.fade {
    opacity: 1;
  }
  body#product .tabs.container-fluid {
    padding: 0;
  }
  body#product .nav-item-mobile + .tab-pane {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  body#product .nav-item-mobile--active + .tab-pane {
    max-height: 10000px;
    opacity: 1;
    padding: 22px 19px;
  }
}

body#product .product-cover-thumbnails-mobile::-webkit-scrollbar {
  display: none;
}

body#product .product-cover-thumbnails-mobile {
  display: none;
  margin: 0 0 26px;
}

body#product .product-cover-thumbnails-mobile .img {
  border-radius: 10px;
  overflow: hidden;
  width: 303px;
  height: 100%;
  flex-shrink: 0;
}

body#product .product-cover-thumbnails-mobile .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  body#product .name-product-in-page-product {
    font-family: Ubuntu;
    font-weight: 600;
    font-size: 25px;
  }

  body#product .current-price-value {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 18px;
  }

  body#product .product-discount .regular-price {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 12px;
  }

  body#product .product_info_review > div:last-child {
    font-family: Ubuntu;
    font-weight: 600;
    font-size: 12px;
  }

  body#product .product-actions .control-label {
    font-family: Ubuntu;
    font-weight: 600;
    font-size: 16px;
  }

  body#product .product_info_review a {
    font-family: Ubuntu;
    font-weight: 600;
    font-size: 12px;
  }

  body#product .product_info_review {
    padding: 0px 10px;
  }

  body#product label .size {
    height: 30px;
    width: 30px;
    font-weight: 300;
    font-size: 12px;
  }

  body#product label .container-color {
    height: 33px;
    width: 33px;
  }

  body#product label .container-color:hover,
  body#product .input-color:checked + span.container-color {
    border: 2px solid #cb9274;
  }

  body#product .qty span {
    scale: 0.9;
  }

  body#product .product-cover-thumbnails-mobile {
    display: block;
  }

  body#product .product-container {
    flex-direction: column;
  }

  body#product .product-container > * {
    flex: auto;
  }

  body#product .product-cover-thumbnails-desktop {
    display: none;
  }

  body#product .product-prices {
    margin: 0;
  }

  body#product .product-discounts {
    margin: 0;
  }
  body#product .product-variants > .product-variants-item {
    margin: 10px 0;
  }
  body#product .tabs {
    margin-top: 0px;
  }
  body#product #description {
    display: none;
  }
  body#product .tabs p {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 12px;
  }
  body#product .tabs .tab-pane {
    padding-top: 0px;
  }
}

body#product .product-comment-modal .btn-comment-inverse {
  background-color: transparent;
  transition: var(--transition_default, all 0.4s ease);
}

body#product .product-comment-modal .btn-comment-inverse:hover {
  background-color: var(--primary_color, #683210);
}

body#product .product-additional-info .custom-wishlist-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff0f0;
  color: var(--secondary_color, #cb9274) !important;
}

body#product .product-additional-info .product-share-area {
  border-radius: 10px;
}

body#product .product-additional-info .custom-wishlist-button,
body#product .product_info_review .link-to-reviews,
body#product .product-additional-info .product-share-area {
  transition: var(--transition_default, all 0.4s ease);
}

body#product .product_info_review > div:first-child > *:last-child:hover {
  background-color: #dfdfdf;
}

body#product .product_info_review > div:first-child > *:first-child:hover {
  background-color: #ffe3c3;
}

body#product .product-additional-info.js-product-additional-info .custom-wishlist-button:hover {
  background-color: #ffd6d6;
}

body#product .product-additional-info.js-product-additional-info .custom-wishlist-button .btn-social-sharing {
  display: flex;
}

body#product .product-additional-info .product-share-area:hover {
  background-color: #dfdfdf;
}

body#product .has-discount .discount {
  white-space: nowrap;
  margin: 0;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
}

@media (max-width: 767px) {
  body#product .products .thumbnail-top {
    width: 100%;
  }
}

#product .custom-checkbox input[type="checkbox"] + span.color,
#product .variant-links .color,
#product label .color {
  width: 40px;
  height: 40px;
}

#product .product-quantity #quantity_wanted {
  background-color: transparent;
}

#product .inc_quantity_wanted,
#product .dec_quantity_wanted {
  cursor: pointer;
}

form#add-to-cart-or-refresh .add .add-to-cart {
  padding: 16px 0px;
  border-radius: 15px;
  transition: var(--transition_default, all 0.4s ease);
}

.product-actions .add-to-cart {
  width: 100%;
  background-color: var(--primary_color, #683210);
  color: white;
  height: auto;
}

form#add-to-cart-or-refresh .add {
  padding: 20px 0px;
}

form#add-to-cart-or-refresh .add-to-cart:hover {
  background-color: transparent;
  color: var(--primary_color, #683210);
}

#product .btn-social-sharing {
  cursor: pointer;
}
/* E product */
body#password .main-container .form-container .form-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
/* S password */
body#password .forgotten-password {
  padding: 0;
}

body#password .ps-alert-success,
body#password .ps-alert-error {
  padding: 0 0 2rem;
}
/* E password */

/* S pagenotfound */
body#pagenotfound .container-fluid {
  padding: 0;
}

body#pagenotfound #main .page-content {
  margin-bottom: auto;
}

body#pagenotfound .page-not-found .header__search-form__form {
  width: auto;
  border-top: none;
}

body#pagenotfound #content {
  border-radius: 4px;
}

body#pagenotfound #main {
  padding: 250px var(--padding_responsive, 20px);
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

body#pagenotfound #main::before {
  position: absolute;
  content: "";
  top: -1%;
  left: -1%;
  right: -1%;
  bottom: -1%;
  background-image: url("../img/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(4px) brightness(0.6);
  z-index: 0;
}

body#pagenotfound #main > * {
  z-index: 1;
  position: relative;
}

body#pagenotfound #main h1 {
  font-family: Ubuntu;
  font-size: 104px;
  margin-bottom: 30px;
}

body#pagenotfound #main p {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: normal;
}

body#pagenotfound #main a.account-link:hover {
  background-color: transparent;
  border: 1px solid var(--primary_color, #683210);
  /* color: var(--primary_color, #683210);*/
  border-color: #ffffff;
  color: #ffffff;
}

body#pagenotfound #main a.account-link {
  transform: scale(1.4);
  border: 1px solid var(--primary_color, #683210);
  font-size: 18px;
}

@media (max-width: 768px) {
  body#pagenotfound #main h1 {
    font-size: 50px;
  }

  body#pagenotfound #main p {
    font-size: large;
  }

  body#pagenotfound #main a.account-link {
    transform: unset;
  }

  body#pagenotfound #main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  body#pagenotfound #main::before {
    top: -5%;
    left: -5%;
    right: -5%;
    bottom: -5%;
  }
}

/* E pagenotfound */

/* S my-account */
body#my-account h1 {
  text-align: center;
  color: #222222;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 50.46px;
}

body#my-account #content .links {
  gap: 10px 9px;
  justify-content: center;
  margin-top: 30px;
}

body#my-account #content .links a {
  text-decoration: none;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: var(--transition_default, all 0.4s ease);
  width: 198px;
  align-items: center;
}

body#my-account #content .links a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  color: var(--primary_color, #683210);
  background: #ededed;
}

body#my-account #content .links a i,
body#my-account #content .links a span {
  transition: var(--transition_default, all 0.4s ease);
}

body#my-account #content .links a:hover i,
body#my-account #content .links a:hover span {
  color: var(--primary_color, #683210);
}

body#my-account .links a i:hover {
  color: var(--primary_color, #683210);
}

body#my-account #content .links a span.link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}

body#my-account #content .links a i {
  font-size: 36px;
  margin-bottom: 10px;
}

body#my-account .page_footer {
  margin-top: 30px;
  text-align: center;
}

body#my-account .page_footer a {
  display: inline-block;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: var(--transition_default, all 0.4s ease);
}

body#my-account .page_footer a:hover {
  background-color: #555;
}

@media (max-width: 768px) {
  body#my-account .links a {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  body#my-account .links a {
    width: 100%;
  }
}

body#my-account .page-footer {
  text-align: center;
}

body#my-account .page-footer a {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--primary_color, #683210);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: var(--transition_default, all 0.4s ease);
  border: 2px solid var(--primary_color, #683210);
  margin: 10px;
}

body#my-account .page-footer a:hover {
  background-color: white;
  color: var(--primary_color, #683210);
  border: 2px solid var(--primary_color, #683210);
  text-decoration: none;
}

body#my-account #wrapper {
  padding: 48px 0;
}

@media (max-width: 768px) {
  body#my-account h1 {
    font-size: 30px;
  }
}

body#my-account .page-content {
  overflow: hidden;
}
/* E my-account */

/* S maintenance */
body#maintenance .page-not-found .header__search-form__form {
  width: auto;
  border-top: none;
}

body#maintenance #main {
  margin-top: 1rem;
}

body#maintenance .h4 {
  color: #7a7a7a;
}

body#maintenance h1,
body#maintenance .h2,
body#maintenance h1.h2 {
  margin: 2rem 0;
  text-transform: none;
}

body#maintenance .brand-title {
  color: red;
}
/* E maintenance */

/* S identity */
body#identity .optional_label {
  font-size: 9px;
}

body#identity form select,
body#identity .form-control {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  border: #dddddd 0.6px solid;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16.82px;
}

body#identity .page-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-direction: column;
  text-align: center;
}

body#identity .page-top p {
  max-width: 501px;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 21.62px;
  line-height: 27.4px;
}

body#identity .page-content form {
  margin: auto;
}

body#identity .form-footer button {
  margin-top: 20px;
}

body#identity form em {
  margin-left: 30px;
  display: block;
}

body#identity .form-footer button {
  padding: 16px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 21.62px;
  text-align: center;
}

body#identity .radio-inline {
  font-weight: 400;
  font-size: 16px;
}

body#identity #content {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 768px) {
  body#identity .form-footer button {
    padding: 11px;
    font-size: 18.62px;
  }
  body#identity .page-top p {
    font-size: 16px;
    line-height: 24px;
  }
  body#identity form#customer-form {
    max-width: 100%;
  }
}
/* E identity */

/* S contact */
body#contact #main .page-footer {
  padding: 0;
}

body#contact #content-wrapper,
body#contact .contact-form {
  background-color: transparent;
}

body#contact #main .page-content {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background: linear-gradient(to right, transparent 50%, var(--primary_color, #683210) 50%);
}

body#contact #main .page-content > * {
  flex: 1;
  padding: 0;
  margin: 0;
}

body#contact #main .page-content.card-block::after {
  content: none;
}

body#contact #main .page-content .contact-form form .form-group > *,
body#contact #main .page-content .contact-form .form-footer,
#main .page-content .form-footer {
  padding: 0;
}

body#contact #main .page-content .contact-form form .form-group {
  margin-bottom: 2rem;
}

body#contact #main .page-content .contact-form form .form-group label {
  font-size: 18px;
}

body#contact #main .page-content .contact-form {
  padding: 170px 0;
}

body#contact #main .page-content .contact-rich {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 10px 20px;
  align-items: center;
  gap: 40px;
}

body#contact #main .contact-rich__blocks {
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body#contact #main .contact-rich__item i {
  color: #ffffff;
  font-size: 70px;
}

body#contact #main .contact-rich__item div {
  color: #ffffff;
  font-weight: 500;
  font-size: 29.67px;
  margin-top: 10px;
  line-height: normal;
}

body#contact #main .contact-rich__item {
  margin-bottom: 24px;
}

body#contact .contact-rich .block .data,
body#contact .contact-rich .block .data a {
  color: #ffffff;
  font-weight: 400;
  font-size: 20.54px;
  line-height: normal;
}

body#contact .contact-rich .block .data a:hover {
  text-decoration: underline;
  color: var(--quaternary_color, #ffe7a3);
}

body#contact .contact-form__header {
  text-align: center;
  margin-bottom: 40px;
}

body#contact .contact-form__header h1,
body#contact .contact-form__header p {
  color: #000000;
}

body#contact .contact-form__header h1 {
  font-size: 38px;
}

body#contact .contact-rich .icons {
  transform: scale(1.4);
}

body#contact .contact-form {
  border-radius: 4px;
}

body#contact .group-span-filestyle .btn-default {
  background-color: var(--primary_color, #683210);
  border-end-end-radius: 5px;
  border-start-end-radius: 5px;
}

body#contact .contact-rich__title img.logo {
  width: 250px;
}

body#contact .contact-form__header a {
  text-decoration: underline;
  color: var(--primary_color, #683210);
}

body#contact .contact-form__header a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  body#contact #main .page-content {
    flex-direction: column;
    background: unset;
  }

  body#contact #main .page-content .contact-form form .form-group label {
    font-size: 15px;
  }

  body#contact #wrapper {
    background: #ffffff;
  }

  body#contact #main .page-content .contact-rich {
    background-color: var(--primary_color, #683210);
    margin-left: calc(var(--padding_responsive, 20px) * -1);
    margin-right: calc(var(--padding_responsive, 20px) * -1);
  }

  body#contact #main .page-content .contact-form {
    padding: 70px 0;
  }

  body#contact .contact-rich .icons {
    transform: unset;
  }

  body#contact .contact-form__header h1 {
    font-size: 30px;
  }

  body#contact .contact-form__header p,
  body#contact .contact-rich .block .data {
    font-size: 14px;
  }

  body#contact .contact-rich__title img.logo {
    width: 150px;
  }

  body#contact #main .contact-rich__item i {
    font-size: 50px;
  }

  body#contact #main .contact-rich__item div {
    font-size: 20px;
    margin-top: 6px;
  }

  body#contact #main .contact-rich__item {
    margin-bottom: 16px;
  }
  body#contact #main .contact-rich__blocks {
    gap: 26px;
  }
}
/* E contact */

/* S cms */
body#cms #main .page-footer {
  padding: 0;
}

body#cms #content,
body#cms #main .page-content {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  body#cms #content,
  body#cms #main .page-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

body#cms .container-fluid {
  padding: 0;
}

.page-content.page-cms {
  padding: 0;
}

body#cms {
  background-color: transparent;
}

body#cms #content h1 {
  text-align: left;
  font-family: Ubuntu;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 1rem;
}

body#cms #content h2 {
  margin-top: 30px;
  font-family: Ubuntu;
  font-weight: 600;
  font-size: 32px;
}

body#cms #content ul,
body#cms #content p {
  font-family: Ubuntu;
}

body#cms .img-banner {
  height: 551px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

body#cms .img-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5607843137);
  z-index: 1;
}

body#cms .img-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  flex-shrink: 0;
}

body#cms #wrapper {
  padding: 0;
}

body#cms .img-banner__content {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

body#cms .img-banner .caption {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
}

body#cms .img-banner .subcaption {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
}

body#cms #wrapper .breadcrumb {
  position: absolute;
  color: #ffffff;
  bottom: 14px;
  z-index: 2;
  text-transform: uppercase;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  max-width: 1236px;
}

body#cms {
  padding: 0;
}

body#cms #wrapper .breadcrumb li a,
body#cms #wrapper .breadcrumb li:last-child,
body#cms #wrapper .breadcrumb li::after {
  color: #ffffff;
}

body#cms #wrapper .breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  body#cms h1 {
    margin-top: 15px;
    font-size: 36px;
  }
  body#cms h2 {
    font-size: 26px;
  }
  body#cms .img-banner {
    height: 395px;
  }
  body#cms .img-banner .caption {
    font-size: 35px;
    font-weight: 400;
  }
  body#cms .img-banner .subcaption {
    font-size: 16px;
    font-weight: 300;
  }
  body#cms #wrapper .breadcrumb {
    font-size: 14px;
    font-weight: 400;
  }
  body#cms .img-banner__content {
    padding: 0 20px;
  }
  body#cms strong,
  body#cms b,
  body#cms .dark {
    font-weight: 500;
  }
}

body#cms #main #content a {
  color: var(--primary_color, #683210);
}

body#cms #main #content a:hover {
  color: var(--primary_color, #683210);
  text-decoration: underline;
}

@media (max-width: 1290px) {
  body#cms .container-fluid,
  body#cms #wrapper .breadcrumb {
    padding: 0 var(--padding_responsive, 20px);
  }
}

body#cms {
  text-align: start;
}
/* E cms */

/* S cart */
body#cart .cart-summary .checkout .btn.disabled {
  border: 1px solid var(--primary_color, #683210);
}

body#cart .block-promo .promo-name .material-icons {
  transition: var(--transition_default, all 0.4s ease);
}

body#cart .block-promo .promo-name .material-icons:hover {
  transform: rotate(25deg);
}

body#cart .cart-voucher .promo-name {
  padding: 0;
  margin-top: 2rem;
}

body#cart .cart-voucher .promo-name .cart-summary-line,
body#checkout .cart-voucher .promo-name .cart-summary-line {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
}

body#cart .cart-summary-line.cart-total .label {
  font-weight: 500;
  font-size: 20px;
}

body#cart .cart-summary-line.cart-total .value {
  font-weight: 600;
  font-size: 20px;
}

body#cart .block-promo .promo-input + button,
body#checkout .block-promo .promo-input + button {
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 8px;
  border: 1px solid var(--primary_color, #683210);
  margin-top: unset;
  margin-left: unset;
}

body#cart .block-promo .promo-input,
body#checkout .block-promo .promo-input {
  outline: none;
  flex: auto;
  border-radius: 8px;
  border: 0.5px solid #dddddd;
  text-indent: unset;
  margin-right: unset;
  height: 100%;
  padding: 12px 15px;
  font-weight: 400;
}

body#cart .block-promo .promo-code form,
body#checkout .block-promo .promo-code form {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

body#cart .coupon-description {
  font-weight: 400;
  font-size: small;
}

body#cart .coupon-title {
  font-weight: 400;
  font-size: medium;
  margin-bottom: 0.5rem;
  display: block;
}

body#checkout .coupon-title,
body#checkout .coupon-description {
  display: none;
}

body#cart .free-shipping {
  margin-bottom: 20px;
}

body#cart .free-shipping__description {
  font-weight: 400;
  font-size: medium;
}

body#cart .free-shipping__description span {
  color: var(--primary_color, #683210);
}

body#cart .free-shipping__progress {
  width: 100%;
  height: 4px;
  border-radius: 1px;
  background-color: #ffffff;
}

body#cart .free-shipping__progress-bar {
  background-color: var(--primary_color, #683210);
  height: 100%;
}

body#cart .block-promo .promo-code,
body#checkout .block-promo .promo-code {
  padding: 0;
}

body#cart .cart-product__discount {
  padding: 8px;
  position: absolute;
  top: 10px;
  background-color: var(--secondary_color, #cb9274);
  left: 10px;
  color: #ffffff;
  border-radius: 8px;
  font-size: medium;
  font-weight: 500;
  pointer-events: none;
}

body#cart .remove-from-cart {
  background-color: #f0f0f0;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body#cart .cart-product__product-price {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary_color, #683210);
}

body#cart .remove-from-cart:hover {
  transform: rotate(90deg);
  background: #d7d7d7;
}

body#cart .remove-from-cart i {
  font-size: 20px;
}

body#cart .qty {
  overflow: hidden;
  border-radius: 10px;
  padding: 4px 8px;
  background-color: #f0f0f0;
  width: fit-content;
}

body#cart .qty-mobile {
  display: none;
}

body#cart .qty-mobile {
  padding: 2px 4px;
}

body#cart .qty input,
body#cart .qty button {
  background-color: #f0f0f0;
  border: transparent;
  text-align: center;
}

body#cart .cart-product__info {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

body#cart .cart-item .product-list-reviews {
  justify-content: start;
  align-items: center;
}

body#cart .star-content {
  margin: 0;
}

body#cart .cart-product__info__name {
  font-weight: 600;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* nombre max de lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body#cart .cart-product__image {
  overflow: hidden;
  border-radius: 15px;
  min-width: fit-content;
  position: relative;
}

body#cart .cart-product__image img {
  width: 117px;
  height: 117px;
  object-fit: cover;
  object-position: center;
  transition: var(--transition_default, all 0.4s ease);
  background-color: #eeece8;
}

body#cart .cart-product__image:hover img {
  transform: scale(1.2);
}

body#cart .cart-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid #f0f0f0;
  padding: 1rem 0 2rem;
}

body#cart .cart-product {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

body#cart .cart-product-left {
  justify-content: start;
  gap: 16px;
  flex: 1.5;
  line-height: normal;
}

body#cart .cart-product-right {
  align-items: end;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

body#cart .cart-grid-body,
body#checkout .cart-grid-body {
  padding-left: 0;
  padding-right: 30px;
}

body#cart .cart-item .cart-product__info__starts:not(.cart-product__info__starts--mobile) .product-list-reviews .comments-nb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

body#cart .cart-product__info__starts--mobile {
  display: none;
  width: 100%;
  background-color: #ffffff57;
}

@media (max-width: 992px) {
  body#cart .cart-grid-body {
    padding-right: 0;
  }
}

body#cart .card-block-title,
body#cart .container,
body#cart .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body#cart .card-block-title {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

body#cart .cart-grid-body .card {
  width: auto;
}

body#cart .card.cart-summary {
  width: auto;
}

body#cart .card-block-title h1 {
  color: black;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 54px;
}

body#cart .card-block-title h5 {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
}

body#cart .cart-items-titles-frame {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

body#cart .product-line-info {
  margin-bottom: 5px;
}

body#cart .product-line-info .label,
body#cart .product-line-info .value {
  color: #5b5859;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 14px;
}

body#cart .product-line-info .product-name {
  color: black;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
}

body#cart .current-price .regular-price {
  color: #b9b9b9;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 12px;
  text-decoration: line-through;
}

body#cart .product-line-grid-left {
  width: 18%;
}

body#cart .quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -50px;
}

body#cart .col-md-6.col-xs-6.qty .input-group.bootstrap-touchspin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -50px;
}

body#cart .input-group.bootstrap-touchspin .input-group-btn {
  border-radius: 50%;
  background-color: #f5f4f2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 24px;
  border: 1px solid;
}

body#cart .quantity-decrease.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

body#cart .quantity-display {
  margin: 0;
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

body#cart .product-price strong {
  color: var(--primary_color, #683210);
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

body#cart .cart-line-product-actions a img {
  width: 26px;
  height: 26px;
}

body#cart .cart-line-product-actions a {
  padding: 10px;
  margin-top: -10px;
}

body#cart .actions-div {
  text-align: center;
}

body#cart .myDiv {
  display: flex;
  align-items: center;
}

@media (min-width: 2300px) {
  body#cart .myDiv {
    width: 403px;
    width: 125%;
  }
}

body#cart .taxes-description {
  color: #b9b9b9;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: small;
}

body#cart .cart-detailed-actions {
  padding: 0;
}

body#cart .payment-methods {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body#cart .payment-methods p {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: small;
  color: #b9b9b9;
}

body#cart .new-arrivals .product-accessories {
  width: 100%;
  padding: 10px 0px;
}

body#cart .product-accessories .title-1 {
  line-height: 0px;
}

body#cart .cart-line-product-actions > a {
  display: block;
}

@media (max-width: 768px) {
  body#cart .cart-line-product-actions {
    display: flex;
    margin-top: -180px;
    flex-direction: column;
    justify-content: space-between;
  }
  body#cart .cart-line-product-actions .remove-from-cart {
    margin-top: 0px;
  }
  body#cart .cart-item {
    padding: 20px 0;
  }
}

body#cart .product-quantity #quantity_wanted {
  background-color: #f6f6f6;
}

body#cart .cart-grid-right,
body#checkout .cart-grid-right {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 40px;
  position: sticky;
  top: 100px;
}

body#cart a.label:hover {
  color: var(--primary_color, #683210);
  text-decoration: underline;
}

body#cart .payment-methods img {
  max-width: 100%;
}

body#cart #main {
  margin-top: 3rem;
}

body#cart .items-titles {
  color: black;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

body#cart .input-group .input-group-btn > .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  font-size: 18px;
  color: black;
}

body#cart .input-group.bootstrap-touchspin .input-group-btn {
  transition: var(--transition_default, all 0.4s ease);
  cursor: pointer;
}

body#cart .input-group.bootstrap-touchspin .input-group-btn:hover {
  scale: 1.2;
}

body#cart .custom-discount .discount {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: var(--primary_color, #683210);
}

body#cart .cart-grid-body .card-block,
body#cart .cart-grid-body .cart-overview {
  padding: 0;
}

@media (max-width: 768px) {
  body#cart .cart-item {
    gap: 10px;
  }

  body#cart .cart-product__image img {
    width: 95px;
    height: 95px;
    border-radius: 12px;
  }

  body#cart .cart-product__image:hover img {
    transform: unset;
  }

  body#cart .cart-product__image {
    border-radius: unset;
  }

  body#cart .cart-product__info__name {
    font-size: 14px;
  }

  body#cart .cart-product__info__attributes {
    display: none;
  }

  body#cart .cart-product-center {
    display: none;
  }

  body#cart .qty-mobile {
    display: block;
  }

  body#cart .cart-product-left {
    flex: auto;
  }

  body#cart .cart-product__discount {
    padding: 6px;
    top: 5px;
    left: 5px;
    font-size: small;
  }

  body#cart .cart-product__product-price {
    font-size: 13px;
  }

  body#cart .cart-product__info__starts--mobile .comments-nb {
    display: none;
  }

  body#cart .cart-product__info__starts--mobile {
    display: block;
    bottom: 0;
    left: 0;
  }

  body#cart .cart-product__info .cart-product__info__starts {
    display: none;
  }
  body#cart .card-block-title {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  body#cart .cart-grid-right,
  body#checkout .cart-grid-right {
    padding: 16px;
  }

  body#cart .cart-items-titles-frame {
    display: none;
  }

  body#cart .card-block-title h1 {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 24px;
  }

  body#cart .carousel-container .product-accessories {
    padding: 10px 15px;
  }

  body#cart .carousel-container .product-accessories .title-2 {
    font-family: Ubuntu;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  body#cart .carousel-container .product-accessories .title-1 {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 14px;
  }

  body#cart .block-promo .promo-input,
  body#checkout .block-promo .promo-input {
    padding: 10px;
    font-size: small;
  }

  body#cart .block-promo .promo-input + button,
  body#checkout .block-promo .promo-input + button {
    font-size: small;
    padding: 0 1rem;
  }

  body#cart .card-block.checkout .btn-primary,
  body#cart .cart-summary-line.cart-total .label,
  body#cart .cart-summary-line.cart-total .value {
    font-size: small;
  }

  body#cart .cart-voucher .promo-name .cart-summary-line,
  body#checkout .cart-voucher .promo-name .cart-summary-line {
    padding: 8px;
    font-size: small;
  }
}

@media (max-width: 425px) {
  .cart-grid-body {
    padding: 0;
  }
}
/* E cart */

/* S authentication */

/* E authentication */

/* S addresses */
body#addresses .addresses-footer a {
  color: #ffffff;
  border-radius: 4px;
  transition: var(--transition_default, all 0.4s ease);
}

body#addresses .addresses-footer a:hover {
  color: var(--primary_color, #683210);
}

body#addresses .address {
  border-radius: 4px;
}

body#addresses .address .address-body address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  line-height: 1.5rem;
  max-height: 10rem;
}
/* E addresses */

/* S address */
body#address #content {
  background-color: transparent;
}

body#address h1 {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 50.46px;
  color: #000000;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  body#address h1 {
    font-size: 32px;
  }
}
/* E address */

/* S order-detail */
body#order-detail #order-infos a {
  text-decoration: underline;
  transition: var(--transition_default, all 0.4s ease);
}

body#order-detail #order-infos a:hover {
  color: var(--primary_color, #683210);
}

body#order-detail .page-order-detail .box {
  border-radius: 4px;
}
/* E order-detail */

/* S history */
body#history .order-actions .view-order-details-link,
body#history .order-actions .reorder-link {
  text-decoration: underline;
  transition: var(--transition_default, all 0.4s ease);
}

body#history .order-actions .view-order-details-link:hover,
body#history .order-actions .reorder-link:hover {
  color: var(--primary_color, #683210);
}

body#history h1 {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 50.46px;
  color: #000000;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  body#history h1 {
    font-size: 32px;
  }
}
/* E history */

/* S manufacturer */
body#manufacturer #content-wrapper {
  margin-bottom: 40px;
}

body#manufacturer #main ul .brand-img {
  width: unset;
  background: var(--primary_color, #683210);
  border-radius: 16px;
}

body#manufacturer #main ul .brand {
  border-radius: 16px;
}

body#manufacturer li.brand:hover .brand-title {
  color: var(--primary_color, #683210);
}

body#manufacturer .page-not-found .header__search-form__form {
  width: auto;
  border-top: none;
}

body#manufacturer #main {
  margin-top: 1rem;
}

body#manufacturer .h4 {
  color: #7a7a7a;
}

body#manufacturer h1,
body#manufacturer .h2,
body#manufacturer h1.h2 {
  margin: 2rem 0;
  text-transform: none;
}

body#manufacturer .brand-title {
  margin-top: 1rem;
  transition: var(--transition_default, all 0.4s ease);
}

body#manufacturer #main ul {
  justify-content: center;
}
/* E manufacturer */

/* S category */
.products-sort-order .select-list:hover {
  background-color: #dddddd;
  color: #000;
}

/* E category */

/* S checkout */

body#checkout #payment-confirmation {
  margin: 1rem 0;
}

body#checkout .we-accept {
  text-align: center;
}

body#checkout .we-accept p {
  font-size: small;
}

body#checkout .we-accept img {
  max-width: 300px;
}

body#checkout .custom-checkbox span {
  border-radius: 4.81px;
}

body#checkout #checkout-personal-information-step .my-2 {
  margin-top: 0 !important;
}

body#checkout #footer {
  background-color: var(--primary_color, #683210);
  color: #ffffff;
  padding-top: 0;
}

@media (max-width: 1290px) {
  body#checkout footer#footer,
  body#checkout .copyright__container {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

body#checkout .nav-item .nav-link.active {
  color: var(--primary_color, #683210);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body#checkout section.checkout-step .content {
  padding: 2rem 2.313rem;
}

body#checkout .form_continue {
  text-align: end;
}

body#checkout #checkout-personal-information-step .connected a {
  color: var(--primary_color, #683210);
  text-decoration: underline;
}

body#checkout #checkout-personal-information-step .connected a:hover {
  text-decoration: none;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
  margin-left: 0;
}

body#checkout section.checkout-step h1.step-title,
body#checkout section.checkout-step .h1.step-title {
  padding: 30px 40px !important;
  transition: var(--transition_default, all 0.4s ease);
  border: 1px solid #dddddd;
  position: relative;
  font-size: 1.4rem;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 500;
  font-size: x-large;
  border-radius: 20px;
  background-color: #f8f8f8;
}

body#checkout section.checkout-step.-current .title-arrow {
  border-color: #ffffff;
}
body#checkout section.checkout-step.-current .step-title {
  background-color: var(--primary_color, #683210);
  color: #ffffff;
}

body#checkout #cart-summary-product-list .cart_summary_product_line__image {
  border-radius: 4px;
  overflow: hidden;
  width: 64px;
  height: 64px;
  display: block;
}

body#checkout #cart-summary-product-list .cart_summary_product_line__image img {
  transition: var(--transition_default, all 0.4s ease);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body#checkout #cart-summary-product-list .cart_summary_product_line__image:hover img {
  transform: scale(1.2);
}

body#checkout #cart-summary-product-list .media-list .media .product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

body#checkout #cart-summary-product-list .media-list .media .product-name a:hover {
  text-decoration: underline;
}

body#checkout .cart-voucher .promo-name {
  margin: 1rem 0;
  padding: 0;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
  font-weight: 300;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line.cart-total .label,
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line.cart-total .value {
  font-weight: 600;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:last-child {
  margin-top: 2rem;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  border-top: none;
  border-bottom: none;
}

body#checkout section.checkout-step {
  padding: 0 0 10px;
}

body#checkout section.checkout-step .address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  line-height: 1.5rem;
  max-height: 7.5rem;
}

body#checkout .header__nav__list__item:hover a,
body#checkout .header__nav__list__item--active a {
  color: var(--senary_color, #da916a);
}

body#checkout #wrapper {
  margin-top: 3rem;
}

body#checkout a:hover {
  color: inherit;
}

body#checkout #cta-terms-and-conditions-0 {
  text-decoration: underline;
  transition: var(--transition_default, all 0.4s ease);
}

body#checkout #cta-terms-and-conditions-0:hover {
  color: var(--primary_color, #683210);
}

body#checkout section.checkout-step .forgot-password {
  margin-left: auto !important;
  text-align: right !important;
  margin-bottom: 1rem;
}

body#checkout section.checkout-step .forgot-password a {
  transition: var(--transition_default, all 0.4s ease);
}

body#checkout section.checkout-step .forgot-password a:hover {
  text-decoration: underline;
  color: var(--primary_color, #683210);
}

body#checkout .cart-summary-totals {
  padding: 1.25rem 1.25rem 0.5rem;
}

body#checkout .product-price {
  color: var(--primary_color, #683210);
  font-weight: 500;
}

body#checkout .title-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-75%) rotate(225deg);
  content: "";
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  width: 10px;
  height: 10px;
  transition: transform 0.5s;
}

body#checkout .title-arrow-invers {
  transform: translateY(-25%) rotate(45deg) !important;
}

body#checkout body#checkout-personal-information-step a {
  transition: var(--transition_default, all 0.4s ease);
  color: var(--primary_color, #683210);
}

body#checkout body#checkout-personal-information-step a:hover {
  text-decoration: underline;
}

body#checkout h1.step-title__active {
  border-color: #ddd;
  background-color: #f5f4f2;
}

body#checkout .block-promo .promo-code form {
  display: flex;
}

body#checkout .block-promo .promo-input {
  width: 100%;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
  padding: 0 !important;
}

@media (max-width: 768px) {
  body#checkout section.checkout-step h1.step-title,
  body#checkout section.checkout-step .h1.step-title {
    font-size: large;
  }

  body#checkout .row {
    padding-right: 0;
  }

  body#checkout .cart-grid-body {
    padding: 0;
  }

  body#checkout .my-2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* E checkout */

/* S Mix (category, prices-drop, manufacturer, search, cart */

.product-quantity .input-group-btn-vertical .btn i {
  font-size: 18px;
}

.product-variants-select select {
  background: #f6f6f6 url("../icon/select.svg") no-repeat right 20px center/20px 20px;
}

form .product-quantity #quantity_wanted,
form .product-variants-select select {
  padding: 4px 30px !important;
  height: 3rem !important;
  box-sizing: border-box !important;
  color: #000000;
}

.product-variants-select select:focus {
  outline: initial;
}

form .product-quantity .qty .input-group {
  width: 100%;
}

form .product-quantity .qty,
form .product-variants-select select,
form .product-quantity .qty:focus,
form .product-variants-select select:focus {
  margin: 0;
  border: #dddddd 0.6px solid;
  border-radius: 15px;
  position: relative;
  background-color: #f0f0f0;
  width: 100%;
}

.product-quantity .input-group-btn-vertical {
  height: 70%;
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.product-quantity #quantity_wanted {
  width: 100%;
  border: none;
  z-index: 0;
}

.product-quantity .input-group-btn-vertical .btn {
  border: none;
  background-color: transparent;
}

.product-selects {
  display: flex;
  gap: 10px;
}

.product-selects > div {
  flex: 1;
}

body #main .page-header {
  text-align: center;
  margin: 4rem 0;
}

body #main .page-header h1 {
  font-weight: 500;
  font-size: 50px;
  color: #000000;
  text-transform: capitalize;
}

body #main .page-header p {
  font-weight: 400;
  font-size: 21px;
}

body #main .page-header img.logo {
  filter: invert(1);
  width: 200px;
}

@media (max-width: 768px) {
  body #main .page-header img.logo {
    width: 130px;
  }

  body #main .page-header h1 {
    font-size: 30px;
  }
  body #main .page-header p {
    font-size: 16px;
  }
}

body:not(#index) form .form-control-label,
body:not(#index) form .js-input-column {
  padding: 0;
}

body:not(#index):not(#pagenotfound) .container-fluid {
  max-width: 1236px;
  margin: auto;
  padding: 0;
}

@media (max-width: 1290px) {
  body:not(#index):not(#pagenotfound) .container-fluid,
  body #wrapper .breadcrumb {
    padding: 0 var(--padding_responsive, 20px);
  }
}

body:not(#index) .section__container {
  padding: 0 !important;
}

body:not(#index) .instagram::before,
body:not(#index) .instagram::after {
  display: none;
}

body:not(#index) .instagram {
  background: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.img-banner h1 {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 54px;
  color: #fff;
}

.img-banner {
  height: 551px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.img-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.img-banner img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;*/
  object-position: center;
  z-index: 0;
  flex-shrink: 0;
}

.img-banner__content {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.img-banner .caption {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
}

.img-banner .subcaption {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
}

#wrapper .breadcrumb {
  position: absolute;
  color: #ffffff;
  bottom: 14px;
  z-index: 2;
  text-transform: uppercase;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  max-width: 1187px;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li:last-child,
#wrapper .breadcrumb li::after {
  color: #ffffff;
}

#wrapper .breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .img-banner h1 {
    font-weight: 400;
    font-size: 32px;
  }

  .img-banner {
    height: 395px;
  }

  .img-banner .caption {
    font-size: 35px;
    font-weight: 400;
  }

  .img-banner .subcaption {
    font-size: 16px;
    font-weight: 300;
  }

  .img-banner__content {
    padding: 0 20px;
  }

  #wrapper .breadcrumb {
    font-size: 14px;
    font-weight: 400;
  }

  #wrapper .breadcrumb {
    font-size: 14px;
    font-weight: 400;
  }
}

/* E Mix (category, prices-drop, manufacturer, search, cart */

/* S Authentication, Registration, Password */
body#authentication .main-container,
body#registration .main-container,
body#password .main-container {
  min-height: 720px;
  display: flex;
  gap: 40px;
}

body#authentication .main-container .image-container,
body#registration .main-container .image-container,
body#password .main-container .image-container {
  flex: 1;
  overflow: hidden;
}

body#authentication .main-container .form-container form,
body#registration .main-container .form-container form,
body#password .main-container .form-container form {
  width: 100%;
}

body#authentication .main-container .image-container img,
body#registration .main-container .image-container img,
body#password .main-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

body#authentication .main-container .form-container,
body#registration .main-container .form-container,
body#password .main-container .form-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}

body#authentication #content,
body#registration #content,
body#password #content {
  max-width: none;
  margin: 0;
  padding: 0;
}

body#authentication #main .page-footer,
body#registration #main .page-footer,
body#password #main .page-footer {
  margin: 0;
  padding: 0;
}

body#authentication #content .forgot-password,
body#registration #content .forgot-password,
body#password #content .forgot-password {
  text-align: right;
  margin-top: 0.2rem;
  padding-bottom: 1.3rem;
}

body#authentication .form-container__header,
body#registration .form-container__header,
body#password .form-container__header {
  text-align: center;
}

body#authentication .form-container__header h1,
body#registration .form-container__header h1,
body#password .form-container__header h1 {
  font-weight: 400;
  font-size: 38px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 1rem;
}

body#authentication .form-container__header p,
body#registration .form-container__header p,
body#password .form-container__header p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.img-banner__content {
  display:none;
}

body#authentication .form-container__header img.logo,
body#registration .form-container__header img.logo,
body#password .form-container__header img.logo {
   width: 350px;
}

body#authentication .form-container a,
body#registration .form-container a,
body#password .form-container a:not(.cancel) {
  text-decoration: underline;
  color: var(--primary_color, #683210);
}

body#authentication .form-container a:hover,
body#registration .form-container a:hover,
body#password .form-container a:not(.cancel):hover {
  text-decoration: none;
}

body#authentication.page-customer-account #content .no-account,
body#registration.page-customer-account #content .already-have-account,
body#password.page-customer-account #content .support-link {
  font-size: 1rem;
  color: #000000;
}

@media (max-width: 768px) {
  body#authentication .main-container,
  body#registration .main-container,
  body#password .main-container {
    flex-direction: column;
  }

  body#authentication .main-container .form-container,
  body#registration .main-container .form-container,
  body#password .main-container .form-container {
    order: 2;
    padding: 0;
  }

  body#authentication .main-container .image-container,
  body#registration .main-container .image-container,
  body#password .main-container .image-container {
    margin-left: calc(var(--padding_responsive, 20px) * -1);
    margin-right: calc(var(--padding_responsive, 20px) * -1);
  }

  /* JOHN TEST
  body#authentication .main-container .image-container img,
  body#registration .main-container .image-container img,
  body#password .main-container .image-container img {
    height: 400px;
  }*/

  .header__container {
        padding: 0px !important;
  }

  body#authentication .form-container__header img.logo,
  body#registration .form-container__header img.logo,
  body#password .form-container__header img.logo {
    width: 120px;
  }

  body#authentication .form-container__header h1,
  body#registration .form-container__header h1,
  body#password .form-container__header h1 {
    font-size: 30px;
    margin-bottom: 0.6rem;
  }

  body#authentication .form-container__header p,
  body#registration .form-container__header p,
  body#password .form-container__header p {
    font-size: 14px;
    margin-bottom: 0.6rem;
  }
}

@media (max-width: 320px) {
  body#authentication .main-container .image-container img,
  body#registration .main-container .image-container img,
  body#password .main-container .image-container img {
    height: 200px;
  }
}

/* E Authentication, Registration, Password */

/* S Extra */
#notifications .alert {
  margin-bottom: 1rem;
}

.dropdown-menu {
  z-index: 3;
}

.product-miniature .product-flags li.product-flag {
  background-color: var(--secondary_color);
  border-radius: 10px;
  margin-left: 10px;
}

#product-modal .modal-content .modal-body .product-images img {
  border: transparent 3px solid;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border-color: var(--primary_color, #683210);
}

form .form-control-label {
  font-size: 15px;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
  background-color: var(--quaternary_color, #ffe7aa);
}

.btn.disabled,
.btn.disabled:hover {
  color: var(--primary_color, #683210);
}
/* E Extra */

/* S Pagination */
nav.pagination ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.pagination .page-list {
  background-color: transparent;
}

.pagination .page-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.pagination .page-list a.disabled {
  cursor: not-allowed;
}

.pagination a.previous,
.pagination a.next {
  font-size: 18px;
  font-weight: 600;

  &:active {
    text-decoration: none;
  }
}

.pagination a:not(.previous):not(.next) {
  height: 64px;
  width: 64px;
  background-color: #f5f4f2;
  color: #000;
  border-radius: 10px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s background-color, 0.3s color;
}

.pagination .curr a:not(.previous):not(.next),
.pagination a:not(.previous):not(.next):hover {
  background-color: var(--primary_color, #683210);
  color: #fff;
}

/* E Pagination */

/* S Wishlist */

body#view .products-sort-order .dropdown-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: var(--transition_default, all 0.4s ease);
  left: unset;
  right: 100%;
  top: 120%;
  overflow: hidden;
}

body#view .sort-by-row span.sort-by:hover + .dropdown .dropdown-menu,
body#view .products-sort-order .dropdown-menu:hover {
  max-height: 1000px;
  opacity: 1;
}

body#view .sort-by-row {
  background-color: #f0f0f0;
  border-radius: 16px;
  min-width: unset;
  margin: unset;
  width: 100%;
  padding: 10px;
}

body#view .sort-by-row span.sort-by {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
  padding: 10px;
  cursor: pointer;
  transition: var(--transition_default, all 0.4s ease);
}

body#view .sort-by-row span.sort-by:hover {
  color: var(--senary_color, #da916a);
}

body#view .sort-by-row span.sort-by:hover::before {
  filter: unset;
}

body#view .sort-by-row span.sort-by::before {
  content: url("../icon/sort.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: -5px;
  filter: brightness(0);
}

body#view .products-sort-order .select-title {
  display: none;
}

body#view .wishlist-products-container .sort-by-row .products-sort-order {
  width: 0;
  height: -webkit-fill-available;
}

body#view .wishlist-products-list {
  justify-content: space-between;
}

.wishlist-container-header a.wishlist-add-to-new {
  width: auto;
  margin-left: auto;
  background-color: var(--primary_color, #683210);
  color: #ffffff !important;
  padding: 12px;
  border-radius: 8px;
  transition: var(--transition_default, all 0.4s ease);
  border: 1px solid var(--primary_color, #683210);
}

.wishlist-container-header a.wishlist-add-to-new:hover {
  opacity: 1;
  background-color: transparent;
  color: var(--primary_color, #683210) !important;
}

.wishlist-list-container .wishlist-list .wishlist-list-item {
  border: 1px solid #ebebeb;
  transition: var(--transition_default, all 0.4s ease);
}

.wishlist-list-container .wishlist-list .wishlist-list-item:hover {
  border: 1px solid var(--primary_color, #683210);
  background-color: #ebebeb;
}

.wishlist-list-item:hover .wishlist-list-item-title {
  color: var(--primary_color, #683210) !important;
}

#main .wishlist-products-container .card.page-content {
  overflow: hidden;
}

.wishlist-product .wishlist-product-addtocart {
  transition: var(--transition_default, all 0.4s ease);
}

.wishlist-add-to .modal-content .wishlist-add-to-new i {
  color: #ffffff;
}

.wishlist-add-to .modal-content .wishlist-add-to-new:hover {
  color: var(--primary_color, #683210) !important;
  text-decoration: none;
}

.wishlist-add-to .modal-content .wishlist-add-to-new:hover i {
  color: var(--primary_color, #683210);
}

.wishlist-add-to .wishlist-list .wishlist-list-item:hover {
  background-color: #e7e7e7 !important;
}

body#view .wishlist-product-image {
  background-color: #eeece8;
  border-radius: 10px;
}

body#view .wishlist-product-title {
  font-weight: bolder;
}

@media (max-width: 767px) {
  body#view .sort-by-row span.sort-by {
    display: flex !important;
  }

  body#view .products-sort-order .dropdown-menu {
    right: 0;
  }

  body#view .wishlist-products-container .sort-by-row .products-sort-order {
    position: static;
  }

  body#view .wishlist-products-container-header .products-sort-order {
    flex: 0;
  }

  body#view .sort-by-row {
    position: relative;
  }
}
/* E Wishlist */

/* S Amine Category Slider */
body#manufacturer #js-product-list-top > div:last-child,
body#prices-drop #js-product-list-top > div:last-child,
body#new-products #js-product-list-top > div:last-child,
body#search #js-product-list-top > div:last-child,
body#category #js-product-list-top > div:last-child {
  margin-left: auto;
}

body#manufacturer #js-product-list-top p,
body#prices-drop #js-product-list-top p,
body#new-products #js-product-list-top p,
body#search #js-product-list-top p,
body#category #js-product-list-top p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}

body#manufacturer .products-selection .total-products,
body#prices-drop .products-selection .total-products,
body#new-products .products-selection .total-products,
body#search .products-selection .total-products,
body#category .products-selection .total-products {
  padding-top: 0;
}

body#manufacturer #search_filter_controls button,
body#prices-drop #search_filter_controls button,
body#new-products #search_filter_controls button,
body#search #search_filter_controls button,
body#category #search_filter_controls button {
  border-radius: 12px;
  margin: 0 !important;
}

body#manufacturer .products-sort-order .btn-order-products,
body#prices-drop .products-sort-order .btn-order-products,
body#new-products .products-sort-order .btn-order-products,
body#search .products-sort-order .btn-order-products,
body#category .products-sort-order .btn-order-products,
body#manufacturer #search_filter_mobile,
body#prices-drop #search_filter_mobile,
body#new-products #search_filter_mobile,
body#search #search_filter_mobile,
body#category #search_filter_mobile {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
  color: #000000;
}

body#manufacturer .products-selection div.hidden-md-up,
body#prices-drop .products-selection div.hidden-md-up,
body#new-products .products-selection div.hidden-md-up,
body#search .products-selection div.hidden-md-up,
body#category .products-selection div.hidden-md-up {
  display: flex;
  align-items: center;
}

body#manufacturer .products-sort-order .btn-order-products:focus,
body#prices-drop .products-sort-order .btn-order-products:focus,
body#new-products .products-sort-order .btn-order-products:focus,
body#search .products-sort-order .btn-order-products:focus,
body#category .products-sort-order .btn-order-products:focus {
  outline: none;
}

body#manufacturer #search_filters .facet .facet-label .custom-checkbox,
body#prices-drop #search_filters .facet .facet-label .custom-checkbox,
body#new-products #search_filters .facet .facet-label .custom-checkbox,
body#search #search_filters .facet .facet-label .custom-checkbox,
body#category #search_filters .facet .facet-label .custom-checkbox {
  position: static;
  margin: 0;
}

body#manufacturer #search_filters .facet .facet-label,
body#prices-drop #search_filters .facet .facet-label,
body#new-products #search_filters .facet .facet-label,
body#search #search_filters .facet .facet-label,
body#category #search_filters .facet .facet-label {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

body#category .size-facet .size-circle:hover .size-label,
body#category .size-facet .facet-label.active .size-circle .size-label,
body#prices-drop .size-facet .size-circle:hover .size-label,
body#new-products .size-facet .size-circle:hover .size-label,
body#prices-drop .size-facet .facet-label.active .size-circle .size-label,
body#new-products .size-facet .facet-label.active .size-circle .size-label,
body#manufacturer .size-facet .size-circle:hover .size-label,
body#manufacturer .size-facet .facet-label.active .size-circle .size-label,
body#search .size-facet .size-circle:hover .size-label,
body#search .size-facet .facet-label.active .size-circle .size-label {
  background-color: var(--primary_color, #683210);
  color: #ffffff;
}

body#search #products .products,
body#prices-drop #products .products,
body#new-products #products .products,
body#manufacturer #products .products,
body#category #products .products {
  gap: 10px 78px;
}

body#category .products .product,
body#prices-drop .products .product,
body#new-products .products .product,
body#manufacturer .products .product,
body#search .products .product {
  padding: 0;
}

body#category #search_filters .facet .color-facet .facet-label::before,
body#prices-drop #search_filters .facet .color-facet .facet-label::before,
body#new-products #search_filters .facet .color-facet .facet-label::before,
body#manufacturer #search_filters .facet .color-facet .facet-label::before,
body#search #search_filters .facet .color-facet .facet-label::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--primary_color, #683210);
  position: absolute;
  transition: var(--transition_default, all 0.4s ease);
  border-radius: 50%;
  scale: 0;
  opacity: 0;
}

body#category #search_filters .facet .color-facet .facet-label:hover::before,
body#category #search_filters .facet .color-facet .facet-label.active::before,
body#prices-drop #search_filters .facet .color-facet .facet-label:hover::before,
body#new-products #search_filters .facet .color-facet .facet-label:hover::before,
body#prices-drop #search_filters .facet .color-facet .facet-label.active::before,
body#new-products #search_filters .facet .color-facet .facet-label.active::before,
body#manufacturer #search_filters .facet .color-facet .facet-label:hover::before,
body#manufacturer #search_filters .facet .color-facet .facet-label.active::before,
body#search #search_filters .facet .color-facet .facet-label:hover::before,
body#search #search_filters .facet .color-facet .facet-label.active::before {
  scale: 1.3;
  opacity: 1;
}

body#category .custom-checkbox input[type="checkbox"] + span,
body#prices-drop .custom-checkbox input[type="checkbox"] + span,
body#new-products .custom-checkbox input[type="checkbox"] + span,
body#manufacturer .custom-checkbox input[type="checkbox"] + span,
body#search .custom-checkbox input[type="checkbox"] + span {
  margin: 0;
}

body#manufacturer .size-facet .size-circle,
body#prices-drop .size-facet .size-circle,
body#new-products .size-facet .size-circle,
body#search .size-facet .size-circle,
body#category .size-facet .size-circle {
  display: inline-block;
  margin: 5px;
  position: relative;
}

body#manufacturer .size-facet .size-circle input,
body#prices-drop .size-facet .size-circle input,
body#new-products .size-facet .size-circle input,
body#search .size-facet .size-circle input,
body#category .size-facet .size-circle input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

body#manufacturer .size-facet .size-circle .size-label,
body#prices-drop .size-facet .size-circle .size-label,
body#new-products .size-facet .size-circle .size-label,
body#search .size-facet .size-circle .size-label,
body#category .size-facet .size-circle .size-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 9px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  transition: all 0.3s ease;
}

body#manufacturer .size-facet .size-circle input:checked + .size-label,
body#prices-drop .size-facet .size-circle input:checked + .size-label,
body#new-products .size-facet .size-circle input:checked + .size-label,
body#search .size-facet .size-circle input:checked + .size-label,
body#category .size-facet .size-circle input:checked + .size-label {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

body#manufacturer .size-facet .size-circle .size-label:hover,
body#prices-drop .size-facet .size-circle .size-label:hover,
body#new-products .size-facet .size-circle .size-label:hover,
body#search .size-facet .size-circle .size-label:hover,
body#category .size-facet .size-circle .size-label:hover {
  background-color: #e0e0e0;
  border-color: #000000;
}

body#manufacturer .faceted-slider .ui-slider .ui-widget-header,
body#prices-drop .faceted-slider .ui-slider .ui-widget-header,
body#new-products .faceted-slider .ui-slider .ui-widget-header,
body#search .faceted-slider .ui-slider .ui-widget-header,
body#category .faceted-slider .ui-slider .ui-widget-header {
  background-color: var(--primary_color, #683210);
}

body#category #left-column #search_filters_wrapper {
  margin-left: 0;
  margin-right: 0;
}

body#search .active_filters,
body#prices-drop .active_filters,
body#new-products .active_filters,
body#manufacturer .active_filters,
body#category .active_filters {
  padding: 12px 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px 20px;
}

body#search .active_filters .active-filter-title,
body#prices-drop .active_filters .active-filter-title,
body#new-products .active_filters .active-filter-title,
body#manufacturer .active_filters .active-filter-title,
body#category .active_filters .active-filter-title {
  margin: 0;
}

body#search .active_filters .filter-block,
body#prices-drop .active_filters .filter-block,
body#new-products .active_filters .filter-block,
body#manufacturer .active_filters .filter-block,
body#category .active_filters .filter-block {
  margin: 0;
  border-radius: 8px;
  padding: 0.5rem;
}

body#search .active_filters .active_filters_title,
body#prices-drop .active_filters .active_filters_title,
body#new-products .active_filters .active_filters_title,
body#manufacturer .active_filters .active_filters_title,
body#category .active_filters .active_filters_title {
  margin-left: auto;
  white-space: nowrap;
}

body#search .active_filters .active_filters_title a:hover,
body#prices-drop .active_filters .active_filters_title a:hover,
body#new-products .active_filters .active_filters_title a:hover,
body#manufacturer .active_filters .active_filters_title a:hover,
body#category .active_filters .active_filters_title a:hover {
  text-decoration: underline;
}

body#search .active_filters .active_filters__list,
body#prices-drop .active_filters .active_filters__list,
body#new-products .active_filters .active_filters__list,
body#manufacturer .active_filters .active_filters__list,
body#category .active_filters  .active_filters__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body#search #products .products,
  body#prices-drop #products .products,
  body#new-products #products .products,
  body#manufacturer #products .products,
  body#category #products .products {
    gap: 10px;
  }

  body#category #left-column,
  body#prices-drop #left-column,
  body#new-products #left-column,
  body#search #left-column,
  body#manufacturer #left-column {
    padding: 0;
  }

  body#category #left-column #search_filters .facet .title,
  body#prices-drop #left-column #search_filters .facet .title,
  body#new-products #left-column #search_filters .facet .title,
  body#search #left-column #search_filters .facet .title,
  body#manufacturer #left-column #search_filters .facet .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  body#manufacturer #js-product-list-top,
  body#prices-drop #js-product-list-top,
  body#new-products #js-product-list-top,
  body#search #js-product-list-top,
  body#category #js-product-list-top {
    display: flex;
    gap: 10px;
    background-color: #f0f0f0;
    padding: 16px;
    border-radius: 16px;
  }

  body#manufacturer #left-column #search_filters .facet[data-type="attribute_group"] ul li,
  body#prices-drop #left-column #search_filters .facet[data-type="attribute_group"] ul li,
  body#new-products #left-column #search_filters .facet[data-type="attribute_group"] ul li,
  body#search #left-column #search_filters .facet[data-type="attribute_group"] ul li,
  body#category #left-column #search_filters .facet[data-type="attribute_group"] ul li {
    display: inline-block;
    margin-right: 1rem;
  }

  body#manufacturer #left-column #search_filters .facet ul li,
  body#prices-drop #left-column #search_filters .facet ul li,
  body#new-products #left-column #search_filters .facet ul li,
  body#search #left-column #search_filters .facet ul li,
  body#category #left-column #search_filters .facet ul li {
    padding: 0.8rem 0;
    border-top: 1px solid #f6f6f6;
  }

  body#manufacturer .sort_button_and_clear_filters #js-active-search-filters,
  body#prices-drop .sort_button_and_clear_filters #js-active-search-filters,
  body#new-products .sort_button_and_clear_filters #js-active-search-filters,
  body#search .sort_button_and_clear_filters #js-active-search-filters,
  body#category .sort_button_and_clear_filters #js-active-search-filters {
    display: none;
  }

  body#category #left-column #search_filter_controls,
  body#prices-drop #left-column #search_filter_controls,
  body#new-products #left-column #search_filter_controls,
  body#search #left-column #search_filter_controls,
  body#manufacturer #left-column #search_filter_controls {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  body#category #left-column #search_filters .facet .collapse.in,
  body#prices-drop #left-column #search_filters .facet .collapse.in,
  body#new-products #left-column #search_filters .facet .collapse.in,
  body#search #left-column #search_filters .facet .collapse.in,
  body#manufacturer #left-column #search_filters .facet .collapse.in {
    display: block;
  }

  body#category #left-column #search_filters .facet .collapse,
  body#prices-drop #left-column #search_filters .facet .collapse,
  body#new-products #left-column #search_filters .facet .collapse,
  body#search #left-column #search_filters .facet .collapse,
  body#manufacturer #left-column #search_filters .facet .collapse {
    display: none;
  }

  body#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
  body#prices-drop #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
  body#new-products #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
  body#search #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
  body#manufacturer #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
  body#category #left-column #search_filters .facet .title .collapse-icons .remove,
  body#prices-drop #left-column #search_filters .facet .title .collapse-icons .remove,
  body#new-products #left-column #search_filters .facet .title .collapse-icons .remove,
  body#search #left-column #search_filters .facet .title .collapse-icons .remove,
  body#manufacturer #left-column #search_filters .facet .title .collapse-icons .remove {
    display: none;
  }

  body#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove,
  body#prices-drop #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove,
  body#new-products #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove,
  body#search #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove,
  body#manufacturer #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove/* ,
  body#category #left-column #search_filters .facet .title .collapse-icons .remove,
  body#prices-drop #left-column #search_filters .facet .title .collapse-icons .remove,
  body#new-products #left-column #search_filters .facet .title .collapse-icons .remove,
  body#search #left-column #search_filters .facet .title .collapse-icons .remove,
  body#manufacturer #left-column #search_filters .facet .title .collapse-icons .remove  */ {
    display: block;
  }

  body#category #left-column #search_filters .facet .h6,
  body#prices-drop #left-column #search_filters .facet .h6,
  body#new-products #left-column #search_filters .facet .h6,
  body#search #left-column #search_filters .facet .h6,
  body#manufacturer #left-column #search_filters .facet .h6 {
    display: inline-block;
    padding: 1.25rem 0;
    margin-bottom: 0;
  }

  body#category #left-column #search_filters .facet .navbar-toggler,
  body#prices-drop #left-column #search_filters .facet .navbar-toggler,
  body#new-products #left-column #search_filters .facet .navbar-toggler,
  body#search #left-column #search_filters .facet .navbar-toggler,
  body#manufacturer #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    height: inherit;
    padding: 0;
    width: unset;
  }

  body#category #left-column #search_filters,
  body#prices-drop #left-column #search_filters,
  body#new-products #left-column #search_filters,
  body#search #left-column #search_filters,
  body#manufacturer #left-column #search_filters {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  body#manufacturer .sort_button_and_clear_filters > a,
  body#prices-drop .sort_button_and_clear_filters > a,
  body#new-products .sort_button_and_clear_filters > a,
  body#search .sort_button_and_clear_filters > a,
  body#category .sort_button_and_clear_filters > a {
    text-decoration: none;
  }

  body#manufacturer .sort_button_and_clear_filters #js-active-search-filters a:hover,
  body#prices-drop .sort_button_and_clear_filters #js-active-search-filters a:hover,
  body#new-products .sort_button_and_clear_filters #js-active-search-filters a:hover,
  body#search .sort_button_and_clear_filters #js-active-search-filters a:hover,
  body#category .sort_button_and_clear_filters #js-active-search-filters a:hover {
    text-decoration: underline;
  }

  body#manufacturer .products-sort-order .btn-order-products,
  body#prices-drop .products-sort-order .btn-order-products,
  body#new-products .products-sort-order .btn-order-products,
  body#search .products-sort-order .btn-order-products,
  body#category .products-sort-order .btn-order-products {
    padding: 10px;
  }

  body#manufacturer #js-product-list-top,
  body#prices-drop #js-product-list-top,
  body#new-products #js-product-list-top,
  body#search #js-product-list-top,
  body#category #js-product-list-top {
    margin: 0;
  }

  body#manufacturer #left-column,
  body#prices-drop #left-column,
  body#new-products #left-column,
  body#search #left-column,
  body#category #left-column {
    margin-bottom: 20px;
  }

  body#manufacturer #products .products-selection,
  body#prices-drop #products .products-selection,
  body#new-products #products .products-selection,
  body#search #products .products-selection,
  body#category #products .products-selection {
    display: none;
  }

  body#manufacturer #search_filters_wrapper .products-sort-order .dropdown-menu,
  body#prices-drop #search_filters_wrapper .products-sort-order .dropdown-menu,
  body#new-products #search_filters_wrapper .products-sort-order .dropdown-menu,
  body#search #search_filters_wrapper .products-sort-order .dropdown-menu,
  body#category #search_filters_wrapper .products-sort-order .dropdown-menu {
    padding: 0;
    right: 0;
    left: unset;
    top: 120%;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    max-height: 0;
    transition: var(--transition_default, all 0.4s ease);
    display: block !important;
    overflow: hidden;
  }

  body#manufacturer #search_filters_wrapper .dropdown.products-sort-order.open .dropdown-menu,
  body#manufacturer #search_filters_wrapper .dropdown.products-sort-order .dropdown-menu:hover,
  body#manufacturer #search_filters_wrapper .dropdown.products-sort-order .btn-order-products:hover + .dropdown-menu,
  body#prices-drop #search_filters_wrapper .dropdown.products-sort-order.open .dropdown-menu,
  body#new-products #search_filters_wrapper .dropdown.products-sort-order.open .dropdown-menu,
  body#prices-drop #search_filters_wrapper .dropdown.products-sort-order .dropdown-menu:hover,
  body#new-products #search_filters_wrapper .dropdown.products-sort-order .dropdown-menu:hover,
  body#prices-drop #search_filters_wrapper .dropdown.products-sort-order .btn-order-products:hover + .dropdown-menu,
  body#new-products #search_filters_wrapper .dropdown.products-sort-order .btn-order-products:hover + .dropdown-menu,
  body#search #search_filters_wrapper .dropdown.products-sort-order.open .dropdown-menu,
  body#search #search_filters_wrapper .dropdown.products-sort-order .dropdown-menu:hover,
  body#search #search_filters_wrapper .dropdown.products-sort-order .btn-order-products:hover + .dropdown-menu,
  body#category #search_filters_wrapper .dropdown.products-sort-order.open .dropdown-menu,
  body#category #search_filters_wrapper .dropdown.products-sort-order .dropdown-menu:hover,
  body#category #search_filters_wrapper .dropdown.products-sort-order .btn-order-products:hover + .dropdown-menu {
    opacity: 1;
    max-height: 1000px;
  }

  body#manufacturer .products-sort-order .select-list:hover,
  body#prices-drop .products-sort-order .select-list:hover,
  body#new-products .products-sort-order .select-list:hover,
  body#search .products-sort-order .select-list:hover,
  body#category .products-sort-order .select-list:hover {
    background-color: #e9e9e9;
  }

  body#manufacturer .products-sort-order .select-list,
  body#prices-drop .products-sort-order .select-list,
  body#new-products .products-sort-order .select-list,
  body#search .products-sort-order .select-list,
  body#category .products-sort-order .select-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  body#manufacturer .products-sort-order .select-list:last-child,
  body#prices-drop .products-sort-order .select-list:last-child,
  body#new-products .products-sort-order .select-list:last-child,
  body#search .products-sort-order .select-list:last-child,
  body#category .products-sort-order .select-list:last-child {
    border-bottom: 0;
  }

  body#manufacturer #search_filters_wrapper #js-product-list-top > *:not(.sort-by-row),
  body#prices-drop #search_filters_wrapper #js-product-list-top > *:not(.sort-by-row),
  body#new-products #search_filters_wrapper #js-product-list-top > *:not(.sort-by-row),
  body#search #search_filters_wrapper #js-product-list-top > *:not(.sort-by-row),
  body#category #search_filters_wrapper #js-product-list-top > *:not(.sort-by-row) {
    display: none;
  }

  body#manufacturer #search_filters_wrapper .search_filters_and_sort_button,
  body#prices-drop #search_filters_wrapper .search_filters_and_sort_button,
  body#new-products #search_filters_wrapper .search_filters_and_sort_button,
  body#search #search_filters_wrapper .search_filters_and_sort_button,
  body#category #search_filters_wrapper .search_filters_and_sort_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 16px;
    padding: 10px;
  }

  body#manufacturer #search_filters_wrapper .sort_button_and_clear_filters,
  body#prices-drop #search_filters_wrapper .sort_button_and_clear_filters,
  body#new-products #search_filters_wrapper .sort_button_and_clear_filters,
  body#search #search_filters_wrapper .sort_button_and_clear_filters,
  body#category #search_filters_wrapper .sort_button_and_clear_filters {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  body#manufacturer #content-wrapper,
  body#prices-drop #content-wrapper,
  body#new-products #content-wrapper,
  body#search #content-wrapper,
  body#category #content-wrapper {
    transition: 0.3s all;
    width: 100%;
  }

  body#manufacturer #left-column,
  body#prices-drop #left-column,
  body#new-products #left-column,
  body#search #left-column,
  body#category #left-column {
    transition: 0.3s all;
    width: 100%;
    padding: 0;
  }

  body#manufacturer .h6.facet-title,
  body#prices-drop .h6.facet-title,
  body#new-products .h6.facet-title,
  body#search .h6.facet-title,
  body#category .h6.facet-title {
    font-weight: 500;
    font-size: 18px;
  }

  body#manufacturer #search_filters,
  body#prices-drop #search_filters,
  body#new-products #search_filters,
  body#search #search_filters,
  body#category #search_filters {
    margin: 0;
    padding: 0 !important;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
  }

  body#manufacturer .facet ul,
  body#prices-drop .facet ul,
  body#new-products .facet ul,
  body#search .facet ul,
  body#category .facet ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

  body#manufacturer .facet.clearfix,
  body#prices-drop .facet.clearfix,
  body#new-products .facet.clearfix,
  body#search .facet.clearfix,
  body#category .facet.clearfix {
    position: relative;
    padding: 0 !important;
  }

  body#manufacturer .facet ul.collapse,
  body#prices-drop .facet ul.collapse,
  body#new-products .facet ul.collapse,
  body#search .facet ul.collapse,
  body#category .facet ul.collapse {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    min-width: 218px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: block;
    transition: var(--transition_default, all 0.4s ease);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  body#manufacturer #search_filters section:first-child ul.collapse,
  body#prices-drop #search_filters section:first-child ul.collapse,
  body#new-products #search_filters section:first-child ul.collapse,
  body#search #search_filters section:first-child ul.collapse,
  body#category #search_filters section:first-child ul.collapse {
    left: 0;
    transform: unset;
  }

  body#manufacturer .faceted-slider .ui-slider,
  body#prices-drop .faceted-slider .ui-slider,
  body#new-products .faceted-slider .ui-slider,
  body#search .faceted-slider .ui-slider,
  body#category .faceted-slider .ui-slider {
    margin-bottom: 10px;
  }

  body#manufacturer #search_filters ul.collapse.color-facet,
  body#manufacturer #search_filters ul.collapse.size-facet,
  body#prices-drop #search_filters ul.collapse.color-facet,
  body#new-products #search_filters ul.collapse.color-facet,
  body#prices-drop #search_filters ul.collapse.size-facet,
  body#new-products #search_filters ul.collapse.size-facet,
  body#search #search_filters ul.collapse.color-facet,
  body#search #search_filters ul.collapse.size-facet,
  body#category #search_filters ul.collapse.color-facet,
  body#category #search_filters ul.collapse.size-facet {
    justify-content: start;
    display: flex;
  }

  body#manufacturer #search_filters ul.collapse.color-facet li,
  body#manufacturer #search_filters ul.collapse.size-facet li,
  body#prices-drop #search_filters ul.collapse.color-facet li,
  body#new-products #search_filters ul.collapse.color-facet li,
  body#prices-drop #search_filters ul.collapse.size-facet li,
  body#new-products #search_filters ul.collapse.size-facet li,
  body#search #search_filters ul.collapse.color-facet li,
  body#search #search_filters ul.collapse.size-facet li,
  body#category #search_filters ul.collapse.color-facet li,
  body#category #search_filters ul.collapse.size-facet li {
    border-bottom: unset;
  }

  body#manufacturer .facet .facet-title:hover + div + ul.collapse,
  body#manufacturer .facet ul.collapse.show,
  body#manufacturer .facet ul.collapse:hover,
  body#prices-drop .facet .facet-title:hover + div + ul.collapse,
  body#new-products .facet .facet-title:hover + div + ul.collapse,
  body#prices-drop .facet ul.collapse.show,
  body#new-products .facet ul.collapse.show,
  body#prices-drop .facet ul.collapse:hover,
  body#new-products .facet ul.collapse:hover,
  body#search .facet .facet-title:hover + div + ul.collapse,
  body#search .facet ul.collapse.show,
  body#search .facet ul.collapse:hover,
  body#category .facet .facet-title:hover + div + ul.collapse,
  body#category .facet ul.collapse.show,
  body#category .facet ul.collapse:hover {
    max-height: 1000px;
    opacity: 1;
  }

  body#manufacturer .facet:hover .h6,
  body#manufacturer .facet.open .h6,
  body#prices-drop .facet:hover .h6,
  body#new-products .facet:hover .h6,
  body#prices-drop .facet.open .h6,
  body#new-products .facet.open .h6,
  body#search .facet:hover .h6,
  body#search .facet.open .h6,
  body#category .facet:hover .h6,
  body#category .facet.open .h6 {
    color: var(--senary_color, #da916a) !important;
  }

  body#manufacturer .facet:hover .h6 svg,
  body#manufacturer .facet.open .h6 svg,
  body#prices-drop .facet:hover .h6 svg,
  body#new-products .facet:hover .h6 svg,
  body#prices-drop .facet.open .h6 svg,
  body#new-products .facet.open .h6 svg,
  body#search .facet:hover .h6 svg,
  body#search .facet.open .h6 svg,
  body#category .facet:hover .h6 svg,
  body#category .facet.open .h6 svg {
    transform: rotate(180deg);
  }

  body#manufacturer .facet:hover svg path,
  body#manufacturer .facet.open .h6 svg path,
  body#prices-drop .facet:hover svg path,
  body#new-products .facet:hover svg path,
  body#prices-drop .facet.open .h6 svg path,
  body#new-products .facet.open .h6 svg path,
  body#search .facet:hover svg path,
  body#search .facet.open .h6 svg path,
  body#category .facet:hover svg path,
  body#category .facet.open .h6 svg path {
    stroke: var(--senary_color, #da916a);
  }

  body#manufacturer .products-sort-order:hover button,
  body#manufacturer .products-sort-order.open button,
  body#manufacturer .products-sort-order:hover svg path,
  body#manufacturer .products-sort-order.open svg path,
  body#prices-drop .products-sort-order:hover button,
  body#new-products .products-sort-order:hover button,
  body#prices-drop .products-sort-order.open button,
  body#new-products .products-sort-order.open button,
  body#prices-drop .products-sort-order:hover svg path,
  body#new-products .products-sort-order:hover svg path,
  body#prices-drop .products-sort-order.open svg path,
  body#new-products .products-sort-order.open svg path,
  body#search .products-sort-order:hover button,
  body#search .products-sort-order.open button,
  body#search .products-sort-order:hover svg path,
  body#search .products-sort-order.open svg path,
  body#category .products-sort-order:hover button,
  body#category .products-sort-order.open button,
  body#category .products-sort-order:hover svg path,
  body#category .products-sort-order.open svg path {
    color: var(--senary_color, #da916a);
    stroke: var(--senary_color, #da916a);
  }

  body#manufacturer .facet ul.collapse > li,
  body#prices-drop .facet ul.collapse > li,
  body#new-products .facet ul.collapse > li,
  body#search .facet ul.collapse > li,
  body#category .facet ul.collapse > li {
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  body#manufacturer .facet ul.collapse a,
  body#prices-drop .facet ul.collapse a,
  body#new-products .facet ul.collapse a,
  body#search .facet ul.collapse a,
  body#category .facet ul.collapse a {
    display: block;
    color: #333;
    text-decoration: none;
  }

  body#manufacturer .facet ul.collapse:not(.faceted-slider):not(.color-facet):not(.size-facet) li:hover,
  body#prices-drop .facet ul.collapse:not(.faceted-slider):not(.color-facet):not(.size-facet) li:hover,
  body#new-products .facet ul.collapse:not(.faceted-slider):not(.color-facet):not(.size-facet) li:hover,
  body#search .facet ul.collapse:not(.faceted-slider):not(.color-facet):not(.size-facet) li:hover,
  body#category .facet ul.collapse:not(.faceted-slider):not(.color-facet):not(.size-facet) li:hover {
    background: #e9e9e9;
  }

  body#manufacturer #search_filters .facet .facet-title,
  body#prices-drop #search_filters .facet .facet-title,
  body#new-products #search_filters .facet .facet-title,
  body#search #search_filters .facet .facet-title,
  body#category #search_filters .facet .facet-title {
    user-select: none;
    width: auto !important;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
  }

  body#manufacturer #search_filters .facet .facet-label a,
  body#prices-drop #search_filters .facet .facet-label a,
  body#new-products #search_filters .facet .facet-label a,
  body#search #search_filters .facet .facet-label a,
  body#category #search_filters .facet .facet-label a {
    overflow: visible !important;
    text-align: start;
  }

  body#manufacturer .faceted-slider.collapse li,
  body#prices-drop .faceted-slider.collapse li,
  body#new-products .faceted-slider.collapse li,
  body#search .faceted-slider.collapse li,
  body#category .faceted-slider.collapse li {
    width: 90%;
  }

  body#manufacturer .facet.clearfix[data-type="attribute_group"],
  body#prices-drop .facet.clearfix[data-type="attribute_group"],
  body#new-products .facet.clearfix[data-type="attribute_group"],
  body#search .facet.clearfix[data-type="attribute_group"],
  body#category .facet.clearfix[data-type="attribute_group"] {
    padding-top: 0px !important;
  }

  body#manufacturer .color-facet ._gray-darker.search-link.js-search-link,
  body#prices-drop .color-facet ._gray-darker.search-link.js-search-link,
  body#new-products .color-facet ._gray-darker.search-link.js-search-link,
  body#search .color-facet ._gray-darker.search-link.js-search-link,
  body#category .color-facet ._gray-darker.search-link.js-search-link {
    display: none !important;
  }

  body#manufacturer .custom-checkbox span.color,
  body#prices-drop .custom-checkbox span.color,
  body#new-products .custom-checkbox span.color,
  body#search .custom-checkbox span.color,
  body#category .custom-checkbox span.color {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: block;
  }
}

@media (max-width: 564px) {
  body#search #products .products,
  body#prices-drop #products .products,
  body#new-products #products .products,
  body#manufacturer #products .products,
  body#category #products .products {
    justify-content: center;
  }
}

@media (max-width: 426px) {
  .brands-sort .dropdown-menu,
  .products-sort-order .dropdown-menu,
  .suppliers-sort .dropdown-menu {
    width: unset;
  }
}
/* E Amine Category Slider */
