﻿/*  Nova CSS File
    Steve Getsiv

    #323232 iron
    #B5461A copper
    #F6E6D5 linen
    #b3b3ac steel
    #396f7c dew exoshield blue
    #bdd696 grove exoshield lt green
    #668996 mist building prod 
    #6a794d canopy clips
*/

/*#region overview */

.ironText {
    color: #323232;
}

.copperText {
    color: #B5461A;
}

.linenText {
    color: #F6E6D5;
}


body {
    font-family: Inter,Helvetica,sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    width: 100%;
}

p {
    font-family: Inter,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 24px;
}

a {
    font-weight: 700;
    text-decoration: none;
    color: #b5461a;
    transition: 0s;
}

    a:hover {
        color: #323232;
    }


/* Initial state of the paragraphs, ul, li, img and headers, hidden - see javascript-mmddyy file in scripts folder */
p, ul, li, ol {
    opacity: 0;
    transition: opacity 1.2s ease;
    transition-delay: 0.1s;
}

h2, h3, h4, h5 {
    opacity: 0;
    transition: opacity 1.2s ease;
    transition-delay: 0.1s;
    margin: 0;
    padding: 10px 0 20px 0;
}

img {
    opacity: 0;
    margin-top: 50px !important;
    transition: opacity 2.0s ease, margin-top 1.5s ease;
    transition-delay: 0.1s;
}

/* State of the paragraphs when they become visible */
.visible {
    opacity: 1;
    margin-top: 0px !important;
}

.no-animation {
    transition: none !important;
    visibility: visible;
    opacity: 1.0;
}

h1, h2, h3, h4 {
    font-family: "museo", serif;
    font-style: normal;
}

h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

h2, h3 {
    font-size: 1.5rem;
    color: #323232;
    font-weight: 700;
}

h3 {
    text-transform: uppercase;
    font-size: 1.17em;
}

h4, h5 {
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #303231;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    background: #b5461a;
    border-radius: 12px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ededed;
    }

/*#endregion */

/*#region header*/

#headerContainer {
    width: 100%;
    background: #323232;
    height: 6.8rem;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
}

#header {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    /*This divides the header into 5 sections - navProduct has all of the products on the left, logo is NOVA, navMenu are the items on the right + cart*/
    background: #323232;
    height: 6.8rem;
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    color: #F6E6D5;
}


#logo {
    padding-top: 25px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    grid-column: 1;
    border-right: solid 3px #F6E6D5;
}

    #logo img {
        height: 50px;
        margin-top: 0px !important;
        opacity: 1 !important;
    }

#mobileLogo {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

    #mobileLogo img {
        height: 50px;
        margin-top: 0px !important;
        opacity: 1 !important;
        margin-left: 40px;
    }

.cartStyle {
    color: #F6E6D5;
    padding-left: 40px;
}

    .cartStyle:hover {
        color: #B5461A;
    }


/* MENU CSS STARTS HERE ***************************************************/

#navProduct {
    margin-left: 1em;
    color: #F6E6D5;
    grid-column: 2;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

    #navProduct a {
        font-family: "museo", serif;
        font-style: normal;
        font-weight: 700;
        color: #F6E6D5;
        text-decoration: none;
        white-space: nowrap;
    }

#navMenu {
    text-transform: none;
    color: #F6E6D5;
    grid-column: 4;
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-right: 1em;
}

    #navMenu a {
        font-family: "museo", serif;
        font-style: normal;
        font-weight: 700;
        color: #F6E6D5;
        text-decoration: none;
    }

.headerButton {
    background-color: #323232;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 24px;
    padding-left: 10px;
    margin: 0;
    height: 40px;
    color: #F6E6D5;
}

    .headerButton:hover {
        cursor: pointer;
        outline: none;
    }

.navTopMenu {
    font-family: "museo", serif !important;
    font-weight: 700;
    font-size: 1.2rem !important;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 10px;
}

    .navTopMenu:after {
        content: '';
        display: block;
        margin: 5px auto auto auto;
        height: 5px;
        width: 0px;
        background: transparent;
        transition: width .8s ease, background-color .8s ease;
    }

    .menu:hover .navTopMenu:after,
    .navTopMenu:hover:after {
        width: 100%;
        background: #B5461A;
    }

.headerBoldFont {
    font-family: "museo", serif !important;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    font-size: 1.0rem !important;
    padding: 20px 0px 6px 15px !important;
    margin: 0 0 6px 0;
    line-height: 15px;
    text-align: left;
    color: #F6E6D5;
    width: 94%;
    border-bottom: 1px solid #B5461A;
}

.dropdown {
    position: relative;
    text-align: center;
    overflow: visible;
    background-color: #323232;
}

.menu {
    display: block;
    position: relative;
    overflow: visible;
    background-color: #323232;
    text-decoration: none;
    margin: 0 !important;
    opacity: 1 !important;
}

    .menu li {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0 !important;
        opacity: 1 !important;
    }

        /* Original single-column dropdown style */
        .menu li > ul { /* Added '>' for direct child specificity */
            background-color: #323232;
            z-index: 1;
            width: auto;
            min-width: 265px;
            text-align: left;
            border-end-start-radius: 0px;
            border-end-end-radius: 0px;
            margin: 7px 0px 0px 0px !important;
            padding: 0px 0px 10px 0px;
            left: 3000px; 
            opacity: 0;
            position: absolute;
            transition: opacity 1s ease;
            top: 67px;
        }

        /* Only show the direct child UL on hover */
        .menu li:hover > ul {
            opacity: 1;
            left: 0;
        }

    .menu > li > a {
        display: block;
        text-align: center;
        text-decoration: none;
    }

    .menu li ul li {
        list-style: none;
        text-align: left;
        margin-right: 0;
        padding-right: 0;
    }

    .menu li ul a {
        font-family: Inter,sans-serif !important;
        font-size: 0.75rem;
        padding: 8px 10px 8px 25px;
        margin: 0 !important;
        text-decoration: none;
        display: block;
        transition: 1s ease;
        color: #F6E6D5; /* Changed for readability on dark background */
    }

        .menu li ul a:hover {
            background-color: #B5461A;
            color: #FFF; /* Ensure text color changes on hover */
        }



    /* --- NEW / MODIFIED CSS FOR 4-COLUMN DROPDOWN --- */

    /* Style for the container that holds the columns within a dropdown */
    /* This will target the <div> immediately inside the <li> of a .menu item */
    .menu > li > .dropdown-multi-column {
        /* Instead of 'display: none;', use 'visibility: hidden;' */
        visibility: hidden; /* Start hidden but allow transitions */
        opacity: 0; /* Start completely transparent */

        position: absolute;
        background-color: #323232; /* Match your menu background */
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10; /* Make sure it's above other content */
        top: 73px; /* Set the desired vertical position */
        left: 3000px;
        transform: translateX(-50%); /* Centers the dropdown horizontally */
        padding: 10px 20px 20px 20px;
        box-sizing: border-box;
        min-width: 1000px; /* Adjust as needed for 4 columns */
        /* KEY CHANGE: Transition for opacity and visibility */
        transition: opacity 1s ease, visibility 1s ease;
        /* We include visibility in the transition so it doesn't become interactive
       while still fully transparent. Set duration to match opacity. */
    }

    /* Show the multi-column dropdown on hover with animation */
    .menu > li:hover > .dropdown-multi-column {
        visibility: visible; /* Make it visible */
        opacity: 1; /* Fade it in */
        display: flex; /* Ensure it lays out as flex when visible */
        /* No need for 'transition' here, it's defined in the initial state */
        left: 190%;
    }

/* IMPORTANT: Re-apply display:flex on hover!
   When visibility is 'hidden', flex properties don't apply.
   So we need to set display: flex only when it's visible.
   This might cause a slight "pop" of the layout before opacity,
   but for pure opacity, this is the most common and compatible method. */
/* If the layout pop is an issue, consider keeping display: flex always
   and controlling visibility only with opacity and pointer-events. */

/* Styling for each individual column (the nested <ul>s) */
.dropdown-multi-column ul {
    list-style: none;
    margin: 0;
    padding: 0 15px; /* Add some horizontal padding for spacing */
    flex: 1; /* Distribute space equally among columns */
    border-right: 1px solid #444; /* Column separator */
}

    .dropdown-multi-column ul:last-child {
        border-right: none; /* No border on the last column */
    }

    .dropdown-multi-column ul li {
        width: auto; /* Override previous 100% width for li */
        padding: 0;
        margin: 5px 0 5px 0;
        opacity: 1; /* Ensure child list items are visible */
    }

        .dropdown-multi-column ul li .headerBoldFont {
            color: #F6E6D5; /* Match your existing headerBoldFont color */
            border-bottom: 1px solid #B5461A; /* Example: add border */
            margin-bottom: 10px; /* Spacing below header */
            padding-left: 0 !important; /* Adjust padding for column alignment */
            padding-right: 0 !important;
        }

        .dropdown-multi-column ul li a {
            font-family: Inter,sans-serif !important; /* Added for consistency */
            color: #F6E6D5; /* Adjust link color for readability on dark background */
            font-size: 0.8rem; /* Adjust font size if needed */
            padding: 10px 0 10px 0; /* Adjust vertical padding */
            display: block;
            white-space: nowrap; /* Prevent links from wrapping */
            transition: background-color 0.3s ease, color 0.3s ease;
        }

            .dropdown-multi-column ul li a:hover {
                background-color: #B5461A; /* Hover background */
                color: #FFF; /* Hover text color */
            }


/* --- Other minor adjustments based on your HTML --- */
.displayNone {
    display: none;
}

#mobileDrop {
    display: none;
}

/* MENU stuff ends here ********************************************************************/


.CartView {
    position: fixed;
    top: 86px;
    right: 0;
    z-index: 10;
    width: 550px;
    margin: 0;
}

#cart-page {
    display: flex;
    line-height: 1.0em;
    font-size: 10px;
    max-width: 1290px;
    flex-direction: column;
    box-shadow: 0px 5px 15px -7px #323232;
    background: #F6E6D5;
    padding: 7px;
    border-radius: 8px;
}

    #cart-page h2 {
        font-weight: normal;
    }

    #cart-page #cart-header {
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        height: 25px;
        margin-bottom: 10px;
        align-items: center;
        border-bottom: 2px solid #323232;
    }

#cart-footer {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.item-comment {
    width: 100%;
}

.cart-btn-cont {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
}

    .cart-btn-cont input {
        width: 110px;
        padding: 10px !important;
    }

#cart-header > * {
    width: 25%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.item-desc {
    font-size: 14px;
    line-height: 16px;
}

    .item-desc > * {
        font-size: 10px;
        line-height: 14px;
    }

.item-details {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #323232;
    padding: 10px;
}

    .item-details input {
        border: 1px solid #323232;
    }

    .item-details > * {
        display: flex;
        width: 25%;
        font-size: 12px;
        justify-content: center;
        align-items: center;
    }

.cartComment {
    width: 16rem;
    max-width: 16rem;
}

#cart {
    text-align: center;
    font-family: Inter,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: 0.0s;
    padding-top: 34px;
    padding-bottom: 20px;
    font-size: 1.5rem;
}

    #cart:hover {
        cursor: pointer;
        outline: none;
        /*border: 0.5px solid #111;
        border-top-width: 3px;
        border-top-color: #b5461a;*/
        padding-bottom: 18px;
    }

    #cart .CartViewLink {
        cursor: pointer;
    }

    #cart a {
        text-decoration: none;
        font-family: Inter,Helvetica,sans-serif;
        font-weight: 700;
        font-style: normal;
        padding-top: 36.5px;
        padding-bottom: 28px;
        color: #b5461a;
    }

        #cart a:hover {
            color: #FFF;
        }


