.wcct-sku-ui {
	clear: both;
	margin: 30px 0;
	padding: 20px;
	border: 2px solid #12a73b;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	max-width: 440px;
}

.wcct-sku-selector {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wcct-sku-selector label {
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}

.wcct-sku-selector select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	flex-grow: 1;
	font-size: 16px;
}

.wcct-stock-display {
	margin-bottom: 20px;
	padding: 10px;
	background: #f0f9f3;
	border-radius: 4px;
	border-left: 4px solid #12a73b;
	font-weight: bold;
	color: #333;
}

#wcct-stock-status-value {
	color: #f15a24;
}

.wcct-cart-button-area.tool_bt ul li {
	margin-bottom: 0;
}

.wcct-qty-input {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}

.wcct-qty-input input {
	width: 60px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
}

.wcct-cart-button-area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.wcct-sku-ui ul,
.wcct-sku-ui li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.wcct-sku-ui ul li:before {
	content: none !important;
}

#wcct-sku-selection-ui .skuform,
#wc-cutemp .skuform {
	display: flex;
	justify-content: center;
	width: 100%;
}

/* Self-contained .skubutton styles to match PC theme design on all devices */
.skuform input.skubutton {
	border: none !important;
	width: 170px !important;
	height: 40px !important;
	background: url(/wp-content/themes/calendo_tpl_2022/images/skubutton-bt.gif) no-repeat #ffffff !important;
	text-indent: -9999px !important;
	cursor: pointer !important;
	display: block !important;
	margin: 0 auto !important;
	padding: 0 !important;
	font-size: 0 !important;
}

.skuform input.skubutton:hover {
	background: url(/wp-content/themes/calendo_tpl_2022/images/skubutton-bt_on.gif) no-repeat #ffffff !important;
}

.skuform input.skubutton.is-disabled {
	opacity: 0.5 !important;
	filter: grayscale(100%) !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

#wcct-sku-selection-ui {
	width: 100% !important;
	margin-bottom: 10px;
}

.wcct-main-actions {
	display: flex;
	flex-direction: row;
	gap: 5px;
	/* margin-bottom: 20px; */
	align-items: center;
	width: 100%;
}

.wcct-toggle-btn-wrapper.tool_bt {
	flex: 0 0 60% !important;
	width: 60% !important;
	max-width: 60% !important;
	margin-bottom: 0 !important;
	height: 44px;
}

div.tool_bt a.wcct-sku-toggle-btn {
	background: #fff;
	border: 1px solid #063;
	color: #063;
	padding: 0 15px;
	height: 44px;
	line-height: 42px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 900;
	display: flex;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	box-sizing: border-box;
	font-size: 16px;
	white-space: nowrap;
}

.wcct-sku-toggle-btn:hover {
	background: #063;
	text-decoration: none;
	color: #fff;
}

.wcct-main-cart-btn-wrapper {
	flex: 0 0 auto;
	height: 44px;
}

.wcct-orange-btn {
	background: #ff0000;
	color: #fff;
	border: #ff0000 1px solid;
	padding: 0 35px;
	height: 44px;
	line-height: 44px;
	border-radius: 3px;
	font-weight: 900;
	cursor: pointer;
	font-size: 16px;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.wcct-orange-btn:before {
	content: "\f07a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
	font-size: 16px;
}

.wcct-orange-btn:hover {
	background: #cc0000;
	border-color: #cc0000;
}

/* Custom column widths for my UI */
/* Column specific widths - kept for PC layout */
#wcct-sku-selection-ui .skumulti td.number,
#wcct-sku-selection-ui .skumulti th.thborder:nth-child(1) {
	width: 25% !important;
}

#wcct-sku-selection-ui .skumulti td.saleprice,
#wcct-sku-selection-ui .skumulti th.thborder:nth-child(2) {
	width: 35% !important;
}

#wcct-sku-selection-ui .skumulti td.teika,
#wcct-sku-selection-ui .skumulti th.thborder:nth-child(3) {
	width: 40% !important;
}

#wcct-sku-selection-ui table.skumulti {
	width: 100% !important;
}

.wcct-sku-table-container {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
	border-radius: 2px;
	width: 60% !important;
	box-sizing: border-box;
	overflow: hidden;
}

#wcct-sku-selection-ui .skumulti {
	border-collapse: collapse !important;
	margin: 0 !important;
}

#wcct-sku-selection-ui .skumulti th,
#wcct-sku-selection-ui .skumulti td {
	border: 1px solid #ccc !important;
	padding: 10px 5px !important;
	vertical-align: middle;
}

