.woocommerce {
	padding: 30px 0 150px 0;

}
.woocommerce-cart .woocommerce-notices-wrapper{
	max-width: 696px;
}

h1,
h2.h2-title {
	font-family: "MuseoSans", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 900 !important;
	line-height: 32px !important;
	text-align: left !important;
	color: var(--e-global-color-text) !important;
	margin-bottom: 40px;
}

.cart-box {
	display: flex;
	justify-content: space-between;
}

.woocommerce-cart-form {
	width: 696px;
	position: unset !important;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	max-width: 384px;
	position: absolute;
	top: 40px;
	right: 0;
}

.update_cart_button,
.pxl-table-box .tax_label {
	display: none !important;
}

.woocommerce a.remove, .product-remove a.remove {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #B0AFB1 !important;
	border-radius: 4px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	transition: all 0.2s ease-in-out !important;
}

.woocommerce a.remove:hover, .product-remove a.remove:hover  {
	background-color: #D3311A !important;
	border-color: #D3311A !important;
}

.woocommerce a.remove:hover svg path, .product-remove a.remove:hover svg path  {
	stroke: #FFFFFF;
}



.pxl-table-box .cart-product-quantity {
	background: #FFFFFF;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap: 4px;
}

.pxl-table-box .cart-product-quantity .cart-product-quantity-box {
	width: auto;
	height: 40px;
	border: 1px solid #B0AFB1;
	border-radius: 4px;
	padding: 0;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.pxl-table-box .cart-product-quantity button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
    width: 30px;
    height: 40px;
	transition: all 0.2s ease-in-out;
}

.pxl-table-box .cart-product-quantity button:hover,
.pxl-table-box .cart-product-quantity button:focus,
.pxl-table-box .cart-product-quantity button:focus-within,
.pxl-table-box .cart-product-quantity button:focus-visible {
	color: var(--e-global-color-a68e5b3) !important;
	transition: all 0.2s ease-in-out;
	outline: none !important;
	border: none !important
}

.pxl-table-box .cart-product-quantity button.minus,
.pxl-table-box .cart-product-quantity button.plus {
    padding:0px;
    margin:0px;
    width: 30px;
    height: 40px;
}

.pxl-table-box .cart-product-quantity .quantity .qty {
	border: none;
	width: 28px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}

.pxl-table-box .cart-product-quantity .quantity .qty:focus,
.pxl-table-box .cart-product-quantity .quantity .qty:focus-within,
.pxl-table-box .cart-product-quantity .quantity .qty:focus-visible {
	outline: none !important;
	border: none !important
}

.pxl-table-box .cart-product-quantity .unit-box {
	display: flex;
	justify-content: start;
	align-items: center;
}

.pxl-table-box .cart-product-quantity .unit-in-quantity {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
    white-space:nowrap;
}

hr.cart-separator,
hr.cart-totals-separator {
	border-top: 1px solid #BDBDBD;
	min-height: 1px;
	width: 100%;
}
hr.cart-separator-mobile{
	display: none;
}

.pxl-table-box .body .item {
	max-height: 80px;
	margin: 10px 0;
	position: relative;
}

/* Cart Totals */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells{
	display: none !important;
}

.cart_totals {
	background-color: #FFFFFF;
	border: 1px solid #B0AFB1;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 40px;
}

.cart_totals .primary-button,
.cart_totals .secondary-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.cart_totals h2 {
	margin-bottom: 24px;
}

.cart_totals .cart-subtotal{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: var(--e-global-color-text);
	margin-bottom: 8px;
}

.cart_totals .cart-discount, .cart_totals .fee  {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #7B797C;
	margin-bottom: 8px;
}

.cart_totals .order-total {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--e-global-color-text);
	margin: 16px 0;
}

.cart_totals .order-total .title {
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
}

.cart_totals .order-total .price {
	font-size: 20px;
	font-weight: 900;
	line-height: 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
	text-align: right;
}

.cart_totals .order-total .price .includes_tax {
	font-size: 12px;
}

.free-shipping-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-top: 1px solid #B0AFB1;
	border-bottom: 1px solid #B0AFB1;
	padding: 24px 12px;
	text-align: center;
}

.free-shipping-box h3 {
	font-family: 'MuseoSans', Sans-serif !important;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
	color: var(--e-global-color-text);
	margin: 0;
}

.free-shipping-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: var(--e-global-color-text);
	margin: 0;
}

.free-shipping-box p.free-shipping-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #7B797C;
	margin: 0;
}

.free-shipping-box .progress-bar {
	width: 100%;
	height: 10px;
	background-color: #D1D0D1;
	border-radius: 8px;
	padding: 0;
}

