#open-cart-btn {
  position: fixed;
  top: auto;
  bottom: 36px;
  left: 36px;
  width: calc(36 * 2 * 1px);
  height: calc(36 * 2 * 1px);
  border: none;
  transition: box-shadow 0.25s ease 0s, opacity 0.4s ease 0s,
    scale 1s ease-in-out 0s, transform 0.2s ease-in-out 0s;
  z-index: 10999;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.btn_disabled {
  background-color: #cccccc !important;
  cursor: not-allowed !important;
}
label.label_posts_per_page {
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  line-height: 1.625rem;
  color: #000000;
  font-size: 0.875rem;
  margin: 0rem 0.625rem 0rem 0rem;
  display: inline-block;
  font-weight: 700;
}
span#cart-count {
  position: absolute;
  top: 0;
  background: #48a2e7;
  padding: 5px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  padding: 0 10px;
  height: 100%;
  background-color: #f9f9f9;
  border-left: 3px solid #48a2e7;
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  overflow-y: auto;
  transition: right 0.3s ease;
}

#cart-sidebar.open {
  right: 0;
}

#cart-sidebar .close-btn {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

#cart-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

body.cart-open {
  overflow: hidden;
}

.mc-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(85, 85, 85, 0.3);
  z-index: 1000;
  display: none;
}

.mc-icon-loading {
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mc-icon-loading:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #dba4a4;
  border-top: 2px solid #333;
}

@keyframes keyframe--spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cart-header h2 {
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  font-size: 26px;
  line-height: 1.75rem;
  text-align: center;
  color: #48a2e7;
  margin: 0;
  padding: 19px 0 11px 0;
  border-bottom: 1px solid #48a2e7;
  font-weight: 700;
}

#cart-sidebar .cart-item {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 15px;
}

.product-image-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden !important;
  text-align: center;
  position: relative;
}

.product-image-thumb img {
  object-fit: contain;
  max-width: initial !important;
  max-height: 100%;
  height: inherit;
  width: 76px !important;
}

button.removeProduct {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #000;
  width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -9px;
  right: -10px;
  border-radius: 50%;
  background: #ccc;
}

.wc-mc-product-quantity {
  display: flex;
  align-items: center;
}

.wc-mc-product-quantity button {
  width: 30px;
  padding: 0;
  font-size: 23px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-mc-product-quantity input[type="number"] {
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  font-weight: 700;
  max-width: 35px;
  padding: 0;
  border: 0;
  text-align: center;
}

.cart-total,
.cart-info {
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
}

.wc-mc-product-quantity input[type="number"]::-webkit-outer-spin-button,
.wc-mc-product-quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.f-12 {
  font-size: 12px;
}

.wc-mc-product-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.wc-mc-product-quantity .wc-mc-quantity-plus {
  background: #48a2e7;
}

.wc-mc-product-quantity .wc-mc-quantity-minus {
  background: #d3d3d3;
}

.wc-mc-product-name {
  font-weight: bold;
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
}

#cart-sidebar .cart-items {
  margin-top: 30px;
}

#cart-sidebar .cart-total {
  border-top: 1px solid #48a2e7;
  border-bottom: 1px solid #48a2e7;
  padding: 15px 0;
}

#cart-sidebar .cart-action a.ToCheckout {
  background-color: #96c126;
  background-clip: padding-box;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  width: 300px;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
  text-decoration: none;
}

#cart-sidebar .cart-action a.keepShopping {
  width: 150px;
  margin: auto;
  font-size: 0.75rem;
  font-weight: 600;
  height: 2rem;
  line-height: 1;
  background: #48a2e7;
  background-image: none;
  border-radius: 0.5rem;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  padding: 10px 12px;
}

.cart-info {
  text-align: center;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}

.product-price {
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
}

