/*-------------------------------------------*\ 
// GLOBAL
\*-------------------------------------------*/


@import url("https://use.typekit.net/tvd3akk.css");
@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap');

/* Default font for all body text */
body {
    font-family: "tt-commons-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

/* Custom font for headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Halant", serif;
  font-weight: 500;
  font-style: normal;
}


.container--homepage h1,
.container--homepage h2,
.container--homepage h3,
.container--homepage h4,
.container--homepage h5,
.container--homepage h6 {
    color: #0D0928;
}


/*-------------------------------------------*\ 
// VARIABLES
\*-------------------------------------------*/

:root {
  /*Greens*/
    --forest: rgb(14, 58, 50);
    --emerald: rgb(0, 90, 78);
    --seaFoam: rgb(159, 200, 189);
    --frost: rgb(208, 226, 218);

  /*Golds*/
    --harvestGold: rgb(184, 129, 40);
    --khaki: rgb(184, 161, 113);
    --wheat: rgb(219, 207, 167);
    --linen: rgb(236, 233, 211);

    --slate: rgb(46, 46, 46);
    --grey: rgb( 200, 200, 200);

    --homepage-callout-col-count: 4;
    --slide-style-a-column-widths-tablet: 1fr;
    --slide-style-a-column-widths-large: 1fr;
    --homepage-secondary-callout-col-count: 4;
    --shadow-standard: 0px 0px 3px hsl(0, 0%, 65%);
    --color-info: hsl(0deg 0% 90.2%);
    --color-info-dark: hsl(211.58deg 31.15% 11.96%);
    --container-max-width: 80%;
    --category-products-per-row-large: 4;
    --categories-per-row-medium: 4;
    --color-success: hsl(340.8deg 65.22% 22.55% / 28%);
    --color-success-dark: hsl(340.8deg 65.22% 22.55%);
    --category-product-name-font-size: 1.1em;
    --homepage-callout-title-horizontal-alignment: left;
    --color-negative-dark: #b88128;
    --button-primary-background-color: var(--forest);
    --color-grey: #E61914;
    --highlight-text: var(--forest);
    --color-black: #0D0928;
    --link-text-color: #0D0928;
    --color-light-grey: #b8a171;
    --table-row-hover-background-color: #b88128;
    --color-negative: #ece9d3;
    --table-header-background-color: #b88128;

    /* TOP NAVIGATION BAR COLORS */
    --primary-bg: #0D0928;
    --primary-text: #fff;
    /* MAIN MENU COLORS */
    --secondary-bg: #fff;
    --secondary-text: #0D0928;
    /* HIGHLIGHT/HOVER COLORS */
    --highlight-bg: var(--frost);
    /* MEGAMENU DROPDOWN COLORS */
    --megamenu-bg: #fff;
    --megamenu-links: #0D0928;
    --megamenu-title: #0D0928;
    --megamenu-text: #0D0928;
    /* MOBILE COLORS */
    --mobile-icon: #0D0928;
    --mobile-bg: #0D0928;
    --mobile-text: #fff;
    --mobile-bg-highlight: #422254;
}


/*-------------------------------------------*\ 
// SLIDER
\*-------------------------------------------*/

.slide img {
    border: 0;
    background: white;
    box-shadow: none;
}

.slider {
    margin-top: 70px;
}

.slide.style-c .slide__image {
    margin-left: 0;
}

/*-------------------------------------------*\ 
// SEARCH FORM
\*-------------------------------------------*/

a#btnSearch {
    position: relative;
    right: 35px;
    color: #002B5C;
}

.search-box {
    width: fit-content;
    margin-right: 0;
    margin-left: 25px;
    display: inline-flex;
    justify-content: center;
}

.search-form input {
    background-color: #cdd3d736;
    border-color: #788793;
    border-width: 1px;
}

/****** START OF MEGA MENU ******/
.header-wrapper {
    background: var(--forest);
    margin-top: -10px;
    margin-bottom: -10px;
    padding-bottom: 0px !important;
    border-bottom: 0px;
}

header.header--site {
    padding-left: 50px;
    padding-right: 50px;
}

header.header--site a,
header.header--site a:link,
header.header--site a:visited,
header.header--site a:active,
header.header--site p {
    color: var(--primary-text);
}

header.header--site a:hover {
    color: var(--highlight-text) !important;
}

.top-nav {
    text-align: right;
    padding: 15px 3vw;
    width: 100vw;
}

