body {
    --c7-field-border-radius: 3px; 
    --c7-button-border-radius: 3px; 
    --c7-primary-button-bg: var(--e-global-color-text);
    --c7-primary-button-bg-hover:var(--e-global-color-primary);
    --c7-primary-button-text-color: #fff;
    --c7-heading-font-family: 'Playfair Display', serif;/*var(--e-global-typography-primary-font-family);*/
    --c7-heading-font-weight: 400;
    --c7-font-family: var(--e-global-typography-primary-font-family);
    --c7-body-text-color: var(--e-global-color-text);
    --c7-link-color:var(--e-global-color-accent);
}

.elementor-kit-40 button,.elementor-kit-40 input[type="button"],.elementor-kit-40 input[type="submit"],.elementor-kit-40 .elementor-button {
	font-family: 'futura-pt' !important;
}

/* account header */
#account-header {
    display: inline-flex;
	align-items:center;
}

#account-header #c7-account {
    display:inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
   display:flex;
}
#c7-account, #c7-cart {
    display:inline-block;
    margin-left: 20px;

}
#account-header > #c7-cart {
  display:inline-flex;
}

#c7-account .c7-user-nav__account a {
	font-family: "futura-pt-bold", Sans-serif;
    text-transform: uppercase;
    padding:0px;
    font-size: 13px;
	color:var( --e-global-color-secondary ) !important;
	line-height: 20px !important;
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
    background-color: transparent;
    border:none;
} 

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
    width: 15px;
	height: 20px;
	stroke: var(--e-global-color-text);
}
#c7-cart .c7-user-nav__cart__count {
    background-color: var(--e-global-color-text);
}
#c7-cart .c7-user-nav__cart button.c7-link {
  padding: 0px !important;
}
#c7-account .c7-user-nav__account__dropdown a {
color: var(--c7-body-text-color);
}

.c7-cart__summary-container .c7-btn--primary {
    margin: 20px 0;
    text-wrap-mode: nowrap;
    color: white !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'futura-pt';
}

.c7-product-collection .c7-product__title, .c7-product-allocation .c7-product__title, .c7-club-product__details__title {
    font-size: 25px !important;
	line-height: 1.5 !important;
}

/* Overall styling */
body #c7-content h1 {
    text-align: left;
    margin-bottom: 20px;
	color:var(--e-global-color-text);
}
body .c7-btn {
    /*color: #fff;
    background-color: #C89532;
    font-size: 12px;
    border-radius: 25px;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0 30px; 
	height: 2.5em !important;
	min-height: auto !important;
	font-family: 'futura-pt' !important;*/

	display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    background-color: #C89532;
    font-size: 12px;
    border-radius: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0 30px;
    height: 2.5em !important;
    min-height: auto !important;
    font-family: 'futura-pt' !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}	

.c7-form input[type='text'], .c7-form input[type='email'], .c7-form input[type='number'], .c7-form input[type='tel'], .c7-form input[type='username'], .c7-form input[type='password'], .c7-form textarea, .c7-form--stripe, .c7-order-item input, .c7-form select, .c7-order-item select {
	height: 2em !important;
	border: 1px solid #ccc !important;
	padding: 5px 10px;
}
.c7-form .c7-product__add-to-cart__form__quantity input[type='number'], 
.c7-form .c7-product__add-to-cart__form__quantity  input[type='text']{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #c89532 !important;
}
.c7-product__subtitle {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	color: #000;
}
.c7-order-item__quantity select {
    width: 50px;
}


body .c7-btn:hover, body .c7-cart__buttons .c7-btn:hover {
	color:#ffffff;
	background-color:#60541d!important;
  
}
.c7-side-cart__header button {
    background-color: transparent !important;
    color:#000;
}

.c7-order-summary__buttons a {
text-transform: uppercase;
}

a#c7-side-cart__summary__proceed {
    text-wrap-mode: nowrap;
    color: white !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

