body.woocommerce-checkout {
	font-family: Radikal, Arial, sans-serif;
	color: #757575;
}

.woocommerce-checkout header {
	display: none;
}

.woocommerce-checkout .woocommerce {
	position: relative;
}

.woocommerce-checkout .entry-content {
	margin-top: 0;
}

#checkout-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: #fff url('img/loading.gif') no-repeat center center;
}

#checkout-holder {
	display: flex;
}

.checkout-left {
	width: 50%;
	position: fixed;
	overflow-y: scroll;
	height: 100vh;
	border-right: 1px solid #ccc;

	scrollbar-width: thin;
	scrollbar-color: #888 #eee;
}

.checkout-left::-webkit-scrollbar {
	width: 6px;   /* vertical */
	height: 6px;  /* horizontal */
}

.checkout-left::-webkit-scrollbar-track {
	background: #eee;
}

.checkout-left::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.checkout-left::-webkit-scrollbar-thumb:hover {
	background: #555;
}


.checkout-right {
	width: 50%;
	position: relative;
	z-index: 100000;
	position: fixed;
	right: 0;
	height: 100vh;
	overflow-y: scroll;
}

#checkout-left-contents {
	max-width: 600px;
  margin-top: 60px;
  margin-right: 30px;
  float: right;
  width: 600px;
}

#checkout-left-contents h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #757575;
	margin-top: 10px;
}

#checkout-left-contents input, #checkout-left-contents textarea {
	width: 100%;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: Radikal, Arial, sans-serif;
	border-radius: 0 !important;
	color: #757575;
	line-height: 1.5;
}

#checkout-left-contents p {
	margin-bottom: 10px;
	font-family: Radikal, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}

#checkout-left-contents #billing_email_field, #checkout-left-contents #billing_address_2_field {
	margin-bottom: 0;
}

#checkout-left-contents .woocommerce-account-fields {
	display: none;
}	

#checkout-left-contents .continue-button {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 220px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	margin-top: 30px;
	margin-bottom: 60px;
	font-family: Radikal, Arial, sans-serif;
}

#checkout-left-contents .continue-button:hover {
	color: #fff;
	box-shadow: inset 220px 0 0 0 #000;
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

#billing_address_1_field .woocommerce-input-wrapper {
	position: relative;
    display: inline-block;
	width: 100%;
}

#billing_address_1_field .woocommerce-input-wrapper input {
	padding-right: 60px;
}

#billing_address_1_field .woocommerce-input-wrapper::after {
    content: 'Start typing...';
    position: absolute;
    right: 15px;
	letter-spacing: normal;
    top: 50%;
    transform: translateY(-50%);
    color: #bababa;
	font-style: italic;
    font-size: 11px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.2s ease;
}

#billing_address_1_field .woocommerce-input-wrapper input:not(:placeholder-shown) + * {
    display: none;
}

#billing_address_1_field .woocommerce-input-wrapper:has(input:not(:placeholder-shown))::after {
    opacity: 0;
}

#billing_city_field, #shipping_city_field {
	width: 39%;
	float: left;
	margin-right: 1%;
}

#billing_state_field, #shipping_state_field {
	width: 38%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}

#billing_postcode_field, #shipping_postcode_field {
	width: 19%;
	float: left;
	margin-left: 1%;
}

.woocommerce-shipping-fields, #woocommerce-payment {
	display: none;
}

input[type="checkbox"], input[type="radio"] {
	width: auto !important;
}

#ship-to-different-address-checkbox {
  vertical-align: -2px;
}

#custom-shipping-methods {
	display: flex;
	gap: 20px;
	padding: 40px 20px;
	border: 1px solid #ccc;
	width: 100%;
}

#custom-shipping-methods ul {
	list-style: none;
}

#custom-shipping-methods ul li, #custom-shipping-methods .header {
	text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: Radikal, Arial, sans-serif;
  color: #757575;
  padding-bottom: 5px;
}

