/*
* Theme Name: Highmind Packaging -  Storefront Child Theme
* Theme URI: https://glacial.com
* Description: Storefront Child Theme
* Author: Glacial Multimedia
* Author URI: https://glacial.com
* Template: storefront
* Version: 1.0.0
*/

.kt-variation-label {
    color: var(--dark-green);
    text-transform: capitalize;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 24px;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    /*display: none;*/
}

ul.products::before, ul.products::after {
    content: none;
}

ul.products, .wc-block-grid__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem 2rem;
}

ul.products li, .wc-block-grid__products li {
    width: 100% !important;
}

.site-main ul.products.columns-3 li.product {
    width: 100%;
    float: none;
    margin: 0;
}

.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: auto;
    display: block;
    width: 540%;
    right: 0;
}

header {
    justify-content: space-between;
}

.main-navigation, .secondary-navigation {
    width: auto;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: #0a2c6c;
}

.nav-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .site-search {
    display: flex;
    height: auto;
    width: 400px;
    float: none;
    margin: 0;
}

header .site-search .widget {
    width: 100%;
    margin: 0;

}

a.account-link {
    display: none;
}

.logged-in a.account-link {
    display: inline-block;
    margin-left: 1rem;
}

h4 {
    padding-top: 2rem
}

.hero-text-div {
    opacity: 0;
}

body:not(.home) h3,
body:not(.home) h1 {
    color: #5c76a2;
}

body:not(.home) h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.2em;

}

.single-product .product-section h1 {
    font-size: 2em;

}

.storefront-sorting {
    display: none;

}

.table td, table th {
    padding: 1em 0 !important;
}

.w-nav-menu {
    /*overflow: auto;*/
}

a {
    color: #0a2c6c;
}

.navbar.w-nav {
    background: #e8e2d7;
    display: flex;
    align-items: center;
    padding: 10px 1rem;
    box-shadow: 0px 1px 10px #00000021

}

.right-sidebar .content-area {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
}

.primary-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0em;
}

.storefront-breadcrumb {
    margin-top: 9rem;
    margin-bottom: 1rem;
}

.xoo-el-main {
    font-family: Quicksand, sans-serif;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    background-color: #eeeeee;
    color: #000000;
    border: 1px solid #eeeeee;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    font-weight: 600;
    height: auto;
    background-color: #e8e2d7;
    color: #000;
    border-color: #2c5a35;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
    background-color: #2c5a35;
    color: #fff;
    border-color: #2c5a35;

}

.kt-image-color-sw label:hover {
    cursor: pointer;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #2c5a35;
    color: #fff;
    border-color: #2c5a35;
}

body:not(.home) {
    /*background: #ecefed;*/
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    /*background-color: #fff;*/
}

.site-content, .storefront-breadcrumb {
    width: 95%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.col-full {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.variations th.label {
    display: none;
}

.main-navigation ul.menu, .main-navigation ul.nav-menu {
    max-height: none;
    padding: 0;
}

table td, table th {
    padding: 1em 0;
    text-align: left;
    vertical-align: top;
}

.quantity .qty {
    height: 51px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}

.hidden {
    display: none !important;
}

.section-wrapper-49.white {
    justify-content: flex-start;
}

.smaller-header {
    font-size: 2.2em;
    /*font-weight: 400;*/
}

.services-section {
    min-height: auto;
}

.main-navigation .menu-item a {
    color: #0a2c6c;
    text-transform: uppercase;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
}

ul.menu li a {
    color: #0a2c6c;
}

.site-header-cart {
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 2rem;
}

.xoo-el-login-tgr {
    margin-left: 2rem;
}

.site-header-cart .count {
    display: none !important;
}

body button.single_add_to_cart_button, .components-button {
    border: 1px solid var(--dark-green) !important;
    background-color: var(--linen) !important;
    color: var(--dark-green) !important;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    line-height: 1.2em;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    border: 1px solid var(--dark-green) !important;
    background-color: var(--linen) !important;
    color: var(--dark-green) !important;
}

.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.button:hover,
body button.single_add_to_cart_button:hover, .components-button:hover {
    background-color: var(--dark-green) !important;
    color: var(--linen) !important;
}

.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total {
    padding: 15px;
}

ul {
    padding-left: 0;
}

.woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-EditAccountForm.edit-account fieldset legend {
    background: none;

}

.xoo-el-srcont {
    flex: 1;
}

.xoo-el-sidebar {
    display: none;
}

.price {
    font-size: 2.2rem;
    color: #5c76a2;
    font-weight: 600;
    margin-bottom: 20px
}

form.cart {
    margin-top: 0;
    margin-bottom: 50px;
}

table.tbloo_fine_trash_plugifyy td {
    padding: 5px 0 !important;
}

@media (max-width: 767px) {

    #site-navigation-menu-toggle span {
        display: none;
    }

    .nav-menu {
        display: none;
    }

    .product-section {
        flex-direction: column-reverse;
    }

    .section-wrapper-49 {
        width: 100%;
        flex-direction: column;
        display: flex;
    }
}