a.c7-btn.c7-btn--alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: transparent;
}

a.c7-btn.c7-btn--alt:hover {
    color: #252525;
    background-color: white !important;
}
button.c7-link {
    background-color:transparent !important;
    border: 0px !important;
    color: var(--c7-body-text-color) !important;

}
button.c7-link:hover {
    opacity: 0.6;
}
.c7-btn--primary:not([disabled]):active, .c7-btn--primary:not([disabled]):focus, .c7-btn--primary:not([disabled]):hover, .c7-btn--primary--small:not([disabled]):active, .c7-btn--primary--small:not([disabled]):focus, .c7-btn--primary--small:not([disabled]):hover {
	color: #FFFFFF !important;
}

.c7-tab[aria-selected='true'] {
	border: 0 !important;
}

button.c7-tab:hover span {
	color: #FFFFFF !important;
}

button.c7-tab:hover {
    background: #5C5427 !important;
}

.c7-checkout__footer[role="contentinfo"] {
    display: none !important;
}

.c7-account__dashboard__message {
    margin-bottom: 20px;
}

.c7-cart__wrapper, .c7-account__dashboard {
    max-width: 100% !important;
    margin:0px auto !important;
    justify-content: space-between !important;
}
.c7-account-row {
    max-width: 100% !important;
    justify-content: space-between !important;
}
.c7-account-login__password-options {
  text-align:left !important;
}
.c7-account-login__options {
  text-align:left !important;
}
.account-row h1 {
    display:none;
}
/* cart styling */
.cart-row h1 {
    display:none;
}
#c7-cart .c7-order-item__description {
    margin-top: 10px;
    font-size: 10px;
}

/* fix lightboxes that go behind sticky header */
body .c7-modal-container {
  top: 14%;
}

/* hide club cancelation 
.c7-account-club .c7-account-blocks--status .c7-account-block__actions {
display:none !important;
}
.c7-callout--club .c7-callout__details li:nth-child(2), .c7-callout--club .c7-callout__details li:nth-child(3) {
display:none !important;
}
*/
/* hide club skip
.c7-account-club__shipment__footer .c7-btn--skip {
display:none !important;
}
*/

/* hide delete account 
.c7-account-details .c7-account-details__delete-account {
display:none !important;
}
*/