.woocommerce-checkout #shipping_method, .woocommerce-checkout #payment ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#order_review {
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.payment_methods {
	font-size: 13px;
	margin-top: 20px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	border: 1px solid #ccc;
	border-bottom: none !important;
}

.woocommerce-checkout .woocommerce-checkout-payment ul li {
	border-bottom: 1px solid #e1e1e1;

	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: Radikal, Arial, sans-serif;
	color: #757575;
}

.woocommerce-checkout .woocommerce-checkout-payment ul li p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.payment_methods li .payment-holder {
	padding: 20px;
}

.payment_methods li .payment_box {
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fafafa;
}

.woocommerce-terms-and-conditions-wrapper p, #checkout-newsletter {
		text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: Radikal, Arial, sans-serif;
  color: #757575;
}

 #checkout-newsletter {
 margin-bottom: 15px;
 }

#place_order {
	margin-bottom: 50px;
	font-family: Radikal, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 220px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}

#place_order:hover {
	color: #000;
	box-shadow: inset 220px 0 0 0 #ffffff;
}

.woocommerce-form-login-toggle {
	/* float: right; */
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 5px;
	color: #757575;
}

.woocommerce-form-login-toggle a {
	text-decoration: none;
	color: #757575;
}

.woocommerce-form-login {
	position: absolute;
	background-color: #fff !important;
	z-index: 10000000;
	box-shadow: 2px 2px 3px #666;
	padding: 30px;
	max-width: 300px;
	right: 0;
	top: 15%;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.woocommerce-form-login .form-row-first, .woocommerce-form-login .form-row-last {
	width: 100% !important;
}

.woocommerce-form-login p, .woocommerce-form-login label {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: Radikal, Arial, sans-serif;
	color: #757575;
}

.woocommerce-form-login #close-form {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}

.woocommerce-form-login__submit {
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 220px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background-color: #fff;
	border: 1px solid #000000;
	border-radius: 0;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	font-family: Radikal, Arial, sans-serif;
	line-height: 18px;
}

.woocommerce-form-login__submit:hover {
	color: #FFF;
	box-shadow: inset 220px 0 0 0 #000;
}

.checkout-right table, .checkout-right .woocommerce-additional-fields {
	height: 100%;
	
}

.checkout-right .woocommerce-additional-fields {
	max-width: 660px;
	padding: 30px;
}

table.shop_table {
	display: flex;
	flex-direction: column;
}


.checkout-right table tbody {
	flex: 1;
	overflow-y: auto;
	min-height: 0;
	
	scrollbar-width: thin;
	scrollbar-color: #888 #ee;
}

.checkout-right table tbody::-webkit-scrollbar {
	width: 6px;   /* vertical */
	height: 6px;  /* horizontal */
}

.checkout-right table tbody::-webkit-scrollbar-track {
	background: #eee;
}

.checkout-right table tbody::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.checkout-right table tbody::-webkit-scrollbar-thumb:hover {
	background: #555;
}

table.shop_table tfoot tr {
	display: flex;
	justify-content: space-between;
}

table.shop_table tfoot tr.checkout-coupon-row td {
	width: 100%;
}

 table.shop_table tfoot tr th {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	padding: 0;
	color: #757575;
	font-family: Radikal, Arial, sans-serif;
}

table.shop_table tfoot tr td {
	text-align: right;
	font-weight: normal !important;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: Radikal, Arial, sans-serif;
  color: #757575;
}

table.shop_table tfoot tr td bdi, table.shop_table tfoot tr td span {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 13px;
	font-family: Radikal, Arial, sans-serif;
	padding: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
	flex: 0 0 200px;
	height: 200px;
	display: flex;
	flex-direction: column;
} 

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	margin-top: auto;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals {
	border-bottom: 1px solid #ccc;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals .shipping-info.notice {
	color: #ff7201;
}

.checkout-coupon {
	display: flex;
	gap: 10px;
	padding-top: 20px;
}

.checkout-coupon input {
	border: 1px solid #000;
	padding: 12px 9px;
	border-radius: 0;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.5px;
	flex: 0 0 65%;
	font-family: Radikal, Arial, sans-serif;
}

.checkout-coupon  button {
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 220px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background-color: #fff;
	border: 1px solid #000000;
	border-radius: 0;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	font-family: Radikal, Arial, sans-serif;
	line-height: 18px;
	flex: 1;
}

.checkout-coupon  button:hover {
	color: #FFF;
	box-shadow: inset 220px 0 0 0 #000;
}

.woocommerce-checkout .woocommerce-NoticeGroup-updateOrderReview, .woocommerce-message, .woocommerce-checkout .woocommerce-NoticeGroup, body .woocommerce-checkout > .woocommerce-error {
    display: none !important;
}

.woocommerce-checkout .message-holder .woocommerce-message {
	display: block !important;
}

.woocommerce-checkout .message-holder {
	color: #ff7201;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce-checkout .message-holder li {
	list-style: none !important;
}

#co-checkout-sections .co-tab.active {
	display: block;
}

