	
	.dlv_checkout,
	.dlv_checkout > *,
	#delivery > *,
	#delivery-capture > div,
	#delivery .fields > div,
	#delivery #delivery-service label,
	#summary > div,
	#summary #shopping_products,
	#delivery-capture #payment_cards {
		display: -webkit-flex;
		display: flex;
	}
	
	.dlv_checkout > *,
	#delivery > div, 
	#delivery-capture > div,
	#delivery .fields > div, 
	#summary > div,
	#summary #shopping_products {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	
	#delivery .fields .customer_name_grid {
		display: grid;
		flex-direction: row;
		-webkit-flex-direction: row;
		column-gap: 10px;
		grid-template-columns: 0.5fr 1fr 1fr;
		grid-auto-flow: column;
	}
	
	#delivery-capture .customer_name_grid > * {
		width: 100%;
	}
	
	#delivery-capture #payment_cards {
		flex-direction: row;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;	
	}
	
	#delivery-page {
		background-color: var(--offwhite);
	}
	
	
	.dlv_checkout #delivery {
		background-color: var(--white);
	}
	
	
	#delivery #payment_cards > * {
		margin:auto;
	}
	
	#delivery h1 .btn {
		display:inline-flex;
		align-items:center;
		justify-content:center;
		gap: 3px;
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		border-radius:5px;
		color: inherit;
		font-weight: 600;
		margin-left: auto;
		padding: 6px 12px 6px 8px;
		transition-duration: .3s;
		transition-property: background, border, color;
	}

	#delivery h1 .btn:hover {
		background-color: #fbdb84;
		color: #0C2C63;
		text-decoration: none;
	}

	#delivery h1 .btn svg {
		fill: none;
		height: 20px;
		stroke: #5553;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2;
		width: 20px;
	}
	

	#delivery-page #delivery .fields input[type=tel],
	#delivery-page #delivery .fields input[type=email],
	#delivery-page #delivery .fields input[type=text],
	#delivery-page #delivery .fields select {
		background-color: transparent;
		border: solid #ddd;
		border-width: 0 0 1px;
		padding: 5px 0 5px 7px;
		position: relative;
		width: 100%;
		z-index: 2;
	}
	
	#delivery .group,
	#delivery-page #delivery .fields > * {
		position: relative;
	}
	
	#delivery-page #delivery .fields > * {
		margin-bottom: 15px;
	}


	#delivery select {
		margin-top:3px;
	}
		
	#delivery label {
		padding-top:3px;
	}
	
	#delivery-details {
		margin-bottom: 20px;
	}
	
	#delivery select {
		min-height:27px;
	}
	
	#delivery #opayo-pi-card-trigger {
		background-color:#30559c;
		border-radius: 5px;
		color:var(--white); 
		cursor:pointer;
		font-size: 1.5em;
		line-height: 6rem;
		text-align: center;
	}
		
	#delivery #opayo-pi-card-trigger:hover {
		background-color:#20458c;
		text-decoration:underline;
	}

	#billing-capture > div,
	#delivery-capture .dlv_confirm,
	#delivery-capture .dlv_confirm label,
	#delivery-page #products-all-foot img { 
		float:left;
		width: 100%;
	}	
	
	#delivery-capture > div,
	#billing-capture > div { 
		margin-top:10px;
	}	
	
	
	#delivery #order-summary-box > * {
		margin:10px 0px;
	}	


	#delivery-page #ordering-safely img {
		width:100%;
	}
	
	#delivery label.flat input { display:none; }	
	
	
	#delivery #delivery-capture {		
		margin-bottom: 20px;
	}	

	#delivery-capture label.flat input + span:before {
		color: #30559c;
		content: "\e114";
		font-weight: 600;
		margin: 0 10px 0 5px;
		position: relative;
		float: left;
		text-align: center;
	}

	#delivery-capture label.flat input:checked + span:before {
		content: "\e067";
		color: #8fca40;
		font-weight: 300;
		top:0px;
	}
	
		
	#delivery #delivery-service {		
		margin-bottom: 10px;
		margin-top:10px;
	}	

	#delivery div#delivery-service > label {
		display: -webkit-flex;
		display: flex;
		border-radius:4px;
		font-weight: 600;
		overflow: hidden;
		padding: 0px;
	}
	

	#delivery-page #delivery-service label.flat {
		display: grid;
		grid-template-columns: 40px auto 80px;
	}

	
	#delivery #delivery-service label.flat *,
	#delivery #delivery-capture .dlv_confirm label.flat {
		color: #585858;
		cursor: pointer;
		font-size: 1.8rem;
		font-weight: 500;
		padding: 2px 0px 0px 16px;
		line-height: 40px;
	}
	
	#delivery #delivery-service label.flat check {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;		
		padding-left: 16px;
	}
	
	#delivery #delivery-service label.flat input + check:before,
	#delivery #delivery-capture .dlv_confirm label.flat input + span:before {
		color: #ddd;
		content: "\e157";
		font-family: 'Glyphicons Halflings';
		font-size:20px !important;
		font-weight: 300;
		margin-right:10px;
		margin-top: -2px;
		float: left;
	}
	
	#delivery #delivery-service label.flat check:before {
		margin-right: 0 !important;
	}
	
	#delivery #delivery-service label.flat input:checked + check,
	#delivery #delivery-service label.flat input:checked + check + span,
	#delivery #delivery-service label.flat input:checked + check + span + span {
		background-color: #f1faff;
		font-weight: 600;
	}
	
	#delivery #delivery-service label.flat input:checked + check,
	#delivery #delivery-service label.flat input:checked + check + span,
	#delivery #delivery-service label.flat input:checked + check + span + span,
	#delivery #delivery-capture .dlv_confirm label.flat input:checked + span:before {
		color: #178cdb;
	}

	#delivery #delivery-service label.flat span.col_b {
		flex: 1;
		padding: 0px 12px 0px 0px;
		text-align: right;
		width: auto;
	}

	#delivery #delivery-service label.flat input:checked + check:before {
		font-size:1.2em;
	}

	#delivery #delivery-service label.flat input:checked + check:before,
	#delivery #delivery-capture .dlv_confirm label.flat input:checked + span:before {
		content: "\e067";
		color: #4287f5;
	}	
	
	
	#delivery .fields {
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 15px 15px 0;
	}
		
	
	#delivery-capture #same_as_delivery_lbl {
		cursor: pointer;
		margin: 0px;
		white-space: nowrap;
	}

	#delivery h2,
	#summary h2 {
		align-items: center;
		display: -webkit-flex;
		display: flex;
		font-size: 2rem;
		gap: 7px;
	}

	#delivery .checkout-section-icon,
	#delivery .card-payment-icon,
	#summary .checkout-section-icon {
		display: inline-block;
		flex: 0 0 auto;
		fill: none;
		height: 25px;
		margin-left: 12px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.5;
		width: 25px;
	}
	
	#delivery .card-payment-icon {
		height: 28px;
		width: 30px;
	}

	#summary #shopping_products {
		color: #202020;
	}

	#summary #shopping_products > * {
		display: grid;
		grid-template-columns: 120px auto 40px minmax(50px, 70px);
	}

	#summary #shopping_products .product_details {
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	#summary #shopping_products .col_b {
		padding: 0px 10px 5px 15px;
	}

	#summary #shopping_products .col_c {
		text-align: right;
	}

	#summary #shopping_products #sub-total .col_c,
	#summary #shopping_products #dlv-total .col_c {
		grid-column: span 2;
	}
	
	#summary #dlv-total .col_c {
		font-size: 2rem;
	}
	
	
	#summary #dlv-total .col_b,
	#summary #dlv-total .col_c {
		line-height: 2.5rem;
	}
	
	
	#summary #shopping_products .product_details .col_a img {
		background-color: var(--white);
		border-radius: 5px;
		width: 100%;
	}

	#summary #shopping_products .product_details p {
		margin-bottom: 0;
	}

	#summary #shopping_products .product_details a {
		color: inherit;
	}


	#summary #shopping_products .trashcan {
		background: transparent;
		border: 0;
		color: #202020;
		cursor: pointer;
		margin-bottom: auto;
		padding: 0;
	}

	#summary #shopping_products .trashcan svg {
		background-color: var(--white);
		border-radius: 3px;
		fill: none;
		height: 25px;
		padding: 2px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.5;
		width: 25px;
	}

	#summary #shopping_products #sub-total,
	#summary #shopping_products #dlv-total {
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}

	#summary #shopping_products #dlv-total {
		font-weight: 700;
	}
	 
	#delivery-page #ordering-safely {
		background-color:#d9f0bb;
		padding-top: 20px;
	}
	
	#delivery-page #ordering-safely,
	#delivery-page #ordering-safely > div {
		display: grid;
	}	
	
	#delivery-page #ordering-safely h3 {
		font-size: 1.8rem;
		margin: 0px 0px 5px;
	}
	
	

	#checkout-breadcrumbs {
		display:flex;
		display:-webkit-flex;
	}
		
	#checkout-breadcrumbs {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: baseline;
		-webkit-align-items:baseline;
		
		background-color:#f5f5f5;
		padding-bottom:5px;
		padding-top:5px;
		width:100%;
	}

	#checkout-breadcrumbs .sel {
		font-weight:600;
	}
	
	#checkout-breadcrumbs > * {
		color:inherit;
		margin: 5px;
	}

	#checkout-breadcrumbs > *:after {
		color:#8fca40;
		content:'\e080';
		font-family:'Glyphicons Halflings';
		font-size:0.5em;
		font-weight:normal;
		line-height:1;
		margin:0px 0px 0px 10px;
	}

	#checkout-breadcrumbs > div:last-of-type:after {
		content:'';
		margin:0px;
	}
	#delivery #epos-pay:after {
		font-family: "glyphicons halflings";
		margin-top: 3px;
	}
	
	
	#delivery-page .v12_available {
		padding-top: 20px;
	}
	
	#delivery-page .v12_available > a {
		background-color: var(--green-v12);
		border-radius: 5px;
		display: -webkit-flex;
		display: flex;
		margin-top: 10px;
		margin-bottom:20px;
		padding: 10px;
	}
	
	#delivery-page .v12_available > a:hover {
		background-color: var(--green);
		text-decoration: none;
	}
	
	
	#delivery-page .v12_available > a > img {
		background-color: var(--white);
		border-radius: 4px;
		display: block;
		float: left;
		max-width: 175px;
		margin-right: 10px;
		padding: 5px;
	}
	
	#delivery-page .v12_available > a > p {
		color: var(--white);
		font-size: 2rem;
		padding: 10px 0px;
	}
	
	
	#products-all-foot {
		margin-top: 30px;
	}
	
	
	
	/* Delivery page specific concealment */
	
	#delivery-page #nav-props,
	#delivery-page #main-navigation #search_bar,
	#delivery-page #main-navigation nav>div,
	#delivery-page #main-navigation nav>.shopping_cart {
		display: none;
	}

