/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.elementor-widget-woocommerce-my-account {
  font-family: "DM Sans", sans-serif;
}
.elementor-widget-woocommerce-cart .woocommerce {
  font-family: "DM Sans", sans-serif;
}

:root {
  --primary-color: #f26638;
  --secondary-color: #2f4488;
  --hover-color: #d45a31;
  --white-background-color: #c2c9d1;
  --erreur-color: #ff2d00;
}

.main-color {
  color: var(--primary-color);
}

a.btn-main-color,
.main-color button,
button.btn-main-color {
  background: var(--primary-color) !important;
  color: #fcfcfd !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  font-size: 20px !important;
  border-radius: 50px !important;
  border: 2px solid transparent !important;
  padding: 10px 40px !important;
  text-decoration: none !important;
  font-family: "DM Sans", Sans-serif !important;
}

.main-color button:hover,
.main-color button:focus,
a.btn-main-color:hover,
a.btn-main-color:focus,
button.btn-main-color:hover,
button.btn-main-color:focus {
  background-color: #fcfcfd !important;
  text-decoration: none !important;
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.main-color a,
a.main-color {
  color: var(--primary-color) !important;
  text-decoration: none !important;
  background-color: transparent !important;
}

.main-color a:hover,
.main-color a:focus,
a.main-color:hover,
a.main-color:focus {
  text-decoration: underline !important;
  color: var(--hover-color) !important;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc !important;
  border-radius: 32%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--primary-color) !important;
  border-radius: 2px !important;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.custom-checkbox:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.custom-checkbox {
  min-width: 27px !important;
  height: 27px !important;
  width: 27px !important;
  margin: 0px 10px !important;
  border: 3px solid var(--primary-color) !important;
}

.custom-checkbox:checked {
  border-color: var(--primary-color) !important;
}

.custom-checkbox::after {
  width: 14px;
  height: 14px;
}

.input-option,
.select-option {
  margin: 20px 0px;
}

.input-option label,
.select-option label {
  color: var(--primary-color) !important;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: uppercase !important;
}

.input-option input {
  font-size: 19px !important;
  font-weight: 500 !important;
  color: var(--secondary-color) !important;
  border-radius: 15px !important;
  height: 55px !important;
  border: 1px solid var(--secondary-color) !important;
}

.input-option input::placeholder {
  color: var(--secondary-color) !important;
  font-weight: 500;
  font-size: 19px;
}

.select-option select {
  border: 1px solid var(--secondary-color) !important;
  height: 55px !important;
  border-radius: 15px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none !important;
  padding-right: 10px !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  color: #223881 !important;
  outline: none !important;
}

a.btn-main-color.btn-small {
  padding: 7px 30px !important;
}

a.btn-main-color:has(.spinner),
button.btn-main-color:has(.spinner) {
  padding-right: 56px !important;
  position: relative;
}

a.btn-main-color .spinner,
button.btn-main-color .spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 13px;
}

a.btn-main-color:disabled,
button.btn-main-color:disabled {
  opacity: 0.7;
  background-color: var(--hover-color) !important;
  pointer-events: none;
}

@media (max-width: 720px) {
  a.btn-main-color,
  .main-color button,
  button.btn-main-color {
    font-size: 15px !important;
    padding: 8px 25px !important;
  }
}

@media (max-width: 550px) {
  .input-option input {
    font-size: 16px;
    height: 40px;
    border-radius: 10px;
  }

  .select-option select {
    font-size: 16px !important;
    height: 40px !important;
    border-radius: 10px !important;
  }

  .input-option input,
  .input-option label,
  .select-option select,
  .select-option label {
    font-size: 16px !important;
  }
}
/* ----------------------------------------------------------- */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top: 6px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 50px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lost_reset_password {
  margin: auto;
}

.lost_reset_password .form-row:has(button) {
  display: flex;
  justify-content: center;
}

.elementor *,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget,
.elementor-widget-wrap {
  outline: none !important;
}

.woocommerce-orders-table__cell-order-actions,
.woocommerce-table--order-details td:has(.btn-small) {
  padding: 15px 0px !important;
}

.woocommerce-orders-table__cell-order-actions > * {
  margin: 0px 10px;
}

