

	/*--------------------UI DATE PICKER-------------*/
	
	.ui-datepicker-header .ui-datepicker-prev .ui-icon{
		background:transparent !important;
	}
	
	.ui-datepicker-header .ui-datepicker-next .ui-icon{
		background:transparent !important;
	}
	
	.ui-datepicker-header .ui-state-hover {
	border: 0px solid #999999;
	background: transparent;
	font-weight: normal;
	color: #212121;
}
	.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {

	top: inherit;

}
	
	.ui-datepicker .ui-datepicker-prev {
	left: 0px !important;
}
	
		.ui-datepicker .ui-datepicker-next {
	right: 0px !important;
}
	
	.ui-datepicker .ui-datepicker-prev::after {
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
	bottom: 0;
}
	.ui-datepicker .ui-datepicker-next::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
	bottom: 0;
}	
	
	.ui-datepicker .ui-datepicker-prev-hover {
	top: inherit !important;
		left: inherit !important;
		right: inherit !important;
		bottom: inherit !important;
}
	
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 0px solid #fcefa1;
	background: #B0835B;
	color: #ffffff !important;
}
	
table.ui-datepicker-calendar tbody > tr:nth-child(2n+1) > td, table.ui-datepicker-calendar tbody > tr:nth-child(2n+1) > th {
	background-color: transparent;
}
	
	table.ui-datepicker-calendar tbody tr:hover > td, table.ui-datepicker-calendar tbody tr:hover > th {
	background-color: transparent;
}
	
	
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0px solid #d3d3d3 !important;
text-align: center;
	font-weight:  600;
	color: #5f493f;
		background:transparent;
	
}
	
	.ui-state-default{
		background:#ffffff;
	}
	
	.ui-state-default.ui-state-highlight{
		background-color:#B0835B !important;
	}
	
	.ui-state-active{background-color:#000000 !important; color:#ffffff !important;}
	
	td.ui-datepicker-unselectable span.ui-state-default, td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
		background-color:transparent !important;
	}


	
	
	.ui-datepicker th {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #9c8f89;
		border:0 !important;
}
	
	.ui-datepicker table {

	font-family: "Lunchtype22";
}
	
.ui-datepicker {
	padding: 0px;
	margin-top: 10px;
}
	
.ui-datepicker td {
	line-height: 2.5em;
	font-size: 13px;
}
	
	.ui-widget-header {
		border-radius: 0;
	border: 0px solid #aaaaaa;
	background: #b0835b;
	color: #fff;
	font-weight: bold;
	font-family: "Lunchtype22";
}
	
	.ui-datepicker .ui-datepicker-header {
  padding: .4em 0;
}
	
	.ui-widget.ui-widget-content {
border: 1px solid #B0835B;
}
	
	/*-------------------CLICK AND COLLECT-----------*/
	
	.clickandcollect {
	font-family: "Lunchtype22";
	padding: 30px;
	border: 1px solid #B0835B;
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 60px;
	border-left-width: 4px;
}
	
.clickandcollect .local_pickup_address {
	display: none !important;
}
	
	.woocommerce ul#shipping_method li:nth-child(2) {
	display: none;
}
	
	.woocommerce ul#shipping_method li {

	text-align: right;
}
	
	/*---------------ICONE MENU PANIER----------*/
	
	.elementor-menu-cart__toggle .elementor-button-icon[data-counter]::before {
  right: -10px;
  top: -10px;
  font-family: Lunchtype22;
  letter-spacing: 0;
  font-weight: 600;
  min-width: 2em !important;
  height: 2em !important;
  line-height: 2em !important;
}
/*--------------------------------------------*/
	
	
	/*---------------------PRODUCT CARD-----------------*/
	
	
	.productcardimg .addtocart-listing{
		transition:all .3s ease;
		opacity:0;
		visibility:hidden;
	}
	
	.productcardimg:hover .addtocart-listing{
		opacity:1;
		transition:all .3s ease;
		visibility:visible;
	}
	
	.addtocart-listing{}
	
	/*--------------------------------------------*/
	
	.woocommerce table.shop_table {
	border: 0px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0px;
}
	
	.tm-extra-product-options .tm_divider {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin: 40px auto !important;
	clear: both;
	width: 100px;
	display: block;
	border-color: #b0835b;
}
	
