/*
	Variables
*/
:root {
  --main-color: #e33e2b; 
  --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;
}
.product-section-line-price {
    width : 50px;
    margin-top : 0 !important;
}
.banner-wrapper{
	background-image: url(https://cdn.6xpos.shop/hfc/HFC_click&collect_bandeau.png);
}

.product-image {
    background-color: var(--main-bg-color);
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
.address-input-geolocation {
	display : none !important;
}
.shops-address-wrapper {
	padding-left : 5px !important;
}
.address-input-wrapper  input.address-input-element {
	width : 100% !important;
}

.product-section-lines-wrapper .product-section-line {
    width: 100% !important;
    flex-basis: unset !important;
    height: unset !important;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-content: center;
}

.product-section-lines-wrapper .product-section-line-image {
    display: none !important;
}

.product-section-lines-wrapper .product-section-line {
    border: unset !important;
}

.product-section-lines-wrapper .product-section-line-title {
    position: unset !important;
    margin: unset !important;
    width: 70% !important;
    font-size: 14px !important;
    text-align: left !important;
}

.product-section-lines-wrapper .quantity-selector-wrapper {
    position: unset !important;
}

.product-section-lines-wrapper .product-section-line .quantity-selector-wrapper {
    position: unset !important;
    width: 25% !important;
}

.product-section-lines-wrapper .product-section-line {
    margin: 5px !important;
}

.product-section-lines-wrapper .product-section-line .quantity-selector-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
}
@media (max-width : 560px){
.product-section-lines-wrapper .product-section-line {
    width: 100% !important;
    flex-basis: unset !important;
    height: unset !important;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-content: center;
}
	
	.product-section-lines-wrapper .product-section-line-image {
	    display: none !important;
	}
	
	.product-section-lines-wrapper .product-section-line {
	    border: unset !important;
	}
	
	.product-section-lines-wrapper .product-section-line-title {
	    position: unset !important;
	    margin: unset !important;
	    width: 70% !important;
	    font-size: 14px !important;
	    text-align: left !important;
	}
	
	.product-section-lines-wrapper .quantity-selector-wrapper {
	    position: unset !important;
	}
	
	.product-section-lines-wrapper .product-section-line .quantity-selector-wrapper {
	    position: unset !important;
	    width: 100% !important;
	}
	
	.product-section-lines-wrapper .product-section-line {
	    margin: 10px !important;
	}
	
	.product-section-lines-wrapper .product-section-line .quantity-selector-wrapper {
	    display: flex !important;
	    flex-wrap: wrap !important;
	    justify-content: center !important;
	}
	
	.product-section-lines-wrapper .product-section-line-title {
	    width: 100% !important;
	    text-align: left !important;
	}
	
	.product-section-lines-wrapper .product-section-line-price {
	    width: 100% !important;
		margin-top : 5px !important;
	}
	.product-section-lines-wrapper .product-section-line.active {
	    border-radius: 5px !important;
	    padding: 5px !important;
	}
}