/*
	Variables
*/
:root {
  --main-color: #b5103e; 
  --secondary-color : #000;
  --gray-light : rgb(229, 231, 235);
  --header-bg : #ffffff;
  --header-shadow : #00000029;
  --main-bg-color : #EDEDED;
  --content-bg-color : #ffffff;
  --menu-item-background : #e33e2b;
  --category-bg-color : #888;
  --available : green;
  --unavailable : red;
  --order-info: gray;
  --product-bg : gray;
  --google-background : black;
  --google-text : white;
  --shop-link-bg : black;
  --shop-link-text : white;
  --shop-address : gray;
  --circle-button-text : white;
  --main-button-text : white;
  --input-border : gray;
  --selectable-button-text : black;
  --navigation-button-bg : #000;
  --navigation-button-text : white;
  --step-resume-amount : black;
  --address-input-text : white;
  --address-input-border : #ededed;
  --address-input-item-bg : white;
  --error : red;
  --product-section-line-active-text : white;
  --product-section-line-border : black;
  --cart-amount-bg : black;
  --cart-border : white;
  --disabled : #e33e2b;
  --qty-selector-bg : #e33e2b;
  --qty-selector-bg-active : white;
  --qty-selector-text : black;
  --product-qty-bg : black;
  --product-qty-text : white;
  --main-text : black;
  --logout-bg : black;
  --logout-text : white;
  --menu-item-hover : white;S
  --category-item-height : 18px;
  --category-item-line-height : 18px;
}

.banner-wrapper{
	background-image: url(https://cdn.6xpos.shop/bandeau.png);
}

.product-image {
    background-color: var(--main-bg-color);
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
