/* ------------------------------------------------------------------------------------------------------ FONT ----------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@200,400,700,500,600,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&display=swap');

/* ---------------------------------------------------------------------------------------------------------------- CHARTES GRAPHIQUE ---------------------------------------------------------------------------------------------------------------- */

#cmu #form-product-cart .btn.btn-success.btn-add-product.disabled {
    background-color: #FFCC00;
    border-color: #FFCC00;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}
#cmu #form-product-cart .btn.btn-success.btn-add-product.disabled .fa {
    display: none!important;
}
#confirmation-modal,
#cancel-order {
    align-content: center;
    z-index: 10000;
}

#newsletter {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin-bottom: -10px;
}
#newsletter .newsletter {
    width: auto;
    margin: 0 auto;
    border: solid 1px #FFCC00;
    border-radius: 25px;
}
#newsletter .newsletter > strong {
    background-color: #FFCC00;
    color: #FFF;
    display: inline-block;
    float: left;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 25px;
}
#newsletter .newsletter > strong svg {
    width:  auto;
    height: 20px;
    margin: 0px 10px -4px 0;
}
#newsletter .newsletter span {
    width: 400px;
    font-size: .8em;
    display: inline-block;
    line-height: 20px;
    padding: 5px 15px;
    float: left;
}
#newsletter .row,
#newsletter .row [class*="col-md"] {
    height: 50px;
    overflow: hidden;
    margin: 0;
}
#newsletter .row [class*="col-md"] {
    padding: 0;
    width: auto;
    border-radius: 25px;
}
#newsletter .row form {
    background-color: #EAEAEA;
    border-radius: 25px;
    overflow: hidden;
}
#newsletter .row form input[type="email"] {
    background: transparent;
    padding-left: 20px;
}
#newsletter .row form button[type="submit"] {
    padding: 0 20px;
    width: 150px;
    border-radius: 25px;
    line-height: 48px;
    background-color: #FFCC00!important;
    border-color: #FFCC00!important;
}

/* Produit hors pack à cacher sur la box Pack de la page d'accueil */

#widget-block-madewis-fc-pack .item-product-box {
    display: none !important;
}

#widget-block-madewis-fc-pack .item-product-box:has(.widget-product-box[id*="pack"]) {
    display: block !important;
}

#field-text-fos_user_registration_form_company_dynamicFields_0 {
    margin-bottom: 12px!important;
}
#field-text-fos_user_registration_form_company_dynamicFields_0 label[for="fos_user_registration_form_company_dynamicFields_0_value"] {
    margin-bottom: 0!important;
}

/* Tarif livraison > Panier */

h3.titreLivraison {
    position: relative;
    font: 700 35px 'Clash Display';
    line-height: 43px;
    text-align: center;
    color: #FFCC00;
    padding: 5px 25px;
    background: #FFF;
    z-index: 1;
    display: inline-block;
}
.boxLivraison {
    width: 100%;
    padding: 35px;
    border: 1px solid #FFCC00;
    border-radius: 35px;
    margin-top: -34px;
    z-index: 0;
    position: relative;
}
.boxLivraison p {
    text-align: left;
}
.boxLivraison table tr th, 
.boxLivraison table tr td {
    width: calc((100vw - 440px) / 3);
    border-bottom: solid 1px #FFCC00;
    border-right: solid 1px #FFCC00;
}
.boxLivraison table tr th:first-child,
.boxLivraison table tr td:first-child {
    width: 50px;
    border-right: none;
}
.boxLivraison table tr th:nth-child(2),
.boxLivraison table tr td:nth-child(2) {
    width: 300px;
}
.boxLivraison table tr td:nth-child(2) {
    text-align: left;
    vertical-align: bottom!important;
}
.boxLivraison table th {
    text-align: center;
}
.boxLivraison table td:first-child small {
    font: 700 12px 'Clash Display';
    color: #FFCC00;
}
.boxLivraison table td:first-child span {
    display: block;
    width: 50px;
    line-height: 50px;
    font: 900 35px 'Clash Display';
    color: black;
    border-radius: 15px;
    border: solid 3px #FFCC00;
    margin-left: calc((100% - 50px) / 2);
}
.boxLivraison table td.disabled {
    background-color: #E0E1E2;
}

/* ---- start TTC price display ---- */
#products-container:not(.list-view) .item-product-box .info-block .title {
	padding: 0 20px;
}
.price-display {
  display: flex;
  flex-direction: column-reverse;
}
.price-display .unit-price-display-number {
  font-style: italic;
  font-size: 15px;
  font-weight: 500 !important;
  color: #bfbcbc;
}
.price-display .price-display-number-tax {
  font-weight: 600;
  font-size: 22px !important;
  font-style: normal !important;
  color: #000 !important;
}
.widget-cart .total-cart-estimated {
	font-size: 18px;
	font-style: unset !important;
	color: #000 !important;
}
.page-cart-confirm #cart-summary .amount,
.page-cart-payment #cart-summary .amount,
.page-cart-shipping #cart-summary .amount {
  font-weight: normal;
}
.page-cart-confirm .order-summary-total .order-border-bottom-separator th,
.page-cart-confirm .order-summary-total .order-border-bottom-separator td,
.page-cart-payment .order-summary-total .order-border-bottom-separator th,
.page-cart-payment .order-summary-total .order-border-bottom-separator td,
.page-cart-shipping .order-summary-total .order-border-bottom-separator th,
.page-cart-shipping .order-summary-total .order-border-bottom-separator td {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 16px !important;
}
.page-cart-confirm #cart-summary .cart-summary-total.amount,
.page-cart-payment #cart-summary .cart-summary-total.amount,
.page-cart-shipping #cart-summary .cart-summary-total.amount {
  font-weight: 700;
}
.page-cart-confirm .col-md-7.order-summary-indent,
.page-cart-confirm .order-summary-raw_total .order-summary-indent {
  font-weight: normal;
}
.page-cart-confirm .cart-summary-totalNoTax.amount {
  font-weight: 700 !important;
}
.btn-access-product .price-display .unit-price-display-number {
  font-size: 14px !important;
  color: gray !important;
  text-align: center;
}
.widget-product-box .price .price-since {
  display: none;
  font-size: ;
}
.widget-product-box .price-display .price-display-number-tax {
  font-size: 20px !important;
  text-align: center;
}
.widget-product-box .price .price-display .ttc,
.widget-product-box .price .price-display .ht {
  display: none !important;
}
/* ---- end TTC price display ---- */


:root {
    --main-color: #FFCC00;
    --secondary-color: #EF283E;
    
    --aixfc-main-color: #EF283E;
}

:root .company-type-6 {
	--main-color: #FFCC00;
}
:root .company-type-9 {
    --main-color: #FFCC00;
}

body.user-reset-check-page .alert.alert-success .alert-body {
    color: #44AC35
}

#widget-block-madewis-fc-pack .item-product-box {
	width: 25%
}
.widget-order .block .item .unit-price-tax-label .label {
	display: inline-block;
	margin-top: 5px;
}
.widget-list.product-kit-component {
  border-radius: 20px;
  overflow: hidden;
}
.widget-list.product-kit-component .table-overflow-auto {
  margin: 0;
  background: #fff;
  padding: 20px;
}
.widget-list.product-kit-component thead th {
  font-size: 20px !important;
  font-weight: 800 !important;
  text-align: center;
  color: var(--main-color);
}
.widget-list.product-kit-component .table-overflow-auto tbody .name {
  font-weight: 500;
  font-size: 15px;
}
.item-addon-box .item-addon-value .item-addon-label.with-price .label-title {
	font-size: 16px;
	margin-right: auto;
}
.item-addon-box .item-addon-value .item-addon-label.with-price::after {
	content: "ht";
	margin-left: 5px;
}
.product-info.product-pack #form-product-cart .product-more .select-quantity .btn.btn-success.btn-add-product {
  background-color: #EF283E;
  border-color: #EF283E;
  border-radius: 30px;
}
.title-block .sell-by {
	font-size: 14px;
	font-weight: 500;
}
.mad-info-block-text .mad-product-info .properties-color  .props-title {
  color: var(--main-color) !important;
}
.product-info #form-product-cart .product-more .select-quantity .btn:hover {
	opacity: 0.7;
}
.widget-list.product-kit-component .name {
	pointer-events: none;
}
#cart-added .cart-added-container .cart-added-info-container .cart-added {
  display: none;
  border: 0;
}
.product-added {
  flex-direction: column;
}
.product-added .img {
  margin: 0 !important;
  width: auto !important;
}
.product-added .info {
  text-align: center;
}
.product-added .info .item,
.product-added .info  .items-total {
  display: none;
}
#widget-block-frais-de-port-panier .widget-block-description {
  font-weight: 500;
  width: 75%;
  margin: 0 auto 30px;
}
#widget-block-frais-de-port-panier {
  margin: 80px auto 50px !important;
}
#widget-block-frais-de-port-panier .widget-block-text {
  display: none;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .col-xs-1.addon-price.value::after,
.widget-cart .widget-container.boxed .order-container .items-container .item .row .price-text-display::after,
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-text .cart-totalItem.cart-total-item::after {
  content: " HT";
}
.widget-cart .widget-container.boxed .order-container .items-container .cart-item-total {
  display: none;
}
#widget-block-madewis-fc-product,
#widget-block-madewis-fc-club-product,
#widget-block-madewis-fc-pack {
 position: relative;
}
#widget-block-madewis-fc-pack .widget-block-title-link,
#widget-block-madewis-fc-product .widget-block-title-link,
#widget-block-madewis-fc-club-product .widget-block-title-link {
  position: absolute;
  top: -22px;
  right: 0;
  margin: 0;
  display: block;
}
#widget-block-madewis-fc-product .widget-block-title-link .btn.btn-default,
#widget-block-madewis-fc-club-product .widget-block-title-link .btn.btn-default,
#widget-block-madewis-fc-pack .widget-block-title-link .btn.btn-default {
  color: transparent;
  float: right;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
#widget-block-madewis-fc-product .widget-block-title-link .btn.btn-default::before,
#widget-block-madewis-fc-club-product .widget-block-title-link .btn.btn-default::before,
#widget-block-madewis-fc-pack .widget-block-title-link .btn.btn-default::before {
  color: black;
  text-transform: underline;
}
#widget-block-madewis-fc-pack .widget-block-title-link .btn.btn-default::before {
  content: "> Voir tous les packs";
}
#widget-block-madewis-fc-club-product .widget-block-title-link .btn.btn-default::before {
  content: "> Voir tous les produits boutique";
}
#widget-block-madewis-fc-product .widget-block-title-link .btn.btn-default::before {
  content: "> Voir tous les produits marketplace";
}
header .header-content-bottom .menu-wrap .navbar-nav > li > a .fa-caret-down {
	margin: 0 5px;
}
header .nav > li.active, header .nav > li:focus > a, header .nav > li:hover > a, header .nav > li > a:focus, header .nav > li > a:hover {
  background: transparent;
  border-color: #333 !important;
}
.page-cms-faq .faq {
	max-width: 1400px;
	margin: auto;
}
#products-container .widget-product-box .picture-block .picture {
	max-width: 100%;
}
.item-product-box.col-lg-3.col-md-4.col-sm-6 .info-block {
	padding: 20px;
}
.item-product-box.col-lg-3.col-md-4.col-sm-6 .product-detail-link {
	margin: auto;
}
.widget-product-box .price br {
  display: none;
}
.widget-items-block-wrapper {
	gap: 20px 0px;
}
#shop-list-filters,
#shop-list-sorting {
  width: 16.66667%;
}
.shop-list-pagination:nth-child(4) {
  margin-left: 16%;
}
.shop-list-pagination .row.mb-0.d-flex.align-items-end {
  max-width: 1200px;
  margin: auto;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td.variant-price {
	visibility: hidden;
}
.product-info.product-pack #form-product-cart .table thead tr th::before {
  content: "Choisissez la quantité";
  color: var(--main-color);
  position: absolute;
  width: 100%;
  left: 0;
}
.product-info.product-pack #form-product-cart .widget-select-option .table thead th {
  color: transparent;
  position: relative;
}
.product-info.product-pack .product-more .btn.btn-success.btn-add-product:first-child,
.product-info.product-pack .variant-info {
  display: none !important;
}
.product-info.product-pack .product-more .btn.btn-success.btn-add-product:nth-child(2)::before {
  content: "choisissez vos tailles et";
}
.product-info.product-pack .product-more .btn.btn-success.btn-add-product:nth-child(2)::after {
  content: " votre pack";
}
.widget-shipping-method .shipping-method .shipping-method-on-order {
	width: 100%;
	margin: 20px 0;
}
.widget-shipping-method .shipping-method .shipping-method-on-order label {
  font-weight: 500;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td.variant-info .code {
	display: none;
}
.widget-cart .widget-container.boxed .order-container .items-container .cart-item-total strong {
  display: none;
}
.widget-cart .widget-container.boxed .order-container .items-container .cart-item-total .amount::before {
  content: "Total TTC:";
  margin-right: 10px;
  font-weight: 600;
}
.widget-product-box .price.promotion .price-promotion .price-display .price-display-number-tax {
  font-size: 14px !important;
  color: #acacac !important;
}
#products-container .widget-product-box .widget-offers .product-order,
.widget-product-box .price.promotion .price-promotion .unit-price-display {
  display: none;
}
#products-container:not(.list-view) .item-product-box .info-block .info-block-price .product-price-container {
  width: 100%;
}
.widget-product-box .price .price-promotion,
.widget-product-box .price .price-display,
.widget-product-box .price .price-display .price-display-number {
  margin: 0 !important;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td.variant-input .btn-link.btn-remove-variant {
  position: absolute;
  top: 0;
  right: 5px;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td.variant-input .btn-link.btn-remove-variant .fa.fa-times {
  color: red;
}
#form-product-cart .widget-select-option .table tbody .variant-row td.variant-price .price.promotion {
  display: flex;
  flex-direction: column;
}
.product-info .price.promotion .price-promotion .price-display-number-tax {
  font-size: 16px !important;
  color: #acacac !important;
}
.widget-product .price.promotion .price-promotion {
	padding: 0;
	margin-bottom: 5px;
}
.widget-product .price .price-display br {
	display: none;
}
#body.product-page .widget-product .product-info-box .product-price-container {
    position: relative;
}
#body.product-page .widget-product .product-info-box .product-price-container .pTPromo {
    position: absolute;
    font: normal 2em 'Clash Display', sans-serif;
    right: 0;
    color: #C90000;
    width: 80px;
    text-align: center;
    margin-top: 13px;
}
#body.product-page .widget-product .product-info-box .product-price-container .pTPromo span {
    display: block;
    font-size: .4em;
    font-weight: bold;
    letter-spacing: .05em;
    margin-top: -8px;
}
.page-cms-homepage-club .widget-block-banner-slider {
	max-width: 1450px;
	margin: auto;
}
.variant-price .ht,
.widget-product .product-info-header .ht,
.btn-access-product .ht,
#products-container .widget-product-box .widget-offers .price .price-display .price-display-number .ht,
.unit-price-display-number-ht {
  display: none !important;
}
#shop-list > #shop-list-results .widget-middle {
	display: none;
}
#product-prices-form .price-item .price-item-line.variant-unique-line {
	width: 155px;
}
.product-form-container .btn-group-vertical li.active a.btn-default,
.product-form-container .btn-group-vertical li a.btn-default:hover {
	background-color: #fc0 !important;
	border-color: #fc0 !important;
}
#search-engine-suggestions-box #suggestions-container .suggestion-scrollable {
	padding: 0;
}
#orders .order-number-info strong {
	white-space: nowrap;
}
.widget-product .widget-select-option .variant-price .price-promotion .unit-price-display,
.widget-product .widget-select-option .variant-price .price .price-current .unit-price-display {
  display: none;
}
.widget-product .product-info-box .price .price-promotion .price-display {
  flex-direction: column;
}
.page-cms-grille-des-tailles .grid-size-container {
  display: grid;
}
.page-cms-grille-des-tailles .grid-size-container img {
  margin: 70px auto;
}
#form-product-cart .table-overflow-auto {
	overflow-x: inherit;
}
.widget-product .widget-select-option .variant-price .price-promotion {
  margin-bottom: 10px;
}
#products-container .widget-product-box .widget-offers .price .price-display .price-display-number {
  display: initial;
  margin: 10px 0;
  color: transparent;
  justify-content: center;
}
#products-container .widget-product-box .widget-offers .price .price-display .price-display-number .price-display-number-tax {
  font-weight: 700;
  text-align: center;
}
#products-container .widget-product-box .widget-offers .price .price-display .price-display-number .price-display-number-tax .ttc {
  display: none;
}

/* Country select */
#uppler_shop_shipment_address_country option[value="1"],#uppler_shop_shipment_address_country option[value="7"],#uppler_shop_shipment_address_country option[value="8"],#uppler_shop_shipment_address_country option[value="13"],#uppler_shop_shipment_address_country option[value="17"],#uppler_shop_shipment_address_country option[value="18"],#uppler_shop_shipment_address_country option[value="19"],#uppler_shop_shipment_address_country option[value="20"],#uppler_shop_shipment_address_country option[value="24"],#uppler_shop_shipment_address_country option[value="25"],#uppler_shop_shipment_address_country option[value="30"],#uppler_shop_shipment_address_country option[value="31"],#uppler_shop_shipment_address_country option[value="35"],#uppler_shop_shipment_address_country option[value="37"],#uppler_shop_shipment_address_country option[value="38"],#uppler_shop_shipment_address_country option[value="41"],#uppler_shop_shipment_address_country option[value="56"],#uppler_shop_shipment_address_country option[value="57"],#uppler_shop_shipment_address_country option[value="59"],#uppler_shop_shipment_address_country option[value="60"],#uppler_shop_shipment_address_country option[value="62"],#uppler_shop_shipment_address_country option[value="63"],#uppler_shop_shipment_address_country option[value="67"],#uppler_shop_shipment_address_country option[value="68"],#uppler_shop_shipment_address_country option[value="87"],#uppler_shop_shipment_address_country option[value="91"],#uppler_shop_shipment_address_country option[value="92"],#uppler_shop_shipment_address_country option[value="96"],#uppler_shop_shipment_address_country option[value="97"],#uppler_shop_shipment_address_country option[value="98"],#uppler_shop_shipment_address_country option[value="99"],#uppler_shop_shipment_address_country option[value="103"],#uppler_shop_shipment_address_country option[value="105"],#uppler_shop_shipment_address_country option[value="111"],#uppler_shop_shipment_address_country option[value="112"],#uppler_shop_shipment_address_country option[value="115"],#uppler_shop_shipment_address_country option[value="119"],#uppler_shop_shipment_address_country option[value="121"],#uppler_shop_shipment_address_country option[value="122"],#uppler_shop_shipment_address_country option[value="123"],#uppler_shop_shipment_address_country option[value="125"],#uppler_shop_shipment_address_country option[value="126"],#uppler_shop_shipment_address_country option[value="129"],#uppler_shop_shipment_address_country option[value="130"],#uppler_shop_shipment_address_country option[value="132"],#uppler_shop_shipment_address_country option[value="134"],#uppler_shop_shipment_address_country option[value="137"],#uppler_shop_shipment_address_country option[value="138"],#uppler_shop_shipment_address_country option[value="140"],#uppler_shop_shipment_address_country option[value="141"],#uppler_shop_shipment_address_country option[value="144"],#uppler_shop_shipment_address_country option[value="147"],#uppler_shop_shipment_address_country option[value="151"],#uppler_shop_shipment_address_country option[value="153"],#uppler_shop_shipment_address_country option[value="154"],#uppler_shop_shipment_address_country option[value="156"],#uppler_shop_shipment_address_country option[value="157"],#uppler_shop_shipment_address_country option[value="159"],#uppler_shop_shipment_address_country option[value="160"],#uppler_shop_shipment_address_country option[value="165"],#uppler_shop_shipment_address_country option[value="166"],#uppler_shop_shipment_address_country option[value="167"],#uppler_shop_shipment_address_country option[value="168"],#uppler_shop_shipment_address_country option[value="173"],#uppler_shop_shipment_address_country option[value="175"],#uppler_shop_shipment_address_country option[value="176"],#uppler_shop_shipment_address_country option[value="178"],#uppler_shop_shipment_address_country option[value="180"],#uppler_shop_shipment_address_country option[value="182"],#uppler_shop_shipment_address_country option[value="185"],#uppler_shop_shipment_address_country option[value="186"],#uppler_shop_shipment_address_country option[value="187"],#uppler_shop_shipment_address_country option[value="188"],#uppler_shop_shipment_address_country option[value="191"],#uppler_shop_shipment_address_country option[value="192"],#uppler_shop_shipment_address_country option[value="193"],#uppler_shop_shipment_address_country option[value="194"],#uppler_shop_shipment_address_country option[value="195"],#uppler_shop_shipment_address_country option[value="196"],#uppler_shop_shipment_address_country option[value="197"],#uppler_shop_shipment_address_country option[value="198"],#uppler_shop_shipment_address_country option[value="199"],#uppler_shop_shipment_address_country option[value="205"],#uppler_shop_shipment_address_country option[value="206"],#uppler_shop_shipment_address_country option[value="218"],#uppler_shop_shipment_address_country option[value="220"],#uppler_shop_shipment_address_country option[value="222"],#uppler_shop_shipment_address_country option[value="226"],#uppler_shop_shipment_address_country option[value="227"],#uppler_shop_shipment_address_country option[value="230"],#uppler_shop_shipment_address_country option[value="231"],#uppler_shop_shipment_address_country option[value="232"],#uppler_shop_shipment_address_country option[value="233"],#uppler_shop_shipment_address_country option[value="235"],#uppler_shop_shipment_address_country option[value="238"],#uppler_shop_shipment_address_country option[value="240"],#uppler_shop_shipment_address_country option[value="244"],#uppler_shop_shipment_address_country option[value="248"],#uppler_shop_shipment_address_country option[value="249"],#uppler_shop_shipment_address_country option[value="250"],#uppler_shop_shipment_address_country option[value="251"],#uppler_shop_shipment_address_country option[value="252"],#uppler_shop_shipment_address_country option[value="253"],#uppler_shop_shipment_address_country option[value="256"],#uppler_shop_shipment_address_country option[value="258"],#uppler_shop_shipment_address_country option[value="259"] {display:none;}