#co-breadcrumbs {
	margin-top: 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#co-breadcrumbs a {
	text-decoration: none;
	color: #757575;
}

#co-breadcrumbs .active {
	color: #000;
}

#co-checkout-steps {
	border: 1px solid #ccc;
	padding: 15px 20px;
	font-size: 12px;
	margin-top: 10px;
	display: none;
}

.bc-item {
	cursor: pointer;
}

.checkout-step {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.checkout-step:first-child {
	padding-top: 0;
}

.checkout-step:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.step-left {
	width: 20%;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.step-middle {
	width: 70%;
}

.step-right {
	width: 10%;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
}

#billing_phone_field {
	position: relative;
	clear: both;
}

#billing_phone_field .show-phone-info {
	position: absolute;
	top: 8px;
	right: 10px;
}

#billing_phone_field .show-phone-info span {
	color: #757575;
	font-size: 15px;
	cursor: pointer;
}

#billing_phone_field .show-phone-info .phone-info {
	display: none;
	position: absolute;
	width: 170px;
	right: 22px;
	top: -20px;
	background-color: #fff;
	box-shadow: 2px 2px 3px;
	padding: 15px;
	font-size: 12px;
}

.co-tab .select2 {
	width: 100% !important;
}

body .select2-container--default .select2-selection--single {
	display: block;
	height: 40px;
	padding: 6px 2px 13px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #757575;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	overflow: hidden;
}

.co-tab .select2-container .select2-selection--single span {
	color: #757575;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .05em;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 9px;
	color: #757575;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

#woocommerce-payment #payment-message {
	font-size: 13px;
	padding-top: 15px;
	font-family: Radikal, Arial, sans-serif;
	color: #757575;
	text-transform: uppercase;
  letter-spacing: 1.5px;
}

.woocommerce-checkout .woocommerce-checkout-payment ul li a, .woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	color: #000000;
	text-decoration: none;
}

#woocommerce-payment a {
	color: #434343;
}


