/* override c7 styles */
body {
	--c7-field-border-radius: 5px; 
	--c7-button-border-radius: 5px; 
	--c7-primary-button-bg: #ae2734;
	--c7-primary-button-bg-hover: #a52531;
	--c7-primary-button-text-color: #fff;
	--c7-heading-font-family: "Playfair Display", Arial, Tahoma, sans-serif;
	--c7-heading-font-weight: 400;
	--c7-font-family: "Playfair Display", Arial, Tahoma, sans-serif;
	--c7-body-text-color: #454441;
	--c7-link-color:#454441;
	--c7-field-option-selected-color: #ae2734;
	--c7-field-option-focus-color: #a52531;
}

/* account header */
#account-header {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 20px 0 10px;
}

/* 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 {
	color:#fff;
	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 .c7-user-nav__cart__title svg {
	stroke:#ae2734;
}
#c7-cart .c7-user-nav__cart__count {
	background-color: #ae2734;
	padding-bottom: 6px;
}
#c7-cart .c7-user-nav__cart button.c7-link {
	padding: 0px !important;
}
#c7-cart .c7-order-item__description {
	margin-top: 10px;
	font-size: 10px;
}
.c7-order-item__quantity select {
	margin-bottom: 0;
}

body .c7-user-nav__account {
	padding-right: 5px;
}
body .c7-user-nav__account__name svg {
	stroke: #fff;
}
body .c7-user-nav__account__dropdown {
	right: unset;
	left: 0;
}
/* Overall styling */

/* button styles */
body .c7-btn {
	background: #ae2734!important;
	color: #fff!important;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
}
body .c7-btn:hover, body .c7-cart__buttons .c7-btn:hover {
	/* 	background: #a52531!important; */
	background: #ae2734!important;
	color: #fff!important;
}
body .c7-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	transition: all .3s;
	background: rgba(0,0,0,.05);
}
body .c7-btn:hover::after {
	width: 100%;
}
#c7-coupon-group .c7-btn.c7-btn--alt {
	min-width: 90px;
}

/* slide out cart */
body .c7-side-cart__header button,
body .c7-modal__header button {
	background-color: transparent;
	color:#000;
	box-shadow: none;
	margin: 0;
}
body .c7-side-cart__header button::after,
body .c7-modal__header button::after {
	display: none;
}
body .c7-side-cart__header h1.c7-h1 {
	padding-top: 0;
	padding-bottom: 0;
}
body .c7-side-cart__header {
	position: relative;
}

body .c7-side-cart__header::after {
	content: "";
	height: 3px;
	width: 100vw;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	z-index: 1;
	background: url('/wp-content/themes/betheme/images/box_shadow.png') repeat-x left top;
	transform: translateX(-50%);
}
body .c7-side-cart__header .c7-h1::after {
	display: none;
}
/* 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);
	margin: 0;
	box-shadow: none;
}
body button.c7-link:hover {
	opacity: 0.6;
}

body #c7-content {
	padding: 0 20px 50px;
}


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

/* hide reservations 
.c7-account__menu li:nth-child(4) {
display:none;
}
.c7-account-dashboard__left-column .c7-account-block:nth-child(3) {
display:none;
}
.c7-user-nav__account__dropdown__header ul li:nth-child(4) {
display:none;
}
*/

/* 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;
}
/* fix default right margin on image grid */
.c7-product-collection .c7-product__image {
	margin-right: 0px;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
	justify-content: center !important;
	align-items: flex-start !important;
}

body .c7-user-nav__collection-list ul {
	display: flex;
	justify-content: center;
	gap: 0 30px;
	flex-wrap: wrap;
}

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

/* titles */
body .c7-h1 {
	color: #991724;
	padding: 30px 0;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

body .c7-h1::after {
	content: "";
	height: 3px;
	width: 100vw;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	z-index: 1;
	background: url('/wp-content/themes/betheme/images/box_shadow.png') repeat-x left top;
	transform: translateX(-50%);
}

body .c7-product__title {
	font-size: 2.5rem;
	line-height: 1.2;
	color: #ae2734;
}

.c7-order-item__image + .c7-order-item__details {
	text-align: left;
	color: #454441;
}
body .c7-order-item__title a {
	color: #454441; 
}

body #c7-checkout .c7-h1 {
	padding: 0
		margin-bottom: 0;
}

body #c7-checkout .c7-h1::after {
	display: none;
}

/* menu */
#menu-main-menu {
	padding-left: 0;
}

/* club */
body .c7-club__details__content ul {
	margin-left: 0;
}

/* subscribe */
.c7-subscribe.footer-form .c7-form {
	margin: 0 auto;
}
.c7-subscribe.footer-form .c7-form .c7-form__group {
	display: flex;
	flex-direction: column;
}
.c7-subscribe.footer-form .c7-form .c7-form__group .c7-form__field {
	margin-bottom: 0;
}
.c7-subscribe.footer-form .c7-form .c7-form__group .c7-form__field input {
	margin-bottom: 10px;
}
.c7-subscribe.footer-form .c7-form .c7-form__group .c7-form__field label {
	text-align: center;
	font-weight: 400;
}
.c7-subscribe.footer-form .c7-form .c7-form__group .c7-btn {
	margin: 0;
	width: 100%;
	background: #444 !important;
}

/* mobile overrides */
@media only screen and (min-width: 1240px) {
	body #Header_creative #Top_bar .logo {
		margin: 45px 0;
	}

	#Header_creative #Top_bar .menu > li > a span:not(.description) {
		padding-left: 20px;
	}

	#Header_creative #Top_bar .menu li ul li a {
		padding: 0;
	}

	#Header_creative #Top_bar #logo {
		padding: 0;
	}
}

@media only screen and (max-width: 1239px) {
	body #Header_creative #Top_bar .one.clearfix {
		display: flex;
	}
	body #Header_creative #Top_bar #logo {
		height: 60px;
		line-height: 56px;
		padding: 0;
	}
	#Top_bar .banner_wrapper {
		display: block!important;
		margin-left: auto;
		margin-right: 20px;
	}	
	body .c7-user-nav__account__dropdown {
		right: 0;
		left: unset;
	}
}

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

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

	/* mobile header position */
	#account-header {
		top: 0px;
	}
	#account-header #c7-account {
		min-width: 180px;
		display: flex;
		justify-content: flex-end;
	}
	#account-header > #c7-cart {
		min-width: 48px;
	}
	#Top_bar .banner_wrapper {
		margin-right: 50px;
	}
	body #Header_creative #Top_bar .top_bar_left {
		overflow: visible;
		margin-left: 10px;
	}

	.mobile-header-mini.mobile-mini-mr-lc #Top_bar .logo {
		width: max-content;
	}

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

	#Header_creative #Top_bar .logo #logo {
		margin-left: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	body .c7-order-summary__buttons a, 
	body .c7-order-summary__buttons a:last-of-type {
		margin: 0 0 10px 0;
	}
}