#widget-block-banner {
	max-width: 1440px;
	margin: auto;
}
.page-cart-payment .cart-box-right .inner .btn.btn-success.btn-confirm:first-child,
.cart-box-right .widget-cart .inner .btn.btn-success.shipping-validate:first-child {
  display: none;
}
.form-actions .btn.btn-default.btn-reset {
  margin-bottom: 0;
}
.progress-tracker ul li.active::after {
	color: #fff;
	background-color: var(--main-color);
	box-shadow: 0 0 0 4px var(--main-color);
}
.progress-tracker ul li.active,
.progress-tracker ul li.active:after,
.progress-tracker ul li.active:before {
  border-color: var(--main-color);
}
form[name="uppler_cart_address"] .cart-box-right .inner .btn.btn-success:first-child {
	display: none;
}
.cart-view-form .widget-title .currency-title {
  display: none;
}
.cart-view-form .widget-product-thumb a {
    max-width: 450px;
}

.widget-company-subordination .col-sm-12.col-lg-8 {
  width: 100%;
}
.widget-company-subordination .label-title {
  float: none !important;
}
.widget-company-subordination .form-company-subordination {
  padding: 15px;
}
.select2-search.select2-search--inline input {
  border-color: transparent !important;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .message-cart .add-to-wish-list.btn-group .btn.btn-default {
	border-radius: 30px;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .message-cart .add-to-wish-list.btn-group {
	margin-top: 10px;
	display: none;
}
.btn.btn-remove.pull-right.btn-danger.remove-prototype.btn-notext {
	padding: 12px 20px;
}
#form-contact .col-md-6.col-md-offset-3 {
	margin: 0;
	width: 100%;
}
.widget-product-box .price.promotion {
  display: flex;
  flex-direction: column;
}
.widget-product-box .price.promotion .price-current {
  margin: 0;
  padding: 0;
}
.widget-product-box .price.promotion .price-promotion {
  text-align: center;
  color: #000;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td.widget-stock {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 18px;
  font-weight: 400;
}
.widget-product .widget-select-option .variant-row {
  position: relative;
}
.widget-container.widget-order.is-order.boxed {
	overflow: inherit;
}
.widget-comment .fos_comment_submit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mad-info-block-text .mad-product-info  .product-fournisseur-label,
.mad-info-block-text .mad-product-info .properties-color span {
  color: #000;
}
#products-container:not(.list-view) .item-product-box .info-block .title {
	margin-bottom: 0;
}
.product-label {
  background: gray;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: lowercase;
  padding: 5px 10px;
  border-radius: 30px;

}
.product-label-yellow {
  background: var(--main-color);
}
.gender-label {
  position: absolute;
  left: 20px;
  top: 15px;
}
.register-text-block.register-text-block-partner ul {
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.register-text-block.register-text-block-partner ul li {
  width: 50%;
  font-weight: 500;
}
.register-text-block.register-text-block-partner ul li span {
  font-weight: 700;
}
.register-form-content p {
  font-size: 20px;
  margin-bottom: 30px;
  padding: 0;
}
.register-form-text {
  margin: 50px 0;
}
.register-form-text p {
  font-size: 20px;
}
.register-form-text ul {
  padding-left: 20px;
}
.register-form-text ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  margin-bottom: 15px;
}
.register-form-text ul li svg {
  margin-right: 10px;
}
.register-form-text ul li .main-color {
  font-weight: 700;
}
/* .register .field-text .form-control {
	height: 33px;
} */
#form-register .inner, #form-register .inner .container {
	padding: 0;
}
.register-text-bottom {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: 500;
	margin: 40px 0;
}
.register-form-content .register-title {
	margin-bottom: 20px;
}
.register-form-content {
	margin-top: 50px;
}
.row-submit #signup-submit {
  background: var(--main-color);
  border-color: var(--main-color);
  text-transform: inherit;
  font-size: 22px;
  border-radius: 30px;
  font-weight: 500;
  padding: 7px 40px;
}
.row-submit  .row-checkbox {
  margin-bottom: 20px;
}
.row-submit .row-checkbox a label {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
#form-register .block-name {
  display: none;
}
#form-register .row {
  display: flex;
  flex-wrap: wrap;
}
#form-register .row::after, #form-register .row::before {
  display: none;
}
#form-register .row .col-md-12 {
  display: none;
}
.register .field-text {
  margin-bottom: 25px;
  
}
.register .field-text label {
  font-size: 20px;
  font-weight: 500;
}
.register .field-text input {
  // height: 33px !important;
  padding: 0 20px;
}
.register .field-text input::placeholder {
  font-weight: 500;
  color: #797979;
}
#form-register .register-form-content {
	margin-top: 50px;
}
#form-register .register-form-content .register-title {
	margin-bottom: 10px;
}
#widget-block-register-banner {
  border: 0;
  padding: 0;
}
#widget-block-register-banner .widget-block-text {
  display: none;
}
.register-content.container, .grid-size-container.container, .tou-container {
  max-width: 1400px;
}
.register-content .register-box {
}
.register-content .register-title h2, .page-contact .register-form-content .register-title h2, .grid-size-container .grid-size-title h2, .tou-container .tou-content .title-area h2 {
  font-weight: 500;
}
.register-content .register-title, .page-contact .register-form-content .register-title .title-area, .grid-size-container .grid-size-title .title-area, .tou-container .tou-content .title-area {
  margin-bottom: 50px;
  border-bottom: 4px solid var(--main-color);
  padding-bottom: 5px;
  position: relative;
  padding-right: 60px;
}
.page-contact .register-form-content .register-title .title-area {
    margin-bottom: 30px;
}
.register-text .register-text-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 50px;
}
.register-text-image {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.register-text-image h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.register-text-image p {
  text-align: center;
}
.register-text-block p {
  font-size: 20px;
  padding-right: 50px;
}
.register-text-block ul {
  padding-left: 50px;
}
.register-text-block ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.register-text-block ul li p {
  margin: 0;
}
.register-content .register-title::after, .page-contact .register-form-content .register-title .title-area::after {
  content: '';
  width: 47px;
  height: 47px;
  display: block;
  position: absolute;
  right: 0;
  border-radius: 10px;
  border: 2px solid var(--main-color);
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg width="27" height="15" viewBox="0 0 27 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.4031 0.378398H7.0599C6.0906 0.378398 5.15575 0.879793 4.2563 1.8845C3.33963 2.87963 2.76551 4.01351 2.53586 5.28709L0.81543 14.6213H6.37861L8.09905 5.30718C8.18803 4.86607 8.39663 4.45653 8.72483 4.07857C9.06739 3.7121 9.40612 3.52838 9.74102 3.52838H10.5563C10.9065 3.52838 11.1744 3.7121 11.361 4.07857C11.5619 4.44601 11.6174 4.85554 11.5284 5.30718L9.808 14.6213H15.3712L17.0916 5.30718C17.1796 4.85554 17.393 4.44601 17.7279 4.07857C18.0552 3.7121 18.391 3.52838 18.7336 3.52838H19.5613C19.8885 3.52838 20.1536 3.71305 20.3545 4.07857C20.5555 4.44505 20.61 4.85459 20.522 5.30623L18.8015 14.6203H24.3647L26.0746 5.28613C26.3196 4.02308 26.1674 2.88824 25.6163 1.88354C25.0871 0.878835 24.3504 0.377441 23.405 0.377441L23.4031 0.378398Z" fill="%231D1D1B"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  bottom: -25px;
}

.main-color {
  color: var(--main-color);
}
.profile-block-content .btn {
  color: #697386;
  font-weight: 500;
  border: 1px solid var(--main-color);
  padding: 5px 20px;
  text-transform: inherit;
}
.company-type-6 header .access-wrap #sidebar {
  border: 2px solid #fff;
}
.company-type-6 header .access-wrap .header-buyer-sidebar #sidebar .nav.nav-tabs li a {
  color: #fff !important;
}
.company-type-6 header .access-wrap .header-buyer-sidebar #sidebar .nav.nav-tabs li a .fa {
  border-color: #fff;
  color: #fff;
}
.profile-page-content-buyer .widget-profile-info.boxed .info-country {
  display: none;
}
.profile-page-content-buyer .widget-profile-info.boxed  .title {
  font-size: 16px;
  font-weight: 800;
  color: var(--main-color);
}
.profile-page-content-buyer .widget-profile-info .info {
  font-weight: 400;
  font-size: 16px;
}
.widget-profile-info.widget-profile-info-description {
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: inherit;
}
.widget-profile-info.widget-profile-info-description .widget-title, h2.profile-title {
  margin: 0;
  background: none;
  font-size: 32px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
}
.profile-block-title h3 {
  color: var(--main-color);
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-block-title svg path {
  fill: var(--main-color);
}
.profile-block-content {
  margin-bottom: 20px;
}
.profile-block-content h4 {
  font-weight: 500;
  font-size: 22px;
}
.profile-block-content ul {
  padding-left: 25px;
}
.profile-block-content ul li {
  font-size: 20px;
}
.profile-page .container-global #content {
  max-width: 1400px;
}
.profile-block, .widget-profile-info.widget-profile-info-description .inner {
  padding: 10px 25px !important;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.profile-block-section {
  margin-bottom: 40px;
}
.profile-block-section:last-child {
  margin-bottom: 0;
}
.widget-profile-info.widget-profile-info-description .inner {
  padding: 20px 25px;
}
.widget-profile-info.widget-profile-info-description .inner p {
  margin: 0;
}
.user_type_seller input[type="email"],
.user_type_seller input[type="number"],
.user_type_seller input[type="password"],
.user_type_seller input[type="search"],
.user_type_seller input[type="text"],
.user_type_seller input[type="url"],
.user_type_seller textarea {
  border-radius: 5px !important;
}
.user_type_seller input.select2-search__field {
	border: 0 !important;
	width: auto !important;
}
.btn-access-product .product-price-container .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0 10px;
}
.btn-access-product .product-price-container .price .price-promotion .price-display {
  color: #000;
  font-size: 18px;
}
.btn-access-product .product-price-container .price .price-promotion .price-display .unit-price-display-unit {
  display: none;
}
.price.promotion {
}
.info-block-container .info-master {
  text-align: center;
}
.btn-access-product .product-detail-link {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 5px 15px;
  border: 1px solid var(--main-color);
  border-radius: 30px;
  color: #697386;
  font-weight: 500;
}
.btn-access-product .product-detail-link svg path {
  fill: #9A9A9A;
}
.btn-access-product .product-detail-link:hover svg path {
  fill: var(--main-color);
}
.page-cms-homepage-club .homepage-widget-title h2 {
	background: #f8f8f8;
	z-index: 1;
}
.dropdown-action-btn .dropdown-menu.list-action li {
  margin-bottom: 5px;
}
.dropdown-action-btn .dropdown-menu.list-action li:last-child {
  margin-bottom: 0;
}
.user_type_seller .container-global #sidebar {
	background: #fff;
	height: auto;
}
.user_type_seller .header-content {
	max-width: none;
}
#navbar-notification .dropdown-menu-footer {
  background: var(--main-color);
}
#navbar-notification .dropdown-menu-footer a {
  color: #fff;
  font-weight: 600;
}
header .access-wrap #user-lang-menu svg path {
  fill: var(--main-color);
}
.dropdown-menu.list-action .btn.btn-default {
  color: #fff;
  font-weight: 600;
}
.dropdown-menu.list-action .btn.btn-default:hover {
  background: var(--main-color);
}
.widget-search-action .search-block .form-inline.form-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget-search-action .search-block .form-inline.form-filter .form-control {
  border-radius: 5px !important;
}
.bg-grey-container .homepage-widget-title h2 {
	background: #f8f8f8;
}
.homepage-widget-title {
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
}
.homepage-widget-title h2 {
  font-size: 35px;
  font-weight: 700;
  padding: 0 20px;
  margin: 0;
}
.white-color {
  color: #fff;
}
.homepage-widget-title.main-bg h2 {
  background: var(--main-color) !important;
}
.homepage-widget-title h2 {
  background: #fff;
}
.homepage-widget {
	padding: 0 0 20px;
}
/*MADEWIS 19937*/
.homepage-widget #widget-block-madewis-fc-pack .item-product-box{
	width: auto
}

/*MADEWIS*/
.header {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 1039;
}
.header-text {
  background: var(--main-color);
  color: #fff;
}
.header-text p {
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  font-family: Nunito Sans;
  font-weight: 600;
}
.brand-wrap-club a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--main-color) !important;
  font-size: 35px;
}
.brand-wrap-club a svg {
  min-width: 47px;
  height: 47px;
  width: 47px;
}
.brand-wrap-club .header-logo-name-club {
  line-height: 24px;
}
.brand-wrap-club .header-logo-name-club span {
  color: #000;
}
#products-container .widget-product-box .widget-offers .product-order {
  width: auto;
  padding: 0;
}
#products-container .widget-product-box .widget-offers .product-order .btn-add-product {
  height: 30px;
  width: 30px;
  padding: 0 !important;
  position: absolute !important;
  right: 10px;
  top: 35px;
  background-image: url('data:image/svg+xml,<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.6667 22.6667C21.0942 22.6667 19.8333 23.9275 19.8333 25.5C19.8333 26.2514 20.1318 26.9721 20.6632 27.5035C21.1946 28.0348 21.9152 28.3333 22.6667 28.3333C23.4181 28.3333 24.1388 28.0348 24.6701 27.5035C25.2015 26.9721 25.5 26.2514 25.5 25.5C25.5 24.7486 25.2015 24.0279 24.6701 23.4965C24.1388 22.9652 23.4181 22.6667 22.6667 22.6667ZM1.41667 0C0.634262 0 0 0.634263 0 1.41667C0 2.19907 0.634263 2.83333 1.41667 2.83333H2.83333L7.93333 13.5858L6.00667 17.0567C5.79417 17.4533 5.66667 17.9208 5.66667 18.4167C5.66667 19.1681 5.96518 19.8888 6.49653 20.4201C7.02788 20.9515 7.74855 21.25 8.5 21.25H24.0833C24.8657 21.25 25.5 20.6157 25.5 19.8333C25.5 19.0509 24.8657 18.4167 24.0833 18.4167H9.095C9.00107 18.4167 8.91099 18.3794 8.84457 18.3129C8.77815 18.2465 8.74083 18.1564 8.74083 18.0625C8.74083 17.9917 8.755 17.935 8.78333 17.8925L10.0583 15.5833H20.6125C21.675 15.5833 22.61 14.9883 23.0917 14.1242L28.1633 4.95833C28.2625 4.73167 28.3333 4.49083 28.3333 4.25C28.3333 3.87428 28.1841 3.51394 27.9184 3.24827C27.6527 2.98259 27.2924 2.83333 26.9167 2.83333H5.96417L4.90258 0.574638C4.73774 0.223909 4.38509 0 3.99756 0H1.41667ZM8.5 22.6667C6.9275 22.6667 5.66667 23.9275 5.66667 25.5C5.66667 26.2514 5.96518 26.9721 6.49653 27.5035C7.02788 28.0348 7.74855 28.3333 8.5 28.3333C9.25145 28.3333 9.97212 28.0348 10.5035 27.5035C11.0348 26.9721 11.3333 26.2514 11.3333 25.5C11.3333 24.7486 11.0348 24.0279 10.5035 23.4965C9.97212 22.9652 9.25145 22.6667 8.5 22.6667Z" fill="%23FFCC00"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 22px !important;
}
#products-container .widget-product-box .widget-offers .product-order .btn-add-product .fa {
  width: auto;
  margin: 0;
  font-size: 25px !important;
  display: none;
}
.header-text-container {
  padding: 10px;
}
.bg-club-container {
    background: var(--main-color);
    padding: 1px 0;
}
.bg-club-container .widget-block-title {
  color: #fff;
  background: var(--main-color) !important;
}
.bg-club-container .widget-block {
  border-color: #fff;
}
.page-cms-homepage-club .widget-block-grid-carousel .widget-block-title, 
.page-cms-homepage-club .widget-block-banner-default .widget-block-title, 
.page-cms-homepage-club .widget-block-grid-default .widget-block-title {
  background: #fff;
}
.product-info #form-product-cart .widget-select-option .table thead td {
	border: 0;
}
#dropdown-notification {
  background-image: url('data:image/svg+xml,<svg width="20" height="23" viewBox="0 0 20 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 18.619V19.7143H0V18.619L2.22222 16.4286V9.85714C2.22222 6.4619 4.47778 3.4719 7.77778 2.5081V2.19048C7.77778 1.60953 8.01191 1.05237 8.42865 0.641576C8.8454 0.230782 9.41063 0 10 0C10.5894 0 11.1546 0.230782 11.5713 0.641576C11.9881 1.05237 12.2222 1.60953 12.2222 2.19048V2.5081C15.5222 3.4719 17.7778 6.4619 17.7778 9.85714V16.4286L20 18.619ZM12.2222 20.8095C12.2222 21.3905 11.9881 21.9476 11.5713 22.3584C11.1546 22.7692 10.5894 23 10 23C9.41063 23 8.8454 22.7692 8.42865 22.3584C8.01191 21.9476 7.77778 21.3905 7.77778 20.8095" fill="black"/></svg>') !important;
}
#dropdown-message {
  background-image: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.9 0H2.1C1.54305 0 1.0089 0.210714 0.615076 0.585786C0.221249 0.960859 0 1.46957 0 2V20L4.2 16H18.9C19.457 16 19.9911 15.7893 20.3849 15.4142C20.7787 15.0391 21 14.5304 21 14V2C21 1.46957 20.7787 0.960859 20.3849 0.585786C19.9911 0.210714 19.457 0 18.9 0ZM4.2 7H16.8V9H4.2V7ZM12.6 12H4.2V10H12.6V12ZM16.8 6H4.2V4H16.8" fill="black"/></svg>') !important;
}
.favoris-in-header {
	padding: 15px 10px;
}
.icon-notification-container .icon-notification {
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.dropdown .icon-notification-container .icon-notification .fa {
  color: transparent !important;
}
.widget-block-banner-slider .carousel-inner .item .hidden.item-link .btn {
	text-transform: lowercase;
	font-weight: 700;
	font-family: Nunito Sans;
	font-size: 22px;
	border-radius: 30px;
}
#widget-block-madewis-fc-club-product .widget-block-title {
  width: max-content;
  padding: 0 30px;
}
.page-cms-homepage .widget-block > div > .widget-block-title,
.page-cms-homepage-club .widget-block > div > .widget-block-title {
  top: -30px;
  display: none;
}
.popup-product-image {
  display: flex;
  justify-content: center;
}
.popup-product {
  width: 60%;
  margin: auto;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
}
.input-group #pageUrl {
  display: none;
}
.popup-product-image .picture {
  margin-bottom: 0 !important;
}
.popup-product .popup-product-text {
  text-align: center;
}
.shop .widget-search-action .search-block .form-inline.form-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.shop .widget-search-action .search-block .form-inline.form-filter .form-group .form-control {
  border-radius: 5px !important;
}
.popup-product .popup-product-text .popup-product-name {
  font-size: 20px;
  font-weight: 800;
}
#shop-list-sorting #mobile-filter-button {
  background-color: #fff;
  color: var(--main-color);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='85.333' height='85.333' viewBox='0 0 64 64'%3E%3Cpath d='M.4 1.5c-.8 2 .4 8.2 2.3 12 .9 1.6 5.6 6.8 10.4 11.5l8.9 8.6v14.7c0 12.4.2 14.9 1.5 15.4 1 .3 5-1.7 10-5.1L42 53V33.7l9.4-9.1C61.2 15 64.5 9.4 63.8 3.4L63.5.5 32.2.2C5 0 .9.2.4 1.5zm58 5.7c-1.5 5-3.7 7.8-10.9 14.4-4.2 3.7-8.3 8-9.1 9.5-.9 1.8-1.4 5.9-1.4 11.1v8.3l-4.4 2.7C30.2 54.8 28 56 27.7 56c-.3 0-.7-5.7-.9-12.6l-.3-12.7-8.5-8.1C7.9 13.1 7.2 12.2 6 8.1L5.1 5h54l-.7 2.2z' fill='%23000'/%3E%3Cscript/%3E%3C/svg%3E");

}
#shop-list-sorting #mobile-filter-button:hover {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='85.333' height='85.333' viewBox='0 0 64 64'%3E%3Cpath d='M.4 1.5c-.8 2 .4 8.2 2.3 12 .9 1.6 5.6 6.8 10.4 11.5l8.9 8.6v14.7c0 12.4.2 14.9 1.5 15.4 1 .3 5-1.7 10-5.1L42 53V33.7l9.4-9.1C61.2 15 64.5 9.4 63.8 3.4L63.5.5 32.2.2C5 0 .9.2.4 1.5zm58 5.7c-1.5 5-3.7 7.8-10.9 14.4-4.2 3.7-8.3 8-9.1 9.5-.9 1.8-1.4 5.9-1.4 11.1v8.3l-4.4 2.7C30.2 54.8 28 56 27.7 56c-.3 0-.7-5.7-.9-12.6l-.3-12.7-8.5-8.1C7.9 13.1 7.2 12.2 6 8.1L5.1 5h54l-.7 2.2z' fill='%23000'/%3E%3Cscript/%3E%3C/svg%3E") !important;
}
#search-engine-suggestions-box #suggestions-container .suggestions-list-title {
  color: var(--main-color);
  font-size: 24px;
}
#search-engine-suggestions-box #suggestions-container .btn-link.suggestion-all {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
#search-engine-suggestions-box #suggestions-container .suggestions-list-product .widget-product-box {
  border-radius: 20px;
}
#search-engine-suggestions-box #suggestions-container .suggestions-list-product .widget-product-box .picture-block {
  height: 175px;
}
#search-engine-suggestions-box #suggestions-container .widget-product-box .box-product-name {
  font-size: 14px;
}
#search-engine-suggestions-box #suggestions-container .widget-product-box .box-product-ref,
#search-engine-suggestions-box #suggestions-container .widget-product-box  .box-product-seller {
  font-weight: 600;
  font-size: 12px;
  padding: 0;
}
.modal-content .modal-body .input-group {
  width: 60%;
  margin: 20px auto 0;
  text-align: center;
}
a.page-back {
  margin: 10px 0;
}
.suggestion-text span {
	font-weight: 600;
	font-family: Nunito Sans;
}
.modal-content .modal-body {
	padding: 30px;
}
.modal-header {
	text-align: center;
	border: 0;
	padding-bottom: 0;
}
#myModalLabel {
  font-size: 34px;
  font-weight: 600;
  color: var(--main-color);
  font-family: 'Clash Display', sans-serif;
}
.modal-content .modal-body input {
  font-size: 12px;
  padding: 0 10px;
  border-radius: 30px 0 0 30px !important;
  text-overflow: ellipsis;
}
.panel .panel-heading h5 .fa {
	color: #fff !important;
	background-color: var(--main-color);
	height: 18px;
	width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}