.woocommerce-checkout-review-order-table .cart_item button {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	align-self: self-start;
	margin-top: 10px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .holder {
	display: flex;
	gap: 20px;
	padding-right: 20px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .holder input {
	width: 60px;
  height: 28px;
  font-size: 14px;
  align-self: center;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .holder .product-title {
	flex: 1;
	color: #757575;
	text-transform: uppercase;
	align-content: center;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .holder .brand-name {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .holder .product-item-name {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .holder .product-total {
	align-self: center;
	width: 80px;
}

.qty-holder {
		width: 60px;
		align-self: center;
	}

.woocommerce-checkout-review-order-table .cart_item .product-name .holder .product-total .amount-off {
	font-size: 12px;
	display: block;
	padding-left: 5px;
	white-space: nowrap;
}

.woocommerce-Price-amount {
	letter-spacing: 2px;
	font-size: 13px;
	color: #757575;
}

.woocommerce-checkout-review-order-table .cart_item, .woocommerce-checkout-review-order-table .cart_item  td {
	display: block;
	width: 100%;
}

.woocommerce-checkout-review-order-table .cart_item img {
	width: 120px;
	padding: 0 10px;
}

.back-to-shop td {
	display: block;
	width: 100%;
}

.back-to-shop a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	margin-top: 10px;
	font-family: Radikal, Arial, sans-serif;
}

.back-to-shop a:hover {
	color: #fff;
	box-shadow: inset 220px 0 0 0 #000;
}

#order-summary, #order-summary-content {
	display: none;
}

.student .checkout-coupon-row, .ignore-stock .checkout-coupon-row, .make-up-artist .checkout-coupon-row, .studio-services .checkout-coupon-row, .hide-coupon-field .checkout-coupon-row {
	display: none !important;
}

.blockOverlay {
	background-image: url('img/loading.gif') !important;
	padding: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 30px !important;
}

.empty-value {
	border-left: 2px solid #e2401c;
}

@media only screen and (max-width: 1350px) {

	.checkout-right .woocommerce-additional-fields {
		max-width: 100%;
	}
	
	#checkout-left-contents {
		max-width: 100%;
		width: auto;
		padding-left: 30px;
	}

}

@media only screen and (max-width: 1250px) {

	#customer_details {
		width: 45%;
	}
	
	.checkout-right {
		width: 55%;
	}

}

@media only screen and (max-width: 1024px) {

	#order-summary {
		display: block;
		background-color: #fafafa;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		padding: 15px 0;
		margin-top: 20px;
		cursor: pointer;
		width: calc(100% + 30px);
		overflow: hidden;
	}
	
	#order-summary-top {
		display: flex;
		justify-content: space-between;
	}
	
	#order-summary-left::after {
		content: '';
		transition: all .5s ease;
		position: absolute;
		width: 8px;
		height: 8px;
		top: 4px;
		border-color: #757575;
		border-style: solid;
		border-width: 1px 1px 0 0;
		transform: rotate(136deg);
		margin-left: 6px;
	}
	
	#order-summary-left, #order-summary-right {
		font-family: Radikal, Arial, sans-serif;
		letter-spacing: 2px;
		font-size: 13px;
		text-transform: uppercase;
		position: relative;
	}
	
	.woocommerce-additional-fields {
		max-width: 600px;
		margin: 0 auto;
	}
	
	#order-summary-right {
		margin-right: 10%;
	}
	
	#order-summary-content {
		padding: 30px;
	}
	
	
	.checkout-coupon, .checkout-coupon-row td {
		width: 100%;
	}
	
	.checkout-coupon-row td {
		display: block;
	}
	
	.checkout-coupon input {
		flex: 1 1 auto;   
		min-width: 0;
	}
	
	.checkout-coupon button {
		flex: 0 0 220px;
		width: 220px;
	}
	
	.qty-holder {
		width: 60px;
		align-self: center;
	}
	
	#order-summary-content input.checkout-qty {
		width: 60px;
	  height: 28px;
	  font-size: 14px;
	  align-self: center;
	}
	#order-summary-content .cart_item {
		margin-bottom: 10px;
	}
	
	.checkout-right {
		display: none;
	}
	
	#customer_details {
		width: 100%;
	}

	#checkout-left-contents {
		width: 100%;
		padding-bottom: 50px;
	}
	
	.ppc-button-wrapper {
		margin-bottom: 60px;
	}
	
	.checkout-logo, #co-breadcrumbs, .message-holder, .co-tab, #woocommerce-payment {
		padding-left: 30px;
	}
	
	#co-checkout-steps {
		margin-left: 30px;
	}
	
	#order-summary-top {
		padding-left: 30px;
		margin-right: -30px;
	}	
	
	.woocommerce-checkout-review-order-table .cart_item .product-name .holder {
		display: grid;
		grid-template-columns: 20% 1fr auto;
		grid-template-rows: auto auto;
		column-gap: 10px;
		row-gap: 5px;
		align-items: start;
		padding-right: 0;
	}

	.woocommerce-checkout-review-order-table .cart_item .product-name .holder .image-holder {
		grid-column: 1;
		grid-row: 1 / 3;
	}

	.woocommerce-checkout-review-order-table .cart_item .product-name .holder .product-title {
		grid-column: 2;
		grid-row: 1;
	}

	.woocommerce-checkout-review-order-table .cart_item .product-name .holder .remove-checkout-item {
		grid-column: 3;
		grid-row: 1;
		text-align: right;
		margin-top: 0;
		font-size: 17px;
	}

	.woocommerce-checkout-review-order-table .cart_item .product-name .holder .product-total {
		grid-column: 2;
		grid-row: 2;
	}

	.woocommerce-checkout-review-order-table .cart_item .product-name .holder .qty-holder {
		grid-column: 3;
		grid-row: 2;
		text-align: right;
	}
	
	#custom-shipping-methods ul {
		padding-left: 0;
		margin-left: 0;
	}

}


