@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

.custom-hero {
  background-color: #fff;
  /* Replace with your desired background color */
  padding: 50px 0;
  text-align: center;
}

.custom-hero h1 {
  color: #333;
  /* Replace with your desired color */
  margin-bottom: 20px;
}

/* Add more custom styles as needed */
/* Change the header background color */
.site-header {
  background-color: #167a06 !important;
  /* Replace with your desired color */
  padding: 20px 0;
  /* Adjust padding as needed */
}

/* Change the site title color */
.site-branding .site-title a {
  color: #ffffff;
  /* Replace with your desired color */
}

.site-branding,
.site-search,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.custom-logo-link {
  margin-bottom: 0 !important;
}

.single-product .woocommerce-variation-availability {
  display: none;
}

.site-info {
  padding: 0 !important;
}

.about-section {
  background-color: #167a06;
  /* Dark background color */
  color: #f2f2f2;
  /* Light text color for contrast */
  padding: 50px 0;
  /* Spacing above and below the about section */
  text-align: center;
  /* Center text alignment */
}

.about-section .container {
  max-width: 1200px;
  /* Max width of the container */
  margin: 0 auto;
  /* Center the container */
  padding: 0 15px;
  /* Padding on the sides */
}

.about-section .about-title {
  font-size: 3.5rem;
  /* Large font size for the title */
  margin-bottom: 30px;
  /* Space below the title */
  position: relative;
  /* For the star icon positioning */
  color: white;
}

/* Style the star icon */
.about-section .about-title::after {
  content: "\2605";
  /* Unicode star character */
  position: absolute;
  top: 100%;
  /* Below the title */
  left: 50%;
  /* Centered horizontally */
  transform: translateX(-50%);
  font-size: 2rem;
  /* Size of the star */
  color: #ff6d00;
  /* Orange color for the star */
}

.about-section .about-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.about-section .about-column {
  flex-basis: 45%;
  /* Each column takes up less than half the container */
  text-align: left;
  /* Left-aligned text within columns */
  padding: 15px;
}

.site-footer {
  padding: 20px;
  background-color: #167a06;
  color: white !important;
}

/* Change the navigation menu link colors */
.main-navigation ul li a {
  color: #ffffff;
  /* Replace with your desired color */
  text-transform: uppercase;
  /* This makes all letters uppercase */
}

h3.product-title {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 18px;
  padding: 7px;
}

.latest-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  width: 100%;
  font-size: 22px;
  background-color: #167a06;
  border-color: #404040;
  color: white;
}

