html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Montserrat', sans-serif;
    widows: 3;
}

.utility {
    background: #d2232a;
    padding: 8px 0;
    position: relative;
    z-index: 1001;
}

.drop-menu a.btn-outline-secondary {
    color: #ea7740;
}

.drop-menu a.btn-outline-secondary:hover {
    color: #fff;
}

img.logo {
    max-height: 55px;
}

li {
    color: #555C5D;
    line-height: 1.8rem;
    font-size: 0.9rem;
}

a.reset_variations {
    display: none !important;
}

.utility p {
    color: #fefefe !important;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    line-height: 1;
}

.utility p a {
    color: #fefefe !important;
    text-transform: none;
    font-size: 0.8rem;
    text-decoration: underline;
    letter-spacing: 0.25px;
}

.primary-nav {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #000000;
}

.nav.sub {
    width: 100%;
}

.nav.sub.show {
    width: 100%;
    -webkit-animation: fadeInFromNone 0.5s ease-in-out;
    -moz-animation: fadeInFromNone 0.5s ease-in-out;
    -o-animation: fadeInFromNone 0.5s ease-in-out;
    animation: fadeInFromNone 0.5s ease-in-out;
    margin-top: 0;
    transition: all 0.5s ease-in-out;
}

.nav.sub.hide {
    width: 100%;
    opacity: 0;
    -webkit-animation: fadeOutFromNone 1s ease-in-out;
    -moz-animation: fadeOutFromNone 1s ease-in-out;
    -o-animation: fadeOutFromNone 1s ease-in-out;
    animation: fadeOutFromNone 1s ease-in-out;
    margin-top: -100px;
    transition: all 1s ease-in-out;
}