@media only screen and (max-width: 640px) {

	.checkout-step {
		flex-wrap: wrap;
		font-size: 11px;
	}
	
	.checkout-step .step-left {
		order: 0;
		width: 50%;
	}
	
	.checkout-step .step-middle {
		width: 100%;
		order: 3;
		margin-top: 5px;
	}
	
	.checkout-step .step-right {
		width: 50%;
		order: 2;
	}
	
	#checkout-left-contents h3 {
		font-size: 15px;
	}
	
	#cart-holder .woocommerce-cart-form__cart-item.cart_item {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	
	.checkout-coupon button {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.checkout-coupon {
		margin-bottom: 20px;
	}
}



/** THANK YOU PAGE **/
#cart-holder .order-product {
	display: flex;
	margin-bottom: 10px;
}

#cart-holder .order-product .order-image {
	width: 100px;
	margin-right: 2%;
}

#cart-holder .order-product .order-image img {
	width: 100px;
	height: 100px;
}

#cart-holder .order-product .order-total {
	width: 15%;
	font-family: Radikal, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
	align-self: center;
	text-align: right;
}

#cart-holder .order-product .order-qty {
	width: 10%;
	font-family: Radikal, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: lowercase;
	position: relative;
	align-self: center;
}

#cart-holder .order-product .order-name {
	width: 60%;
	font-family: Radikal, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	align-self: center;
	margin-right: 2%;
}

#cart-holder .order-product .order-name .brand {
	font-size: 12px;
}

#content-right.finished {
	height: 76vh;
}

#content-right.finished #cart-total {
	font-family: Radikal, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
}

#content-right.finished .divider {
	height: 10px;
	border-top: none;
	border-bottom: 1px solid #ccc;
}

#content-right.finished .grand-total td {
	padding-top: 10px;
}

#content-right.finished #cart-total tr td:nth-child(2) {
	text-align: right;
}

#content-right.finished .grand-total td:nth-child(2) bdi {
	font-weight: bold;
}

#order-details {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

#order-details h1 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
}

#customer-information {
	border: 1px solid #ccc;
	padding: 20px;
}

#customer-information h3 {
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}

#customer-information #customer-info {
	display: flex;
}

#customer-information #customer-info .left{
	width: 60%;
}

#customer-information #customer-info .right {
	width: 40%;
}

#customer-information #customer-info h4 {
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#customer-information #customer-info .ci {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	max-width: 240px;
}

.continue-shopping {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 220px;
	text-align: center;
	cursor: pointer;

	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;

	display: inline-block;
	box-shadow: inset 0 0 0 0 #ffffff;
	  -webkit-transition: ease-out 0.4s;
	  -moz-transition: ease-out 0.4s;
	  transition: ease-out 0.4s;

	margin-top: 30px;
	margin-bottom: 60px;
	font-family: Radikal, Arial, sans-serif;

}

.continue-shopping:hover {
	color: #fff;
	box-shadow: inset 220px 0 0 0 #000;
}

.woocommerce-order-received .woocommerce-column--shipping-address {
	display: none;
}

.woocommerce-order-received #content-container {
	display: flex;
}