.is-active a.main-color {
  color: var(--hover-color) !important;
  text-decoration: underline !important;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name,
.woocommerce-table__product-name.product-name a {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}

.Search-form {
  margin: 0 auto;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: center;
}

.Search-form h4 {
  margin: 0;
  height: fit-content;
  line-height: 1;
}

.Search-form--wrap {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: center;
}

.Search-form--dates {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: end;
  margin: 0px 20px;
}

.Search-form--date {
  flex: 1;
}

.Search-form--date label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.__date {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}

.filter-localisation input {
  font-size: 14px;
  margin-left: 2px;
}

.Search-form--submit {
  margin-top: 15px;
  text-align: center;
}

.btn.btn-primary {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn.btn-primary:hover {
  background-color: #0056b3;
}

.daterangepicker {
  font-family: Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 800px;
}

.daterangepicker table tbody > tr:nth-child(odd) > td {
  background-color: transparent !important;
}

.daterangepicker table tbody > tr:nth-child(even):hover > td:not(.active) {
  background-color: transparent !important;
}

.daterangepicker .calendar-table th {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--secondary-color) !important;
}

.daterangepicker table tbody > tr > td.in-range,
.daterangepicker table tbody > tr:hover > td.in-range:not(.active) {
  background-color: #f1f1f1 !important;
  border-radius: 0;
  border: none !important;
}

.start-date {
  border: none !important;
}
td.start-date.end-date::after {
  display: none !important;
}

.daterangepicker td.in-range:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.daterangepicker td.in-range:nth-child(7) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.daterangepicker table tbody > tr > td.active,
.daterangepicker table tbody > tr > td.active:hover {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}

.daterangepicker td.active .active-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary-color, #f26638);
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

.daterangepicker td.start-date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker td.end-date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker td {
  position: relative;
  overflow: visible;
}
.daterangepicker .calendar-table thead tr:first-child th,
.daterangepicker .calendar-table thead tr:first-child td {
  border-block-start: none !important;
}

.daterangepicker.ltr.show-calendar {
  overflow: auto;
}

.drp-calendar {
  min-width: fit-content;
}

.drp-close-btn {
  border: 3px solid var(--primary-color);
  position: absolute;
  border-radius: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
  background: #fff;
}

.drp-close-btn svg {
  display: block;
  pointer-events: none;
  overflow: visible !important;
}

.drp-close-btn:hover,
.drp-close-btn:hover path {
  border-color: var(--hover-color);
  fill: var(--hover-color);
}

.Search-form--submit button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.Search-form--submit button svg {
  margin-left: 10px;
}

.Search-form--dates input {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background-color: transparent;
}

.Search-form--dates input:focus-visible {
  outline: none;
}

.produit-attribue-recherche {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.produit-attribue-recherche-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.produit-attribue-recherche-form > * {
  margin: 0px 10px;
}

.label-attribue-search {
  margin: 0 20px 0px 0px;
}

.produit-attribue-recherche-form select {
  border: none;
  border-bottom: 1px solid;
  background-color: transparent;
  border-radius: 0;
  width: fit-content;
}

.produit-attribue-recherche-form select:focus-visible {
  outline: none;
}

.multiselect-dropdown {
  width: fit-content !important;
  padding: 2px 25px 0px 5px !important;
}

.modal-pannier-action .btn:disabled {
  opacity: 0.3;
}

.choisir-date-erreur {
  margin: 17px 0px;
  padding: 15px;
  text-align: center;
  border: 2px solid;
  color: var(--erreur-color);
}

.valid-date-errur {
  color: var(--erreur-color);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* --------------------------- modal produti info ----------------------- */

.multiselect-dropdown-list > div {
  min-width: fit-content;
  display: flex;
  white-space: nowrap;
  align-items: center;
}

#modal-produit-page {
  width: 90vw;
  height: 90vh;
  position: fixed;
  z-index: 1;
  background-color: #fff;
  top: 5vh;
  right: 5vw;
  z-index: 105;
  display: none;
}
#modal-produit-page .modal-header {
  position: relative;
}

#modal-produit-page .modal-produit-page-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  z-index: 5;
}

.modal-produit-content {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#day-counter {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  line-height: 1;
  color: #000;
}
#day-counter span {
  font-size: 32px;
  font-weight: 600;
}

/* -----------version mobile ----------------------------------- */

#produit-filter {
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 1024px) {
  .produit-card,
  .produit-card .produit-content {
    flex-direction: column;
  }

  .produit-card .produit-accessoir-container {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }

  .produit-card .produit-content {
    width: 100%;
    min-width: unset;
  }

  .produit-card .produit-image {
    display: flex;
    justify-content: center;
  }

  .produit-price-contianer {
    min-height: 200px;
  }

  .daterangepicker {
    width: unset;
  }
}

