/* 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: Cinzel, serif;
  --c7-heading-font-weight: 500;
  --c7-heading-text-color: #bf0a0b;
  --c7-font-family: Lato, sans-serif;
  --c7-body-text-color: #fff;
  --c7-link-color: #ccc;
  --c7-alt-text-color: #ccc;
  --c7-bg: #111;
  --c7-bg-alt: #333;
  --c7-error-bg: #333;
  --c7-block-bg: #333;
	--c7-field-placeholder: #000;
	--c7-info-bg:#333333;
	position:inherit;
}

/* fixing theme popup */
body .ig_action_bar.ig_container {
  z-index: 9;
}
body .header {
	z-index: 10;
}

.c7-checkout__review-block {
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  box-shadow: none !important;
}

#c7-payment-creditcard-group .c7-link {
  display: none;
}

#account-header div {
}
.c7-order-item__title a {
  font-family: var(--c7-heading-font-family);
}

.c7-order-item__details,
.c7-product__details {
  text-align: left;
}
.c7-btn {
  text-transform: uppercase;
  font-weight: 300;
}

.c7-btn--primary {
  background: #bf0a0b;
  color: #fff;
  position: relative;
}
.c7-btn--primary:hover {
  background: #fff !important;
  color: #000 !important;
}
.c7-btn--primary::after {
  position: absolute;
  content: "";
  inset: 3px;
  border: 1px solid #5f5e5c;
}
.c7-product__title a {
  color: #bf0a0b;
}
/* account header */
#account-header {
  display: inline-flex;
  width: 100%;
  justify-content: end;
}
.c7-product-collection__products .c7-product__details {
  text-align: center !important;
}

/* Squarespace */
/* in staging mode 
#account-header {
    display: inline-flex;
    width: 100%;
    justify-content: end;
} */
/* wordpress/etc 
#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;
  text-transform: none;
  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;
}

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
  stroke: #fff;
}
#c7-cart .c7-user-nav__cart__count {
  background-color: #000;
}
#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 */
body .c7-btn {
}
body .c7-btn:hover,
body .c7-cart__buttons .c7-btn:hover {
}

/* slide out cart */
body .c7-side-cart__header button {
  background-color: transparent;
  color: #000;
}
body .c7-side-cart__header button svg {
  stroke: #ccc !important;
}
/* shrink checkout buttons */
body .c7-order-summary__buttons a {
  /*font-size: 12px;*/
}
body .c7-order-summary__buttons .c7-btn--alt {
	background-color:#000;
}
body .c7-order-summary__buttons .c7-btn--alt:hover {
	color:#000;
}
/* 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;
}*/

/* hide C7 age check notice on checkout */
#c7-delivery-shipping-group .c7-notice--delivery-shipping {
	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;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center !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;
}


#gform_31 .gfield_label, #gform_31 label {
  color: #000 !important;
}
#gform_31 .gform_button.button {
background: #c8a855;
}
#gform_31 .gform_button.button:hover {
background: #fff;
border: 2px solid #c8a855;
}


/* mobile overrides */
@media screen and (max-width: 1024px) {
  /* two column on tablet */
  .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr !important;
  }
  .header .nav-top ul li:nth-child(2),
  .header .nav-top ul li:nth-child(3) {
    display: none;
  }
  #c7-account .c7-user-nav__account a {
    text-transform: uppercase;
  }
}

@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;
  }
}