#shop-list-sorting .input-group {
	width: 100%;
}
.widget-product .widget-breadcrumb .btn-product-back {
  background: none;
  color: #000;
  padding: 5px 20px;
  display: flex;
  gap: 10px;
}
.widget-product .widget-breadcrumb .btn-product-back .fa {
  display: flex;
  justify-content: center;
  align-items: center;
}
.results-per-page {
	min-width: auto !important;
}
.widget-product .widget-select-option .variant-row td.variant-info {
  display: flex;
  gap: 20px;
}
.panel .panel-heading h5,
.panel .panel-heading h5 .label-title {
  color: var(--main-color);
  font-weight: 600 !important;
  font-size: 18px;
}
.panel .search-criteria-container {
  overflow-y: auto;
}
#shop-list-filters .search-filters {
  border-radius: 15px;
  overflow: hidden;
}
#shop-list-filters .search-filters .filter-group.mb-5 {
  margin: 0 !important;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .message-cart .btn.btn-default {
  background: #fff;
  color: #000;
  font-weight: 500;
  text-transform: inherit;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  width: 220px;
  align-items: center;
  border: 2px solid;
  font-family: nunito sans;
  font-weight: 600;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .message-cart .btn.btn-default .badge.thread-counter {
  background: #fff;
  border: 1px solid #d4d4d4;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  font-family: nunito sans;
  top: 0;
  padding: 0;
  line-height: inherit;
}
.widget-cart .widget-container.boxed .order-container .items-container .cart-item-total strong {
  font-weight: 600;
  margin-right: 20px;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-img .picture-block a .picture {
  max-width: 100px;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row .cart-variant-info strong {
  font-weight: 400;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row .cart-variant-info li {
  color: #000;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row .info-block .description {
  color: #000;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row .cart-unitPrice-and-input {
  display: flex;
  align-items: center;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row .cart-unitPrice-and-input .cart-unit-price {
  min-width: auto;
  width: min-content;
  margin-right: 25px;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row .cart-unitPrice-and-input .cart-input-quantity input {
  width: 100px;
  height: 40px !important;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .row .price-text-display {
  font-weight: 400;
  font-size: 18px;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-text .cart-totalItem.cart-total-item {
  font-weight: 400;
  font-size: 18px;
}
.product-more .select-quantity .add-to-tender.btn-group,
.product-more .select-quantity .btn-add-product.btn-add-quote {
  display: none !important;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart {
  background: #fff !important;
  padding: 10px !important;
  display: flex;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-name.cart-variant-info .code {
  display: none;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-name.cart-variant-info ul {
  margin-bottom: 0;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-img .picture-block {
  margin: 0 10px 0 0;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-img .info-block a {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-img .info-block .description {
  color: #000;
  font-weight: 400;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  border: 2px solid var(--main-color);
  padding: 0 20px;
  border-radius: 25px;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row::after, .widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row::before {
  display: none;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-10, .widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-2 {
  padding: 0;
  display: flex;
  align-items: center;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-10 .cart-checkout {
  margin: 0 10px 0 0 !important;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-2 .pull-right.item-col-input {
  float: none !important;
  margin-left: auto;
  margin-top: 0;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-2 .pull-right.item-col-input .badge.badge-number {
  border-color: var(--main-color);
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-2 .pull-right.item-col-input .delete-action-form .btn.btn-danger.btn-delete {
  border-color: #B2B2B2;
  width: 28px;
  height: 28px;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-2 .pull-right.item-col-input .delete-action-form .btn.btn-danger.btn-delete .fa {
  color: #b2b2b2;
}
.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .row .col-md-2 .pull-right.item-col-input .btn-collapse-items {
  color: #000;
  margin-right: 0;
}
.widget-cart-info.dropdown-menu .cart-table {
	overflow-y: auto;
}
#cart-added .btn-group-content .btn-group .btn {
  border-radius: 21px;
}
header .header-content .cart-wrap #cart-container .link .caret {
	color: var(--secondary-color);
}

#cart-added .cart-added-container .cart-added-info-container .product-added {
	background: #fff;
	border-right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cart-added .cart-added-info-container {
  border: 0;
  margin: auto;
}
#cart-added .cart-added-container .cart-added-info-container .cart-added {
  background: #fff;
  text-align: center;
}
#cart-added .cart-added-container .cart-added-info-container .product-added .img {
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}
#cart-added .cart-added-container .cart-added-info-container .product-added .info {
}
#cart-added .cart-added-container .cart-added-info-container .product-added .info .name {
  color: var(--main-color);
  font-size: 22px;
}
#cart-added .cart-added-container .cart-added-info-container .product-added .info .items {
}
#cart-added .cart-added-container .cart-added-info-container .product-added .info .items strong {
  color: var(--main-color);
  margin-right: 10px;
  font-weight: 500;
}
#cart-added .cart-added .items {
  font-size: 22px;
}
#cart-added .cart-added .items p {
  display: flex;
  flex-direction: column;
}
#cart-added .cart-added .items p .total {
  font-size: 26px;
  color: var(--main-color);
}
.widget-product .widget-select-option .variant-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 20px 20px 40px;
  border-radius: 20px;
  background: #F8F8F8;
  margin-bottom: 0;
}
.widget-product .widget-select-option .variant-row:last-child {
  margin-bottom: 0;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td strong {
  margin-right: 5px;
  font-weight: 500;
  font-size: 18px;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td .option-value-info {
  color: #000;
  font-size: 18px;
}
.widget-product #form-product-cart .widget-select-option .table tbody  .variant-row td {
  width: auto;
  padding: 0 !important;
}
.widget-product .widget-select-option .variant-row td.variant-price .price-current .price-display-number {
  font-size: 18px;
  font-weight: 400;
}
.widget-product .widget-select-option .variant-row td.variant-price .price-current .unit-price-display {
  font-size: 18px !important;
  color: #B2B2B2 !important;
}
.widget-product #form-product-cart .widget-select-option .table tbody .variant-row td.variant-input .cart-quantity.form-control {
  width: auto;
  padding: 0 20px;
  font-weight: 400;
}
.widget-product #form-product-cart .widget-select-option .table tbody  .variant-row td {
  width: auto;
  padding: 0 !important;
}
.mad-product-top .mad-product-top-links a.first:hover svg path {
  stroke: var(--main-color);
}
.mad-product-top .mad-product-top-links a.last:hover svg path {
  fill: var(--main-color);
}
.widget-product .product-info .outside-product-info-box h2.title {
	font-size: 34px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 10px;
}
.property.bottom-property {
  border: 1px solid var(--main-color);
  padding: 0 20px;
  color: #697386;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
}
.mad-product-bottom-properties {
  display: flex;
  gap: 15px;
}
.product-info-box .product-price-container .price {
  display: flex;
  flex-direction: column;
}
.product-info-box .product-price-container .price .price-since {
  float: left;
  padding: 0;
  font-size: 22px;
}
.product-info-box .product-price-container .price .price-since::after {
  content: " :";
}
.product-info-box .product-price-container .price .price-display .unit-price-display-unit {
  display: none;
}
.product-info-box .product-price-container .price .price-display .unit-price-display-number {
  font-weight: 600;
}
.product-info-box {
  padding: 20px 40px;
  background: #fff;
  border-radius: 40px;
  margin-bottom: 30px;
}
.property {
  padding: 10px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: lowercase;
}
.mad-info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mad-info-block-seller {
	width: 140px;
	height: 140px;
	border: 1px solid #D4D4D4;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}
.property.yellow-property {
  color: #fff;
  background: var(--main-color);
}
.property.grey-property {
  background: #989898;
  color: #fff;
}
.mad-product-top-properties {
  display: flex;
  gap: 15px;
}
.relationship-group.btn-group .btn.btn-default.dropdown-toggle {
	color: #fff;
}
.widget-nav-profile .nav.navbar-nav li.link-name a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-nav-profile .nav.navbar-nav li.link-name a img {
  border-radius: 10px;
}
.mad-product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mad-product-top .mad-product-top-links {
  width: 200px;
  display: flex;
}
.mad-product-top .mad-product-top-links a {
  width: 50%;
}
.mad-product-top .mad-product-top-links a.first {
  border-right: 2px solid var(--main-color);
}
.mad-product-top .mad-product-top-links a.last {
  border-left: 2px solid var(--main-color);
  text-align: right;
}
.widget-product .widget-breadcrumb i.fa {
  background: var(--main-color);
  color: #fff;
  height: 17px;
  width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
}
.widget-product .widget-breadcrumb span {
  display: flex;
  gap: 20px;
  align-items: center;
}
.widget-product .widget-breadcrumb span a {
  font-family: nunito sans;
}
.widget-product .widget-breadcrumb i.fa::before {
  left: 1px;
  position: relative;
}
a.page-back::before {
  content: "<";
  font-size: 13px;
  margin-right: 10px;
}
.variant-option-select {
  display: flex;
  align-items: end;
  gap: 15px;
}
.widget-product .product-image #gallery .mad-miniature {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 6%;
}
.widget-product .product-image #gallery .mad-miniature .gallerie {
  width: 47%;
  border-radius: 20%;
  overflow: hidden;
}
.widget-product .product-image #gallery .mad-miniature .gallerie img {
  width: 100%;
}
.variant-option-select .btn.btn-success.add-variant {
  margin: 0 auto 0 0 !important;
  height: 30px;
  display: flex;
  align-items: center;
}
.variant-option-select .option-select .form-control {
	height: 30px;
}
.variant-option-select .pull-left:last-child {
  margin-left: auto;
}
.search-box .search-engine-suggestions-form .form-control.global-search {
	font-family: Nunito Sans;
	border-color: transparent !important;
	letter-spacing: inherit;
	font-size: 14px;
}
header .cart-wrap .cart-menu a.link .cart-content .cart-response {
	font-family: Nunito Sans;
}
.header-content-top,
.header-content-bottom {
  background: #F8F8F8;
}
.widget-nav-profile .nav.navbar-nav li a:not(.btn) {
	color: #000;
	font-weight: 400;
}

.header-content-bg-grey {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}

header .header-content {
	width: 100%;
	padding: 10px 15px !important;
}
.search-box .search-input-box {
  border: 1px solid var(--main-color);
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
}

.search-box .search-input-box input::placeholder {
  color: #000;
}

header .header-content-top .access-wrap > ul > li {
	padding: 0 15px;
	border-right: 4px solid var(--main-color);
}

header .header-content-top li a {
	color: #000 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	gap: 15px;
	background: none !important;
	border: none !important;
	font-weight: 400;
	margin: 0 !important;
	transition: all linear 0.2s;
}

header .header-content-top li:last-child {
	border: 0 !important;
	padding-right: 0 !important;
}

header .header-content-top li:hover a {
	font-weight: 900;
	background: none !important;
}

header .access-wrap #user-lang-menu {
	display: flex;
	padding: 10px 0;
	align-items: center;
}

header .header-content .searchbar-wrap {
  display: flex;
  justify-content: center;
}

header .searchbar-wrap .search-box {
  width: 90%;
}

header .header-content-bottom .menu-wrap .navbar-nav > li > a {
	margin: 0;
	padding: 12px 25px 10px;
	color: #000;
	text-transform: none;
	font-weight: 400;
	transition: all linear 0.05s;

}
header .header-content-bottom .menu-wrap .navbar-nav > li:hover {
  border-color: #000;
}
header .header-content-bottom .menu-wrap .navbar-nav > li:hover > a {
  font-weight: 500;
}
header .header-content .cart-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header-content .cart-wrap #cart-container .link {
	background: #FFE600;
	border-color: #FFE600;
	margin: 0;
	height: 40px;
	padding: 0 20px;
}
header .header-content .cart-wrap #cart-container .link .fa {
	color: #000;
	margin: 0 8px 0 0;
}
header .header-content .cart-wrap #cart-container .link  .cart-response-text {
  display: none;
}
header .header-content .cart-wrap #cart-container .link .parenthesis, header .header-content .cart-wrap #cart-container .link .indicator {
  color: var(--secondary-color);
}
header .searchbar-wrap .search-box .search-input-box {
  height: 40px;
}
header .header-content .cart-wrap .language-manager.dropdown {
  list-style: none;
}
header .header-content .cart-wrap .language-manager.dropdown .dropdown-toggle {
  display: flex;
}
header .header-content .cart-wrap .language-manager.dropdown .dropdown-toggle .locale {
  display: flex;
  height: 20px;
  width: 30px;
}
header .searchbar-wrap .search-box .search-input-box .btn-notext .fa.fa-search {
	font-size: 20px;
	color: #B2B2B2;
}
footer .footer-bottom .fa {
	color: #fff;
	font-size: 22px;
}
footer .footer-bottom {
	border: 0;
	padding: 0;
	margin: 0;
}
footer .footer-bottom a {
	color: #fff;
}
.footer-content .col-md-4 {
	padding: 0 20px;
}
header .header-content-bottom .menu-wrap .dropdown-menu {
  width: 95% !important;
  right: 0;
  border: 2px solid var(--main-color);
  border-radius: 17px !important;
}
header .header-content-bottom .menu-wrap .dropdown-menu .unique {
  padding: 20px;
  margin: 0 !important;
}
.widget-block-banner-slider .carousel {
  padding: 10px 20px;
}
.widget-block-banner-slider .carousel-inner {
  border-radius: 57px;
  background: #fff;
}
.widget-block-banner-slider .carousel-inner .item,
.widget-block-banner-slider .carousel-inner .item img {
	height: auto !important;
	max-height: none !important;
}
.widget-block-banner-slider .carousel-inner .item .hidden.item-title,
.widget-block-banner-slider .carousel-inner .item .hidden.item-description {
	display: none !important;
}
.widget-block-banner-slider .carousel-inner .item .hidden.item-link {
	position: absolute;
	top: 38%;
	right: 10%;
}
#content.page-homepage {
	background: #fff;
}
header .header-content-bottom .menu-wrap .dropdown-menu .unique .col-md-12 {
	padding: 0;
	background-image: url(https://uppler-platform-madewis.s3.eu-west-3.amazonaws.com/image/14/e1/8b2713e759467d12f7efb594a571.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 20%;
}
header .header-content-bottom .menu-wrap .dropdown-menu .unique .col-md-12 .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 80%;
  min-height: 350px;
}
header .header-content-bottom .menu-wrap .dropdown-menu .unique .col-md-12 .row .menu-level-1 {
	width: calc(100% / 3);
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
}
.widget-product-box .link-company {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #D4D4D4;
  background: #fff;
}
.footer-bottom .pull-right.footer-right .fa:hover {
	color: #ce8d48;
}
#widget-block-nos-services  .items-list {
  display: flex;
}
#widget-block-nos-services .items-list .item {
  width: 100%;
  flex-direction: column-reverse;
}
#widget-block-nos-services .items-list .item .widget-block-text {
  background: transparent;
  position: inherit;
}
#widget-block-nos-services .widget-container {
  max-width: 110px;
  margin: 0;
}
.widget-block-banner-default .items-list .item .widget-block-title,
.widget-block-grid-default  .items-list .item .widget-block-title {
  font-size: 20px;
  font-weight: 600;
  width: 225px;
  margin-bottom: 10px;
  color: #000;
  position: initial;
  padding: 0;
  background: transparent;
}
#widget-block-nos-services .items-list .item.item-59 .widget-block-title::after,
#widget-block-nos-services .items-list .item.item-61 .widget-block-title::after {
  content: " éco";
  color: var(--main-color);
}
#widget-block-nos-services .items-list .item .widget-block-description {
	margin: 0;
	font-size: 16px;
	padding: 0 40px;
}
.widget-block-grid-carousel .widget-block-title,
.widget-block-banner-default .widget-block-title,
.widget-block-grid-default .widget-block-title {
	font-size: 35px;
	font-weight: 900;
	color: var(--main-color);
	top: -45px;
	position: relative;
	margin: 0;
	background: #f8f8f8;
	width: 400px;
}
.page-cms-homepage .widget-block-grid-carousel .widget-block-title,
.page-cms-homepage .widget-block-banner-default .widget-block-title,
.page-cms-homepage .widget-block-grid-default .widget-block-title {
	background: #fff;
}
#widget-block-a-la-une .items-list,
#widget-block-les-plus .items-list {
  display: flex;
  gap: 20px;
}

#widget-block-a-la-une .items-list .item .widget-block-text,
#widget-block-les-plus .items-list .item .widget-block-text {
  display: none;
}
.bg-grey-container {
  background: #F8F8F8;
}
.homepage-widget-text h2 {
  text-align: center;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-grey-container .widget-block-banner-default .widget-block-title {
  background: #F8F8F8;
  top: -15px;
}
.bg-grey-container .widget-block-grid-carousel .widget-block-title {
    background: #F8F8F8;
	top: -20px;
}
.item-product-box {
  width: calc(100% / 3);
}
.item-product-box .tPromo {
    opacity: 1;
    position: absolute;
    z-index: 1;
    font: bold 2em 'Clash Display', sans-serif;
    top: 15px;
    left: 15px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    color: #c90000;
}
/* .item-product-box .tPromo + .widget-product-box.boxed .product-label {
    display: none;
    visibility: hidden;
} */
.item-product-box .widget-product-box {
  padding: 0;
  border-radius: 45px;
  box-shadow: none;
  position: relative;
  height: 100%;
}
.item-product-box .widget-product-box .picture-block a {
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  display: flex;
  justify-content: center;
}
.item-product-box .widget-product-box .picture-block {
	height: 100%;
	width: 100%;
}
.widget-block-grid-carousel {
	padding: 5px 35px;
}
.widget-block-grid-carousel > div:first-child {
	position: relative;
	max-width: 500px;
	margin: auto;
	height: 15px;
}
.widget-block-grid-carousel {
	padding: 5px 35px !important;
	margin: 20px auto !important;
}
#widget-block-a-la-une {
  border: 0;
  padding: 0;
  margin: 10px auto 0;
}
#widget-block-a-la-une .items-list .item {
  width: 100%;
}
.widget-block-grid-carousel .widget-block-title-link,
.widget-block-banner-default .widget-block-title-link,
.widget-block-grid-default .widget-block-title-link {
  display: none;
}
#products-container:not(.list-view) .item-product-box {
  width: auto;
}
#products-container:not(.list-view) .item-product-box .picture-block {
  height: 100%;
}
#shop-list-results #products-container:not(.list-view) {
	grid-template-columns: 32% 32% 32%;
	max-width: 1200px;
    margin: auto;
}
#shop-list-results #products-container:not(.list-view) #products-container:not(.list-view) {
	grid-template-columns: 100% 100% 100%;
	margin: 0;
}
#products-container:not(.list-view) .item-product-box .btn-access-product {
  width: auto !important;
  margin: 0 !important;
  padding: 0;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
} 
#products-container:not(.list-view) .item-product-box .btn-access-product a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #697386 !important;
	text-transform: lowercase;
	font-size: 18px !important;
	padding: 2px 15px;
}
#products-container .widget-product-box .widget-offers .product-order .btn-add-product-text {
  display: none;
}
#products-container .widget-product-box .widget-offers .product-order .btn.btn-default.btn-add-product {
  position: inherit;
  padding: 15px;
  background: transparent;
  border: 0;
  color: var(--main-color);
  font-size: 22px;
}
#products-container .widget-product-box .widget-offers .product-order .btn.btn-default.btn-add-product .fa {
  font-size: 30px;
}
header .searchbar-wrap .search-box .search-input-box .btn.btn-default.btn-notext {
	background: no-repeat;
	padding: 5px 10px;
}
.widget-block-grid-carousel .grid-carousel .info-block-container .info-master {
  width: 60%;
}
.widget-block-grid-carousel .grid-carousel .info-block-container .btn-access-product {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: end;
	padding-right: 10px;
}
.widget-block-grid-carousel .grid-carousel .info-block-container .info-master {
	display: flex !important;
	flex-direction: column;
	align-items: center;
}
.widget-block-grid-carousel .grid-carousel .product-detail-link {
	width: fit-content !important;
	margin: 0 !important;
	border: 1px solid var(--main-color);
	padding: 1px 15px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #697386 !important;
	text-transform: lowercase;
	font-size: 18px !important;
}
.info-master .reference {
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
}
#products-container:not(.list-view) .item-product-box {
	max-width: 465px;
}
.btn-access-product .price-current .price-display .unit-price-display-unit {
  display: none;
}
.btn-access-product .price-current .price-display .unit-price-display-number {
  font-size: 22px;
  font-weight: 900;
  color: #000;
}
.btn-access-product .price {
  margin: 0 0 5px;
}
#products-container:not(.list-view) .item-product-box .info-block .product-quantity {
	display: none;
}
header .access-wrap .sidebar-in-header .navbar-toggle {
	height: auto;
}
.icon-notification-container .icon-notification .fa {
	color: #000 !important;
}
header .notification-wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
header .notification-wrap #notification-relationship {
  display: none;
}
header .notification-wrap #navbar-notification .navbar-notification::after {
  display: none;
}
header .notification-wrap #navbar-notification .navbar-notification {
  height: 0 !important;
  width: 100% !important;
  gap: 10px;
}
header .access-wrap .header-buyer-sidebar #sidebar {
	top: 90%;
	min-height: auto;
	background: var(--main-color);
	width: 320px;
	border-radius: 20px;
	left: inherit;
	right: -20px;
}
header .access-wrap .header-buyer-sidebar #sidebar .nav.nav-tabs li {
  margin-bottom: 5px;
}
header .access-wrap .header-buyer-sidebar #sidebar .nav.nav-tabs li .fa {
  background: 1px solid var(--main-color);
  border: 1px solid #fff;
  color: #000;
}
header .access-wrap .header-buyer-sidebar #sidebar .nav.nav-tabs li a:hover {
  color: #fff !important;
}
header .access-wrap .header-buyer-sidebar #sidebar .nav.nav-tabs li a::before, header .access-wrap .header-buyer-sidebar #sidebar .nav.nav-tabs li a::after {
  top: 12px;
}
#sidebar li.current_ancestor .dropdown-menu.menu_level_1 {
	border: 0;
	width: 100%;
	background: #ffffff4f;
	padding: 10px;
	margin: 10px 0;
}
.page-cms-homepage .container-global {
	background: #fff;
}
#products-container:not(.list-view) .item-product-box .info-block .info-master {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}
#products-container:not(.list-view) .item-product-box .info-block .info-block-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 5px;
}
#products-container:not(.list-view) .item-product-box .info-block .info-block-price hr {
  display: none;
}
#products-container:not(.list-view) .item-product-box .info-block .info-block-price .price .price-current .unit-price-display {
  display: none;
}
.item-product-box .info-block .info-block-price .price {
	margin: 10px 0;
}
#products-container:not(.list-view) .item-product-box .info-block .info-block-price .price .price-display .unit-price-display-unit {
  display: none;
}
#products-container:not(.list-view) .item-product-box .btn-access-product span {
  font-weight: 500;
}
#products-container:not(.list-view) .item-product-box .btn-access-product a:hover {
  text-decoration: none !important;
}
#products-container:not(.list-view) .item-product-box .info-block .info-block-price .price .price-current .price-display {
  font-size: 22px;
  font-weight: 900;
  color: #000;
}

