/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.col-inner:has(> .custom_attributes_container) {
  display: flex;
  flex-direction: column;
}

.custom-product-page .col-inner .custom_attributes_container {
  order: 3;
}

.custom-product-page .col-inner .add-to-cart-container {
  order: 4;
}

.custom-product-page .col-inner .social-icons {
  order: 5;
}

.custom-product-page .col-inner .custom_attributes_container table {
  margin-top: 0;
}

.custom-product-page .woocommerce-tabs ul.tabs {
  display: none;
}

.sub-menu .section-content a.button {
  font-family: "Playfair Display", sans-serif;
}

.icon-box:before {
  font-size: 2.75rem !important;
}

.sectionEntree-audio .icon-box:before,
.sectionCaractristique .icon-box:before {
  width: 45px;
  color: #5190be !important;
}

.sectionCaractristique .icon-box:before {
  margin-right: 20px !important;
  font-size: 1.75rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionCaractristique .support-icon-box.icon-box:before {
  font-size: 3rem !important;
}
.sectionCaractristique .icon-box {
  display: flex;
  align-items: center;
}
.sectionCaractristique .support-icon-box.icon-box {
  align-items: start !important;
}

.font-size-110 {
  font-size: 110% !important;
}

.Gap-Bottom-Line {
  border-top: 1px solid #d9d9d9;
}

.sectionEntree-audio p {
  margin-bottom: 0px !important;
}

.icon-box-text h5 {
  font-weight: 900 !important;
}

.support-icon-box h5 {
  line-height: 1.2 !important;
  color: #5190be !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

.support-icon-box .icon-box-text.last-reset {
  padding-right: 20px;
  padding-left: 20px;
}

.support-icon-box .icon-box:before {
  margin-right: 0px !important;
}

.support-icon-box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

.support-icon-box p:hover,
.desc-application h2 {
  color: #5190be !important;
}

.support-icon-box {
  cursor: pointer;
}

.ColSlider {
  display: flex;
  align-items: center;
}

.titel-support {
  font-size: 2.75rem !important;
  font-weight: 100 !important;
}

/* --------------------------------------style form support ----------------------- */
form[name="frm-dealer-footer"] {
  margin: auto;
  max-width: 90%;
  width: 480px;
}

form[name="frm-dealer-footer"] input,
form[name="frm-dealer-footer"] input:focus,
form[name="frm-dealer-footer"] input:hover {
  text-align: center;
  box-shadow: unset;
  border: unset;
  background: #f3f2f2;
  border-bottom: 1px solid #797979;
}

form[name="frm-dealer-footer"] button {
  font-weight: 400;
  font-size: 1.2rem;
  padding: 10px 20px;
  border: 1px solid #797979;
  margin: 15px auto;
  color: #797979;
}

form[name="frm-dealer-footer"] button:hover {
  color: #fff;
  background-color: #797979;
}

/* ---------------revendeurs_page---------------------- */
.revendeur-header {
  background-color: #38383b;
  height: 500px;
  display: flex;
  align-items: center;
}

.revendeur-header .header-card {
  max-width: 88%;
  padding: 30px;
  background-color: #181819;
  margin-left: 10%;
}
.revendeur-header .header-title {
  line-height: 1.2;
  font-size: 2.1rem;
  font-weight: 400;
}
.revendeur-header .header-sub-title {
  font-size: 100%;
  font-weight: 500;
}
.revendeur-header .header-title,
.revendeur-header .header-sub-title {
  color: #fff;
}
.revendeur-body {
  background-color: #fff;
}

.revendeur-block {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.revendeur-card-container {
  width: 33.3333%;
  padding: 10px;
}
.revendeur-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
  padding: 20px 10px;
  background-color: #f8f8f8;
  border-radius: 25px;
  padding-bottom: 30px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.revendeur-title {
  font-size: 1.4rem;
  color: #38383b;
  font-weight: bold;
  margin-bottom: 10px;
}

.revendeur-card h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.revendeur-btn {
  font-weight: bold;
  color: #fff;
  font-size: 0.97em;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #38383b;
  border: 1px solid #38383b;
}
.revendeur-btn:hover {
  border: 1px solid #38383b;
  color: #38383b;
  background-color: #fff;
}
.revendeur-card h6.revendeur-site-web {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .revendeur-card-container {
    width: 50%;
  }
}

@media (max-width: 620px) {
  .revendeur-card-container {
    width: 100%;
  }
}

.forminator-field-select {
  display: flex;
  align-items: flex-end;
  height: 60px;
  width: 100%;
  justify-content: center;
}
.forminator-field-select .forminator-field {
  width: 100%;
}

.empty-body {
  justify-content: center;
  display: flex;
  padding: 50px 0;
}

/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.6
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

#tableModal {
  display: none;
  position: fixed;
  z-index: 1000000;
  /* top: 50%; */
  top: calc(206px + 3%);
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
#tableModal input {
  font-size: 2em;
  text-align: center;
}

#overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000001;
}

html:has(#overlay-loading) {
  overflow: hidden;
}

.erreur-table,
.erreur-table-introuvable {
  margin: 0;
  color: #d50000;
}
#backBtn {
  background-color: #d1caca;
  border-radius: 5px;
  margin: 0;
}
#tableNumber {
  margin: 0;
}
#continueBtn {
  background-color: #e9ae00;
  color: #fff;
  border-radius: 5px;
  margin: 0;
}
.tableModal-action {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

#product-popup,
#pannier-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1005;
}