@media (min-width: 992px) {
	#checkout-breadcrumbs {
		align-items: center;
		-webkit-align-items: center;
		background-color: transparent;
		position: absolute;
		height: 90px;
		left: 175px;
		top: 0;
		width: calc(100% - 250px);
	}
	
	#checkout-breadcrumbs a:hover {
		text-decoration: none;
	}
}

	#delivery #opayo-pi-card-payment {
		background: transparent;
		padding: 0;
	}

	#delivery #opayo-pi-card-payment #opayo-pi-card-trigger {
		border: 0;
		width: 100%;
	}

	#delivery .opayo-pi-panel {
		border: 1px solid #ddd;
		border-radius: 5px;
		float: left;
		margin-top: 10px;
		padding: 11px 15px 15px 15px;
		width: 100%;
	}

	#delivery .opayo-status {
		-webkit-align-items: center;
		align-items: center;
		display: flex;
		display: -webkit-flex;
		border-radius: 5px;
		color: #24486f;
		font-weight: 600;
		margin-bottom: 8px;
		gap: 15px;
		min-height: 45px;
	}

	#delivery .opayo-status.success {
		background: #eff9f0;
		border-color: #b9dfbf;
		color: #285f31;
	}

	#delivery .opayo-status.warning {
		background: #fff8e8;
		border-color: #edd28d;
		color: #634705;
	}

	#delivery .opayo-status.error {
		background: #fff0f0;
		border-color: #efb7b7;
		color: #7a2525;
	}

	#delivery .opayo-frame-shell {
		background: var(--white);
		border: 1px solid #e1e8ed;
		border-radius: 3px;
		min-height: 185px;
		padding: 15px;
	}

	#delivery #sp-container {
		min-height: 160px;
	}

	#delivery #sp-container iframe {
		border: 0;
		display: block;
		min-height: 160px;
		width: 100%;
	}

	#delivery .opayo-button-row {
		display: flex;
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 15px;
	}

	#delivery #opayo-pi-card-trigger,
	#delivery #klarna-btn,
	#delivery #opayo-pay-button,
	#delivery #opayo-refresh-button,
	#delivery .v12_available > a {
		font-family: var(--typeface-titling);
		font-weight: 600;
		transition-duration: .3s;
		transition-property: background, border, color;
	}
	
	#delivery #buy_button a:hover,
	#delivery #buy_button button:hover {
		text-decoration: none;
	}

	#delivery .opayo-action-button,
	#delivery .opayo-secondary-button {
		gap: 10px;
		border: 0;
		border-radius: 4px;
		color: var(--white);
		cursor: pointer;
		font-family: var(--typeface-titling);
    	font-size: 14px;
		font-weight: 600;
		line-height: 3rem;
		min-height: 45px;
		padding: 0 20px;
	}

	#delivery .opayo-action-button {
		align-items: center;
		background: var(--blue-dark);
		display: inline-flex;
		justify-content: center;
	}

	#delivery #opayo-pi-card-trigger:hover,
	#delivery .opayo-action-button:hover {
		background: var(--indigo);
	}

	#delivery .opayo-secondary-button {
		background-color: transparent;
		color: currentColor;
		margin-left: auto;
	}
	

	#delivery .opayo-status-logo {
		fill: currentColor;
		flex: 0 0 85px;
		height: 30px;
		width: 85px;
	}

	#delivery .opayo-status-text {
		flex: 1;
	}

	#delivery #opayo-refresh-button {
		align-items: center;
		display: inline-flex;
		gap: 10px;
	}

	#delivery #opayo-refresh-button[hidden] {
		display: none !important;
	}
	
	#delivery #opayo-refresh-button:hover {
		color:var(--blue-dark);
	}

	#delivery .opayo-payment-icon {
		fill: currentColor;
		height: 2.6rem;
		width: 2.6rem;
	}

	#delivery .opayo-payment-icon-wrap {
		align-items: center;
		display: inline-flex;
		flex: 0 0 25px;
		height: 25px;
		justify-content: center;
		width: 25px;
	}

	#delivery .opayo-payment-spinner {
		animation: opayo-payment-spin .75s linear infinite;
		border: 3px solid rgba(255,255,255,.35);
		border-radius: 50%;
		border-top-color: var(--white);
		display: none;
		height: 25px;
		width: 25px;
	}

	#delivery .opayo-action-button.is-processing .opayo-payment-icon {
		display: none;
	}

	#delivery .opayo-action-button.is-processing .opayo-payment-spinner {
		display: block;
	}

	@keyframes opayo-payment-spin {
		to {
			transform: rotate(360deg);
		}
	}

	@media (prefers-reduced-motion: reduce) {
		#delivery .opayo-payment-spinner {
			animation-duration: 1.5s;
		}
	}

	#delivery .opayo-refresh-icon {
		fill: none;
		flex: 0 0 20px;
		height: 20px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2;
		width: 20px;
	}

	#delivery .opayo-event-log {
		background: #17212a;
		border-radius: 5px;
		color: #d7e2ea;
		display: none;
		font: 13px/1.45 Consolas, Monaco, monospace;
		margin-top: 15px;
		padding: 10px;
		white-space: pre-wrap;
		word-break: break-word;
	}
	
	

	#klarna-pre {
		color: #e796ab;
		content: "Spread the cost.";
		font-family: 'open sans', arial, helvetica;
		font-size: 1.5em;
		margin: 20px 0px;
		text-align: center;
	}

	#klarna-payments-container {
		margin-bottom: 20px;
	}
		
	#klarna-btn:before {
		content: "Pay with ";
		font-family: 'open sans', arial, helvetica;
		letter-spacing: 0;
		text-transform: initial;
		margin-left: 2px;
	}

	#klarna-btn,
	#klarna-payments-container {
		display: flex;
		display: -webkit-flex;
		width: 100%;
	}

	#klarna-btn {
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		background-color: var(--pink-klarna);
		border-radius: 5px;
		color: currentColor;
		cursor: pointer;
		font: 1.2em 'Open Sans', Arial, Helvetica, 'sans-serif';
		line-height: 6rem;
	}

	#klarna-btn:hover {
		background-color: #ef9cb2;
	}
	
	#klarna-btn img {
		display:inline-block;
		margin-left:0.5em;
		max-height:1em;
	} 


	#delivery-page #footer {
		display: none;
	}

	

	
