:root {
  --mainColor: #1A311D;
  --secondaryColor: #B39941;
  --darkGreen: #05574C;
  
  
  --contrasteGreen: #31463A;
  --mainColor: var(--contrasteGreen);
  --orange: #FF7F46;
  --orange_contrast: #FF7F46;
  --secondaryColor: var(--orange);
  --pink: #F8B596;
  --globalGreen: #709F84;
  --black: #222925;
}

#billing_address_1_field_field{
  display:none;
}

.woocommerce div.product div.images .flex-control-thumbs li{
  padding:5px;
  width: 33.3333333333%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: inherit;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}


/* Remove float */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce div.product form.cart div.quantity_,
.woocommerce div.product form.cart .button_,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
}

.cart-subtotal, .order-total, .product-price, .product-subtotal, .product-total, .shop_table_responsive .cart-subtotal, .shop_table_responsive .order-total, .shop_table_responsive .product-price, .shop_table_responsive .product-subtotal, .shop_table_responsive .product-total, .shop_table_responsive .woocommerce-shipping-totals.shipping, .woocommerce-shipping-totals.shipping,
.product-total {
  display: none!important;
}



/* Shop page */
#shop .page-section,
.woocommerce-cart .page-section,
.woocommerce-checkout .page-section,
.shop-page.page-section {
  padding-top: 50px;
}


/* Shop search */
.woocommerce-product-search {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
}
.woocommerce-product-search .agenda-form {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 100px;
}
.woocommerce-product-search .agenda-form input {
  margin: 0;
}
@media (min-width: 992px) {
  .woocommerce-product-search .agenda-form input {
    min-width: 400px;
  }
  
}
.woocommerce-product-search .agenda-form button {
  border: 0;
  background-color: transparent;
  padding: 5px;
}
.woocommerce-product-search .agenda-form button svg path {
  transition: fill .15s ease-in-out;
}
.woocommerce-product-search .agenda-form button:hover svg path,
.woocommerce-product-search .agenda-form button:focus svg path {
  fill: var(--mainColor);
}


/* Mini cart */
a.button.cart-toggle {
  width: inherit !important;
  display: inline-flex;
  align-items: center;
}
a.button.cart-toggle svg {
  margin-right: 5px;
}
/* .cart-toggle sup {
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 100%;
  right: 8px;
  top: -8px;
} */
.woocommerce-cart .mini-cart-icon {
  display: none !important;
}


/* Product loop */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
.product-loop-item,
.product-loop-item .product-infos {
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #fff;
}
.product-loop-item .product-image {
  position: relative;
  /* aspect-ratio: 275/215; */
  flex: 0 0 295px;
  min-height: 221px;
  border-right: 1px solid #eaeaea;
}