.popup-content {
  position: relative;
  background: white;
  padding: 0px;
  border-radius: 5px;
  text-align: center;
}

#close-popup {
  padding-right: 30px;
  z-index: 1;
  right: 0px;
  top: 0px;
  position: absolute;
  color: #e9ae00;
  font-size: 39px;
  float: right;
  font-weight: 100;
}
.popup-content > h3 {
  margin-top: 60px;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #645c5c;
}

/* ---------------- menu page ----------------------------- */

.menu-main-div {
  margin-top: 50px;
}

.search-bar {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

.category-section {
  margin-bottom: 40px;
}

.product-list {
  list-style: none;
  padding: 0;
}

.product-item {
  margin-bottom: 10px;
}

.product-item a {
  text-decoration: none;
  color: #333;
}

.product-item h4 {
  font-size: 1.2em;
}

.price {
  font-weight: bold;
  color: #f00;
}

.pannier-header h2 {
  font-family: Jost, sans-serif;
  color: #464646;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.menu-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #f8f9fa;
}
.left-part {
  width: calc(70% - 20px);
  background-color: #fff;
  box-shadow: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.14);
  height: fit-content;
}
.right-part {
  width: 30%;
  background-color: #fff;
  box-shadow: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.14);
  height: fit-content;
}

.category-buttons {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  cursor: grab;
  margin-bottom: 20px;
}

.category-button {
  margin: 0 5px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  min-width: fit-content;
}

.empty-img,
.category-button img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #e0e0e0;
  margin-right: 5px;
  object-fit: cover;
}

.left-part .category-title {
  font-family: Jost, sans-serif;
  font-weight: 600;
  margin-left: 10px;
  color: #121212;
}
.left-part .product-info h4 {
  font-family: Jost, sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 17px;
  color: #121212;
}
.left-part .product-info p {
  margin: 0;
  font-size: 13px;
  color: #464646 !important;
}
.left-part .product-link {
  display: flex;
  justify-content: space-between;
  min-height: 100px;
}

.left-part .product-link img {
  width: auto;
  height: 100px;
}
.left-part .product-item {
  padding: 10px;
}
.left-part .product-item:hover {
  background-color: #f8f9fa;
}

.right-part .pannier-header {
  background-color: #fafafa;
  padding: 10px;
  text-align: center;
}

.table-info {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.table-info .table-number,
.table-info .table-time {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 47%;
  height: 45px;
  color: #e9ae00;
  border: 1px solid;
  font-size: 17px;
  border-radius: 5px;
  font-weight: 600;
}
.nb-table {
  margin-left: 5px;
}
.select-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}

#decrease-quantity,
#increase-quantity,
p:has(#product-quantity-display),
#quantity-form {
  margin: 0;
}

.popup-content {
  max-width: 90%;
}

#product-info {
  max-width: 100%;
  width: 450px;
  max-height: 400px;
  overflow-y: auto;
  position: relative;
  padding-bottom: 75px;
  min-height: 250px;
}
.popup-content #quantity-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(0.8rem);
  background: hsla(0, 0%, 100%, 0.3);
}

#product-info img {
  min-height: 40px;
  object-fit: cover;
  width: 100%;
}

#quantity-form button[type="submit"] {
  border-radius: 20px;
  background-color: #e9ae00 !important;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
#quantity-form button[type="submit"] span {
  font-weight: 400 !important;
  margin-left: 7px;
}