.mobileButton {
    font-family: Inter,Poppins,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background-color: #323232;
    font-size: 1.5rem;
    padding: 21px 20px 13px 20px;
    text-align: center;
}

    .mobileButton:hover {
        cursor: pointer;
    }

#drop1, #drop2, #drop3, #drop4, #drop5, #drop6, #drop7, #drop8 {
    display: inline-block;
}

#accountDrop {
    display: none;
}

/*#endregion */

.button-new {
    font-size: 15px;
    font-family: "museo", serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    padding: 10px 15px 10px 15px !important;
    border: none;
    background-color: #4F4F50;
    transition: 1s;
    color: #F6E6D5;
}

    .button-new:hover {
        background-color: #B5461A;
        color: #F6E6D5;
        animation: bounce 1s linear infinite;
    }

#accountMenu {
    min-width: 125px;
}

    #accountMenu a {
        padding: 8px 15px 8px 15px;
        font-weight: 700;
        font-size: 0.75rem;
        color: #F1F4EE;
    }

/*#region homepage */

/* HOME PAGE - VIDEO BLOCK ***************************************************************************************/

.videoOverlay {
    z-index: 10;
    background-color: #323232;
    opacity: 1;
}

.homeVideo {
    width: 100%;
    height: 100%;
    max-width: 1810px;
    max-height: 1020px;
    background-color: #323232;
    margin: 0px auto 0px auto;
    padding: 0;
    overflow: hidden;
    border: none;
}

.textOverlay {
    z-index: 3;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F6E6D5;
}

    .textOverlay .mark {
        width: 120px !important;
        margin: auto;
        text-align: center;
        display: block;
    }

    .textOverlay h1 {
        margin: 30px auto 10px auto;
        text-transform: none;
        font-size: 2.0rem;
        text-align: center;
        text-shadow: 1px 1px 2px #323232;
    }

.exes {
    font-weight: 300;
    padding: 0 5px 2px 5px;
}

.textOverlay p {
    font-family: "museo", serif;
    font-size: 1.1rem;
    text-align: center;
    text-shadow: 1px 1px 2px #323232;
    max-width: 600px;
    line-height: 1.7rem;
}


/* HOME PAGE - WHERE TO BUY BLOCK **********************************************************************************/