@keyframes fadeInFromNone {
    0% {
        display: block;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeOutFromNone {
    0% {
        display: block;
        opacity: 1;

    }

    1% {
        display: block;
        opacity: 1;
    }

    100% {
        display: block;
        opacity: 0;
    }
}


.section-pad {
    padding: 100px 0;
}


.hero h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #fefefe;
    margin-bottom: 16px;
}

.hero h1 span {
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #fefefe;
    font-size: 0.9rem;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.hero p {
    color: #fefefe;
    font-size: 1rem;
    margin-bottom: 20px;
}

.hero-content {
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 50px;
}

.slide-img {
    height: 100vh;
    max-height: 650px;
}

/* p {
    color: #262626;
    line-height: 1.8rem;
    font-size: 0.9rem;
} */

p.lead {
    color: #262626;
    font-size: 24px;
    line-height: 1.75;
}

.blue-text {
    color: #40587F !important;
}

h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.grey-link {
    color: #555C5D;
    text-decoration: underline;
}

/* .icons-container {
    background: #40587F;
    color: #fefefe;
    padding: 50px;
} */

.prod .icons-container {
    padding: 25px 50px;
}

.icons-container h2 {
    /* font-size: 2rem; */
    font-weight: 600;
}

.icons-container h3 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.icons-container p {
    color: #fefefe;
}


.top-grey {
    background: linear-gradient(to bottom, #dddddd 50%, #fefefe 0%);
}

.bottom-grey {
    /* background: linear-gradient(to top, #dddddd 50%, #fefefe 0%); */
    padding: 110px 0 60px;
}

.grey-bg {
    background: #dddddd;
}

.dk-blue-text {
    color: #40587f !important;
}

.btn-primary {
    color: #fff;
    background-color: #ea7740;
    border-color: #ea7740;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #9c6043;
    border-color: #9c6043;
}

.btn-secondary {
    color: #fff;
    background-color: #40587f;
    border-color: #40587f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
}

h2 span.subtitle {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    display: block;
    margin-bottom: 24px;
    font-weight: 400;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.dark-text {
    color: #464646 !important;
}

/* h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.75px;
} */

p.subtitle {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #76777A;
}

.review-title {
    color: #555C5D;
}

p.review {
    font-size: 1.1rem;
    margin: 2rem 0;
    color: #76777A;
}

p.review-source {
    color: #76777A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stars {
    color: #ea7740 !important;
}

h1.product {
    font-size: 3rem;
    font-weight: 600;
    color: #838383;
}

p.sub {
    font-size: 0.75rem;
    color: #838383;
}

p.lead.product {
    color: #76777A;
    line-height: 1.75;
    font-size: 1.1rem;
}

h3.product {
    color: #76777A;
    margin-bottom: 1rem;
}

.primary a.nav-link {
    /* text-transform: uppercase; */
    font-weight: 600 !important;
    color: #ffffff;
    padding: 0 29px;
    font-size: clamp(1rem, 0.856rem + 0.385vw, 1.313rem) !important;
    position: relative;
    line-height: 1;
}

.sub a.nav-link {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #ea7740;
    text-transform: uppercase;
    border: 1px solid #ea7740;
    padding: 0.25rem 0.5rem;
    margin-bottom: 10px;
}

.product-description {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}


.dealer-header {

    background: url('../img/dealer-header.png');
    background-size: cover;
    background-position: center;
    /* min-height: 721px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

a.nav-link.nav-btn {
    font-weight: 700 !important;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 36px !important;
    background: #9BCD6B;
    font-size: 21px !important;
    border-radius: 8px;
}

a.nav-link.nav-btn:hover {
    color: #fefefe;
    text-transform: uppercase;
    border: 1px solid #ea7740;
    background: #ea7740;
}

.dealer-header.warranties {
    padding: 100px 0;
    background: url('../img/warranty-header.png');
    background-size: cover;
    background-position: center;
}

.dealer-header {
    position: relative;
}


.dealer-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 65%);
}

.dealer-header h1 {
    line-height: 1.25;
    color: #fff;
    letter-spacing: -3px;
    margin-bottom: 32px;
}

.dealer-header p {
    color: #fefefe;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-shadow: 0px 3px 6px #000000b3;
    font-weight: 500;
}

span.quote {
    display: block;
    font-size: 4rem;
    color: #0F3349;
    font-weight: 300;
}

.contractor-form {
    background: url('../img/contractor-form-bg.png');
    background-size: cover;
    background-position: center;
}

.wpcf7-spinner {
    visibility: hidden;
    display: block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

nav.woocommerce-breadcrumb {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #76777A;
    font-size: 0.8rem;
}

nav.woocommerce-breadcrumb a {
    color: #76777A;
    text-decoration: none;
    background-color: transparent;
}

.product-tabs a.nav-link {
    font-size: 1.2rem;
    color: #555C5D;
}

/* .product-tabs .nav {
    border-bottom: 1px solid #B2B0B2;
} */

li.active {
    border-bottom: 4px solid #D0CCCF;
}

.product-tabs .nav {
    border-bottom: 1px solid #B2B0B2;
    margin-bottom: 30px;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 30px;
}

span.yay-swatches-attribute-term.yay-swatches-swatch {
    box-shadow: none;
    margin: 0px 5px 10px 0px;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    border: 5px solid #ffffff !important;
    outline: 1px solid #9B9B9B;
}

span.yay-swatches-attribute-term.yay-swatches-swatch[data-attribute="pa_contemporary-caps-or-corbel"] {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.product-testimonials p {
    color: #76777A;
    line-height: 1.5rem;
    font-size: 0.8rem;
}

.product-testimonials p.review-source {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.7rem;
}

.numberstyle-qty {
    position: relative;
    border-radius: 0;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #9A9A9A;
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0px;
    text-align: center;
    line-height: 40px;
    outline: 0;
    box-shadow: 0px;
}

.numberstyle-qty .qty-btn {
    width: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 250ms ease;
}

.numberstyle-qty .qty-btn.disabled {
    cursor: default;
    color: rgba(116, 116, 116, 0.5);
}

.numberstyle-qty input {
    width: 30px;
    border-left: 0;
    border-right: 0;
    color: #747474;
    font-size: 18px;
    font-weight: 300;
    z-index: 1;
}

.numberstyle-qty input:focus {
    outline: 0;
    box-shadow: 0px;
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numberstyle-qty input[type=number] {
    -moz-appearance: textfield;
}

a.details {
    color: #847B83;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 0.8rem;
    text-decoration: underline;
}

.btn-primary.blue {
    color: #fefefe;
    background: #40587F;
    border-color: #40587F;
}

.footer h3 {
    font-size: 18px;
    color: #F27749;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.footer a.foot-link {
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
    color: #777777;
    font-weight: 600;
}

.footer a.btn {
    color: #fefefe;
    background: #ea7740;
    border-color: #ea7740;
}

.footer .form-control {
    padding: 14px;
    color: var(--secondary);
    background-color: #dddddd;
    border: 0;
    border-radius: 0;
    height: 50px;
    max-width: 420px;
    width: 100%;
}

.footer a.nav-link,
.social a.nav-link {
    font-size: 1.5rem;
    color: #ea7740;
}

.footer p {
    color: var(--secondary);
}

.newsletter {
    /* border-left: 1px solid #5b5b5b;
    padding-left: 50px; */
}


@media screen and (max-width: 991px) {
    .newsletter {
        border-left: none;
        padding-left: 15px;
    }
}

.credits {
    background: var(--secondary);
    padding: 26px 0;
}

.credits a,
.credits p {
    color: #fff;
    font-weight: 500;
    font-size: clamp(1rem, 0.942rem + 0.154vw, 1.125rem);
}


.yay-swatches-swatch.yay-swatches-active, .yay-swatches-swatch-variant-image.yay-swatches-active {
    outline: 1px solid #222222 !important;
}

.yay-swatches-button {
    position: relative;
    padding-left: 35px;
    border: none;
    background: none;
    width: 100%;
    margin: 0;
    font-size: 18px;
}

.yay-swatches-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #EA7740;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 12.5px);
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
    outline-offset: 2px;
}

.yay-swatches-button.yay-swatches-active:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #EA7740;
    margin-right: 5px;
    border-radius: 50%;
    left: 4.5px;
    top: calc(50% - 7.5px);
}

.yay-swatches-button.yay-swatches-active {
    background-color: unset;
    border: unset;
    border-radius: unset;
    color: #76777A;
}

li#tab-title-additional_information,
li#tab-title-assembly,
li#tab-title-features,
li#tab-title-downloads {
    margin-left: 15px;
    white-space: nowrap;
}

.woocommerce-Tabs-panel h3 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.5;
    color: #76777A;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: unset;
}

.cart .woocommerce table.shop_table td.product-quantity {
    width: 120px;
}

.cart_item .numberstyle-qty .qty-btn {
    width: 25%;
}

.cart_item .numberstyle-qty {
    margin-left: auto;
}

.woocommerce .quantity .qty {
    width: 50%;
    text-align: center;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #40587f;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 1.1rem 1.75rem;
    border-radius: 0;
    font-weight: 500;
    display: block;
    text-align: center;
}

.form-img {
    height: 100%;
    width: 100%;
    background-image: url('../img/rfq-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.product-form-container {
    max-width: 900px;
    padding: 0 75px;
    margin-left: auto;
    margin-right: auto;
    color: #76777A;
}

.product-form-container p {
    color: #76777A;
    font-size: 1.2rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.7rem;
    font-weight: normal;
    display: block;
    padding-left: 0.75rem;
    padding-top: 0.15rem;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.85rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #dddddd;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: none;
    width: 100%;
    letter-spacing: 0.5px;
}

.form-control:focus {
    color: #495057;
    background-color: #dddddd;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.product-form-container p.disclaimer {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

.hamburger .line {
    width: 35px;
    height: 2px;
    background-color: #fefefe;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

body.no-scroll {
    overflow-y: hidden !important;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

ul.nav li.nav-item.lg-link {
    display: inline-block;
}

ul.nav li.nav-item.sm-link {
    display: none;
}

@media (max-width: 1167px) {
  

    ul.nav li.nav-item.sm-link {
        display: inline-block;
    }

    .nav.sub {
        display: none;
    }

}

@media (max-width: 715px) {

    /*    .utility {
        display: none;
    }*/

    img.logo {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 500px) {
    img.logo {
        width: 130px;
        height: auto;
    }
}

.hp-hero .owl-dots {
    position: absolute;
    z-index: 100;
    margin-top: -34px !important;
    left: 1.5rem;
}

@media (max-width: 991px) {
    ul.nav li.nav-item.lg-link {
        display: none;
    }
    
    .hero h1 span {
        font-size: 0.85rem;
        color: #fefefe;
    }

    .hero h1 {
        font-size: 2.5rem;
        color: #fefefe;
    }

    .hero-content p {
        color: #fefefe;
    }

}

@media (max-width: 767px) {

    .hero-content {
        margin-top: -75px !important;
        position: relative;
        z-index: 1;
        background: #fefefe;
        padding: 50px;
        margin-left: auto;
    }

    .slide-img {
        height: 400px;
    }

    .hp-hero .owl-dots {
        left: 0;
        width: 100%;
        margin-top: -50px !important;
    }

    p.lead {
        font-size: 20px;
    }

    h2 {
        font-size: 2rem;
        font-weight: 400;
    }

    h3 {
        font-size: 1.55rem;
    }

    .hero h1 span {
        color: #131313;
    }

    .hero h1 {
        font-size: 2.5rem;
        color: #131313;
    }

    .hero-content p {
        color: #131313;
    }

    .hero-bg {
        background: none !important;
    }

}


@media (max-width: 610px) {
    .hero-content {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero h1 {
        font-size: 2.25rem;
        font-weight: 400;
        color: #555C5D;
        margin-bottom: 30px;
    }

    .hero h1 span {
        font-size: 0.8rem;
    }
}

#mobile_menu .mobile-container {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#mobile_menu .mobile-nav {
    color: #121212;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 123px);
    min-height: 500px;
    justify-content: flex-start;
    /* pointer-events: none; */
    position: absolute;
    top: 100px;
    left: calc(1.5rem + 15px);
    z-index: 11;
    right: 28px;
    min-height: 100vh;
}

div#mobile_menu {
    position: fixed;
    top: 40px;
    height: 100vh;
    min-height: 500px;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}

div#mobile_menu.active::after {
    background: #5b5b5b;
    content: '';
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: all;
    z-index: 10;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mobile-nav p {
    font-size: 1em;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.mobile-nav a {
    font-size: 1.75em;
    margin-bottom: 10px;
    font-weight: 300;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
    width: 100%;
    padding-bottom: 12px;
}

.mobile-nav p {
    font-size: 1em;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.work .mobile-nav a,
.work .mobile-nav p {
    color: #fefefe;
}

div#mobile_menu.active.work::after {
    background: #08314e;
}

.mobile-nav.work a,
.mobile-nav.work p {
    color: #fefefe;
}

div#mobile_menu.active .mobile-nav a,
div#mobile_menu.active .mobile-search {
    -webkit-animation: fade-in-top 0.6s ease-in-out 0.6s both;
    animation: fade-in-top 0.6s ease-in-out 0.6s both;
    pointer-events: all;
    color: #fefefe;
    font-weight: 600;
}

div#mobile_menu a.ex-small {
    font-size: 1em;
    margin-top: 2em;
}

div#mobile_menu a.small {
    font-size: 1.5em;
}

div#mobile_menu a.nav-link {
    font-size: 1.5em;
}

.mobile-nav a:last-child {
    margin-bottom: 25px;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (min-width: 1168px) {

    div#mobile_menu.active::after {
        display: none;
    }

    .mobile-nav a {
        opacity: 0;
    }

    div#mobile_menu.active .mobile-nav a {
        display: none;
        pointer-events: none;
    }
}

.mobile-side {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 90px;
    left: 100%;
    z-index: 10;
    pointer-events: unset;
    transition: ease-in-out 0.25s all;
    width: 100%;
    background: transparent;
}

.mobile-side.active {
    opacity: 1;
    pointer-events: all;
    z-index: 12;
    left: 0;
    background: #5b5b5b;
    overflow: scroll;
}

#mobile_menu .mobile-side-nav {
    color: #121212;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    right: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
}

.mobile-nav a.lead {
    font-weight: 400;
    padding-left: 30px;
}

.mobile-nav a i {
    position: absolute;
    right: 23px;
    top: calc(50% - 7px);
    font-size: 28px;
    color: #ea7740;
}

.mobile-side a i {
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    font-size: 23px;
    color: #ea7740;
}

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

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only.mobile-search {
        bottom: 105px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only.mobile-side {
        bottom: 155px;
    }

    .product-form-container {
        padding: 0 30px;
    }

}

@media (max-width: 1167px) {}

@media (max-width: 991px) {}

#map {
    height: 100vh;
}

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

    #map {
        height: 250px;
    }

}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.dealers-header h1 {
    font-size: 2rem;
    color: #76777A;
    font-weight: 400;
}