.tc-add-to-cart-button {
	background-color: #cbe6f5!important;
	color: #b0835b!important;
	width:auto;
	border-radius: 50px!important;
	padding: 15px!important;
	font-family: "Lunchtype22", Sans-serif;
	font-size: 15px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	letter-spacing: 1px!important;
	opacity:1 !important;
	transition : all .3s ease;
	float:right;
	display:none !important;
}
	
	.tm-floating-box .tc-hide-add-to-cart-button{
	display:none !important;
	pointer-events: none !important;
	opacity: 0.3 !important;
		transition : all .3s ease;
}
	
.tc-hide-add-to-cart-button{
	display:block !important;
	pointer-events: none !important;
	opacity: 0.3 !important;
		transition : all .3s ease;
}
	
	.choix-formule .blockUI{
		display:none !important;
	}
	.tm-epo-reset-variation, .tm-extra-product-options .tm-epo-reset-radio {
	color: #b0835c;
}

.tm-epo-reset-variation, .tm-extra-product-options .tm-epo-reset-radio {
border: 1px solid #b0835b;
background: #b0835b;
right: calc(2 * var(--tcgap)) !important;
top: calc(2 * var(--tcgap)) !important;
	color: #fefcf7;

}
	
.tc-label.tm-label	{
		
color: #B0835B;
font-family: "CNMontreal", Sans-serif;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
line-height: 1.4em;
letter-spacing: 1.5px;
		
	}
	
	.tm-epo-field-label { 
		
padding: 15px;
background-color: #fefcf7;
min-height:100%;
	}
	
	.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tc-label-wrap, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tc-label-wrap {
	margin: 1em 0 1em 0;
}
	
.tm-epo-field-label::after {
	content: "\f00c";
	color: #dfdfdf;
	display: block;
	position: absolute;
right: calc(1.98 * var(--tcgap));
top: calc(2 * var(--tcgap));
	border: 1px solid #dfdfdf;
	background: #fefcf7;
	width: 1em;
	height: 1em;
	line-height: 1em;
	padding: 5px;
	border-radius: 100%;
	box-sizing: content-box !important;
	font-family: tc-fontawesome, Arial, Helvetica, sans-serif !important;
	font-weight: 900;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}
	
	.tm-epo-reset-radio .tcfa-times::before {
	content: "\f00c";
}
	
	
	.tc-epo-element-product-holder {
	transition: all .3s ease;
		padding: calc(1 * var(--tcgap)) !important;
	
	
}

.tc-active .tm-epo-field-label {
background-color: #fefcf7;
border: 0px solid #b0835b;
transition: all .3s ease;

}
	
.titre-section-div {
	color: #B0835B;
	font-family: "CNMontreal", Sans-serif;
	font-size: 35px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 1.5px;
}
	
	
	.tc-epo-element-product-li-container {
	display: none;
}
	
	.tm-floating-box-nks .tm-floating-box {
	bottom: 0 !important;
	left: 0 !important;
	position: relative !important;
	right: 0 !important;
	top: 0 !important;
	width: 100%;
		padding: 0;
		z-index:2;
}
	
