/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 08:43:25 */
.neoweb-cart-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	width: 100%;
}

.neoweb-cart-left {
	flex: 1 1 auto;
	min-width: 0;
}

.neoweb-cart-right {
	flex: 0 0 460px;
	width: 460px;
	max-width: 460px;
}

.neoweb-cart-box,
.neoweb-cart-summary {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
}

.neoweb-cart-item {
	display: flex;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid #ececec;
}

.neoweb-cart-item:first-child {
	padding-top: 0;
}

.neoweb-cart-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.neoweb-cart-item-image {
	flex: 0 0 130px;
	width: 130px;
}

.neoweb-cart-item-image img {
	width: 130px;
	max-width: 130px;
	height: auto;
	display: block;
	object-fit: contain;
}

.neoweb-cart-item-content {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
}

.neoweb-cart-item-title {
	font-size: 18px;
	font-weight: 400;
    color: #101117;
    margin-top: 0px;
    margin-bottom: 5px;
}

.neoweb-cart-item-title a {
	text-decoration: none;
	color: #101117;
}

.neoweb-cart-item-sku {
	font-size: 13px;
	color: #818181;
}

.neoweb-cart-item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.neoweb-cart-item-price {
	font-size: 22px;
	font-weight: 700;
	color: #101117;
}

.neoweb-cart-item-actions {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}

.neoweb-cart-wishlist,
.neoweb-cart-remove {
	font-size: 14px;
	color: #05529E;
	text-decoration: underline;
	border: 0;
	padding: 0;
	cursor: pointer;
    background: transparent;
}

.neoweb-cart-wishlist:hover,
.neoweb-cart-remove:hover,
.neoweb-cart-wishlist:focus,
.neoweb-cart-remove:focus {
	color: #101117;
    background: transparent;
    text-decoration: underline
}

.neoweb-cart-qty {
	display: flex;
	align-items: center;
	gap: 0px;
}

.neoweb-cart-qty-btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #f1f1f4;
	background: #f1f1f4;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
    color: #101117;
}

.neoweb-cart-qty-btn:hover, .neoweb-cart-qty-btn:focus {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #f1f1f4;
	background: #f1f1f4;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
    color: #101117;
}

.neoweb-cart-qty-input {
	width: 45px!important;
	height: 34px;
	border: 0!important;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	background: transparent;
	-moz-appearance: textfield;
}

.neoweb-cart-qty-input::-webkit-outer-spin-button,
.neoweb-cart-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.neoweb-cart-summary-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.neoweb-cart-summary-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
	color: #101117;
}

.neoweb-cart-summary-total {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
	color: #111;
	text-align: right;
}

.neoweb-cart-summary-tax {
	font-size: 10px;
	color: #818181;
	text-align: right;
	margin-bottom: 18px;
}

.neoweb-cart-divider {
	height: 1px;
	background: #e7e7e7;
	margin: 15px 0 5px;
}

.neoweb-cart-shipping-note {
	font-size: 12px;
	color: #818181;
	margin-bottom: 22px;
}

.neoweb-cart-coupon-label {
	font-size: 15px;
	font-weight: 600;
	color: #101117;
	margin-bottom: 10px;
}

.neoweb-cart-coupon-form {
	margin-bottom: 24px;
}

.neoweb-cart-coupon-form form {
	display: flex;
	gap: 0;
}

.neoweb-cart-coupon-form input[type="text"] {
	flex: 1 1 auto;
	height: 48px;
	border: 1px solid #dcdcdc;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	padding: 0 16px;
	font-size: 15px;
	outline: none;
}

.neoweb-cart-coupon-form button {
	flex: 0 0 140px;
	height: 48px;
	border: 1px solid #002D73;
	border-radius: 0 10px 10px 0;
	background: #002D73;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
    color: #fff
}

.neoweb-cart-coupon-form button:hover, .neoweb-cart-coupon-form button:focus {
	flex: 0 0 140px;
	height: 48px;
	border: 1px solid #002D73;
	border-radius: 0 10px 10px 0;
	background: #002D73;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
    color: #fff;
    opacity: 0.92;
}

.neoweb-cart-checkout-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	border-radius: 999px;
	background: #002D73;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 600;
	transition: opacity 0.2s ease;
}

.neoweb-cart-checkout-btn:hover {
	opacity: 0.92;
}

.neoweb-cart-empty {
	font-size: 16px;
    color: #555;
    padding: 20px 0px 30px;
}

.neoweb-cart-wrapper.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

@media (max-width: 1200px) {
	.neoweb-cart-item-title {
		font-size: 22px;
	}

	.neoweb-cart-item-price,
	.neoweb-cart-summary-title,
	.neoweb-cart-summary-total {
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.neoweb-cart-wrapper {
		flex-direction: column;
	}

	.neoweb-cart-right {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.neoweb-cart-box,
	.neoweb-cart-summary {
		padding: 18px;
		border-radius: 12px;
	}

	.neoweb-cart-item {
		flex-direction: column;
		gap: 18px;
	}

	.neoweb-cart-item-image,
	.neoweb-cart-item-image img {
		width: 100%;
		max-width: 130px;
	}

	.neoweb-cart-item-title {
		font-size: 18px;
	}

	.neoweb-cart-item-price,
	.neoweb-cart-summary-title,
	.neoweb-cart-summary-total {
		font-size: 24px;
	}

	.neoweb-cart-item-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.neoweb-cart-item-actions {
		gap: 14px;
	}

	.neoweb-cart-coupon-form form {
		flex-direction: column;
		gap: 10px;
	}

	.neoweb-cart-coupon-form input[type="text"],
	.neoweb-cart-coupon-form button {
		border-radius: 10px;
		border-right: 1px solid #dcdcdc;
		width: 100%;
		flex: 0 0 auto;
	}
}

.neoweb-cart-item-actions .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
    width: auto;
	padding: 0px;
	color: #05529E;
	text-decoration: underline!important;
	background: transparent!important
}

.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a:hover {
	color: #101117;
}

.neoweb-cart-coupon-feedback {
	margin-top: 14px;
}

.neoweb-cart-coupon-message {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 24px;
}

.neoweb-cart-coupon-message--error {
	color: #b42318;
}

.neoweb-cart-coupon-message--success {
	color: #067647;
}

.neoweb-cart-coupon-message--notice,
.neoweb-cart-coupon-message--info {
	color: #344054;
}

.neoweb-cart-applied-coupon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}

.neoweb-cart-applied-coupon-left {
	flex: 1 1 auto;
	min-width: 0;
}

.neoweb-cart-applied-coupon-right {
	flex: 0 0 auto;
    line-height: 1;
}

.neoweb-cart-applied-coupon-label {
	font-size: 13px;
	line-height: 1.4;
	color: #818181;
	margin-bottom: 4px;
}

.neoweb-cart-applied-coupon-code {
	font-size: 13px;
	line-height: 1.5;
	color: #101117;
	margin-bottom: 2px;
}

.neoweb-cart-applied-coupon-discount {
	font-size: 14px;
	line-height: 1.5;
	color: #101828;
}

.neoweb-cart-remove-coupon {
	font-size: 13px;
	color: #818181;
}

.neoweb-cart-remove-coupon:hover {
	opacity: 0.8;
}