.dealer-locator h2 {
    font-size: 1.75rem;
    color: #555C5D;
    font-weight: 300;
}

#locations-list {
    border-top: 1px solid #DCDCDC;
}

.dealer-block {
    padding: 1.5rem 0;
    border-bottom: 1px solid #DCDCDC;
}

.dealer-block h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #555C5D;
}


.dealer-block p {
    color: #626667;
    font-size: 0.8rem;

}

.dealer-block a {
    color: #626667;
    text-decoration: underline;
    background-color: transparent;
}


.dealer-block .btn-primary {
    background: #76777A;
    border-color: #76777A;
    text-decoration: none;
    color: #fefefe;
}

.accordion>.card {
    margin-bottom: 25px;
    border-radius: 0 !important;
    background: #dddddd;
    border: 0;
}

.accordion .card-header {
    background: #dddddd;
    border: 0;
}

.accordion .card-header button {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 3.5rem;
    font-size: 1.15rem;
    color: #40587F;
}

.accordion .card-body {
    padding: 0.75rem 3.5rem;
}

.accordion i {
    position: absolute;
    right: 14px;
    top: calc(50% - 7px);
}

.prod-header {
    height: 350px;
    width: 100%;
}

@media (max-width: 991px) {
    .prod-header {
        height: 300px;
        width: 100%;
    }
}

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

    .prod-header {
        height: 250px;
        width: 100%;
    }

    .section-pad.prod-intro {
        padding-top: 50px;
    }

}