.tm-fb-title {
	display: inline-block;
	width: auto;
	font-family: "Lunchtype22", Sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #b0835b;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 3em;
}
	.tm-fb-value {
	display: inline-block;
	width: auto;
	font-family: "Lunchtype22", Sans-serif;
	font-size: 13px;
	font-weight: 500;
		margin:0;
	letter-spacing: 0px;
	color: #5D473D;
	padding: 0;
}
	
	.tc-row.tm-fb-labels {
	display: none !important;
}
	
	.tm-fb-quantity {
	display: none;
}
	.tm-fb-price {
	display: none;
}

	.tm-floating-box-nks span {
	flex: unset !important;
	max-width: 100% !important;
}
	
	.tm-extra-product-options-totals.tm-custom-price-totals {
	display: none;
}
	
	.choix-formule .cpf-type-product-mode-categories .tc-epo-label.tm-epo-element-label {
	display: none;
}
	
	.tm-floating-box .tc-row {
	border: 0px solid #b0835b;
	margin: 0 0 0 0 !important;
	display: inline-block;
	border-radius: 0px;
	padding: 2px 10px;
}
	
	.tm-floating-box {

	background: transparent;
		border:0px solid #b0835b;

}
	
	
	.tc-epo-element-product-thumbnail:hover .tm-epo-field-label {
	background: #FAF2E2;
	transition: background .3s ease;
}
	
	.tc-epo-element-product-thumbnail .tm-epo-field-label {
	
	transition: background .3s ease;
}
	
	.tc-active .tm-epo-field-label{	background: #FAF2E2;
	transition: background .3s ease;}
	
	.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #b0835b !important;
	color: #fff !important;
}
	.table-panier .actions {
	padding-bottom: 0 !important;
		padding-top: 30px !important;
		padding-right: 0px !important;
}
	
	.table-panier table.shop_table {
	margin-bottom: 0;
}
	
	/*-----------BOUTON QUANTITE-------------*/
	
.qib-button:focus:not(#qib_id):not(#qib_id) {
  border: 0px #b3b3aa solid !important;
  outline: none;
	color:#B2865F;
}
.qib-container:not(#qib_id):not(#qib_id) {
	display: flex;
	border: 0px solid #B0835B4D;
border-radius: 50px;
	background-color:#F7F7F7;
}

form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
	height: 50px;
	text-align: center;
}




.minus.qib-button:not(#qib_id):not(#qib_id) {
color:#5D473D;
	border-width: 0px;
	transition: none;
	border-radius: 50px 0 0 50px;
}

.plus.qib-button:not(#qib_id):not(#qib_id) {
color:#5D473D;
	border-width: 0px;
	transition: none;
	border-radius: 0 50px 50px 0;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
color:#5D473D;
	border-width: 0px 0 !important;
	border-radius: 0 !important;
	font-family: "Lunchtype22", Sans-serif;
}

.qib-button:not(#qib_id):not(#qib_id) {
	background: transparent !important;
}

.qib-button:hover:not(#qib_id):not(#qib_id) {
	background: transparent !important;
}
	
	
	/*----------PANIER---------*/

.tm-epo-cart-row-product-noepo .product-name p {
	font-family: "Lunchtype22" !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-size: 12px;
}

.shop_table.cart tr.cart_item td.product-name:hover p {
  color: #B0835B !important;
}
	
	.tc-associated-table-product .elementor-menu-cart__product-image.product-thumbnail {
	display: none;
}
	
	.table-panier .tm-epo-cart-row-product-noepo .product-thumbnail img {
	background-color: #FAF2E2;
	padding: 10px;
		border-radius: 5px;
}
	
	.tc-associated-table-product .product-thumbnail img {
	background-color: transparent !important;
	padding: 0px !important;
}
	
	.tc-associated-table-product .elementor-menu-cart__product-name.product-name {
	grid-column-start: 2;
	grid-column-end: 3;
}
	
	.tc-associated-table-product .product-remove{
	display: none;
}
.tc-container-table-product {
	padding-bottom: 0 !important;
	border-bottom: 0px !important;
}
	
	.tc-associated-table-product div.elementor-menu-cart__product-name.product-name{
		padding-left:20px;
		line-height: 14px;
	}
	
	.tc-associated-table-product-name {
	display: none;
}
	
	.tc-associated-table-product-indent a {
	font-family: "Lunchtype22" !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}
	
	.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item.tm-epo-cart-row-product-noepo.tc-associated-table-product {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
		border-top: 0 !important;
		margin:0;
}
.tc-associated-table-product div.elementor-menu-cart__product-name.product-name div.tc-associated-table-product-indent{
	padding-left:0px;
	}
	
	.tc-container-table-product {
	padding-bottom: 0 !important;
	border-bottom: 0px !important;
	border-top: 1px solid !important;
	margin-top: 20px;
}
	
	.tm-epo-cart-row-product-noepo {

	border-top: 1px solid #eeeeee !important;
	border-bottom: 0 !important;
	margin-top: 20px;
padding-bottom: 0 !important;
}
	

	
	.tm-epo-cart-row-product-noepo:first-child {
  border-top: 0 !important;
		padding-top: 20px;
}
	
	.elementor-menu-cart__product-remove {

	bottom: 0px;

	top: 20px;
}
	
	.elementor-menu-cart__product-image {

	background-color: #FAF2E2;
	border-radius: 5px;
	padding: 10px;
	grid-row-end: auto;
}
	
	.elementor-menu-cart__subtotal {
	margin-top: 20px;
}
	
	.tc-associated-table-product-indent a {
	font-weight: 600 !important;
	font-size: 13px !important;
}

