<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .cart-top {
	display: none;
}
.checkout-tabs {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-left: -3rem;
	margin-right: -3rem;
}

.checkout-tabs li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333%;
	text-align: center;
	position: relative;
	background-color: #f3f3f3;
	padding: 10px 15px;
	margin: 0;
}
.checkout-tabs li::after {
	content: "";
	border-left: 2.4rem solid #f3f3f3;
	border-top: 2.4rem solid transparent;
	border-bottom: 2.4rem solid transparent;
	position: absolute;
	top: 0;
	left: 100%;
	box-sizing: border-box;
	z-index: 20;
}
.checkout-tabs li.active::after {
	border-left-color: #003060;
}
.checkout-tabs li a {
	text-decoration: none;
	color: #000;
}

.checkout-tabs li.active {
	background-color: #003060;
}
.checkout-tabs li.active a {
	color: #fff;
}
body.checkout-cart-index .column.main,
body.checkout-index-index .column.main {
	padding-top: 0 !important;
}
body.checkout-cart-index .cart.main.actions,
body.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .label,
body.checkout-cart-index .cart.items thead {
	display: none !important;
}
body.checkout-cart-index .cart-container div#block-discount {
	max-width: 100%;
}
body.checkout-cart-index .cart-container div#block-discount .fieldset.coupon {
	display: flex;
	align-items: center;
	padding: 0 !important;
}
body.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field {
	width: 100%;
	margin-bottom: 0;
}
body.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar {
	width: 100px;
}
body.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar .primary {
	margin-top: 0 !important;
}
body.checkout-cart-index .cart-container div#block-discount .fieldset.coupon button {
	font-size: 13px;
	box-shadow: none;
}
body.checkout-cart-index .cart.table-wrapper .product-item-photo {
	width: 12rem;
}
body .block.discount #discount-coupon-form {
	margin-bottom: 0;
}
body.checkout-cart-index .item-info-main .col.price {
	padding-top: 0;
	color: #000;
	text-align: right;
}
body.checkout-cart-index .item-info-main .cart-item-actions {
	margin-left: 10px;
}
body.checkout-cart-index .item-info-main .cart-item-actions .action {
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	padding: 0;
}
body.checkout-cart-index .item-info-main .cart-item-actions .action:hover:before {
	color: #fff;
}
body.checkout-cart-index .item-info-main .cart-item-name a {
	line-height: normal;
	max-width: 60%;
}
body.checkout-cart-index .cart.table-wrapper .cart.item:not(:first-of-type) {
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 15px;
	margin-top: 10px;
}
body #delivery-method-selector {
	margin-bottom: 10px;
}
body #delivery-method-selector .action {
	width: 50%;
}
body.checkout-index-index .opc-wrapper .checkout-payment-method, 
body.checkout-index-index .opc-wrapper #shipping, 
body.checkout-index-index .opc-wrapper #opc-shipping_method {
	padding: 0;
	background-color: transparent;
}
body.checkout-index-index .field-tooltip {
	position: absolute !important;
}
body.checkout-index-index #shipping-new-address-form {
	padding-top: 0;
}
body.checkout-index-index #shipping-new-address-form {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
body.checkout-index-index .opc-wrapper .form-shipping-address .fieldset&gt;.field {
	width: calc(50% - 10px);
}
body.checkout-index-index .opc-wrapper .form-shipping-address select {
	height: 38px;
	padding-top: 0;
	padding-bottom: 0;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note {
	margin-top: 0;
}
body.checkout-index-index #checkout-shipping-method-load table&gt;tbody&gt;tr&gt;td:first-child {
	padding-left: 20px;
	max-width: 20px;
}
@media (min-width: 768px) {
	body.checkout-cart-index .cart-container&gt;*,
	body.checkout-cart-index .cart-container .cart-gift-item {
		width: auto !important;
	}
	body.checkout-cart-index .cart-summary #block-shipping {
		display: none !important;
	}
	body.checkout-cart-index .cart-summary {
		width: 40% !important;
		padding-left: 20px;
	}
	body.checkout-cart-index .form.form-cart {
		width: 60% !important;
	}
}
@media (max-width: 767px) {
	body.checkout-index-index #customer-email-fieldset .field .control._with-tooltip {
		flex-wrap: wrap;
	}
	.checkout-tabs li {
		font-size: 12px;
	}
	.checkout-tabs li::after {
		border-width: 2rem;
	}
	body.checkout-cart-index .cart.table-wrapper .product-item-photo {
		width: 8rem;
	}
	body.checkout-cart-index .item-info-main .cart-item-name a {
		max-width: 100%;
	}
	body.checkout-cart-index .cart-item-name {
		flex-direction: column;
	}
	body.checkout-cart-index .cart-item-name .price::before {
		display: none !important;
	}
	body.checkout-cart-index .cart.table-wrapper .col.qty {
		width: 100%;
	}
	body.checkout-cart-index .cart-container .form-cart {
		margin-bottom: 0;
	}
	body.checkout-cart-index .cart-container div#block-discount .content .control input {
		height: 30px !important;
	}
	body.checkout-cart-index .cart.table-wrapper {
		margin-bottom: 0;
	}
	body #delivery-method-selector .action {
		font-size: 13px;
	}
	body.checkout-index-index #shipping-new-address-form {
		padding: 0 10px !important;
	}
	body.checkout-index-index #checkout-shipping-method-load table&gt;tbody&gt;tr&gt;td {
		display: block;
	}
	body.checkout-index-index #checkout-shipping-method-load table&gt;tbody&gt;tr&gt;td:first-child {
		padding-left: 15px;
		max-width: 40px;
	}
}</pre></body></html>