.cart-collaterals .cart_totals {
    float: right !important; 
}

html[lang="en-US"] tr.tax-rate th:after {
    content: "Tax rate will be updated on the next step according to your billign address";
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    padding-top: 10px !important;
}

/*---PANIER---*/
.woocommerce-cart .container {
    max-width: 1600px;
}

button[name=update_cart] {
    display: none;
}

a.wcss-share-cart-btn-shortcode {
    background: #6A6A6A !important;
    width: 235px;
    margin-bottom: 20px;
	font-size: 14Px;
}

a.button.empty_cart:before {
    content: "\e847";
    color: #fff;
    font-family: 'entypo-fontello';
    font-size: 16px;
    position: relative;
    top: 1px;
    left: 1px;
}

a.wcss-share-cart-btn-shortcode:before {
    content: "\e832";
    padding-right: 10px;
    font-family: 'entypo-fontello';
}

a.checkout-button.button.alt.wc-forward:after {
    content: "\e87d";
    font-family: 'entypo-fontello';
    padding-left: 10px;
}

ul.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents, li.woocommerce-cart-form__cart-item.cart_item {
    margin-left: 0 !important;
}

/** image at left. */
ul .product-thumbnail {
	display: inline-block;
}
ul .product-thumbnail img {
	max-width: none;
	height: 100%;
	width: 100%;
	border: 1px solid #ebebeb;
}

/** item details at right. */
ul .cart-item-details {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

p.product-name a {
    font-size: 20px;
	padding-bottom:15px !important;
	display: inline-block;
}

small.product-sku, dl.variation * {
    font-size: 14px;
    color: #707070;
    font-weight: 300 !important;
}

p.product-price, .product-quantity p {
    font-weight: 700 !important;
    font-size: 14px;
    color: #707070;
}

.product-quantity p {
    display: inline-block;
    padding-right: 15px;
    margin-top: 40px;
}

.minus, .plus {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 700 !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
	font-size: 15px !important;
}

.quantity .qty {
    background-color: transparent !important;
    min-width: 32px !important;
    height: 28px !important;
    font-weight: 700 !important;
    color: #000 !important;
    border: none !important;
    font-size: 15px !important;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

input.qty:focus {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.8)!important;
}

.third-column {
    min-width: 220px !important;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

p.product-subtotal {
		margin-top: 0px !important;
}

p.product-subtotal ins span.amount {
    font-size: 20px !important;
    font-weight: 700 !important;
    float: right;
    color: var(--color-high) !important;
	padding-left:10px
}

p.product-subtotal ins:before , p.product-price ins:before {
	display:none !important;
}

a.remove {
    text-indent: 0 !important;
	color:#707070 !important;
    background: none !important;
    border: none !important;
}

p.product-remove, p.product-remove a {
    width: 100%;
    display: block !important;
    text-align: right !important;
}

/** no bullets on item list. */
ul.woocommerce-cart-form__contents {
	list-style: none;
	padding-left: 0;
}

/** wrapper: color, margin. */
li.woocommerce-cart-form__cart-item {
	display: flex;
	background-color: #fafafa;
	padding: 36px;
	padding-bottom: 24px;
	margin-bottom: 30px;
}

/** item details: no spacing between elements. */
ul .cart-item-details>* {
	margin: 0;
}

/** "update cart" on each item (right side). */
ul .product-quantity .quantity {
	display: inline-block;
}

ul .product-quantity button {
	float: right;
}

/** cart totals: fixed at right with "sticky". */
#wrap_all, #content { /** parents need to be "overflow: visible". */
	overflow: visible;
}
.woocommerce { /** wrapper needs to be flex. */
	max-width: none !important;
}

.cart_totals { /** cart totals width. */
	float: left;
	width: 100% !important;
}

.cart-collaterals h2 {
    font-size: 30px;
}

thead tr {
    background: #000 !important;
    color: #fff !important;
}

div#wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button-separator {
    display: none !important;
}

.calculated_shipping span.woocommerce-Price-amount.amount {
    text-align: right;
    float: right;
}

.product-name a {
    text-transform: uppercase;
    font-weight: 700;
}

.wc-proceed-to-checkout {
    float: right;
}

a.button.retunr-button {
    background: #ffffff !important;
    color: #666 !important;
    padding: 18px !important;
    background-color: #e1e1e1;
    margin-right: 10px;
    height: 46px !important;
    color: #666;
    border-radius: 2px !important;
    position: relative;
    text-align: center;
}