@media (max-width: 722px) {
  #produit-list .produit-card .produit-accessoir {
    justify-content: start !important;
  }

  .modal-pannier-action {
    flex-direction: column-reverse;
    padding: 13px;
  }
  .message-total {
    font-size: 13px;
  }
  .price-text {
    font-size: 30px;
  }
  .modal-pannier-action .btn {
    font-size: 11px;
  }

  .total-pannier-container {
    margin-bottom: 10px;
  }
  .modal-right-header-part h3 {
    font-size: 13px;
  }
  .modal-right-header-part h4 {
    font-size: 14px;
  }
  .header-info h5 {
    font-size: 14px;
  }
  .header-info h6 {
    font-size: 12px;
  }

  .modal-left-header-part {
    padding: 28px 24px 12px 20px;
  }
  .select-pack-section h4 {
    font-size: 15px;
  }
  .modal-pannier-body h4 {
    font-size: 15px;
  }

  div:has(> .btn.btn-suivre) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 350px) {
  .modal-pannier-action .btn {
    font-size: 10px;
  }
}

/* ------------------------------------------ page cart --------------------------- */
#content:has(#modal-pannier),
#content:has(#modal-edit-pannier) {
  overflow: visible;
  width: 100vw;
}

.Search-date-form-wrap {
  padding-right: 5% !important;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 30px;
  padding-right: 24px !important;
}
.left-Search-date-form-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#produit-date-filter-form {
  padding: 6px;
  position: relative;
  z-index: 5;
}

.search-date-block {
  display: flex;
  flex-direction: column;
  width: max-content;
}

.search-date-block .search-label {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
}
.search-date-block .search-label svg {
  margin-right: 12px;
}

.search-date-block input {
  border: unset;
  background: unset;
  margin-top: 0;
  color: #777e90;
  padding-top: 2px;
  max-width: 170px;
  padding-left: 32px;
}

.search-date-block input[name="filter_start_date"],
.search-date-block input[name="filter_end_date"] {
  max-width: 123px;
  padding-right: 0px;
}

.search-date-block input[name="filter_start_date"]:placeholder-shown,
.search-date-block input[name="filter_end_date"]:placeholder-shown {
  min-width: fit-content;
}

.search-date-block input:focus,
.search-date-block input:focus-visible {
  background: unset;
  border: unset;
}

.search-date-block.filter-localisation {
  pointer-events: none !important;
}

#btn-filter-date {
  background: var(--primary-color);
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  align-self: center;
}

.custom-top-menu {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: -3px 5px 9px 9px rgba(224, 224, 224, 0.34);
  -webkit-box-shadow: -3px 5px 9px 9px rgba(224, 224, 224, 0.34);
  -moz-box-shadow: -3px 5px 9px 9px rgba(224, 224, 224, 0.34);
}

#site-header.custom-header .header-inner {
  justify-content: center;
}

.custom-top-menu .site-navigation {
  margin-bottom: 20px;
}
.custom-top-menu li a {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 19px;
  border-bottom: 1px solid #c0c6db;
}

.custom-top-menu .current_page_item a {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.custom-top-menu .menu-space {
  height: 45px;
  border-bottom: 1px solid #c0c6db;
  flex-grow: 1;
}

.custom-top-menu .menu-pannier {
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #c0c6db;
}

.custom-top-menu .menu-pannier.current_page {
  border-bottom: 2px solid var(--primary-color);
}

.produit-attribue-recherche {
  max-width: 1300px;
  margin: auto;
  width: 90%;
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 40px 64px #0f0f0f1a;
  margin-bottom: 75px;
}

.produit-attribue-recherche-label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.produit-attribue-recherche-label svg {
  margin-right: 10px;
}

.produit-attribue-recherche-label h6 {
  font-weight: 700;
  color: #fff;
}

.produit-attribue-recherche .multiselect-dropdown {
  background: transparent;
  border: none;
  cursor: pointer;
}

.produit-attribue-recherche .multiselect-dropdown .placeholder {
  color: #fff;
}

.produit-attribue-recherche .multiselect-dropdown .placeholder::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><polyline points="0,0 5,5 10,0" fill="none" stroke="white" stroke-width="1.5"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

#produit-list {
  max-width: 1300px;
  margin: auto;
}

#produit-list .category-group__title {
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-left: 20px;
  margin-bottom: 30px;
  font-weight: 900;
}