.top-nav ul,
.top-nav li {
    list-style: none;
    color: var(--primary-text);
    display: inline-block;
    padding: 0 2vh;
    font-size: 0.925em;
}

.top-nav a,
.top-nav a:link {
    color: var(--primary-text);
    !important;
}

.top-nav i {
    color: var(--primary-text) !important;
}

@media all and (max-width: 769px) {
    .top-nav {
        text-align: center;
    }
}

/****** LOGO ******/
.main-logo-space {
    z-index: 99999;
    position: absolute;
    left: 0;
    margin-left: 10vh;
}

.main-logo-space img {
    max-width: fit-content;
    top: 4px;
    height: 40px;
    position: absolute;
}

@media all and (max-width:1080px) {
    .main-logo-space {
        margin-left: 1vh;
    }
}

/****** STICKY LOGO ******/
.sticky-logo {
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;
}

.sticky-logo img {
    max-width: fit-content;
    z-index: 99999;
    position: absolute;
    top: 5px;
    height: 50px;
}

.visible-title {
    visibility: visible;
}

@media all and (max-width: 769px) {
    .sticky .main-logo-space img {
        max-width: 268px;
        max-width: 180px !important;
        z-index: 99999;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/******* STICKY MENU ******/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.sticky {
    width: 100%;
    height: 70px;
    z-index: 10;
    background: var(--secondary-bg) !important;
    text-align: right;
    box-shadow: 3px 3px 3px #00000042;
    position: absolute;
}

.sticky li {
    display: inline-block;
}

.sticky a {
    display: inline-block;
    font-weight: 500;
    font-size: large;
    line-height: 1.9;
    color: var(--secondary-text);
}

.sticky .mega-feature a {
    line-height: 0;
}

/****** MEGA MENU DROPDOWN ******/
.mega-dropdown {
    background-color: var(--primary-bg);
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
}

.mega-feature {
    border: 0;
    width: 250px;
    float: right;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
}

.mega-feature:hover {
    border-color: var(--highlight-bg);
    background-color: #fff;
    box-shadow: 4px 4px 4px #00000054;
    transition: all .5s ease-out;
}

.megamenu_container {
    transition: all 0.2s ease;
    position: relative;
    z-index: 9999;
}

.megamenu {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    z-index: 10;
    font-size: 14px;
    line-height: 1;
}

.megamenu>li>a {
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    padding: 16px;
    font-family: "Halant", serif;
}

.megamenu li {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

.megamenu li:last-child {
    margin-right: 3vw;
}

.megamenu .col_3 {
    float: left;
    display: inline;
    position: relative;
    margin-left: 2%;
    width: 29.33%;
}

.megamenu_container .megamenu>li:hover,
.megamenu_container .megamenu>li.active {
    background: var(--highlight-bg);
    opacity: 1.0;
    transition: all .5s ease-out;
}

.megamenu_container .megamenu li.noactive {
    background: none;
    box-shadow: none;
}

.megamenu h3 {
    color: var(--megamenu-title);
}

.megamenu p {
    line-height: 1.8;
    margin-top: 10px;
    color: var(--megamenu-text);
}

.megamenu_container .megamenu>li:hover>a {
    color: var(--highlight-text) !important;
    transition: all .5s ease-out;
}

.megamenu img {
    height: auto;
    border: none;
}

.dropdown_fullwidth a {
    color: var(--megamenu-links);
    font-size: 1em;
    padding: 6px 20px;
}

.dropdown_fullwidth a:hover {
    color: var(--highlight-text);
    background-color: var(--highlight-bg);
    transition: all .5s ease-out;
}

.dropdown_fullwidth a:hover>p {
    color: var(--highlight-text);
    background-color: var(--highlight-bg);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

.megamenu_container .megamenu li .dropdown_fullwidth {
    background: var(--megamenu-bg);
    text-align: left;
}

li.mega-li {
    display: block;
    width: max-content;
}

ul.list_unstyled {
    display: grid;
    grid-template-rows: repeat(5, min-content);
    grid-auto-flow: column;
    margin-top: 35px;
}

.col_3_feature a {
    display: block;
    margin-top: 0;
    background-color: var(--megamenu-border);
    color: var(--megamenu-links);
    padding: 0;
}

.megamenu li .dropdown_fullwidth {
    position: absolute;
    margin: 0;
    left: -9999em;
    top: -9999em;
    display: block;
    zoom: 1;
    z-index: 9998;
    float: left;
    box-shadow: 2px 2px 2px 2px hsl(207deg 45% 15% / 23%);
    width: 110%;
    margin-left: -4%;
    padding: 45px 3%;
}

/* Showing Drop Down on Mouse Hover */
.megamenu li:hover .dropdown_container {
    top: 45px;
    left: auto;
}

.megamenu li:hover .dropdown_fullwidth {
    top: 45px;
    left: -1px;
}

.megamenu li .dropdown_right {
    right: 0;
}

.megamenu li:hover .dropdown_right {
    top: 45px;
    left: auto;
    right: 0;
}

.sticky .megamenu li:hover .dropdown_fullwidth {
    top: 70px;
    left: -1px;
}

/* MOBILE MENU TOGGLE */
.mobile-menu,
.mobile-toggle {
    display: none;
}

.mobile-toggle .fa-times {
    display: none;
}

.mobile-toggle.open .fa-bars {
    display: none;
}

.mobile-toggle.open .fa-times {
    display: inline;
}

.toggle-mobile {
    display: none;
}

@media all and (max-width:1080px) {

    .top-nav ul,
    .top-nav li {
        list-style: none;
        color: var(--primary-text);
        display: inline-block;
        padding: 1vh 2vh;
        font-size: 0.925em;
        margin-left: 0;
    }
}

nav.mobile-menu.slide-down.shown {
    display: block !important;
}


.toggle-mobile.active {
    background-color: #0e3658;
    z-index: 9999;
    position: fixed;
    width: 87%;
    padding: 15px;
    margin: 31px 0;
}

@media all and (min-width: 1080px) {
    .mobile-toggle {
        display: none !important;
    }

    nav.mobile-menu.slide-down.shown {
        display: none !important;
    }

    .desktop-toggle {
        display: block !important;
    }
}

@media all and (max-width: 1080px) {
    #mobile-menu-toggle {
        display: block;
        margin-top: 0;
        color: #fff;
        padding-top: 30px;
    }
}

@media all and (max-width: 1080px) {
    .mobile-toggle {
        display: inline-block !important;
        float: right;
        right: 35px;
        top: 25px;
        position: relative;
        z-index: 999999;
    }

    .desktop-toggle {
        display: none !important;
    }

    .mobile-menu.active {
        display: block;
        z-index: 999;
        position: absolute;
        width: 105vh;
        margin-top: 18px;
        text-align: center;
    }

    .mobile-menu.slide-down {
        transition: max-height 0.3s ease-in-out;
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 100%;
    }

    .sticky .mobile-menu a {
        color: white !important;
    }

    .fa {
        color: var(--mobile-icon) !important;
    }

    .mobile-menu.active li:hover {
        background-color: var(--mobile-bg-highlight);
    }

    .mobile-menu.active a {
        color: var(--mobile-text);
    }

    .mobile-menu ul {
        background-color: var(--mobile-bg);
        margin: 0;
        text-align: center;
        padding: 15px;
    }

    .mobile-menu.active li {
        display: block;
        line-height: 3em;
    }

    .mobile-menu.active {
        display: block;
        z-index: 999;
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .mobile-menu ul {
        margin: 0;
    }

    .main-logo-space img {
        max-width: 73px;
        height: auto;
        top: 10px;
    }
}

@media all and (max-width: 1080px) {
    .sticky .mobile-toggle {
        float: right;
        position: relative;
        right: 9vw;
        top: 2.5vh;
    }
}

.mobile-toggle i.fa.fa-bars {
    font-size: 28px;
}

@media all and (max-width: 1080px) {
    .megamenu img {
        max-width: 96%;
        height: auto;
    }
}

@media all and (min-width: 480px) and (max-width: 1080px) {
    .megamenu_container .megamenu>li>div>.responsive_halfs {
        width: 42%;
    }
}

@media all and (min-width: 768px) and (max-width: 1080px) {
    .megamenu_container .megamenu>li {
        margin: 0 8px 0 0;
    }

    .megamenu_container .megamenu>li>a {
        padding: 16px 10px;
    }
}

@media all and (max-width: 1080px) {
    .megamenu_container {
        height: auto;
    }

    .megamenu_container .megamenu>li,
    .megamenu_container .megamenu>li:hover {
        float: none;
        width: auto;
        padding-right: 0;
        margin-right: 0;
    }

    .megamenu_container .megamenu li:hover .dropdown_fullwidth {
        top: auto;
        left: -1px;
    }

    .megamenu_container .megamenu .col_3 {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
}

/* Spacing Fix */
.container#bodyContainer {
    margin-top: 80px;
    min-height: 400px;
}

.container--homepage {
    display: block;
}

.container.container--footer {
    margin: auto;
}

/* END OF MEGA MENU */


.container--homepage {
    grid-template-areas:
        var(--homepage-grid-template-areas,
            "callouts"
            "gridflex"
            "secondary-callouts"
            "content");
}


/* BEGINNING OF FLEXGRID */
body {
    overflow-x: hidden;
    width: 100%;
}

.boxed-section {
    background-color: #788793;
    width: 100%;
    padding: 5%;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top: 5rem;
    position: relative;
    height: 350px;
}

.content {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    /* background-color: #fff; */
    border-radius: 20px;
    padding: 0 30px;
}

.boxed-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.25); */
}

.boxed-section h2,
.boxed-section p {
    color: #fff;
    text-transform: uppercase;
    /* text-shadow: 2px 2px 4px rgb(0 0 0); */
    font-weight: 500;
    margin: 15px;
    /* background-color: #fff; */
}

.boxed-section a {
    padding: 20px;
    display: block;
    margin: 5% auto;

}

@media (max-width: 610px) {
    .boxed-section {
        width: 106%;
        margin-left: -3%;
    }
}

@media (min-width: 611px) {
    .boxed-section {
        width: 103%;
        margin-left: -2%;
    }
}

@media (min-width: 1440px) {
    .boxed-section {
        width: 160%;
        margin-left: -30%;
    }
}

@media (max-width: 1020px) {
    .boxed-section a {
        width: 60%;
    }
}

/* END OF FLEXGRID */

/*-------------------------------------------*\ 
// BUTTON HOMEPAGE (WHITE TO GRADIENT HOVER) 
\*-------------------------------------------*/
.boxed-section a:hover {
    color: #f96639 !important;
}

.boxed-section a {
    min-width: 130px;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0 !important;
    display: inline-block;
    outline: none;


    z-index: 0;
    background: #fff;
    overflow: hidden;
    color: #0D0928;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
}

.boxed-section a:hover {
    color: #fff !important;

}

.boxed-section a:hover:after {
    width: 100%;
}

.boxed-section a:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: #fff;
    background: linear-gradient(90deg, #002B5C 0%, #0D0928 100%);
}

/*-------------------------------------------*\ 
// CATEGORY LANDING PAGE
\*-------------------------------------------*/

.products.products--grid .product__info * {
    font-weight: 400;
}

.products.products--grid .product__info {
  grid-template: 4fr auto / auto;
}

@media screen and (min-width: 1024px) {
    .products.products--grid {
        grid-template: auto / repeat(var(--category-products-per-row-large, 4), 1fr);
    }
}


.products.products--grid .product__title {
    font-size: var(--category-product-name-font-size, 1.1em);
    text-align: var(--category-product-name-text-alignment, left);
    min-height: 75px;
}

.products.products--grid .product__copy p {
    font-weight: 500;
}

/*-------------------------------------------*\ 
// STICKY PRODUCT IMAGES
\*-------------------------------------------*/
@media all and (min-width:771px) {
    .product-landing .product__images {
        position: sticky;
        top: 30px;
    }
}

/*-------------------------------------------*\ 
// PRODUCT LANDING PAGE
\*-------------------------------------------*/
@media all and (min-width:771px) {
    .ogrid .product .info {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
        align-content: start;
    }

    .product-landing .product__info {
        display: grid;
        grid-template: auto auto 1fr/1fr;
        grid-template-areas:
            "options"
            "pricing"
            "details";
    }

    .product-landing .product__info>* {
        grid-template: auto auto 1fr/1fr;
        display: grid;
        grid-template-areas:
            "quantity"
            "cost"
            "addtocart";
    }

    .product__details {
        grid-area: details;
    }

    .product__options.form {
        grid-area: options;
    }

    button.button.button--theme--primary.btnCTA.btnAddToCart.noClickOnEnter {
        grid-area: addtocart;
    }

    .estimated-cost {
        grid-area: cost;
    }

    .product-landing .product__images img {
        display: block;
        width: 100%;
        max-width: 100%;
        float: left;
        display: inline-block;
        padding-right: 20px;

    }

    .product-landing .product__images .img-wrap {
        position: relative;
        width: 75%;
        float: right;
        box-shadow: var(--shadow-standard);
    }

    .product-landing .product__images {
        grid-template-columns: repeat(auto-fit, minmax(1fr, auto));
        display: inline-block;
    }

    .product-landing .product__images ul {
        grid-template: auto/repeat(1, 3fr);
    }

    .product-landing .product__ordering *:not(.button)+.button {
        margin-top: var(--gutter);
        width: 100%;
        padding: 15px;
    }

    .product-landing .estimated-cost .cost {
        display: inline-block;
        float: left;
        font-size: 30px;
        font-weight: 400;
    }

    span.estimated-cost-label.upcharge-price-label {
        min-width: fit-content !important;
    }

    .estimated-cost-label.unit-price-label {
        display: none;
    }

    .estimated-cost-label.cost-label {
        display: none;
    }

    .product-landing {
        --product-grid-template: auto / 2.5fr 2fr;
    }
}



/*-------------------------------------------*\ 
// DROPDOWN DETAILS - PRODUCT PAGE
\*-------------------------------------------*/
details[open] summary {
    border-bottom: none;
    margin-bottom: 0.5em;
    border-radius: 0;
    font-weight: 600;
}

details summary {
    cursor: pointer;
    margin: -0.5em -0.5em 0;
    background: var(--details-background-color, #eee);
    padding: 0.5em;
    border-radius: 4px;
}

details {
    --details-border-color: var(--divider-color, #ddd);
    border: none;
    border-radius: 4px;
    overflow: hidden;
    padding: 0.5em 0.5em 0;
    box-shadow: none;
}

/*-------------------------------------------*\ 
// BULK ORDER TOGGLE
\*-------------------------------------------*/

.toggleWidget input[type=checkbox]:checked~label .track {
    border-color: #5f142c;
}

.toggleWidget input[type=checkbox]:checked~label .toggle .track .ball {
    transform: translate(8px, -50%);
    background: #5f142c;
}


/*-------------------------------------------*\ 
// INPUT SELECT FIELDS
\*-------------------------------------------*/
input,
select,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
textarea {
    border: 1px solid var(--grey);  
    border-left: 5px solid var(--grey);
    background: white;
    padding: 10px;
}

body input[type="text"]:focus {
  box-shadow: none !important;
}

input#productQuantity,
.product__options select {
    border: 1px solid #2c245700;
    background: #d9d9d95e;
}

label#productQuantityLabel,
.product__options label {
    text-transform: uppercase;
    font-size: smaller;
    font-weight: 500;
}

/*-------------------------------------------*\ 
// CALLOUTS (Hero in records)
\*-------------------------------------------*/

.homepage__callouts .callout {
    margin: 0;
    position: relative;
    display: block;
    box-shadow: 1px 3px 10px #cfcfcf;
    font-weight: 500;
    font-family: "Halant", serif;
}

.homepage__callouts .callout .img-wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    overflow: hidden; /* Important for zoom to stay within bounds */
}

.homepage__callouts .callout .img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.homepage__callouts .callout .img-wrap:hover img {
    transform: scale(1.05); /* Zoom in slightly on hover */
}

.homepage__callouts .callout figcaption {
    display: grid;
    position: relative;
    text-align: left;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: var(--homepage-callout-title-vertical-alignment, start);
    justify-items: var(--homepage-callout-title-horizontal-alignment, start);
    pointer-events: none;
    background: var(--linen);
}

.homepage__callouts .callout figcaption .cta {
    visibility: var(--homepage-callout-title-visibility, hidden);
    padding: var(--half-gutter) var(--gutter);
    background: none;
    border-radius: var(--homepage-callout-title-border-radius, 5px);
    transition: all 150ms ease;
    color: #0D0928;
    font-size: var(--homepage-callout-title-font-size, 1rem);
}

.homepage__callouts .callout a.img-wrap:hover + figcaption .cta {
    background: none;
    text-decoration: underline;
}

.homepage__callouts .callout figcaption .cta:hover {
    color: none;
    text-decoration: underline;
}

/*--reorder--*/
.homepage__callouts .callouts .callout:nth-child(1) {
  order:1;
}
.homepage__callouts .callouts .callout:nth-child(2) {
  order: 3;
}
.homepage__callouts .callouts .callout:nth-child(3) {
  order: 2;
}
.homepage__callouts .callouts .callout:nth-child(4) {
  order: 4;
}

/*-------------------------------------------*\ 
// SECONDARY CALLOUTS (Callouts in records)
\*-------------------------------------------*/

.homepage__secondary-callouts {
    margin-top: 50px;
}

.homepage__secondary-callouts .callout__subtitle {
    position: relative;
    padding: 0;
    background: none;
    color: black;
    font-size: 14px;
    pointer-events: none;
    /* border-bottom-left-radius: var(--homepage-secondary-callout-subtitle-border-radius, 0); */
    padding-top: 10px;
}

.homepage__secondary-callouts .callout__title {
    text-align: left;
}

.homepage__callouts h2 {
    margin-top: 38px;
}

.callout__title a {
    font-size: 20px;
    font-weight: 500;
}

.homepage__secondary-callouts .callout__image {
    box-shadow: none;
}

/*-------------------------------------------*\ 
// FOOTER
\*-------------------------------------------*/


footer ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: var(--forest);
    position: relative;
    margin-top: 50px;
    color: white;
    align-self: end;
}

.footie-container {
    padding: 2em 4em;
    border-bottom: .5px solid #ffffff66;
}

.footie-top-row {
    text-align: center;
    display: grid;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-areas: 'box1 box2 box3';
}

.footer-section .logo-space img {
  filter: saturate(0) brightness(100);
}

@media screen and (max-width: 1080px) {
    .footie-top-row {
        grid-template-areas:
            'box1'
            'box2'
            'box3';
    }

    .sticky li {
        display: block;
        color: white;
    }
}

.footer-cta {
    border-bottom: 1px solid var(--borderLine);
    padding: 10px 0 10px 0;
}

.single-cta i {
    color: var(--hoverColor) !important;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.single-cta {
    margin-top: 25px;
}

.cta-text {
    padding-left: 55px;
    text-align: left;
}

.cta-text h4 {
    color: var(--primaryText);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: var(--secondaryText);
    font-size: 15px;
    overflow-wrap: anywhere;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 300px;
}

.footer-text {
    width: 90%;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--secondaryText);
    line-height: 28px;
}

.footer-social-icon span {
    color: var(--primaryText);
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px;
}

.footer-social-icon a {
    color: var(--primaryText);
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    text-align: center;
    border-radius: 50%;
    width: 25% !important;
}

li.sm-list-item {
    width: 12% !important;
}

.footie-row {
    display: grid;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-areas: 'col1 col2 col3';
}

@media screen and (max-width: 1080px) {
    .footie-row {
        grid-template-areas:
            'col1'
            'col2'
            'col3';
    }

    .footie-bottom-row {
        display: block !important;
    }

    .footer-menu ul {
        float: none !important;
    }

    .footer-menu li {
        margin: 10px 20px 5px 0 !important
    }
}

@media screen and (min-width: 1080px) {
    .footer--infoBox {
        margin-left: 20%;
    }

    .footer--column,
    .footer--infoBox {
        width: 27vw;
    }

    .footer--infoBox.box2 {
        margin-left: 15%;
    }

    .footer--infoBox.box3 {
        margin-left: 5%;
    }

}

header {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    box-shadow: 3px 3px 3px #79797942;
}

.footer-widget-heading h3 {
    color: var(--primaryText);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--hoverColor);
}

.footer-menu ul {
    float: right;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #788793;
}

.footer-menu li a {
    font-size: 14px;
    color: white;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    margin-bottom: 12px;
    width: 50%;
}

.footer-widget ul li a:hover {
    color: var(--hoverColor);
}

.footer-widget ul li a {
    color: var(--secondaryText);
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: var(--secondaryBg);
    border: 1px solid var(--secondaryBg);
    color: var(--primaryText);
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--hoverColor);
    padding: 13px 20px;
    border: 1px solid var(--hoverColor);
    top: 0;
}

