#shoppingCartLayout
{
	width:100%;
	max-width:2000px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	box-sizing:border-box;
	display:flex;
	align-items:flex-start;
	gap:24px;
}

#shoppingCartLayout:after
{
	content:none;
	display:none;
}

#shoppingCartLayout > *
{
	min-width:0;
}
.premade
{
    float:left;
}
.array
{
	white-space:pre;
	position:absolute;
	border:2px dashed transparent;
	text-align:left;
}
.productholder
{
	width:40%;
	text-align:center;
	float:left;
}
.unitholder
{
	width:20%;
	text-align:center;
	float:left;
}
.quantityholder
{
	position:absolute;
	bottom:3px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
	text-align:center;
}
.subholder
{
	width:20%;
	text-align:center;
	float:left;
}


.cartsubheading .imagecollumn
{
	width:60px;
}
.imagecollumn img
{
	width:100px;
	height:100px;
}
.cartsubheading
{
	border-bottom: 0px solid #aaa;
}
.cartsubheading td
{
	padding-bottom:5px;
	padding-top:5px;
	vertical-align: top;
}
.cartsubheading .productcollumn
{
	position:relative;
	width:250px;
}
.cartsubheading .productcollumn span
{
	font-size:12px;
	color:grey;
	font-family:rabelo;
}
.productlinkholder
{
	position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
}
.productlinkholder a
{
	font-family:'Garet';
	font-size:13px;
}
.cartsubheading .unitcollumn
{
	text-align:center;
}
.cartsubheading .unitcollumn span
{
	font-family:rabelo;
	font-size:15px;
}
.cartsubheading .quantitycollumn
{
	text-align:center;
}

.quantity
{
	float: left;
    height: 27px;
    width: 40px;
    border-left: 0px;
    border-right: 0px;
	border-top: 1px solid #d6aab0;
	border-bottom: 1px solid #d6aab0;
    text-align: center;
    font-size: 18px;
    font-family: 'Garet';
    padding: 0px 10px 0px 10px;
}
.minusholder
{
	float:left;
    width: 25px;
    height: 25px;
	border: 1px solid #d6aab0;
	background-color: #ececec;
	cursor:pointer;
}
.minusholder div
{
	padding:3px;
}
.minusholder img
{
	width:100%;
	height:100%;
}
.plusholder
{
	float:left;
    width: 25px;
    height: 25px;
	border: 1px solid #d6aab0;
	background-color: #ececec;
	cursor:pointer;
}
.plusholder div
{
	padding:3px;
}
.plusholder img
{
	width:100%;
	height:100%;
}
.cartsubheading .subcollumn
{
	text-align:center;
}
.cartsubheading .subcollumn span
{
	font-family:rabelo;
	font-size:15px;
}
.removeholder
{
	width: 25px;
    height: 25px;
	border: 1px solid #000;
	background-color: #d6aab0;
}
.removeholder img
{
	width:100%;
	height:100%;
}
.removeholder div
{
	padding:3px;
}
#paymentholder
{
	width:300px;
	float:right;
}
#weighttitle
{
	float:left;
}
#weighttitle span
{
	font-family:rabelo;
	font-size:15px;
	color:grey;
}
#weightvalue
{
	float:right;
}
#weightvalue span
{
	font-family:rabelo;
	font-size:15px;
	color:grey;
}
#currencytitle
{
	float:left;
}
#currencytitle span
{
	font-family:rabelo;
	font-size:15px;
	color:grey;
}
#currencyvalue
{
	float:right;
}
#currencyvalue span
{
	font-family:rabelo;
	font-size:15px;
	color:grey;
}

