/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 14:52:23 */
.date h2{
	background-color:#ceb96f;
	color:white!important;
	padding:10px;
	font-size:24px;
}
.years h2{
	background-color:white;
	padding:10px;
	font-size:24px;
	color:#ceb96f!important;
}
.pre-img{
	overflow:hidden;
}
.pre-card .pre-img img{
	transition: transform 0.3s ease-in-out;
}
.pre-card:hover .pre-img img {
  transform: scale(1.1); 
}
.woocommerce.woocommerce-page .product .summary.entry-summary .variations .value .reset_variations{
	background-color:black;
}


.email-field-block {
  display: block;
  margin-bottom: 8px; /* optional spacing */
}

.email-field-block input[type="email"] {
  display: block;
  width: 100%;    /* optional: makes the input span full width */
  margin-top: 4px;
}

.dob-field-block {
  display: block;
  margin-bottom: 8px;
}

.dob-field-block input[type="date"] {
  display: block;
  width: 100%;
  margin-top: 4px;
}
.nd_options_customizer_forms button[type="submit"]{
	background:#ceb96f;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a{
	background-color:#ceb96f;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart{
	background-color:black!important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout{
	background-color:#ceb96f!important;
}
.woocommerce-message{
	background-color:#ceb96f;
	outline:none;
}
.woocommerce-message a{
	background-color:white!important;
	color:black!important;
}
.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    float: none;
    width: 100% !important;
}