.cart-info .packneedinfo,
.cart-info .getfreeshipping {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.open-banner-zipcode {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.range-filter .price_slider_amount button[type="submit"] {
  display: none;
}

.first-filter-section div#filter-options {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#filter-options .filter-fields {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding: 15px;
  border-top: 1px solid #96c126;
}

button.search-filter-action {
  background-color: #48a2e7;
  background-image: linear-gradient(to bottom, #48a2e7 0%, #48a2e7 100%);
  border: 0 none;
  color: #ffffff;
  padding: 10px 23px;
}

.custom-dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-selected-option {
  padding: 10px 25px 10px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  max-width: 358px;
  height: 43px;
  font-weight: 700;
  line-height: 1;
}

.custom-selected-option img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.custom-dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-list li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-selected-option:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free", serif;
  position: absolute;
  right: 8px;
}

.custom-dropdown-list li:hover {
  background-color: #f0f0f0;
}

.custom-dropdown-list li img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.empty-cart .cart-header p {
  font-size: 14px;
  padding-top: 15px;
  border-bottom: 1px solid #48a2e7;
}

.empty-cart-total {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.empty-cart .cart-action {
  border-top: 1px solid #48a2e7;
  padding-top: 15px;
  text-align: center;
  margin-top: 10px;
}

.empty-cart-total.bgvi {
  font-size: 16px;
  font-weight: bold;
}

.woocommerce-js
  div.product
  div.images
  .woocommerce-product-gallery__wrapper
  .zoomImg {
  width: auto !important;
  height: auto !important;
}

/* General styling for tabs */
.product-archive-page .shop-archive .container {
  display: flex;
  flex-direction: column;
}

.product-archive-page .woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}

.product-archive-page .tab-container {
  display: flex;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.product-archive-page .tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f1f1f1;
  transition: background-color 0.3s ease;
}

.product-archive-page .tab.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.product-archive-page .tab-content {
  display: none;
}

.product-archive-page .tab-content.active {
  display: block;
  margin-top: 40px;
}

.product-archive-page .select-wrapper select {
  padding: 7px !important;
}

/* Make the variation items look clickable */
.product-archive-page .variation-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.product-archive-page a.variation-link {
  border: 1px solid #96c126;
  width: 10%;
}
.product-archive-page .variation-link:hover {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.product-archive-page .product-variations {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-archive-page .product-thumbnail {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-archive-page section.shop-archive .product-thumbnail {
  width: 11.25rem;
}

.product-archive-page .product-thumbnail:after {
  position: absolute;
  content: "";
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.15),
    transparent
  );
  width: 70%;
  height: 0.15rem;
  bottom: 0;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}

.product-archive-page .product-thumbnail a {
  display: block;
}

.product-archive-page .full-image {
  width: auto !important;
  height: 150px !important;
  object-fit: cover;
}

.post-type-archive-product .products.columns-3,
.tax-product_cat .products.columns-3 {
  display: flex;
  flex-direction: column;
}

.product-archive-page .product-thumbnail {
  flex: 1;
}

.woocommerce-page
  .site-main
  ul.products
  li.product-archive-page
  .product-details {
  flex: 3;
}

.filter-brand {
  font-family: sans-serif;
  position: relative;
  width: 250px;
}

.filter-name {
  font-weight: bold;
  margin-bottom: 5px;
  color: #003366;
}

.dropdown-wrapper {
  border-radius: 5px;
  position: relative;
  background: white;
}

.dropdown-wrapper .dropdown-toggle {
  background-color: #f8f8f8;
  padding: 8px 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #48a2e7;
  border-radius: 5px;
}

.dropdown-wrapper .dropdown-toggle.active {
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}

.dropdown-wrapper .dropdown-toggle .fa {
  transition: transform 0.3s ease;
}

.dropdown-wrapper .dropdown-toggle.active .fa {
  transform: rotate(180deg);
}

.dropdown-wrapper .dropdown-toggle::after {
  display: none;
}

.dropdown-list {
  max-height: 200px;
  overflow-y: auto;
  display: none;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #48a2e7;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: #f8f8f8;
}

.dropdown-list label {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 5px 0;
  cursor: pointer;
}

.dropdown-list input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #8dc63f; /* Vert comme sur l'image */
}

.filter-accordion-content {
  background: #fff;
  display: none;
  border-top: 1px solid #96c126;
  padding: 15px 25px;
  z-index: 50 !important;
  position: relative;
}
span.page-numbers.current {
  line-height: 2rem;
  background-color: #48a2e7 !important;
  background-image: linear-gradient(
    to bottom,
    #48a2e7 0%,
    #48a2e7 100%
  ) !important;
  color: #ffffff;
}
span.page-numbers {
  color: #48a2e7;
  border: 0 none;
  font-weight: 700;
  cursor: default;
}
.filter-accordion-content.tabOpen {
  display: block;
}
nav.woocommerce-pagination {
  position: absolute;
  top: 250px;
}
.form-filter-choices {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-brand-price-slider {
  flex: 1;
}

.wc-form-order {
  flex: 1;
}

.filter-accordion-button {
  cursor: pointer;
  background: #48a2e7;
  color: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
}

.filter-accordion-button:active,
.filter-accordion-button:hover,
.filter-accordion-button:focus {
  text-decoration: none;
  color: #fff;
}

.woocommerce .wc-form-orderby .woocommerce-ordering {
  margin-bottom: 0;
}

form.woocommerce-ordering {
  display: flex;
  gap: 1px;
  width: 100%;
  flex-wrap: wrap;
}

.wc-form-orderby .woocommerce-ordering .lil-title-ordre {
  flex: 0 0 135px;
  background: #48a2e7;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
}

.woocommerce-page .wc-form-orderby .woocommerce-ordering select {
  flex: 1;
  background-color: #48a2e7 !important;
  color: #fff;
  border-radius: 0 3px 3px 0 !important;
}

form.woocommerce-ordering {
  height: 100%;
}

.wc-filter-form {
  margin-bottom: 20px;
}

.price-slider-content {
  display: none;
  background: #f8f8f8;
  width: 100%;
  padding: 20px;
  position: absolute;
  z-index: 1;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #51a1e4;
  border-radius: 0 0 5px 5px;
}

.price-slider-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #48a2e7;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.price-slider-toggle.open {
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}

#price-slider {
  margin: 10px 0;
}

