#cart #content-wrapper {
    border-radius: 20px;
    box-shadow: 7px 7px 14px 0px rgba(119, 119, 119, 0.14);
    padding: 20px;
    margin-bottom: 100px;
}
#cart #content-wrapper .cart-item .product-image {
    box-shadow: 3px 3px 14px 0px rgba(119, 119, 119, 0.08);
    border: 0.45px solid #F5F5F5;
    border-radius: 20px;
}
#cart #content-wrapper .product-line-info {
    padding-left: 12px;
}
#cart #content-wrapper a.remove-from-cart {
    color: #8C8C8C !important;
	padding-right: 8px;
}
#cart #content-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    position: absolute;
    left: -35px;
    top: 7px;
    border: none;
}
#cart #content-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up .fa-angle-up:before {
    content: "\2b";
    font-size: 20px;
}
#cart #content-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    left: -124px;
    top: 7px;
    border: none;
}
#cart #content-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down .fa-angle-down:before {
    content: "\f068";
    font-size: 20px;
}
#cart #content-wrapper .cart-item .bootstrap-touchspin {
    max-width: initial;
}
#cart #content-wrapper input.js-cart-line-product-quantity  {
    font-size: 20px;
    padding: 4px 45px;
    border-radius: 40px;
    text-align: center;
    max-width: 132px;
	min-width: 132px;
    max-height: 40px;
}
#cart #content-wrapper .cart-items {
    margin-bottom: 1rem;
}
#cart #content-wrapper .cart-summary-line.cart-subtotal {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    display: flex;
    width: 100%;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#cart #content-wrapper .cart-summary-line.cart-total {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    display: flex;
    width: 100%;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 16px;
}
#cart #content-wrapper .checkout.cart-detailed-actions.js-cart-detailed-actions.card-body {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#cart #content-wrapper .checkout.cart-detailed-actions.js-cart-detailed-actions.card-body .btn.btn-primary.btn-lg.btn-block {
	background: linear-gradient(180deg, rgba(175, 220, 242, 0.3) 0%, rgba(0, 176, 216, 0.3) 100%);
	border-radius: 40px;
	border: none;
	padding: 10px 50px;
	font-size: 16px;
	text-transform: uppercase;
}
#cart #content-wrapper .card.cart-summary {
    border-radius: 20px;
    box-shadow: 5px 5px 14px 0px rgba(119, 119, 119, 0.15);
    border: 1px solid #F5F5F5;
	overflow: hidden;
}
#cart #content-wrapper .block-promo .cart-voucher-area {
    background: #b0afaf0f;
}
#cart #content-wrapper .block-promo .cart-voucher-area input.form-control {
    border: none;
    background: none;
    border-bottom: 1px solid #333333;
    padding: 5px;
}
#cart #content-wrapper .block-promo .voucher-icon {
    padding-top: 14px;
}
#cart #content-wrapper .block-promo .cart-voucher-area .btn.btn-secondary.h-100 {
    min-height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 20px;
    border-radius: 40px;
}
#cart #content-wrapper .block-promo .cart-voucher-area .btn.btn-secondary.h-100:hover,
#cart #content-wrapper .block-promo .cart-voucher-area .btn.btn-secondary.h-100:focus,
#cart #content-wrapper .block-promo .cart-voucher-area .btn.btn-secondary.h-100:active {
    background: linear-gradient(180deg, rgba(175, 220, 242, 0.3) 0%, rgba(0, 176, 216, 0.3) 100%);
    border-radius: 40px;
}
#cart #content-wrapper div#freedeliverychart-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
	width: 100%;
    justify-content: space-around;
	padding: 12px 12px 24px;
}
#cart #content-wrapper div#freedeliverychart {
    width: 160px;
    height: 160px;
}
#cart #content-wrapper div#freedeliverychart-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    position: relative;
}
#cart #content-wrapper div#freedeliverychart-right img {
    width: 100%;
}
#cart #content-wrapper div#freedeliverychartsum {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 67px;
}
#cart #content-wrapper .card-body.cart-summary-totals.js-cart-summary-totals {
    color: #333333;
    padding: 0;
    width: 100%;
}
#cart #content-wrapper .alert.alert-info.iqitfreedeliverycount.p-2 {
    background-color: transparent;
    border: none;
	margin: 0;
}
.ps-shoppingcart a.btn.btn-primary.btn-block.btn-lg.mb-2,
#blockcart-modal a.btn.btn-primary.btn-block.btn-lg.mb-2 {
	background: linear-gradient(180deg, rgba(175, 220, 242, 0.3) 0%, rgba(0, 176, 216, 0.3) 100%);
	border-radius: 40px;
	border: none;
	padding: 10px 50px;
	font-size: 16px;
	text-transform: uppercase;
}
#blockcart-modal button.btn.btn-secondary.btn-block {
	border-radius: 40px;
	text-transform: uppercase;
	padding: 10px 50px;
	font-size: 16px;
}
#blockcart-modal button.btn.btn-secondary.btn-block:hover,
#blockcart-modal button.btn.btn-secondary.btn-block:focus, 
#blockcart-modal button.btn.btn-secondary.btn-block:active {
	background: linear-gradient(180deg, rgba(175, 220, 242, 0.3) 0%, rgba(0, 176, 216, 0.3) 100%);
}
.ps-shoppingcart .alert.alert-info.iqitfreedeliverycount.p-2,
#blockcart-modal .alert.alert-info.iqitfreedeliverycount.p-2 {
    border-radius: 8px;
    background-color: rgba(175, 220, 242, 0.3);
    text-align: center;
}
#blockcart-modal .cart-subtotals {
    display: none;
}
.ps-shoppingcart .image-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
}
.ps-shoppingcart span.product-image.media-middle {
    box-shadow: 3px 3px 14px 0px rgba(119, 119, 119, 0.08);
    border: 0.45px solid #F5F5F5;
    border-radius: 20px;
}
.ps-shoppingcart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    position: absolute;
    left: -26px;
    top: 2px;
    border: none;
    background: none;
}
.ps-shoppingcart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up .fa-angle-up:before {
    content: "\2b";
    font-size: 16px;
}
.ps-shoppingcart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    left: -76px;
    top: 2px;
    border: none;
    background: none;
}
.ps-shoppingcart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down .fa-angle-down:before {
    content: "\f068";
    font-size: 16px;
}
.ps-shoppingcart .cart-item .bootstrap-touchspin {
    max-width: initial;
}
#blockcart-content .cart-products input.block-cart-product-quantity {
    font-size: 18px;
    padding: 2px 20px;
    border-radius: 40px;
    text-align: center;
    max-width: 80px;
    min-width: 80px;
    max-height: 26px;
}
@media (max-width: 1240px) {
	#cart #content-wrapper .cart-grid-body.col-12.col-lg-7 {
		width: 100%;
	}
	#cart #content-wrapper .cart-grid-right.col-12.col-lg-5{
		width: 55%;
		margin-top: -80px;
	}
}
@media (max-width: 767px) {
    #cart #content-wrapper .cart-grid-right.col-12.col-lg-5 {
        width: 100%;
		margin-top: 50px;
    }
	#cart #content-wrapper .cart-grid-body.col-12.col-lg-7 .cart-grid-body-wrapper {
        border-radius: 20px;
        box-shadow: 5px 5px 14px 0px rgba(119, 119, 119, 0.15);
        border: 1px solid #F5F5F5;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * .5);
		margin-top: 40px;
    }
	#cart #content-wrapper {
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		margin-bottom: 100px;
	}
}
@media (max-width: 520px) {
	#cart #content-wrapper .col.col-auto.col-md.price {
		display: none;
	}
	#cart #content-wrapper .col.col-auto.col-md.unit-price {
		font-weight: 700;
	}
	#cart #content-wrapper input.js-cart-line-product-quantity {
		padding: 4px 30px;
		border-radius: 40px;
		max-width: 100px;
		min-width: 100px;
		max-height: 32px;
	}
	#cart #content-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
		left: -32px;
		top: 2px;
	}
	#cart #content-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
		left: -90px;
		top: 2px;
	}/*
	#cart #content-wrapper .alert.alert-info.iqitfreedeliverycount.p-2 {
		position: relative;
		margin-top: 40px;
	}*/
}