/* override c7 styles */
body {
	--c7-field-border-radius: 0px; 
	--c7-button-border-radius: 0px; 
	--c7-primary-button-bg: transparent;
	--c7-primary-button-bg-hover:#000;
	--c7-primary-button-text-color: #000;
	--c7-heading-font-family: inherit;
	--c7-heading-font-weight: 500;
	--c7-font-family: inherit;
	--c7-body-text-color: #000;
	--c7-link-color:#333;
}

/* account header */
#account-header {
	display: inline-flex;
	width: 100%;
	justify-content: end;
}

/* Squarespace */
/* in staging mode 
#account-header {
display: inline-flex;
width: 100%;
justify-content: end;
} */
/* position absolute option
#account-header {
display: inline-flex;
position: absolute;
top: 10px;
right: 10px;
z-index: 999;
}
*/

#account-header #c7-account {
	padding-right: 10px;
	display:inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
	display:flex;
}
#account-header > #c7-cart {
	display:inline-flex;
}
#c7-account, #c7-cart {
	display:inline-block;
	margin-left: 5px;

}
#c7-account .c7-user-nav__account a {
	padding:0px;
}
#c7-account .c7-user-nav__account__dropdown a {
	color: var(--c7-body-text-color);
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
	background-color: transparent;
	border:none;
} 
body .c7-reservation-widget .c7-date-picker-dropdown button {
	padding: 0px;
}
#c7-cart .c7-user-nav__cart__count {
	background-color: #000;
	color: #fff;
}
#c7-cart .c7-user-nav__cart button.c7-link {
	padding: 0px !important;
}
#c7-cart .c7-order-item__description {
	margin-top: 10px;
	font-size: 10px;
}
/* Overall styling */

/* button styles */
#c7-cart .c7-btn,
body .c7-btn {
	background: var(--button_gradient_top_color);
	color: var(--button_accent_color);
	border-color: var(--button_border_color);
	border-radius: 4px;
	transition: ease all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

#c7-cart .c7-btn:hover,
body .c7-btn:hover, 
body .c7-cart__buttons .c7-btn:hover {
	background-color: var(--c7-heading-text-color);
	color: #fff;
}

.c7-content p,
#c7-cart p,
a:hover .c7-product__specs,
a:hover #c7-content,
a:hover #c7-cart,
#c7-cart * {
	color: var(--c7-heading-text-color);
}

#c7-cart *:not(h1, .c7-user-nav__cart__count) {
	font-size: 16px;
	line-height: 18px;
}

#c7-content .c7-product-collection__products--featured .c7-product {
	background: transparent;
}

.c7-pagination__total,
.c7-product__add-to-cart__price {
	color: var(--button_gradient_top_color);
}

#c7-content .c7-account__menu .c7-active a, 
#c7-content .c7-account__menu a:hover, 
#c7-content .c7-account__menu a:focus, 
#c7-content .c7-account__menu a:active {
	border-bottom-color: var(--button_accent_color);
}

/* slide out cart */
body .c7-side-cart__header button {
	background-color: transparent;
	color:#000;
}
/* shrink checkout buttons */
body .c7-order-summary__buttons a {

	/*font-size: 12px;*/
}


/* make link buttons look like links */
body button.c7-link {
	background-color:transparent;
	border: 0px;
	color: var(--c7-body-text-color);
}
body button.c7-link:hover {
	opacity: 0.6;
}


/* dashboard tweaks */
.c7-account__dashboard__message {
	margin-bottom: 20px;
}
.c7-account-row {
	max-width: 100% !important;
	justify-content: space-between !important;
}
body .c7-account-login__password-options {

}
body .c7-account-login__options {

}

/* cart styling */
.cart-row h1 {
	display:none;
}
.c7-cart__wrapper, .c7-account__dashboard {
	max-width: 100% !important;
	margin:0px auto !important;
	justify-content: space-between !important;
}

/* 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:block !important;
	text-align: center !important;
}
.c7-product-collection__product-list {
	grid-template-columns: 1fr 1fr 1fr !important;
}
.c7-product-collection .c7-product img {
	width: auto;
	object-fit:cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
	justify-content: center !important;
	align-items: center !important;
}

.c7-product__add-to-cart--giftcard > .c7-product__add-to-cart__giftcard .c7-form__field:first-of-type {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 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;
}

/* Header */
body .fusion-header-v2 .fusion-secondary-header {
	border-top: none;
	position: fixed;
	right: 0;
	background: transparent;
	padding: 0 25px !important;
	z-index: 10000;
}

body .fusion-header-v2 .fusion-secondary-header > .fusion-row {
	padding: 0;
}

#c7-account .c7-user-nav__account a {
	color: var(--nav_typography-color);
	font-family: var(--nav_typography-font-family);
	font-weight: var(--nav_typography-font-weight);
	font-size: var(--nav_typography-font-size);
}

#c7-account .c7-user-nav__account a:hover {
	color: var(--menu_hover_first_color);
}

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
	stroke: var(--nav_typography-color);
}

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg:hover {
	color: var(--menu_hover_first_color);
}

body:not(.fusion-header-layout-v6) .fusion-main-menu > ul > li > a,
body:not(.fusion-top-header) .fusion-main-menu > ul > li > a {
	height: 40px!important;
}

/* newsletter */
.c7-subscribe .c7-form__group .c7-form__field + button {
	margin-top: 31px;
}

/* mobile overrides */
@media screen and (max-width: 1024px){
	body .fusion-header-v2 .fusion-secondary-header {
		padding: 0 55px!important;
	}

	/* two column on tablet */ 
	.c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr !important;
	} 
}

@media screen and (max-width: 800px){
	body .fusion-header-v2 .fusion-secondary-header {
		padding: 0!important;
	}
}

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

	/* mobile header position */
	#account-header {
		top: 0px;
	}

	/* one column on mobile */
	.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;
	}
}