.latest-product .button {
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.latest-product .button:hover {
  background-color: #e65a00;
  /* Darker shade on hover */
}

/* Adjust the navigation menu to center align if desired */
.main-navigation {
  text-align: center;
}

/* Center the menu items */
.main-navigation ul {
  display: inline-block;
  vertical-align: top;
}

/* Adjust the header layout */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Make the site title larger and more prominent */
.site-branding .site-title {
  font-size: 2.5em;
  margin: 0;
  top: 18px;
  position: relative;
}

/* Optional: Add a box-shadow for a slight elevation effect */
.site-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-hero {
  background-image: url("path-to-your-image.jpg");
  /* Add your image path here */
  background-size: cover;
  background-position: center;
  color: #ffffff;
  /* Change the text color if needed */
  text-align: center;
  padding: 50px 0;
  /* Adjust the padding to your liking */
}

.custom-hero .hero-announcement-bar {
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  /* White text color */
}

.custom-hero h1 {
  margin: 20px 0;
  font-size: 2.5em;
  /* Large text for the heading */
}

.custom-hero p {
  font-size: 1.2em;
  /* Adjust the font size as needed */
  margin-bottom: 10px;
}

/* Hide the edit link/button */
.edit-link {
  display: none !important;
}

/* Base styling for the ticket */
.custom-product-section {
  border: 1px solid #ccc;
  padding: 20px;
  background: #f9f9f9;
  /* Light grey background */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Soft shadow for depth */
  margin: 20px auto;
  /* Center the ticket on the page */
  max-width: 600px;
  /* Max width for the ticket */
  font-family: "Roboto", sans-serif;
  /* Example font, change as needed */
}

/* Styling for the ticket header */
.custom-product-section h2 {
  background: #0073e6;
  /* Example header color, change as needed */
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: -20px -20px 20px -20px;
  /* Aligns the background with the ticket edges */
  padding: 10px 0;
}

/* Additional details styling */
.custom-product-section .product-price {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #333;
}

.custom-product-section .product-description {
  background: #fff;
  padding: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  border: 1px dashed #0073e6;
  /* Dashed border to resemble a coupon or ticket */
}

/* Button styling */
.custom-product-section button {
  background: #0073e6;
  /* Button color */
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
  display: block;
  width: 100%;
  max-width: 200px;
  /* Maximum width of the button */
  margin: 0 auto;
  /* Center the button */
  cursor: pointer;
}

/* Button hover effect */
.custom-product-section button:hover {
  background: #005bb5;
  /* Darken button color on hover */
}

/* Terms and conditions styling */
.custom-product-section .terms-conditions {
  font-size: 0.8em;
  text-align: center;
  margin-top: 20px;
}

.ticket-wrapper {
  border: 1px solid #ccc;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: auto;
  position: relative;
  margin-top: 75px;
}

.ticket-image img {
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #ccc;
  margin: auto;
}

.ticket-info {
  padding: 15px;
  text-align: center;
}

.ticket-title {
  margin-bottom: 0.5em;
}

.ticket-price {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.ticket-description {
  margin-bottom: 1.5em;
}

.single-product div.product {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.single-product div.product p.price {
  background: rgb(224 255 40);
  color: #252020;
  padding: 15px;
  margin-bottom: 0 !important;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  margin-top: 0 !important;
  font-size: 28px !important;
  text-transform: capitalize;
}

/* Style the 'Add to Cart' button */
.woocommerce div.product form.cart .button {
  background-color: #ff6d00;
  /* Orange color for the button */
  border: none;
  color: white;
  padding: 12px 30px;
  font-size: 31px;
  border-radius: 4px;
  /* Rounded corners */
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Change the hover state of the button */
.woocommerce div.product form.cart .button:hover {
  background-color: #e65a00;
  /* Slightly darker orange on hover */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Add shadow for depth */
}

/* Style for the 'Buy with GPay' button */
.woocommerce div.product .wc-gateway-ppec-smart-payment-buttons .button {
  background-color: #333;
  /* Dark background for the Google Pay button */
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Adjust the container of the buttons if needed */
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center the button */
  background: white;
}

/* Adjust spacing around the button */
.woocommerce div.product form.cart .button {
  margin-bottom: 10px;
  /* Spacing below the 'Add to Cart' button */
}

/* Style the quantity input */
.woocommerce div.product form.cart .quantity input {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
}

/* Style the variation select input */
.woocommerce div.product form.cart .variations select {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
}

/* Style the 'Add to Cart' button to resemble a 'Buy Ticket' button */
.woocommerce .product .single_add_to_cart_button {
  background-color: #ff6d00;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.single-product div.product .variations_button {
  padding: 20px 20px 0;
}

.thwepo-extra-options .value input[type="text"] {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}

.woocommerce .product .single_add_to_cart_button:hover {
  background-color: #e65a00;
}

button.single_add_to_cart_button.button {
  width: 100%;
  margin: 0;
  color: white !important;
  background-color: #00594f !important;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}

.single_variation_wrap {
  display: block;
  width: 100%;
}

.quantity {
  display: none;
}

/* Ensure that you also style the button when it's disabled (after clicking) */
.woocommerce .product .single_add_to_cart_button:disabled {
  background-color: #ccc;
  color: #666;
}

.summary.entry-summary {
  width: 100% !important;
  margin: 0 !important;
}

td.value.leftside {
  background: url(https://ashtongateparking.com/wp-content/uploads/2024/01/Screenshot-2024-01-09-225710.png);
  padding: 0 1em 0.25em 1.75em;
  font-weight: bold;
  font-size: 2em;
  border: none;
  box-shadow: none;
  position: relative;
  font-family: helvetica, ariel, sans-serif;
  display: inline;
  height: 50px;
  margin: 0;
  line-height: 1.5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

form.variations_form.cart {
  margin: 0;
  border: 1px solid #cccccc;
}

.thwepo-extra-options .value input[type="text"] {
  width: 175px !important;
  max-width: 100%;
  /* min-height: 40px; */
  /* box-sizing: border-box; */
  padding: 5px 10px;
}

nav.storefront-product-pagination {
  display: none;
}

label.label-tag.registration-p {
  display: none;
}

header#masthead .col-full {
  width: 600px !important;
}

.storefront-breadcrumb {
  display: none;
}

#content {
  margin: 0;
}

.thwepo-extra-options .value input[type="text"]:focus {
  border: none !important;
  box-shadow: none !important;
  outline-color: transparent !important;
  background: #f5d04d !important;
}

td.label.leftside {
  display: none;
}

.woovr-variations {
  padding-top: 5px;
  width: 100%;
  padding-bottom: 5px;
}

.woovr-variations .woovr-variation {
  align-items: center;
  cursor: pointer;
  margin-left: -5px;
  margin-right: -5px;
  width: 30%;
}

.woovr-variations .woovr-variation {
  display: inline-block !important;
  align-items: center;
  cursor: pointer;
  margin-left: -5px;
  margin-right: -5px;
  width: 20%;
  text-align: center;
  margin: 20px;
  font-size: 24px;
  background: #f6f3f3;
  border: 1px solid #dbd6d6;
}

.single_variation_wrap {
  display: block;
}

.col-full-header {
  margin: auto;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  box-shadow: none;
}

.thwepo-extra-options .value input[type="text"] {
  width: 100%;
  max-width: 100%;
  min-height: 23px;
  box-sizing: border-box;
  height: 36px;
  top: 4px;
  position: relative;
  /* background: #f2d35e !important; */
  padding: 0 10px !important;
  text-transform: uppercase;
}

.wc-block-components-notice-banner__content {
  text-align: center;
  font-size: 25px;
}

.single-product div.product .single_variation .price {
  margin-bottom: 0 !important;
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #d91d1d;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}

.woovr-variation-selector {
  float: left;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}

.woocommerce-checkout-review-order-table .product-thumbnail {
  display: none;
}

.page-template-template-fullwidth-php .content-area,
.page-template-template-homepage-php .content-area {
  width: 100%;
  float: none !important;
  margin-left: 0;
  margin-right: 0;
}

#primary {
  float: none !important;
  max-width: 1150px;
  margin: auto;
  position: relative;
  margin-top: 75px;
}

.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 0.875em;
  display: none !important;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}

.homepage-hero {
  background-color: white;
  /* Change to your preferred background color */
  text-align: center;
  padding: 50px 20px;
  max-width: 800px;
  margin: auto;
}

.full-width-map {
  width: 100%;
  height: 500px;
  /* Adjust the height as necessary */
  overflow: hidden;
  /* Hide overflow */
}

.full-width-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  /* Remove the border */
}

.homepage-hero h1 {
  color: #000;
  /* Title color */
  font-size: 4.5em;
  /* Title font size */
}

.homepage-hero p {
  color: #000;
  /* Paragraph text color */
  font-size: 1.2em;
  /* Paragraph font size */
  padding: 0;
  color: #167a06 !important;
  margin: 0;
}

.latest-products .products-wrapper {
  display: block;
  gap: 20px;
  padding: 0;
  text-align: center;
}

hr.star-dark:after {
  color: #2c3e50;
  background-color: #fff;
}

.latest-products h2 {
  text-align: center;
  padding: 20px 0;
}

section.latest-products {
  max-width: 1150px;
  margin: auto;
}

img.starimage {
  margin: 20px auto;
  margin-bottom: 20px;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover>a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item>a {
  color: white !important;
}

.latest-products-grid .latest-product .woocommerce-LoopProduct-link img {
  width: 300px;
  height: 100px;
  object-fit: cover;
  /* Crop images to fill the dimensions */
}

.alert-danger.sale {
  text-align: center;
  font-size: 30px;
  color: white;
  background: #b13838;
  border-bottom: 1px solid #f0f0f0;
}

ul,
ol {
  margin: 0 0 1.41575em;
  padding: 5px;
  text-align: center;
}

.alert-danger.sale h4 {
  color: white;
  margin: 0;
}

.latest-products-grid .latest-product {
  list-style: none;
  /* Removes list styling */
  display: inline-block;
  padding: 10px;
  /* border: 1px solid; */
  margin: 0px !important;
  width: 30%;
  max-width: 285px;
}

.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  /* or any other height */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* Adjust text color as needed */
  text-align: center;
}

.hero-banner-content {
  max-width: 1200px;
  /* Adjust the max width as needed /
padding: 20px;
background-color: rgba(0, 0, 0, 0.5); / Semi-transparent background for readability */
}

.hero-banner h1 {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  /* Adjust font size as needed */
}

.hero-banner p {
  font-size: 1.2em;
  /* Adjust font size as needed */
  margin-top: 10px;
}

.latest-product p.price {
  background: #b13838;
  color: white;
  font-size: 24px;
}

.entry-content a {
  color: #2a2626 !important;
}

ul.sub-menu li a,
ul.sub-menu li a:hover {
  color: black;
}

ul.latest-products-grid {
  margin: 0;
}

.wc-proceed-to-checkout a {
  color: white !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 23px;
}

.woocommerce-order ul.wc-item-meta {
  text-align: left;
}

h2.woocommerce-order-details__title {
  text-align: center;
}

img.site-branding-logos {
  float: right;
  max-width: 86px !important;
  margin-top: -55px;
  right: 75px;
  position: relative;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description {
  text-align: left !important;
}

.woocommerce-checkout ul.wc-block-components-product-details {
  text-align: left !important;
}

.woocommerce-checkout span.wc-block-components-product-details__name {
  font-weight: 700;
}

.woocommerce-checkout span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
  display: none;
}

.product-box-logo {
  text-align: center;
}

#gobacks {
  display: none;
}

img.box-logos {
  text-align: center;
  margin: auto;
  max-width: 200px;
  margin-top: 0;
  margin-bottom: -5px;
}

form.event-radio-buttons label {
  margin: 8px;
  background: #cfcaca;
  padding: 15px 5px;
  color: black;
  cursor: pointer;
}

td.product-name {
  text-transform: capitalize;
}

li.latest-product {
  list-style: none;
}

.product-card {
  border: 1px solid #d1cbcb;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/********************************/
.latest-product h3.product-title {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 18px;
  padding: 25px 0;
  /* min-height: 101px; */
  margin: 0;
  background: hsl(173.77deg 92.77% 16.27%);
  color: white;
}

.woocommerce .cart .quantity,
.woocommerce .cart .product-quantity,
.woocommerce .cart th.product-thumbnail,
.woocommerce .cart td.product-thumbnail {
  display: none !important;
}

.col-full-header .woocommerce {
  max-width: 1150px;
  margin: auto;
}

.showhomepage {
  display: none !important;
}

.home .showhomepage {
  display: inline-block !important;
}

.home #primary {
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-top: 0;
}

.woocommerce-price-amount {
  font-weight: bold;
  color: #403939;
  /* Example color - change as needed */
}

.latest-product span.woocommerce-Price-amount.amount {
  font-size: 31px;
  font-weight: 800;
}

.stock-status {
  color: #28a745;
  /* Green color for available spaces */
  font-weight: bold;
  margin-top: 10px;
}

p.stock-status {
  color: green;
  font-weight: 700;
  font-size: 19px;
}

p.sold-out {
  color: red;
  font-weight: 700;
  font-size: 19px;
}

.latest-product .product-short-description {
  font-size: 14px;
  /* Adjust the font size as needed */
  color: #666;
  /* Adjust the text color as needed */
  margin-top: 10px;
  /* Add some space above the short description */
  padding: 10px;
}

.site-main {
  margin-bottom: 0 !important;
}

.contact-section {
  text-align: center;
  padding: 50px 0;
  background-color: white;
  /* Change this to match your color scheme */
  color: #333;
  /* Change this to match your color scheme */
}

.contact-section .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-section .contact-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
}

.contact-section .contact-title::after {
  content: "\2605";
  /* Star character */
  color: #ff6d00;
  /* Star color */
  font-size: 24px;
  /* Star size */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.contact-section .contact-details {
  margin-bottom: 30px;
}

.contact-section .contact-phone {
  display: block;
  /* Or inline-block, depending on your layout */
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
  /* Change this to match your color scheme */
}

.nf-form-content {
  max-width: 500px;
}

p.event-date {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 20px;
}

.fc-content {
  max-width: 1100px;
  margin-top: 50px !important;
}

.wc-block-components-order-summary-item__image {
  display: none !important;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: transparent !important;
}

body.home .wc-block-components-notice-banner {
  display: none;
}

/* Style your form inputs and button here */
button#load-more {
  margin: auto;
  display: block;
  width: 400px;
  background: #167a06 !important;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 40px;
}

body.in-iframe header#masthead,
body.in-iframe footer#colophon,
body.in-iframe #wpadminbar,
body.in-iframe #shiftnav-toggle-main {
  /* Add your custom styles here */
  display: none !important;
  /* Other styles specific to iframe view */
}