.price-values {
  margin-bottom: 10px;
  font-size: 14px;
}

.btn-filter-price {
  padding: 5px 10px;
  background: #8dc63f;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.price-slider-wrapper {
  position: relative;
}

.orderby-dropdown {
  position: relative;
  display: inline-block;
  flex: 1;
}

.orderby-toggle {
  border: 1px solid #ccc;
  padding: 6px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #48a2e7;
  border-radius: 0 3px 3px 0;
  font-weight: 500;
}

.orderby-toggle .arrow {
  margin-left: 10px;
}

.orderby-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  margin: 0;
  list-style: none;
  transform: scale(0.75) translateY(19px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 100;
  border-radius: 5px;
}

.orderby-dropdown.open .orderby-list {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.orderby-toggle .arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.orderby-dropdown.open .orderby-toggle .arrow {
  transform: rotate(180deg);
}

.orderby-list li a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 9px 15px;
}

.orderby-list li.active a {
  background-color: #48a2e7;
  font-weight: 700;
}

.orderby-list li a:hover {
  background-color: #48a2e7;
  color: #000;
}

.wc-form-orderby {
  flex: 1;
}

.button-right {
  display: flex;
  justify-content: end;
}

a.btn.btn-green:focus {
  box-shadow: none;
}

a.btn.btn-green {
  border-radius: 3px;
  width: calc(50% - 5px);
  margin-left: 0rem;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: 16px;
  background-color: #96c126;
  color: white;
  height: 2.125rem;
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
  outline: 0;
  border: 0;
}

