body {
    --c7-field-border-radius: 0px; 
    --c7-button-border-radius: 0px; 
    --c7-primary-button-bg: transparent;
    --c7-primary-button-bg-hover:#e6d7c2;
    --c7-primary-button-text-color: #e6d7c2;
    --c7-heading-font-family: "Cormorant Garamond", Sans-serif;;
    --c7-heading-font-weight: 400;
    --c7-field-border-color: var( --e-global-color-secondary );
    --c7-font-family: "Open Sans", Sans-serif;
    --c7-body-text-color: var( --e-global-color-secondary );
    --c7-link-color:var( --e-global-color-secondary );
    --c7-heading-text-color: var( --e-global-color-secondary );
    --c7-alt-text-color: var( --e-global-color-secondary );
    --c7-field-option-selected-color: var( --e-global-color-secondary );
    --c7-bg: var(--e-global-color-primary);
    --c7-field-option-focus-color: var(--e-global-color-primary);
    --c7-bg-alt: #e6d7c2;
    --c7-block-bg: rgba(255,255,255, 0.5);
    --c7-border-color:var(--e-global-color-secondary);
    --c7-alt-button-bg: transparent;
    --c7-field-bg: transparent;
    --c7-body-text-color: var(--e-global-color-secondary);
}

/* disable default underline style 
body a:not([disabled]):hover, body a:not([disabled]):active, body a:not([disabled]):focus, body .c7-link:not([disabled]):hover, body .c7-link:not([disabled]):active, body .c7-link:not([disabled]):focus {
    text-decoration: none;
}*/
body input, body select, body textarea {
    color:var(--e-global-color-secondary);
}

#account-header {
   display: inline-flex;
position: absolute;
top: 40px;
right: 50px;
z-index: 999;
align-items: center;
}

.elementor-sticky--effects #account-header {
top: 14px;
}



#account-header #c7-account {
    padding-right: 0px;
    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 a {
    color:var( --e-global-color-secondary );
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    padding:0px;
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
    background-color: transparent;
    border:none;
} 
body .c7-custom-form .c7-form {
	margin:0px;
}
#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
    stroke:var( --e-global-color-secondary );
}
#c7-cart .c7-user-nav__cart__count {
    background-color: #593a20;
}
#c7-cart .c7-user-nav__cart button.c7-link {
  
}
#c7-account .c7-user-nav__account__dropdown a {
color: var(--c7-body-text-color);
}
body .c7-form__buttons button {
    max-width: 300px;
}
body .c7-account-login .c7-form__buttons {
    justify-content: flex-start;
}
/* Overall styling */
body #c7-content h1 {
    margin-bottom: 20px;    
}
body .c7-btn {
font-family: "Open Sans", Sans-serif;
font-size: 13px;
font-weight: 400;
color: #5B4026;
background-color: #5B402600;
box-shadow: 5px 0px 0px 0px #5B4026 inset;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: var( --e-global-color-secondary );
border-radius: 1px 1px 1px 1px;
padding: 10px 30px 10px 30px;
}
body .c7-btn:hover, body .c7-cart__buttons .c7-btn:hover {
    color: var( --e-global-color-341baad );
    background-color: #5B402600;
    box-shadow: 300px 0px 0px 0px #5B4026 inset;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-secondary );
    border-radius: 1px 1px 1px 1px;
}
body .c7-modal__header button:active svg, body .c7-modal__header button:hover svg, body .c7-modal__header button:focus svg {
    stroke: var( --e-global-color-341baad );;
  }

.c7-side-cart__header button, .c7-side-cart__header button:hover, .c7-side-cart__header button:focus {
    background-color: transparent !important;
    color:#000;
    border:none;
    box-shadow: none !important;
}

.c7-order-summary__buttons a {
font-size: 12px;
border: 1px solid var( --e-global-color-secondary );
}
.c7-order-summary__buttons a:hover {
    background-color: var( --e-global-color-secondary ) !important;
    color:#fff;
}
.c7-order-summary__buttons a.c7-btn--alt {
    background-color: var( --e-global-color-secondary ) !important;
    color:#fff;
}
button.c7-link {
    background-color:transparent !important;
    
    color: var(--c7-body-text-color) !important;
    box-shadow: none;

}
button.c7-link:hover, button.c7-link:focus {
    opacity: 0.6;
    box-shadow: none;
    
}
body .c7-form__group .c7-form__field + button {
    margin-top: 20px;
}
body .c7-reservation__search .c7-form__group {
    justify-content: start;
}
/* 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;
}

body .c7-account__header, body .c7-account__menu {
    background: var(--c7-block-bg);
}
body .c7-account__menu {
    padding-bottom: 10px;
}

/* fix lightboxes that go behind sticky header */
body .c7-modal-container {
  top: 14%;
}
body .c7-back::before {
content: "< ";
vertical-align: top;
}

/* fix edit card */
body #c7-payment-creditcard-group .c7-radio--box .c7-link {
    top: 10px;
}

/* 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 gift card */
.c7-account-details .c7-account-block--gift-card {
display:none;
}

/* hide book reservation */
.c7-account-reservations .c7-notice--empty .c7-btn{
    display: none;
}
.c7-modal--account-delete .c7-form__field label {
margin-top: 10px;
margin-bottom: 10px;
}
.c7-modal--account-delete a {
    text-decoration: underline;
}
/* 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;
}

.c7-order-details__footer a {
    font-size: 14px;
    text-decoration: underline;
}

/* hide elements, need to add these classes to the rows */
.collection-row h1 {
display:none;
}
.c7-callout:not(.c7-callout--club)::before {
    display: none;
}

body .c7-form--card-number .c7-card-type--default {
    top: 32px;
  }

/* custom c7 form styling */
body .c7-custom-form .c7-form {
	max-width: 100%;
}
body .c7-custom-form .c7-form input,  body .c7-custom-form .c7-form select,  body .c7-custom-form .c7-form textarea {
	background:transparent;
}

/* account styling */
body .c7-table th, body .c7-table td {
    padding: 10px;
}


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

    
    .elementor-sticky--effects #account-header {
        top: 14px;
    }
}


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

    .reverse-col {
        display:flex !important;
        flex-direction: column-reverse;
    }
    #account-header {
        top: 60px;
        left: auto;
        right: 13%;
        flex-flow: column-reverse;
    }
    #c7-cart .c7-user-nav__cart button.c7-link {
    padding: 0px 0px 8px 0px;
    } 
    body .c7-user-nav__account {
        padding-right: 5px;
    }

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

@media screen and (max-width: 440px){
    #account-header {
        top: 20px;
        left: auto;
        right: 10px;
        flex-flow: column-reverse;
    }
    #menu-mobile.elementor-section {
        margin-bottom: -95px !important;
    }


}