/* PRODUITS */

.woo_np_add_to_cart input{
	width: 80px;
	float: left;
	margin: 0;
	box-sizing: border-box;
	height: 30px;
	font-family: 'Helvetica';
	color: #616161;
	letter-spacing: 1.2px;
	font-size: 12px;
	text-align: center;
	-webkit-appearance: none;
	border: 1px solid #1D1D1B;
	padding: 0 10px;
}

.woo_np_add_to_cart form{
	display: flex;
	justify-content: space-between;
}

.woo_np_add_to_cart button{
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	background-color: #1D1D1B;
	font-size: 12px;
	font-family: 'Helvetica';
	color: white;
	letter-spacing: 1.2px;
	cursor: pointer;
	line-height: 30px;
	padding: 0;
}

.woo_np_add_to_cart .added_to_cart.wc-forward{
	display: none;
}

.stock {
	display: none;
 }

/* MESSAGES */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
	margin-bottom: 1em;
	color: #616161;
	line-height: 19px;
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 12px 14px 9px 14px;
	box-sizing: border-box;
	background-color: #EBEBEB;
	margin-bottom: 30px;
}

body.single-product .woocommerce-message .button.wc-forward,
body.single-product .woocommerce-error .button.wc-forward{
	display: none;
}

/* PANIER */

.panier{
	width: 80%;
	margin: 0 auto;
}

.panier .remove:after{
	content: url('i/croix.svg');
	width: 15px;
	height: 15px;
	display: block;
}

.panier .cart-empty,
.panier .return-to-shop{
	text-align: center;
	margin-bottom: 20px;
}

.panier .return-to-shop .button{
	max-width: 190px;
	display: inline-block;
	width: 100%;
}

.shop_table{
	width: 100%;
}

.shop_table thead{
	border-bottom: 1px solid #616161;
	color: #616161;
	font-family: 'Helvetica';
	font-size: 16px;
	letter-spacing: 2px;
}

.shop_table thead th{
	padding-bottom: 15px;
	box-sizing: border-box;
}

.shop_table tbody td{
	vertical-align: middle;	
}

.shop_table tbody th.aligntop,
.shop_table tbody td.aligntop{
	vertical-align: top;
}

.shop_table tbody tr.woocommerce-cart-form__cart-item td{
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.shop_table tbody tr.woocommerce-cart-form__cart-item{
	border-bottom: 1px solid #616161;
}

.shop_table .product-thumbnail span{
	display: flex;
	height: 111px;
	width: 111px;
}

.shop_table .product-thumbnail span img{
	object-fit: contain;	
}

.shop_table .product-remove{
	width: 100px;
}

.shop_table .product-thumbnail{
	width: 141px;
}

.shop_table .product-subtotal{
	width: 149px;	
}

.shop_table .product-name{
	width: 30%;
}

.shop_table input{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	height: 30px;
	font-family: 'Helvetica';
	color: #616161;
	letter-spacing: 2px;
	font-size: 14px;
	text-align: center;
	-webkit-appearance: none;
	border: none;
	width: 70px;
}

.shop_table .shipping-calculator-form input.input-text{
	border: none;
	border-bottom: 1px solid;
	color: #1D1D1B;
	text-align: left;
	width: 100%;
	max-width: 300px;
}

.shop_table .actions{
	padding-top: 30px;
}

.shop_table .actions button,
.shipping-calculator-button,
.pdf_donwload a{
	box-sizing: border-box;
	display: inline-block;
	height: 30px;
	background-color: white;
	font-size: 12px;
	font-family: 'Helvetica';
	color: #1D1D1B;
	letter-spacing: 1.2px;
	cursor: pointer;
	padding: 0 15px;
	line-height: 30px;
	border: 1px solid;
}

.shipping-calculator-button{
	margin-top: 25px;
	margin-bottom: 20px;
}

.shop_table .actions button:disabled{
	opacity: 0.3;
}

.cart_totals th,
.cart_totals td,
.tax-rate th,
.tax-rate td{
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}

.cart_totals strong{
	font-weight: normal;
}

.cart_totals tr{
	border-bottom: 1px solid #616161;
}

.wc-proceed-to-checkout{
	margin-top: 30px;
	float: right;
}

.wc-proceed-to-checkout a,
.shipping-calculator-form button{
	box-sizing: border-box;
	height: 30px;
	background-color: #1D1D1B;
	font-size: 12px;
	font-family: 'Helvetica';
	color: white;
	letter-spacing: 1.2px;
	cursor: pointer;
	padding: 0 20px;
	display: block;
	line-height: 30px;
}

.shipping-calculator-form button{
	float: right;
	margin-bottom: 3px;
}

.woocommerce-shipping-methods [type="radio"]{
	-webkit-appearance: radio;
	height: auto;
	width: auto;
	margin-right: 8px;
	height: 13px;
}

.woocommerce-shipping-methods label{
	display: inline!important;
}

#shipping_method{
	margin-bottom: 1em;
	line-height: 2.3em;
}

/* SELECT 2 */

.woocommerce-shipping-totals .select2-container{
	max-width: 300px;
}

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

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #1D1D1B;
}