.woocommerce ul.products li.product .product-image > a {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.product-loop-item .product-image img {
  /* aspect-ratio: 275/215; */
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
  margin: 0 !important;
}

.product-loop-item a.woocommerce-LoopProduct-link:hover img,
.product-loop-item a.woocommerce-LoopProduct-link:focus img {
  transform: scale(1.1);
}
.product-loop-item .product-infos {
  padding: 20px;
}
.product-loop-item .product-infos h2 {
  padding: 0;
  font-family: "fenwick", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem !important;
  line-height: 2.6rem;
  letter-spacing: -0.02em;
  padding: 0 !important;
  margin-bottom: 20px !important;
  transition: color .15s ease-in-out;
  word-break: break-word;
}
.product-loop-item .product-infos a:hover h2,
.product-loop-item .product-infos a:focus h2 {
  color: var(--orange_contrast);
}

/* .product-loop-item .product-infos-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
} */
.product-infos-footer {
  margin-top: auto;
}
.product-infos-footer .product-infos-listing .icon-wrapper {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  text-align: center;
  flex-shrink: 0;
}
.product-infos-footer .product-infos-listing + .product-infos-listing {
  margin-top: 10px;
}
.product-infos-footer .product-infos-listing.product-location {
  font-weight: bold;
  display: none;
}
.product-infos-footer .product-infos-listing.product-categories {
  display: flex;
  align-items: center;
}
.product-infos-footer .product-infos-listing.product-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-infos-footer .product-infos-listing.product-categories li {
  display: inline;
}
.product-infos-footer .product-infos-listing.product-categories li + li::before {
  content: ", ";
}

.product-loop-item .product-infos .product-infos-right {
  text-align: center;
}
.product-loop-item .product-infos .add-to-cart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-end;
  /* gap: 20px; */
}
/* .product-loop-item .product-infos .add-to-cart-wrapper .add_to_cart_button {
  order: 0;
} */
.product-loop-item .product-infos .add-to-cart-wrapper .quantity {
  /* order: 1; */
  margin: 25px 0 !important;
}
/* ----------------------------------------------------
Cart plus minus
---------------------------------------------------- */
/* Hide Arrows From Input Number */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-plus-minus {
  border: 1px solid var(--orange);
  /* border: 2px solid; */
  height: 43px;
  line-height: 41px;
  width: 165px;
  text-align: center; 
  border-radius: 43px;

  display: flex;
  align-items: center;
  flex-direction: row;
}
a.reset-filters {
  background-color: #ffffff !important;
  border: 1px solid var(--orange) !important;
  color: var(--orange) !important;
  width: auto !important;
  padding: 14px 34px !important;
}
a.reset-filters:hover,
a.reset-filters:focus {
  background-color: var(--orange) !important;
  color: #ffffff !important;
}
.qtybutton {
  height: 100%;
  width: 30%;
  width: 43px;
  border: 0;
  border-radius: 50%;

  height: 100%;
  width: 30%;
  width: 41px;
  height: 41px;
  border: 0;
  border-radius: 50%;
  flex-shrink: 0;
}
.dec.qtybutton {
  /* float: left; */
  border-right: 2px solid;
  border: 0;
}
.inc.qtybutton {
  /* float: right; */
  border-left: 2px solid;
  border: 0;
}
.dec.qtybutton,
.inc.qtybutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.inc.qtybutton:hover,
.dec.qtybutton:hover,
.inc.qtybutton:focus,
.dec.qtybutton:focus {
  background-color: var(--orange_contrast);
  color: #fff;
}
.cart-plus-minus,
.dec.qtybutton,
.inc.qtybutton {
  background-color: #fff;
  border-color: var(--orange_contrast);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
}
.cart-plus-minus,
.dec.qtybutton,
.inc.qtybutton,
.qty {
  color: var(--orange_contrast);
}
input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  /* width: 40%; */
  flex: 1;
  font-weight: 700;
}
/* .product-loop-item .product-infos .add-to-cart-wrapper .more_button {
  order: 2;
} */

.product-infos-left,
.product-infos-right {
  flex: 1;
}
@media (min-width: 992px) {
  .product-infos-left {
    flex: 1;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
  }
  .product-infos-right {
    flex: 0 0 auto;
    width: 180px;
  }
}

.woocommerce a.button,
.woocommerce button.button {
  text-align: center;
  /* min-width: 164px; */
  width: 165px;
  max-width: 100%;
  font-family: 'Fenwick', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 15px 50px;
  padding: 15px 35px;
  /* padding: 11px 35px; */
  border: 0;
  border-radius: 50px;
  background: var(--orange_contrast);
  color: #fff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, transform .2s ease-in-out;
  margin: 0 !important;
}
.woocommerce a.button.single_add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce a.button.add_to_cart_button,
.woocommerce button.button.add_to_cart_button {
  padding: 11px 35px;
  padding: 15px 15px;

  /* display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important; */
}
.woocommerce a.button.single_add_to_cart_button .text,
.woocommerce button.button.single_add_to_cart_button .text,
.woocommerce a.button.add_to_cart_button .text,
.woocommerce button.button.add_to_cart_button .text {
  margin-left: 5px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: #ffffff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: var(--orange_contrast);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: var(--mainColor);
}
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus {
  background: var(--mainColor);
  color: #fff;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 6%), 0px 4px 12px -2px rgb(0 0 0 / 8%), 0px 15px 32px -3px rgb(0 0 0 / 8%);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  padding: 15px 35px;
}