.whereToBuyBlock {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
    /*max-width: 1810px;*/
    background-color: #F6E6D5;
    margin: 0px auto 0px auto;
    padding: 0;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.whereToBuyText {
    color: #F6E6D5;
    padding: 20px 20px 20px 20px;
}

    .whereToBuyText h3 {
        text-transform: none;
        font-size: 2.5rem;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .whereToBuyText p {
        font-family: Inter, sans-serif;
        font-size: 1.1rem;
        text-align: center;
        margin: 0;
        padding: 0 20px 0 20px;
        line-height: 1.7rem;
    }

.whereToBuyButton {
    margin-left: 30px;
    min-width: 200px;
    padding: 20px 0 20px 0;
}

    .whereToBuyButton a {
        font-size: 1.1rem;
    }

/* HOME PAGE - WHAT WE DO BLOCK **********************************************************************************/

.whatWeDoBlock {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*max-width: 1810px;*/
    background-color: #B5461A;
    margin: 0px auto 0px auto;
    padding: 60px 0 60px 0;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url("/images/brand/table-saw-1920.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.whatWeDoText {
    color: #F6E6D5;
    max-width: 890px;
    padding: 0 20px 0 20px;
}

    .whatWeDoText h3 {
        text-transform: none;
        font-size: 2.5rem;
        text-align: center;
        margin: 0;
        padding: 20px 0 20px 0;
        font-weight: 700;
    }

    .whatWeDoText p {
        font-family: Inter, sans-serif;
        font-size: 1.1rem;
        text-align: left;
        margin: 0;
        padding: 20px 0 20px 0;
        line-height: 1.7rem;
    }

/* EXPLORE HEADER BLOCK ******/
.exploreBlock {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    font-size: 2.5rem;
    text-transform: none;
}

/* WARRANTY BLOCK ********/

.warrantyBlock {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*max-width: 1810px;*/
    background-color: #B5461A;
    margin: 0px auto 0px auto;
    padding: 100px 0 100px 0;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url("/images/brand/wood-blocks-1920.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.warrantyText {
    color: #F6E6D5;
    max-width: 890px;
    padding: 0 20px 0 20px;
}

    .warrantyText h3 {
        text-transform: none;
        font-size: 2.5rem;
        text-align: center;
        margin: 0;
        padding: 20px 0 20px 0;
        font-weight: 700;
    }

    .warrantyText p {
        font-family: Inter, sans-serif;
        font-size: 1.1rem;
        text-align: left;
        margin: 0;
        padding: 20px 0 20px 0;
        line-height: 1.7rem;
    }

.buttonBlock {
    text-align: center;
}

.warrantyText a {
    background-color: #F6E6D5;
    color: #323232;
    min-width: 150px;
}

    .warrantyText a:hover {
        background-color: #B5461A;
    }

/* CUSTOMER FEEDBACK BLOCK */

.feedbackBlock {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1810px;
    background-color: #FFF;
    margin: 0px auto 0px auto;
    padding: 100px 0 100px 0;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .feedbackBlock img {
        padding-bottom: 30px;
    }

.feedbackText {
    text-align: center;
    color: #323232;
    padding: 0px 30px 0px 30px;
}

    .feedbackText h3 {
        font-size: 1.1rem;
        text-transform: none;
    }

.quoteText {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.quoteBy {
    margin-top: 5px;
    padding-top: 0;
    color: #555;
}

.feedbackText a {
    min-width: 150px;
}

/*#endregion */

/*#standard blocks */

/* STD LINEN BLOCK *******************/

.linenBlock {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
    background-color: #F6E6D5;
    margin: 0px auto 0px auto;
    padding: 0;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.steelBlock {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
    background-color: #b3b3ac;
    margin: 0px auto 0px auto;
    padding: 0;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.standardBlock {
    clear: both;
    display: block;
    position: relative;
    width: 100% !important;
    height: 100%;
    max-width: 1800px;
    color: #323232;
    /*background-color: #F6E6D5;*/
    margin: 0px auto 0px auto;
    padding: 30px 0px 30px 0px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.backgroundImage {
    object-fit: cover;
    height: 700px;
    width: 100%;
    background-position: center;
    z-index: 2;
}

.standardBlock h3,
.standardBlock h2,
.standardBlock h1 {
    text-transform: none;
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
    padding: 20px 0 20px 0;
    font-weight: 700;
    color: #B5461A;
    text-shadow: 1px 1px 2px #323232;
}

.standardBlock h1 {
    color: #F6E6D5;
    text-shadow: 2px 2px 1px #000;
}

.standardBlock p {
    max-width: 1200px;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    text-align: left;
    margin: 0;
    padding: 20px 0 20px 0;
    line-height: 2.0rem;
}

.centerAlign {
    text-align: center !important;
}

.plainBlock {
    background-color: #FFF;
}

.modContainer {
    font-family: Inter,Helvetica,sans-serif;
    background-color: #fff;
    max-width: 1320px;
    margin: 125px auto;
    height: 100%;
    min-height: 100%;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    padding-bottom: 50px;
}

.topRound {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bottomRound {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fitObject {
    width: 100%;
}

.topSpacing {
    margin-top: 25px;
}

.small {
    min-width: 220px;
}

/*#endregion */

.cityBox {
    width: 90px;
    margin: 3px;
}

.stateBox {
    width: 20px;
    margin: 3px;
}

.zipBox {
    width: 75px;
    margin: 3px;
}

input {
    border: none;
    border-radius: 0px;
    background-color: white;
    color: #323232;
    padding: 4px 4px 4px 4px;
}

.modSlides {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
    min-width: 100%;
    -webkit-animation-name: modslide;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: modslide;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
}

.productDetail {
    max-width: 750px;
    height: 750px;
    width: 750px;
}

@keyframes modslide {
    from {
        opacity: 0;
    }

    to {
        opacity: 100;
    }
}

@-webkit-keyframes modslide {
    from {
        opacity: 0;
    }

    to {
        opacity: 100;
    }
}

.modslideShowArranger {
    margin-top: 85px;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    align-self: flex-end;
    display: -moz-box;
    position: relative;
}

.modslideShowContainer {
    width: 100%;
    max-width: 1320px;
    max-height: 75vh;
    /* max height, viewport height (vh) works not percent */
    overflow: hidden;
    min-height: 500px;
    background: rgba(0,0,0, .7);
    /* Marco Added */
    position: relative;
    border-radius: 0px 0px 0px 0px;
}

.short {
    max-height: 60vh;
    min-height: 470px;
}

.productDetailSlideShowContainer {
    width: 750px;
    min-width: 750px;
    margin: 20px auto;
    border-radius: 8px;
}

.modnext, .modprev {
    color: #f6e6d5;
    position: absolute;
    background: rgba(0,0,0, .6);
    z-index: 1;
    font-size: 2em;
    margin-top: -.75em;
    opacity: .6;
    user-select: none;
}

.arrangerControl {
    position: absolute;
    bottom: 10px;
}

.prodArrows {
    width: 80px;
    margin: 0px auto;
    height: 40px;
}

.prodNext, .prodPrev {
    position: relative;
    color: #f6e6d5;
    background: rgba(0,0,0, .6);
    z-index: 1;
    font-size: 2em;
    opacity: .6;
    user-select: none;
}

.prodPrev {
    float: right;
    padding: 10px 10px 12px 10px;
    border-radius: 3px;
}

.prodNext {
    float: left;
    padding: 10px 10px 12px 10px;
    border-radius: 3px;
}

    .modnext:hover, .modprev:hover, .prodNext:hover, .prodPrev:hover {
        cursor: pointer;
        opacity: 1;
    }

.modnext {
    right: 10px;
    padding: 10px 10px 12px 10px;
    border-radius: 3px;
}

.modprev {
    left: 10px;
    padding: 10px 10px 12px 10px;
    border-radius: 3px;
}

.modslidelogo {
    position: absolute;
    text-align: center;
    left: 50px;
    top: 220px;
    opacity: .9;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 700px;
}

.tallLogo {
    top: 70px;
}

.modslideheader {
    position: absolute;
    opacity: .9;
    z-index: 1;
    left: 50px;
    top: 300px;
    color: white;
    font-family: Inter,Poppins,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 22px;
    line-height: 40px;
    text-shadow: -1px 1px 1px #323232;
    font-weight: 200;
    padding: 0;
    margin: 0;
}

.modslideheader1 {
    position: absolute;
    opacity: .9;
    z-index: 1;
    left: 50px;
    top: 200px;
    color: white;
    font-family: Inter,Poppins,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 40px;
    line-height: 40px;
    text-shadow: -1px 1px 1px #323232;
    font-weight: 200;
}

.transparent-button {
    background-color: rgba(0,0,0,0.05);
    position: absolute;
    left: 50px;
    top: 400px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px 1px #323232;
    line-height: normal !important;
    color: #f6e6d5 !important;
    cursor: pointer;
    -moz-box-shadow: -1px 1px #323232;
    -webkit-box-shadow: -1px 1px #323232;
    box-shadow: -1px 1px #888;
    padding: 8px 14px 8px 14px;
    border: 1px solid #f6e6d5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 2px;
}

.noPad {
    padding: 0;
}

.tableHeader {
    border-bottom: solid 2px #4d5d53;
    padding: 15px 0px 5px 0px !important;
    margin: 0 0 10px 0 !important;
}

.transparent-button:hover {
    background-color: rgba(0,0,0,0.3);
}

.invisible {
    visibility: hidden;
}

.displayNone {
    display: none;
}

.hide-mobile {
    visibility: visible;
}

.buynow {
    margin-bottom: 0px;
    font-size: 20px;
    top: -25px;
    padding: 15px 50px 15px 50px;
}

    .buynow:hover {
        background-color: #b5461a;
        color: #323232;
    }

.productJustStars a {
    margin: 0 40px 0 3px;
    padding: 0;
    font-size: 15px;
    float: left;
}

.cartButton {
    background-color: #b5461a;
    color: #323232;
}

    .cartButton:hover {
        background-color: #323232;
        color: #b5461a;
    }

.button, input[type="submit"] {
    font-size: 12px;
    font-family: Inter,Poppins,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
}

.topinfobutton {
    font-size: 12px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    background-color: #847486;
}

    .topinfobutton:hover {
        color: #847486;
        background-color: #f8f7f7;
    }

.right {
    float: right;
}

.center {
    text-align: center;
}

.fineprint {
    font-size: 13px;
    line-height: normal;
    text-align: left;
}

.midButton {
    padding: 10px 30px 10px 30px;
}

/* ----------- Mod blocks ----------- */
.modThirdBlock {
    width: 25%;
    float: left;
    margin: 10px 3px 10px 3px;
    min-width: 200px;
    color: #777;
    font-size: 20px;
}

    .modThirdBlock li {
        margin: 4px 0px 6px 0px;
        font-size: 16px;
    }

.modFirstThirdBlock {
    width: 25%;
    float: left;
    margin: 10px 3px 10px 3px;
    min-width: 200px;
    color: #777;
    font-size: 20px;
}

    .modFirstThirdBlock li {
        margin: 7px 0px 11px 0px;
        font-size: 17px;
    }

.modHalfBlock {
    width: 45%;
    float: left;
    margin: 10px 2% 10px 2%;
    padding: 0;
    min-width: 300px;
    color: #383838;
}

    .modHalfBlock img {
        border-radius: 0px;
        width: 100%;
        margin: 5px 0 15px 0;
    }

    .modHalfBlock .smallImg {
        width: 30%;
        margin-right: 10px;
    }

    .modHalfBlock li {
        padding: 5px 0px 5px 5px;
    }

    .modHalfBlock td {
        padding-bottom: 8px;
        padding-left: 5px;
    }

    .modHalfBlock p {
        padding-bottom: 10px;
    }

.wideSide {
    width: 70%;
}

.narrowSide {
    width: 22%;
    min-width: 250px;
}

.modFullBlock {
    margin: 0px 20px 10px 20px;
    min-width: 450px;
    color: #383838;
    padding: 10px 0px 0px 0px;
}

    .modFullBlock img {
        border-radius: 0px;
        width: 100%;
        float: left;
        margin: 20px 0px 20px 0px;
    }

    .modFullBlock h1 {
        text-align: center;
    }

    .modFullBlock p {
        padding-bottom: 10px;
    }


    .modFullBlock .thumbnails img {
        width: auto;
        height: 350px;
        margin: 0px 12px 5px 0px;
        border: solid 1px #ccc;
        box-shadow: -2px 2px #ddd;
        -moz-box-shadow: -2px 2px #ddd;
        -webkit-box-shadow: -2px 2px #ddd;
        transition: transform 1s ease-in-out;
    }

        .modFullBlock .thumbnails img:hover {
            border: solid 1px #B5461A;
            box-shadow: -2px 2px #B5461A;
            -moz-box-shadow: -2px 2px #B5461A;
            -webkit-box-shadow: -2px 2px #B5461A;
            animation: bounce 1s linear infinite;
        }

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}


.modFullBlock .thumbnails a {
    display: block;
    float: left;
    margin-bottom: 20px;
    min-width: 285px;
}

    .modFullBlock .thumbnails a h3 {
    }

.padded {
    padding: 20px;
}

.entryForm label {
    margin: 8px 0 0 10px;
    width: 200px;
    float: left;
    text-align: left;
    display: block;
}

.entryForm input {
    width: 200px;
    float: left;
    text-align: left;
    display: block;
}

.entryForm td {
    padding: 0;
    margin: 0;
}

#ModernContent_CreditCardType label {
    width: 100px;
    float: right;
    margin: 0;
    padding: 0;
}

#ModernContent_CreditCardType input {
    width: 30px;
    float: left;
    margin: 5px 0 0 0;
}


/*#region footer*/
/* ---------- Footer CSS ---------- */

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    width: 285px;
}

.gcs-search {
    width: 200px;
    margin-top: 0px;
}

.gsce-control-cse {
    border-radius: 0px;
    max-width: 380px;
}

.gsc-control-cse {
    background-color: #B5461A !important;
    border: none !important;
    padding: 0 !important;
}

.gsib_a {
    margin-top: 0px;
}

.gsc-input {
    padding-right: 0 !important;
}

.gsc-search-button-v2 {
    background-color: #B5461A !important;
    border-color: #B5461A !important;
    width: 10px !important;
    padding: 0 0 0 4px !important;
}

.footerUI22 {
    background-color: #323232;
}

.footerTopContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
}

.footerMiddleContainer {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 20px 0px 20px;
    background-color: #B5461A;
}

.footerBottomContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 20px 20px 20px;
    background-color: #B5461A;
}

.footerAddress {
    font-size: 18px;
    margin: 5px 0 0 0;
}

.footerLinksList {
    display: flex;
    flex-direction: column;
    color: #F6E6D5;
    padding: 0 50px;
    border-right: solid 2px #F6E6D5;
}

    .footerLinksList a {
        color: #F6E6D5;
    }

.noBorder {
    border: none;
}

.linkHeader {
    font-family: "museo", serif;
    color: #B5461A !important;
}

.footerSocialLinks {
    display: flex;
    flex-direction: row;
}

.footerNewsletterContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    /*background-color: aqua;*/
    width: 50%;
    min-width: 400px;
}

.footerSearchContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    /*background-color: coral;*/
    width: 50%;
    min-width: 400px;
}

.footerNewsletterInputContainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footerNewsletterText {
    font-size: 18px;
    color: white;
    margin: 0 0 5px 0;
    font-family: "museo", serif;
}

.footerNewsletterButton {
    background-color: #F6E6D5 !important;
    color: #323232 !important;
    border-radius: 0px !important;
    display: block;
    float: left;
    width: 88px;
    margin: 1px 20px 20px 20px !important;
    padding: 6px 15px 6px 15px !important;
    font-family: "museo", serif !important;
    font-size: 14px !important;
    font-style: normal;
    text-decoration: none;
    font-weight: normal !important;
    text-align: center;
    transition: 0.8s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footerNewsletterInput {
    min-width: 270px;
    height: 32px !important;
    margin: 0 !important;
}

.footerImages {
    width: 35px;
    height: 35px;
    margin: 0 5px !important;
}

.footerImagesContact {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0 !important;
}

.footerContactContainer {
    display: flex;
    align-items: center;
}

/*#endregion */

@media only screen and (min-width: 200px) and (max-width: 1300px) {

    .footerTopContainer {
        align-items: center;
        flex-direction: column-reverse;
    }

    .footerLinksList {
        margin-top: 20px;
        align-items: center;
        border-right: none;
    }

    .footerUI22 {
        height: auto;
        width: auto;
    }

    .footerAddress {
        text-align: center;
    }
}


.hrHidden {
    display: block;
    clear: both;
    visibility: hidden;
}


/* ----------------- EMAIL SIGNUP BOX ----------------------*/
.sidebarBox {
    margin: 15px 0 15px 0;
    background-color: #8e9c8b;
    padding: 10px;
    border-radius: 0px;
}

    .sidebarBox img {
        vertical-align: top;
        margin: 0px;
        padding: 0px;
        display: none;
    }

    .sidebarBox h2 {
        font-size: 30px;
        color: #f8f7f7;
        letter-spacing: 3px;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }

.bottomSidebarBorder img {
    vertical-align: bottom;
}

.emailsignup p {
    margin-left: 15px;
    margin-bottom: 10px;
    color: #f6e6d5;
}

.emailsignup h2 {
    font-size: 18px;
    margin: 0 0 10px 15px;
    color: #f6e6d5;
    text-align: center;
}

#emailSignupSubmit {
    text-align: right;
    margin-right: 15px;
    margin-top: -45px;
}

.formBox {
    border: none;
    border-radius: 0px;
    margin: 3px;
}

.locationDetails {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    clear: both;
}

.ContactMapHolder {
    text-align: center;
    margin: 0px auto 0px auto;
}

.contact_info {
    display: block;
    margin: 0px auto 0px auto;
    padding: 0;
    width: 100%;
}

    .contact_info h2 {
        padding: 20px 0px 20px 0px;
        background-color: #323232;
        width: 100%;
        color: #F6E6D5;
        text-align: center;
        margin: 20px 0px 10px 0px;
    }

    .contact_info .contact_name {
        float: left;
        display: block;
    }

    .contact_info .contact_email {
        float: left;
        display: block;
    }

    .contact_info .contact_phone {
        float: left;
        display: block;
    }



/*-------------- Home Page -------------------*/
.homeImageBar {
    width: 100%;
    height: 210px;
    display: block;
    clear: both;
}

.homePhotoContainer {
    max-width: 1200px;
    margin: auto;
    height: 200px;
    vertical-align: middle;
}

.photoContainer {
    max-width: 1600px;
    margin: auto;
    height: 200px;
    vertical-align: middle;
}

.homePhotoBlock {
    text-align: center;
    border-radius: 0px;
    height: 190px;
    width: 190px;
    margin: 10px 5px 10px 5px;
    float: left;
}

    .homePhotoBlock h2 {
        color: white;
        font-size: 22px;
        font-weight: bold;
        text-shadow: #323232 2px 2px 3px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .homePhotoBlock p {
        color: white;
        font-size: 14px;
        font-weight: bold;
        text-shadow: #323232 2px 2px 3px;
        margin-top: 0;
        padding-top: 0;
    }

.homePhotoContent {
    position: relative;
    top: 70%;
    transform: translateY(-50%);
}

@media (max-width: 1200px) {
    .homeImageBar {
        height: 420px;
    }
}

@media (max-width: 600px) {
    .homeImageBar {
        height: 630px;
    }

    .CartView {
        width: 100% !important;
    }
}

.homeImageFull {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .homeImageFull img {
        width: 100%;
        margin-top: -200px;
    }

.bullets {
    margin: 0px 0px 10px 0px;
}

    .bullets li a {
        margin: 0px 0px 0px 0px;
    }

/* ExoShield & Possibly Install / Warranty Instructions Pages */
.instructions h3 {
    text-transform: uppercase;
    color: darkred;
    font-weight: bold;
}

.strong-bullets li {
    list-style: disc;
    margin-left: 20px;
    font-size: 20px;
    line-height: 28px;
}

.strong-bullets {
    margin-bottom: 0px;
}

.modContainer dd {
    margin: 0;
}

/* Steve added for Wood Property Charts */
@keyframes barDiv {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.barDiv {
    overflow: hidden;
    animation-name: barDiv;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}

.chartBar {
    background-color: #b5461a;
    height: 24px;
    margin-bottom: 6px;
    padding-top: 3px;
    overflow: hidden;
}

    .chartBar a {
        color: #fff;
        padding-left: 8px;
    }

        .chartBar a:hover {
            color: #323232;
        }

/*  ****************  PRODUCT CATALOG  ******************* */
.catalogContainer {
    width: 100%;
    margin: 0 auto 65px auto;
    height: 100%;
    min-height: 100%;
    display: block;
}

/*  ****************  PRODUCT FILTER  ******************* */
#product-filter {
    width: 180px;
    background: #f6e6d5;
    padding: 0 0 20px 0;
}

    #product-filter .CrumbManager {
        /* Your Current Filter header */
        font-family: Inter,Poppins,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #323232;
    }

        #product-filter .CrumbManager h3 {
            border-top: 0;
            margin: 0;
            padding: 0 0 10px 0;
        }

        #product-filter .CrumbManager .filterDeleteImage {
            margin: 0px 0px 0px 0px;
            padding: 0px;
        }

        #product-filter .CrumbManager .filterTitle {
            margin: 0;
            padding: 0;
            font-size: 10px;
            width: 94%;
            display: inline-block;
        }

    h3, #product-filter ul {
        font-weight: bold;
        text-transform: uppercase;
        list-style: none;
        list-style-type: none;
        margin-left: 0px;
    }

    #product-filter ul {
        margin-top: 10px;
        list-style: none;
        list-style-type: none;
        margin-left: 0px;
        padding: 0px;
    }

        #product-filter ul ul {
            font-weight: normal;
            text-transform: none;
            border-bottom: 1px solid #ccc;
            margin: 10px 0;
            padding: 0 0 10px 0;
        }