#wcct-sku-selection-ui .skumulti th.wcct-campaign-th {
	background-color: #e8e8e8 !important;
	padding: 15px 10px !important;
}

.wcct-campaign-message .campaign-txt {
	color: #cc3300;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

.wcct-campaign-message .tax-txt {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#wcct-sku-selection-ui .skumulti th.thborder {
	background-color: #006633 !important;
	color: #fff !important;
	font-weight: 600;
	font-size: 15px;
	border-right: 1px solid #fff !important;
}

#wcct-sku-selection-ui .skumulti td.number {
	background-color: #f7f4e8 !important;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	text-align: center;
}

#wcct-sku-selection-ui .skumulti td.saleprice {
	color: #cc3300 !important;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#wcct-sku-selection-ui .skumulti td.teika {
	font-size: 11px;
	color: #333;
	text-align: center;
}

#wcct-sku-selection-ui .skumulti td.teika span.price {
	display: block;
	font-size: 16px;
	color: #333;
}

.wcct-sku-row {
	cursor: pointer;
	transition: background 0.2s;
}

.wcct-sku-row:hover {
	background: #e8e8e8 !important;
}

.wcct-sku-row.selected {
	background: #fff9e6 !important;
	outline: 2px solid #f15a24;
}

.wcct-message {
	margin-top: 15px;
	padding: 10px;
	border-radius: 4px;
	font-size: 0.9em;
	display: none;
}

.wcct-message.success {
	display: block;
	background: #dff0d8;
	color: #3c763d;
	border: 1px solid #d6e9c6;
}

.wcct-message.error {
	display: block;
	background: #f2dede;
	color: #a94442;
	border: 1px solid #ebccd1;
}

.wcct-item-options {
	width: 57% !important;
	margin: 10px 0;
	padding: 12px;
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 4px;
}

.wcct-item-options table.item_option2 {
	width: 100%;
	border-collapse: collapse;
}

.wcct-item-options table.item_option2 th {
	text-align: left;
	font-size: 13px;
	color: #006633;
	padding: 4px 0;
	font-weight: bold;
}

.wcct-item-options table.item_option2 td {
	padding: 0 0 8px 0;
}

.wcct-item-options select,
.wcct-item-options input[type="text"],
.wcct-item-options textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
}

/* Cart Confirmation Modal */
.wcct-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(5px);
}

.wcct-modal-content {
	background: #fff;
	padding: 60px 40px;
	border-radius: 2px;
	width: 90%;
	max-width: 800px;
	position: relative;
	text-align: center;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.wcct-modal-close-wrapper {
	position: absolute;
	top: 20px;
	right: 20px;
}

.wcct-modal-close {
	font-size: 40px;
	cursor: pointer;
	color: #999;
	transition: 0.3s;
	line-height: 1;
	font-family: sans-serif;
	font-weight: 200;
}

.wcct-modal-close:hover {
	color: #333;
}

.wcct-modal-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
	color: #333;
	letter-spacing: 0.05em;
}

.wcct-modal-actions {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.wcct-modal-btn {
	padding: 0;
	width: 260px;
	height: 60px;
	line-height: 58px;
	border-radius: 1px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

.wcct-modal-btn.continue {
	background: #fff;
	color: #333;
	border: 1px solid #333;
}

.wcct-modal-btn.continue:hover {
	background: #fafafa;
	border-color: #000;
}

.wcct-modal-btn.view-cart {
	background: #3bb273; /* Refined Green */
	color: #fff;
	border: 1px solid #3bb273;
}

.wcct-modal-btn.view-cart:hover {
	background: #2e8b5b;
	border-color: #2e8b5b;
}

@media (max-width: 600px) {
	.wcct-main-actions {
		flex-direction: column;
		gap: 10px;
	}
	
	.wcct-toggle-btn-wrapper.tool_bt {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.wcct-main-cart-btn-wrapper {
		width: 100% !important;
	}
	
	.wcct-orange-btn {
		width: 100% !important;
	}
	
	.wcct-sku-table-container {
		width: calc(100% + 30px) !important;
		margin-left: -15px !important;
		margin-right: -15px !important;
		max-width: none !important;
		border-left: none !important;
		border-right: none !important;
		border-radius: 0 !important;
	}

	#wcct-sku-selection-ui .skumulti td.number {
		font-size: 16px;
	}

	#wcct-sku-selection-ui .skumulti td.saleprice {
		font-size: 20px;
	}

	.wcct-modal-actions {
		flex-direction: column;
		gap: 10px;
	}
	
	.wcct-modal-btn {
		width: 100%;
	}
	
	.wcct-modal-content {
		padding: 30px 20px;
	}
}