.line-rule {
    height: 100%;
    width: 1px;
    background: #fefefe;
}

h3.midwest {
    font-size: 1.65rem;
    color: #555C5D;
    margin-bottom: 1rem;
}

.icons-container a {
    color: #fefefe;
    text-decoration: underline;
}

.woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-column {
    max-width: unset;
}

#si-wrapper .silc-btn {
    left: inherit !important;
    right: 25px !important;
}

.product-img-container {
    position: relative;
    box-shadow: 0px 5px 10px 0px #0000000D;
    border-radius: 20px;
    overflow: hidden;
}

.product-img-container img {
    position: relative;
    width: 100%;
}

.product-img-container img:after {
    content: '';
    background-color: linear-gradient(to top, #fefefe 30%, white 0%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-img-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    right: 0;
    background: #ffffff;
    padding: 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #353537;
    font-weight: 700;
    margin: 0 !important;
}

.woocommerce-Tabs-panel ul {
    margin-bottom: 30px;
}

.woocommerce-Tabs-panel ul li {
    font-size: 18px;
    margin-bottom: 10px;
    background: url(../img/tick.png);
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: top 6px left;
}


a.video-btn {
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 0.8rem;
    color: #fefefe !important;
}

.red {
    color: red !important;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    #siWidget-chat {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
    }
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce table.shop_table th {
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #40587f;
    color: #fff;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 160px;
    display: inline-block;
    /* width: 100%; */
    height: auto;
    padding: 0.85rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #dddddd;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: none;
    /* width: 100%; */
    letter-spacing: 0.5px;
}

.woocommerce button.button {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    min-width: 160px;
    padding: 14px 20px;
    border: 1px solid #FFFFFF;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
    padding: 1.1rem 1rem;
}

#ship-to-different-address {
    font-size: 16px;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    color: #5e5e5e;
}

a.nav-link.cart {
    font-size: 1.15rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    background-color: #dddddd !important;
}



.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 0.8rem !important;
    letter-spacing: 0.5px !important;
    padding: 0.2rem 0.85rem !important;
}

.policy h2 {
    margin: 5rem 0 2rem;
    color: #40587f;
}

.policy h3 {
    margin: 50px 0 25px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #31476a;
    border-color: #31476a;
}

.footer a.btn:hover {
    color: #fefefe;
    background: #324a71;
    border-color: #324a71;
}