.faq-banner-img img {
  width: 100%;
}
.faq-banner-title h1 {
  text-align: center;
  font-size: 36px;
}
.faq-banner {
  border-bottom: 12px solid var(--main-color);
  margin-bottom: 80px;
  margin-top: 20px;
}
.faq-content .faq-section .faq-section-title {
  margin-bottom: 20px;
}
.faq-content .faq-section .faq-section-title h2 {
  margin: 0;
  font-weight: bold;
  color: var(--main-color);
  font-size: 30px;
}
.faq-section-group {
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 10px 3px #eeebeb);
  margin-bottom: 30px;
}
.page-cms-faq .container-global {
  background: #F8F8F8;
}
.faq-section-group .faq-question {
  padding: 10px 40px 20px;
  cursor: pointer;
}
.faq-section-group .faq-question h3 {
  display: flex;
  gap: 15px;
  color: var(--main-color);
  font-weight: 600;
  font-size: 22px;
}
.faq-section-group .faq-answer {
  padding: 0px 0px 40px 60px;
  display: none;
}
.faq-section-group .faq-answer p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: Nunito Sans;
}
.faq-section-group .faq-answer.open {
	display: block;
}
.faq-section-group .faq-answer p span {
  color: var(--main-color);
  font-weight: 600;
  margin-right: 10px;
}
.faq-content .faq-section {
  margin-bottom: 80px;
}
.widget-profile-header .header-avatar {
  padding: 30px;
}
.widget-profile-header .header-avatar .widget-container.widget-avatar {
  border-radius: 60px;
  border: 5px solid #d4d4d4;
  padding: 30px;
  margin: 0;
}
.widget-profile-header .widget-cover-content .widget-cover {
  border-radius: 60px;
  overflow: hidden;
}

.widget-nav-profile .nav.navbar-nav {
  padding: 0 70px !important;
  border-bottom: 30px solid var(--main-color) !important;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.widget-nav-profile .nav.navbar-nav li {
  height: auto !important;
  padding: 0 !important;
  min-width: 121px;
}
.widget-nav-profile .nav.navbar-nav li:hover, .widget-nav-profile .nav.navbar-nav li.active {
  border-color: #000 !important;
}
.widget-nav-profile .nav.navbar-nav li:hover a, .widget-nav-profile .nav.navbar-nav li.active a {
  font-weight: 600 !important;
}

.page-cms-buyer-register #field-text-fos_user_registration_form_parent_company span.d-block {
    font-size: .7em;
    color: grey;
    margin: -17px 0 5px;
}
.page-cms-buyer-register #form-register .col-md-4 label,
.page-cms-buyer-register #form-register .col-md-6 label {
    margin-bottom: 17px;
}

/* FIN MADEWIS */

/* --------------------------------------------------- BODY ---------------------------------------------------  */

#body {
	font-size: 16px;
	background: #F8F8F8;
	color: #000;
}

body, h1, h2, h3, h4, h5, h6, tspan {
	font-family: 'Clash Display', sans-serif;
}

.top-alert {
	background: #EB5757;
	text-align: center;
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.user_type_buyer #sidebar {
	display: none;
}

#content {
	margin-left: auto;
	margin-right: auto;
	min-height: 950px;
}
#content.page-homepage-club,
#content.page-homepage {
	padding: 0;
	max-width: inherit;
}

.widget-breadcrumb .pull-left a {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	margin-right: 0;
	transition: all ease-in-out 0.2s;
}

.widget-breadcrumb .pull-left .fa::before {
	margin: 0 8px;
}

.widget-breadcrumb .pull-left a:hover,
.widget-breadcrumb .pull-left a:focus {
	margin-right: 10px;
	color: initial;
	text-decoration: underline;
}

.widget-search-action .form-inline select.form-control,
.widget-search-action .form-inline input.form-control {
	height: 50px;
	border-radius: 5px;
	border: 1px solid #DFDFDF;
	box-shadow: none;
}

.shop .widget-search-action .search-block {
	float: left !important;
}

.widget-nav-profile .nav.navbar-nav li {
	border-bottom: 4px solid transparent !important;
	height: 80px;
	padding-top: 17px;
}

.widget-nav-profile .nav.navbar-nav li.nav-btn.pull-right,
.widget-nav-profile .nav.navbar-nav li.link-name {
	border-bottom: none !important;
}

.widget-nav-profile .nav.navbar-nav li.link-name a {
	color: #000;
}

.widget-nav-profile .nav.navbar-nav li:hover a,
.widget-nav-profile .nav.navbar-nav li:focus a,
.widget-nav-profile .nav.navbar-nav li:active a {
	background: none;
}

.widget-nav-profile .nav.navbar-nav li a {
	color: #fff;
	text-transform: none;
	font-weight: 600;
	font-size: 16px;
}

.widget-nav-profile .nav.navbar-nav li.active a {
	color: #000;
	background: none;
}

.widget-nav-profile .nav.navbar-nav {
	padding: 0 35px;
}

.widget-nav-profile .nav.navbar-nav li.nav-btn.pull-right .btn:hover {
	background: var(--main-color);
}

.widget-nav-profile .nav.navbar-nav li.nav-btn.pull-right .btn span {
	margin: 0 10px;
}

.widget-action {
	padding: 0 35px;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	border: 0;
	display: flex;
	align-items: center;
}

.widget-action .btn {
	border: 0;
	border-bottom: 4px solid #fff;
	border-radius: 0;
	margin: 0;
	text-transform: none;
	color: #A3A3A3;
	font-weight: 600;
	font-size: 16px;
	padding: 20px 30px;
	background: transparent;
}

.widget-action .btn .fa {
	display: none;
}

.widget-action .btn.active,
.widget-action .btn:hover,
.widget-action .btn:active,
.widget-action .btn:focus {
	background: 0;
	border-bottom: 4px solid var(--main-color) !important;
	border: 0;
	color: #000;
}

.widget-action .btn.active {
	color: #000;
}

.label {
	padding: 6px 8px;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-radius: 20px;
	font-weight: 500;
	background: #fff;
}

.label-success {
	color: #44AC35;
	border: 1px solid #44AC35;
}

.label-primary {
	color: #00BFFF;
	border: 1px solid #00BFFF;
}

.label-warning {
	color: #FFB300;
	border: 1px solid #FFB300;
}

.label-info {
	color: #697386;
	border: 1px solid #697386;
}

.label-danger {
	color: #EF283E;
	border: 1px solid #EF283E;
}

.control__indicator {
	background: #FFFFFF;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
}

.control input:checked~.control__indicator {
	background: #000;
	border: 0;
}

.search-filter.btn.btn-success {
	padding: 0 10px;
	border-radius: 5px;
	border: 0;
}

.search-filter.btn.btn-success span {
	color: #fff;
	font-size: 12px;
}

.search-filter.btn.btn-success:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #FFFFFF;
}

.widget-search-product .widget-search-header select.form-control {
	max-width: 150px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #B2B2B2;
	box-shadow: none;
}

.widget-action.widget-search-header {
	display: inherit;
	padding: 10px 35px;
}

.widget-action.widget-search-header .pull-right.search-filter-tags,
.widget-action.widget-search-header .pull-right.search-list-choice .btn-group.radio,
.widget-action.widget-search-header .pull-left {
	display: flex;
	align-items: center;
	height: 50px;
}

.widget-action.widget-search-header .pull-right.search-filter-tags {
	margin: 0 20px;
}

.widget-action.widget-search-header .pull-right.search-filter-tags .btn {
	border: 0 !important;
	padding-top: 0;
}

.widget-action.widget-search-header .search-list-choice .btn:hover {
	background: #e0e0e0;
}

.widget-action.widget-search-header .search-list-choice .btn {
	border: 1px solid #000 !important;
	border-radius: 5px !important;
	padding: 10px;
	margin-right: 5px !important;
	background: none;
}

.widget-action.widget-search-header .search-list-choice .btn .fa {
	color: #000;
	display: inherit;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="text"], input[type="url"] {
	border: 1px solid #E0E0E0 !important;
	box-sizing: border-box;
	border-radius: 20px !important;
	height: 50px !important;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #000 !important;
}
textarea {
	border: 1px solid #E0E0E0 !important;
	box-sizing: border-box;
	border-radius: 20px !important;
	min-height: 50px !important;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #000 !important;
}
.widget-product .add-to-wish-list .dropdown-menu .dropdown-menu-rounder .subtitle {
  color: var(--main-color);
}
.widget-product .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new {
  background: #f8f8f8;
}
.widget-product .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new .create-wishlist {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  border-color: #000;
  border-radius: 20px;
}
.widget-product .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new .title {
  color: var(--main-color);
  font-size: 18px;
}

.widget-product .add-to-wish-list.open .dropdown-menu {
  border-radius: 20px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
    left: 0;
    top: 0;
}
.form-control {
	border: 1px solid #DFDFDF;
	height: 50px;
	box-shadow: none;
	letter-spacing: 0.05em;
	border-radius: 40px;
    min-width: 100px;
    padding: 0 10px;
}

.list-stats-container {
	margin: 0;
}

.list-stats-container .number-block {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 20px;
	margin-right: 20px;
}

.list-stats-container .number-block .sub-title {
	margin-bottom: 5px;
}

.alert.alert-warning {
	color: #FF6B00;
}

.alert.alert-warning .alert-label,
.alert.alert-warning span,
.alert.alert-warning p {
	color: #FF6B00;
}

.alert.alert-danger {
	color: #EB5757;
}

.alert.alert-danger .alert-label,
.alert.alert-danger span,
.alert.alert-danger p {
	color: #EB5757;
}

.alert.alert-success {
	color: #44AC35;
}

.alert.alert-success .alert-label,
.alert.alert-success span,
.alert.alert-success p {
	color: #44AC35;
}

.alert.alert-info {
	color: var(--main-color);
}

.alert.alert-info .alert-label,
.alert.alert-info span,
.alert.alert-info p {
	color: var(--main-color);
}

.alert {
	letter-spacing: 0.05em;
	padding: 0 10px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 30px;
	background: #fff !important;
	border: 2px solid;
	font-family: Nunito Sans;
}

.alert .alert-type {
	font-weight: bold !important;
}

.alert.alert-info span,
.alert.alert-info a {
	font-weight: bold !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #4f4e4e;
    line-height: 28px;
    font-weight: normal;
}

.widget-action .btn-success {
	background: #000000;
	border-radius: 5px;
	border: 0 !important;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
.widget-action .btn-danger {
    border-radius: 5px;
    border: 0 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.widget-action .btn-success:hover,
.widget-action .btn-success:focus,
.widget-action .btn-success:active {
	background: var(--main-color);
	border: 0 !important;
}

.widget-container .widget-title {
	color: #000;
}

#ui-datepicker-div {
    z-index: 10 !important;
}

.container,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding: 0 15px;
}

.row {
	margin: 0 -15px;
}

.inner {
	padding: 20px;
}


/* --------------------------------------------------- TEXT ---------------------------------------------------  */

h1 {
	font-size: 46px;
	line-height: 63px;
}

h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 27px;
}

h3 {
	font-weight: bold;
	font-size: 26px;
	line-height: 35px;
}

h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #BDBDBD;
}


/* --------------------------------------------------- BUTTONS ---------------------------------------------------  */

.btn {
	font-size: 14px;
	border-radius: 21px;
	padding: 12px 40px;
	text-transform: uppercase;
}

.btn-default {
	color: #fff;
	background: #000;
	border-color: #000;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: var(--main-color);
	color: #fff;
	border: 1px solid var(--main-color);
}

.btn-success {
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	border-color: var(--main-color);
	background: var(--main-color);
}

.btn-danger {
	color: #EB5757;
	background: #f5f5f5;
	border-color: #989898;
}

.btn-warning {
	color: #D3A35E;
	background-color: #fff;
	border-color: #989898;
}

.btn-default.disabled,
.btn-danger.disabled,
.btn-warning.disabled {
	color: #BDBDBD;
	border-color: #C4C4C4;
}

.btn-success.disabled {
	background: #828282;
	border-color: #828282;
}

.nav>li>a.btn-warning:hover,
.nav>li>a.btn-warning:focus,
.btn-warning:hover,
.btn-warning:focus {
	background-color: #F2F2F2;
	border-color: #000;
}


/* --------------------------------------------------- HEADER ---------------------------------------------------  */

header {
	background: #fff;
}

header .menu-wrap .navbar-nav>li.current,
header .menu-wrap .navbar-nav>li:hover {
	border-bottom: 4px solid #48acce;
}


/* ---------------------------------------------------- BOXED ---------------------------------------------------  */

.boxed {
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 0px 15px 0px;
	background: #fff;
	clear: both;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border: 0;
	background: #fff;
	overflow: hidden;
}


/* --------------------------------------------------- FOOTER ---------------------------------------------------  */


footer {
	background: var(--main-color);
}

footer a {
	color: #fff;
}

footer .row a:hover {
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid #48acce;
}

.footer-bottom .fa {
	font-size: 18px;
	color: #BDBDBD;
}

.footer-bottom a:hover .fa {
	color: #BDBDBD;
}

.pull-right.footer-right .fa:hover {
	color: #48acce;
}


/* ---------------------------------------------------------------------------------------------------------------- END CHARTE GRAPHIQUE ---------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------- BODY ------------------------------------------------------------------------------------------------------- */

#sidebar li.current_ancestor .dropdown-menu.menu_level_1 {
	border: 0;
	width: 100%;
	background: #f4f4f4b3;
}

#sidebar .nav-tabs .has-toggle::after,
#sidebar .nav-tabs .has-toggle::before {
	top: 22px;
}

.select2-container--default .select2-selection--single {
	height: 50px;
	border-radius: 5px !important;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.05em;
}

.widget-container.widget-list.boxed {
	padding: 10px 20px;
}

td.action .pull-right,
.order-td-action .pull-right {
	display: flex;
}

td,
th {
	padding: 20px 10px !important;
	vertical-align: middle !important;
}

table#products td .pull-right {
	display: flex;
	padding-left: 10px;
}

.message-cart .well {
	margin-top: 10px;
	margin-bottom: 0px;
}

.message-cart .well .widget-comment .widget-title {
	margin-top: 0;
	font-size: 20px;
}

.message-cart .well .widget-comment .widget-title {
	margin: 0;
	font-size: 20px;
}


/* --------------------------------------------------------------------------------------------------- HEADER ----------------------------------------------------------------------------------------------------- */

header .language-manager,
header .user {
	position: relative;
}
header .language-manager:hover .dropdown-toggle {
	background: transparent;
}
.user_type_seller header .header-content .notification-wrap {
	position: absolute;
	right: 0;
}

header .language-manager .dropdown-menu {
	margin: 0 !important;
}

header .searchbar-wrap .search-full {
	max-width: 800px;
	margin: 0 auto;
}

header .header-content {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
	align-items: center;
}

header .navbar-nav>li>a {
	padding: 20px;
	margin: 8px 4px;
	white-space: nowrap;
}

header .navbar-nav>li>.dropdown-menu {
	margin-top: 4px;
}

header .login-menu a,
header .register-menu a {
	border: 2px solid #262626;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), #FFFFFF;
	border-radius: 5px;
}

header .login-menu:hover a,
header .login-menu:focus a,
header .login-menu:active a,
header .register-menu:hover a,
header .register-menu:focus a,
header .register-menu:active a {
	border: 2px solid #fff;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), #FFFFFF !important;
}

header .brand-wrap {
	float: left;
}

header .brand-wrap img {
	width: auto;
	max-height: 50px;
	/* padding: 15px 15px 15px 0; */
	padding: 0;
}

header .menu-wrap .navbar-nav > li {
	border-bottom: 4px solid transparent;
}

header .menu-wrap .menu-template-mega.navbar-nav>li {
	position: inherit;
}

header .menu-wrap .navbar-nav > li > a {
	font-weight: 600;
	text-transform: uppercase;
    background: transparent;
}

header .menu-template-mega .dropdown-menu {
	font-weight: normal;
	left: auto;
	right: auto;
	top: auto;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px !important;
	position: absolute;
	float: inherit;
	border: 0;
	width: 80% !important;
}

header .menu-template-mega .dropdown-menu li.unique {
	padding: 25px;
}

header .menu-template-mega .dropdown-menu li.unique .col-md-12 {
	padding: 0;
}

.nav.navbar-nav.menu-template-mega ul.dropdown-menu li.unique .menu-level-1 {
	padding: 25px;
}

.nav.navbar-nav.menu-template-mega ul.dropdown-menu li.unique .menu-level-1 .menu-image {
	margin: 0 0 30px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 30px;
}

.nav.navbar-nav.menu-template-mega ul.dropdown-menu li.unique .menu-level-1 .menu-image img {
	width: auto;
	height: 100%;
}

.nav.navbar-nav.menu-template-mega ul.dropdown-menu li.unique .menu-level-1 .menu-title {
	font-weight: bold;
	font-size: 20px;
	text-transform: none;
	margin-left: 10px;
}

.nav.navbar-nav.menu-template-mega ul.dropdown-menu li.unique .menu-level-1 .menu-title a {
	color: #000;
	border: 0;
}

.nav.navbar-nav.menu-template-mega ul.dropdown-menu li.unique .menu-level-2 a {
	border: 0;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.nav.navbar-nav.menu-template-mega ul.dropdown-menu li.unique .menu-level-2 li {
	margin: 5px 0;
}

.icon-notification-container .icon-notification .fa {
	font-size: 20px !important;
}

.widget-search-autocomplete .search-list.ui-menu {
	position: absolute !important;
	width: 100% !important;
	left: 0 !important;
	display: block;
	top: 51px !important;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 0 10px 5px;
}

.widget-search-autocomplete .search-list .search-item .category {
	background: none;
	color: #000;
	font-size: 16px;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-widget-content {
	font-weight: bold;
	margin: 0;
	background: #48acce;
	color: #fff !important;
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item a.ui-state-active {
	padding: 10px;
	border-radius: 10px;
	color: #000;
}


/*------------------------------ HEADER BUYER ------------------------------*/

header .access-wrap {
	position: relative;
}

header .access-wrap #user-lang-menu {
	display: flex;
}

header .access-wrap #sidebar {
	display: none;
	position: absolute;
	z-index: 100000000;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
	top: 70px;
	padding: 10px 20px;
	height: auto;
	left: -50%;
	right: -50%;
}

#sidebar a {
	padding: 10px 0;
	color: #000;
	font-weight: 500 !important;
	font-size: 16px;
}

#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
	color: #BDBDBD !important;
}

#sidebar li.current a {
	color: #000 !important;
}

#sidebar li a .fa,
#sidebar li.current_ancestor .dropdown-menu.menu_level_1 .last .fa {
	background: var(--main-color);
	border-radius: 5px;
	width: 34px !important;
	height: 34px;
	padding-top: 8px;
	color: #fff;
}

#sidebar li:last-child a .fa {
	color: #EB5757;
	background: #fce6e6;
}

#sidebar li.current a {
	color: #000;
}

.container-global #sidebar {
	padding: 20px 0;
}

header .access-wrap .sidebar-in-header:hover #sidebar {
	display: block;
}

header .access-wrap .navbar-toggle,
header .cart-wrap .cart-menu a.link {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), #FFFFFF;
	border-radius: 5px;
	border: 2px solid #000;
	height: 60px;
	margin: 10px 5px;
	padding: 17px 25px;
	display: flex;
	align-items: center;
}

header .cart-wrap .cart-menu a.link .fa {
	font-size: 30px;
	color: #48acce;
}

header .access-wrap .navbar-toggle:hover,
header .access-wrap .navbar-toggle:focus,
header .cart-wrap .cart-menu a.link:hover,
header .cart-wrap .cart-menu a.link:focus {
	border-color: #fff;
}

