:root {
	--c7-primary-button-bg: #8e9c9c !important;
    --c7-primary-button-bg-hover:#4c5d69;
    --c7-field-bg:rgb(236, 228, 213) !important;
    --c7-field-border-radius: 0px !important;
    --c7-alt-text-color: #8e9c9c !important;
    --c7-field-border-radius: 2px; 
    --c7-primary-button-text-color: #ffffff;
    --c7-heading-font-family: 'Karin', sans-serif !important;
    --c7-font-family: 'termina', Verdana, Arial, Helvetica, sans-serif !important;
    --c7-body-text-color: #111111;
    --c7-bg: #fffaf2 !important;
    --c7-block-bg: var(--c7-bg) !important;
	--c7-bg-alt: #8e9c9c !important;
}
/* disable default underline style */
a:not([disabled]):hover, a:not([disabled]):active, a:not([disabled]):focus, .c7-link:not([disabled]):hover, .c7-link:not([disabled]):active, .c7-link:not([disabled]):focus {
    text-decoration: none !important;
}

/* account header */
#account-header {
    display: inline-block;
    text-align: right;
}

#c7-account, #c7-cart {
    display:inline-block;
    margin-left: 5px;
}
#c7-account .c7-user-nav__account a {
    color:var( --e-global-color-00670c5 ) !important;
    text-transform: uppercase;
    padding:0px;
    text-transform: capitalize !important;
}

#c7-account .c7-user-nav__account .c7-user-nav__account__dropdown a {
	color:#415364 !important;
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
    background-color: transparent;
    border:none;
} 
.c7-user-nav__account > a, .c7-user-nav__cart > button {
    padding: 0px !important;
}
#c7-side-cart__header__close {
    background-color: transparent !important;
}
#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
    stroke:var(--e-global-color-00670c5) !important;
}
#c7-cart .c7-user-nav__cart__count {
    background-color: var(--e-global-color-00670c5) !important;
    font-size: 9px !important;
    color:#415364 !important;
}
.c7-content a {
    color:#415364;
}

.c7-content a:hover {
    color:#8e9c9c;
}

/* Overall styling */
#c7-content h1 {
    text-align: left !important;
    margin-bottom: 20px;
}
.c7-btn {
    background-color: #415364 !important;
    color:#ffffff !important;
    text-transform: uppercase !important;
}
.c7-btn:hover, .c7-cart__buttons .c7-btn:hover {
    background-color: #8e9c9c !important;
    color:#ffffff !important;
}
.c7-order-summary__buttons .c7-btn {
    font-size: 12px !important;
    line-height: 22px !important;
    min-height: auto !important;
}
/* all content should start aligned left */
.c7-account__dashboard__message {
    margin-bottom: 20px;
}

/* forms should all be full width */
.c7-cart__wrapper, .c7-account-login, .c7-account__dashboard {
  
    margin:0px auto !important;
    justify-content: space-between !important;
}
.c7-account-row {
    
    justify-content: space-between !important;
}
.c7-form {
    
}
.account-row h1 {
    display:none;
}
/* cart styling */
.cart-row h1 {
    display:none;
}
.c7-order-item a {
	color:var( --e-global-color-text );
}
body .c7-receipt__header .c7-receipt__header__content h1.c7-h1, body .c7-receipt__header .c7-receipt__header__content p {
  text-align: left;
  margin: 0px;
}
/* mini cart styling */
#c7-cart .c7-cart {
    top: 36px;
    }
#c7-cart > a::before {
    content: "Cart: " !important;
    font-weight: 600;
    color:#fff;
}
#c7-cart .c7-cart__count::after {
    content: " Items";
}
#c7-cart .c7-cart__total::before {
    content: "Total: ";
    font-weight: 600;
}
#c7-cart .c7-cart__total {
    display:block;
}
#c7-cart .c7-cart__total::after {
    display:block;
    content: "View Cart >";
    font-weight: 600;
}

/* 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 {
  max-height: 400px;
  width: auto;
  object-fit:cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center !important;
align-items: center !important;
}



/* hide elements, need to add these classes to the rows */
.collection-row h1 {
display:none;
}


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


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

    .reverse-col {
        display:flex !important;
        flex-direction: column-reverse;
    }
    #account-header {
        top: 100px;
    }

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