#increase-quantity,
#decrease-quantity {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 20px 10px;
}
#increase-quantity span,
#decrease-quantity span {
  position: absolute;
  top: 0px;
  left: 15px;
  font-weight: 400;
  font-size: 28px;
}

#increase-quantity {
  background-color: #e9ae00 !important;
}
#decrease-quantity {
  background-color: #dadce0;
}
#increase-quantity span {
  color: #fff;
}
#decrease-quantity span {
  color: #5f5f5f;
}

#product-quantity-display {
  line-height: 2;
  margin: 0 23px;
  font-size: 24px;
  font-weight: 700;
}

#quantity-form button[type="submit"]:disabled {
  background-color: #dadce0 !important;
  color: #5f5f5f;
}
.pannier-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  /* padding: 20px 0px; */
  /* justify-content: space-between; */
  /* display: flex; */
}

.pannier-item .quantity-button {
  margin: 0;
  background-color: #e9ae00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.pannier-item .quantity {
  line-height: 2;
  margin: 0 10px;
}
.pannier-item .qunatity-action {
  display: flex;
  justify-content: left;
  align-items: center;
}

.pannier-item .product-name {
  font-weight: 700;
  font-size: 16px;
}
.product-info .woocommerce-Price-amount,
.product-info .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
  font-size: 15px;
}

.product-quantity {
  display: flex;
  justify-content: space-between;
}

.product-subtotal {
  margin-top: 10px;
}

.pannier-item:hover {
  background-color: #f8f9fa;
}

.product-info {
  display: flex;
  justify-content: space-between;
}

.product-subtotal {
  display: flex;
  justify-content: space-between;
}

.table-products {
  overflow-y: auto;
  /* height: 120px; */
}

.check-out {
  padding: 20px;
}

.basket-total {
  display: flex;
  justify-content: space-between;
}
.total-text {
  font-weight: 100;
  font-family: sans-serif;
  font-size: 30px;
}
.grand-total span.amount {
  line-height: 2;
  text-align: center;
  font-size: 25px;
}

.checkout-button {
  font-size: 17px;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  border-radius: 25px;
  background-color: #e9ae00;
  text-transform: none;
}

.left-part .product-item .product-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-info .woocommerce-Price-amount {
  font-weight: 500 !important;
  font-size: 17px;
  color: #464646;
}

.product-titel {
  display: flex;
}

.product-titel .quantity-info {
  margin-top: 4px;
  font-size: 14px;
  line-height: 21px;
  height: 20px;
  margin-right: 9px;
  color: #fff;
  border-radius: 22%;
  padding: 0px 6px;
  background-color: #e9ae00;
}

#search-bar {
  padding-left: 45px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #8892a1;
  color: #7f7f7f;
}

#product-title {
  margin-bottom: 70px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: start;
}

.pannier-loader {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  background: #ffffffb5;
}

.pannier-loader img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: 50%;
}
.pannier-div {
  position: relative;
}

.button-spinner {
  display: none;
  margin-right: 7px;
}

.quantity-button svg {
  width: 14px;
  max-height: 14px;
  position: absolute;
  fill: #fff;
  top: 3px;
  right: 3px;
}
.quantity-button svg.minus-icon {
  top: calc(50% - 2px);
}
.quantity-button svg path {
  fill: #fff;
}

.summary-item {
  display: flex;
  justify-content: space-between;
}
.summary {
  margin: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.menu-search {
  position: relative;
}
.search-icon {
  top: 30px;
  height: 20px;
  left: 14px;
  position: absolute;
}
.category-button.active-category img {
  border: 3px solid #e9ae00;
}
.category-button.active-category {
  color: #e9ae00;
}
p.empty-pannier {
  padding: 20px;
  font-size: 16px;
}
/* --------------scrolling css------------------------ */
.menu-main-div.fixed-menu .menu-search {
  padding: 20px;
  padding-bottom: 0px;
  margin-left: -14px;
  top: 0;
  position: fixed;
  max-width: 1169px;
  width: 100%;
  z-index: 6;
  background-color: #fff;
}
.menu-main-div.fixed-menu .search-icon {
  top: 49px;
  height: 20px;
  left: 31px;
}
.menu-main-div.fixed-menu .right-part {
  width: 30%;
  /* position: fixed;
    max-width: 330px;
    top: 120px;
    margin-left: 770px; */
}

.menu-main-div.fixed-menu .category-buttons {
  width: calc(70% - 70px);
  max-width: 750px;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  top: 100px;
  padding: 10px;
}

.menu-main-div.fixed-menu .category-button img,
.menu-main-div.fixed-menu .category-button .empty-img {
  display: none;
}

.menu-main-div.fixed-menu .category-button {
  padding: 8px 9px;
  font-size: 15px;
  font-weight: 700;
}

.menu-main-div.fixed-menu .menu-categories {
  padding-top: 260px;
}

.menu-main-div.fixed-menu .category-button.active-category {
  color: #fff;
  border-radius: 14px;
  background-color: #e9ae00;
}

@media (max-width: 1170px) {
  .menu-main-div.fixed-menu .right-part {
    margin-left: calc(70% - 60px);
  }
}
.table-info-mobile {
  background-color: #fff;
  display: none;
}
.show-pannier-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  z-index: 10;
  backdrop-filter: blur(0.8rem);
  background: hsla(0, 0%, 100%, 0.3);
}