header .access-wrap .navbar-toggle {
	width: auto;
}

header .notification-wrap #navbar-notification .navbar-notification {
	width: 160px;
	display: flex;
	align-items: center;
	height: 80px;
	justify-content: space-around;
}

.dropdown-menu.menu_level_1 {
	width: max-content;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px !important;
	padding: 30px 0;
	left: -39px;
	top: 79px;
	border: 0;
}

.dropdown-menu.menu_level_1 li.dropdown-submenu {
	border: 0;
	display: flex;
	align-items: center;
	background-image: url(https://s3.eu-west-3.amazonaws.com/uppler-platform-vinexposium/image/2a/9a/ee45d1b5b8bd407eb54238eecf98.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center right 18px;
	padding: 10px 50px 10px 30px;
}

.dropdown-menu.menu_level_1 .dropdown-submenu .dropdown {
	padding: 0;
	border: 0;
	text-transform: none;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-right: 20px;
}

.dropdown-menu.menu_level_2 {
	background: #FFFFFF;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px;
	border: 0;
	width: max-content;
	padding: 10px 0;
}

.dropdown-menu.menu_level_2 li {
	height: inherit !important;
	text-transform: none;
	font-size: 16px;
	border: 0;
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.dropdown-menu.menu_level_2 li a {
	border: 0;
	padding-bottom: 13px;
	padding-top: 13px;
}

.dropdown-menu.menu_level_1 li.dropdown-submenu:hover {
	background-color: #F2F2F2;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: none;
}

.dropdown-menu.menu_level_1 .dropdown-submenu>a::after {
	content: inherit;
}

header .header-buyer .language-manager.dropdown {
	float: right;
	list-style: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding: 0 0 0 10px;
}

.widget-cart-info.dropdown-menu {
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	top: 65px;
	padding: 15px;
	min-width: 300px;
}

.widget-cart-info.dropdown-menu .cart-footer {
	text-align: center;
	background: none;
	padding: 10px 0 0;
}

.widget-cart-info.dropdown-menu .cart-header td {
	font-weight: bold;
	font-size: 20px;
	color: var(--main-color);
}

.widget-cart-info.dropdown-menu .cart-footer .btn {
	color: #fff;
	background: var(--main-color);
	border-color: var(--main-color);
	padding: 5px 10px;
	margin: 0;
}

.widget-cart-info.dropdown-menu .cart-footer .btn:hover {
	background: #404040;
	border-color: #404040;
}

.navbar-notification .icon-notification-container .dropdown-menu {
	top: 60px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05) !important;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--main-color);
}

#navbar-notification .dropdown-menu-footer a {
	border: 0;
}

header .access-wrap .navbar-toggle .account-text,
header .cart-wrap .cart-menu a.link .cart-content .cart-response {
	white-space: nowrap;
}

header .access-wrap .navbar-toggle .fa {
	font-size: 20px;
	display: none;
	position: relative;
	top: 1px;
	color: #48acce;
}

header .menu-wrap .nav.navbar-nav.nav-frontend_navbar_anonymous.menu-template-mega,
header .menu-wrap .nav.navbar-nav.nav-frontend_navbar_anonymous.menu-template-default,
header .access-cart-wrap {
	display: flex;
}

header .searchbar-wrap {
	width: 100%;
	padding: 0 20px;
}


/* ---------------------------------------------------------------------------------------------- LOGIN / REGISTER ------------------------------------------------------------------------------------------------- */
.register .col-md-offset-4 {
	margin-left: 0%;
}
.register .widget-register {
	margin: 0 auto;
	width: 65%;
}
#administrator-login .widget-login,
.login .widget-login,
.register .widget-register {
	padding: 20px;
	margin-top: 20px;
}

#administrator-login .widget-login .widget-title,
.login .widget-login .widget-title,
.register .widget-register .widget-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 27px;
	text-transform: none;
}

.login .widget-login .row-submit .row-checkbox,
.register .widget-register .row-submit .row-checkbox {
	margin-bottom: 10px;
}

.login .widget-login .row-submit .row-checkbox #remember_me {
	top: 0;
}

.login-forget-password-container {
	margin-top: 15px;
}
.widget-register .block-name {
	clear: both;
    padding: 20px 0;
    font-weight: bold;
    font-size: 18px;
}

/* ------------------------------------------------------------------------------------------------- PRODUCT BOX --------------------------------------------------------------------------------------------------- */

.widget-product-box:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.widget-product-box .btn-access-product .btn {
	text-transform: none;
	text-decoration: underline;
	font-weight: normal;
	padding: 0;
	float: left;
	border: 0;
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: max-content;
}

.item-product-box.list-group-item .widget-product-box .btn.btn-default {
	top: 35px;
	right: 30px;
	background: 0 !important;
}


/* --------------------------------------------------------------------------------------------------- SEARCHBAR ----------------------------------------------------------------------------------------------------- */

.searchbar-wrap .search-input-box {
	background: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	width: 100%;
	justify-content: space-between;
	position: relative;
	padding: 0 30px;
}

.searchbar-wrap .search-input-box #global-search {
	border: 0 !important;
	width: 100%;
	height: auto !important;
}

.searchbar-wrap .search-input-box .search-btn {
	border: 0;
	padding: 0 10px 0px;
	overflow: inherit;
}

.searchbar-wrap .search-input-box .search-btn,
.searchbar-wrap .search-input-box .search-btn:hover,
.searchbar-wrap .search-input-box .search-btn:focus {
	background: none;
}

.searchbar-wrap .search-input-box .search-btn .fa {
	font-size: 20px;
}

.item-product-box.list-group-item .widget-product-box {
	display: inherit;
}

.item-product-box.list-group-item .widget-product-box .picture-block .picture {
	height: 100%;
	max-width: 100%;
}

.item-product-box.list-group-item .widget-product-box .picture-block {
	margin-right: 60px;
}


/* --------------------------------------------------------------------------------------------------- WIDGETS ----------------------------------------------------------------------------------------------------- */

.widget-block-title {
	display: inline-block;
	font-weight: 400;
	margin: 0 0 25px;
}

.widget-block-title-link {
	margin: 0 0 15px;
}

.widget-block-title-link a {
	background: none;
	border: none;
	text-transform: none;
	text-decoration: underline;
	font-size: 16px;
	padding: 0;
}

.widget-block-title-link a:hover {
	background: none;
	border: none;
	text-decoration: underline;
	color: #BDBDBD;
}

.widget-block {
	padding: 15px 0;
	margin: 0 0 70px;
}

#widget-block-register .items-list,
#widget-block-advantages .items-list,
#widget-block-categories .items-list {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.widget-block-grid-carousel .carousel-indicators {
	display: none;
}
.widget-block-grid-carousel,
.widget-block-banner-default,
.widget-block-grid-default {
	max-width: 1400px;
	margin: 0 auto !important;
	padding: 15px;
	border: 1px solid var(--main-color);
	border-radius: 49px;
}
.widget-block-banner-default .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.widget-block-banner-default .item .widget-block-text {
	position: absolute;
	width: 100%;
	padding: 30px;
	background: rgba(0, 0, 0, 0.6);
}
.widget-block-banner-default .item .widget-block-text .widget-block-title a,
.widget-block-banner-default .item .widget-block-text .widget-block-description a {
	color: #fff;
}
#widget-block-register .items-list,
#widget-block-advantages .items-list {
	position: initial;
}

/* --------------------------------------------------- CAROUSEL---------------------------------------------------  */

.widget-block-banner-slider {
	padding: 0;
	margin: 0;
}

.widget-block-banner-slider .carousel-inner .item .hidden {
	display: inherit !important;
	visibility: visible;
}

.widget-block-banner-slider .item img {
	display: none;
}

.widget-block-banner-slider .carousel-inner .item {
	height: 530px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.widget-block-banner-slider .item .item-title {
	font-weight: normal;
	font-size: 46px;
	line-height: 54px;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 115px;
}

.widget-block-banner-slider .item .item-description {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 40px;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
}


/* ----------------------------------------------- GRID CAROUSEL-----------------------------------------------  */

.widget-block-grid-carousel .grid-carousel .widget-taxon-box {
	overflow: hidden;
}

.widget-block-grid-carousel .grid-carousel .widget-taxon-box:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.widget-block-grid-carousel .grid-carousel .widget-taxon-box .picture-block {
	margin: 0;
}

.widget-block-grid-carousel .grid-carousel .widget-taxon-box .info-block {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.widget-block-grid-carousel .grid-carousel .info-block .title {
	margin: 0;
}

.widget-block-grid-carousel .grid-carousel .widget-taxon-box h4 a {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
}

.widget-block-grid-carousel .grid-carousel .widget-taxon-box .item-taxon-box {
	padding: 0 20px;
}

.widget-block-grid-carousel .grid-carousel .widget-taxon-box .picture-block img {
	min-height: 200px;
}

.widget-block-grid-carousel .grid-carousel .info-block {
	height: 100px;
	min-height: inherit;
}

.widget-block-grid-carousel .grid-carousel .info-master {
	display: grid;
}

.widget-block-grid-carousel .grid-carousel .info-master .link-company {
	order: 3;
}

.widget-block-grid-carousel .grid-carousel .info-master .price {
	margin-bottom: 15px;
}

.widget-block-grid-carousel .carousel-control .icon-prev,
.widget-block-grid-carousel .carousel-control .icon-next {
	border-color: #333;
	text-shadow: none;
}

.widget-block-grid-carousel .carousel-control .icon-prev::before,
.widget-block-grid-carousel .carousel-control .icon-next::before {
	color: #333;
	opacity: 1;
}


/* ----------------------------------------------- ADVANTAGES -----------------------------------------------  */

#widget-block-advantages .items-list {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 0;
}

#widget-block-advantages .items-list .item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}

#widget-block-advantages .items-list .item .widget-block-text {
	padding: 0 60px;
	position: initial;
	width: inherit;
	background: inherit;
}

#widget-block-advantages .items-list .item h2 {
	margin: 30px 0 15px;
	font-weight: 600;
	font-size: 30px;
}

#widget-block-advantages .items-list .item p {
	font-size: 18px;
}

#widget-block-advantages .items-list .item .widget-container {
	width: 150px;
}


/* ----------------------------------------------- REGISTER -----------------------------------------------  */

#widget-block-register .items-list {
	display: flex;
	justify-content: space-between;
	gap: 4%;
}
#widget-block-register .items-list .item {
	min-width: 48%;
}
#widget-block-register .items-list .item .widget-block-text {
	text-align: left;
	background: #000;
	padding: 30px;
	border-radius: 10px;
	position: inherit;
	width: inherit;
}

#widget-block-register .items-list .item:first-child .widget-block-text {
	background: #48acce;
}

#widget-block-register .items-list .item img {
	display: none;
}

#widget-block-register .items-list .item h2 a {
	font-size: 44px;
	line-height: 54px;
	color: inherit;
}

#widget-block-register .items-list .item p a {
	font-size: 16px;
	line-height: 26px;
	color: inherit;
}

#widget-block-register .items-list .item h2 a:hover,
#widget-block-register .items-list .item p a:hover {
	color: initial;
	text-decoration: none;
}

#widget-block-register .items-list .item:nth-child(2) h2 a,
#widget-block-register .items-list .item:nth-child(2) p a {
	color: #fff;
}

#widget-block-register .items-list .item .hidden.item-link {
	display: inherit !important;
	visibility: visible !important;
	margin-top: 45px;
}

#widget-block-register .items-list .item:nth-child(1) .hidden.item-link .btn {
	color: #fff;
	background-color: #000;
	border: #000;
}

#widget-block-register .items-list .item:nth-child(1) .hidden.item-link .btn:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #FFFFFF;
}


/* widget product list */

.widget-product-list .price {
	font-size: 14px;
	text-align: left;
	margin: 0 0 5px;
	font-weight: bold;
	color: #EB5757;
	letter-spacing: 0.02em;
}

.carousel-control .icon-prev::before,
.carousel-control .icon-next::before {
	color: #fff;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-family: FontAwesome;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #E0E0E0;
	width: 50px;
	height: 50px;
}


/* ----------------------------------------------- THREE PARTS -----------------------------------------------  */

.widget-block-banner-three-part .part a {
	border: 0;
}

.widget-block-banner-three-part .part1 a .text .title {
	font-size: 36px;
	line-height: 54px;
	font-weight: normal;
}

.widget-block-banner-three-part .part1 a .text .description {
	font-size: 16px;
	line-height: 26px;
}

.widget-block-banner-three-part .part.part1 {
	width: 65%;
}

.widget-block-banner-three-part .col-md-3 {
	width: 35%;
}

.widget-block-banner-three-part .part.part1 a {
	height: 530px !important;
	display: flex;
	align-items: center;
	justify-content: right;
	background-size: cover;
	background-position: center;
}

.widget-block-banner-three-part .part.part2 a,
.widget-block-banner-three-part .part.part3 a {
	height: 265px !important;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: end;
}

.widget-block-banner-three-part .part.part1 a .text {
	padding: 30px;
	background: rgba(0, 0, 0, 0.6);
	width: 50%;
	position: inherit;
	color: #fff;
}

.widget-block-banner-three-part .part.part2 a .text,
.widget-block-banner-three-part .part.part3 a .text {
	background: rgba(0, 0, 0, 0.6);
	height: auto !important;
	padding: 15px 30px;
	margin: inherit !important;
	color: #fff;
	width: 100%;
}

.widget-block-banner-three-part .part.part2 a .text .title,
.widget-block-banner-three-part .part.part3 a .text .title {
	font-weight: normal;
	font-size: 30px;
	line-height: 54px;
}

.widget-block-banner-three-part .part.part2 a .text .description,
.widget-block-banner-three-part .part.part3 a .text .description {
	font-size: 16px;
	line-height: 26px;
}


/*-------------------------------------------------------------------------------------------------------- PRODUCT BOX --------------------------------------------------------------------------------------------------------*/

.widget-product-box {
	padding: 20px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.widget-product-box .picture-block {
	text-align: center;
	max-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	
}

.widget-product-box .info-block {
	padding: 15px 0 0;
	text-align: left;
	width: 100%;
}

.widget-product-box:hover .title a {
	color: #BDBDBD;
}

.widget-product-box .info-block .access-product-link {
	padding: 0;
	border: 0;
	text-transform: none;
	text-decoration: underline;
	font-weight: normal;
}

.widget-product-box .info-block .access-product-link:hover,
.widget-product-box .info-block .access-product-link:active {
	background: none;
	color: #BDBDBD;
}

.widget-product-box .btn-default {
	width: auto;
	transition: bottom .225s ease;
}

.widget-product-box .link-company {
	margin: -3px 0 10px;
	display: block;
	color: #828282;
	letter-spacing: 0.02em;
	text-decoration: none;
	font-weight: 700;
}

.widget-product-box .link-company .vendor-name {
	font-weight: 600;
}
.widget-product-box h4, .widget-product-box h3 {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    height: auto;
    margin: 3px 0 !important;
}
.widget-product-box h4 a,
.widget-product-box h3 a {
	font-weight: 600;
	color: #000;
	font-size: 18px;
	text-transform: none;
	line-height: 25px;
	text-decoration: none;
}

.widget-product-box .price {
	font-size: 14px;
	text-align: left;
	margin: 0 0 12px;
	font-weight: bold;
	color: #EB5757;
}


/*---------------------------------------------------------------------------------------------------- PRODUCT INFO --------------------------------------------------------------------------------------------------*/


.product-info .product-info-header .title-block .title {
	font-size: 26px;
	font-weight: 600;
}
.widget-product .product-info-header .mad-info-block-text .mad-product-info {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.mad-info-block-text .mad-product-info span {
  color: var(--main-color);
}
.product-info .product-info-header .title-block .product-company {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #828282;
	margin-bottom: 10px;
}

.product-info .product-info-header .title-block .price {
	font-size: 25px;
	margin-top: 0;
}

.product-info .product-info-header .title-block .price .price-current {
	padding: 0;
}


.product-info #form-product-cart .widget-select-option .table thead th {
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	text-transform: none;
	padding: 5px 0 0 !important;
	white-space: normal;
	text-align: center;
	color: var(--main-color);
	border-top: 1px solid #B2B2B2;
}

.product-info #form-product-cart .widget-select-option .table tbody,
.product-info #form-product-cart .widget-select-option .table tbody td {
	border: 0;
	vertical-align: middle;
	padding: 10px 0 !important;
}

.product-info #form-product-cart .widget-select-option .table tbody td .option-value-info {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #828282;
}

.product-info #form-product-cart .widget-select-option .table tbody td .option-value-info strong {
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
}

.product-info #form-product-cart .widget-select-option .table tbody tr td.variant-info .code .label {
	background: #fff;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #697386;
	padding: 0 12px;
}

.product-info #form-product-cart .widget-select-option .table tbody .not-orderable .variant-input {
	color: #EB5757;
}

.widget-product .widget-select-option .variant-price .price .price-current {
	white-space: nowrap;
	padding: 0;
}

.widget-product .widget-select-option .variant-price .price .price-current .price-display {
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
}

.product-info #form-product-cart .widget-select-option .variant-price {
	padding-right: 30px;
}

.product-info #form-product-cart .widget-select-option .variant-price .price .price-current .unit-price-display {
	font-size: 10px;
	letter-spacing: 0.02em;
	color: #828282;
}

.product-info #form-product-cart .widget-select-option .table tbody .variant-input input {
	width: 70px;
	height: 50px;
	font-weight: 600;
	font-size: 17px;
	color: #000000;
	padding-left: 15px;
	margin-left: 20px;
}

.product-info #form-product-cart .product-more .select-quantity .btn {
	padding: 12px 18px;
	font-weight: 600;
	border-radius: 21px;
	width: 100%;
	background: #000;
	border-color: #000;
	margin-bottom: 20px;
}

.product-info #form-product-cart .product-more .select-quantity .add-to-wish-list.btn-group .btn.btn-default {
	background: #fc0;
	border-color: #fc0;
}

.product-info #form-product-cart .product-more .select-quantity .btn .fa {
	display: none;
}

.product-info #form-product-cart .product-more .select-quantity .add-to-tender .btn {
	background: #fff;
	color: #000;
	border-color: #989898;
}

.product-info #form-product-cart .product-more .select-quantity .add-to-tender .btn:hover,
.product-info #form-product-cart .product-more .select-quantity .add-to-tender .btn:focus,
.product-info #form-product-cart .product-more .select-quantity .add-to-tender .btn:active {
	border-color: #000;
	background: #F2F2F2;
}

.product-info #form-product-cart .product-more .select-quantity .caret {
	margin-left: 10px;
}

.add-to-wish-list .dropdown-menu-rounder .field-text .form-control,
.add-to-tender .dropdown-menu-rounder .field-text .form-control {
	height: 30px !important;
	width: 157px !important;
}
.create-tender.btn.btn-default {
	border-radius: 3px !important;
	background: #ccc !important;
	color: #3a3a3a !important;
	font-size: 13px;
	height: 30px;
	border: 1px solid #b9b9b9;
	text-transform: none;
	width: auto !important;
	margin: 0 0 0 20px !important;
	padding: 5px !important;
	font-weight: normal !important;
}

.product-content .product-image #gallery .miniature img {
	width: 50px;
	border-radius: 10px;
	border: 1px solid #d4d4d4;
}
.widget-product .product-image .first img.picture {
	margin: 0 !important;
	width: 100%;
	max-height: none !important;
}
.product-content .product-image #gallery .miniature img:hover {
	border-color: #333;
}
.widget-product .product-image .gallerie.first {
	float: none;
	width: 100%;
	text-align: inherit;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 30px;
}
.widget-product .product-info .description {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #000000;
}

.widget-product .product-info .product-properties .title {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 46px;
	line-height: 54px;
	color: #000000;
}

.widget-product .product-info .product-properties .table tbody tr td {
	border: 1px solid #E0E0E0;
	padding: 10px 20px !important;
	background: #fff;
}
.widget-product .product-info .product-properties .table tbody tr td.property-name {
	color: var(--main-color);
	font-weight: 500;
}
.widget-product .product-info .product-properties .table tbody tr td.property-values {
	background: #fff;
}

.widget-product .product-info .product-properties .table-overflow-auto {
	margin-bottom: 100px;
}

.product-info #form-product-cart .widget-select-option .variant-option-select .add-variant {
	padding: 12px 18px;
	font-weight: 600;
	font-size: 14px;
	margin: 23px 0 0 10px;
}

.product-info #form-product-cart .widget-select-option .variant-option-select .add-variant .fa {
	display: none;
}

.widget-list.product-properties thead {
	background: #F8F8F8 !important;
}

.widget-list.product-properties thead tr {
	background: none;
	border-color: #F8F8F8;
}

.widget-list.product-properties thead tr th {
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	text-transform: none;
}


/*----------------------------------------------------------------------------------------------------- PAGINATION ----------------------------------------------------------------------------------------------------*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: transparent !important;
	color: #000 !important;
	border-bottom: 3px solid #fc0 !important;
	border-radius: 0 !important;
	font-weight: 600;
}
.pagination > li.pagination-link a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.paginator-container .pagination>li>a,
.paginator-container .pagination>li>span {
	border-bottom: 3px solid transparent;
	padding: 3px 8px 10px;
	border-radius: 0 !important;
	color: #6C6C6C;
}

.paginator-container .pagination>li>a:hover,
.paginator-container .pagination>li>span:hover {
	color: #6C6C6C;
	border-bottom: 3px solid #E0E0E0;
}


/*-------------------------------------------------------------------------------------------------------- PROFILE -------------------------------------------------------------------------------------------------------*/

.widget-profile-header .title-profile {
	font-size: 36px !important;
	line-height: 54px !important;
	margin-top: 20px;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
}

.widget-profile-header .header-avatar .widget-avatar {
	border-radius: 10px;
}

.widget-profile-header .header-avatar .inner .avatar img {
	border-radius: 10px;
}

