/* 🔧 Ajust camp quantitat */
.css_quantity input {
  max-width: none !important;
}
.js_blog.website_blog nav {
  display: none;
}
.coupon_form {
  display: none;
}
.custom-products .card-body {
  padding: 0;
}
.custom-products .card-title{
  padding: 0;
  margin: 0;
}
.custom-products .card-title a {
  padding: 60px 20px;
  display: block;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-products .card-title a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: pointer;
}

html #product_details .oe_price::after {
  content: " VAT excluded";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}

html[lang="es-ES"] #product_details .oe_price::after {
  content: " IVA no incluido";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}

html[lang="ca-ES"] #product_details .oe_price::after {
  content: " IVA no inclòs";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}

html[lang="nl-NL"] #product_details .oe_price::after {
  content: " excl. btw";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}

html[lang="fr-FR"] #product_details .oe_price::after {
  content: " HT";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}

html[lang="de-DE"] #product_details .oe_price::after {
  content: " zzgl. MwSt.";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}

html[lang="it-IT"] #product_details .oe_price::after {
  content: " IVA esclusa";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}

html[lang="pt-PT"] #product_details .oe_price::after {
  content: " s/ IVA";
  font-size: 0.8em;
  color: #666;
  margin-left: 4px;
}
#wrapwrap:not(.o_header_overlay) header .js_language_selector .dropdown-item span {
  color: #000 !important;
}

header .o_main_nav {
  flex-direction: column-reverse !important;
  display: flex !important;
}
.o_header_sales_one_bot {
  background-color: #000 !important;
}
.o_header_sales_one_bot > ul > li > div{
  justify-content: space-between !important;
}
.o_header_sales_one_bot a {
  color: #fff !important;
  white-space: nowrap !important;
}

#footer section.s_website_form form div[data-type="boolean"] .form-check {
  display: inline-block;
}
#footer section.s_website_form form div[data-type="boolean"] .form-check + div {
  display: inline-block;
  vertical-align: middle;
}
#footer section.s_website_form + p {
  display: none;
}

.s_card.card.o_cc .card-body {
  position: absolute;
  height: 100%;
  width: 100%;
  align-content: center;
}
.s_card.card.o_cc .card-body * {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.editor_enable .s_card.card.o_cc .card-body {
  width: auto;
}
.editor_enable .s_card.card.o_cc .card-body * {
  width: auto;
}

form[data-model_name="mailing.contact"] .form-check,
form[data-model_name="res.partner"] .form-check {
  display:inline-block !important;
}
form[data-model_name="mailing.contact"] .form-check + .form-text,
form[data-model_name="res.partner"] .form-check + .form-text {
  display:inline-block !important;
    vertical-align: middle !important;
}

header .oe_structure .container p {
  margin-bottom: 0;
}

.modal-content .btn {
  white-space: nowrap !important;
}