.subscribe-form button i {
    color: var(--primaryText);
    font-size: 22px;
    transform: rotate(-6deg);
}

.footie-bottom-row {
    display: grid;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-areas: 'col1 col2';
}

.copyright-area {
    background: var(--secondaryBg);
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--secondaryText);
}

.copyright-text p a {
    color: var(--hoverColor);
}

.footer-menu .cc-list li {
    width: 30px;
}


/*-------------------------------------------*\ 
// HOMEPAGE POPUP
\*-------------------------------------------*/

.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 500px;
    padding: 20px;
    background: #0D0928;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    text-align: center;
    display: none;
    /* Hidden by default */
    z-index: 999999;
}

@media screen and (max-width: 600px) {
    .popup-container {
        width: 350px;
    }
}

.popup-container h2,
.popup-container p {
    color: white;
}

.popup-container p {
    font-size: 20px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999998;
}

.popup-container button {
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    background: #5f162c;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.popup-container button:hover {
    background: #3d0e1c;
}

/* Confetti Canvas */
canvas#confettiCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Prevents interaction issues */
    z-index: 1000000;
    /* Higher than the popup */
}

/*-------------------------------------------*\ 
// ODDS AND ENDS
\*-------------------------------------------*/

table {
    font-size: var(--font-size-m);
}