.btn-primary.blue:hover {
    color: #fefefe;
    background: #324a71;
    border-color: #324a71;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7-form-control-wrap[data-name="contact"]::after,
.wpcf7-form-control-wrap[data-name="reason"]::after {
    content: "\f078";
    position: absolute;
    font: var(--fa-font-light);
    top: 50%;
    right: 5%;
    bottom: auto;
    left: auto;
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.wpcf7-form-control-wrap[data-name="contact"],
.wpcf7-form-control-wrap[data-name="reason"] {
    position: initial;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.account-nav {
    background: #40587f;
    padding: 20px;
}

.account-nav h3 {
    color: #fefefe;
}

.woocommerce-MyAccount-navigation-link {
    padding: 10px 0;
    border-top: rgb(254 254 254 / 25%) 1px solid;
}

.account-nav a {
    color: #fefefe;
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.woocommerce-Input,
.input-text,
.woocommerce form .form-row select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    right: 0;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    min-width: 160px;
    padding: 14px 20px;
    border: 1px solid #FFFFFF;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    min-width: 160px;
    padding: 14px 20px !important;
    border: 1px solid #FFFFFF;
}


.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #8ad076;
    color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: unset;
}


.woocommerce table.cart img {
    max-height: 90px;
    width: auto;
}

.wc_payment_methods label {
    width: unset;
}

.woocommerce table.cart td.actions .input-text {
    width: auto;
    display: initial;
    width: unset;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: 1.5rem;
    font-weight: 500;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 6px 12px;
}

th.label {
    display: block;
}

.owl-carousel.prod-testimonial-slider .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex;
    align-items: center;
}

input[type="email"].email {
    position: relative;
}

input[type="email"].email::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-weight: 900;
    top: 0px;
    right: 15px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.price bdi {
    font-weight: 600;
    display: inline-block;
}

.footer .btn-secondary {
    margin-top: 20px;
    padding: 0.95rem 0.75rem;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0;
}

.product-thumbnails img.img-fluid {
    height: 50px;
    width: 100%;
    transition: opacity 0.3s ease;
    cursor: pointer;
    object-fit: cover;
}

.owl-theme.product-thumbnails .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 27px);
    margin-top: 0 !important;
}
 
button.owl-prev {
    left: -35px;
    position: absolute;
}

button.owl-next {
    right: -35px;
    position: absolute;
}

button.owl-prev span,
button.owl-next span {
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 20px;
}

img.img-fluid.active {
    border: 2px solid #D0CCCF;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #ea7740;
    text-decoration: none;
}

img.play-icon {
    position: absolute;
    z-index: 2;
    height: 40px;
    width: 40px;
    top: calc(50% - 35px);
    left: calc(50% - 20px);
}

table .table-logo {
    background: #EA7740 !important;
}

table .table-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 10px 15px;
    z-index: 1;
}

.table td {
    border-top: none;
    border-bottom: 1px solid #F0F0F0;
}

div#stat-table {
    margin-top: 30px;
}

#stat-table table thead tr th {
    border: none;
}

#stat-table thead tr th:first-child {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

#stat-table thead tr th:last-child {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

table .table-img:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.102941) 66.83%, #000000 100%);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

table .table-logo img {
    transform: translateY(-10px);
    height: auto;
    max-width: 100%;
    padding: 1rem;
    padding-bottom: 0;
}

#stat-table {
    z-index: 2;
}

th.table-logo.position-relative span {
    display: block;
    margin-bottom: 0;
    padding: 0px 5px;
    font-weight: 700;
}

#stat-table table {
    table-layout: fixed;
    margin: 0;
}

#stat-table table tbody td:nth-child(even) {
    background: #FAF9F9;
}

#stat-table table tbody td.tbl-active {
    background: #9BCD6A;
    color: #FFF;
    box-shadow: 10px 20px 70px 0px #00000033;
}

#stat-table table .fa-check-circle {
    color: #64C1C5;
}

#stat-table table .fa-times-circle {
    color: #D52E61;
}

.list-with-icons li {
    display: flex;
}

.list-with-icons li>* {
    margin-right: 1rem;
    display: block;
}

#stat-table table tbody img,
.list-with-icons img {
    height: 1.5rem;
    width: auto;
}

ul.list-unstyled li,
ul.spaced li {
    margin-bottom: 1.5rem;
}

#stat-table .table-light thead th {
    border: none;
    font-weight: 600;
    font-size: 18px;
    background-color: #252525;
    padding-bottom: 0;
}

#stat-table .table-light tbody td {
    font-size: 0.75rem;
}

#stat-table .table-light td {
    border-color: rgba(112, 112, 112, 0.35);
}

#stat-table .table-light td:not(:first-child) {
    border-left: 1px solid rgba(112, 112, 112, 0.35);
}

#stat-table table th {
    padding: 0;
}

#stat-table table th,
#stat-table table td {
    text-align: center;
    vertical-align: middle;
}

#stat-table table tbody td {
    padding: 1.5rem;
    font-size: 14px;
    font-weight: 700;
}
#stat-table table tbody td.tbl-heding {
    font-size: 18px;
}

#stat-table table tbody td:first-child {
    text-align: left;
    border-left: 1px solid #F0F0F0;
}

#stat-table table tbody td:last-child {
    border-right: 1px solid #F0F0F0;
}

#stat-table table tbody tr:last-child td:first-child {
    border-radius: 20px !important;
}

#stat-table table tbody tr:last-child td:last-child {
    border-radius: 20px !important;
}

.btn-outline-primary {
    color: #40587f;
    border-color: #40587f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #40587f;
    border-color: #40587f;
}

#stat-table-mobile {
    text-align: center;
    font-size: 0.7rem;
    color: #1B2839;
}

#stat-table-mobile .stat-table-header {
    font-size: 0.8rem;
    text-transform: uppercase;
}

#stat-table-mobile>div {
    padding: 1rem 0.5rem;
}

#stat-table-mobile>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#stat-table-mobile>div>.col-auto {
    width: 4rem;
}

#stat-table-mobile>div>div>div {
    font-weight: bold;
    font-size: 1rem;
}

#stat-table-mobile img {
    height: 1.5rem;
    width: auto;
    vertical-align: middle;
}

#stat-table-mobile .row {
    background: white;
}

#stat-table-mobile .row:nth-child(odd) {
    background: var(--light);
}