#widget-map {
	margin-bottom: 24px !important;
}
.profile-page-content-buyer .widget-profile-info.boxed {
	border-radius: 20px;
	box-shadow: none;
	background: none;
	overflow: inherit;
	margin-bottom: 30px;
}
.profile-page-content-buyer .widget-profile-info.boxed .widget-title {
	font-size: 34px;
	margin-bottom: 20px;
	background: none;
}
.profile-page-content-buyer .widget-profile-info .widget-content {
  padding: 10px 25px !important;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.widget-profile-info .widget-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: none;
	padding: 0;
	color: var(--main-color);
  font-size: 24px;
}

.widget-profile-info .widget-content .line-break {
	display: none;
}

.widget-profile-info .widget-content .info {
	padding: 15px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

.widget-profile-info .widget-content .info .title {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-bottom: 8px;
}

.widget-profile-info .widget-content .info .country .flag {
	margin-right: 10px;
}

.widget-profile-info.widget-profile-info-opening .info {
	padding: 0;
}

.widget-profile-info.widget-profile-info-opening .info .title {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-bottom: 8px;
}

.widget-profile-info.widget-profile-info-opening .info #openingsprofilesupport {
	padding: 10px;
}

.widget-profile-info.widget-profile-info-opening .info #openingsprofilesupport .info {
	padding: 10px 0;
}

.widget-profile-info.widget-profile-info-opening .info .openings_title.collapsed .fa::before {
	margin-left: 15px;
	content: "\f107";
}

.widget-profile-info.widget-profile-info-opening .info .fa::before {
	margin-left: 15px;
	content: "\f106";
}

.widget-profile-info .info .categories .category {
	border: 0;
}

.widget-profile-info .info .categories .category .name {
	border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #697386;
	padding: 3px 0;
}

.widget-profile-info .info .categories {
	margin-top: 30px;
}

.widget-profile-info.widget-profile-info-description .inner {
	padding: 8px 0;
}

.item-company-box .widget-company-box .relationship-content .info-block {
	min-height: inherit;
}

.form-edit-profile .widget-container.boxed {
	padding: 20px;
}


/*--------------------------------------------------------------------------------------------------- COMPANY BOX ----------------------------------------------------------------------------------------------------*/

.widget-search.widget-search-company .widget-search-header {
	display: none;
}

.item-company-box .widget-company-box:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.item-company-box .widget-company-box .relationship-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	position: relative;
}
.relationship-content .picture-block {
	width: 200px;
	padding: 20px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	border: 7px solid var(--main-color);
}

.item-company-box .widget-company-box .relationship-content .info-block {
	min-height: inherit;
	padding: 0;
	margin-top: 30px;
}

.item-company-box .widget-company-box .relationship-content .info-block .title {
	margin: 0;
}

.item-company-box .widget-company-box .relationship-content .info-block a.btn {
	padding: 0;
	border: 0;
	text-transform: none;
	font-size: 14px;
	line-height: 19px;
	text-decoration-line: underline;
	background: transparent;
	color: var(--main-color);
	font-weight: 600;
}
.widget-company-box .btn-manage-relationship-group .relationship-group.btn-group .btn {
	background: var(--main-color);
	border-color: var(--main-color);
	display: flex;
	align-items: center;
	gap: 10px;
}
.item-company-box .widget-company-box .relationship-content .info-block br {
	display: none;
}
.relationship-content:hover .picture-block {
  border-color: #000;
}

.widget-search-company .widget-action.widget-search-header .pull-right.search-list-choice {
	display: none;
}

.item-company-box .widget-company-box .relationship-content .info-block a.btn:hover,
.item-company-box .widget-company-box .relationship-content .info-block a.btn:focus {
	background: none;
}

.item-company-box .widget-company-box:hover .title a {
	color: #BDBDBD;
}


/*--------------------------------------------------------------------------------------------------------- FILTER ---------------------------------------------------------------------------------------------------------*/

.filter {
	width: 260px !important;
}

.filter .widget-search-filter {
	background: #fff !important;
	padding: 20px !important;
}

.widget-search .list-result {
	padding-left: 290px !important;
}

.filter .widget-search-filter .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: none;
	margin: 0;
	padding-bottom: 6px;
}

.filter .widget-search-filter ul,
.filter .widget-search-filter #filter-category {
	border: 0 !important;
	padding: 0 0 20px !important;
}

.filter .widget-search-filter #filter-category {
	padding: 30px 0 20px !important;
}

.filter .widget-search-filter #filter-category #unselect-all-category {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	padding: 0;
	margin-bottom: 25px;
	border: 0;
}

.filter .widget-search-filter #filter-category .category-tree-level0 {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}
.filter .widget-search-filter #filter-category .category-tree-level1 {
	margin-left: 10px;
}
.filter .widget-search-filter .widget-toggle {
	border-bottom: 1px solid #E0E0E0;
}

.filter .widget-search-filter .field-text {
	padding-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;
}

.filter .widget-search-filter .label-title {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 13px;
}

.filter .widget-search-filter .widget-toggle ul {
	padding-top: 7.5px !important;
}

.filter .widget-search-filter .widget-toggle ul li {
	font-size: 12px;
	line-height: 16px;
}

.filter .widget-search-filter .slider-container .slider-price-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
	height: 8px;
	background: #DFDFDF;
	width: 116px;
}

.filter .widget-search-filter .slider-container .slider-price-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content .ui-slider-handle.ui-corner-all.ui-state-default {
	background: #fff;
	border: 1px solid #BDBDBD;
	top: -6px;
}

.filter .filter-search-name {
	margin-bottom: 20px !important;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.filter .filter-search-name .field-text {
	border: 0;
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------------------------------------------------------ CART PAGE ------------------------------------------------------------------------------------------------------*/

.cart-box-right .boxed,
.widget-cart .widget-container.boxed {
	box-shadow: none;
	border-radius: 0;
	background: none;
	overflow: inherit;
}

.cart-box-right .boxed .widget-title,
.widget-cart .widget-container.boxed .widget-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 49px;
	text-transform: none;
	padding: 0;
}

.widget-cart .widget-container.boxed .widget-title {
	margin-bottom: 50px;
	color: var(--main-color);
}

.widget-cart .widget-container.boxed .order-container {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	position: relative;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart {
	background: #48acce;
	padding: 20px;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 {
	width: 70%;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-2 {
	width: 30%;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-2 .badge.badge-number {
	font-size: 10px;
	letter-spacing: 0.02em;
	color: #000000;
	border: 1px solid #D4D4D4;
	border-radius: 20px;
	width: 27px;
	height: 27px;
	background: none;
	text-align: center;
	padding: 8px 0;
	margin-right: 10px;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-2 .delete-action-form .btn-delete {
	padding: 0;
	width: 35.64px;
	height: 33px;
	background: #fff;
	border: 1px solid #DFDFDF;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-2 .btn.btn-collapse-items {
	padding: 0;
	margin-left: 10px;
	border: 0;
	background: 0;
	margin-right: 20px;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 #uppler_shop_cart_orders_0_checkoutStart {
	margin: 15px 20px 0 0;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 .widget-company-thumb .picture-block .picture {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 8px;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 .widget-company-thumb .info-block .title {
	margin: 10px 0 0 15px;
	font-weight: 600;
	font-size: 18px;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .pull-right.item-col-input {
	margin-top: 8px;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 .cart_continous_to {
	margin-top: 15px;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #fff;
	font-style: normal;
	display: none;
}

.widget-cart .widget-container.boxed .order-container .btn-delete .fa {
	color: #DFDFDF;
}

.widget-cart .widget-container.boxed .inner .row.cart-header-tab {
	font-size: 14px;
	line-height: 19px;
	color: #B2B2B2;
	margin: 0 0 15px;
	padding: 0 20px;
	display: none;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .row div,
.widget-cart .widget-container.boxed .inner .row.cart-header-tab div {
	padding: 0;
}

.widget-cart .widget-container.boxed .order-container .items-container .item {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
	border-radius: 0;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .row {
	margin: 0;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .col-xs-3.item-col-img .picture-block .picture {
	max-width: 65px;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .col-xs-3.item-col-img .info-block a {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .col-xs-3.item-col-img .description {
	font-weight: normal;
	font-size: 14px;
	color: #828282;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-name li {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #828282;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-name li strong {
	color: #000000;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-name ul {
	margin-bottom: 5px;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .cart-total-item,
.widget-cart .widget-container.boxed .order-container .items-container .item .cart-unit-price {
	white-space: nowrap;
	font-weight: 600;
	font-size: 14px;
	line-height: 27px;
	color: #000000;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .cart-input-quantity input {
	height: 50px;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .row .item-col-delete {
	position: absolute;
	right: 20px;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-delete .btn-delete-item {
	width: 40px;
	height: 40px;
	padding: 0;
	background: #FFFFFF;
	border: 2px solid #B2B2B2;
	margin: 0px;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-delete .btn-delete-item:hover {
	border: 1px solid #992020;
}

.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-delete .btn-delete-item .fa {
	font-size: 23px;
	color: #B2B2B2;
}

.widget-cart .widget-container.boxed .order-container .btn-delete:hover .fa,
.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-delete .btn-delete-item:hover .fa {
	color: #992020;
}

.widget-cart .widget-container.boxed .order-container .items-container .cart-item-total {
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-weight: 400;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order {
	margin: 0;
}

.widget-cart .widget-container.boxed .order-container .widget-cart-order .message-cart {
	background: #fff;
	padding: 20px;
}

.cart-summary-content.widget-spinner hr {
	display: none;
}

.cart-box-right .inner {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
}
.cart-box-right .inner th, .cart-box-right .inner td {
  padding: 10px !important;
}
.cart-box-right .inner th.checkout-order-company {
	width: 132% !important;
	max-width: none !important;
	display: table-caption;
}
.cart-box-right .inner th.checkout-order-company .supplier-order{
  width: 100% !important;
  border: 2px solid var(--main-color);
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: none;
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 -5px;
}
td.checkout-order-company-td {
  display: none;
}
.cart-box-right .inner .box-block tbody .checkout-order-company {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

.cart-box-right .inner .box-block .cart-summary-company.amount,
.cart-box-right .inner .box-block .order-summary-indent {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.cart-box-right .inner .box-block .order-summary-indent {
	color: #828282;
}

.cart-box-right .inner .box-block .cart-summary-company.amount {
	color: #000;
}

.widget-cart .col-md-8 .widget-container.boxed .inner:nth-child(2) {
	display: none;
}

.widget-cart .cart-border-bottom-separator {
	border: 0 !important;
}

.cart-box-right .inner .box-block .cart-border-bottom-separator th,
.cart-box-right .inner .box-block .cart-border-bottom-separator td {
	padding: 15px 0;
    font-weight: 500;
    font-size: 18px;  
	line-height: 19px;
	width: 50%;
}

.cart-box-right .inner .btn-cart-valid .btn .fa {
	display: none;
}

.widget-cart .cart-border-bottom-separator {
	border: 0;
}

.cart-box-right .btn {
	width: auto;
	margin: auto !important;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	padding: 5px 40px;
}

.widget-cart .tos-cart #uppler_cart_payment_tos {
	margin: 0;
	top: 0;
	margin-right: 10px;
}

.cart-box-right .widget-cart .btn-success {
	margin: 0;
}

.cart-container .widget-cart .widget-list .inner .select2-container {
	width: 100% !important;
}

.cart-container .widget-cart .widget-list .inner .btn-success.add-address {
	margin: 0;
}

.cart-container .widget-cart .widget-title {
	padding: 20px;
}

.cart-summary-content .col-md-8 .widget-container .inner {
	padding: 0;
}

.cart-box-right .widget-title .label {
	float: left !important;
	margin: 5px 0;
	width: 100%;
}

.cart-box-right .widget-cart .btn-cart-valid {
	margin-top: 20px;
	display: flex;
}


/*----------------------------------------------------------------------------------------------------- MEGA MENU ------------------------------------------------------------------------------------------------------*/

.menu-template-mega .dropdown .fa {
	display: none;
}


/*------------------------------------------------------------------------------------------- MESSAGES NOTIFS PAGES -------------------------------------------------------------------------------------------*/

.widget-search-action-message .pull-right {
	margin-left: 5px;
}

.widget-new-message {
	padding: 20px;
}

.widget-new-message .widget-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 27px;
	text-transform: none;
	margin-bottom: 20px;
}

.widget-new-message .row-submit #upload-button {
	padding: 12px 18px;
}

.messages-deleted .pull-left .new-message {
	margin-bottom: 15px;
}

.notification-list {
	padding: 20px;
}

.notification-list .widget-title {
	font-weight: 600;
	font-size: 36px;
	text-transform: none;
	margin-bottom: 20px;
}

#navbar-notification .dropdown-menu li a {
	padding: 10px 15px !important;
}

.notification-list li a {
	border-top: 1px solid #E0E0E0;
	border-bottom: 0;
}

.widget-reply-message {
	top: 20px;
	padding: 20px;
}

.widget-reply-message .widget-title {
	text-transform: none;
	font-size: 20px;
}

.product-sample .checkbox.has-sample .field-text {
	display: flex;
}

.product-sample .checkbox.has-sample .field-text #uppler_product_availability_hasSample {
	margin-left: 0;
}

.shipping-methods-list .table .position .pull-right.dropdown {
	float: left !important;
}


/*--------------------------------------------------------------------------------------------------- AJUSTEMENTS ---------------------------------------------------------------------------------------------------*/
/* bugs_upl #53479 */
#form-product-cart .add-to-wish-list.btn-group .btn.btn-default {
  padding: 12px 18px;
  font-weight: 600;
  border-radius: 21px;
  width: 100%;
  background: #000;
  border-color: #000;
}
#form-product-cart .add-to-wish-list.btn-group .btn:hover {
  opacity: 0.7;
}
#form-product-cart .add-to-wish-list.btn-group .btn .fa {
  display: none;
}

#form-product-cart .add-to-wish-list.open .dropdown-menu {
  position: absolute;
  box-shadow: none;
  margin-bottom: 20px;
  margin-top: 13px;
  width: 355px;
  max-height: 200px;
  border-radius: 6px;
  z-index: 10;
}
#form-product-cart .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new {
  background: #f8f8f8;
}
#form-product-cart .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new .title {
  color: var(--main-color);
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}
#form-product-cart .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new .field-text {
  float: left;
  margin: 0;
}
#form-product-cart .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new .create-wishlist {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  border-color: #000;
  border-radius: 20px;
}
#form-product-cart .add-to-wish-list .dropdown-menu .dropdown-menu-rounder .subtitle {
  color: var(--main-color);
}
#form-product-cart .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li.new {
  background-color: #e3e3e3;
}
#form-product-cart .add-to-wish-list .dropdown-menu .dropdown-menu-rounder li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 18px 7px 12px;
}
#form-product-cart .add-to-wish-list.open .dropdown-menu .dropdown-menu-rounder {
  max-height: 200px;
  overflow-y: auto;
}

#content:has(> #form-product-cart .add-to-wish-list.open) {
  overflow: visible;
}
/******/

.widget-order .order-item-remove {
	top: 0 !important;
}
.restock-container .datepicker {
	font-size: 9px;
}
.widget-nav-profile .relationship-group.btn-group.open .dropdown-menu {
	left: -175px;
	top: 2px;
}
.widget-nav-profile .relationship-group.btn-group.open .dropdown-menu .remove {
	padding: 0;
	height: 40px;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.contract-block-conditions .contract-condition .contract-condition-percent {
	min-width: 125px;
}
/*19880*/
.widget-order__product-quantity-mobile .order-item-remove {
    right: 50px;
}

/*.form-create-address .field-text {
	margin-bottom: 12px;
}
.form-create-address .splited-field .form-group.left-field,
.form-create-address .splited-field .form-group.left-field,
.form-create-address .splited-field .form-group.left-field .label-title {
	padding-left: 0;
}
.form-create-address .splited-field .form-group.right-field,
.form-create-address .splited-field .form-group.right-field .label-title,
.form-create-address .splited-field .form-group.right-field .col-sm-8 {
	padding-right: 0;
}*/
form[name="uppler_subscribed_emails"] .field-text {
	display: flex;
	flex-direction: row-reverse;
	float: left;
	align-items: start;
}
form[name="uppler_subscribed_emails"] .field-checkbox input[type="checkbox"] {
	margin-right: 15px;
	margin-top: 4px;
}
#dashboard-info-order .order-canceled .info-order-title {
	width: 80%;
}
.product-comparator-wrapper .delete-action-form {
	margin-top: 8px;
}

.widget-comment .fos_comment_submit {
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget-list .table>thead>tr>th {
    white-space: nowrap;
    font-size: 12px;
}

.user-edit-page .boxed {
	padding: 20px;
}

.user-edit-page .boxed .widget-title {
	font-weight: 600;
	font-size: 36px;
	text-transform: none;
	margin-bottom: 20px;
	word-break: break-word;
}

#orders thead th {
	white-space: nowrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

#orders thead th a {
	color: #000;
	text-transform: none;
	font-size: 16px;
}

.btn.fileinput-button {
	padding: 12px 18px;
}

.widget-container.widget-order {
	background: #fff !important;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.widget-container.widget-order .block.block-number,
.widget-container.widget-order .block.block-date {
	border: 0;
	padding: 0;
}

.widget-container.widget-order .block.block-number span,
.widget-container.widget-order .block.block-date span {
	font-size: 20px;
	font-weight: 800;
}

.widget-container.widget-order .order-content .col-md-4 .block {
	min-height: 280px;
}

.widget-container.widget-order .order-content .block {
	border-radius: 10px;
}

.widget-container.widget-order .order-content .block .title {
	margin-bottom: 20px;
}

.widget-container.widget-order .order-content .block .title span {
	color: #000;
	font-size: 16px;
}

.widget-container.widget-order .order-content .block.block-note {
	min-height: 230px;
}

#rightbar {
	margin-top: 15px;
	border-radius: 10px;
	border: 0;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	min-height: inherit;
	padding: 20px;
}

#rightbar #order-actions,
#rightbar #order-actions .widget-order-action {
	margin: 0;
}

#rightbar #order-actions .widget-order-action .btn,
#rightbar #order-actions .widget-order-action .btn-group {
	margin: 0 0 10px;
	width: 100%;
}

#rightbar #order-actions .widget-order-action .btn-group .btn {
	margin: 0;
}

#rightbar .widget-comment {
	padding: 15px 0 0;
	margin: 0;
}

#rightbar .widget-comment .widget-title {
	padding: 20px 0 5px;
	line-height: 20px;
	text-transform: none;
	font-size: 16px;
}

#rightbar .widget-comment .comments-list .fos_comment_comment_show {
	margin-top: 20px;
}

#rightbar .widget-comment .comments-list .fos_comment_comment_metas {
	color: #797878;
}

#rightbar .widget-comment .fos_comment_comment_new_form {
	padding-top: 10px;
}

#dashboard-info-number .widget-container.widget-chart-number.boxed {
	min-height: 355px;
	position: relative;
}

#dashboard-info-number .widget-container.widget-chart-number.boxed .chart-number.equal {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
}

#filtered-variants-list td {
	padding: 20px !important;
}

.homepage-search .searchbar-wrap .search-input-box .search-btn {
	color: transparent;
}

.widget-container.widget-comment .widget-title {
	font-size: 20px !important;
	margin-top: 0 !important;
}

.widget-cart .widget-container.boxed .inner .row.cart-header-tab div {
	text-align: left;
}

.widget-cart .widget-container.boxed .inner .row.cart-header-tab div:nth-child(2) {
	width: 25%;
}

.cart-unitPrice.cart-unit-price {
	width: 16.66666667%;
}

.cart-unitPrice.cart-unit-price,
.item-col-input.cart-input-quantity,
.cart-totalItem.cart-total-item {
	text-align: left !important;
}

.widget-wishlist.wishlist-view-form.default-mode .wishlist-box-right {
	border-radius: 10px;
	overflow: hidden !important;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	padding: 10px;
}

.widget-wishlist.wishlist-view-form.default-mode .wishlist-box-right .box-block .boxed {
	box-shadow: none;
}

.fos_user_profile_edit .col-md-12 {
	padding: 0;
}

.check-input .table-check-group.btn-group .btn.btn-default.dropdown-toggle {
	background: none;
}

.pack-quantity .input-group {
	margin-bottom: 12px;
}

.checkbox.has-sample .field-text {
	display: flex;
}
#files .contract-file .col-md-1 {
	width: 16.66666667%;
}
.files-existing .contract-file .col-md-1:nth-child(6) {
	text-align: right;
}
#orders .order-td-state .label {
	white-space: normal;
}

.widget-dispute > .inner > form > div > .table > tbody > tr > td {
    vertical-align: top !important;
}

.widget-dispute > .inner > form > div > .table > tbody > tr > td > .row > .col-md-4 > .addon-value-container > .col-xs-3 {
    width: 100%
}

/*----------------------------------------------------------------------------------------------------------- HELP ----------------------------------------------------------------------------------------------------------*/

.accordion.boxed {
	padding: 0 60px;
	margin-top: 30px;
}

.accordion.boxed .card-3 {
	border-bottom: 1px solid #E0E0E0;
}

.accordion.boxed .card-3:last-child {
	border: 0;
}

.accordion.boxed .card-header h2 {
	margin: 0;
}

.accordion.boxed .card-header button {
	padding: 35px 0;
	font-weight: 600;
	font-size: 26px;
	color: #000;
	text-decoration: 0;
}

.accordion.boxed .card-header button .fa {
	float: right;
	font-size: 16px;
	top: 13px;
}

.accordion.boxed .card-body-3 {
	padding: 0 60px 35px;
	text-align: justify;
	line-height: 28px;
}

.accordion.boxed .card-header button:hover {
	text-decoration: underline;
	text-underline-offset: 7px;
}

.accordion.boxed .card-header button.collapsed .fa::before {
	content: "\f067" !important;
}

.accordion.boxed .card-header button .fa::before {
	content: "\f068" !important;
}


/*--------------------------------------------------------------------------------------------------- MIDDLE OFFICE ----------------------------------------------------------------------------------------------------*/

