/* Custom Cart Page Styles */

/* Main Title */
.cart-title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* Continue Shopping Button */
.continue-shopping-btn {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	margin-bottom: 30px;
	font-weight: 500;
}

.continue-shopping-btn:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	margin-right: 10px;
}

/* Cart Container */
.cart-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

/* Two-column Layout */
.cart-content-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.cart-left-column {
	flex: 1;
	min-width: 300px;
}

.cart-right-column {
	width: 350px;
}

/* Info Banner */
.info-text-container {
	margin-bottom: 20px;
}

.notice-info {
	display: flex;
	align-items: center;
	background-color: #e8f7f2;
	padding: 15px;
	border-radius: 5px;
}

.info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: white;
	border-radius: 50%;
	margin-right: 10px;
	font-style: normal;
	font-weight: bold;
}

/* Cart Table */
.woocommerce-cart-form__contents {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-cart-form__cart-item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}

/* Product Image */
.product-thumbnail {
	width: 90px;
	margin-right: 15px;
}

.product-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

/* Product Info */
.product-info {
	flex: 1;
}

/* Product name */
.product-name a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	line-height: 1.4 !important;
}

.product-price-quantity {
	display: flex;
	align-items: center;
}

/* Price styling */
.product-price,
.product-price ins,
.product-price bdi,
.product-subtotal,
.product-subtotal bdi {
	font-weight: 700 !important;
	font-size: 14px !important;
	color: #000 !important;
	background: none !important;
	text-decoration: none !important;
	line-height: 1.4 !important;
}

.product-price del,
.product-price del bdi,
.product-subtotal del,
.product-subtotal del bdi {
	font-size: 14px !important;
	text-decoration: line-through !important;
	color: #757575 !important;
	margin-bottom: 2px !important;
	display: block !important;
	background: none !important;
	font-weight: normal !important;
}

/* Quantity Input */
.quantity {
	display: flex;
	align-items: center;
}

.quantity .qty {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 0;
}

/* Subtotal Column */
.product-subtotal {
	font-weight: 700;
	margin-left: 20px;
}

/* Remove Button */
.product-remove {
	margin-left: 15px;
}

.product-remove a.remove,
.product-remove a.remove-icon {
	font-size: 20px;
	text-decoration: none;
	color: #999;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: inline-block;
}

.product-remove a.remove:hover,
.product-remove a.remove-icon:hover {
	color: #ff0000;
	border-color: #ff0000;
}

/* Quantity label */
.quantity-label {
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
}

/* Update Cart Button */
.actions {
	padding: 20px 0;
}

.update-cart {
	background-color: #f7f7f7;
	color: #333;
	border: none;
	padding: 10px 15px;
	border-radius: 4px;
	cursor: pointer;
}

/* Coupon Section */
.coupon-container {
	margin-top: 30px;
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 4px;
}

.coupon-label {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

.coupon-form {
	display: flex;
}

.wc-block-components-product-metadata {
	display: none;
}

.coupon-form input {
	flex: 1;
	height: 46px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
	box-shadow: none;
	outline: none;
}

.coupon-form input:focus {
	border-color: #00D6C7;
	outline: none;
}

.apply-coupon {
	background-color: #00D6C7;
	color: #000;
	border: none;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
}

/* Cart Totals */
.cart_totals {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 4px;
}

.cart_totals h2 {
	display: none !important;
}

.cart_totals table {
	width: 100%;
	margin-bottom: 20px;
}

.cart_totals th, .cart_totals td {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.cart_totals th {
	text-align: left;
	font-weight: normal;
}

.cart_totals td {
	text-align: right;
	font-weight: 500;
}

.cart_totals .order-total th, .cart_totals .order-total td {
	font-weight: 700;
	font-size: 18px;
}

/* Checkout Button */
.checkout-button {
	background-color: #00D6C7 !important;
	color: #000 !important;
	display: block;
	width: 100%;
	padding: 15px !important;
	text-align: center;
	border-radius: 4px !important;
	text-decoration: none;
	font-weight: 700 !important;
	text-transform: none !important;
	font-size: 16px;
}

/* Custom shipping section */
.custom-shipping-section {
	padding: 5px 0;
}

.shipping-title {
	font-weight: 500;
	margin-bottom: 5px;
}

/* Hide sale badges */
.onsale, 
span.onsale,
.woocommerce-LoopProduct-link .onsale,
.sale-badge {
	display: none !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.cart-content-container {
		flex-direction: column;
	}
	
	.cart-right-column {
		width: 100%;
	}
	
	.woocommerce-cart-form__cart-item {
		flex-wrap: wrap;
	}
	
	.product-thumbnail {
		width: 70px;
	}
	
	.product-info {
		width: calc(100% - 105px);
	}
	
	.product-subtotal {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		text-align: right;
	}
	
	.product-remove {
		position: absolute;
		top: 20px;
		right: 0;
	}
} 