.select2-results__option {
	padding: 6px 6px 2px 6px;
}

.select2-container--open .select2-dropdown--below{
	border-radius: 0;
	border-color: #1D1D1B;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #1D1D1B;
}

#customer_details .select2-container{
	margin-bottom: 15px;
}

/* COMMANDE */

.woocommerce-checkout label{
	text-transform: uppercase;
	color: #616161;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 7px;
	display: block;
}

.woocommerce-checkout input.input-text{
	width: 100%;
	border: none;
	border-bottom: 1px solid #1D1D1B;
	padding: 0;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #1D1D1B;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.woocommerce-checkout textarea.input-text{
	width: 100%;
	border: 1px solid #1D1D1B;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #1D1D1B;
	padding: 4px;
	min-height: 100px;
}

.woocommerce-billing-fields h3{
	display: none;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
#ship-to-different-address,
.woocommerce-additional-fields{
	margin-bottom: 30px;
}

.woocommerce-checkout .select2{
	max-width: 400px;
}

#place_order{
	box-sizing: border-box;
	height: 30px;
	background-color: #1D1D1B;
	font-size: 12px;
	font-family: 'Helvetica';
	color: white;
	letter-spacing: 1.2px;
	cursor: pointer;
	line-height: 30px;
	margin-top: 30px;
	padding: 0 20px;
}

#order_review thead,
.np_review-order thead{
	display: none;
}

#order_review,
.np_review-order{
	color: #616161;
	letter-spacing: 2px;
	font-size: 14px;
}

.np_review-order{
	border: 1px solid #1D1D1B;
	box-sizing: border-box;
	padding: 2px 22px 22px 22px;
	margin-right: 34px;
	margin-bottom: 30px;
}

#order_review table,
.np_review-order table{
	margin-bottom: 30px;
}

.np_review-order .button{
	text-align: center;
	width: 100%;
	color: #616161;
	box-sizing: border-box;
	height: 30px;
	font-size: 12px;
	font-family: 'Helvetica';
	letter-spacing: 1.2px;
	cursor: pointer;
	line-height: 30px;
	padding: 0 20px;
}

#order_review #payment{
	letter-spacing: 1.5px;
}

#order_review #payment .wc_payment_methods input{
	float: left;
	margin-right: 10px;
}

#order_review #payment .wc_payment_methods .payment_box{
	margin-left: 30px;
}

#order_review #payment .wc_payment_method{
	margin-bottom: 20px;
}

#order_review strong,
.np_review-order strong{
	font-weight: normal!important;
	display: block;
}

#order_review .shop_table .product-name,
#order_review .shop_table .product-total,
.np_review-order .shop_table .product-name,
.np_review-order .shop_table .product-total{
	width: 50%;
	border-bottom: 1px solid #616161;
	padding: 20px 0 6px 0;
}

#order_review .shop_table .product-total,
.np_review-order .shop_table .product-total{
	text-align: right;
	vertical-align: bottom;
}

#order_review .cart-subtotal th,
#order_review .shipping th,
#order_review .order-total th,
.np_review-order .cart-subtotal th,
.np_review-order .shipping th,
.np_review-order .order-total th,
#order_review .tax-rate th{
	text-align: left;
	padding: 20px 0 6px 0;
	border-bottom: 1px solid #616161;
	text-transform: uppercase;
	vertical-align: bottom;
}

#order_review .cart-subtotal td,
#order_review .shipping td,
#order_review .order-total td,
.np_review-order .cart-subtotal td,
.np_review-order .shipping td,
.np_review-order .order-total td,
#order_review .tax-rate td{
	text-align: right;
	padding: 20px 0 6px 0;
	border-bottom: 1px solid #616161;
}

#order_review .size16,
.np_review-order .size16{
	font-size: 14px;
}

#order_review label,
.np_review-order label{
	margin-bottom: 0;
}

.np_review-order tfoot{
	display: none;
}