table .table-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#stat-table table thead tr th {
    vertical-align: top !important;
}

.yay-swatches-disabled:before {
    border-top: none;
}




.icons-container-new {
    background: #40587F;
    color: #fefefe;
    padding: 50px;
}

.prod .icons-container-new {
    padding: 25px 50px;
}

img.icon {
    height: 50px;
    margin: 25px 0;
}

.icons-container-new h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #FFF;
}

.icons-container-new h3 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFF;
}

.icons-container-new p {
    color: #fefefe;
}








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

    table .table-img img {
        height: auto;
        max-width: 100%;
        padding: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #stat-table table tbody td {
        padding: 12px;
    }

    #stat-table .table-light thead th {
        width: 120px !important;
    }
}

.video-container {
    position: relative;
    padding-bottom: 84.52%;
    height: 0;
    background: #131313;
}

.video-container.alt {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    background: #131313;
}

.gif-container {
    position: relative;
    padding-bottom: 84.52%;
    height: 0;
    background: #131313;
}

.gif-container.hp {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    background: #131313;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gif-container img {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.gif-container.hp img {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 20%;
}


span.page-label {
    padding: 4px 8px;
    background: #40587f;
    color: #fefefe;
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}

.search-container {
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #000000;
    width: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.search-container.active {
    top: 218px;
    opacity: 1;
}

/* .search-container.active.top {
    top: 187px;
} */



section.hero {
    height: 600px;
    position: relative;
}

.form-hero {
    position: absolute;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    top: calc(50% - 277px);
}

.product .form-hero {
    top: 0;
}

.hp-hero.owl-carousel .owl-stage-outer,
.hp-hero.owl-carousel .owl-stage,
.hp-hero.owl-carousel .owl-item {
    height: 100%;
}

a.search-close {
    color: #ffffff !important;
    text-decoration: underline !important;
    max-width: 24px;
    display: block;
    margin-left: 10px;
}
a.search-close img {
    filter: brightness(0) invert(1);
}
.search-container a.search-close {
    display: none;
}

.hero-form {
    background: rgb(117 117 117 / 85%);
    padding: 24px;
    margin: 20px 0;
    pointer-events: all;
}

.product .hero-form {
    background: rgb(255 255 255 / 88%);
    padding: 24px;
    margin: 20px 0;
    pointer-events: all;
}

.hero-form p.disclaimer {
    font-size: 0.75rem;
    line-height: 1.4;
}

.result {
    padding: 0 0 20px;
    border-bottom: 1px solid #e3e3e3;
}

.result a {
    color: #40587f;
    text-decoration: none;
    background-color: transparent;
}

.blue-bg {
    background: #40587F;
    color: #fefefe !important;
}

img.consult-icon {
    max-width: 30px;
    margin-right: 12px;
    max-height: 30px;
}

.icons-container.consult h2 {
    font-size: 1.25rem;
    font-weight: 400;
}

.icons-container.consult {
    background: #131313;
}

.consult-offer {
    position: fixed;
    top: calc(50% - 148px);
    z-index: 1000;
}

.consult-offer div {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    -o-transform-origin: left bottom;
    transform: rotate(90deg);
    transform-origin: left bottom;
    left: 0px;
    bottom: unset;
    right: unset;
    display: inline-block;
    background: #ea7740;
    color: #fefefe;
    padding: 10px 20px;
}

#consultModal .modal-content {
    border-radius: 0;
    background: #40587f;
    color: #fefefe;
    padding-top: 35px;
}

#consultModal .modal-content p {
    color: #fefefe;
}

#consultModal .modal-content p.disclaimer {
    font-size: 0.7rem;
    line-height: 1.3;
}

#consultModal .modal-content p.grey-text {
    color: #898989;
    pointer-events: pointer;
    text-decoration: underline;
}

.sticky-top {
    z-index: 1;
}

.intro-slide .owl-nav,
.diff-slide .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 40px);
}

.hero-content img {
    max-width: 110px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;

}

.hero-bg {
    position: relative;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}

.hero-content .btn-outline-primary {
    color: #fefefe;
    border-color: #fefefe;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
}

.hero-content .btn-outline-primary:hover {
    color: #131313;
    border-color: #fefefe;
    background: #fefefe;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
}

@media (max-width: 767px) {

    .static {
        display: none;
    }

    .consult-offer {
        position: fixed;
        top: unset;
        z-index: 1000;
        bottom: 25px;
        left: 20px;
    }

    .consult-offer div {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 0px;
        bottom: unset;
        right: unset;
        display: inline-block;
        background: #ea7740;
        color: #fefefe;
        padding: 10px 20px;
    }


    .hero-content .btn-outline-primary {
        color: #fefefe;
        border-color: #ea7740;
        background: #ea7740;
    }

    .hero-content .btn-outline-primary:hover {
        color: #fefefe;
        border-color: #ea7740;
        background: #ea7740;
    }

    .hero-bg::before {
        content: none;
    }

    section.hero {
        min-height: 600px;
        height: auto !important;
        max-height: unset;
    }

    section.hero .text-white {
        color: #131313 !important;
    }

    .mobile-bg {
        background-position: 8% !important;
    }

}

/* .search-container.active {
    top: 95px;
    opacity: 1;
} */

@media (max-width: 1167px) {
    /* .search-container.active {
        top: 95px;
        opacity: 1;
    } */
}

@media (max-width: 767px) {

    /* .search-container.active {
        top: 90px;
        opacity: 1;
    } */
}

