/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.tribe-add-to-cart {display:block;text-align:center;background:#994d61;color:#fff !important;font-family:inherit;font-weight:700 !important;margin-top:30px;padding:10px 20px !important;border-radius:3px;max-width:180px;}
.tribe-add-to-cart:hover{opacity:.9;}
.tribe-add-to-cart.btn-small{
	font-size: 14px !important;
	float: right;
	padding:5px 18px !important;
	max-width:120px;
	margin-top:-20px !important;
}
.add-attendee {
	border: 1px solid #444;
	display: inline-block;
	padding: 2px 18px;
	font-size: 14px !important;
	margin-top: 5px;
}
.attendee-field {
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #444;
	position: relative;
}
.attendee-field label {font-size:14px;}
.attendee-field label em {color:red;}
.attendee-field input {
	height: 30px;
	margin-bottom: 5px !important;
}
.attendee-button {
	font-size: 14px !important;
	background: #000;
	color: #fff !important;
	padding: 4px 15px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 5px;
}
.attendee-saved {
	color: green !important;
	margin-left: 10px;
	display: inline-block;
}
.attendee-close {
	font-size: 20px !important;
	position: absolute;
	top: 10px;
	right: 20px;
	color: red !important;
	cursor: pointer;
}
.attendee-field .error {
	border: 1px solid red;
}
.attendee-err {
	border: 1px dotted red;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.attendee-err a {
	font-size: 14px;
}

.tribe-events-calendar-month__mobile-events-icon--event.knitting-classes {
	background-color: #d5c9e1 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.crochet-classes {
	background-color: #c78cbe !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.dye-classes {
	background-color: #cbc5c5 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.kids-classes {
	background-color: #f4ec73 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.make-n-takes {
	background-color: #1991e8 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.miscellaneous-classes {
	background-color: #73c7ab !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.needle-felting {
	background-color: #eeabbd !important;
}

.tribe-events-calendar-month__mobile-events-icon--event.one-day-classes {
	background-color: #c15ba4 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.cat-potluck {
	background-color: #bf9c50 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.tea-time {
	background-color: #f8c893 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.weaving-classes {
	background-color: #dfe788 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.wet-felting {
	background-color: #c6e7e5 !important;
}
.tribe-events-calendar-month__mobile-events-icon--event.cat-workshops {
	background-color: #cc8080 !important;
}
.after-nav-events {display:none;}
.after-nav-events article[style="opacity: 0.25;"],
.tribe-events-calendar-day__time-separator:has(+ article[style*="opacity: 0.25;"]),
.tribe-events-header + .tribe-events-calendar-day article[style="opacity: 0.25;"]{
	display: none !important;
}
/* Wrapper spacing */
.membership-selection-form {
    margin: 20px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Title */
.membership-selection-form h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}

/* Checkbox items */
.membership-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.membership-product-item:hover {
    border-color: #9db37c;
    background: #fafafa;
}

/* Checkbox alignment */
.membership-product-item input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

/* Product label */
.membership-product-item label {
    flex-grow: 1;
    font-size: 22px;
    font-weight: 600;
    color: #0d5640; /* greenish text */
    cursor: pointer;
}

/* Price text (optional if you want price aligned right) */
.membership-product-item .price {
    font-weight: 600;
    color: #000;
}

/* Add to Cart Button */
.membership-selection-form .button {
    display: inline-block;
    background: #994d61;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 0px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 15px;
}

.membership-selection-form .button:hover {
    background: #0d5640;
}
@media (max-width:807px) {
	.after-nav-events {
		display: block;
	}
}

/**
 * Product searchbox.
 */
.lambspun-product-filter-wrap {
    display: flex;
    float: right;
    gap: 10px;
}

.lambspun-product-filter-wrap .woocommerce-product-search {
    position: relative;
}

.lambspun-product-filter-wrap .woocommerce-product-search .search-field {
    width: 100%;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    font-size: 15px;
    color: #8B8D94;
    background-color: #FDFDFD;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lambspun-product-filter-wrap .woocommerce-product-search .search-field:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}

.lambspun-product-filter-wrap .woocommerce-product-search button {
    position: absolute;
    right: 6px;
    top: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: color 0.3s ease;
}

.lambspun-product-filter-wrap .woocommerce-product-search button:hover,
.lambspun-product-filter-wrap .woocommerce-product-search button:focus {
    outline: none;
}

.lambspun-product-filter-wrap .woocommerce-product-search button svg {
    fill: #8B8D94;
}

.woocommerce .blockUI.blockOverlay {
    z-index: 50 !important;
}

.tribe-add-to-cart-added {
    opacity: 0.24;
    pointer-events: none;
}

.tribe-events .tribe-events-c-nav {
	border: none;
	padding-bottom: var(--tec-spacer-4);
	margin-top: var(--tec-spacer-4);
}

.tribe-events-calendar-month-nav ul li.tribe-events-c-nav__list-item a {
    font-weight: 600;
}

.woocommerce-info.ls-member-discount-notice {
    border: none;
    background-color: var(--e-global-color-primary);
    color: #fff;
}
.woocommerce-info.ls-member-discount-notice::before {
	content: '' !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-info.ls-member-discount-notice {
	padding: 1em 2em 1em 3.5em !important;
}

.elementor-wc-products ul.products li.product .price del{
    font-size: inherit !important;
}