#savechangeholder
{
	float:left;
	margin-top:20px;
}
#save
{
	display:none;
}
#loadingsave
{
	display:none;
	float:left;
	width: 40px; 
	animation-name: rotate;  
	animation-duration: 2s;  
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
#postageholder
{
	float:right;
	text-align:right;
}
#postageholder span
{
	font-size:15px;
	font-family:rabelo;
}
#postageholder a
{
	font-weight:bold;
}
.productdetails
{
    display:block;
}
#cartholder
{
	flex:1 1 0;
	width:auto;
	float:none;
	min-width:0;
	padding-bottom:20px;
}
#infoholder
{
	position:relative;
	flex:0 0 25%;
	width:auto;
	max-width:470px;
	min-width:320px;
	float:none;
	display:flex;
	flex-direction:column;
	gap:0;
	box-sizing:border-box;
}
#cardicons
{
	position: absolute;
    top: 50%;
    right: 5px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}
.paydebit
{
	width:100%;
	height:100%;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size:20px;
	background-color: #d6aab0;
	border: 0px;
	font-weight: bold;
	color: black;
	border-radius:5px;
}
.paydebit:hover 
{
	background-color:#c4949a;
}
@media only screen and (max-width: 1200px) 
{
	#shoppingCartLayout
	{
		padding-left:10px;
		padding-right:10px;
		gap:18px;
	}
	#cartholder
	{
		flex:1 1 0;
		width:auto;
	}
	#infoholder
	{
		flex:0 0 30%;
		width:auto;
		min-width:300px;
	}
	.premade 
	{
		width: 95px !important;
	}
	/*.productdetails
	{
		width: calc(100% - 95px - 10px) !important;
	}*/
}
@media only screen and (max-width: 900px) 
{
	#shoppingCartLayout
	{
		display:block;
		width:100%;
		max-width:100%;
		box-sizing:border-box;
	}

	#cartholder
	{
		float:none;
		flex:none;
		width:100% !important;
		max-width:100%;
		box-sizing:border-box;
	}

	#infoholder
	{
		float:none;
		flex:none;
		width:100% !important;
		max-width:none;
		min-width:0;
	}

	.shoppingcart-auto-6eceb370,
	.shoppingcart-auto-f2ff2089,
	.shoppingcart-auto-8edaabfb
	{
		width:100%;
		max-width:100%;
		margin-left:0;
		margin-right:0;
		box-sizing:border-box;
	}
}
@media only screen and (max-width: 600px) 
{
	#cardicons
	{
		height: 26px;
		margin-top: -13px;
		margin-left: -13px;
	}
}

/* Extracted from shoppingcart.php */
button:disabled {
		background-color: #d2d2d2 !important;
    	color: white !important;
	}

	@keyframes placeHolderShimmer{
		0%{
			background-position: -468px 0
		}
		100%{
			background-position: 468px 0
		}
	}

	.animated-background, .paypal-animated-background, .debit-animated-background {
		animation-duration: 1.25s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-name: placeHolderShimmer;
		animation-timing-function: linear;
		background: darkgray;
		background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
		background-size: 800px 104px;
		height: 100px;
		position: relative;
	}

	.lds-ring {
		display: inline-block;
		position: relative;
		width: 80px;
		height: 80px;
	}
	.lds-ring div {
		box-sizing: border-box;
		display: block;
		position: absolute;
		width: 64px;
		height: 64px;
		margin: 8px;
		border: 8px solid black;
		border-radius: 50%;
		animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		border-color: black transparent transparent transparent;
	}
	.lds-ring div:nth-child(1) {
		animation-delay: -0.45s;
	}
	.lds-ring div:nth-child(2) {
		animation-delay: -0.3s;
	}
	.lds-ring div:nth-child(3) {
		animation-delay: -0.15s;
	}
	@keyframes lds-ring {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}

	#card-holder-name:focus {
		outline: none;       /* removes the blue outline */
		border-color: #ccc;  /* keeps your normal grey border */
	}
	#email:focus {
		outline: none;       /* removes the blue outline */
		border-color: #ccc;  /* keeps your normal grey border */
	}

	.shipNotice {
		display: none;
		margin-top: 8px;
		padding: 10px 12px;
		border-radius: 10px;
		background: #fdecec;
		border: 1px solid #f5bcbc;
		color: #b00020;
		font-family: 'Quicksand';
		font-size: 13px;
		font-weight: 700;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.shipNotice::before {
		content: "⚠";
		font-size: 16px;
	}

/* Extracted fixed styles from public PHP templates. */

.shoppingcart-auto-789f7478
{
	font-family:'Quicksand';
	text-align:left;
}

.shoppingcart-auto-b1ecc496
{
	margin-top:8px;
}

.shoppingcart-auto-d6cf067b
{
	margin:6px 0 0 18px;
	padding:0;
}

.shoppingcart-auto-68bb4ff1
{
	margin-top:8px;
	color:#6e6e6e;
}

.shoppingcart-auto-0c7d57a7
{
	visibility:hidden;
	z-index:105;
}

.shoppingcart-auto-c8be1ccb
{
	display:none;
}

.shoppingcart-auto-055a0822
{
	font-family: 'Garet';
}

.shoppingcart-auto-481ed7e7
{
	padding:10px;
}

.shoppingcart-auto-630faec2
{
	font-size: 30px;
}

.shoppingcart-auto-ceed0fb5
{
	clear:both;
	margin-bottom:20px;
}

.shoppingcart-auto-6eceb370
{
	background-color: white;
	box-shadow: 2px 2px 2px 2px #78787842;
}

.shoppingcart-auto-f8c972a0
{
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}

.shoppingcart-auto-0c8fda2e
{
	font-weight:bold;
	font-family: 'Quicksand';
}

.shoppingcart-auto-c8cdc8a9
{
	width: 100% !important;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.shoppingcart-auto-b8ab2895
{
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 14px;
	align-items:flex-start;
	padding: 14px 0;
	border-bottom: 1px solid #e9e9e9;
}

.shoppingcart-auto-87db2275
{
	position:relative;
}

.shoppingcart-auto-cad980f4
{
	width:100%;
	position:relative;
}

.shoppingcart-auto-26cef2c5
{
	text-align: left;
	display:flex;
	flex-direction:column;
	gap:8px;
	min-width:0;
	position:relative;
	padding-right:210px;
	box-sizing:border-box;
}

.shoppingcart-auto-74e0b099
{
	display:block;
	font-family: "Garet";
	font-size:22px;
	line-height:1.25;
	color:#000000;
}

.shoppingcart-auto-af3fee87
{
	margin-bottom:0;
}

.shoppingcart-auto-ece2b503
{
	float:none;
	margin-right:0;
	font-family:"Garet";
	display:inline-flex;
	align-items:center;
}

.shoppingcart-auto-05eae0dc
{
	float:none;
	display:inline-flex;
}

.shoppingcart-auto-6b82cf24
{
	display:inline-flex;
	align-items:center;
}

.shoppingcart-auto-0d1bc127
{
	float:left;
}

.shoppingcart-auto-22e61d3b
{
	font-family: 'Garet';
	font-size: 13px;
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

.shoppingcart-auto-55163a8c
{
	font-family: 'Garet';
	font-size:13px;
	color: #000;
	cursor:pointer;
	text-decoration: underline;
}

.shoppingcart-auto-b87efa5b
{
	font-size: 16px;
}

.shoppingcart-auto-7c947ef6
{
	clear:both;
}

.shoppingcart-auto-e3e6452a
{
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(280px, 360px);
	padding: 10px 0px 0px;
	gap: 18px;
	align-items:start;
}

.shoppingcart-auto-aeb9b7d3
{
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.shoppingcart-auto-43820e62
{
	border-left: 2px solid #d6aab0;
	padding-left:10px;
	min-width:0;
}

.shoppingcart-auto-21d91b70
{
	display:block;
}

.shoppingcart-auto-49a6ddd0
{
	display: flex;
	gap: 12px;
}

.shoppingcart-auto-29578d33
{
	flex: 1 1 auto;
}

.shoppingcart-auto-ee2f8e4e
{
	font-family: 'Quicksand';
	font-size:13px;
	color: #6e6e6e;
	line-height:1.45;
	word-break:normal;
	overflow-wrap:break-word;
}

.shoppingcart-auto-feaace2c
{
	font-family: 'Quicksand';
	font-size:13px;
	line-height:1.45;
	word-break:normal;
	overflow-wrap:break-word;
}

.shoppingcart-auto-08ba8b76
{
	font-family:'Garet';
	font-size:13px;
	color:#1a9b3a;
}

.shoppingcart-auto-d8369f11
{
	color:black;
	font-weight:bold;
	font-family: 'Quicksand';
}

.shoppingcart-auto-f2ff2089
{
	width:100%;
	background-color: white;
	margin-bottom:20px;
	box-shadow: 2px 2px 2px 2px #78787842;
}

.shoppingcart-auto-d8a81eac
{
	margin-top:10px;
}

.shoppingcart-auto-4cb722b3
{
	float:left;
	width: 74%;
	text-align:left;
	color:red;
	font-family:'Garet';
	display:none;
	margin-top:10px;
}

.shoppingcart-auto-ef100fb6
{
	clear:both;
	margin-bottom:10px;
}

.shoppingcart-auto-f97f9844
{
	float:left;
	width: 49%;
	text-align:left;
	color:red;
	font-family:'Garet';
	display:none;
	margin-top:10px;
}

.shoppingcart-auto-65a7d797
{
	float:right;
	width: 49%;
	text-align:left;
	color:red;
	font-family:'Garet';
	display:none;
	margin-top:10px;
}

.shoppingcart-auto-ac14b7e5
{
	position: relative;
	float:right;
	width:64%;
	height:42px;
	background-color:white;
	color:black;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	margin:0;
	padding:10px;
	border: 1px solid rgb(204, 204, 204);
	font-family:'Arial';
	font-size:16px;
	border-radius:0;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}

.shoppingcart-auto-f49dc765
{
	float:left;
	width: 34%;
	text-align:left;
	color:red;
	font-family:'Garet';
	display:none;
	margin-top:10px;
}

.shoppingcart-auto-60875cff
{
	text-align:center;
	font-family:'Quicksand';
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}

.shoppingcart-auto-c6ca8cee
{
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display:none;
}

.shoppingcart-auto-6a600a31
{
	position: relative;
	float:left;
	width:70%;
	height:42px;
	border-style:solid;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	font-family:'Arial';
	font-size:16px;
	padding:10px;
	margin:0;
	border:1px solid rgb(204,204,204);
	border-radius:0;
}

.shoppingcart-auto-00b9571f
{
	position:relative;
	float:left;
	width:30%;
	height:42px;
	cursor:pointer;
	font-family:'Quicksand';
	font-size:20px;
	background-color:#d6aab0;
	border:0;
	font-weight:bold;
	color:black;
	text-align:center !important;
}

.shoppingcart-auto-cb4e6692
{
	text-align:center;
	margin-top:6px;
	font-family:'Quicksand';
	font-size:18px;
	color: #1e8e3e;
}

.shoppingcart-auto-0bf2f80a
{
	width:100% !important;
}

.shoppingcart-auto-58f9961f
{
	font-family:'Garet';
}

.shoppingcart-auto-dfd6e1da
{
	float:right;
	display:flex;
	align-items:baseline;
	justify-content:flex-end;
	gap:8px;
	text-align:right;
}

.shoppingcart-auto-a2e671e7
{
	display:none;
	font-family:'Quicksand';
	text-decoration:line-through;
	color:red;
	font-size:13px;
}

.shoppingcart-auto-9b49c245
{
	font-size:15px;
}

.shoppingcart-auto-7c0cf001
{
	font-family:'Quicksand';
}

.shoppingcart-auto-252c1553
{
	float:right;
}

.shoppingcart-auto-98b280b6
{
	font-family:'Quicksand';
	font-weight:bold;
}

.shoppingcart-auto-8edaabfb
{
	width:100%;
	background-color: white;
	box-shadow: 2px 2px 2px 2px #78787842;
}

.shoppingcart-auto-3636a803
{
	position:relative;
	width:100%;
	height:45px;
	z-index:1 !important;
}

.shoppingcart-auto-5356d857
{
	position:absolute;
	left:0px;
	width:100%;
	height:45px;
	display:inline-block;
	border-radius:5px;
	background-color: lightgray;
}

.shoppingcart-auto-21d79fac
{
	width: 40%;
	float: left;
	padding: 0px;
}

.shoppingcart-auto-58d00d52
{
	width:18%;
	float:left;
	line-height: 10px;
	text-align:center;
	font-family: 'CaviarDreams';
	font-size: 20px;
}

.shoppingcart-auto-4bc25559
{
	width: 40%;
	float: right;
	padding: 0px;
}

.shoppingcart-auto-3bb6f867
{
	position:relative;
	height: 40px;
	border:1px solid rgb(204, 204, 204);
}

.stripe-payment-holder
{
	position:relative;
	min-height:140px;
	padding:12px;
	border:1px solid rgb(204, 204, 204);
	background:white;
}

.stripe-payment-loading
{
	position:absolute;
	left:12px;
	right:12px;
	top:12px;
	width:auto;
	height:88px;
	border-radius:5px;
	pointer-events:none;
}

.stripe-payment-holder-ready .stripe-payment-loading
{
	display:none;
}

.stripe-payment-error
{
	border-color:red;
}

.shoppingcart-auto-132bf666
{
	position:absolute;
	left:0px;
	width:100%;
	height:100%;
	display:inline-block;
	background-color: lightgray;
}

.shoppingcart-auto-0237e097
{
	position:relative;
	width:48%;
	height: 40px;
	float:left;
	border:1px solid rgb(204, 204, 204);
}

.shoppingcart-auto-649b514a
{
	position:relative;
	width: 48%;
	height: 40px;
	float: right;
	border:1px solid rgb(204, 204, 204);
}

.shoppingcart-auto-970fbe70
{
	float:left;
	width: 100%;
	text-align:left;
	color:red;
	font-family:'Garet';
	display:none;
	margin-top:10px;
}

.shoppingcart-auto-4c5d9ddb
{
	position:relative;
	border: 1px solid rgb(204, 204, 204);
}

.shoppingcart-auto-f682705d
{
	position: relative;
	width: 100%;
	height:42px;
	color: rgb(58, 58, 58);
	border:0px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: 'Arial';
	font-size:16px;
	padding: 10px;
	margin: 0px;
	border-radius:0;
}

.shoppingcart-auto-af384f55
{
	display:block;
	margin:15px 0 15px 0;
}

.shoppingcart-auto-0704fd6d
{
	margin-top:10px;
	display:none;
}

.shoppingcart-auto-758509c0
{
	position: relative;
	float:left;
	width: 100%;
	height:42px;
	background-color: white;
	color: black;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	font-family: 'Arial';
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.shoppingcart-auto-4124dba7
{
	position: relative;
	float:left;
	width: 49%;
	height:42px;
	background-color: white;
	color: black;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	font-family: 'Arial';
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.shoppingcart-auto-00f55d99
{
	position: relative;
	float:right;
	width: 49%;
	height:42px;
	background-color: white;
	color: black;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	font-family: 'Arial';
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.shoppingcart-auto-50755c0c
{
	position: relative;
	float:left;
	width: 34%;
	height:42px;
	background-color: white;
	color: black;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	font-family: 'Arial';
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.shoppingcart-auto-e127a5d1
{
	position: relative;
	float: right;
	width: 64%;
	height: 42px;
	background-color: white;
	color: black;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	font-family: 'Arial';
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.shoppingcart-auto-b0ce4ba5
{
	position:relative;
	width:100%;
	height:45px;
}

.shoppingcart-auto-ae462759
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:inline-block;
	border-radius:5px;
	background-color: lightgray;
}

.cart-product-img
{
	width:120px;
	height:120px;
	display:block;
	object-fit:cover;
}

.cart-empty-state
{
	min-height:calc(100vh - 520px);
	padding:20px 10px 110px 10px;
	box-sizing:border-box;
}

@media only screen and (max-width: 700px)
{
	.cart-empty-state
	{
		min-height:260px;
		padding-bottom:40px;
	}
}

.cart-remove-link
{
	position:absolute;
	top:0;
	left:0;
	color:#000000;
}

.cart-quantity
{
	border-radius:0;
}

.cart-quantity-row
{
	display:flex;
	align-items:center;
	gap:8px;
	flex-wrap:nowrap;
}

.cart-quantity-row .minusholder,
.cart-quantity-row .plusholder
{
	float:none;
	width:var(--decoz-input-height);
	height:var(--decoz-input-height);
	min-width:var(--decoz-input-height);
	min-height:var(--decoz-input-height);
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	background:var(--decoz-pink, #d6aab0);
	border:1px solid var(--decoz-pink-dark, #9b5f6d);
	color:#000000;
	font-size:var(--decoz-input-size);
	margin:0;
}

.cart-quantity-row .minusholder:hover,
.cart-quantity-row .plusholder:hover
{
	background:var(--decoz-pink-dark, #9b5f6d);
	color:#ffffff;
}

.cart-quantity-row .minusholder svg,
.cart-quantity-row .plusholder svg
{
	width:18px;
	height:18px;
	display:block;
}

.cart-quantity-row .quantity
{
	float:none;
	width:48px;
	height:var(--decoz-input-height);
	min-height:var(--decoz-input-height);
	box-sizing:border-box;
	border-top:1px solid var(--decoz-pink-dark, #9b5f6d);
	border-bottom:1px solid var(--decoz-pink-dark, #9b5f6d);
	font-size:var(--decoz-input-size);
	line-height:var(--decoz-input-height);
	margin:0;
	background:#ffffff;
}

.cart-remove-link .removeholder
{
	width:28px;
	height:28px;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	background:var(--decoz-pink, #d6aab0);
	border:1px solid #000000;
	color:#000000;
}

.cart-remove-link .removeholder:hover
{
	background:var(--decoz-pink-dark, #9b5f6d);
	color:#ffffff;
}

.cart-remove-link .removeholder svg
{
	width:18px;
	height:18px;
	display:block;
}

.cart-personalisation-trigger
{
	float:none;
	margin-left:0;
	display:inline-flex;
	align-items:center;
	margin-top:0;
}

.cart-line-actions
{
	display:flex;
	align-items:center;
	gap:18px;
	flex-wrap:wrap;
	line-height:1.3;
}

.cart-line-actions .shoppingcart-auto-0d1bc127
{
	float:none;
	display:inline-flex;
	align-items:center;
}

.cart-ship-notice
{
	display:none;
	color:#b00020;
	font-weight:700;
}

.cart-each-price
{
	font-family:"Garet";
	display:flex;
	align-items:baseline;
	justify-content:flex-end;
	gap:6px;
	white-space:nowrap;
}

.cart-line-price-cell
{
	display:flex;
	justify-content:flex-end;
	min-width:190px;
	position:absolute;
	top:0;
	right:0;
}

.cart-line-price
{
	display:inline-flex;
	align-items:baseline;
	gap:8px;
	white-space:nowrap;
}

.cart-line-old
{
	position:relative;
	display:inline-flex;
	align-items:baseline;
	gap:1px;
	color:#9a6b74;
	text-decoration:none;
	opacity:.82;
	transform:translateY(-1px);
}

.cart-line-old::after
{
	content:"";
	position:absolute;
	left:-1px;
	right:-1px;
	top:52%;
	border-top:1px solid #c58995;
}

.cart-line-currency
{
	font-size:20px;
	line-height:1;
}

.cart-line-amount
{
	font-size:25px;
	line-height:1;
}

.cart-line-old .cart-line-currency
{
	font-size:14px;
}

.cart-line-old .cart-line-amount
{
	font-size:18px;
}

.cart-line-new
{
	color:#000000;
	font-weight:500;
}

@media only screen and (max-width: 700px)
{
	.shoppingcart-auto-b8ab2895
	{
		grid-template-columns:86px minmax(0, 1fr);
		gap:12px;
		padding:12px 0;
	}

	.cart-product-img
	{
		width:86px;
		height:86px;
	}

	.shoppingcart-auto-74e0b099
	{
		font-size:18px;
	}

	.cart-line-price-cell
	{
		position:static;
		justify-content:flex-start;
		min-width:0;
	}

	.shoppingcart-auto-26cef2c5
	{
		padding-right:0;
	}

	.cart-each-price
	{
		justify-content:flex-start;
	}

	.cart-line-currency
	{
		font-size:16px;
	}

	.cart-line-amount
	{
		font-size:22px;
	}

	.cart-line-old .cart-line-currency
	{
		font-size:13px;
	}

	.cart-line-old .cart-line-amount
	{
		font-size:17px;
	}
}

.cart-note-row
{
	display:flex;
	align-items:flex-start;
	gap:8px;
	min-height:18px;
	min-width:0;
}

.cart-note-row .icon,
.cart-promo-note .icon
{
	flex:0 0 20px;
	width:20px;
	height:20px;
	min-width:20px;
	margin-top:1px;
}

.cart-note-row span,
.cart-promo-note span
{
	min-width:0;
}

.cart-note-row-spaced
{
	line-height:1.5;
}

.cart-promo-note
{
	display:none;
	align-items:flex-start;
	gap:8px;
	line-height:1.5;
	min-height:18px;
	margin-top:6px;
	min-width:0;
}

.cart-shipping-select
{
	width:100%;
	height:var(--decoz-input-height);
	min-height:var(--decoz-input-height);
	background-color:white;
	color:black;
	margin:0px;
	padding:10px;
	border:1px solid #dbdbdb;
	font-family:"Garet";
	font-size:var(--decoz-input-size);
}

@media only screen and (max-width: 1200px)
{
	.shoppingcart-auto-e3e6452a
	{
		grid-template-columns:1fr;
		gap:12px;
	}
}

.cart-address-input
{
	position:relative;
	height:42px;
	border-style:solid;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	font-family:"Arial";
	font-size:16px;
	padding:10px;
	margin:0px;
	border:1px solid rgb(204, 204, 204);
	border-radius:0;
}

.cart-address-full
{
	float:left;
	width:100%;
}

.cart-address-half-left
{
	float:left;
	width:49%;
}

.cart-address-half-right
{
	float:right;
	width:49%;
}

.cart-address-zip
{
	float:left;
	width:34%;
}

.cart-contact-input
{
	clear:both;
	display:block;
	float:none;
	width:100%;
}

.cart-contact-gap
{
	margin-bottom:10px;
}

.cart-contact-block
{
	clear:both;
	display:grid;
	gap:5px;
	width:100%;
}

.cart-contact-label
{
	color:#111827;
	font-family:'Quicksand';
	font-size:13px;
	font-weight:bold;
}

.cart-contact-optional
{
	margin-left:6px;
	color:#b98391;
	font-family:'Quicksand';
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.cart-contact-tip
{
	clear:both;
	color:#6b7280;
	font-size:13px;
	line-height:1.25;
}

.cart-email-holder
{
	position:relative;
	border:1px solid rgb(204, 204, 204);
}

.cart-email-holder-hidden
{
	display:none;
}

.cart-email-input
{
	position:relative;
	width:100%;
	height:42px;
	color:rgb(58, 58, 58);
	border:0px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	font-family:"Arial";
	font-size:16px;
	padding:10px;
	margin:0px;
	border-radius:0;
}