.free-shipping-box .progress-fill {
	height: 100%;
	background-color: #E08609;
	border-radius: 10px;
	transition: width 0.5s ease-in-out;
}

.free-shipping-box .tetriary-button {
	margin-top: 10px;
	width: 240px;
}

#value_for_free_shipping {
	color: #E08609;
}

/* Cart-Recommends 
.pxl-table-box .pxl-products-loop{
	display: flex;
    flex-direction: column;
    padding: 6px 0;
	gap: 16px;
}
.pxl-table-box .pxl-products-loop div.product{
	max-width: unset;
	max-height: unset;
	border: 1px solid violet;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative !important;
}
.pxl-table-box .pxl-products-loop div.product:hover{
	box-shadow: none;
}
.pxl-table-box .pxl-products-loop div.product .product-data{
	display: flex;
	align-items: center;
	padding: 0;
}

.pxl-table-box .pxl-products-loop .quantity-wrapper{
	display: flex;
}
.pxl-table-box .pxl-products-loop div.product .product-data .top{
	display: block;
	min-width: 222px;
}
.pxl-table-box .pxl-products-loop div.product .product-data .top .woocommerce-loop-product__title{
	font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: left !important;
    color: #282D29 !important;
}
.pxl-table-box .pxl-products-loop div.product .product-data .top span{
	display: none;
}
.pxl-table-box .pxl-products-loop div.product .product-data .bottom{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.pxl-table-box .pxl-products-loop div.product .product-data .bottom a.woocommerce-LoopProduct-link{
	grid-area: 1 / 2 / 2 / 2;
}
.pxl-table-box .pxl-products-loop div.product .product-data .bottom a.button{
	grid-area: 1 / 3 / 2 / 3;
	display: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}
.pxl-table-box .pxl-products-loop div.product .product-data .bottom .quantity-wrapper{
	grid-area: 1 / 1 / 2 / 1;
	max-height: 40px;
	border: 1px solid #B0AFB1;
}
.pxl-table-box .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
	transform:scale(0.5);
	border: 1px solid #B0AFB1;
	border-radius: 4px;
	right: 265px !important
}

 .pxl-table-box .body span.onsale{
	transform:scale(0.5);
}
.pxl-table-box .pxl-products-loop div.product .product-data .price bdi{
	font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    color: #22453C;
}
.pxl-table-box .pxl-table-box .pxl-products-loop div.product .product-data .vat{

}
.pxl-table-box .pxl-table-box .body .price .unit-price{
	font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #22453C;
    margin: 0;
}
.pxl-table-box .pxl-table-box .body .price{
	width: 100%;
}
.pxl-table-box .pxl-products-loop .quantity-wrapper .qty{
	background-color: transparent;
	border: none;
}
.pxl-table-box .pxl-products-loop div.product .cart-added{} */
.recommends-products {
	padding-top: 80px;
}

.recommends-products h2{
	margin-bottom: 16px;
}

.pxl-table-box .add_to_cart_button {
	background-color: #22453C !important;
	width: 40px;
	height: 40px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out;
	
}
.margin-auto-16{
	margin: auto 0 auto 16px !important;
}

.pxl-table-box .add_to_cart_button:hover {
	background-color: var(--e-global-color-accent) !important;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.pxl-table-box .add_to_cart_button svg {
	transform: scale(1.5);
}
.pxl-table-box .yith-wcwl-add-to-wishlist{
	margin: 0 !important;
}
.pxl-table-box .yith-wcwl-add-button {
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #B0AFB1;
	border-radius: 4px;
}
.pxl-table-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
	display: flex;
    justify-content: center;
    align-items: center;
    color: #22453C;
	margin: 2px 1px 0 0;
}
.pxl-table-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i, .pxl-table-box .remove_from_wishlist i{
	transform: scale(1.0);
    transition: all 0.2s ease-in-out;
	margin: 0 !important;
}
.pxl-table-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover i, .pxl-table-box .remove_from_wishlist:hover i{
	transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}


.pxl-table-box .empty-cart {
    text-align:center;
    color: #7B797C;
    font-weight: 400;
    font-size:1rem;
    line-height: 1.5;
    margin: 80px 0 90px;
}
.pxl-table-box .empty-cart a {
    font-weight: 600;
    display: inline-block;
}

.cart_totals.cart-totals-empty .wc-proceed-to-checkout > a {
    background-color: #f6f5f6;
    color: #b0afb1;
    border: 1px solid #f6f5f6;
    cursor: not-allowed;
    pointer-events: none;
}
.cart_totals.cart-totals-empty #save_woo_cart_to_smart_cart {
    background-color: transparent !important;
    color: #b0afb1 !important;
    border: 1px solid #f6f5f6 !important;
    cursor: not-allowed;
    pointer-events: none;
}

