<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-subtitle {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	color: #6d6f75;
}

.cart-title {
	margin-bottom: 50px;
}

.cart-product-variant {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	color: #6d6f75;
}
.cart-counter {
	display: flex;
	align-items: flex-start;
}

.cart-product-price {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}

.cart-product-price span {
	margin-left: 30px;
}

.cart-product-delete {
	display: flex;
	justify-content: flex-end;
}

.cart-product-quantity {
	width: 130px !important;
}

.cart-product-quantity .easystore-product-quantity {
	text-align: center;
	padding: 0.375rem 0;
}

.cart-product-price del {
	color: #e62305;
}

.cart-product {
	margin-top: 50px !important;
}
.cart-order-summary {
	background-color: #fafbfb;
}
.cart-order-summary-subtotal,
.cart-order-summary-tax,
.cart-order-summary-coupon,
.cart-order-summary-shipping {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #6d6f75;
}
.cart-order-summary-subtotal-price,
.cart-order-summary-tax-price,
.cart-order-summary-shipping-price {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.cart-order-summary-coupon-price {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #e62305;
}
.cart-order-summary-total,
.cart-order-summary-total-price {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #202123;
}
.cart-order-summary-coupon-code {
	width: 70% !important;
}
.cart-order-summary-coupon-code-button {
	box-shadow: 0px -1px 0.25px 0px #1112133d inset !important;
	box-shadow: 0px 1px 0.25px 0px #11121314 !important;
	background-color: #ffc046 !important;
	width: 25% !important;
}

.easystore-coupon-remove {
	cursor: pointer;
}

/* CSS for Mini Cart Popup */
.mini-cart {
	padding: 0 !important;
	padding-top: 20px !important;
}

.mini-cart .cart-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 0;
}

.mini-cart .cart-title .cancel-cart {
	border: none;
	border-radius: 50%;
	height: 35px;
	width: 35px;
}

.mini-cart .cart-items .desc {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.mini-cart .cart-items .desc .cart-product .info {
	margin-bottom: 20px;
}

.mini-cart .cart-items .desc img {
	width: 100%;
	height: auto;
}

.mini-cart .cart-product-quantity {
	width: 130px !important;
}

.mini-cart .cart-product-quantity .easystore-product-quantity {
	text-align: center;
	padding: 0.375rem 0;
	font-size: 0.9rem;
}

/* Chrome, Safari, Edge, Opera */
.cart-product-quantity .easystore-product-quantity::-webkit-outer-spin-button,
.cart-product-quantity .easystore-product-quantity::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
.cart-product-quantity .easystore-product-quantity[type='number'] {
	-moz-appearance: textfield;
}

.mini-cart .note textarea {
	border: none;
	overflow: auto;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	resize: none;
	width: 100%;
}

.mini-cart .bottom {
	background: #f6f6f7;
}

.mini-cart .bottom .free-shipping-progress {
	border-bottom: 1px solid #c9cbcf;
}

.mini-cart .bottom .free-shipping-progress .progress {
	height: 8px;
}

.mini-cart .bottom .price-content .row {
	margin: 0;
}

.mini-cart .bottom .price-content .row .col-6 {
	padding: 0;
}

.mini-cart .bottom .price-content .border-bottom {
	border-bottom: 1px solid #c9cbcf !important;
}

.mini-cart .empty-cart {
	position: relative;
	top: 40%;
}

.mini-cart .empty-cart .text-content {
	width: 70%;
	margin: 0 auto;
}

/* cart icon */
.easystore-cart-icon {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	position: relative;
}

.easystore-cart-count {
	position: absolute;
	left: 12px;
	top: -4px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #e62305;
	border-radius: 10px;
}

/* cart page css starts from here */
.easystore-cart-wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.easystore-order-summary {
	max-width: 400px;
	width: 100%;
}

.easystore-product-cart-item-image {
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.easystore-product-cart-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.easystore-product-cart-item {
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.easystore-cart-remove-button {
	position: absolute;
	top: 4px;
	right: 4px;
}

/* New */
.easystore-cart-item-title {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 8px;
}

.easystore-cart-item .easystore-product-quantity {
	width: 90px;
}

.easystore-cart-quantity-selector {
	display: inline-block;
	text-align: center;
}

.easystore-cart-summary {
	background-color: #f9f9f9;
	padding: 16px;
	border: 1px solid var(--easystore-border-color);
	border-radius: var(--easystore-border-radius);
}

.easystore-cart-table {
	width: 100%;
	margin: 1rem 0;
	vertical-align: top;
	/* border */
}

/*Cart Table*/
.easystore-cart-table &gt; tbody {
	vertical-align: inherit;
}

.easystore-cart-table &gt; thead {
	vertical-align: bottom;
	font-weight: 700;
}

.easystore-cart-table tr {
	border: 1px solid var(--easystore-border-color);
}

.easystore-cart-table thead tr {
	background-color: #f0f0f0;
}

.easystore-cart-table &gt; tbody &gt; tr {
	border-bottom: 1px solid var(--easystore-border-color);
}

.easystore-cart-item-thumbnail {
	width: 120px;
}

.easystore-cart-table th,
.easystore-cart-table td {
	padding: 16px;
}

@media (min-width: 992px) {
	.easystore-cart-item-info {
		width: 40%;
	}
}

@media (min-width: 1200px) {
	.easystore-cart-item-info {
		width: 50%;
	}
}

/* md &amp; down */
@media (max-width: 991.98px) {
	.easystore-cart-table,
	.easystore-cart-table thead,
	.easystore-cart-table tbody {
		display: block;
		width: 100%;
	}

	.easystore-cart-item {
		display: grid;
		grid-template: repeat(2, auto) / repeat(4, 1fr);
	}

	.easystore-cart-item-thumbnail {
		grid-row: 1 / 3;
	}

	.easystore-cart-item-info {
		grid-column: 2 / 4;
		padding-bottom: 0 !important;
	}

	.easystore-cart-table thead tr {
		display: flex;
		justify-content: space-between;
	}

	.easystore-cart-item-price {
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.easystore-cart-item-quantity {
		grid-column: 2 / 5;
	}
}
</pre></body></html>