.page-Homepage.seller h1 {
	margin-bottom: 30px;
}

.page-Homepage.seller .widget-container {
	padding: 8px;
	min-height: 380px;
}

.page-Homepage.seller h2.more-title {
	font-size: 32px;
	margin: 30px 0 20px;
}

.page-Homepage.seller .widget-container .widget-title {
	font-weight: 600;
}

.form-product .widget-title {
	padding: 20px 0;
	font-size: 16px;
}

.form-product #product-category-form .taxon-tree-form .field-checkbox {
	position: relative;
}

#product-form #product-form-sidebar {
	margin-top: 15px;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 20px;
}

#product-form #product-form-sidebar .widget-product-thumb .info-block a {
	font-weight: 600;
}

#product-form #prices #product-prices-form select,
#product-form #prices #product-prices-form input {
	height: inherit !important;
}

#product-form .product-form-container .btn-group-vertical li {
	margin-bottom: 5px;
}

.widget-shop-configuration {
	padding: 20px;
}

.shop-configuration-form .widget-title {
	padding: 0 0 20px;
	font-size: 16px;
}

#product-form .tab-content {
	border: 0;
}

.form-product-export .field-text input,
.form-product-export .field-text select {
	margin-left: 30px;
}

#filtered-variants-form th,
#filtered-variants-form td {
	padding: 20px 10px !important;
}

.dataimport-header-container .widget-container .widget-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 27px;
	text-transform: none;
	margin: 20px 0 10px;
}

.dataimport-header-container .widget-container.boxed {
	box-shadow: none;
	background: none;
	border-radius: 0;
}

.dataimport-header-container .widget-container .dataimporter-configuration-content .widget-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.dataimport-header-container .widget-container .dataimporter-configuration-content .widget-container {
	min-height: 230px;
	overflow: inherit;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	background: #fff;
}

.dataimport-header-container .col-md-4:last-child .row.row-submit {
	position: initial !important;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}


/*-------------------------------------------------------------------------------------------------------- ABOUT --------------------------------------------------------------------------------------------------------*/

.our-company-title h1,
.our-team-title h1 {
	color: #48acce;
	margin: 25px 0;
}

.our-company-text {
	margin-bottom: 80px;
	padding: 30px;
}

.our-team-card.boxed {
	padding: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.our-team-card-name {
	margin-bottom: 30px;
	text-transform: uppercase;
}

.our-team-card-job {
	text-transform: lowercase;
	color: #48acce;
	margin-bottom: 25px;
}

.our-team-card-text {
	margin-bottom: 15px;
}

.our-team-card-social a {
	color: #48acce;
	font-size: 30px;
	margin-right: 10px;
}

.our-team-card-social a:hover {
	color: #000;
}

.our-team-card-image {
	margin-right: 20px;
}

.our-team-card-image img {
	width: 100%;
}

.our-company-text p {
	margin-bottom: 20px;
}

.our-team-text {
	margin-bottom: 20px;
}

.our-team-card.boxed:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.our-team-card.boxed .row {
	display: flex;
	align-items: center;
}


/*----------------------------------------------------------------------------------------------------------- BLOG ---------------------------------------------------------------------------------------------------------*/

.dynamic-index h1 {
	margin-left: 16.666666666666664%;
	margin-bottom: 24px;
	padding-left: 10px;
}

.dynamic-entity-box h2 {
	font-size: 25px;
}

.dynamic-entity-box {
	width: calc( ( 100% / 4) - 24px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 36px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.dynamic-entity-box .img-blog {
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	height: 200px;
}

.dynamic-entity-box .img-blog img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	transition: all ease-in-out 0.3s;
}

.dynamic-index .date .value {
	color: #48acce;
	margin-top: 14px;
}

.dynamic-entity-box {
	width: calc( ( 100% / 4) - 24px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 36px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 20px;
	min-height: 420px;
}

.dynamic-index .author .value {
	font-style: italic;
	font-size: 14px;
	color: #48acce;
	margin: 0;
}

.dynamic-index .type .value,
.dynamic-index .type .value a {
	color: #48acce;
	text-transform: uppercase;
	font-weight: bold;
}

.dynamic-entity-box:hover .img-blog img {
	height: 105%;
}

.dynamic-view .type p {
	font-size: 18px;
}

.dynamic-view .image,
.dynamic-view .image2,
.dynamic-view .image3,
.dynamic-view .image4 {
	text-align: center;
	margin: 40px auto;
}

.dynamic-view .image img,
.dynamic-view .image2 img,
.dynamic-view .image3 img,
.dynamic-view .image4 img {
	max-width: 60%;
}

.dynamic-view #content .blog-show {
	padding: 50px 190px 30px;
}

.dynamic-view .date .value {
	margin: 0;
}

.dynamic-view .intro {
	margin-top: 40px;
}

.dynamic-view .author {
	border-bottom: 1px solid #e8e9eb;
	padding-bottom: 40px;
}

.dynamic-view .author .value {
	font-style: italic;
	font-size: 14px;
	margin: 0;
}

.dynamic-view .video-container {
	text-align: center;
	padding: 30px 0;
}

.dynamic-view iframe {
	width: 60%;
}

.dynamic-index .widget-dynamic-entity-list {
	background: none;
	box-shadow: none;
}

.form-group.form-group-dynamic-field-filter.dynamic-field-filter-value .select2-container {
	width: 100% !important;
}

.dynamic-view #content .blog-show .type .btn-link {
	font-weight: bold;
	color: #000;
}
.btn.btn-link {
	color: #000;
}
.dynamic-view .blog-title {
	font-weight: bold;
}


/*----------------------------------------------------------------------------------------------- TOU / LEGAL / PRIVACY -------------------------------------------------------------------------------------------*/

.page-text .content-title {
	color: #48acce;
	margin-bottom: 30px;
}

.page-text .content-text.boxed {
	padding: 30px;
}

.page-text .content-text.boxed .paragraph {
	margin-bottom: 30px;
}

.page-text .content-text.boxed .paragraph p {
	text-align: justify;
}


/*-------------------------------------------------------------------------------------------------------- FOOTER --------------------------------------------------------------------------------------------------------*/

footer {
	color: #fff;
	font-size: 16px;
}

footer a {
	font-size: 18px;
	line-height: 50px;
}

footer .row a:hover {
	text-decoration: underline;
}

.footer-bottom {
	padding-top: 40px;
	margin-top: 50px;
}

.footer-bottom li {
	display: inline;
	margin: 10px;
}

.footer-bottom .pull-left.footer-left {
	padding-top: 12px;
}

footer .default-footer img {
	max-width: 210px;
}

footer .footer-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 15px 30px;
}

.jump.btn.btn-success.back-to-top {
	padding: 5px 10px;
}

footer .footer-content .container {
	padding: 0;
}

.widget-block-banner-slider .carousel-inner .item.active a[href*="/"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#cart-payment-form .widget-list label[for="uppler_cart_payment_number"] small {
    display: block;
    font-size: .75em;
}
#cart-payment-form .widget-list label[for="uppler_cart_payment_number"] small strong {
    text-decoration: underline;
}

.item-product-box .tPromo {
    opacity: 1;
    position: absolute;
    z-index: 1;
    font: bold 2em 'Clash Display', sans-serif;
    top: 29.5px;
    left: 15px;
    text-align: center;
    color: #000;
    background: #FFF;
    padding: 2px 12px;
    border-radius: 40px;
    width: auto;
}
.widget-product-box.boxed .product-label + .picture-block .tPromo {
    top: 60px;
}

/*----------------------------------------------------------------------- Overwrite Menu --------------------------------------------------------------------------------------------------------------------------*/

header .header-content-bottom .menu-wrap .dropdown-menu .unique .col-md-12 .row .menu-level-1 .menu-title {
	position: inherit;
}


/*-------------------------------------------------------------------------------------------------------- RESPONSIVE DESIGN --------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 900px) {
  header .header-content {
    display: initial !important;
  }
  header .searchbar-wrap .search-box {
    width: 100%;
    margin-bottom: 10px;
  }
  header .notification-wrap {
    margin: 0;
  }
  header .brand-wrap {
    float: inherit;
    width: 100%;
  }
  header .header-content .cart-wrap {
      gap: 10px;
      float: left;
      height: 50px;
  }
  .brand-wrap-club a {
	font-size: 25px;
  }

}

@media screen and (max-width: 767px) {
    .user_type_anonymous header .header-content .cart-wrap .btn-search-mobile {
    	display: flex !important;
    	justify-content: center;
    }
    header .header-content-top .access-wrap > ul > li.login-menu {
  order: -2;
}
header .header-content-top .access-wrap > ul > li.register-menu {
  order: -1;
}
header .header-content-top li:last-child {
  padding: 0 15px !important;
  border-right: 4px solid var(--main-color) !important;
}
    .user_type_anonymous header .searchbar-wrap .hidden-nav {
    	display: none;
    }
    .user_type_anonymous header .header-content .cart-wrap {
      margin-right: 45px;
    }
    .user_type_anonymous header .navbar-toggle {
    	top: 70px;
    }
    #widget-block-madewis-fc-pack .item-product-box {
    	width: 100%;
    }
    
    header .access-wrap .header-buyer-sidebar #sidebar {
    	top: 50px;
    	left: 0;
    	width: 100%;
    	right: 0;
    }
    .brand-wrap-club .header-logo-name-club {
      font-size: 18px;
      max-width: 100px;
    }
    header .searchbar-wrap .search-box {
	    display: none;
    }
    header .searchbar-wrap .search-box.open {
    	display: block;
    }
    .btn-search-mobile.d-none {
    	display: block !important;
    	cursor: pointer;
    	margin-right: 15px;
    }
    .user_type_buyer .header,
    .user_type_anonymous .header {
    	position: sticky;
    	top: 0;
    	z-index: 2000;
    }
    .user_type_buyer header .brand-wrap svg {
    	width: inherit;
    }
    #cart-added .product-added .info {
    	width: 100% !important;
    }
    .nav-specific .nav-btn .btn {
    	white-space: nowrap;
    	min-width: auto;
    	margin: 0;
    }
    .product-info-box {
    	padding: 20px;
    }
    .mad-product-top {
      flex-direction: column;
      gap: 20px;
    }
    .mad-product-bottom-properties,
    .mad-info-block {
      display: initial;
    }
    .mad-info-block .mad-info-block-seller {
      margin-bottom: 20px;
    }
    .mad-product-bottom-properties .property.bottom-property {
      margin-bottom: 10px;
      width: 100%;
    }
    .widget-product .widget-select-option .variant-row {
      flex-direction: column;
      gap: 20px;
    }
    .widget-nav-profile .nav.navbar-nav {
    	padding: 0 10px !important;
    }
    header .header-content .cart-wrap #cart-container .link {
    	padding: 0 10px;
    }
    .widget-block-grid-carousel,
    .widget-block-banner-default,
    .widget-block-grid-default {
    	border-radius: 25px;
    }
    .user_type_anonymous .cart-wrap {
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .user_type_anonymous  .header-content {
      position: relative;
    }
    .header-content-bg-grey {
    	padding: 0;
    }
    header .header-content-top li:last-child {
    	position: initial;
    }
    #widget-block-madewis-fc-pack .widget-block-title-link,
    #widget-block-madewis-fc-product .widget-block-title-link,
    #widget-block-madewis-fc-club-product .widget-block-title-link {
    	width: 100%;
    	float: left;
    	display: flex;
    	padding-left: 10px;
    	margin-bottom: 10px;
    	position: inherit;
    }
    #widget-block-frais-de-port-panier {
      margin: 80px auto 50px !important;
    }
    #widget-block-frais-de-port-panier .widget-block-text {
      display: none;
    }
    .widget-product-box .price.promotion .price-promotion .price-display .price-display-number-tax {
    	font-size: 12px !important;
    }
    .product-label {
    	font-size: 12px;
    }
    .item-product-box .widget-product-box {
    	border-radius: 20px;
    }
    .item-product-box .widget-product-box .picture-block a {
    	border-radius: 20px 20px 0 0;
    }
    #products-container:not(.list-view) .item-product-box .btn-access-product a {
    	font-size: 14px !important;
    }
    .info-master .reference {
      font-size: 12px;
    }
    #products-container:not(.list-view) .item-product-box .info-block .title a {
      font-size: 14px;
      line-height: 20px;
    }
    #products-container:not(.list-view) .item-product-box .info-block .info-master .properties-color,
    #products-container:not(.list-view) .item-product-box .info-block .info-master .properties-code-fournisseur {
      font-size: 12px;
    }
    #products-container:not(.list-view) .item-product-box .picture-block {
    	height: auto;
    }
    #products-container .widget-product-box .picture-block .picture {
    	max-width: 100% !important;
    	height: auto !important;
    	min-height: 200px;
    	object-fit: cover;
    }
    #shop-list-results #products-container:not(.list-view) {
      grid-template-columns: auto auto;
    }
    #shop-list-results {
    	width: 100%;
    }
    .item-product-box.col-lg-3.col-md-4.col-sm-6 .info-block {
    	min-height: auto;
    }
    .register-text-block.register-text-block-partner ul {
      flex-direction: column;
    }
    .register-text-block.register-text-block-partner ul li {
      width: 100%;
    }
    .register-text-block.register-text-block-partner ul li p {
      padding: 0;
    }
    .register-text-block ul svg {
    	min-width: 20px;
    	max-width: 20px;
    }
    .register-text .register-text-images .register-text-image {
    	width: 50%;
    }
    .register-form-content .col-md-6 {
    	width: 100%;
    }
    .register-form-text ul li {
    	display: inherit;
    }
    .register-content .register-title {
    	width: auto;
    	padding: 0;
    }
    .register-content .register-title h2 {
    	line-height: 42px;
    }
    .widget-block-banner-default .items-list {
      flex-direction: column;
    }
    #search-engine-suggestions-box #suggestions-container {
    	width: 95%;
    }
    header .hidden-nav .search-box {
    	display: none;
    }
    header .brand-wrap svg {
    	width: 100px;
    }
    .header-text p {
      font-size: 12px;
      gap: 10px;
      text-align: center;
    }
    .header-text p svg {
      width: 15px;
      height: 15px;
    }
    .footer-logo svg {
      width: 100%;
    }
    .widget-block-banner-slider .carousel-inner {
      border-radius: 15px;
    }
    .widget-block-banner-slider .carousel-inner .item .hidden.item-link {
      display: none !important;
    }
    header .header-content-top li a {
      font-size: 10px;
      gap: 5px;
    }
    header .header-content-top li svg {
      width: 15px;
    }
    header .access-wrap #user-lang-menu {
      padding: 15px 0;
    }
}

/*----------------------------------------------------------------------------------------------------------- HEADER ----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
    .widget-product-comparator.display-type-button .btn.btn-default.toggle {
	    width: 100%;
	    margin-top: 10px;
    }
    header .menu-wrap .nav.navbar-nav.nav-frontend_navbar_anonymous.menu-template-mega, 
    header .menu-wrap .nav.navbar-nav.nav-frontend_navbar_anonymous.menu-template-default, header .access-cart-wrap {
             
	    display: inherit;
    }
    .nav.navbar-nav.menu-template-mega ul.dropdown-menu,
    .nav.navbar-nav.menu-template-mega li:hover ul.dropdown-menu {
           display:none !important;
    }
	.user_type_anonymous header .header-content {
		display: inherit;
	}
	.user_type_anonymous header .access-wrap {
		width: 100%;
		float: left;
	}
	.user_type_anonymous header .searchbar-wrap {
		float: none;
	}
	.user_type_seller header .header-content .notification-wrap {
		position: initial;
	}
	/*.user_type_anonymous header .brand-wrap img, .user_type_seller header .brand-wrap img {
	width: 100%;
}*/
	.language-manager.dropdown.open .dropdown-menu {
		position: absolute;
		background: #000;
	}
	.language-manager.dropdown.open .dropdown-menu li a {
		border: 0;
	}
	.user_type_seller header .menu-wrap {
		display: none;
	}
	.user_type_seller header .notification-wrap {
		float: right;
		margin-right: 30px;
	}
	.user_type_seller header .brand-wrap .hidden-nav {
		position: absolute;
		right: 0;
		top: 15px;
	}
	header .brand-wrap {
		float: left;
		margin: 0;
		height: auto;
	}
	header .menu-wrap {
		float: right;
		padding-top: 10px;
	}
	header .login-menu a,
	header .register-menu a {
		padding: 15px !important;
	}
	.user_type_buyer .access-cart-wrap {
		text-align: center;
		float: right;
		width: auto;
		display: flex;
		justify-content: right;
		padding: 10px;
		align-items: center;
	}
	.user_type_buyer header .access-wrap .navbar-toggle,
	.user_type_buyer header .cart-wrap .cart-menu a.link {
		height: auto;
		padding: 12px;
		margin: 0;
		float: left;
		position: inherit;
		width: inherit;
	}
	.user_type_buyer header .cart-wrap #cart-menu-dropdown {
		position: inherit;
	}
	.user_type_buyer header .brand-wrap .hidden-nav {
		display: none;
	}
	header .header-content {
		display: inherit;
	}
	header .searchbar-wrap {
		padding: 0px;
	}
	header .searchbar-wrap {
		float: right;
	}
	header .searchbar-wrap .hidden-nav .search-box .input-group {
		padding-left: 0;
	}
	header .searchbar-wrap .hidden-nav .search-box .get-full-search {
		padding-left: 10px;
		padding-right: 10px;
	}
	header .searchbar-wrap .hidden-nav .search-box .get-full-search:hover,
	header .searchbar-wrap .hidden-nav .search-box .get-full-search:focus,
	header .searchbar-wrap .hidden-nav .search-box .get-full-search:active {
		background: none;
		border: none;
		color: #fff;
	}
	header .searchbar-wrap .hidden-nav .search-box .get-full-search .fa.fa-search {
		font-size: 20px;
	}
	header .searchbar-wrap .search-full {
		display: flex;
		align-items: center;
		top: 100%;
		background: #000;
	}
	header .searchbar-wrap .search-full form .search-input-box {
		width: auto;
		margin: 10px;
		padding: 0px 10px;
	}
	.user_type_buyer header .access-wrap .navbar-toggle,
	.user_type_buyer header .cart-wrap .cart-menu a.link {
		height: auto;
		padding: 12px;
		margin: 0;
		float: left;
		position: inherit;
		width: inherit;
	}
	.user_type_buyer header .access-wrap {
		display: inline-block;
		width: 100%;
	}
	.header-content-top .access-wrap #user-lang-menu {
    	flex-wrap: nowrap;
    	overflow-x: auto;
    	white-space: nowrap;
    	overflow-y: visible;
    	margin-right: 0;
    	position: initial;
    }
	.user_type_buyer header .cart-wrap #cart-menu-dropdown {
		position: inherit;
	}
	.user_type_buyer header .cart-wrap .cart-menu a.link .fa {
		font-size: 20px;
		margin: 0;
	}
	header .menu-wrap .navbar-collapse.in,
	header .menu-wrap .navbar-collapse.collapsing {
		top: 100%;
		background: #000;
		width: 100%;
	}
	.widget-cart-info.dropdown-menu {
		top: 100%;
		left: 15px;
		right: 15px;
	}
	header .access-wrap #sidebar {
		top: 100%;
		left: 0;
	}
	header .access-wrap #sidebar li {
		text-align: left;
	}
	header .notification-wrap #navbar-notification {
		position: inherit;
	}
	header .notification-wrap #navbar-notification .dropdown-menu {
		top: 100%;
		left: 0;
		right: 0;
	}
	header .notification-wrap #navbar-notification .navbar-notification li.dropdown {
		position: inherit;
	}
	.user_type_buyer header .cart-wrap .cart-menu a.link .cart-content {
		display: block;
		margin-left: 0;
	}
	header .header-buyer .language-manager.dropdown {
		position: absolute;
		top: 25px;
		right: 140px;
	}
	.user_type_anonymous header .access-wrap #user-lang-menu .language-manager .dropdown-menu {
		position: absolute;
	}
}


