textoverlay a {
     color: #FFFFFF;
}
textoverlay a:visited {
     color: #FFFFFF;
}
.stripe-purchase-button {
	width: 180px;
	border: none;
}

.shipping-text p {
	text-align: center;
}
.single-product .product .single_add_to_cart_button.button {
background-color: #FFFFFF;
color: #d2bdff;
	width: 180px;
	border-radius: 100px; /* Fully rounded corners */
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
    background-color: #FFFFFF;
color: #FFFFFF;
}
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover {
background-color: #ffffff;
color: #d2bdff;
	border-radius: 100px;
}
.single-product div#wc-square-digital-wallet {
    display: none !important;
}

.wp-block-button__link {
    border: 2px solid #FFFFFF; /* Change the color */
    border-radius: 5px; /* Optional: makes the corners rounded */
}
/* Hide product title on the product page */
.single-product .product .entry-title {
    display: none;
}
/* Hide the Product Details title */
.woocommerce-tabs ul.tabs {
    display: none;
}
/* Change font size for elements with class 'label' */
.label {
	width:30%;
    font-size: 16px; /* Adjust the size as needed */
}
.value {
	max-width: 70%;
}
.woocommerce table.variations tr td select {
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	padding-left: 5;
}
/* Disabled state for the button */
.single-product .product .single_add_to_cart_button.button.disabled {
    background-color: #ffffff; /* Light grey background for disabled state */
    color: #d2bdff; /* Grey text for disabled state */
    cursor: not-allowed; /* Change cursor to show the button is disabled */
    opacity: 1; /* Full opacity even when disabled */
	 border-radius: 100px; /* Fully rounded corners */
}
/* Change the background color, text color, and border radius of the coupon code input field */
.woocommerce-cart .coupon input[type="text"] {
    background-color: #ffffff; /* Change to your desired background color */
    color: #d2bdff; /* Change to your desired text color */
  border: 1px solid #ffffff; 
	/* Optional: Add a border if needed */
    padding: 10px;
    font-size: 14px;
    border-radius: 5px; /* Optional: Change the input field border radius */
}

/* Change the background color, text color, and border radius of the 'Apply Coupon' button */
.woocommerce-cart .coupon input[type="submit"] {
    background-color: #ffffff; /* Change to your desired background color */
    color: #d2bdff; /* Change to your desired text color */
    border: none; /* Optional: Remove border */
    font-size: 14px;
    cursor: pointer;
    border-radius: 100px; /* Set border radius to 100px for rounded button */
}

/* Change the background color of the 'Apply Coupon' button on hover */
.woocommerce-cart .coupon input[type="submit"]:hover {
    background-color: #ffffff; /* Darker color on hover */
}
/* Change the background color, text color, and opacity of the Update Cart button */
.woocommerce-cart .actions .button.wp-element-button[name="update_cart"] {
    background-color: #ffffff; /* Change to your desired background color */
    color: #d2bdff; /* Change to your desired text color */
    border: none; /* Optional: Remove border */
    padding: 10px 20px; /* Adjust padding */
    font-size: 16px; /* Adjust font size */
    border-radius: 5px; /* Optional: Add border radius for rounded corners */
    text-transform: uppercase; /* Optional: Make the text uppercase */
    opacity: 1; /* Ensure full opacity (no transparency) */
}

/* Change the background color, text color, and opacity of the Update Cart button on hover */
.woocommerce-cart .actions .button.wp-element-button[name="update_cart"]:hover {
    background-color: #ffffff; /* Darker background on hover */
    color: #d2bdff; /* Text remains white on hover */
    opacity: 1; /* Ensure full opacity (no transparency) on hover */
}
/* Change the placeholder text color for the coupon code input field */
.woocommerce-cart .coupon input.input-text::placeholder {
    color: #d2bdff; /* Change to your desired placeholder text color */
	text-align: center;
}
/* Change the text color, background color, and border radius of the checkout button */
.woocommerce.a.button.alt {
    background-color: #ffffff; /* Change to your desired background color */
    color: #d2bdff; /* Change to your desired text color */
    border: none; /* Remove border */
    padding: 12px 30px; /* Adjust padding for better appearance */
    font-size: 16px; /* Adjust font size */
    border-radius: 100px; /* Set border radius to 100px for rounded button */
    text-transform: uppercase; /* Optional: Make text uppercase */
    cursor: pointer; /* Show pointer cursor */
    opacity: 1; /* Ensure full opacity (no transparency) */
}

/* Change the background color, text color, and border radius of the checkout button on hover */
.woocommerce-checkout .checkout-button.button.alt.wc-forward.wp-element-button:hover {
    background-color: #ffffff; /* Darker background on hover */
    color: #d2bdff; /* Text remains white on hover */
    opacity: 1; /* Ensure full opacity (no transparency) on hover */
}

/* Style for the disabled checkout button */
.woocommerce-checkout .checkout-button.button.alt.wc-forward.wp-element-button:disabled {
    background-color: #ffffff; /* Light gray background for the disabled button */
    color: #d2bdff; /* Dark gray text for the disabled button */
    cursor: not-allowed; /* Change the cursor to indicate it's disabled */
    opacity: 0.6; /* Reduced opacity for the disabled state */
    border-radius: 100px; /* Ensure consistent border radius */
}
/* Change the text size of the Apply Coupon button */
.button.wp-element-button[name="apply_coupon"] {
    font-size: 16px; /* Change to your desired font size */
}