#cart_recommends_mobile {
	display: none;
}

/* Responsive */

@media only screen and (max-width: 1150px) {
	.cart-box {
		flex-direction: column;
	}

	.woocommerce-cart-form {
		width: 100%;
	}
	.woocommerce{
		padding: 30px 0 70px 0;
	}

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		max-width: unset;
	}

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		position: unset;
		width: 100%;
	}
	.cart_totals{
		border: none;
	}
	h1{
		margin-bottom: 16px;
	}

	hr.cart-separator {
		display: none;
	}
	hr.cart-separator-mobile {
		display: block;
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
		border: 0;
		border-top: 1px solid #B0AFB1;
	}

	.pxl-table-box .head{
		display: none;
	}

	.pxl-table-box .body{
		padding: 16px 0 72px 0;
	}

	.free-shipping-box {
		background-color: #F6F5F6;
		width: 99vw;
		margin-left: -11px;
		padding: 24px;
		margin-bottom: 60px;
	}

	.recommends-products {
		display: none;
	}

	#cart_recommends_mobile {
		display: block;
	}

	.owl-dots {
		text-align: center;
		position: relative;
		z-index: -1;
		margin: 0;
		top: 33px;
	}

	.owl-nav {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, -50%);
	}
	.cart_totals{
		margin: 0;
	}
}

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

	#cart_recommends_mobile {
		width: 98vw;
		padding: 0 ;
	}

	#cart_recommends_mobile h2.h2-title{
		padding-left: 12px;
		margin-bottom :0px;
	}

	.pxl-table-box .body .item {
		margin: 24px 0;
	}

	.pxl-table-box .body {
		padding: 0 0 72px 0;
	}

	.pxl-table-box .body .item {
		max-height: unset;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding: 0;
	}

	.pxl-table-box .body .image {
		width: auto;
		grid-area: 1 / 1 / 3 / 2;
		align-items: start;
	}

	.pxl-table-box .body .name {
		width: auto;
		grid-area: 1 / 2 / 2 / 4;
		align-items: start;
		min-height: 56px;
	}

	.pxl-table-box .body .cart-product-quantity {
		width: auto;
		grid-area: 2 / 2 / 3 / 6;
		align-items: end;
        height:40px;
	}

	.pxl-table-box .body .price {
		width: auto;
		grid-area: 1 / 4 / 2 / 6;
		align-self: flex-start;
		text-align: right;
		justify-self: end;
		min-height: 56px;
		margin-top: -5px;
	}

	.pxl-table-box .cart-product-quantity .cart-product-quantity-box {
		padding: 0;
		margin: 0;
	}

	.cart_totals {
		border: none;
		padding: 24px 12px;
	}

}

@media only screen and (max-width: 430px) {
	.pxl-table-box .body .item {
		max-height: unset;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding: 0;
	}

	.pxl-table-box .body .image {
		width: auto;
		grid-area: 1 / 1 / 3 / 2;
		align-items: start;
        margin-right:12px;
	}

	.pxl-table-box .body .name {
		width: auto;
		grid-area: 1 / 2 / 2 / 4;
		align-items: start;
		min-height: 56px;
	}

	.pxl-table-box .body .cart-product-quantity {
		width: auto;
		grid-area: 2 / 2 / 3 / 5;
		align-items: end;
	}

	.pxl-table-box .body .price {
		width: auto;
		grid-area: 1 / 3 / 2 / 5;
		align-self: flex-start;
		text-align: right;
		justify-self: end;
		min-height: 56px;
		margin-top: -5px;
	}
}

@media only screen and (max-width: 375px) {
	/* .pxl-table-box .body .item {
		max-height: unset;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding: 0;
	}

	.pxl-table-box .body .image {
		width: auto;
		grid-area: 1 / 1 / 3 / 2;
		align-items: start;
	}

	.pxl-table-box .body .name {
		width: auto;
		grid-area: 1 / 2 / 2 / 3;
		align-items: start;
		min-height: 56px;
	}

	.pxl-table-box .body .cart-product-quantity {
		width: auto;
		grid-area: 2 / 2 / 3 / 4;
		align-items: end;
	}

	.pxl-table-box .body .price {
		width: auto;
		grid-area: 1 / 3 / 2 / 4;
		align-self: flex-start;
		text-align: right;
		justify-self: end;
		min-height: 56px;
		margin-top: -5px;
	} */
}