.filter-fields-price-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-brand {
  flex: 0 0 30%;
}

.filter-price-slider {
  flex: 0 0 30%;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -6px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #96c126;
  box-shadow: none;
}

.noUi-base,
.noUi-connects {
  height: 10px;
}

.noUi-connect {
  background: #51a1e4;
}

.noUi-base {
  border: 1px solid #97c13c;
  border-radius: 5px;
}

#price-slider {
  margin: 10px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

span.recap-item {
  border: 1px solid #97c13c;
  background: #f8f8f8;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}

.filter-choices:not(.closeEdit) span.recap-item:hover {
  color: #48a2e7;
}

.filter-choices.closeEdit span.recap-item:hover {
  cursor: default;
}

.submit-filter {
  background-color: #48a2e7;
  padding: 7px 10px;
  cursor: pointer;
}

.submit-filter[disabled] {
  cursor: not-allowed;
  color: #808080;
  opacity: 0.5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid #96c126;
}

.filter-choices {
  margin: 15px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filter-choices i.fa.fa-check {
  border: 2px solid #96c126;
  font-size: 8px;
  padding: 3px;
}
span.recap-remove {
  font-size: 12px;
}
.notice.notice-success {
  text-align: center;
  margin-top: 20px;
  /* padding: 50px 20px; */
}
.sepa-received-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 10px;
}
.notice-success-title {
  font-weight: bold;
  font-size: 19px;
}
.notice.notice-success a {
  color: #000 !important;
  text-decoration: none !important;
}
i.fa.fa-check {
  color: #96c126;
  border: 8px solid #96c126;
  font-size: 67px;
  padding: 30px;
  border-radius: 50%;
}
@-webkit-keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.loadingResults {
  -webkit-animation: keyframe--spin-reverse 1s linear infinite;
  animation: keyframe--spin-reverse 1s linear infinite;
}

button.reset-filter {
  padding: 2px 8px;
  color: #48a2e7;
  font-size: 0.8125rem;
  border-radius: 3px;
  background: #f8f8f8;
  border: 1px solid #48a2e7;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wc-mc-details-content {
  width: 100%;
}

/* cat sidebar */
.custom-sidebar-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-parent-cat {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #96c126;
}
.sidebar-parent-cat-link {
  display: block;
  padding: 7px 0 7px 12px;
  border-radius: 4px;
  transition: background 0.17s;
  cursor: pointer;
}
div#block-35 p {
  display: none !important;
}
a.sidebar-parent-cat-link {
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  line-height: 1.625rem;
  color: #000000;
  font-weight: 700 !important;
  font-size: 0.87em;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  text-decoration: none;
}
.sidebar-parent-cat.active .sidebar-parent-cat-link,
.sidebar-parent-cat:hover .sidebar-parent-cat-link {
  color: #48a2e7 !important;
}
.sidebar-sub-cats li a {
  display: block;
  font-family: "Daytona", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  line-height: 1.625rem;
  color: #000000;
  font-weight: 700 !important;
  font-size: 0.87em;
  text-decoration: none;
  padding: 0.1125rem 0.625rem 0.1125rem 0.625rem;
}
.sidebar-sub-cats li a:hover {
  background: #96c126;
  color: #fff;
}
/* Remove display:block from hover states */
.sidebar-parent-cat:hover .sidebar-sub-cats,
.sidebar-parent-cat.active .sidebar-sub-cats {
  display: block !important;
}
.sidebar-sub-cats {
  list-style: none;
  margin-left: 20px !important;
  margin-bottom: 10px !important;
  border-radius: 4px;
  transition: max-height 0.23s cubic-bezier(0.44, 0, 0.56, 1);
  display: none;
  overflow: hidden;
}
#secondary li {
  margin-bottom: 0 !important;
}
.sidebar-sub-cats li.active-sub a {
  background: #48a2e7 !important;
  color: #fff !important;
}