body.woocommerce-order-received .adresse_commander{
	display: none;
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-checkbox-text{
	margin-top: 20px;
	display: inline-block;
}

.np_thankyou .shop_table thead{
	display: none;
}

.np_thankyou .shop_table{
	margin-top: 20px;
	margin-bottom: 0;
	border-top: 1px solid;
}

.np_thankyou .shop_table a{
	color: #616161;
}

.np_thankyou .shop_table strong{
	font-weight: normal;
}

.np_thankyou .shop_table tbody td.product-total{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;	
}

.np_thankyou .shop_table tbody td.product-name{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;	
}

.np_thankyou .shop_table tfoot th{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;	
}

.np_thankyou .shop_table tfoot td{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;		
}

.np_thankyou .woocommerce-column{
	margin-bottom: 22px;
}

.np_thankyou .woocommerce-column__title,
.np_thankyou .woocommerce-order-details__title{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1D1D1B;
	margin-bottom: 10px;
}

.np_thankyou .woocommerce-customer-details{
	border-bottom: 1px solid;
}

.woocommerce-bacs-bank-details{
	border: 1px solid #1D1D1B;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

.qtranxs-available-languages-message{
	display: none!important;
}

/* MON COMPTE */

.moncompte{
	width: 80%;
	margin: 0 auto;
}

.np_order_action a{
	margin-right: 20px;
	color: #616161;
	letter-spacing: 1.2px;
	font-size: 12px;
	height: 30px;
	text-align: center;
	line-height: 17px;
	width: 90px;
	display: inline-block;
	box-sizing: border-box;
}

body.woocommerce-view-order .button.view{
	display: none;
}

.moncompte .order-again{
	display: none;
}

.woocommerce-MyAccount-navigation ul li{
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
}

.woocommerce-MyAccount-navigation ul{
	text-align: center;
}

.woocommerce-MyAccount-navigation .is-active  a{
	border-bottom: 1px solid black;
}

mark{
	background-color: transparent;
	color: inherit;
}

.woocommerce-table--order-details .woocommerce-table__product-total{
	text-align: right;
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details th{
	padding-top: 10px;
	padding-bottom: 8px;	
}

.woocommerce-table--order-details a{
	color: #616161;
}

.woocommerce-table--order-details strong{
	font-weight: normal!important;
}

.woocommerce-Address .button{
	max-width: 190px;
	display: inline-block;
	width: 100%;
}

.woocommerce-address-fields label,
.woocommerce-EditAccountForm label,
.woocommerce-form-login label,
.lost_reset_password label{
	display: block;
	margin-bottom: 7px;
}

.woocommerce-address-fields input,
.woocommerce-EditAccountForm input,
.woocommerce-form-login input,
.lost_reset_password input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #1D1D1B;
	padding: 0;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #1D1D1B;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.woocommerce-address-fields .select2-container{
	max-width: 300px;
	margin-bottom: 15px;
}

.woocommerce-address-fields button,
.woocommerce-EditAccountForm button,
.woocommerce-form-login button,
.lost_reset_password button{
	box-sizing: border-box;
	display: inline-block;
	background-color: #1D1D1B;
	font-size: 14px;
	font-family: 'Helvetica';
	color: white;
	letter-spacing: 1.2px;
	cursor: pointer;
	padding: 8px 25px;
	line-height: 14px;
	border: 1px solid;
}

.woocommerce-form-login button{
	display: block;
}

label.woocommerce-form-login__rememberme{
	display: inline-block;
	margin-bottom: 15px;
}

label.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{
	display: inline;
	width: auto;
	margin-right: 5px;
}

.np_displayname{
	display: none;
}

.woocommerce-MyAccount-navigation-link--ly_saved_cards{
	display: none!important;
}


.woocommerce-account.woocommerce-orders .woocommerce-message .button{
	display: none;
}

label[for="mailchimp_woocommerce_is_subscribed"],
label[for="mailchimp_woocommerce_is_unsubscribed"],
label[for="mailchimp_woocommerce_is_transactional"],
.show-password-input{
	display: none!important;
}

/* SOGECOMMERCE */

body.woocommerce-order-pay .adresse_commander{
	display: none!important;
}

body.woocommerce-order-pay .woocommerce .order_details{
	margin-bottom: 30px;
}

body.woocommerce-order-pay .woocommerce img{
	display: none!important;
}

/* MISC */

#mailchimp_woocommerce_newsletter{
	margin-top: 20px;
}

@media screen and (max-width: 1370px) {
	
	
	
}

@media screen and (max-width: 1200px) {

	.panier,
	.moncompte{
		width: 100%;
	}
	
	.panier thead{
		display: none;
	}
	
	.panier .product-price{
		display: none;
	}
	
	.shipping-calculator-button {
		height: auto;
	}
	
	.cart_totals th, .cart_totals td {
		width: 100%;
		display: block;
	}
	
	.commander .width25,
	.commander .width75,
	.woocommerce-Address .width50{
		width: 100%;
	}
	
	.woocommerce-Address .button{
		margin-bottom: 20px;
	}
	
	.commander .futura{
		text-align: center;
	}
	
	.woocommerce-MyAccount-navigation ul li {
		display: inline;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/* #order_review table, #order_review_heading{
		display: block;
	} */
	
	.woocommerce-checkout .woocommerce-shipping-totals label{
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: none;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-remove{
		vertical-align: top;
		padding: 0;
		width: 35px;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item {
		border-top: 1px solid #616161;
	}

	.woocommerce-cart-form table,
	.woocommerce-cart-form table tbody,
	.woocommerce-cart-form table th,
	.woocommerce-cart-form table td,
	.woocommerce-cart-form table tr{
		display: block;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td{
		padding: 0;
		width: auto;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item{
		box-sizing: border-box;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-remove{
		order: 1;
		padding-top: 5px;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name{
		order: 2;
		flex-grow: 1;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail{
		order: 3;	
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity{
		order: 4;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: right;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 35px;
		box-sizing: border-box;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity input{
		border: 1px solid lightgrey;
	}
	
	.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-subtotal{
		order: 5;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 35px;
		box-sizing: border-box;
	}
	
	.shop_table .product-thumbnail span img{
		width: auto;
		height: 100%;
	}
	
	.shop_table .product-thumbnail span{
		display: block;
		text-align: right;
		width: auto;
		height: 90px;
	}
	
}