/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center !important;
  white-space: inherit;
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul > li {
  margin: 0 5px;
  border: 0;
  float: none;
  overflow: inherit;
}
.woocommerce nav.woocommerce-pagination ul > li > .page-numbers {
  color: #292929;
  background: #ffffff;
  z-index: 3;
  padding: 0;
  font-size: 15px;
  border-radius: 50% !important;
  position: relative;
  text-decoration: none;

  height: 40px;
  width: 40px;
  line-height: 36px;
  border: 1px solid var(--orange_contrast);
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 100%;
}
.woocommerce nav.woocommerce-pagination ul>li>.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul>li>.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul>li>.page-numbers.current {
  color: #fff;
  background: var(--orange_contrast);
}


.shop-sidebar {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
.filter-widget .filter-buttons {
  margin-top: 40px;
  margin-bottom: 30px;
}
.filter-widget h2 {
  margin-bottom: 15px;
}
.filter-widget ul.categories-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-widget a {
  color: var(--orange);
  font-weight: bold;
  text-decoration: none;
}
#filter_form ul + h2 {
  margin-top: 30px;
}

/* Custom checkbox filter */
.checkbox-wrapper {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.checkbox-wrapper label {
    display: block;
    padding: 1px 0 1px 40px;
}
/*style and hide original checkbox*/
.checkbox-wrapper input {
	height: 23px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 23px;
}
/*position new box*/
.checkbox-wrapper input + label::before {
	content: "";
	border: 1px solid var(--orange);
	height: 23px;
	width: 23px;
	left: 0;
	position: absolute;
	top: 0;
  background-color: #ffffff;
  transition: all 0.1s ease-in-out;
}
/*svg background styles*/
.checkbox-wrapper input + label {
  color: var(--orange);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.checkbox-wrapper input + label::after {
	content: "";
	opacity: 0;
	background-image: url("assets/images/checked-icon.svg");
	background-repeat: no-repeat;
  height: 25px;
  width: 31px;
  position: absolute;
  left: 0px;
  top: -2px;
  transition: opacity 0.2s ease-in-out;
}
/*reveal check for 'on' state*/
.checkbox-wrapper label:hover,
.checkbox-wrapper input:focus-visible + label,
.checkbox-wrapper input:checked + label {
  color: #000;
}
.checkbox-wrapper input:checked + label::after {
  opacity: 1;
}
/*focus styles*/
.checkbox-wrapper:hover input + label::before {
  border-width: 3px;
}
.checkbox-wrapper input:focus-visible + label::before {
  border-width: 3px;
  outline: solid #005fcc 1px;
  outline-offset: 1px;
}


/* Add to cart loading */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
  top: 15px;
}
/* Add to cart added */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
  vertical-align: middle;
  margin-left: .65em;
}




/* SINGLE PRODUCT */
.single-product-wrapper {
  background-color: #ffffff;
}
.woocommerce div.product .stock {
  color: #000;
  display: none;
}
.woocommerce .single-product-wrapper div.images.woocommerce-product-gallery {
  margin-bottom: 0;
}
.single-product-wrapper .summary {
  padding: 25px;
  margin-bottom: 0 !important;
}
.woocommerce div.product .product_title {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  margin-bottom: 15px !important;
}
/* .single-product-wrapper form.cart .quantity {
  margin-right: 10px !important;
  margin-bottom: 15px !important;
} */
.single-product-wrapper .product-infos-footer + div {
  margin-top: 30px;
}
.woocommerce-tabs {
  margin-top: 3rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none;
  border: 0;
}
.woocommerce-Tabs-panel {
  background-color: #ffffff;
  padding: 25px !important;
}
.woocommerce-Tabs-panel h2 {
  margin-top: 0;
}