@media screen and (max-width:991px) {	
	#delivery-page .dlv_checkout,
	#delivery-page #delivery-service {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	
	#checkout-breadcrumbs {
		font-size: 20px;
	}
	
	#delivery-page .dlv_checkout {
		padding: 5px 20px 15px 20px;
	}
	
	#delivery-page #delivery {
		padding: 0px 20px;
	}
	
	
	#delivery h1 {
		flex-direction: row-reverse;
	}
	
	#delivery-page h1 span {
		visibility: hidden;
	}
	
	#delivery h1 .btn {
		border: 2px solid #ddd;
		font-size: 2rem;
        margin-left: 0px;
        margin-right: auto;
	}
	
	#delivery h2, 
	#summary h2 {
		font-size: 3rem;
		margin-top: 12px;
		padding-top: 30px;
	}
	
	#delivery h2 label span {
		font-size: 3rem;
	}

	#delivery #delivery-service label.flat check, 
	#delivery #delivery-service label.flat span, 
	#delivery #delivery-capture .dlv_confirm label.flat {
		font-size: 2.6rem;
	}
	
	#delivery-page #summary #shopping_products, 
	#delivery-page #summary #dlv-total .col_c,
	#delivery-page #summary #shopping_products .product_meta {
		font-size: 2.5rem;
	}
	
	#delivery-page #delivery #delivery-service label.flat {
		border: 2px solid #9996;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
	
	#delivery #delivery-service label.flat * {
		line-height: 65px;
	}
	
	#delivery-page #delivery #delivery-capture .dlv_confirm label.flat {
        font-size: 2.4rem;
        padding: 10px 0px 10px 10px;
	}
	
	#delivery-page #delivery .checkout-section-icon, 
	#delivery-page #delivery .card-payment-icon, 
	#delivery-page #summary .checkout-section-icon {
		height: 40px;
		margin-left: 0px;
		width: 40px;
	}
	
	#delivery #delivery-capture label {
		font-weight:bold;
		font-size:2rem;
	}
	
	#delivery .fields {
		border: none;
		padding: 15px 5px 0;
	}
	
	#delivery-page #delivery .fields input[type=tel], 
	#delivery-page #delivery .fields input[type=email], 
	#delivery-page #delivery .fields input[type=text], 
	#delivery-page #delivery .fields select {
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 2.5rem;
		min-height: 49px;
	}
	
	#delivery-page #delivery .fields .group {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#delivery-page #delivery .fields .group label {
        order: -1;
    }
	
	#delivery-page #delivery #h2-payment {
		display: none;
	}
	
	#delivery-page #delivery #buy_button {
		margin-top: 20px;
	}
	
	#delivery-page #klarna-payments-container {
		padding:11px 0px;
	}
	
	
	#delivery-page .v12_available > a > p {
		font-size: 2.5rem;
		
	}
	
	
	#delivery-page #summary h2 {
		border: none;
		padding-left: 20px;
	}
	
	#delivery-page #summary .col_c {
		padding-right: 15px;
	}
	
	#delivery-page #summary #shopping_products {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	#summary #shopping_products .col_a {
		padding-left: 20px;
	}
	
	#delivery-page #summary #shopping_products .product_details {
		order: 99;
		padding: 15px 15px 5px 0px;
	}
	
	#delivery-page #summary #shopping_products .trashcan svg {
		height: 40px;
		margin-top: 0px;
		stroke-width: 1.5;
		width: 40px;
	}
	
	#delivery-page #summary #shopping_products #dlv-total {
		order: -1;
		padding: 15px 0px 5px 0px;
	}
	
	
	#delivery #opayo-pi-card-trigger {		
    	height: 7rem;
	}
	
	
	#delivery .opayo-status,
	#delivery #opayo-pay-button, 
	#delivery #opayo-refresh-button {
		font-size: 2rem;
	}
	
	
	#delivery .opayo-pi-panel {
		padding-bottom: 0px;
	}
	
	#delivery #opayo-pay-button,
	#delivery #opayo-refresh-button {
		-webkit-justify-content: center;
		justify-content: center;
		line-height: 7rem;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	
	#delivery-capture #payment_cards {
		display: none;
	}
	
	
	
	#delivery-page #ordering-safely,
	#delivery-page #ordering-safely h3 {
		font-size: 2.5rem;
	}
	
	
	
	#delivery-page #ordering-safely {
		gap: 30px;
		grid-template-columns: 1fr;
		padding: 20px 40px 40px 40px;
	}
	
	#delivery-page #ordering-safely > div {
		gap: 25px;
		grid-template-columns: 70px auto;
	}
	
	#delivery-page #ordering-safely > div p {
		padding-right: 20px;
	}
	
	
	#delivery-page #ordering-safely > .secure_intro {
		display: none;
	}
	
	
	
	#delivery-page footer #footer-cards {
		padding-top: 30px;
	}
	
	#delivery-page #footer-cards p {
		display: none;
	}
	
	#delivery-page footer #payment_cards {
		width: 100%;
	}
}