.btn-show-pannier-mobile {
  width: 90%;
  background-color: #e9ae00 !important;
  border-radius: 25px;
  position: relative;
  height: fit-content;
  text-transform: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.total-div {
  display: none;
}
#pannier-popup .total-div {
  display: flex;
}
#pannier-popup .popup-content {
  width: 460px;
}
#pannier-popup .table-info {
  display: none;
}
#pannier-popup .basket-total {
  display: none;
}

#pannier-popup .check-out {
  background-color: #f8f9fa;
}
#pannier-popup .pannier-header {
  background-color: #fff;
  box-shadow: inset 0 -0.1rem 0 0 #dadce0;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 70px;
}
#pannier-popup .table-products {
  height: 250px;
}

#pannier-popup .table-products {
  background-color: #f8f9fa;
}
#pannier-popup .pannier-item {
  background-color: #fff;
}
#pannier-popup {
  overflow-y: auto;
}

#product-popup {
  z-index: 1010;
}
.total-div .summary-label,
.total-div .summary-value {
  font-size: 25px;
}

.summary {
  display: none;
}

#pannier-popup .summary {
  display: block;
}

/* ---------------------------version mobile------------------------- */
@media (max-width: 992px) {
  .right-part {
    display: none !important;
  }

  .left-part {
    width: 100% !important;
  }

  .menu-main-div .category-buttons {
    width: calc(100% - 70px) !important;
    max-width: unset !important;
  }

  .menu-main-div.fixed-menu .menu-search {
    position: relative;
    padding: 0;
    padding-bottom: 0;
    margin-left: 0;
    top: 0;
    max-width: unset;
    width: 100%;
    z-index: 1;
    background-color: unset;
  }
  .menu-main-div.fixed-menu .search-icon {
    top: 30px;
    height: 20px;
    left: 14px;
    position: absolute;
  }
  .menu-main-div.fixed-menu .menu-categories {
    padding: 0;
  }
  .table-info-mobile {
    display: block;
  }

  .menu-main-div.fixed-menu .category-buttons {
    top: 50px;
  }
  .show-pannier-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  #quantity-form button[type="submit"],
  #quantity-form button[type="submit"] span {
    font-size: 14px;
  }
}

.empty_products {
  margin-left: 20px;
}

/* --------------------------------commande */
/* Basic styles */
.commande-page .page-container {
  padding: 20px;
}
.commande-page table {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.commande-page th,
.commande-page td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.commande-page th {
  background-color: #bfbfbf;
  color: white;
  font-weight: bold;
}

.commande-page tr:hover {
  background-color: #dddddd;
}

.commande-page .order-row {
  transition: background-color 0.3s;
}

.commande-page .order-row:hover {
  background-color: #dddddd;
}

.commande-page ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.commande-page li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}
.commande-page .page-titel {
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}

.command-header {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.command-header #date,
.command-header #site {
  width: fit-content;
  margin: 0 10px;
}