/* CART PAGE */
.cart-table-header,
.cart-table-footer {
  background-color: var(--globalGreen);
  color: #ffffff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-table-header h2,
.cart-table-header p {
  margin: 0;
}
.cart-table-footer {
  padding-top: 50px;
  margin-bottom: 30px;
}
.woocommerce .cart ul.products {
  margin: 0;
}
.cart ul.products li.product {
  margin-bottom: 0 !important;
}
.cart ul.products li.product:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.cart a.back-to-shop {
  background-color: var(--mainColor);
}
button.upate-cart-button {
  width: auto !important;
  background-color: var(--orange) !important;
}
.go-to-checkout {
  text-align: right;
}
.go-to-checkout a.checkout-button {
  width: auto !important;
}


/* CHECKOUT PAGE */
.checkbox-notice {
  margin-bottom: 30px;
}
.checkbox-notice,
.checkbox-notice label {
  font-size: 1.4rem;
  line-height: 2.1rem !important;
}
.checkbox-notice abbr {
  display: none !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  display: block;
  margin-left: auto !important;
}
.woocommerce-privacy-policy-text {
  display: none !important;
}
.order-rental-period {
  display: none !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
}
form.woocommerce-checkout {
  background-color: var(--globalGreen);
  padding: 25px;
}

.woocommerce-additional-fields {
  margin-top: 20px;
}
#billing_reference_field {
  display: none !important;
}
.woocommerce form .row .form-row {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.woocommerce form .form-row .required {
  color: inherit;
}
.checkout-radio-wrapper label {
  display: block;
}
.checkout-radio-wrapper label input {
  margin-right: 5px;
}
.shop_table {
  background-color: #ffffff;
  color: #000;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  color: #000 !important;
}

/* Select2 restyle */
.woocommerce form .form-row span.select2,
.woocommerce form .form-row span.select2 span,
.woocommerce form .form-row span.woocommerce-input-wrapper {
  display: block;
}
.select2-container {
  margin-bottom: 20px;
}
.woocommerce form .select2-container--default .select2-selection--single {
  border: none;
  height: 60px;
  line-height: 60px;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-dropdown {
  border: 0;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 0;
  height: 65px;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  border: none;
  padding: 0px 24px;
  background-color: #fff;
  resize: none;
}
.select2-search--dropdown input {
  margin-bottom: 0;
  background-color: #ffffff !important;
  border: 1px solid #292929;
  height: inherit;
  line-height: inherit;
}
.select2-search--dropdown input:focus {
  border-color: var(--orange) !important;
}
.select2-results li {
  margin-top: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--orange) !important;
  background-color: #000 !important;
}
.select2-container--default .select2-results__option[data-selected=true] {
  font-weight: bold;
}



/* Thank you page */
.thankyou-page .woocommerce-order {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}
.thankyou-page .woocommerce-order ul.order_details {
  margin: 3em 0;
  padding-left: 0;
}
tr.note-td th {
  width: 50%;
}




@media (max-width: 992px) {
  .woocommerce-product-search .agenda-form {
    max-width: 100%;
  }

  .product-loop-item .product-infos {
    flex-direction: column;
    gap: 30px;
  }
  .product-loop-item .product-infos .add-to-cart-wrapper {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .product-loop-item .product-image {
    border-right: 0;
  }
  .woocommerce-product-search {
    flex-direction: column;
  }
  .woocommerce-product-search .agenda-form {
    width: 100%;
  }
  .woocommerce-product-search .agenda-form input {
    height: 50px;
    line-height: 50;
    padding: 0 15px;
  }
  .single-product-wrapper .summary {
    padding: 15px;
  }

  .cart-table-footer,
  .product-loop-item, .product-loop-item .product-infos {
    flex-direction: column;
  }
  .cart-table-footer {
    gap: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  .woocommerce-product-search .agenda-form {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .woocommerce-product-search .agenda-form input {
    padding: 0 10px;
  }
}


.footer-cart .cart-toggle {
  display: none !important;
}
/* body.mini-cart-scrolled:not(.woocommerce-cart) .footer-cart .cart-toggle { */
body.mini-cart-scrolled.woocommerce-page:not(.woocommerce-cart) .footer-cart .cart-toggle {
  display: block !important;
  min-width: inherit;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 10000;
}
body.admin-bar.mini-cart-scrolled:not(.woocommerce-cart) .footer-cart .cart-toggle {
  top: 75px;
}

body.mini-cart-scrolled .footer-cart .sr-only-scrolled {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