table thead th {
    background: #0D0928;
    color: var(--table-header-text-color, white);
}

button#ShipAddressNew {
    padding: 15px;
    font-size: 18px;
    background-color: #b88128;
    border-color: #b88128;
}

/*-------------------------------------------*\ 
// HERO VIDEO
\*-------------------------------------------*/
.hero-video {
  max-height: 718px;
  height: 718px;
  max-width: 100%;
  width: 100%;
  margin-top: 70px;
}

.hero-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  body .hero-video {
    max-height: fit-content;
    height: fit-content;
    max-width: 100%;
    width: 100%;
    margin-top: 70px;
  }

 body .hero-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/*-------------------------------------------*\ 
// BUTTONS
\*-------------------------------------------*/
div button.button.button--theme--primary, div button.button.button--theme--primary:visited, div a.button.button--theme--primary:visited, div a.button.button--theme--primary, div button.button.button--theme--primary:visited, div input[type="submit"].button.button--theme--primary:visited {
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: 0;
  transition-property: background-color;
transition-duration: 0s;
}
div button.button.button--theme--primary:hover, div button.button.button--theme--primary:active, div a.button.button--theme--primary:hover,  div input[type="submit"].button.button--theme--primary:hover{
  background: transparent;
  color: var(--forest) !important;
  border: 1px solid var(--forest) !important;
  border-radius: 0;
}
/*disabled*/
div button.button.button--theme--primary:disabled {
  background: var(--grey) !important;
  border: 1px solid var(--grey);
}
div button.button.button--theme--primary:disabled:hover {
 background: var(--grey) !important;
  border: 1px solid var(--grey) !important;
}
/*homepage*/

  
/*-------------------------------------------*\ 
//                      LINKS
\*-------------------------------------------*/
a:hover {
  color: var(--harvestGold);
}