body.in-iframe p.return-to-shop {
  display: none;
}

body.in-iframe.page-template-content-iframe #gobacks {
  display: none;
}

body.in-iframe #primary {
  margin-top: 0px;
}

body.in-iframe #gobacks {
  display: block;
}

#gobacks {
  max-width: 900px;
  margin: auto;
  position: relative;
  top: 30px;
}

#gobacks a {
  background: #fbbc28;
  padding: 10px 20px;
  color: white;
  border-radius: 20pc 0 0 20pc;
  box-shadow: 0 0 4px 1px #d9c9c9;
}

h2.ticket-date {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgb(224 255 40);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

span.wc-block-components-order-summary__button-text {
  text-align: center;
  display: block;
  font-size: 28px;
}

.woovr-variations .woovr-variation:hover {
  background-color: #f0d66c !important;
}

article#post-2337 {
  padding: 140px;
  margin: 150px;
  text-align: center;
}

@media (max-width: 768px) {
  .woocommerce-active .site-header .site-branding {
    width: 99.913043%;
    float: left;
    margin-right: 0;
    padding-left: 30px !important;
  }

  .custom-hero {
    padding: 30px 10px;
  }

  #content {
    margin: 0;
  }

  .woovr-variations .woovr-variation {
    display: inline-block !important;
    align-items: center;
    cursor: pointer;
    margin-left: -5px;
    margin-right: -5px;
    width: 54%;
    text-align: center;
    margin: 20px;
    font-size: 24px;
    background: #f6f3f3;
    border: 1px solid #dbd6d6;
  }

  small {
    font-size: 68%;
    line-height: 1.318;
  }

  footer#colophon {
    display: none;
  }

  header#masthead .col-full {
    width: 200px !important;
    font-size: 15px;
  }

  .site-branding {
    float: left;
    margin-bottom: 0;
    width: 100%;
  }

  .alert-danger.sale {
    text-align: center;
    font-size: 19px;
    color: white;
    background: #b13838;
  }

  .custom-hero h1 {
    font-size: 2em;
  }

  .homepage-hero p {
    color: #000;
    font-size: 0.9em;
    padding: 0;
    color: #167a06 !important;
    margin: 0;
  }

  .homepage-hero h1 {
    color: #000;
    font-size: 2.5em;
  }

  .custom-hero p {
    font-size: 1em;
  }

  .custom-product-section {
    padding: 10px;
    margin: 10px;
  }

  .custom-product-section h2 {
    margin: -10px -10px 10px -10px;
    padding: 5px 0;
  }

  .about-section .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-section .about-column {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .about-section .about-title::after {
    left: 50%;
    top: -25px;
    /* Adjusted to fit better on smaller screens */
  }

  .latest-products-grid .latest-product {
    list-style: none;
    display: inline-block;
    padding: 10px;
    /* border: 1px solid; */
    margin: 0px !important;
    width: 90%;
    max-width: 285px;
  }

  .woovr-variations .woovr-variation {
    display: inline-block !important;
    align-items: center;
    cursor: pointer;
    margin-left: -5px;
    margin-right: -5px;
    width: 54%;
    text-align: center;
    margin: 20px;
    font-size: 24px;
    background: #f6f3f3;
    border: 1px solid #dbd6d6;
  }

  header#masthead {
    display: none;
  }

  form.event-radio-buttons label {
    margin: 8px;
    background: #cfcaca;
    padding: 15px 5px;
    color: black;
    cursor: pointer;
  }

  #primary {
    margin-top: 0;
  }

  .ticket-wrapper {
    margin-top: 0;
  }

  .home .showhomepage {
    display: block !important;
  }

  .wc-block-components-notice-banner__content {
    text-align: center;
    font-size: 15px;
  }

  article#post-10 .entry-content {
    padding: 20px;
  }

  article#post-10 h1.entry-title {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .home .showhomepage {
    display: block !important;
  }

  .latest-products-grid .latest-product {
    list-style: none;
    display: inline-block;
    padding: 10px;
    /* border: 1px solid; */
    margin: 0px !important;
    width: 90%;

    max-width: 100%;
  }

  form.event-radio-buttons label {
    margin: 8px;
    background: #cfcaca;
    padding: 15px 5px;
    color: black;
    cursor: pointer;
  }

  .ticket-wrapper {
    margin-top: 0;
  }

  #primary {
    margin-top: 0;
  }
}

.woovr-variations .woovr-variation:hover {
  background-color: #e0ff28 !important;
  color: black;
}