a.checkout-button.button.alt.wc-forward {
    width: 100%;
    height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    /* padding-bottom: 30px !important; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#top div.woocommerce-message {
    border-color: var(--txt-green);
    background-color: var(--bg-green);
    color: var(--txt-green);
}

.woocommerce-message.woocommerce-message-2 {
    padding: 32px 32px 36px 32px !important;
}

.cart_totals .amount {
    text-align: right !important;
    float: right;
}

a.button.empty_cart {
    float: right;
    background-color: #A7A7A7 !important;
    width: 45px !important;
    height: 45px !important;
    color: #A7A7A7 !important;
    min-width: 0;
	
}

table.shop_table .actions .button {
    width: 15% !important;
}

.wc-proceed-to-checkout {
    width: 100%;
}

.rp_wcdpd_promotion_total_saved_div.woocommerce-message {
    padding: 9px 12px !important;
    border-top: 3px solid;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
}

a.checkout-button.button.alt.wc-forward {
    float: right;
}

tr.cart-discount span.woocommerce-Price-amount.amount:before {
    content: "- ";
}

td.product-subtotal, td.product-price {
    text-align: right;
}

p.product-price * {
    font-size: 14px;
    color: #6f6f6f;
}


p.product-price  ins:before {
display:none}

tr.order-total th, .order-total .woocommerce-Price-amount {
    color: #fff !important;
}

tr.total_ex_tax {
    border-top: 1px solid #fff !important;
}

.total_ex_tax span {
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-cart .total_ex_tax span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
	font-weight: 700 !important;
}

.cart_totals th {
	width: 150px !important;}

.cart-discount td {
    color: #587d8b !important;
}

.cart_totals .cart-subtotal .amount, .cart_totals .cart-discount .amount, .cart_totals .shipping .amount {
    font-weight: 700 !important;
    /* font-size: 14Px; */
}

form.woocommerce-shipping-calculator {
    margin-top: 10px;
}

span.select2-selection.select2-selection--single {
    background-color: #fff !important;
    margin-top: 10px;
    border-radius: 0;
    color: #666 !important;
    height: 37px;
	margin-bottom: 0px;
}

span#select2-calc_shipping_country-container {
    color: #666 !important;
    height: 42px !important;
    vertical-align: middle !important;
    display: block !important;
    padding-top: 5px;
}

p.woocommerce-shipping-destination {
    width: 80%;
    font-weight: 300 !important;
    font-size: 12px !important;
}

a.shipping-calculator-button {
    border: 1px solid #fff !important;
}

a.shipping-calculator-button {
    padding: 5px 15px;
    border: 1px solid;
}

button[name=calc_shipping] {
    border: 1px solid #fff !important;
    padding: 7px 12px !important;
}

th.product-price, th.product-quantity, th.product-subtotal {
    text-align: center;
}

.blue-box {
    padding: 20px;
    background: var(--color-blue);
    color: #fff !important;
    margin-bottom: 10px;
}

.blue-box * {
    background: none !important;
    border: none !important;
    color: #fff !important;
}

/*PARTAGE PANIER*/
button.button.wcss-btn {
    float: right;
}

.wcss-popup__header-close {
	background: black;
	font-size: 16px;
  padding: 5px 10px;
}

.wcss-popup__header-text {
    font-size: 16px;
    padding: 8px 12px;
}

input.button.btn.btn-primary.wcss-btn {
    margin-bottom: 20px;
}

.wcz_wcs-popup--text-color {
    text-align: left;
    padding-bottom: 10px;
}

td {
    vertical-align: middle;
}

table.table.saved_cart_table tfoot {
    display: none;
}

/*MINI CART*/
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    height: 50px;
}

.woocommerce-mini-cart__buttons a.button {
    flex: 50%;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}

/*----BUREAU----*/
/*----BUREAU----*/
/*----BUREAU----*/
@media only screen and (min-width: 768px){
	.woocommerce-cart-form { /** items width. */
	display: inline-block;
	width: calc(63% - 40px);
	padding-right: 40px;
}
	
	.cart-collaterals { /** "sticky". */
	position: sticky;
	display: inline-block;
	vertical-align: top;
	top: 0;
	width: 39.5% !important;
}
	
	.product-thumbnail {
    min-width: 215px !important;
    max-width: 215px !important;
    height: 215px !important;
}
	
	ul .cart-item-details {
    margin-left: 24px;
}
	
	input#coupon_code {
    width: 60% !important;
    float: left;
    height: 40px;
}
	
	
.coupon .button {
    width: calc(40% - 5px);
    margin: 0px 0px 0px 5px !important;
    padding: 13px 12px !important;
}
	
}

/*----MOBILE----*/
/*----MOBILE----*/
/*----MOBILE----*/
@media only screen and (max-width: 767px){
	.shop_table li.cart_item {
    background: #F8F8F8;
    margin-bottom: 20px;
    padding: 20px;
    display: block !important;
    overflow: overlay;
}
	
	.third-column {
		margin-top:20px;
	}
	
	.cart-collaterals {
    overflow: visible;
}
	
	a.button.empty_cart {
    margin-bottom: 40px !important;
}
	
	.rp_wcdpd_promotion_total_saved_label {
    text-align: center !important;
    float: left;
}
}