/*-------------------------------------------*\ 
//              PRODUCT PAGE
\*-------------------------------------------*/
.alert.alert--warning, .flash--warning {
  background: var(--linen);
  border-left: solid 5px var(--wheat);
  border-radius: 0;

  box-shadow: none;
  color: var(--slate) !important;
}
.flash.flash--error {
    background: var(--color-error);
  border-left: solid 5px var(--color-error-dark);
  border-radius: 0;
  box-shadow: none;
  color: var(--slate) !important;
}
.flash.flash--success{
    background: var(--frost);
  border-left: solid 5px var(--seaFoam);
  border-radius: 0;
  box-shadow: none;
  color: var(--slate) !important;
}
.table--pricing.product-price-breaks {
  display: none;
}
.toggleWidget input[type="checkbox"]:checked ~ label .track {
  background: white;
 border-color: var(--seaFoam);

}
.toggleWidget input[type="checkbox"]:checked ~ label .toggle .track .ball {
  background: var(--seaFoam);
}
.product__image .img-wrap {
box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}
.products.products--grid .product__title {
  min-height: unset;
}
.products.products--grid .product__cta {
  display: none;
}
.product__specs > dl {
  border-color: var(--forest);
}
.product__specs > dl > dt {
  background: var(--forest);
}


/*-------------------------------------------*\ 
//              LOGIN PAGE
\*-------------------------------------------*/

.login {
    background: #fff;
}

.alert ul, .flash ul {
    list-style: disc;
}

/*-------------------------------------------*\ 
//              SHOPPING CART
\*-------------------------------------------*/

.cart__item .item__details h2 {
        font-size: 21px;
    }



@media screen and (min-width: 425px) {
    .customer-reports {
        grid-template-columns: 1fr;
    }
}