.mob-logo {
    max-width: 60px;
}


.consult-container {
    background: linear-gradient(to top, #f2f2f2 85%, #fefefe 0%);
}

.products-menu {
    display: none;
    position: fixed;
    border-top: 1px solid #3f3f3f;
    top: 93px;
    right: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    background: rgb(221 221 221 / 95%);
    transition: all 0.35s ease-in-out;
}

.products-menu.active {
    display: block;
    -webkit-animation: slide-in-top 0.235s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.drop-menu h3 {
    color: #393939;
    font-weight: 600;
    margin-bottom: 16px;
}

.drop-menu,
.drop-menu a {
    color: #393939;
}

.drop-menu a.drop-sub {
    color: #B58849;
    display: block;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.drop-menu h3 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.drop-menu li {
    padding-top: 7px;
}

.menu-box {
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fefefe;
}

.menu-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.menu-box .text {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
}

.drop-menu .btn-outline-white {
    font-weight: 300;
    color: #B58849;
    border-color: #B58849;
}

.drop-menu .btn-outline-white:hover {
    color: #fefefe;
    background-color: #B58849;
    border-color: #B58849;
    font-weight: 300;
}

.drop-menu h3 {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.drop-menu .underline {
    margin: 0;
}

.drop-menu .underline:after {
    height: 1px;
    bottom: -5px;
}

.underline {
    position: relative;
    margin: 3px;
}

.underline.white:after {
    background-color: #fefefe;
}

.underline.overflow:after {
    width: 110%;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-12-19 11:47:23
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ea7740;
}

section.product-header {
    padding: 100px 0 75px;
    position: relative;
    color: #fefefe !important;
}

section.product-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #131313;
    opacity: 0.35;
}

.product-header h1,
.product-header p {
    color: #fefefe;
    position: relative;
    z-index: 5;
}

.product-header h1.product {
    font-size: 4rem;
    font-weight: 700;
}

.product-header p.sub {
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #fefefe;
    font-size: 0.9rem;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.consult-container {
    background: linear-gradient(to top, #dddddd 85%, #fefefe 0%);
    margin: 50px 0;
}

.consult-container h2 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 7px;
    color: #40587f;
}

.consult-container i {
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.35;
    margin-bottom: 0px;
}

.btn-outline-secondary {
    color: #C77C58;
    border-color: #C77C58;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #C77C58;
    border-color: #C77C58;
}

.woocommerce td.product-name dl.variation {
    list-style: none outside;
    font-size: 12px;
    font-weight: 400 !important;
    text-transform: uppercase;
    display: inherit;
    line-height: 1.35;
    padding-top: 12px;
}

.woocommerce table.shop_table td { line-height: 1.25em; font-size: 14px; font-weight: 600; }

.woocommerce table.shop_table td a {
    margin-bottom: 12px;
}

.woocommerce td.product-name dl.variation dd {
    margin-bottom: 8px;
}

.woocommerce td.product-name dl.variation p {
    font-size: 12px;
    line-height: 1.35;
}

.swipe-indicator i {
    margin-right: 10px;
}

.swipe-indicator {
    font-size: 14px;
    opacity: 0.5;
    text-transform: uppercase;
    margin-bottom: 12px;
}

img.product-icon {
    max-height: 50px;
    width: auto;
}

.h5,
h5 {
    font-size: 0.85rem;
    text-transform: uppercase;
}

a.nav-link.cart.in-cart {
    position: relative;
}

section.section-pad.why-header {
    position: relative;
    color: #fefefe;
}

section.section-pad.why-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #131313;
    opacity: 0.5;
}

.section-pad.why-header {
    padding: 130px 0 150px;
}

section.section-pad.why-header h1 {
    font-weight: 600;
    text-shadow: 0px 0px 10px #000000;
}

section.section-pad.why-header p {
    color: #fefefe;
    text-shadow: 0px 0px 10px #000000;
    font-size: 1.15rem;
    line-height: 1.65;
    margin-top: 10px;
    font-weight: 400;
}

#player_wrapper,
#player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#player_wrapper {
    overflow: hidden;
}

.alt .consult-container {
    background: #dddddd;
    margin: 50px 0;
}

video.b-bgvideo {
    position: absolute;
    top: 30%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.learnmore {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.learnmore a {
    color: #fefefe;
    text-decoration: none !important;
    background-color: transparent;
    text-shadow: 0px 0px 10px #000000;
}

.cursor:hover {
    cursor: pointer;
}

.consult-container.hp {
    background: #dddddd;
    margin: 50px 0;
    padding-top: 30px;
}

.consult-container.hp h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.icons-container.why a {
    text-decoration: none !important;
}

.woocommerce form .form-row .input-checkbox {
    width: auto;
}

.replayButton {
    border-radius: 100px;
    border: 8px solid #fff !important;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    opacity: 0.95;
    transition: opacity 150ms;
}

.replayButton:before {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 18px;
    left: 18px;
    content: '';
    display: block;
    border-color: transparent white white white;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.replayButton:after {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 0 45px 22px 22px;
    height: 0;
    position: absolute;
    top: 40px;
    left: 15px;
    bottom: 0;
    right: 0;
    width: 0;
    content: "";
    display: block;
    margin: auto;
}

.product-video-container {
    position: relative;
}

#replayDiv {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
}

button#replayButton {
    background: none;
    border: none;
    color: #fefefe;
    outline: none !important;
}

button#replayButton span {
    display: block;
}

div#ctaDiv {
    z-index: 3;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}

.alert-dismissible .close {
    z-index: 10;
    font-size: 0.85rem !important;
    color: #f73b3b;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.consult-container.full-bg {
    background: #dddddd;
    margin: 0 0 50px;
}

.static {
    position: absolute;
    background: white;
}

.static:hover {
    opacity: 0;
}

p.product-name.lead {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.product-lead dt {
    display: inline-block;
}

.product-lead dd {
    display: inline-block;
}

.product-lead dd p,
.product-lead dt p {
    margin-bottom: 0;
}

.hero-form p {
    color: #fefefe;
    font-size: 1rem;
    margin-bottom: 20px;
}

.product .hero-form p {
    color: #212529;
}

.product-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    height: 100%;
    margin-bottom: auto;
    width: 100%;
}

.product-thumb {
    height: 300px;
}

.hp-hero.products .owl-dots {
    position: absolute;
    z-index: 100;
    margin-top: -34px !important;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product button.owl-dot {
    width: 16px;
    height: 16px;
    border: 1px solid #707070 !important;
    border-radius: 10px;
    margin-left: 8px;
    background: rgb(254 254 254 / 40%);
}

.product button.owl-dot.active {
    background: rgb(254 254 254 / 100%);
}

.products .hero-bg::before {
    content: '';
    display: none;
}

.seven-cols .col {
    -ms-flex: 0 0 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714%;
}

@media (max-width: 992px) {
    .seven-cols .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 768px) {
    .seven-cols .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

span.yay-swatches-attribute-term.yay-swatches-swatch[data-attribute="pa_style"] {
    width: auto;
    height: 100px;
    margin-bottom: 0;
    aspect-ratio: 16 / 9;
}

.custom-selector {
    display: inline-block;
    margin-right: 10px;
}

.custom-selector p {
    line-height: 1;
    font-size: 14px;
    color: #847b83;
}

.price del bdi {
    font-weight: 400;
    display: inline-block;
    color: #959595;
    text-decoration: line-through;
}

.price ins bdi {
    font-weight: 700;
    display: inline-block;
    color: #40587F;
    text-decoration: none;
}

p#saving_total_price {
    color: #2BBF3C;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 10px;
}

span.product-style {
    position: absolute;
    top: 0;
    left: 0;
    background: #F2F2F2;
    padding: 5px 10px;
    color: #40587F;
    font-size: 1.5rem;
}

.main-container { 
    position: relative;
}

.product-thumbnails.alt img.img-fluid {
    height: 100px;
    margin-bottom: 20px;
}

/* figure {
    margin: 0;
    z-index: -1;
    position: relative;
} */

.main-container img.badge {
    position: absolute;
    bottom: inherit;
    top: 10px;
    z-index: 10;
    display: block;
    width: 20%;
    left: 10px;
    height: auto;
    min-width: 120px;
    max-width: 100px;
}

.main-container img.icon {
    position: absolute;
    top: 10px;
    z-index: 10;
    display: block;
    width: auto;
    right: 10px;
    height: auto;
    margin: 0;
}

h1.product_title.entry-title.alt {
    font-size: 40px;
    font-weight: 300;
    color: #252525;
}

.large-image {
    position: relative;
}

div#arrowContainer {
    position: absolute;
    top: calc(50% - 40px);
    width: 100%;
    display: flex;
}

.arrow.right {
    position: absolute;
    right: 7px;
}

.arrow.left {
    position: absolute;
    left: 7px;
}

span.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    text-shadow: #000 2px 2px 5px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

span.caption-heading {
    font-weight: 600;
    text-transform: none;
}

.buy-offer {
    position: fixed;
    top: calc(50% - 90px);
    z-index: 1000;
    right: 44px;
}

.buy-offer div {
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
    right: 44px;
    bottom: unset;
    display: inline-block;
    background: #ea7740;
    color: #fefefe !important;
    padding: 10px 20px;
}

.buy-offer div a {
    color: #fefefe !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .buy-offer {
        display: none;
    }
}