.woocommerce-order-received #content-container #content-left {
	width: 50%;
	position: fixed;
	overflow-y: scroll;
	height: 100vh;
	border-right: 1px solid #ccc;
}

.woocommerce-order-received #content-container #content-left .woocommerce-order {
	margin-top: 60px;
	margin-right: 30px;
	float: right;
	width: 600px;
}

.woocommerce-order-received #content-container #content-right {
	width: 50%;
	position: relative;
	z-index: 100000;
	position: fixed;
	right: 0;
	height: 70vh;
	overflow-y: scroll;
}

.woocommerce-order-received #content-right-contents {
	max-width: 600px;
	margin-top: 60px;
	margin-left: 30px;

}

#cart-total {
	position: fixed;
	bottom: 70px;
	background-color: #fff;
	width: 600px;
}

#content-right #cart-total {
	font-family: Radikal, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
}

#content-right #cart-total table {
	width: 100%;
}	

#content-right .grand-total td {
	padding-top: 10px;
}

#content-right .divider {
	height: 10px;
	border-top: none;
	border-bottom: 1px solid #ccc;
}

#cart-total-table td bdi, #cart-total-table td {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 13px;
	font-family: Radikal, Arial, sans-serif;
	padding: 0;
}

#content-right #cart-total tr td:nth-child(2) {
	text-align: right;
}

.free-gift {
	font-size: 12px;
  letter-spacing: 1px;
}

.shop_table.processing {
	opacity: 0.7;
	background-image: url('img/loading.gif') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 30px !important;
}

/** Promo Items **/

.promo-items {
	background-color: #a836a2;
	padding: 6px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	
}

.promo-items .promo-header {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;

    padding-right: 18px; /* tighter spacing */
    position: relative;
}

/* chevron */
.promo-items .promo-header::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); /* vertically centered */

    width: 12px;
    height: 7px;

    background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0605 9.5L9.06055 1.5L1.06055 9.5' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    /* flip to point DOWN by default */
    transform: translateY(-50%) rotate(180deg);

    transition: transform 0.3s ease;
}

/* active = point UP */
.promo-items .promo-header.active::after {
    transform: translateY(-50%) rotate(0deg);
}
.promo-items .promo-container {
	display: none;
}

.promo-items .promo-holder {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	
}

.promo-items .promo-holder .promo-item {
	max-width: 180px;
	text-align: center;
	
}

.promo-items .promo-holder .promo-item img {
	max-width: 120px;
}

.promo-items .promo-holder .promo-item .brand {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.promo-items .promo-holder .promo-item .name {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.remove-checkout-item {
	cursor: pointer;
}

.woocommerce > .woocommerce-notices-wrapper {
	display: none !important;
}

.top-holder ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

@media only screen and (max-width: 1300px) {

	 .woocommerce-order-received #content-right-contents {
		max-width: 90%;
		margin-right: 10%;
	  }
	  
	  .woocommerce-order-received #content-container #content-left .woocommerce-order {
		max-width: 90%;
		margin-left: 10%;
	}

}

@media only screen and (max-width: 1024px) {

	.woocommerce-order-received #content-container {
		flex-direction: column;
	}
	
	#content-left, #content-right {
		width: 100% !important;
		position: static !important;
		height: auto !important;
		overflow-y: unset !important;
	}

	.woocommerce-order-received #content-container #content-left .woocommerce-order {
		max-width: 100%;
		margin-left: 30px;
		width: auto;
	}
	
	.woocommerce-order-received #content-container #content-left .woocommerce-order .checkout-logo {
		padding-left: 0;
	}
	
	.woocommerce-order-received #content-container #content-right-contents {
		margin-top: 0;
	}

	#cart-total {
		position: static;
		width: 100%;
	}

}


@media only screen and (max-width: 640px) {

	.woocommerce-order-received #content-container #content-left .woocommerce-order {
		float: none;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.woocommerce-order-received #customer-info  {
		flex-direction: column;
	}
	
	.woocommerce-order-received #customer-info > div {
		width: 100% !important;
	}
}