div#product-filter ul li:first-child h3 {
    border-top: 0px;
}

#product-filter ul li ul li, #product-filter ul li ul li a {
    font-size: 10px;
    font-weight: normal;
    list-style: none;
    list-style-type: none;
    margin-left: 0px;
    padding: 0px;
}

/*  ****************  PRODUCT CATALOG  ******************* */
.productItem:hover {
    background-color: #f6e6d5;
}

.prodListing {
    background-color: #fff;
    display: flex;
    margin-left: 190px;
    padding-bottom: 50px;
}

.filterArea {
    display: block;
    float: left;
    width: 162px;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    position: relative;
    transition: all 1s ease-in-out;
}

.filtPar {
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 188px;
}

.productItem {
    width: 200px;
    height: 340px;
    display: block;
    float: left;
    border: solid 1px #f6e6d5;
    margin: 0;
    padding: 10px;
}

    .productItem ul {
        margin: 0;
        padding: 0;
    }

    .productItem li {
        list-style-type: none;
    }

    .productItem h3 {
        font-size: 14px;
    }

.productImage {
    width: 200px;
    height: 210px;
    border-radius: 0px;
}

.productDescription {
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: normal;
}

.productAttribute {
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

/* PRODUCT DETAIL PAGE - IMAGES */
#product-images {
    margin: 10px 0 0 0;
    /*width: 1200px;*/
    float: left;
    display: block;
    overflow: hidden;
    padding: 0 0 0 20px;
    width: 90%;
}

    #product-images #selected {
        /*width: 720px;*/
        float: left;
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
        width: 65%;
        /*border: solid 2px aqua;*/
    }

        #product-images #selected img {
            /*width: 700px;*/
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

    #product-images #thumbnails {
        /* width: 400px;*/
        float: left;
        padding: 0 0 0 0;
        width: 35%;
        /*border: solid 1px aqua;*/
    }

    #product-images ul {
        list-style-type: none;
        margin-top: 0;
    }

    #product-images li {
        width: 35%;
        float: right;
        padding: 10px;
        /*border: solid 1px aqua;*/
        /*clear: both;*/
    }

        #product-images li a {
            /*border: solid 1px yellow;*/
            /*clear: both;*/
        }

            #product-images li a img {
                margin: 0 4px 0 0;
                padding: 0;
                border: 1px solid #aaa;
            }

/* #photogallery {
    width: 100%;
}

    #photogallery img {
        height: 200px;
        margin: 10px;
        border-radius: 0px;
    }

    #photogallery h1 {
        padding-top: 30px;
    } */

/* photo gallery additions for photo-gallery-single web page */
/* steve getsiv, feb 10, 2021 */
/* .photoContainer {
    margin: 0 auto 0 auto;
    padding: 0;
    top: -30px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.photoGallerySingle {
    max-width: 2400px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

.galleryNext, .galleryPrev {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 1;
    font-size: 4em;
    line-height: 1.5em;
    padding: 10px;
    border-radius: 3px;
    top: 70%;
}

.galleryNext {
    right: 10px;
}

.galleryPrev {
    left: 10px;
}
*/

.blogPhoto {
    width: 60%;
    float: right;
    margin-left: 25px;
}

.blog h3, .blog h5 {
    font-size: 18px;
    padding: 5px 0px 5px 0px;
    line-height: 18px;
    font-weight: bold;
}

.commentBox {
    width: 100%;
    height: 50px;
    border: solid 1px #ddd;
    border-radius: 0px;
    margin-bottom: 10px;
}

.nameBox {
    width: 300px;
    border: solid 1px #ddd;
    border-radius: 0px;
}

.blogPhotoLeft {
    width: 65%;
    float: left;
    margin-right: 25px;
}

/* wasn't sure where to put this but this is styling for ul and li - currently used on species page */
.std-ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.hideMe {
    position: absolute;
    left: -999em;
    /* to show checkbox set to 65em, change back to -999em after debug */
}

.displayControl {
    display: block;
}

div.hide {
    max-height: 99em;
    opacity: 1;
    height: auto;
    overflow: hidden;
}

input[type=checkbox]:checked + div.hide {
    opacity: 0;
    max-height: 0;
    border: none;
}

div.showhide {
    margin-top: 1em;
}

.blogLabel {
    margin: 0;
    padding: 4px;
    font-size: 12px;
    color: Blue;
    font-weight: bold;
    cursor: pointer;
}

    .blogLabel:after {
        content: ' \25bc';
    }

    .blogLabel:hover {
        text-decoration: underline
    }

#woodTypesList h2 {
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.woodTypeImage {
    width: 44%;
    float: right;
}

.woodTypeDescription {
    width: 55%;
    float: left;
}

    .woodTypeDescription li {
        padding: 10px;
        font-size: 14px;
        margin-right: 30px;
    }

strong {
    font-weight: bold;
}

.smallPhoto {
    max-width: 300px;
}

.mediumPhoto {
    max-width: 400px;
}

.exoIcon {
    padding: 0;
    margin: 0 20px 0 20px;
    width: 210px;
}

.paypalSelector {
    width: 280px;
}

.paypalArea {
    width: 300px;
    float: left;
}

.downloads {
    width: 100%;
}

    .downloads th {
        text-decoration: underline;
        font-weight: bold;
    }

    .downloads td {
        padding: 15px 0px 0px 0px;
    }

.iframeContainer {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-bottom: 25px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#skinnyFloatRight {
    width: 33%;
    float: right;
    height: 600px;
}

.exoCartPic {
    width: 60%;
    float: left;
}

.floatLeft {
    float: left;
}

.centerBlock {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d3cfc0;
}

.extraPad {
    padding: 0px 15px 0px 15px;
}

.warningText {
    color: #B22222;
}

.cellSize {
    width: 85%;
    margin: 3px;
}

.cellSizeL {
    width: 250px;
    margin: 3px;
}

h5 {
    font-size: 1rem;
}

.widthL {
    width: 405px;
}

.marginT {
    margin: 5px;
    float: left;
    display: block;
}

/* Flexbox Stuff for HOME PAGE 2022, revised 2024 for new branding **************/

.flexContainerHome {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
    max-width: 1830px;
    justify-content: center;
}

.flexItemHome {
    background-color: #F6E6D5;
    min-width: 400px;
    width: 32%;
    height: 300px;
    margin: 10px auto 10px auto;
    z-index: 1;
    position: relative;
}

.flexItemContentHome {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    z-index: 10;
}

    .flexItemContentHome img {
        max-height: 100%;
        min-width: 100%;
        object-fit: cover;
        vertical-align: bottom;
        transform: translateX(0px);
        transition: transform 1.0s ease-in-out;
        z-index: 9;
    }

    .flexItemContentHome h2,
    .flexItemContentHome p {
        transform: translateX(0px);
        transition: transform 1.0s ease-in-out;
    }

    .flexItemContentHome:hover img,
    .flexItemContentHome:hover h2,
    .flexItemContentHome:hover p {
        transform: translateX(410px);
    }

.flexItemHidden {
    position: absolute;
    left: 20px;
    top: 5px;
    text-align: left;
    color: #323232;
    z-index: 2;
    max-width: 380px;
}

    .flexItemHidden h3 {
        color: #B5461A;
    }

.flexItemLink {
    position: relative;
    z-index: 1000;
    bottom: 45px;
    left: 20px;
    width: 200px;
}

    .flexItemLink a {
        font-size: 1.5rem;
        font-family: "museo", serif;
        color: #FFF;
        text-shadow: 1px 1px 2px #323232;
    }

        .flexItemLink a:hover {
            /*color: #323232;*/ /* #B5461A; */
            text-shadow: 1px 1px 4px #B5461A;
        }

.flexItemHidden p {
    font-size: 0.9rem;
}


.flexItemContentHome .flexTextBlockHome {
    position: absolute;
    left: 20px;
    top: 20px;
}

.flexItemContentHome h2, .flexItemContentHome h1 {
    font-size: 2.0em;
    text-shadow: 0.0em 0.0em 3px #323232;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
    color: white;
}

.flexItemContentHome h3 {
    font-size: 1.2em;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
    color: #323232;
}

.flexItemContentHome p {
    font-size: 1.2em;
    text-shadow: 0.0em 0.0em 3px #323232;
    line-height: 1.2em;
    margin: 0 0 0 2px;
    padding: 0;
    color: white;
}



/*Flexbox Stuff for 2021*/
.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px auto 5px auto;
    max-width: 1200px;
    justify-content: left;
    border-radius: 0px;
    padding-bottom: 20px;
}

.flexItem {
    min-width: 400px;
    width: 50%;
    min-height: 300px;
    max-height: 500px;
    margin: 20px auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
}

    .flexItem .narrow {
        width: 25%;
    }

    .flexItem .wide {
        width: 75%;
    }

.fullWidth {
    width: 100%;
    max-width: 1920px;
}