.card.social .card-header {
    border-bottom: 0;
    background: transparent;
}

.card.social .card-header a {
    font-weight: 600;
    color: #40587F;
    font-size: 14px;
}


.card.social p {
    line-height: 1.5rem;
    font-size: 0.85rem;
}

.product-hero h3 {
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 30px;
}

span.onsale {
    display: none;
}

.pergola-header-container {
    position: relative;
    text-align: center;
}

.pergola-header-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pergola-header-text p,
.pergola-header-text h1 {
    color: white !important;
}

.consult-offer.new.buy {
    bottom: 180px;
}

@media (max-width: 767px) {
    .consult-offer.new.buy {
        bottom: 105px;
    }
}

.lg-font p {
    font-size: 1rem;
}

span.text-nav {
    color: #40587F;
}

span.text-nav:hover {
    cursor: pointer;
}

span.text-nav.active {
    font-weight: 600;
    color: #000;
}

.lbl-difference .gif-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: unset;
    width: unset;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    margin-top: unset;
}

section.hero.alt {
    height: 80vh;
    position: relative;
    min-height: 600px;
}

.gif-container.square {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    background: #131313;
}

.gif-container.square img {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 20%;
}

.hero h3 span.small {
    font-size: 50%;
    font-weight: 400;
}




/* Search Bar Responsive  */


@media screen and (max-width: 1599px) {
.search-container.active , .search-container.active.top {
    top: 206px;
}
}