.table-panier .tc-associated-table-product-indent p{
	display: none; 
}
	
	/*--------PAGE PANIER JET WOO BUILDER---------*/
	
	.table-panier .woocommerce-Price-amount.amount {
	font-weight: 600 !important;
}
	
.woocommerce-cart-form__cart-item.cart_item.tm-epo-cart-row-product-noepo.tc-associated-table-product > td {
	border: 0 !important;
	padding-top: 0 !important;
}
	
.table-panier th.product-thumbnail {
	text-align: left !important;
	padding: 0px 0px 0px 20px !important;
}
	
.tc-associated-table-product .product-thumbnail a {
	
}
	
.tc-associated-table-product .tc-associated-table-product-name {
	display: block;
	font-family: Lunchtype22;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #B0ACA9;
	line-height: 1em;
}
	
	.tc-associated-table-product .tc-associated-table-product-name:hover{
		
		color:#B0ACA9;
	}
	
	
	.tc-associated-table-product .product-thumbnail {
	padding-left: 40px !important;
}
	
.table-panier .qib-container {
	height: 40px;
}
	
.table-panier .qib-button:not(#qib_id):not(#qib_id) {

	height: 40px;

}
	
.table-panier .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {

	height: 40px;
	width: 30px;

}
	
td.product-name a.tm-cart-edit-options, .tm-cart-edit-options {
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	font-family: "Lunchtype22";
	display: inline-block;
	color: #b0835b !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid;
	padding: 0px 8px;
	border-radius: 50px;
	line-height: 20px;
}

td.product-name a.tm-cart-edit-options:hover, .tm-cart-edit-options:hover {
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	font-family: "Lunchtype22";
	display: inline-block;
	color: #ffffff !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid;
	padding: 0px 8px;
	border-radius: 50px;
	line-height: 20px;
	background-color: #b0835b;
}
	
	.table-panier .tc-associated-table-product-indent {
	padding: 0;
}
	
	.table-panier .tc-container-table-product td {
	padding-bottom: 20px !important;
}
	
	.table-panier .product-name {
	text-align: left !important;
	padding-left: 20px !important;
}
	
	.table-panier .tm-epo-cart-row-product-noepo .product-thumbnail {
	padding-left: 0px !important;
}
	
	.table-panier .tc-associated-table-product .product-thumbnail {
	padding-left: 50px !important;
}
	
	.table-panier .actions {
	padding-left: 0 !important;
}
	
.table-panier td.actions .button[name="update_cart"] {

	float: right;
}
	
	.table-panier .product-remove {
	padding-right: 0 !important;
}
	
	.table-panier td.product-remove .remove {
	
	height: 2em;
	width: 2em;
	line-height: 19px;
		transition: all .3s ease;
}
	
		.table-panier td.product-remove .remove i {
	

		transition: all .3s ease;
}

	.table-panier .product-name a {
	transition: all .3s ease;
}
	
	/*--------------------RECAP------------------------*/
	