/*-------------------------------------------------------------------------------------------------------- HOMEPAGE --------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 373px) {
	.carousel-indicators {
		bottom: 0;
	}
}

@media screen and (max-width: 500px) {
	.widget-block-banner-slider .item .item-description {
		width: 80%;
	}
	.register-text .register-text-images .register-text-image {
    	width: 100%;
    }
}

@media screen and (max-width: 767px) {
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		border: none;
	}
}

@media screen and (max-width: 900px) {
	#widget-block-advantages .items-list,
	#widget-block-register .items-list {
		flex-direction: column;
	}
	#widget-block-advantages .items-list .item .widget-block-text {
		padding: 0 40px;
	}
	#widget-block-advantages .items-list .item {
		margin-bottom: 60px;
	}
	#widget-block-advantages .items-list .item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 992px) {
	.widget-block-banner-three-part .part.part1 {
		width: 100%;
	}
	.widget-block-banner-three-part .part.part1 a {
		background-size: auto;
		background-position: bottom;
		position: relative;
	}
	.widget-block-banner-three-part .part.part1 a .text {
		width: 100%;
		position: absolute;
		bottom: 0;
		top: auto;
	}
	.widget-block-banner-three-part .col-md-3 {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
    .homepage-widget {
    	margin: 0 20px;
    }
}


/*----------------------------------------------------------------------------------------------------- PRODUCT BOX ------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.widget-search.widget-search-product .list-result-container .filter {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	.widget-search .list-result {
		padding-left: 0 !important;
	}
}


/*------------------------------------------------------------------------------------------------- PRODUCT INFO PAGE ------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.widget-product .product-image #gallery {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}
	.widget-product .product-content .product-image .first {
		width: 100%;
		padding: 20px;
	}
	.widget-product .product-content .product-image .miniature {
		float: none;
		max-width: inherit;
		width: 80%;
		display: flex;
		justify-content: space-evenly;
		margin-right: auto;
		margin-left: auto;
	}
	.product-info .product-info-header {
		margin-bottom: 20px;
	}
	.widget-product .product-info .product-properties .table tbody tr td {
		width: 50% !important;
		padding: 10px !important;
	}
	.product-info #form-product-cart .widget-select-option .table tbody .variant-input input {
		margin-left: 0;
	}
	.widget-product .widget-select-option .variant-price .price .price-current {
		padding: 0;
	}
	.widget-nav-profile .nav.navbar-nav {
		flex-direction: row !important;
		justify-content: center;
	}
}


/*---------------------------------------------------------------------------------------------------------- ABOUT-US -----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 899px) {
	.our-team-card.boxed .row {
		flex-direction: column;
	}
	.our-team-card-name {
		text-align: center;
		margin-top: 30px;
	}
	.our-team-card-job {
		text-align: center;
	}
	.our-team-card-text {
		text-align: justify;
	}
	.our-team-card-social {
		display: flex;
		justify-content: space-evenly;
	}
	.our-team-card-social a {
		margin: 0;
	}
	.our-team-card-image {
		margin-right: 0;
	}
	.our-team-card.boxed {
		width: 90%;
	}
	.our-company-text {
		text-align: justify;
	}
}

@media screen and (max-width: 768px) {
	.our-team-card-name h2 {
		font-size: 28px;
	}
}


/*---------------------------------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	footer .container {
		padding: 80px 20px 30px;
		text-align: center;
	}
	.footer-bottom .pull-left.footer-left,
	.footer-bottom .pull-right.footer-right {
		padding-top: 12px;
		float: none !important;
	}
	.default-footer {
		margin-bottom: 20px;
	}
}


/*---------------------------------------------------------------------------------------------------------- AJUSTEMENTS -----------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 480px) {
	.form-product .navbar .navbar-form li {
		width: 100%;
	}
	.row-submit .btn {
		width: 100%;
		margin-bottom: 5px;
	}
	.widget-nav-profile .seller-profile__nav-mobile {
		overflow: scroll;
		justify-content: inherit !important;
		scrollbar-width: none;
	}
	.widget-nav-profile .seller-profile__nav-mobile::-webkit-scrollbar {
		display: none;
	}
	.accordion.boxed {
		padding: 0 20px;
	}
	.accordion.boxed .card-header button {
		font-size: 23px;
	}
	.page-404 h1 {
		font-size: 100px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 630px) {
	#content .pull-left:nth-child(4),
	#content .pull-right:nth-child(5),
	#content .pull-right:nth-child(5) .btn {
		width: 100%;
	}
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media screen and (max-width: 900px) {
    .btn-group.btn-group-create-contract.open {
    	position: inherit;
    }
    .btn-group.btn-group-create-contract.open .dropdown-menu {
    	position: absolute;
    	top: 2px;
    	left: 130px;
    }
    .btn-group.btn-group-create-contract.open .dropdown-menu li a {
    	padding: 4px;
    }
    #product-delivery-form .row.well:first-child {
    	display: none;
    }
    html[lang="fr"] #product-delivery-form .form-group .col-md-4 .field-text::before {
    	content: "Poids brut (Kg/Variante)";
    }
    html[lang="fr"] #product-delivery-form .form-group .col-md-2:nth-child(2) .field-text::before {
    	content: "Hauteur (cm)";
    }
    html[lang="fr"] #product-delivery-form .form-group .col-md-2:nth-child(3) .field-text::before {
    	content: "Largeur (cm)";
    }
    html[lang="fr"] #product-delivery-form .form-group .col-md-2:nth-child(4) .field-text::before {
    	content: "Profondeur (cm)";
    }
        html[lang="en"] #product-delivery-form .form-group .col-md-4 .field-text::before {
    	content: "Gross weight (Kg/Variant)";
    }
    html[lang="en"] #product-delivery-form .form-group .col-md-2:nth-child(2) .field-text::before {
    	content: "Height (cm)";
    }
    html[lang="en"] #product-delivery-form .form-group .col-md-2:nth-child(3) .field-text::before {
    	content: "Width (cm)";
    }
    html[lang="en"] #product-delivery-form .form-group .col-md-2:nth-child(4) .field-text::before {
    	content: "Depth (cm)";
    }
    .widget-product .add-to-tender.open .dropdown-menu {
	    width: 100%;
    }
	.widget-action.widget-search-header.is-mobile, {
		display: none;
	}
	#product-properties-form .uppler-property-values.collection-container {
		margin-top: 20px;
	}
	.register .col-md-offset-4 {
		margin-left: 0;
	}
	.register .col-md-4 {
		width: 100%;
	}
	.widget-action {
		overflow: scroll;
		scrollbar-width: none;
		margin-bottom: 40px;
	}
	.user-edit-page .row-submit .pull-right {
    	float: none !important;
    }
    .user-edit-page .row-submit .btn {
    	width: 100%;
    	margin-bottom: 5px;
    }
	.user-edit-page .widget-action .pull-right {
    	display: flex;
    }
	.shop .widget-action {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.5032213569021359) 100%);
	}
	.widget-action .pull-left {
		overflow: scroll;
		display: flex;
		justify-content: space-between;
		scrollbar-width: none;
	}
	.widget-action .pull-left::-webkit-scrollbar {
		display: none;
	}
	.widget-action .pull-left a {
		white-space: nowrap;
		overflow: visible;
	}
	.widget-search-action {
		position: relative;
	}
	.widget-search-action .export-block.pull-right {
		position: absolute;
		bottom: 0;
	}
	.widget-invoices .widget-search-action .export-block.pull-right {
    	left: 0;
    }
	.orders-list .widget-search-action .export-block.pull-right {
	    position: inherit;
    }
	.widget-search-action .search-block.pull-right,
	.widget-search-action .search-block.pull-right select,
	.widget-search-action .search-block.pull-right input {
		width: 100%;
		max-width: inherit;
	}
	#dashboard-info-quote-list,
	#dashboard-info-order-list {
		overflow: scroll;
		margin-bottom: 40px;
	}
	#dashboard-info-quote-list li,
	#dashboard-info-order-list li {
		min-width: 120px;
	}
	#dashboard-stat-range-form .form-inline.form-filter,
	.select2.select2-container {
		width: 100% !important;
	}
	#ui-datepicker-div.ui-datepicker {
		top: 136px !important;
		left: 0 !important;
		right: 0 !important;
	}
	.widget-container.widget-order .header .block.block-number {
		white-space: nowrap;
	}
	.widget-order .block .item .option .option-list.field {
		width: auto !important;
	}
	.widget-container.widget-order .order-content .block.block-note {
		margin-bottom: 20px;
	}
	.widget-cart-order .checkoutstart .row {
		display: flex;
	}
	.coupon-block .col-md-6 {
		width: 50%;
	}
	#coupon-code {
		float: left;
	}
	.widget-cart .widget-container.boxed .order-container .items-container .item .item-col-delete .btn-delete-item {
		margin-top: 20px !important;
		margin-right: 10px !important;
		width: 50px !important;
	}
	.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-2 .btn.btn-collapse-items {
		margin-right: 0;
	}
	.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-2 {
		width: 45%;
	}
	.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 .cart_continous_to {
		display: none;
	}
	.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 .widget-company-thumb .info-block .title {
		margin: 10px 0 0 0px;
	}
	.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 #uppler_shop_cart_orders_0_checkoutStart {
		margin: 15px 10px 0 0;
	}
	.widget-cart .widget-container.boxed .order-container .widget-cart-order .checkoutstart .col-md-10 {
		width: 55%;
		padding: 0;
	}
	.widget-cart-order .checkoutstart .row {
		display: flex;
	}
	.widget-cart .widget-container.boxed {
		padding: 0;
	}
	.widget-cart .widget-container.boxed .widget-title {
		margin-top: 20px;
	}
	.page-Homepage.seller .widget-container {
		height: max-content;
	}
	.product-form-container .btn-group-vertical {
		float: none !important;
	}
	#product-form #product-form-sidebar {
		margin-top: 0;
	}
	.field-checkbox:not(.text-center) .label-title {
		float: none;
	}
	.form-product #product-category-form .taxon-tree-form .field-checkbox {
		margin-bottom: 5px;
	}
	.widget-nav-profile.hide-header .nav {
		display: flex !important;
		overflow: scroll;
		flex-direction: row !important;
		scrollbar-width: none;
		justify-content: space-between;
	}
	.product-form-container .btn-group-vertical {
		margin-left: 0 !important;
	}
	#form-product-inventory #variant-inventory-form,
	#form-product-inventory #filtered-variants-form {
		overflow-x: auto;
	}
	.checkbox.has-sample .field-text {
		display: flex;
	}
	.checkbox.has-sample .field-text input {
		margin-left: 0;
	}
	.wishlist-box-left .header .block-header.editable .col-md-3.text-right {
		text-align: left;
	}
	.row.wishlist-tags {
		display: none;
	}
	.widget-wishlist-order .wishlist-items .item {
		padding: 10px;
		position: relative;
	}
	.widget-wishlist-order .wishlist-items .item .row .wishlist-unitPrice-and-input .col-xs-1,
	.widget-wishlist-order .wishlist-items .item .row .col-xs-2 {
		width: 100%;
		text-align: left;
	}
	.widget-wishlist-order .wishlist-items .item .row .item-col-delete.pull-right {
		position: absolute;
		right: 0;
	}
	.widget-wishlist-order .wishlist-items .item .row .item-col-delete.pull-right .btn.btn-danger.btn-notext {
		width: 55px !important;
	}
	.widget-wishlist-order .wishlist-items .item .row .wishlist-unitPrice-and-input .col-xs-1 input {
		width: 65px;
	}
	.messages-global .pull-left {
		width: 100%;
	}
	.widget-search-action.widget-search-action-message .search-block.pull-right {
		float: none !important;
	}
	.widget-search-action.widget-search-action-message .search-block.pull-right ul li {
		margin-top: 20px;
	}
	.widget-search-action.widget-search-action-message .search-block.pull-right ul li:nth-child(2) {
		float: left !important;
		width: 80%;
		margin-left: 0;
	}
	.pull-left .new-message {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#form-thread .row-submit .btn {
		width: 100%;
		margin-bottom: 10px;
	}
	#confirmation-modal .modal-dialog {
		width: 90%;
	}
	.widget-action .btn {
		white-space: nowrap;
		overflow: visible;
	}
	.widget-action::-webkit-scrollbar {
		display: none;
	}
	.widget-container.widget-comment .widget-title {
		line-height: inherit !important;
	}
	.widget-cart .widget-container.boxed .order-container .items-container .item .col-xs-3.item-col-img .info-block a {
		padding-right: 50px;
	}
	.page-Homepage.seller h1 {
		font-size: 30px;
		margin-top: 30px;
		line-height: 46px;
	}
	.page-Homepage.seller h2.more-title {
		font-size: 24px;
		margin: 30px 0 20px;
	}
	.form-product .btn-submit,
	.form-product .btn-cancel {
		white-space: nowrap;
		width: 100%;
		padding: 14px 30px;
		margin-bottom: 15px;
		margin-right: 5px;
	}
	#filtered-variants-form {
		overflow: scroll;
	}
	#filtered-variants-form input {
		width: initial;
	}
	.tenders-list .container-global {
		padding-top: 20px !important;
	}
	.widget-action.widget-search-header .pull-right.search-filter-tags,
	.widget-action.widget-search-header .pull-right.search-list-choice .btn-group.radio,
	.widget-action.widget-search-header .pull-left {
		height: inherit;
	}
	.accordion.boxed .card-body-3 {
		padding: 0;
	}
	.dynamic-entity-box {
		width: 100%;
		margin: 0 0 36px;
	}
	.dynamic-view .image img,
	.dynamic-view .image2 img,
	.dynamic-view .image3 img,
	.dynamic-view .image4 img {
		max-width: 100%;
	}
	.blog-show .value {
		text-align: justify;
	}
	.dynamic-blog h1 {
		margin-left: 0;
		padding-left: 0;
	}
	.dynamic-entity-list-filters {
		padding: 20px 0;
	}
	.dynamic-view #content .blog-show {
		padding: 50px 20px;
	}
	.dynamic-view iframe {
		width: 100%;
	}
	.widget-cart .widget-container.boxed .order-container .items-container .item .row .item-col-delete {
		position: inherit;
	}
	.widget-cart .widget-container.boxed .order-container .items-container .item .row .cart-item-label {
		display: block;
	}
	.widget-cart .widget-container.boxed .order-container .items-container .item .row .col-xs-1.item-col-text.text-right.cart-unitPrice.cart-unit-price,
	.widget-cart .widget-container.boxed .order-container .items-container .item .row .cart-input-quantity,
	.widget-cart .widget-container.boxed .order-container .items-container .item .row .item-col-text.text-right,
	.widget-cart .widget-container.boxed .order-container .items-container .item .row .item-col-text.text-right .cart-totalItem.cart-total-item {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
		align-items: center;
	}
	header .navbar-nav>li>a {
        padding: 20px 10px;
	}
	header .header-content {
	    display: inherit;
	}
	header .menu-wrap .nav.navbar-nav.nav-frontend_navbar_anonymous.menu-template-mega, header .menu-wrap .nav.navbar-nav.nav-frontend_navbar_anonymous.menu-template-default, header .access-cart-wrap {
	    display: inherit;
	}
	.order-show-page .order-container .order-content .item-total .widget-order__product-variant-mobile:first-child {
	display: flex;
	align-items: center;
    }
    .order-show-page .order-container .order-content .item-total .variant:first-child .total {
    	margin: 0;
    }
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .user_type_seller header .hidden-nav {
    	display: initial;
    }
    .user_type_seller header .notification-wrap {
    	margin-right: 30px;
    }
    .user_type_seller header .brand-wrap .hidden-nav {
    	position: absolute;
    	right: 0;
    	top: 15px;
    }
    .user_type_seller header .menu-wrap .navbar-toggle {
    	display: none;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .results-list .item-product-box {
    	width: 50%;
    	float: left;
    }
}
@media only screen and (max-width: 767px) {
    #product-form #promotion .btn.btn-success {
    	width: 100%;
    }
	.widget-search.widget-search-product .list-result-container .filter {
		display: none;
	}
	#product-form #promotion .btn.btn-success {
    	margin-bottom: 5px;
    }
    .widget-dispute form[name="order-dispute-form"] thead {
    	display: none;
    }
    .widget-dispute form[name="order-dispute-form"] tbody tr {
    	display: flex;
    	flex-direction: column;
    }
    .widget-dispute form[name="order-dispute-form"] .dispute-container {
    	width: 100%;
    }
    .widget-dispute form[name="order-dispute-form"] .dispute-container .field {
    	text-align: left;
    }
    .widget-dispute form[name="order-dispute-form"] tbody .row .col-md-2:nth-child(2) {
    	display: flex;
        justify-content: space-between;
    }
    .widget-dispute form[name="order-dispute-form"] tbody .row .col-md-2:nth-child(2) .field-text {
    	width: 80px;
    }
    .widget-dispute form[name="order-dispute-form"] tbody .row .vertical-alignment::before,
    .widget-dispute form[name="order-dispute-form"] tbody .row .col-md-2:nth-child(2)::before {
    	font-weight: bold;
    	float: left;
    }
    html[lang="fr"] .widget-dispute form[name="order-dispute-form"] tbody .row .col-md-2:nth-child(2)::before {
    	content: "Quantité en litige :";
    }
    html[lang="fr"] .widget-dispute form[name="order-dispute-form"] tbody .row .vertical-alignment:nth-child(3)::before {
    	content: "Quantité de la commande :";
    }
    html[lang="fr"] .widget-dispute form[name="order-dispute-form"] tbody .row .vertical-alignment:nth-child(4)::before {
    	content: "Prix unitaire H.T :";
    }
    html[lang="fr"] .widget-dispute form[name="order-dispute-form"] tbody .row .vertical-alignment:nth-child(5)::before {
    	content: "Total :";
    }
    html[lang="en"] .widget-dispute form[name="order-dispute-form"] tbody .row .col-md-2:nth-child(2)::before {
    	content: "Dispute Quantity :";
    }
    html[lang="en"] .widget-dispute form[name="order-dispute-form"] tbody .row .vertical-alignment:nth-child(3)::before {
    	content: "Order Quantity :";
    }
    html[lang="en"] .widget-dispute form[name="order-dispute-form"] tbody .row .vertical-alignment:nth-child(4)::before {
    	content: "Unit price :";
    }
    html[lang="en"] .widget-dispute form[name="order-dispute-form"] tbody .row .vertical-alignment:nth-child(5)::before {
    	content: "Total excl tax :";
    }
    #form-product-properties #product-properties-form .input-group {
    	display: flex;
    	flex-direction: column;
    }
    #form-product-properties #product-properties-form .input-group .input-group-addon,
    #form-product-properties #product-properties-form .input-group .autocomplete-property {
    	width: 100%;
    	border-radius: 5px;
    }
}
@media (min-width: 767px) and (max-width: 900px) {
    .product-info #form-product-cart .widget-select-option .table tbody .variant-row {
    	display: flex;
    	flex-direction: column;
    }
    .product-info #form-product-cart .widget-select-option .table tbody .variant-input input {
    	margin-left: 0;
    }
    .widget-nav-profile .nav.navbar-nav li.nav-btn.pull-right .btn-invite {
    	max-width: 50px;
    	overflow: hidden;
    	text-align: left;
    	justify-content: left;
    	min-width: inherit;
    }
    .widget-nav-profile .nav.navbar-nav li.nav-btn.pull-right .btn.btn-invite .fa {
    	margin: 0px 20px 0 5px;
    }
    header .header-buyer .language-manager.dropdown {
    	padding: 30px 0 0 10px;
    }
    header .access-wrap,
	.user_type_buyer header .access-wrap .navbar-toggle,
	.user_type_buyer header .cart-wrap .cart-menu a.link {
		position: inherit;
	}
	header .access-wrap #sidebar {
    	display: none;
    	left: 0px;
    	right: 0px;
    	top: 100%;
    	min-height: auto;
    }
}
@media only screen and (max-width: 855px) {
    .product-add-to-comparator .search-product-comparator {
    	width: 100% !important;
    }
}
@media (min-width: 914px) and (max-width: 953px) {
    .widget-block-title {
    	margin: 0px 20px 25px 0;
    }
}
@media (min-width: 901px) and (max-width: 991px) {
    .product-form-container .btn-group-vertical {
    	float: none !important;
    }
}

/* big landscape tablets, laptops, and desktops */
@media only screen and (max-width: 1025px) {
	header .access-wrap .navbar-toggle .fa {
		display: block;
	}
	header .searchbar-wrap {
        padding: 0 5px;
    }
    header .access-wrap .navbar-toggle, header .cart-wrap .cart-menu a.link {
       padding: 17px 17px;
    }
}
@media only screen and (max-width: 1175px) {
    .product-comparator-wrapper .product-add-to-comparator .search-container.pull-left {
    	margin-top: 50px;
    	margin-bottom: 30px;
    	width: 100%;
    }
    .product-comparator-wrapper .product-add-to-comparator .form-label {
    	margin: 15px 15px 15px 0;
    }
    .product-add-to-comparator .search-product-comparator {
    	width: 50%;
    }
    .product-comparator-wrapper .delete-action-form {
    	position: absolute;
    	left: 10px;
    	top: 2px;
    }
    .homepage-widget {
      margin: 0 20px;
    }
    .widget-product-box .link-company {
      width: 50px;
      height: 50px;
      margin: 0;
    }
    .info-block-container {
      flex-direction: column;
      align-items: center;
    }
    .widget-block-grid-carousel .grid-carousel .info-block-container .info-master,
    .widget-block-grid-carousel .grid-carousel .info-block-container .btn-access-product {
      width: 100%;
    }
    .info-block-container .info-master .reference {
      font-size: 12px;
    }
    .widget-block-grid-carousel .grid-carousel .info-block .title a {
      font-size: 16px;
    }
    .widget-block-grid-carousel .grid-carousel .product-detail-link {
      font-size: 14px !important;
    }
}
@media only screen and (max-width: 900px) {
    .header-content-top .access-wrap {
      float: none !important;
    }
    .header-content-top .access-wrap #user-lang-menu {
      row-gap: 15px;
    }
    header .header-content-top li:hover a {
    	font-weight: 400;
    }
}
@media only screen and (max-width: 767px) {
    header .navbar-toggle {
      top: 85px;
      position: absolute;
      right: 20px;
      background: transparent;
      color: var(--main-color);
      padding: 0;
      height: 30px;
      width: 20px;
    }
    header .navbar-toggle .icon-bar {
      border-color: var(--main-color) !important;
      width: 20px;
      height: 3px;
      background: var(--main-color);
    }
    .header-content-top .access-wrap {
      margin-right: ;
    }
    header .header-content-bottom .menu-wrap .dropdown-menu .unique .col-md-12 .row {
      min-height: auto;
    }
    header .header-content-bottom .menu-wrap .dropdown-menu .unique .col-md-12 .row .menu-level-1 {
      margin: 0;
    }
    .item-product-box {
    	width: 100%;
    }
    #widget-block-nos-services .items-list {
    	flex-direction: column;
    	margin: 20px 0 0;
    }
    #widget-block-nos-services .items-list {
      flex-direction: column;
      margin: 20px 0 0;
    }
    header .header-content-bottom .menu-wrap .dropdown-menu .unique .col-md-12 .row .menu-level-1 .menu-title {
      position: initial;
      font-weight: normal;
    }
    header .navbar-collapse.in .menu-template-mega ul.dropdown-menu li.unique .row .col-md-12 {
      background: none;
    }
    header .navbar-collapse.in .menu-template-mega ul.dropdown-menu li.unique .row .col-md-12 .row {
      padding: 0;
      width: 100%;
    }
    header .menu-wrap .nav.navbar-nav.nav-frontend_navbar_anonymous.menu-template-mega > li > a {
      font-weight: 600;
    }
    .homepage-widget-title h2 {
    	font-size: 16px;
    	text-align: center;
    }
    .page-cart-payment .container-global #content #confirmation-modal {
        z-index: 2002;
    }
    .page-cart-payment .modal-backdrop.fade.in {
        z-index: 2001;
    }
}