/* collection styling */
.c7-product-collection .c7-product {
    display:flex !important;
}
.c7-product-collection__product-list {
    grid-template-columns: 1fr  1fr !important;
}
/* fix default right margin on image grid */
.c7-product-collection .c7-product__image {
    margin-right: 0px;
}
.c7-product-collection .c7-product img {
  width: auto;
  object-fit:cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {

}


/* calendar styling ADA fix */
.c7-reservation-widget .c7-date-picker-input button {
	background-color: transparent !important;
	border-radius: 0px !important;
}
.c7-reservation-widget .c7-date-picker-dropdown button {
	color:inherit;
	background-color: inherit;
}
body .c7-reservation-widget .c7-date-picker-dropdown button {
    padding: 0px;
}

.footercol-1 p {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.footercol-1 strong, .footercol-1 a,
.footercol-2 strong, .footercol-2 a{
	font-size: 12px;
	letter-spacing: 1px;
	color: #191919;
}
.footercol-3 li, .footercol-4 li {
	list-style: none;
}
.footercol-3 ul, .footercol-4 ul {
	padding: 0;
	margin: 0;
}
.footercol-3 li a, .footercol-4 li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #191919;
}
.footer-social ul {
	display: flex;
	gap: 20px;
	list-style: none;
	justify-content: center;
}
.footer-social ul li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.footer-newsletter .c7-form__group {
	display: block;
	text-align: center;
}
.footer-newsletter .c7-form__group label {
	display: block;
	color: #fff;
	text-align: center;
}
.footer-newsletter .c7-form__group .c7-form__field {
	display: block;
}
.footer-newsletter .c7-btn.c7-btn--primary {
	text-align: center;
	margin: 0;
	margin: 0 auto;
}
.footer-newsletter input[type="email"] {
	background: none;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #555 !important;
	color: #fff !important;
}
.c7-form textarea[name="giftMessage"] {
	height: auto !important;
}
.c7-product-collection .c7-product__add-to-cart__price span:nth-child(2) {
	color: #c89532;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}
.c7-product-collection .c7-product__teaser {
	font-size: 17px;
	/* text-transform: uppercase; */
	font-weight: 400;
	/* letter-spacing: 1px; */
}
.c7-product__teaser::before {
	background: url(https://edle2rrzj2.wpdns.site/wp-content/uploads/2026/05/location.png);
	content: "";
	width: 18px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.c7-product__teaser {
	margin-top: 20px;
	margin-bottom: 50px;
}
.c7-user-nav__account__login {
	margin-top: 5px !important;
	display: block;
}
.c7-product__variant__price__title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.subrange.affix {
	position: fixed;
	top: 110px;
}
.elementor-item.elementor-item-anchor.elementor-item-active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #c89532;
	display: block;
	height: 4px;
}
.subrange {
	background: #fff;
	z-index: 100;
}
.c7-account-club__shipment .c7-order-item__details--pricing {
	display: block;
    	text-align: center;
	justify-content: center;
}
.c7-account-club__shipment .c7-order-item__title a {
	font-family: Playfair Display;
	color: #000;
	font-size: 20px;
}
.c7-account-club__shipment__footer__total .c7-btn--unstyled {
	background: none;
	color: #000;
}
.c7-account-dashboard .c7-order-item__title a {
	color: #000;
	font-family: Playfair Display;
	line-height: 1.2;
}
.c7-content.c7-account-dashboard .c7-order-item__details--pricing {
	justify-content: center;
}
.c7-btn.c7-btn--alt, .c7-btn.c7-btn--primary {
	text-transform: uppercase !important;
}
#c7-side-cart .c7-order-item__title a {
	font-family: Playfair Display;
	text-transform: none;
	font-size: 20px !important;
	font-weight: normal !important;
	letter-spacing: 0;
	color: #000 !important;
	white-space: normal;
}
.c7-account-block__header * {
	font-family: Playfair Display;
}
.c7-account__menu .c7-active a {
	border-bottom-color: #c89532 !important;
}
.c7-btn.c7-btn--alt--small {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #C89532;
}
.c7-account-club__shipment .c7-order-item__details--pricing div, .c7-order-item__details--pricing div span {
	font-weight: 700;
	font-size: 12px !important;
	line-height: 1.2;
}
.c7-carrot {
	background: #C89532;
	color: #fff;
}
.c7-carrot p{
	color: #fff;
}
#c7-cart .c7-carrot a {
	color: #fff !important;
}
/* mobile overrides */
@media screen and (max-width: 1024px){
  .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr !important;
    } 
}


@media screen and (max-width: 767px){

    .reverse-col {
        display:flex !important;
        flex-direction: column-reverse;
    }
    #account-header {
        top: 10px;
    }
	
	#c7-cart {
		margin-left: 0 !important;
		    margin-top: 4px !important;
	}
	.c7-product-collection .c7-product {
		display: block !important;
	}
	.c7-product__details {
		text-align: center;
	}
    .c7-product-collection__product-list {
    grid-template-columns: 1fr !important;
    } 
    .c7-product-specs {
        text-align: left !important;
        margin: 0px !important;
    }
    .c7-product-specs h2 {
        text-align: left !important;
    }
	
	.c7-product__add-to-cart__form {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 1280px) {

    .elementor-element-478a2f7e .elementor-nav-menu--main {
        display: none !important;
    }

    .elementor-element-478a2f7e .elementor-menu-toggle {
        display: flex !important;
    }

    .elementor-element-478a2f7e .elementor-nav-menu--dropdown {
        position: absolute;
        width: 100%;
    }
}