.cart_totals th {
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}
	
	.checkout-button {
	transition: all .3s ease;
	font-size: 18px !important;
	font-weight: 600 !important;
}
	
	.cart_totals .woocommerce-shipping-destination{
		display:none;
	}
	
	.shipping-pickup-store .message {
	border-radius: 5px;
	margin: 0;
	padding: 0px 0px;
	color: #9c8f89;
	font-weight: 600;
	text-align: left;
	display: flex;
	align-content: center;
	align-items: center;
}
	
	.shipping-pickup-store .message::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  margin-right: 20px;
}
	
	/*-------------------MINI PANIER--------------------*/
	
	.mini-panier .tc-associated-table-product-name {
	display: none;
}
	
	.mini-panier .tc-associated-table-product-indent a {
	font-size: 10px !important;
}

.mini-panier .tc-associated-table-product-indent p{
	display: none;
}
	
	.elementor-menu-cart__close-button::after, .elementor-menu-cart__close-button::before {

	height: 1.5px !important;
}
	
	#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {

	margin-bottom: 0em;

}
	
	
/*--------------HAMBURGER-PANEL--------------------*/
	
	.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-left-position .jet-hamburger-panel__inner {

	transition: all 0.3s ease;
	opacity: 0;
}
	
	.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-left-position.open-state .jet-hamburger-panel__inner {

	opacity: 1;
}
	
	.jet-hamburger-panel__cover {

	transition: opacity 0.3s ease;
}
	
	.jet-hamburger-panel__inner {

	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
	
	/*-------------------WC NOTICES-----------------------*/
	
	.e-woocommerce-notices-wrapper .button {
	transition: all .3s ease !important;
}
	
	
	
/*---------------------CHECKOUT RECAP------------------------*/
	
	.checkoutrecap .product-total {
	text-align: right !important;
}
	
	.checkoutrecap .tc-associated-table-product td {
	border: 0 !important;
	padding: 0 0 10px 0 !important;
		font-size: 12px;
		font-weight:500 !important;
}
	
	.checkoutrecap .tc-associated-table-product .tc-associated-table-product-name {
	display: none;

}
	
	.checkoutrecap .tc-associated-table-product-indent {
	padding-left: 0 !important; 

}

.checkoutrecap .tc-associated-table-product-indent p {
	display: none; 

}
	
	.checkoutrecap .cart-subtotal td {
	text-align: right !important;
		
}
	
	.checkoutrecap .order-total td {
	text-align: right !important;
}
.woocommerce-checkout-review-order-table .tm-cart-edit-options{
	display: none !important;
}

.woocommerce-checkout-review-order-table .tm-epo-cart-row-product-noepo .product-name p{
	display: none !important;
}
	
	
/*---------------------CHECKOUT COUPON------------------------*/
	
	.checkout-coupon .form-row.form-row-first {
	padding: 0;
}
	
	.checkout-coupon .form-row.form-row-last {
	float: left;
	padding: 0;
}
	
	
	/*-------------------BILLING ADRESS------------------------*/
	
	#billing_country_field span strong {
	border: 0 !important;
}
	
	
	/*-------------------RECAP DETAILS COMMANDE------------------*/
	
	
	.recap-details-commande .tc-associated-table-product .woocommerce-table__product-name.product-name {
  border: 0 !important;
}
	.recap-details-commande .tc-associated-table-product .product-total{  border: 0 !important;}
	
	
	/*------------------CHECKOUT POINT DE RETRAIT----------------*/
	
	#pickuplocation_field .lpickup_label {
	font-family: "CNMontreal", Sans-serif;
	font-size: 23px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #b0835b;
		margin-bottom:0; 
}
	
	
	.clickandcollect input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	width: 100%;
	border: 1px solid #d1cbc7;
	border-radius: 2px;
	padding: 0.8rem 1rem;
background-color: #fff;
		color: #5e493f;
}
	
	.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #b0835b;
}
	
	.clickandcollect input:focus, .clickandcollect select:focus {
	border-color: #B0835B !important;
	
}