@media screen and (min-width:992px) {

	#checkout-breadcrumbs > * {
		line-height: 4rem;
		margin: 0px;
		padding: 0px 0px 0px 10px;
	}
	
	#checkout-breadcrumbs > div {
		border-width: 1px 0px;
	}
	
	#checkout-breadcrumbs > a:first-of-type {
		border-radius: 5px 0px 0px 5px;
		border-width: 1px 0px 1px 1px;
	}
	
	#checkout-breadcrumbs > div:last-of-type {
		border-radius: 0px 5px 5px 0px;
		border-width: 1px 1px 1px 0px;
	}
	
	#delivery h1 .btn {
		background-color: var(--white);
		border: none;
		box-shadow: 0px 0px 100px #9999;
		padding: 6px 14px 6px 8px;
	}
	
	#delivery-page .dlv_checkout {
        margin: 0px 7vw;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 14vw);
    }
	
	.dlv_checkout #delivery {
		border-radius: 5px;
		padding: 30px 20px;
		width: 55%;
	}
	
    #delivery-page #delivery .fields label {
        cursor: text;
		font-weight: 400;
        left: 10px;
        position: absolute;
        top: 5px;
        transition: .3s;
        z-index: 0;
    }
	
    #delivery-page #delivery .fields input:focus +label, 
	#delivery-page #delivery .fields input:not(:placeholder-shown) + label, 
	#delivery-page #delivery .fields select:focus + label, 
	#delivery-page #delivery .fields select:valid + label {
        color: #6f5e48;
        font-size: 10px;
        font-weight: 600;
        left: 5px;
        text-transform: uppercase;
        top: -8px;
        z-index: 9;
    }
	
	#delivery-page #delivery .drp_country {
		display: none;
	}
	
	#delivery-page #delivery .fields > .group:last-of-type > * {
		border-bottom: none;
		margin-bottom: 5px;
	}
	
	
	#billing-capture h2 > span:after {
		content: " address";
	}
	
	
	#delivery #delivery-capture .dlv_confirm {
		border-bottom: 2px solid #8fca40;
		margin:20px 0px;
		padding-bottom:20px;
	}
	
	
	#delivery .checkout-section-icon, #summary .checkout-section-icon {
		display: none;
	}

	
    #delivery-page .dlv_checkout #summary {
        padding: 40px 15px 0 calc(30px + 5%);
        width: 45%;
    }

	#summary #order-summary-box.sticky_header.fixed_header {
		float:left;
		position:fixed;
		z-index:10;
	}
	

	#ordering-safely {
		gap: 30px;
		grid-template-columns: repeat(3, 1fr);
		padding: 20px 7vw 7vw 7vw;
	}
	
	#ordering-safely > div {
		gap: 15px;
		grid-template-columns: 50px auto;
	}
	
	#ordering-safely > div p {
		padding-right: 20px;
	}
	
	#delivery-page #ordering-safely a {
		color: var(--blue-dark);
	}
	
	#delivery-page #ordering-safely > .secure_intro {
		display: block;
		grid-row: 1 / span 5;
	}
	
	#delivery-page #ordering-safely > .secure_intro img {
		margin: -50px 0 auto -50px;
		width: 100%;
	}
}





@media (min-width:1200px) {

	.dlv_checkout #delivery {
		box-shadow: 0px 0px 150px #5551;
		padding: 30px 7%;
	}
	
}