#produit-list .produit-card {
  /* padding: 20px; */
  margin: auto;
  width: calc(100% - 40px);
  margin-bottom: 100px;
  border-radius: 25px;
  background-color: #fafafa;
  display: flex;
  align-items: start;
  box-shadow: -10px 25px 64px #00000029;
}

#produit-list .produit-card .produit-content {
  display: flex;
}

#produit-list .produit-card .produit-title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
}

#produit-list .produit-card .produit-short-description {
  font-size: 16px;
  font-weight: 400;
  color: #2c3745;
}

#produit-list .produit-card .produit-accessoir {
  display: flex;
  padding: 15px;
  width: 50%;
}

#produit-list .produit-card .produit-informations-container {
  padding: 20px 40px 20px 10px;
  border-right: 2px dashed #919cbf;
  min-height: 250px;
}

.produit-price-contianer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
  width: 40%;
  min-width: max(300px, 45%);
}

#produit-list .produit-card .produit-image {
  padding: 20px;
  width: 260px;
  max-width: 100%;
}
#produit-list .produit-card .produit-image img {
  border-radius: 25px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 220px;
  max-width: 220px;
  min-width: 220px;
}

#produit-list .produit-accessoir-container {
  display: flex;
  flex-wrap: wrap;
}

.produit-price-contianer .produit-price {
  margin-bottom: 10px;
  white-space: nowrap;
}

.produit-price-contianer .price-text {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #020d1e;
  margin-right: 6px;
}

.produit-price-contianer .produit-price-val {
  font-size: 35px;
  font-weight: 600;
  color: var(--secondary-color);
}

.produit-price-contianer .price-symbole {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 600;
}

.produit-price-contianer .assurance-div {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  flex-direction: column;
}

.produit-price-contianer .label {
  margin: 0;
  color: var(--secondary-color);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}

#produit-list .produit-card .accessoir-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-color);
  line-height: 15px;
  margin: 0;
}

#produit-list .produit-card .accessoir-price {
  font-size: 22px;
  line-height: 20px;
  color: var(--secondary-color);
  font-weight: 700;
}

#produit-list .produit-card .assurance-price {
  margin-left: 5px;
}
/* ----------------- modal panier ----------- */

.modal-pannier-overlay,
.modal-produit-overlay {
  display: none;
  background: #00000082;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
}

#modal-pannier,
#modal-edit-pannier {
  width: 90vw;
  height: 700px;
  background: #fff;
  position: fixed;
  right: 50%;
  top: 50%;
  z-index: 101;
  display: none;
  padding: 10px;
  border-radius: 25px;
  min-height: fit-content;
  max-width: 1326px;
  max-height: 90vh;
  transform: translate(50%, -50%);
}

.modal-pannier-close {
  border: 3px solid var(--primary-color);
  position: absolute;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5%;
  top: 15px;
  cursor: pointer;
  z-index: 2;
  background: #fff;
}

.modal-pannier-close:hover,
.modal-pannier-close:hover path {
  border-color: var(--hover-color);
  fill: var(--hover-color);
}

.modal-pannier-body {
  display: flex;
  height: 100%;
  overflow: auto;
  position: relative;
}

.modal-pannier-body .modal-left-part {
  width: 70%;
  height: 100%;
}

.modal-pannier-body .modal-right-part {
  width: 30%;
  height: 100%;
  border-left: 3px dashed #818eb5;
  /* border-left: 3px solid transparent;  */
  /* border-image: repeating-linear-gradient(to bottom, #919cbf 0px, #919cbf 8px, transparent 10px, transparent 13px); */
  border-image-slice: 1;
}

.modal-pannier-body .modal-left-part {
  padding: 20px 40px;
}
.modal-pannier-body .modal-right-part {
  padding: 20px 30px;
}