.flexItemContent {
    height: 100%;
    margin: 0px 15px 0px 15px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

    .flexItemContent img {
        height: 100%;
        border-radius: 0px;
    }

    .flexItemContent .flexTextBlock {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .flexItemContent h2 {
        font-size: 1.8em;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .flexItemContent h3 {
        font-size: 1.4em;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .flexItemContent h4 {
        font-size: 1.2em;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .flexItemContent h5 {
        font-size: 1.2em;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .flexItemContent p {
        font-size: 1.0em;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .flexItemContent a {
        font-size: 0.8em;
        margin: 0 0 10px 0;
        padding: 0;
    }



.checkOutCart {
    font-size: 0.9em;
}

.missingItem {
    width: 45%;
    float: left;
}

.missingImage {
    width: 80px !important;
    height: 80px;
    float: left;
    padding: 0;
    margin: 0 10px 10px 0;
}

.missingDescription {
    width: 150px;
    height: 80px;
    float: left;
    font-size: 12px;
    padding: 0;
    margin: 0 10px 10px 0;
}

#review-header .img {
    max-width: 200px;
}

.graph {
    max-width: 280px;
}

.block {
    margin: 0px 20px 0px 20px;
}

#sa_sort {
    display: block;
    position: relative;
    top: -30px;
}

#sa_logo {
    display: block;
    margin: 10px;
}

@media screen and (max-device-width: 1215px) {
    .flexItemHome {
        width: 49%;
    }

    .fullWidth {
        width: 100%;
    }
}

@media all and (max-device-width: 975px) {

    .textOverlay {
        max-width: 600px;
    }

        .textOverlay .mark {
            padding-top: 150px;
        }

        .textOverlay h1 {
            max-width: 300px;
            text-align: center;
        }

        .textOverlay p {
            max-width: 600px;
        }

        .textOverlay .exes {
            padding: 0 100px 2px 100px;
        }
}


@media screen and (max-device-width: 815px) {

    .flexItemHome {
        width: 100%;
    }

    .fullWidth {
        width: 100%;
    }
}

@media screen and (max-device-width: 1180px) {

    .CartView {
        top: 8px;
    }

    .widthL {
        width: 300px;
    }

    .cartComment {
        width: 4rem;
        max-width: 4rem;
    }

    .photoGallerySingle {
        /*max-width: 425px;
        min-height: 0px;*/
        max-width: 100%;
        min-height: 0px;
        max-height: 100%;
        min-width: 0px;
    }

    .displayControl {
        display: none;
    }

    .dropdown:hover .dropdown-content {
        margin-top: 0;
    }

    .dropdown:hover {
        margin-top: 0;
    }

    .CartView {
        margin: 4rem auto 0 auto;
    }

    .cellSizeL {
        width: auto;
    }

    .modslideShowContainer {
        padding-top: 0;
    }

    .modslideShowArranger {
        margin-top: 4rem;
    }

    .modFooterContentBlock {
        display: none;
    }

    .modFooterSocialBlock {
        display: none;
    }

    #footer {
        display: block;
    }

    .centerBlock {
        background-color: #d3cfc0;
    }

    #skinnyFloatRight {
        height: 400px;
    }

    .exoIcon {
        width: 24%;
        margin: 0;
    }

    .fineprint {
        font-size: 10px;
        line-height: normal;
    }

    .bgimg-1, .bgimg-2, .bgimg-3, .bimg-4 {
        background-attachment: scroll;
    }

    #drop1, #drop2, #drop3, #drop4, #drop5, #drop6, #drop7, #drop8 {
        display: none;
    }

    #hide1, #hide2, #hide3, #hide4, #hide5, #hide6, #hide7, #hide8, #hide9, #hide10, #hide11 {
        display: none;
    }

    #cart {
        padding-top: 22px;
        padding-bottom: 13px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #cart-page {
        font-size: 11px;
        padding: 10px;
    }

    #Quantity {
        max-width: 2rem;
    }

    #mobileDrop {
        display: inline-block !important;
        grid-column: 1;
    }

    #accountDrop {
        display: inline-block;
        grid-column: 2;
    }

    #cart-area {
        grid-column: 3;
    }

    #cart:hover {
        border: 0;
        padding-bottom: 0;
    }

    .headerButton {
        font-size: 2rem;
        padding: 10px 20px 11px 20px;
    }

        .headerButton:hover {
            border: 0;
            padding-bottom: 0;
        }

    .dropdown-content {
        max-height: 380px;
    }

    .paypalArea {
        width: 67%;
    }

    .paypalSelector {
        width: 90%;
    }
}

@media screen and (min-device-width: 1125px) {
    #product-images li {
        height: 120px;
    }
}

@media screen and (max-device-width: 768px) {
    #product-images li {
        height: 66px;
    }

    .modSlides {
        object-fit: cover;
    }
}

@media screen and (max-device-width: 750px) {

    .prodListing {
        display: flex;
        margin-left: 194px;
    }

    .productImage {
        width: 200px;
        height: 210px;
    }

    .productItem {
        width: 200px; /* we can't go so narrow, might need to specify 300px fixed */
    }

        .productItem ul {
            margin: 0;
            padding: 0;
        }

    .filterArea {
        width: 175px;
    }

    .sidebarBox h2 {
        font-size: 22px;
    }

    h1 {
    }

    .contact_info {
        margin-left: 10px;
    }

    .iframeContainer {
    }

    .modFullBlock {
        margin: 0px;
        min-width: 0;
        width: 100%;
        color: #383838;
    }

        .modFullBlock img {
            margin: 40px 0px 40px 0px;
        }

        .modFullBlock p {
            padding: 10px;
        }

        .modFullBlock h1 {
            padding: 10px;
        }

        .modFullBlock h2 {
            padding-right: 10px;
            padding-left: 10px
        }

        .modFullBlock h3 {
            padding-left: 10px;
        }

    .mobileFullBlockPad {
        width: auto;
        padding: 0px 15px 0px 15px;
    }

    .modHalfBlock {
        min-width: 0;
        width: auto;
        margin: 0px;
        padding: 0px 15px 0px 15px;
    }

    .short {
        min-height: 0px;
        max-height: 100%;
    }

    .modslidelogo {
        top: 20px;
        left: 5%;
        width: 300px;
    }

    .modnext, .modprev {
        font-size: 0.5rem;
    }

    .transparent-button {
        left: 40%;
        top: 86%;
        font-size: 8px;
        text-shadow: none;
    }

    .modslideheader {
        text-align: left;
        left: 5%;
        top: 52%;
        letter-spacing: 3px;
        line-height: 18px;
        font-size: 11px;
    }

    .tallLogo {
        top: 20px;
    }

    .modslideShowContainer {
        min-height: 0px;
    }

    .buynow {
        float: left;
        font-size: 15px;
    }

    .topinfobutton {
        font-size: 11px;
        padding: 10px;
        background-color: #847486;
    }

    .strong-bullets {
        padding: 0;
    }

    .flexItemHome {
        width: 100%;
    }
}

@media screen and (max-device-width: 428px) {

    .galleryNext, .galleryPrev {
        font-size: 2em;
    }

    .photoGallerySingle {
        /*max-width: 425px;
        min-height: 0px;*/
        max-width: 100%;
        min-height: 0px;
        max-height: 100%;
        min-width: 0px;
    }

    .commentBox {
        width: 90%
    }

    .nameBox {
        width: 90%;
    }

    .buynow {
        padding: 14px 30px 14px 35px;
    }

    #product-filter {
        float: none;
        width: auto;
        padding: 5px;
    }

    .filterArea {
        float: left;
        width: 140px;
        margin: 0;
        padding: 0;
    }

    .productImage {
        width: 175px;
        height: auto;
    }

    .productItem {
        /* margin-left: 140px; */
        width: auto;
        height: auto;
        display: block;
        padding: 5px;
        width: 180px;
    }

    .prodListing {
        /* display: block; */
    }

    .modFullBlock .thumbnails img {
        width: auto;
        height: 230px;
        margin: 0px 12px 5px 0px;
        border: solid 1px #ccc;
        box-shadow: -2px 2px #ddd;
        -moz-box-shadow: -2px 2px #ddd;
        -webkit-box-shadow: -2px 2px #ddd;
    }

    .modFullBlock .thumbnails a {
        display: block;
        float: left;
        margin-bottom: 20px;
        min-width: 285px;
    }

    #product-images li {
        width: 23%;
        height: 80px;
        float: left;
        padding: 10px;
    }

    #product-images #selected {
        width: auto;
    }

    #product-images #thumbnails {
        width: auto;
    }
}

@media screen and (max-device-width: 375px) {
    .buynow {
        padding: 14px 30px 14px 35px;
    }

    .photoGallerySingle {
        /*max-width: 375px;*/
        max-width: 100%;
        min-height: 0px;
        max-height: 100%;
        min-width: 0px;
    }

    .flexContainerHome {
        overflow: hidden;
    }

    .flexTextBlockRightHome {
        width: 360px;
    }
}

@media screen and (max-device-width: 320px) {
    .buynow {
        padding: 14px 10px 14px 10px;
    }

    .photoGallerySingle {
        /*max-width: 320px;*/
        max-width: 100%;
        min-height: 0px;
        max-height: 100%;
        min-width: 0px;
    }

    .smallPadding {
        padding: 0px;
    }

    #product-images li {
        padding: 7px;
        height: 60px;
    }
}

@media all and (max-device-width: 1180px) and (orientation: landscape) {

    .textOverlay .mark {
        padding-top: 350px;
    }

    #mobileDrop {
        display: inline-block !important;
        grid-column: 1;
    }

    #accountDrop {
        display: inline-block;
        grid-column: 2;
    }

    #cart-area {
        grid-column: 3;
    }

    .dropdown-content {
        max-height: 200px;
    }

    .photoGallerySingle {
        max-width: 100%;
        min-height: 0px;
        max-height: 100%;
        min-width: 0px;
    }

    .galleryNext {
        right: 10px;
    }

    .galleryPrev {
        left: 10px;
    }
}

@media all and (max-device-width: 1366) and (orientation: landscape) {

    #mobileDrop {
        display: inline-block !important;
    }

    #accountDrop {
        display: inline-block;
    }

    .dropdown-content {
        max-height: 200px;
    }
}



.page-container {
    position: relative;
    /*background-image: url(/images/brand/nova-boards.svg);*/
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 150px;
    background-position-y: 710px;
    width: 100%;
    margin-top: 105px;
}

.banner-content {
    position: relative;
    width: 100%;
    height: 400px;
    max-width: 1920px;
    margin: 0 auto;
}

.banner-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-text-dark {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.banner-image {
    width: 100%;
    height: 400px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prod-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-top: 0 !important;
}

.fixed {
    margin-top: 0 !important;
}

.noFade {
    opacity: 1 !important;
}

.prod-link a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-top: 0 !important;
}

.bottom-shadow {
    position: relative;
    top: calc(100% - 97px);
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(80, 80, 79, 0) 0%, #50504F 100%);
    z-index: 1;
}