/* ------------- */
.last-update {
  display: flex;
  width: fit-content;
  padding: 2px 30px 2px 5px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.last-update p {
  margin: 0;
  color: #fff;
  font-family: "dashicons";
}

.last-update svg {
  height: 50px;
  width: 50px;
  margin-right: 8px;
}
.last-update .update-icon {
  display: flex;
  align-items: center;
}

.last-update .label-update {
  font-family: "Source Sans 3";
  font-size: 13px;
  font-weight: 300;
}
.last-update .value-update {
  font-family: "Source Sans 3";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.section-lastupdate {
  display: flex;
  justify-content: end;
  padding: 5px;
  position: relative;
}
.section-blury {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.box-image {
  position: relative;
}

.box-image .information-section {
  align-items: end;
  flex-direction: column;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  width: calc(100% - 15px);
  pointer-events: none;
}

.box-image .text-info {
  max-width: 90%;
  margin-bottom: 5px;
  padding: 2px 7px;
  background: #333;
  color: #fff;
  font-size: 11px;
  width: fit-content;
}
.product-dispo-msg {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.cont-btn a {
  background: #b16ccd;
  border-radius: 20px;
  padding: 10px 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 17px;
  margin-bottom: 10px;
}
.cont-btn a svg {
  margin-right: 5px;
}
.cont-btn a:hover {
  background: #9058a7;
}

@media (max-width: 550px) {
  .cont-btn a {
    width: 100%;
  }
}

.form-produit {
  padding: 30px;
  margin: auto;
}
.section-input {
  margin-left: 50px;
}
.inpute-div {
  display: flex;
}
.inpute-div select,
.inpute-div input {
  width: 150px;
}

.custom-product-gallery {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1000px;
}

.custom-product-gallery .gallery-items {
  width: calc(33.33% - 8px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.custom-product-gallery .gallery-items img {
  background-color: #fff;
  width: 100%;
  /* height: auto; */
  height: 420px;
  object-fit: cover;
}

.custom-product-gallery .gallery-items:hover {
  border: 1px solid #c9c9c9;
}

.modal:not(#video-modal):not(#modal-gallery) {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  /* width: 600px; */
  /* min-height: 300px; */
  max-width: 90%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 20px;
  padding-top: 40px;
  display: none;
}

.modal .modal-close:not(.btn) {
  right: 15px;
  top: 0px;
  position: absolute;
  font-size: 40px;
  font-weight: 900;
  font-family: monospace;
  cursor: pointer;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Adjust the values and color as needed */
  z-index: 10;
}

.modal .modal-close:hover {
  color: #e5d9d9;
}

.modal .modal-body {
  position: relative;
  padding: 0px 40px;
}

#modal-gallery {
  background: unset;
}

#modal-gallery .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: -30px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

#modal-gallery .slick-prev:after {
  content: "\276E";
  font-size: 35px;
  color: #fff;
}

#modal-gallery .slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

#modal-gallery .slick-next:after {
  content: "\276F";
  font-size: 35px;
  color: #fff;
}

#modal-gallery .slick-next:hover {
  color: #d6d6d6;
}
#modal-gallery .slick-prev:hover {
  color: #d6d6d6;
}
#modal-gallery .slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 300px; */
}

@media (max-width: 780px) {
  #modal-gallery .slick-next {
    right: -45px;
  }

  #modal-gallery .slick-prev {
    left: -45px;
  }
}

.produit-form {
  margin-top: 40px;
}

.forminator-ui#forminator-module-13556.forminator-design--material .forminator-title {
  font-size: 19px !important;
  font-weight: 800 !important;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
}
.product-tags .product-tag {
  margin-bottom: 10px;
  padding: 2px 5px;
  color: currentColor;
  font-size: 14px;
  background: transparent;
  border-radius: 3px;
  margin-right: 5px;
  border: 1px solid #c3c0c0;
  opacity: 0.8;
}
.product-tags .product-tag:hover {
  border-color: #560da9;
  background-color: #560da9;
  color: #fff;
  opacity: 1;
}

.nouveau_badg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  color: #fff;
  background: #cb0606;
  padding: 4px;
  font-size: 12px;
  pointer-events: none;
}

#modal-gallery .slider-item.slick-slide {
  display: none;
  position: relative;
  z-index: -1;
}
#modal-gallery .slider-item.slick-slide.slick-active {
  display: flex;
  z-index: 2;
}
#modal-gallery .slider-item.slick-slide.slick-active iframe {
  z-index: 2;
}
#modal-gallery .slick-slide img {
  height: 90vh;
}
#modal-gallery .slick-slide iframe {
  width: 80vw;
  height: 90vh;
  position: relative;
  z-index: -1;
}

#modal-gallery .slick-slide {
  position: relative;
  z-index: -1;
}
#modal-gallery .slick-slide.slick-active {
  z-index: 2;
}
#modal-gallery .slick-slide .modal-close {
  display: none;
}

