@font-face {
	font-family: icon-fonts;
	src: url(/wp-content/themes/hello-elementor-child/assets/fonts/icon-fonts.eot?9bj1j2=);
	src: url(/wp-content/themes/hello-elementor-child/assets/fonts/icon-fonts.eot?9bj1j2=#iefix) format("embedded-opentype"), url(/wp-content/themes/hello-theme-child/assets/fonts/icon-fonts.ttf?9bj1j2=) format("truetype"), url(/wp-content/themes/hello-theme-child/assets/fonts/icon-fonts.woff?9bj1j2=) format("woff"), url(/wp-content/themes/hello-theme-child/assets/fonts/icon-fonts.svg?9bj1j2=#icon-fonts) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

body {
	--c7-field-border-radius: 3px; 
	--c7-button-border-radius: 3px; 
	--c7-primary-button-bg: #818a91;
	--c7-primary-button-bg-hover:#000;
	--c7-alt-button-bg: #888888 !important;
	--c7-alt-button-bg-hover: #000000 !important;
	--c7-primary-button-text-color: #fff;
	--c7-heading-font-family: var(--e-global-typography-secondary-font-family:);
	--c7-heading-font-weight: var(--e-global-typography-primary-font-weight);
	--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:);
	--c7-font-size: 14px !important;
	--c7-font-size-sub: 14px;
}

/* account header */
#account-header {
	display: flex;
	margin: -36px 0 0 15px !important;
	font-family: "HK Nova", sans-serif;
}

#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: 5px;

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

#c7-account .c7-user-nav__account {
	padding-right: 6px;
}
#c7-account .c7-user-nav__account a {
	text-transform: uppercase;
	padding:0px;
	font-size: 14px;
}
#account-header #c7-cart > .c7-user-nav__cart > button.c7-link {
	margin-bottom: 15px;
}

#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;
}
#c7-cart .c7-user-nav__cart__count {
	background-color: #000;
}
#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);
}

.header__phone::before, .featured-link::after, .menu--footer .menu__link::after, .c7-user-nav__cart__title::before, .c7-user-nav__account__name::before, .c7-user-nav__account__login::before, [class^=icon-], [class*=" icon-"] {
	font-family: icon-fonts !important;
}

/* Overall styling */
body #c7-content h1 {
	margin-bottom: 20px;    
}

body .c7-btn {
	color: #FFFFFF;   
	padding: 12px 20px 11px 20px !important;
}

body .c7-btn:hover, body .c7-cart__buttons .c7-btn:hover {
	color:#fff;
}

#c7-content {
	padding: 30px 0 !important;
}

div#c7-content.c7-content--checkout {
	padding-top: 0 !important;
}

h1.c7-h1 {
	font-weight: 300 !important;
	font-size: 50px !important;
	line-height: 50px !important;
	text-transform: uppercase !important;
}
.c7-side-cart__header button {
	background-color: transparent !important;
	color:#000;
}

.c7-order-summary__buttons a {
	text-transform: uppercase;
}
button.c7-link {
	background-color:transparent !important;
	border: 0px !important;
	color: var(--c7-body-text-color) !important;

}
button.c7-link:hover {
	opacity: 0.6;
}
/* all content should start aligned left */
.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:block !important;*/
	display: flex !important;
	/*text-align: center !important;*/
	text-align: left !importan;
}
.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;*/
	justify-content: left !important
		align-items: center !important;
}


/* 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;
}
.c7-product__title a {
	font-weight: 300;
}
/* desktop overrides */
@media screen and (min-width: 769px){
	.c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr !important;
	}
	.c7-product-detail h1.c7-product__title {
		width: 900px !important;
		height: 460px !important;
		margin-left: -280px !important;
		text-align: center;
		color: #FFFFFF;
	}

	.c7-product-detail {
		margin-top: -400px;
	}

	.c7-product-detail .c7-product__image {
		margin-top: 400px !important;
	}

	.c7-product-collection .c7-product__image, 
	.c7-product-allocation .c7-product__image {
		flex: 0 0 230px;
		margin-right: 20px;
		order: 2;
	}
}

/* mobile overrides */
@media screen and (max-width: 1024px){
	.c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr !important;
	} 
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	#account-header {
		margin: 0 0 0 15px !important;
	}
}
@media screen and (max-width: 767px){

	.reverse-col {
		display:flex !important;
		flex-direction: column-reverse;
	}
	#account-header {
		margin: 0 !important;
		top: 10px;
	}	
	#account-header #c7-cart > .c7-user-nav__cart > button.c7-link {
		margin-bottom: 0;
	}
	.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-user-nav__account__login,
	.c7-user-nav__account__name {
		font-size: 0px !important;
	}

	.c7-user-nav__account__name::before,
	.c7-user-nav__account__login::before {
		content: "\e901";
		font-size: 14px;
		position: absolute;
		top: 3px;
		right: 4px;
	}
	body .c7-product__details {
		flex:auto;
	}
}