.page-content {
    display: flex;
    max-width: 1350px;
    margin: 40px auto 40px auto;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.seo-title-container {
    display: flex;
}

.seo-title {
    text-align: center;
    font-weight: bold;
}

.center {
    text-align: center;
}

.text-bold {
    font-weight: 500;
}

.text-bold {
    font-weight: 600;
}


.text-12 {
    font-size: 12px;
    line-height: 20px;
}

.text-14 {
    font-size: 14px;
    line-height: 22px;
}

.text-16 {
    font-size: 16px;
    line-height: 24px;
}

.text-18 {
    font-size: 18px;
    line-height: 26px;
}

.text-20 {
    font-size: 20px;
    line-height: 28px;
}

.text-22 {
    font-size: 22px;
    line-height: 30px;
}

.text-24 {
    font-size: 24px;
    line-height: 32px;
}

.text-26 {
    font-size: 26px;
    line-height: 34px;
    font-family: "museo", serif;
    font-style: normal;
    font-weight: 700;
}

.text-28 {
    font-size: 28px;
    line-height: 36px;
    font-family: "museo", serif;
    font-style: normal;
    font-weight: 700;
}

.text-30 {
    font-size: 30px;
    line-height: 38px;
    font-family: "museo", serif;
    font-style: normal;
    font-weight: 700;
}

.text-32 {
    font-size: 32px;
    line-height: 40px;
    font-family: "museo", serif;
    font-style: normal;
    font-weight: 700;
}

.lh-20 {
    line-height: 20px;
}

.no-margin {
    margin: 0;
}

.text-gray {
    color: #707070;
}

.spacer-10 {
    display: block;
    width: 100%;
    height: 10px
}

.spacer-15 {
    display: block;
    width: 100%;
    height: 15px;
}

.spacer-20 {
    display: block;
    width: 100%;
    height: 20px;
}

.spacer-25 {
    display: block;
    width: 100%;
    height: 25px;
}

.spacer-30 {
    display: block;
    width: 100%;
    height: 30px;
}

.spacer-35 {
    display: block;
    width: 100%;
    height: 35px;
}

.spacer-40 {
    display: block;
    width: 100%;
    height: 40px;
}

.spacer-45 {
    display: block;
    width: 100%;
    height: 45px;
}

.spacer-50 {
    display: block;
    width: 100%;
    height: 50px;
}

.spacer-55 {
    display: block;
    width: 100%;
    height: 55px;
}

.spacer-60 {
    display: block;
    width: 100%;
    height: 60px;
}

.choose-product-cont {
    display: flex;
}

.lp-button {
    display: flex;
    background: #4F4F50;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 40px;
    width: 25%;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
}

.pg-title {
    color: #566246;
    text-align: center;
    font-size: 24px;
    font-family: "museo", serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.gray-bg {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 0px;
}

.select-container h4 {
    margin-bottom: 0;
}

.select-prod {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .select-prod p {
        margin: 0px;
        margin-bottom: 5px;
    }

    .select-prod select {
        width: 200px;
        height: 40px;
        border: 2px solid #bebebe;
        border-radius: 0px;
    }

    .select-prod input {
        width: 200px;
        height: 40px;
        padding: 0px;
        text-align: center;
        border: 2px solid #bebebe;
    }

    .select-prod .qtyBox {
        width: 50px !important;
    }

.prod-ul {
    padding-left: 18px;
}

.prod-li {
    font-size: 14px;
}

.add-to-cart {
    margin: 10px auto;
}

.exo-swatches {
    display: flex;
    width: 100%;
}

    .exo-swatches img {
        width: 100%;
    }

.title {
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px 0 20px;
}

.text-cont {
    margin: 0 auto;
    width: 80%;
}

    .text-cont > div > h2.title-cont.text-center {
        margin-bottom: 10px;
    }

.product-img-row {
    gap: 20px;
}

    .product-img-row iframe {
        border-radius: 0px;
    }


.product-img {
    border-radius: 0px;
}

.link-img {
    border: solid 1px #ccc;
    box-shadow: -2px 2px #ddd;
    -moz-box-shadow: -2px 2px #ddd;
    -webkit-box-shadow: -2px 2px #ddd;
}

    .link-img:hover {
        border: solid 1px #B5461A;
        box-shadow: -2px 2px #B5461A;
        -moz-box-shadow: -2px 2px #B5461A;
        -webkit-box-shadow: -2px 2px #B5461A;
        animation: bounce 1s linear infinite;
    }


.white-img {
    margin-bottom: 60px;
}

.exo-example {
    width: 32%;
}

    .exo-example img {
        width: 100%;
    }

.product-subtitle {
    position: absolute;
    display: flex;
    height: 70px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(80, 80, 79, 0) 0%, rgba(80, 80, 79, 0.8) 37.21%, #50504F 77%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-icon-subtitle strong {
    position: absolute;
    bottom: 10px;
    left: 45px;
    width: 90%;
    color: #fff;
    font-size: 14px;
}

.product-subtitle strong {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 90%;
    color: #fff;
    font-size: 12px;
}

.example-cont {
    width: 100%;
    display: flex;
    background: #50504F;
    color: #fff;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
}

    .example-cont .title-cont {
        text-align: center;
    }

.example-cont-single {
    width: 100%;
    display: flex;
    background: #50504F;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding-top: 10px;
}

    .example-cont-single > * {
        width: 80%;
        border-radius: 0px;
    }

.example-row {
    justify-content: space-around;
}

.example-column {
    align-items: center;
}

.infographic-img {
    border-radius: 8px;
}

.icon-column {
    width: 23%;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.icon-top {
    align-items: center;
}

.icon-bottom {
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .icon-bottom p {
        margin: 0;
    }

.icon-img {
    height: 75px;
}

.flex-row {
    width: 100%;
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.just-cont-center {
    justify-content: center;
}

.just-cont-sp-arnd {
    justify-content: space-around;
}

.just-cont-sp-btwn {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.row-16 {
    width: 15%;
    position: relative;
}

.row-20 {
    width: 19%;
    position: relative;
}

.row-25 {
    width: 23%;
    position: relative;
}

.row-33 {
    width: 32%;
    position: relative;
}

.row-half {
    width: 46%;
    position: relative;
}

.row-60 {
    width: 60%;
    position: relative;
}

.row-full {
    width: 94%;
    position: relative;
    margin-bottom: 10px;
}

.text-medium {
    font-size: 16px;
    margin: revert;
}

.text-small {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

@media only screen and (max-width: 1600px) {
    .flex-row {
        flex-wrap: wrap;
    }

    .lp-button {
        width: 30%;
        font-size: 13px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
    .page-container {
        margin-top: 108px;
    }

    .lp-button-cont {
        justify-content: center;
        gap: 10px;
    }

    .lp-button {
        width: 60%;
        font-size: 14px;
    }

    .title-cont {
        display: flex;
        justify-content: center;
    }

    .title {
        width: 80%;
        text-align: center;
    }

    .example-row {
        width: 90%;
        justify-content: center;
    }

    .row-25 {
        width: 46%;
        position: relative;
    }

    .row-33 {
        width: 46%;
        position: relative;
    }

    .row-half {
        width: 46%;
        position: relative;
    }

    .row-60 {
        width: 80%;
        position: relative;
    }
}

@media only screen and (max-width: 600px) {
    /* .exo-example-cont {
        flex-direction: column;
        width: 80%;
        gap: 10px !important;
    }

    .exo-example {
        width: 100%;
    } */

    .page-container {
        display: block;
        margin-top: 110px;
    }

    .banner-content {
        height: 300px;
    }

    .banner-text {
        font-size: 28px;
        line-height: 32px;
    }

    .banner-image {
        height: 100%;
    }

    .prod-link {
        width: 95%;
    }

    .infographic-bottom {
        flex-direction: column;
        width: 95%;
    }

    .infographic-img {
        width: 80%;
    }

    .page-container {
        background-size: 70%;
        background-position-y: 350px;
    }

    .page-content {
        gap: 40px;
        /* margin-top: 40px; */
    }

    .title-cont {
        width: 100%;
    }

    .title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .lp-button {
        width: 100%;
    }

    /* .seo-title-container {
        width: 80%;
        justify-content: center;
    }

    .seo-title {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
    } */

    .text-cont > * {
        font-size: 16px;
    }

    .text-20 {
        font-size: 16px;
    }

    .just-cont-sp-btwn {
        flex-direction: column;
        gap: 10px;
    }

    .lp-iconography {
        flex-direction: column;
        width: 80%;
        align-items: center;
        gap: 50px;
    }

    .icon-column {
        width: 80%;
    }

    .product-img-row {
        flex-direction: column;
        align-items: center;
    }

        .product-img-row iframe {
            width: 90%;
        }

    .row-half {
        width: 90%;
        align-items: center;
    }

    .product-img {
        width: 100% !important;
    }
}


.headerOptionContainer {
    color: #F5C06A;
    font-weight: 700;
    padding: 10px 15px 8px 15px;
}

.mobileOnlyHeader {
    display: none;
}

.desktopOnlyHeader {
    display: block;
}

.displayNone {
    display: none
}

.desktopOnly {
    display: block;
}

@media all and (min-width: 200px) and (max-width: 1180px) {

    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 5px 0px 5px 0px;
    }

    .mobileOnlyHeader {
        display: block !important;
    }

    .desktopOnlyHeader {
        display: none !important;
    }

    #navProduct {
        display: none;
    }

    #navMenu {
        display: none;
    }

    .dropdown-content {
        display: none;
    }

    #cart {
        padding-right: 30px;
    }

    .headerOption, .headerOptionBold, .headerOptionLight {
        color: black !important;
        padding: 5px 40px;
        text-transform: none;
        display: block;
        text-align: initial;
        font-size: 16px !important;
    }

    .headerOptionBold {
        font-weight: 700 !important;
        font-size: 18px !important;
    }

    .headerOptionLight {
        color: lightgray !important;
        font-weight: 400 !important;
        font-size: 18px !important;
    }

    #accountDrop {
        display: none;
    }

    .dropdown-content-mobile {
        display: none;
        top: 48px;
        position: absolute;
        width: 100vw;
        animation: both fromLeft 1s ease-in-out;
        z-index: 999 !important;
    }

    @keyframes fromLeft {
        from {
            left: -500px;
        }

        to {
            left: 0px;
        }
    }


    .content {
        display: none;
        top: 100%;
        left: 0;
        color: black;
        padding: 0 20px;
    }

    .mobileMenuCreateAccountContainer {
        background-color: #F6E6D5;
        border: solid #F6E6D5 10px;
        margin-top: 10px;
    }

    .mobileMenuCreateAccountTitle {
        font-size: 20px;
        color: black;
        padding: 25px 25px 10px 25px;
        text-align: left;
    }

    .mobileMenuCreateAccountButton {
        display: block;
        min-width: 160px;
        margin: 20px 20px 20px 20px !important;
        padding: 15px !important;
        font-size: 20px !important;
        font-style: normal;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 0px !important;
        box-shadow: 3px 3px 3px #aaa !important;
        -moz-box-shadow: 3px 3px 3px #aaa !important;
        -moz-border-radius: 0px !important;
        -webkit-box-shadow: 3px 3px 3px #aaa !important;
        -webkit-border-radius: 0px !important;
        background-color: #4F4F50;
        color: #FFF;
        font-weight: normal !important;
        text-align: center;
        transition: 0.8s;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: white !important;
    }

    .mobileMenuCreateAccountLink {
        color: black !important;
        font-size: 12px !important;
    }

    .mobileMenuCreateAccountText {
        color: black !important;
        font-size: 12px;
        padding-bottom: 30px;
    }

    .menuMobileIcon {
        width: 50px;
        display: block !important;
        font-style: normal;
    }

    .blankSpace {
        background-color: #F6E6D5;
        flex-grow: 1;
    }

    .scroll {
        position: relative;
        height: calc(100vh - 70px);
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        width: 90vw;
        background-color: #F6E6D5;
        padding-top: 20px;
        max-width: 400px;
        z-index: 999 !important;
    }

    .overlay {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1 !important;
        visibility: visible;
        display: none;
    }

    .mobileMenuContainers {
        font-family: "museo", serif;
        font-weight: 700;
        font-size: 1.1rem;
        color: #B5461A;
        display: flex;
        justify-content: space-between;
        line-height: 1.7rem;
        padding: 20px 30px;
    }

    .mobileMenuContainersClose {
        font-family: "museo", serif;
        font-weight: 700;
        font-size: 1.1rem;
        color: #B5461A;
        display: flex;
        justify-content: space-between;
        line-height: 1.7rem;
        padding: 20px 30px;
        display: none;
    }
}

.forgot-password {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}

.forgot-password-image {
    margin-top: 60px;
}

.forgot-password-title {
    font-size: 60px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 90px;
    color: #101010;
}

.forgot-password-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.forgot-password-user-email {
    font-weight: 700;
}

.enter-your-email {
    display: block;
    padding-top: 100px;
}

.check-your-email {
    margin-top: 30px;
    display: block
}

.change-password {
    display: block
}

.change-password-success {
    display: block
}

.return-to-login {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: black
}

    .return-to-login:hover {
        text-decoration: underline;
    }

@media only screen and (min-width: 200px) and (max-width: 767px) {

    .forgot-password-title {
        font-size: 30px
    }

    .return-to-login {
        margin-top: 10px;
    }
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.sign-in-title {
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    margin: 40px 0 40px 0;
    line-height: 90px;
    color: #101010;
}

.sign-in-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.loginContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.create-new-account-container {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.sign-in-button-container-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-right: 40px;
    margin-top: 56px;
    max-width: 500px;
}

.error-message {
    color: #DB5939;
}

.new-customer-container {
    margin-left: 40px;
    width: 30%;
    padding: 30px 90px 30px 60px;
    border: 1px solid #707070;
    background: #CCCCCC;
    max-width: 530px;
}

.benefits-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 40px;
}

.forgot-password-cta {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: black;
}

    .forgot-password-cta:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.newsletter-checkbox {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.newsletter-container {
    margin-bottom: 30px;
    padding: 0px 0px 0px 15px;
}

.new-customer-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: black;
}

.display-sign-in {
    margin-top: 110px;
    display: block;
}

.display-create-account {
    display: block;
}

.display-create-sign-in {
    font-size: 18px;
    margin: 130px 0 0 20px
}

    .display-create-sign-in:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.state-zip-container {
    width: 50%
}

.create-account {
    margin: 110px auto 50px;
    max-width: 1112px;
}

.input-container {
    flex: 40%;
    min-width: 300px;
    max-width: 500px;
    margin: 0 20px 0 20px;
}

.flex-container-small {
    display: flex;
}

.zip-code {
    margin-left: 40px;
}

.createAccountButtonContainer {
    margin: 0 0 0 20px;
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {
    .login {
        width: 80%;
        margin-right: 0;
    }

    .create-new-account-container {
        align-items: center;
        flex-direction: column;
    }

    .createAccountButtonContainer {
        margin: 0 20px;
    }

    .new-customer-container {
        display: none;
    }

    .sign-in-title {
        margin: 20px 0 10px 0;
    }

    .newsletter-container {
        margin: 0 0 10px 0;
    }

    .sign-in-text {
        margin: 0;
    }

    .sign-in-button-container-flex {
        justify-content: center;
    }

    .display-create-sign-in {
        margin-left: 20px;
    }

    .createAccountButtonWidth {
        width: 100%;
        max-width: 500px;
    }
}

.backgroundUI22 {
    background-color: white;
    min-height: calc(100vh - 500px);
    padding-top: 20px;
}

.container-UI22, .containerUI22 {
    width: 100%;
    overflow: hidden;
    max-width: 1400px;
    margin: auto;
    display: block;
    padding-bottom: 40px;
}

.error-message-UI22 {
    color: #DB5939;
    font-size: 16px;
}

.formContainer22 {
    min-height: calc(100vh - 500px);
    font-family: Poppins,Helvetica,sans-serif;
    background-color: #FFF;
    max-width: 1100px;
    margin: 0px auto 30px auto;
    display: block;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
    margin-top: 120px;
}

.formHalfBlock {
    max-width: 500px;
}

.formHalfBlock550 {
    width: 550px;
}

.halfblockUI22 {
    min-width: 300px;
    color: #383838;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.fullblockUI22 {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.labelUI22 {
    margin: 5px 0px 0px 0px;
    float: left;
    display: block;
}

.inputUI22, .input-UI22 {
    width: 100%;
    height: 36px;
    background: #F6F6F6;
    font-size: 18px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 0px;
    color: black;
    padding: 10px;
    margin: 0px 0px 8px 0px;
    /* float: left; */
    display: block;
    max-width: 500px;
}

.dropdownUI22, .dropdown-UI22 {
    height: 36px !important;
    background: #F6F6F6 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
    border: 1px solid #707070 !important;
    border-radius: 0px !important;
    color: black !important;
    margin: 0px 0px 10px 0px !important;
    float: left;
    display: block;
}

.stateUI22 {
    width: 100%;
}

.multilineUI22 {
    height: 200px;
    font-family: Poppins,Helvetica,sans-serif;
}

.buttonUI22, .buttonUI22Small, .buttonUI22Big {
    display: block;
    float: left;
    min-width: 160px;
    margin: 20px 20px 20px 0px !important;
    padding: 10px 15px 10px 15px !important;
    font-size: 20px !important;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px !important;
    box-shadow: 3px 3px 3px #aaa !important;
    -moz-box-shadow: 3px 3px 3px #aaa !important;
    -moz-border-radius: 0px !important;
    -webkit-box-shadow: 3px 3px 3px #aaa !important;
    -webkit-border-radius: 0px !important;
    background-color: #4F4F50;
    color: #FFF;
    font-weight: normal !important;
    text-align: center;
    transition: 0.8s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.buttonUI22Small, .buttonUI22Big {
    margin: 20px 0px 20px 0px !important;
    width: 100%;
}

    .buttonUI22:hover, .buttonUI22Small:hover, .buttonUI22Big:hover {
        color: #FFF;
        background-color: #7C7C7C;
        box-shadow: 3px 3px 3px #ddd !important;
        -moz-box-shadow: 3px 3px 3px #ddd !important;
        -webkit-box-shadow: 3px 3px 3px #ddd !important;
        cursor: pointer;
    }

.buttonUI22small {
    max-width: 250px;
}

.buttonUI22Big {
    max-width: 500px;
}

.mobileOnly {
    display: none !important;
}

.stacked {
    width: 100% !important;
    margin: 0px 0px 15px 0px !important;
}

.width100 {
    width: 100%;
    max-width: 250px;
    margin-right: 0 !important;
}

.checkboxUI22 {
    margin: 5px 0px 0px 0px;
    float: left;
    display: block;
}

.plaintextbuttonUI22 {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: underline;
    font-size: 1.2em !important;
    font-style: normal;
    text-align: center;
    transition: 0.8s;
    color: #5b8429;
}

.formH3 {
    display: block;
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.paragraphUI22 {
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.plaintextbuttonUI22:hover {
    color: #7C7C7C;
}

.h1UI22 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.linkUI22, .textUI22 {
    color: white;
    font-weight: unset !important;
    margin: 5px 0;
    transition: unset !important;
    font-size: 18px;
}

    .linkUI22:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.block25 {
    width: 25%;
    display: block;
    float: left;
}

.block25pad {
    width: 25%;
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
}

.block30 {
    width: 30%;
    display: block;
    float: left;
}

.block30pad {
    width: 30%;
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
}

.block40 {
    width: 40%;
    display: block;
    float: left;
}

.block48 {
    width: 48%;
    display: block;
    float: left;
}

.block48pad {
    width: 48%;
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
}

.block50 {
    width: 50%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    min-width: 230px;
}

.block100 {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.desktopOnly {
    display: block;
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {

    .mobileOnly {
        display: block !important;
    }

    .desktopOnly {
        display: none;
    }

    .button-small-UI22, .button-big-UI22 {
        width: 100%;
        max-width: 100%;
    }

    .background-UI22 {
        margin: 0 40px;
    }

    .backgroundUI22 {
        margin-top: 72px;
    }

    .block50 {
        width: 100%;
    }

    .width100 {
        max-width: 100%;
    }

    .formHalfBlock550 {
        width: 100%;
        max-width: 550px;
    }
}


.productPage {
    max-width: 1400px;
    margin: 140px auto 0px;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
}

.leftContainer, .rightContainer {
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px
}

.productContainer {
    max-width: 600px;
}

.thumbnailsContainer {
    display: flex;
    margin: 30px 0;
    gap: 15px;
    overflow-x: auto
}

.thumbnailUI22 {
    width: 100px;
    height: 100px;
}

.productImagesUI22 {
    max-width: 600px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.selectedUI22 {
    width: 100%;
    height: 600px;
}

.selectedProductImage {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.productTitle {
    font-size: 40px !important;
    font-weight: normal;
    margin-top: 0;
    text-transform: capitalize !important;
}

.productDescriptionTitle {
    font-size: 20px;
    font-weight: 700;
    color: black;
    margin: 20px 0 10px
}

.width100 {
    max-width: 100%;
}

.productButtons {
    display: flex;
    justify-content: space-between;
}

.TrustPilotMini {
    width: 225px;
    transform: scale(1.75);
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {
    .leftContainer, .rightContainer {
        width: 100%;
        margin: 0;
    }

    .productPage {
        flex-direction: column;
        margin: 0 20px;
        align-items: center;
    }

    .productButtons {
        flex-direction: column;
        justify-content: space-between;
    }

    .selectedUI22, .selectedProductImage {
        height: unset;
    }

    .TrustPilotMini {
        width: 200px;
        transform: scale(1.5);
    }

    .productTitle {
        font-size: 30px !important;
    }
}

/* .ProductLandingContainer {
    display: flex;
    max-width: 1400px;
    flex-direction: column;
    align-items: center;
}

.ProductLandingImage {
    width: 550px;
    height: 400px;
    object-fit: cover;
    border-radius: 0px;
}

.ProductLandingImageSmall {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.ProductLandingFlexRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1300px;
    margin: 20px 0px 20px 0px;
}

.ProductLandingFlexColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px 20px 0px;
}

.ProductLandingTitle {
    text-align: center;
    font-size: 30px;
    color: black;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
}

.ProductLandingSubTitle {
    text-align: center;
    font-size: 24px;
    color: black;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
}

.ProductLandingtext {
    font-size: 16px;
    color: black;
    max-width: 700px;
    text-align: justify;
    margin: 20px 0 30px 0;
}

.ProductLandingtextUses {
    font-size: 16px;
    color: black;
    max-width: 700px;
    text-align: justify;
    margin: 10px 0 10px 0;
}

.ProductLandingCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProductLandingParallaxImage {
    height: 600px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ProductLandingParallaxTitle {
    position: absolute;
    color: white;
    margin-top: -575px;
    font-size: 40px;
    font-weight: bold;
    margin-left: 30px;
    text-shadow: 2px 2px 20px black;
    text-transform: uppercase;
}

.ProductLandingParallaxSubtitle {
    position: absolute;
    color: white;
    margin-top: -50px;
    right: 0;
    font-size: 24px;
    margin-right: 20px;
    text-shadow: 2px 2px 20px black;
}

.ProductLandingBackgroundImg {
    position: absolute;
    margin-top: 30px;
}

.ProductLandingBackgroundImgContainer {
    display: flex;
    justify-content: center;
}

.ProductLandingIconAnchor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 260px;
    margin: 0 0 40px 0;
}

.ProductLandingIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
    margin: 50px;
}

.ProductLandingIconContainer {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductLandingProperties {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    max-width: 1300px;
    gap: 50px;
    color: black
}

.ProductLandingIconProperty {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    color: black;
    margin: 80px 0;
    width: 250px;
}

.ProductLandingImageSmallContainer {
    background-color: #50504F;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.ProductLandingImages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 50px;
}

.ProductLandingImageSmallContainerText {
    color: white;
    font-weight: 100;
}

.ProductLandingIconAnchor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

    .ProductLandingIconAnchor:hover {
        transform: scale(1.1);
    }

.ProductLandingImageSmallContainerTitle {
    color: white;
    margin: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {

    .ProductLandingImage, .ProductLandingBackgroundImg {
        width: 100%;
    }

    .ProductLandingParallaxImage {
        width: 100% !important;
        max-width: 100%;
        overflow: hidden;
        height: 330px;
        background-attachment: initial;
    }

    .ProductLandingContainer {
        margin: 0 20px;
    }

    .ProductLandingFlexRow {
        flex-direction: column;
    }

    .ProductLandingParallaxTitle {
        font-size: 50px;
        top: 75px;
        margin-top: 0;
    }

    .ProductLandingParallaxSubtitle {
        font-size: 16px;
    }

    .ProductLandingIconProperty {
        margin: 0;
    }

    .ProductLandingProperties {
        margin: 50px 0;
        flex-direction: column;
    }

    .ProductLandingImages {
        gap: 0;
    }
} */

@media all and (max-device-width: 1180px) and (orientation: landscape) {

    .dropdown-content-mobile {
        display: none;
        top: 48px;
        position: absolute;
        width: 100vw;
        animation: both fromLeft 1s ease-in-out;
        z-index: 999 !important;
    }
}

@media all and (max-device-width: 1366px) and (orientation: landscape) {

    .dropdown-content-mobile {
        display: none;
        top: 48px;
        position: absolute;
        width: 100vw;
        animation: both fromLeft 1s ease-in-out;
        z-index: 999 !important;
    }
}

/* New JK Styles */

.backpos {
    transform: translate(185px, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.closex::after {
    content: '✕';
    font-size: 14px;
    font-weight: bold;
}

.closex {
    color: #000;
    display: block;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 13px;
    right: 0;
    cursor: pointer;
}

.copytext {
    background-color: #B5461A;
    color: white;
    margin: 0;
    text-align: center;
}

.demo-imgs-wrapper img.img.visible {
    height: 200px;
    padding: 10px;
}

#fijihead {
    background-image: url(../images/products/fijian-mahogany/fijian-mahogany-palo-alto-porch-paneling-siding-hero-sm.jpeg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#landingcontain {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

#landinghead {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.filtcont {
    display: inline-block;
}

    .filtcont h3 {
        display: inline;
    }

.flexcont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.flex-column.row-25 > a > img {
    max-width: 100%;
}

.halfblock {
    padding: 0 20px;
}

.iconcont {
    float: left;
    position: relative;
    width: 16px;
}

i.fas.fa-arrow-circle-left.hidePanel {
}

    i.fas.fa-arrow-circle-left.hidePanel:hover {
        cursor: pointer;
    }

iframe.is-zpopup {
    right: 8px;
}

.inkquestcont {
    background-color: #B54626;
    color: #F6E6D5;
    height: 150px;
    margin: auto;
    max-width: 1800px;
}

.inqbut {
    background: #323232;
    color: #fff;
    display: inline-block;
    padding: 15px;
    margin-top: 20px;
    transition: background-color 0.8s ease;
}

    .inqbut:hover {
        color: #fff;
        background-color: #555;
        animation: bounce 1s linear infinite;
    }

.linenbak.banner-ht {
    background-color: #F6E6D5 !important;
    height: 404px;
}

.logoicon {
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: 0;
}

.margbot {
    margin-bottom: 25px;
}

.move {
    transform: translate(-185px, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.nonStandardBlock {
    clear: both;
    position: relative;
    width: 100% !important;
    height: 100%;
    max-width: 1800px;
    color: #323232;
    background-color: #F6E6D5;
    margin: 0px auto 0px auto;
    padding: 30px 0px 0px 0px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.footerAddress.visible {
    margin-top: 4px !important;
}

.padcont {
    padding: 0 20px;
}

.padimg {
    display: block;
    margin: auto;
    max-width: 600px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 60px;
}

.prodhead {
    background-color: white;
    margin: 0px 10px 4px 10px;
    padding: 5px 0 0 0;
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
}

.prodheadcont {
    background: white;
    display: table;
    position: fixed;
    width: 100%;
    margin-top: -16px;
    z-index: 8;
}

.prodListing {
    left: 0;
    position: relative;
    top: 30px;
    transition: left 1s ease-in-out;
}

#product-filter {
    background-color: #fff;
    position: relative;
    transition: left 1s ease-in-out;
    left: 0;
}

.product-icon-subtitle {
    position: absolute;
    display: flex;
    height: 70px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(80, 80, 79, 0) 0%, rgba(80, 80, 79, 0.8) 37.21%, #323232 77%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.doc-subtitle {
    position: absolute;
    display: flex;
    height: 70px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(80, 80, 79, 0) 0%, rgba(80, 80, 79, 0.8) 37.21%, #50504F 77%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .doc-subtitle strong {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 90%;
        color: #fff;
        font-size: 24px;
    }


.requestcont {
    background-color: #B54626;
    color: #F6E6D5;
    height: 150px;
    margin: auto;
}

.sect-content,
.announce-content {
    margin: 0 auto;
    max-width: 1445px; /* was 1430 - need to stretch a bit more SG 5/21/25 */
}

.requestcont .halfcont,
.inkquestcont .halfcont {
    margin: 30px auto;
    text-align: center;
    width: 50%;
}

.requestcont h3, .inkquestcont h3 {
    color: #F6E6D5;
    font-size: 36px;
    margin-bottom: 10px;
    padding: 0;
}


.announce {
    background-color: #bdd696;
    height: 250px;
    margin: auto;
    text-align: center;
}

.announce-half-content {
    margin: 0px auto 0px auto;
    text-align: center;
    width: 60%;
}

.announce-strong {
    color: #323232 !important;
    font-size: 25px;
    font-weight: 800;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "museo", serif;
    font-style: normal;
}

.announce-normal {
    color: #396f7c !important;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}

.announce-image {
    margin: 20px 0px 20px 0px;
    padding: 40px 0px 0px 0px;
    height: 80px;
}

.announce-image-right {
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
    height: 200px;
}



span#ModernContent_CustomerType, span#ModernContent_ProductType, span#ModernContent_WoodSpecies {
    display: inline-block;
    margin-bottom: 15px;
}

    span#ModernContent_CustomerType > label, span#ModernContent_ProductType > label, span#ModernContent_WoodSpecies > label {
        min-width: 170px !important;
        display: inline-block;
    }

.splitcontent {
    background-color: #F6E7D5;
}

    .splitcontent .sect-content, .requestcont .sect-content, .suscontent .sect-content, .inkquestcont .sect-content,
    .announce .announce-content {
        display: grid;
        grid-template-columns: 60% 40%;
        position: relative;
        width: 100%;
    }

.splittext {
    background-color: #F6E6D5;
    padding: 20px;
}

    .splittext > h1 {
        font-size: 4rem;
        margin: 25px 0;
    }

        .splittext > h1 > strong, .splittext > h3, h2.title-cont, .title-cont h1.title.text-30 {
            font-weight: bolder;
        }

.suscontent {
    background-color: #323232;
}

.sustext {
    align-content: center; /* I prefer it centered vertically - SG 1/30/25 */
    color: #F6E6D5;
    padding: 20px 50px 20px 0;
}

    .sustext h2 {
        color: #F6E6D5;
    }

.tall-banner-content {
    position: relative;
    width: 100%;
    height: 80vh;
}

.tall-banner-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.tall-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-center {
    text-align: center;
}

.thumblink {
    width: 100%;
    text-align: center;
}

    .thumblink > a > img.product-img {
        width: 400px;
    }

.ytcont {
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.ytframe {
    border: 0;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 1180px) {

    .create-account {
        margin-top: 50px;
    }

    div#landingcontain, div#landinghead {
        min-height: 500px;
        /*height: auto;*/
    }

    .inqbut {
        margin-top: 0;
    }

    .requestcont {
        height: 165px;
    }

    .announce {
        height: 500px;
    }

    .requestcont .halfcont {
        margin: 10px auto;
    }

        .requestcont .halfcont h3 {
            font-size: 21px;
        }

        .requestcont .halfcont p {
            line-height: 1.2;
            font-size: 12px;
        }

    .splitcontent .sect-content,
    .requestcont .sect-content,
    .inkquestcont .sect-content,
    .suscontent .sect-content,
    .announce .announce-content {
        grid-template-columns: 100%;
    }

    .announce-image {
        height: 40px;
    }

    .announce-image-right {
        padding: 30px 0;
        margin: 0;
        width: 200px;
        height: 150px;
    }

    .splitcontent, .requestcont, .suscontent, .announce {
        display: block;
    }

    .suscontent {
        width: 100%;
    }

    .sustext {
        padding: 20px 50px;
    }
}

@media only screen and (max-width: 991px) {
    #fijihead {
        height: 300px;
    }

    .flexcont {
        grid-template-columns: 1fr;
    }

    .padimg {
        display: block;
        margin: auto;
        padding: 25px 0;
        width: 80%;
        max-width: 600px;
        height: auto;
        top: 0;
        transform: translateY(0%);
    }

    .row-25 {
        width: 46%;
    }

    .splittext > h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 890px) {
    .prodhead {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .row-25 {
        margin: auto;
        width: 98%;
    }

    .labelUI22 {
        width: 100%;
    }

    .whereToBlock {
        max-width: 700px;
        width: 99%;
    }

        .whereToBlock > .inputUI22 {
            max-width: 700px;
        }
}

@media only screen and (max-width: 600px) {
    div#landingcontain, div#landinghead {
        min-height: 300px;
        /*height: auto;*/
    }

    .create-account {
        margin-top: 50px;
    }

    .inputUI22, .input-UI22 {
        width: 100%;
    }

    .footerNewsletterButton {
        font-size: 12px;
        width: 84px;
    }

    .footerNewsletterContainer, .footerSearchContainer {
        min-width: 0;
        width: auto;
    }

    .footerNewsletterInput {
        min-width: 0;
    }

    .requestcont .halfcont, .inkquestcont .halfcont {
        width: auto;
    }

    .page-content {
        padding: 0 10px;
    }

    .splittext > h1 {
        font-size: 32px !important;
        margin: 0;
    }

    .row-25 {
        width: 95%;
        position: relative;
    }

    .row-33 {
        width: 95%;
        position: relative;
    }

    .row-half {
        width: 95%;
        position: relative;
    }

    .text-cont {
        width: 80%;
    }
}

.galleryButton {
    border: none;
    padding: 0 3px 0 3px !important;
    margin: 0 !important;
    color: #B5461A;
    box-shadow: none;
    -webkit-box-shadow: none !important;
    font-size: 1.1em !important;
}

    .galleryButton:hover {
        color: #323232;
    }

#chat-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 300px;
    border: 1px solid #ccc;
    display: none; /*flex;*/
    flex-direction: column;
    justify-content: space-between;
    font-family: Arial, sans-serif;
}

#chat-messages {
    overflow-y: auto;
    flex-grow: 1;
    padding: 10px;
    background: #f9f9f9;
}

.user-message {
    text-align: right;
    margin: 5px;
    padding: 8px;
    background: #007bff;
    color: white;
    border-radius: 5px;
}

.bot-message {
    text-align: left;
    margin: 5px;
    padding: 8px;
    background: #f1f1f1;
    border-radius: 5px;
}

#chat-input {
    display: flex;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
}

#user-input {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
}

#send-btn {
    padding: 8px 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    #send-btn:hover {
        background: #0056b3;
    }

.exoshield {
    background-color: #396f7c;
}

.exoshieldText {
    color: #396f7c !important;
}

.clips {
    background-color: #6a794d;
}

.clipsText {
    color: #6a794d;
}

.building {
    background-color: #668996;
}

.buildingText {
    color: #668996;
}

.industrial {
    background-color: #B5461A;
}

.industrialText {
    color: #B5461A;
}

.ironText {
    color: #323232 !important;
}

.link-container-flex {
    display: flex; /* Enables flexbox layout */
    flex-wrap: wrap; /* Allows items to wrap to the next line */
    gap: 10px; /* Adds space between the links */
    padding: 10px 0px 30px 0px;
}

    .link-container-flex a {
        flex-basis: 32%; /* Sets the base width of each link to roughly 1/3, allowing for gaps */
        /* You could also use: flex: 1 0 32%; */
    }

.fullWidthLine {
    scroll-margin-top: 7.5rem;
}