#modal-gallery .slider-item.slick-slide.slick-active .modal-close {
  display: block;
}
.tags-section {
  padding-left: 10px;
}
/*
div[data-type="staff"]{
    display: none !important;
}
*/
.bookly-css-root button,
.bookly-css-root input,
.bookly-css-root optgroup,
.bookly-css-root select,
.bookly-css-root textarea {
  color: #181819 !important;
}

#booking-section .section-title-container h2 {
  border-color: #000 !important;
  color: #000;
}
#booking-section .bookly-box,
#booking-section .bookly-list span {
  color: #000 !important;
}
.last-update {
  min-width: 131px;
}

@media (max-width: 850px) {
  .last-update .label-update {
    font-size: 9px;
  }
  .last-update .value-update {
    font-size: 10px;
    line-height: 17px;
  }

  .last-update svg {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 549px) {
  .custom-product-gallery {
    flex-direction: row;
  }
  .custom-product-gallery > * {
    flex: 0 0 calc(50% - 6px);
  }
  #modal-gallery .modal-body {
    padding: 0;
  }

  #modal-gallery .slick-slide img {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
  }
  #modal-gallery .slick-next {
    right: 0 !important;
  }
  #modal-gallery .slick-prev {
    left: 0 !important;
  }
  #modal-gallery {
    width: 100vw;
    padding: 0px;
    max-width: unset;
  }

  .custom-product-gallery .gallery-items img {
    height: 300px;
  }

  #modal-gallery .slick-slide iframe {
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
}

@media (max-width: 540px) {
  .last-update .label-update {
    font-size: 9px;
  }
  .last-update .value-update {
    font-size: 9px;
    line-height: 17px;
  }
  .last-update svg {
    height: 24px;
    width: 24px;
  }
  .medium-logo-center #logo a {
    font-size: 12px;
  }
}

#modal-gallery .slick-slide.slick-active .modal-close {
  display: block;
}

.box-image {
  position: relative;
}

.video-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
  background-color: transparent;
  padding: 15px;
  border-radius: 50%;
  display: none;
  width: 70px;
  height: 70px;
  border: 2px solid white;
}

.box-image .video-icon-overlay {
  display: block;
}

.video-icon-overlay svg {
  width: 50px !important;
  height: 50px !important;
  margin-top: -7px;
  margin-left: -6px;
}

.box-image.liste-image {
  height: 420px !important;
  object-fit: cover;
}

.box-image.liste-image .image-zoom_in,
.box-image.liste-image .image-zoom_in a {
  height: 100% !important;
}

.box-image.liste-image .image-zoom_in img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

@media (max-width: 549px) {
  .box-image.liste-image {
    height: 300px !important;
  }

  .box-image .information-section {
    top: auto !important;
    bottom: 5px;
  }
}

@supports (-webkit-touch-callout: none) {
  #modal-gallery .modal-close {
    top: 57px;
  }
}
.zoom-container {
  overflow: hidden;
}

#appointmentsModal {
  height: 90vh;
  min-height: 300px;
  overflow: hidden;
  min-width: 80%;
  width: fit-content;
}

#appointmentsModal,
#appointmentsModal #appointments_details_table,
#appointmentsModal #appointments_details_table thead th,
#appointmentsModal #appointments_details_table tbody td {
  color: #363636;
  border-color: #363636;
}

#appointmentsModal .modal-header .modal-close {
  color: #707070;
  text-shadow: none;
}

#appointmentsModal .modal-body {
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
}

.employees_appointments_details_page #search_stats_btn,
.users_appointments_stats_page #search_users_stats_btn {
  margin: 0;
  position: absolute;
  padding: 0 10px;
  right: 0px;
  border: 1px solid #fff;
}

.employees_appointments_details_page #end_date,
.users_appointments_stats_page #end_date {
  margin-left: -10px;
}

.employees_appointments_details_page .row-divided > .col + .col:not(.large-12),
.users_appointments_stats_page .row-divided > .col + .col:not(.large-12) {
  border-left: none;
}

@media screen and (max-width: 849px) {
  .employees_appointments_details_page #search_stats_btn,
  .users_appointments_stats_page #search_users_stats_btn {
    height: 41px;
    min-height: unset;
    right: unset;
  }

  .employees_appointments_details_page #end_date,
  .users_appointments_stats_page #end_date {
    margin-left: 0;
    width: calc(100% - 39px);
  }
}

.shop-container .row.row-small {
  max-width: 1498px;
}

.btn_contact .icon-chat:before {
  content: "" !important;
}