#pickuplocation_field .woocommerce-input-wrapper {
	visibility: hidden;
	height: 0;
	display: block;
}
	.titrepdr {
	font-weight: 800;
}
	
	/*----------------------------SELECTION POINT DE RETRAIT--------------------*/
	
	#wcmlim-change-lc-select {
	width: 200px;
	display: inline-block;
}
	
	.wcmlim_change_lc_to {
  display: none;

}



	
.wcmlim-lc-switch {
	width: auto;
	display: inline-block;
	margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #b0835b;
	line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
	
.select2-container .select2-selection--single {

	height: 40px;

}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #b0835b;
	border-radius: 4px;
}

.select2-container {
	font-family: "Lunchtype22", Sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #b0835a transparent transparent transparent;

}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #b0835a transparent;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #b0835b; 
	color: white;
}

.select2-container--default .select2-results__option--selected {
	background-color: #fff;
}


.select2-dropdown {
	border: 1px solid #b0835b;
	border-radius: 0px;
	border-radius: 0 0 4px 4px;
} 

#select2-wcmlim-change-lc-select-results li:first-child {
	display: none;
}


.er_location {
	display: block;
	width: 200px;
	font-size: 10px;
	float: left;
	position: absolute;
	z-index: 1;
	top: 50px;
}

.wcmlim_sel_location{
	display:block;
}

.wcmlim_cart_valid_err {
	border: 0px solid #ffffff;
	padding: 6px;
	background: #B0835B;
	margin: 10px 0;
	font-weight: 500;
	color: #ffffff;
	border-radius: 3px;
}

.wcmlim_cart_valid_err button {
	font-size: 11px;
	padding: 0;
	width: 100%;
	background: transparent;
	color: white;
	margin: 6px 0;
	transition: 0.3s;
	border-radius: 50px;
	border: 0px solid white;
	text-decoration: underline;
	text-align: center;
}

.wcmlim_cart_valid_err button:hover {
	font-size: 11px;
	padding: 0;
	width: 100%;
	background: transparent;
	color: white;
	margin: 6px 0;
	transition: 0.3s;
	border-radius: 50px;
	border: 0px solid white;
	text-decoration: underline;
	text-align: center;
}

/*-------------------AUTRES----------*/
.woocommerce ul#shipping_method li input {
	margin: 0px 8px 0 0;
	vertical-align: middle; 
}

.woocommerce ul#shipping_method li {
	margin: 0;
	line-height: 0;
	list-style: none outside;
}

.woocommerce-checkout #switch-desk {
	visibility: hidden;
}

/*----------------------------MON COMPTE---------------------*/

.woocommerce-table--order-details .woocommerce-table__product-name ul.wc-item-meta{
	display: none;
}

.elementor-jet-myaccount-content h2 {
	font-family: "CNMontreal", Sans-serif; 
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	color: #B0835B;
}

.elementor-jet-myaccount-content table.shop_table th {
	font-family: "Lunchtype22", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 15px 10px 15px 10px;
}


.elementor-jet-myaccount-content table tbody > tr:nth-child(2n+1) > td, .elementor-jet-myaccount-content table tbody > tr:nth-child(2n+1) > th {
	background-color: transparent;
}

table tbody tr:hover > td, table tbody tr:hover > th {
	background-color: transparent;
}

.elementor-jet-myaccount-content #td1 {
	padding-right: 0;
}

/*----------------------THANK YOU PAGE------------------*/

.clickandcollectrecap {
	padding: 30px 30px 30px 30px;
	background-color: var( --e-global-color-985a421 );
	border-style: solid;
	border-width: 4px 1px 1px 1px;
	border-color: var( --e-global-color-e5b13d7 );
	border-radius: 5px 5px 5px 5px;
}

.clickandcollectrecap h2{
	font-family: "CNMontreal", Sans-serif;
	font-size: 23px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var( --e-global-color-e5b13d7 );
}

.clickandcollectrecap #td1 {
  padding-right: 0px;
}


.clickandcollectrecap #td1 th {

	font-family: "Lunchtype22", Sans-serif;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: var( --e-global-color-b46849e );
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: var( --e-global-color-ffde673 );
padding: 10px 10px 10px 0px; 
}

