/*
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;
}

#btn_next_container {
  display: flex;
  justify-content: center;
}

.form-group .iti.iti--allow-dropdown {
  width: 100%;
}

.disabled_part {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 575px) {
  #btn_next_container button {
    width: 100%;
  }
}

.alert_msg {
  display: none;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert_success_msg {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert_error_msg {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.price-ht {
  font-size: 20px;
  font-family: Mulish, sans-serif;
  color: #6c6c6c;
}

.box-text .price-ht {
  margin-left: -20px;
}

.price-ht span.amount {
  color: #6c6c6c;
  font-weight: 700;
}

.price-ttc {
  font-size: 30px;
  word-spacing: 0px;
  font-family: Mulish, sans-serif;
}

span.regular-price-ttc,
span.regular-price-ttc span.amount {
  color: #38383b;
  font-weight: 700;
  font-family: Mulish, sans-serif;
}

.custom-product-page .price-ht span.amount {
  font-size: 1em;
}

span.price_type {
  font-size: 9px;
  font-weight: bold;
  padding-left: 5px;
}

.box-text span.price_type:nth-child(2) {
  margin-right: 0px;
  padding-left: 10px;
}

.variations_form .woocommerce-variation.single_variation .woocommerce-variation-price {
  display: none;
}

.product .image-zoom-fade {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product .box-image .image-zoom-fade a,
.product .box-image .image-zoom-fade a div.asnp-sale-badge-image-wrapper {
  width: 100%;
  height: 100%;
}

.mini_cart_item > a > div.asnp-sale-badge-image-wrapper {
  width: 100%;
  position: absolute !important;
  left: 0;
}

.product-small .price-wrapper .price-ttc span.amount {
  font-size: 25px;
  font-weight: bold;
}

.product-small .price-wrapper .price-ttc > span:not(.amount),
.product-small .title-wrapper a.woocommerce-loop-product__link {
  font-size: 16px;
  font-weight: bold;
}

.product-small .price-wrapper .price-ttc > span:not(.amount) {
  display: block;
}

.product-small .price .price-ht,
.product-small .price .price-ht + span.price_type {
  display: none !important;
}

@media (max-width: 762px) {
  #brave_popup_65218 .brave_popup__step__mobile .brave_popup__step__inner{
    width: 90% !important;
    max-width: 100% !important;
    min-width: 320px !important;
  }

  #brave_popup_65218 .brave_popup__step__mobile .brave_popup__step__content{
    display: flex !important;
    justify-content: center !important;
  }
}



.newsletter-checkbox .optional {
  display: none!important;
}