.modal-pannier-body .pack-name {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.modal-pannier-body .pack-date-container {
  background-color: #e8e9ed;
  border-radius: 15px;
  padding: 14px 16px;
  margin-bottom: 30px;
}

.modal-pannier-body .left-part-header {
  border-bottom: 3px dashed #818eb5;
  margin-bottom: 40px;
}

.modal-pannier-body .pack-date-container .label {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.pack-date-container .pack-date h6 {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

#pannier-modal-form {
  width: 100%;
  display: flex;
  height: fit-content;
}

.modal-pannier-body .modal-section-header {
  color: var(--secondary-color);
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-pannier-body .modal-action {
  min-height: fit-content;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
}

.modal-pannier-body .pack-user-info {
  margin-bottom: 35px;
}

.modal-pannier-body .accessoir-label {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal-pannier-body .accessoir-label h5 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.modal-pannier-body .sous-total-label {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.modal-pannier-body .sous-total {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 19px;
}

.modal-pannier-body .sous-total-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.modal-pannier-body .accessoir-label .accessoir-checkbox {
  margin-left: 0 !important;
}

.modal-pannier-body .accessoir-main-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  cursor: pointer;
}

.modal-pannier-body .accessoir-attribute {
  margin-bottom: 5px;
}

.modal-pannier-body .accessoir-main-info .accessoir-price,
.modal-pannier-body .accessoir-main-info .accessoir-price > * {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 19px;
  margin: 0 !important;
}

.modal-pannier-body .modal-right-part-total {
  margin-top: 70px;
}

.modal-pannier-body .total-pannier-container {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-pannier-body .price-lable {
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.modal-pannier-body .price-text {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  color: var(--secondary-color);
  margin: 0;
}

.modal-pannier-body .price-text .total-pannier {
  font-size: 37px;
}

.show-mobile {
  display: none !important;
}

.pannier-table-action a.remove:hover {
  background: unset !important;
}

/* -------- page cart ------------- */
.pannier-table-produit {
  display: flex;
  align-items: start;
  margin-bottom: 40px;
}

.pannier-table-produit h5 {
  margin-top: 0;
  line-height: 1;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.pannier-table-produit p {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 20px;
  text-align: start;
  margin-bottom: 6px;
  line-height: 1.2;
}

.pannier-table-produit > div:has(h5) {
  margin-left: 25px;
}

.pannier-table-info {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.pannier-table-info h5 {
  color: var(--secondary-color);
}

.pannier-table-info .user-infos {
  display: flex;
  align-items: end;
}

.pannier-table-info .user-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 25px;
}

.pannier-table-info .info-label {
  white-space: nowrap;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}

.pannier-table-info .info-val {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 19px;
}

.pannier-table-price {
  width: fit-content;
  font-weight: 900;
  font-size: 20px;
  color: var(--secondary-color);
  white-space: nowrap;
}

.pannier-table-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pannier-table-item {
  border-bottom: 3px solid #c0c6db;
}

#pannier-table tbody th {
  padding: 30px;
}

.pannier-table-item th,
#pannier-table thead th {
  border: none !important;
  background: transparent !important;
}

#pannier-table thead > tr th:first-child {
  background: var(--primary-color) !important;
  border: none !important;
  border-radius: 12px 0 0 12px;
  color: #fff;
  box-shadow: 0px 40px 64px #0f0f0f1a;
}

#pannier-table thead > tr th:last-child {
  background: var(--primary-color) !important;
  border: none !important;
  border-radius: 0px 12px 12px 0px;
  color: #fff;
  box-shadow: 0px 40px 64px #0f0f0f1a;
}

.pannier-table-produit img {
  border-radius: 15px;
}

#pannier-table thead div {
  display: flex;
  padding-left: 25px;
}

.table-pannier-container {
  width: 100%;
  overflow: visible;
}

.accompte-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.accompte-part {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1;
  margin: 30px 0px;
  padding-right: 10px;
}

.accompte-part h4 {
  font-size: 19px;
  color: var(--secondary-color);
  margin: 0;
  font-weight: 400;
  margin-left: 12px;
}

.accompte-part .price-card h3 {
  color: var(--secondary-color);
  font-size: 23px;
}

.price-card {
  min-width: 100px;
  display: flex;
  justify-content: end;
}

.paiment_container {
  display: flex;
  justify-content: end;
  margin-bottom: 70px;
}

#pannier-table {
  margin-bottom: 30px;
}

.sous-total-cart {
  padding: 20px;
  display: flex;
  justify-content: end;
  padding-right: 10px;
}

.sous-total-cart .sous-total {
  color: var(--secondary-color);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.total-cart {
  padding: 10px;
  background-color: #dee1ec;
  border-radius: 10px;
  display: flex;
  justify-content: end;
}

.total-cart .total {
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: start;
}

.price-card h3 {
  margin: 0;
}

.total-cart .total .price-card span {
  color: #f26638;
}

.edit-cart-item img {
  height: 29px;
}

.accessoire-item-label {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.accessoire-item-label .accessoir-label {
  display: flex;
  justify-content: space-between;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  align-items: center;
}

.accessoire-item-label .accessoir-label .accessoire-price {
  min-width: fit-content;
}

.accessoir-card .accessoir-attribute {
  display: none;
}

.accessoir-card:has(.custom-checkbox:checked) .accessoir-attribute {
  display: block !important;
}

.tow-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tow-input-container > div {
  width: calc(50% - 10px);
  margin-top: 0;
}

#produit-list .produit-card .produit-accessoir .accessoir-image {
  height: 68px;
  width: 68px;
  object-fit: contain;
}

li:has(> ul.order-ul) {
  display: flex;
  flex-direction: column;
}

ul.order-ul > li > ul {
  padding-left: 20px;
}

li.fix-list {
  list-style: none;
  opacity: 0;
}

.wc-item-meta .fix-list {
  display: none;
}

body:has(#produit-filter) {
  overflow-x: hidden;
}

.custom-auth-form {
  width: 700px;
  margin: auto;
  max-width: 90%;
  margin-top: 60px;
}

.center-element {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section-titel {
  font-size: 20px;
}

.tow-inputs {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.tow-inputs > * {
  width: calc(50% - 5px) !important;
}

.custom-auth-form label {
  width: 100%;
}

form.custom-form .select2 {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

form.custom-form .select2-selection__rendered {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  color: #000 !important;
}

form.custom-form .required,
form.custom-form .erreur-msg {
  color: var(--erreur-color);
}

form.custom-form .erreur-msg {
  margin: 5px 0px;
}

form.custom-form .erreur-msg p {
  margin: 0;
}

form.custom-form .iti {
  width: 100%;
}

form.custom-form .iti__selected-country {
  background: #fff;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}

form.custom-form .select2 .select2-selection {
  height: 42px;
}

.custom-auth-form input:not([type="checkbox"]),
.custom-auth-form select {
  height: 42px !important;
}

form.custom-form .iti__selected-country {
  height: 40px;
  border-radius: 0;
}

form.custom-form .form-group,
.custom-auth-form .form-group,
.tow-inputs:not(:has(.form-group)) {
  padding: 5px 0;
}

.accessoir-container {
  display: flex;
  cursor: pointer;
}

.e-con-inner:has(#produit-date-filter-form) {
  z-index: 5;
}

.multiselect-dropdown-list-wrapper {
  min-width: fit-content;
}

#produit-date-filter-form input {
  padding-left: 30px;
  margin-top: -10px;
  color: #6c757d;
}

#produit-date-filter-form input:focus {
  outline: none;
}

#produit-date-filter-form svg {
  width: 24px !important;
}

#btn-filter-date svg {
  width: 30px !important;
  height: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.custom-form .iti__country-container {
  left: 1px !important;
}

.subtitel_icon svg {
  height: 28px !important;
}

.search-mobile{
  display: none;
}

@media (max-width: 1024px) {
  .produit-price-contianer {
    width: 100%;
    min-width: unset;
  }

  #produit-list .produit-card .produit-informations-container {
    border-right: unset;
    border-bottom: 2px dashed #919cbf;
  }
}

@media (max-width: 991px) {
  .header-inner:has(.custom-top-menu) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 803px) {
  .daterangepicker {
    width: 100% !important;
    max-width: 95vw !important;
    min-width: auto !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    white-space: normal !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    width: fit-content !important;
  }

  .daterangepicker .drp-calendar.right {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .daterangepicker .drp-calendar.left {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
  }

  .daterangepicker .calendar-table {
    width: 100% !important;
    table-layout: fixed !important;
    font-size: 0.8rem !important;
    border-collapse: collapse !important;
  }

  .daterangepicker .drp-buttons {
    text-align: center !important;
    padding: 10px !important;
  }

  .daterangepicker .ranges {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .drp-close-btn {
    border-radius: 10px !important;
  }

  .drp-close-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 767px) {
  .Search-date-form-wrap.search-desktop{
    width: 95vw;
  }
}

@media (max-width: 650px) {
  .search-desktop{
    display: none;
  }

  .search-mobile{
    display: block;
  }

  .Search-date-form-wrap.search-mobile{
    width: 95vw;
  }

  .buttom-search{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
}
@media (max-width: 490px) {
  .search-date-block{
    width: 210px;
  }
}

@media (max-width: 400px) {
  .daterangepicker {
    font-size: 16px;
    font-family: "DM Sans", Sans-serif !important;
  }

  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    padding: 8px !important;
  }
}
@media (max-width: 350px) {
  .search-date-block{
    width: 180px;
  }
}