table#td1 tbody > tr:nth-child(2n+1) > td, table#td1 tbody > tr:nth-child(2n+1) > th {
	background-color:  transparent;
}

.woocommerce table#td1.shop_table tbody:first-child tr:first-child td, .woocommerce table#td1.shop_table tbody:first-child tr:first-child th {
	border-top: 1px solid rgba(0,0,0,.1);  
}

table#td1 td{
	
	border-left: 0px solid hsla(0,0%,50.2%,.50);
	border-right: 0px solid hsla(0,0%,50.2%,.50);
	border-bottom: 0px solid hsla(0,0%,50.2%,.50);
}



	/*------------------SHOP TABLE RESPONSIVE-------------------*/
	
	
	@media screen and (max-width: 767px) {

		
		.table-panier table.shop_table_responsive tr{
		display:grid;
		grid-template-columns: 30% 35% 20% 15%;
	}	
	
		.table-panier table.shop_table_responsive tr.tm-epo-cart-row-product-noepo{
			margin-top:0px;
		}
		
.table-panier table.shop_table_responsive tr td{
		display: table-cell;
text-align: left !important;
	border-width:0px !important;
	}
	
.table-panier table.shop_table_responsive tr td::before {
  content: none;

}
	
	.table-panier table.shop_table_responsive tr td.product-thumbnail{
		display: table-cell;
		grid-row-start: 1;
		grid-row-end: 5;
		width: auto !important;
		}
	
	.table-panier table.shop_table_responsive tr td.product-name{
		grid-column-start: 2;
		grid-column-end: 4;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 0px !important;
		width: auto;
		font-size: 12px !important;
	}
	.table-panier table.shop_table_responsive tr td.product-price{
		grid-column-start: 3;
		grid-column-end: 3;
		width: auto;
		order: 3;
		align-items: center;
		display: flex;
		padding: 10px 0 !important;
	}
	.table-panier table.shop_table_responsive tr td.product-quantity{
		grid-column-start: 2;
		grid-column-end: 3;
		width: auto !important;
		order: 2;
		padding: 10px 0px !important;
	}
	.table-panier table.shop_table_responsive tr td.product-subtotal{
		grid-column-start: 4;
		grid-column-end: 4;
		width: auto;
		order: 5;
		align-items: center;
		display: flex;
		padding: 10px 0 !important;
	}
	.table-panier table.shop_table_responsive tr td.product-remove{
		grid-column-start: 4;
		grid-column-end: 4;
		order: 1;
		width: auto !important;
		padding-bottom: 0px !important;
	}
		
		.table-panier table.shop_table_responsive tr td.product-remove a.remove{
			float:right;
		}
		
		
			.table-panier table.shop_table_responsive tr.tc-associated-table-product{
		display:grid;
		grid-template-columns: 30% 15% 55%;
				border-top:0px !important;
	}	
		
			.table-panier table.shop_table_responsive tr.tc-associated-table-product td.product-thumbnail{
				display: flex;
				width: auto !important;
				grid-column-start: 2;
				grid-column-end: 2;
				padding: 0 !important;
				align-items: center;
		}
		
			.table-panier table.shop_table_responsive tr.tc-associated-table-product td.product-name{
				display: table-cell;
				width: auto !important;
				grid-column-start: 3;
				grid-column-end: 3;
				padding: 20px 10px !important;
		}
		
		
		
			.table-panier table.shop_table_responsive tr.tc-associated-table-product td.product-quantity{
				display:none;
	}
		
			.table-panier table.shop_table_responsive tr.tc-associated-table-product td.product-price{
				display:none;
	}
		
			.table-panier table.shop_table_responsive tr.tc-associated-table-product td.product-subtotal{
				display:none;
	}
			.table-panier table.shop_table_responsive tr.tc-associated-table-product td.product-remove{
				display:none;
	}
		
		.table-panier table.shop_table_responsive tr:last-child {
			grid-template-columns: auto;
}
		
}
	
	
