﻿@font-face {
    font-family: "Prox Reg";
    src: url("fonts/ProximaNova-Regular.woff");
}

@font-face {
    font-family: "Prox Bold";
    src: url("fonts/ProximaNova-Bold.woff");
}

html, body {
    margin: 0;
}

.shipCostCenter {
    display: none;
}

.validation,
.error {
    color: #ff0000;
    display: block;
}
sup { font-size: x-small; vertical-align: super; }
p.price.original span {
    position: relative;
}

    p.price.original span::before {
        content: '';
        width: 100%;
        position: absolute;
        right: 0;
        top: calc( 50% - 1.5px );
        border-bottom: 3px solid rgba(255,0,0,0.8);
    }

.g-recaptcha {
    text-align: center;
}

    .g-recaptcha > div {
        margin-left: auto;
        margin-right: auto;
    }

body div.uwy.userway_p1 .userway_buttons_wrapper
{
    top: auto;
    bottom: 13px;
}

/****** General Layout ******/
.maincontent, .account-page .home-content {
    flex: auto;
}

/*****404*****/

.error404 {
    text-align: center
}

    .error404 img {
        max-width: 100%;
        width: 40%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

error404 p {
    margin-bottom: 30px;
}
/*****NoSite*****/
.nowebsite {
    background-image: url("/images/Page-not-found-1b.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.nowebsite-wrap {
    margin: 0 auto;
}

.nowebsite h1 {
    font-size: 100px;
    color: white;
    font-family: "Prox Bold";
    margin-bottom: 0px;
}

.nowebsite p {
    font-size: 24px;
    color: white;
    margin-bottom: 4rem;
    line-height: 1.35;
    font-family: "Prox Reg";
}

.nowebsite a {
    background-color: #ED7625;
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-family: "Prox Reg";
}

    .nowebsite a:hover {
        opacity: .70;
    }

/***** Login *****/

.toppass,
.remove-btn {
    display: none;
}


/***** Header *****/

.hiddenHeader {
    display: none;
    margin: 0;
}

.fixedheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: var(--color-1);
    color: #ffffff;
    z-index: 200;
    display: grid;
    min-height: 10vh;
    grid-auto-flow: row;
}

.header {
    height: 70px;
}

bodyheadermargin {
    margin-top: 2rem;
}

msHeaders {
    font-size: 14px !important;
    margin: 0 !important;
}

.header .logo {
    display: block;
}

    .header .logo a {
        max-height: 100%;
        max-width: 100%;
        display: block;
    }

    .header .logo img {
        max-height: 70px;
    }

.header.wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: minmax(auto,70px);
    align-items: center;
    height: 100%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding-left: 20px;
}

.header-right {
    text-align: right;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    align-items: center;
}

    .header-right ul.navigation {
        display: grid;
        grid-auto-columns: 1fr;
        grid-auto-flow: column;
        grid-column-gap: 10px;
        align-items: center;
        margin: 0px;
    }
    .avail{
        font-weight: 600;
    }
    .header-right ul.subnav {
        display: none;
    }

    .header-right ul.navigation li {
        position: relative;
        text-align: center;
    }

    .header-right ul.navigation a {
        font-weight: bold;
    }

    .header-right ul.navigation li ul.subnav {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        background-color: var(--color-4);
        z-index: 3000;
    }

    .header-right ul.navigation li:hover ul.subnav {
        display: block;
    }

    .header-right ul.subnav li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .header-right ul.subnav li a {
            display: block;
            padding-top: 8px;
            padding-bottom: 8px;
            font-weight: normal;
        }

    .header-right .cart,
    .header-right .login {
        display: inline-block;
    }

    .header-right .search form {
    }

    .header-right .search input {
        border: 2px solid var(--color-4);
        border-right: none;
        color: var(--color-4);
    }

    .header-right .search button {
        padding: 0px;
        color: var(--color-1);
        font-size: 20px;
        border-radius: 0px;
        height: 38px;
        padding: 6px 10px;
        float: right;
        border: 2px solid var(--color-4);
        border-left: none;
        margin: 0px;
    }

    .header-right .search-icon {
        display: none;
    }

    .header-right .searchwrapper {
        display: inline-block;
    }

    .header-right .menu .icon {
        margin-right: 8px;
    }

    .header-right .menu a {
        font-size: 30px;
    }

#sayt-menu > .sayt-term-rec {
    display: none;
}

.dynamicform:hover {
    cursor: pointer;
}
/***** Account/Orders *****/
h1.account {
    text-align: center;
    margin-top: 20px;
    font-size: 35px;
}

.accountheader {
    text-align: center;
}

    .accountheader a {
        display: inline-block;
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 2rem;
        text-decoration: none;
        font-size: 1.5rem;
    }

    .accountheader .active {
        display: inline-block;
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 2rem;
        text-decoration: none;
        font-size: 2rem;
        font-weight: bold;
        text-decoration: underline;
    }

table.orders {
    margin: auto;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

    table.orders td {
        vertical-align: middle;
        text-align: left;
        padding: 5px;
        border: 1px solid #666666;
    }

    table.orders th {
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
        border: 1px solid #333333;
        padding-left: 8px;
        color: #ffffff;
        background-color: var(--color-4);
    }

    table.orders td:first-child {
        padding-left: 8px;
    }
    
    table.orders td:nth-child(n+4) {
        text-align: center;
    }    

    table.orders tr:nth-child(2n+1) {
        background-color: #dedede;
    }

    table.orders th.subtable span {
        display: inline-block;
    }

    table.orders th.subtable span,
    table.orders table.t-details td {
        width: 20%;
    }

        table.orders th.subtable span:first-child,
        table.orders table.t-details td:first-child {
            width: 60%;
        }

    table.orders table tr {
        background-color: #ffffff;
    }

    table.orders p {
        margin-bottom: 5px;
        line-height: 17px;
    }

    table.orders div.o-details,
    table.orders div.reorder {
        display: none;
        position: fixed;
        max-width: 85%;
        max-height: 85%;
        min-width: 60%;
        min-height: 50%;
        z-index: 2500;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
    }

    table.orders a.view-more,
    table.orders a.reorder-btn {
        cursor: pointer;
        display: inline-block;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    table.orders table.t-details p {
        margin-bottom: 5px;
    }

    table.orders a.close {
        font-size: 30px;
        text-decoration: none;
        margin-bottom: 25px;
        margin-right: 5px;
        margin-top: 5px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    table.orders div.padding {
        padding: 20px;
    }

    table.orders table.t-details,
    table.orders table.line-items {
        width: 100%;
        margin-bottom: 25px;
    }

.cartbuttons form {
    text-align: right;
}

.success-update {
    display: flex;
    justify-content: center;
}

.success-update-content {
    display: flex;
    border: 2px solid black green;
    color: green;
    padding: 10px;
}

    .success-update-content p {
        margin-left: 5px;
    }

.order-approval {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columns-row {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.columns-row .three.columns {
    float: none;
    text-align: left;
    flex: 0 0 28%;
}

.summary-container {
    display: grid;
    grid-template-columns: max-content auto;
    row-gap: 0.25rem;
    column-gap: 1rem;
    margin: 0.5rem 0;
}

table.orders table tr:nth-child(2n+1) {
    background-color: #ffffff;
}

table.orders table td {
    border: none;
}

.history.group {
    text-align: left;
    margin: 0 .5rem;
}

.order-details-heading {
    text-align: left;
    padding-left: .4rem;
}

.approval-section {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;   
    text-align: left;
}

/* Cart page */
.ecologi-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-Index: 1000;
}
.ecologi-lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    text-align: center;
}
.ecologi-lightbox-img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}
/* Estimates Order Page */
.est-order h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 42px;
}

.est-order h3 {
    font-size: 24px;
    border-bottom: 2px solid var(--color-2);
    margin-bottom: 10px;
}

.est-contact span {
    display: block;
    margin-bottom: 5px;
}

.est-dets {
    clear: both;
}

    .est-dets table {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
    }

.est-order .subtotal {
    text-align: right;
}

.est-dets table th {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-2);
}

.est-dets table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-3);
}

    .est-dets table td:nth-child(n+2) {
        text-align: center;
    }

.est-order .subtotal span {
    margin-left: 5px;
}

.quote-page input[type='submit'] {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.quote-page .modal-submit .button {
    display: none;
}

/* Home Page */
div.rotator {
    position: relative;
    z-index: 100;
}

    div.rotator a.left,
    div.rotator a.right {
        font-size: 40px;
        display: none;
        position: absolute;
        z-index: 300;
        top: 50%;
        transform: translate(0,-50%);
        cursor: pointer;
    }

    div.rotator a.left {
        left: 2%;
    }

    div.rotator a.right {
        right: 2%;
    }

    div.rotator .home-banner {
        position: relative;
        top: 0px;
        z-index: 100;
        display: none;
    }

        div.rotator .home-banner.hiding {
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 30;
        }

        div.rotator .home-banner img {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }

.featured {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .featured h3 {
        text-align: center;
    }

.home-featured div.product.three.columns:nth-child(4n+1) {
    clear: left;
    margin-left: 0px;
}

.home-featured div.product.four.columns:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
}

.home-featured .arrow {
    display: none;
}

.home-banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 5%;
    width: 40%;
}

.banner-text h2 {
    color: var(--color-1);
}

    .banner-text h2 span {
        font-size: 14px;
        line-height: 18px;
        display: block;
    }

.foot-bottom .copyR p {
    padding-top: 0;
}

.hiddenFooter {
    display: none;
    margin: 0;
}

.footer {
    background-color: var(--color-5);
    padding-top: 25px;
    clear: left;
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
}

    .footer h3 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 35px;
    }

    .footer .madewithlove {
        background-color: var(--color-2);
        text-align: center;
    }

        .footer .madewithlove img {
            display: inline-block;
            height: 2vh;
            margin-bottom: 2%;
            margin-top: 1%;
        }

    .footer .icon {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 6px;
    }

        .footer .icon p {
            font-size: 14px;
            display: inline-block;
            margin-left: 5px;
        }

.foot-top a.has-subs,
.foot-top a.has-children {
    font-weight: bold;
}

.foot-top ul.subnav {
    margin-top: 10px;
}

.foot-top ul li {
    height: auto;
    margin-bottom: 10px;
}

.foot-top ul a img {
    float: left;
    margin-right: 5px;
}

.foot-top ul a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .foot-top ul a:hover {
        text-decoration: underline;
    }

    .foot-top ul a:after {
        position: relative;
        content: '';
        clear: both;
        display: block;
    }

.foot-bottom {
    margin-top: 2vh;
    text-align: center;
    align-items: center;
}

    .foot-bottom .navigation {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .foot-bottom ul li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

        .foot-bottom ul li a {
            text-decoration: none;
            color: var(--color-1);
        }

.content-page {
    padding-top: 15px;
    padding-bottom: 25px;
    clear: both;
}

    .content-page ul {
        list-style: disc;
        padding-left: 15px;
    }

.payment span.radio {
    margin-bottom: 10px;
    display: block;
}

.cust-fields .validation {
    display: none;
}

    .cust-fields .validation.visible {
        display: block;
    }

.custom-form .close {
    display: none;
}

.modal-window .custom-form .close {
    display: block;
}

/* Checkout */

div.breadcrumb,
div.continue {
    text-align: center;
}

div.breadcrumb ol {
    list-style: none;
    counter-reset: item;
    margin-top: 25px;
}

div.breadcrumb ol li {
    display: inline-block;
    counter-increment: item;
    margin-bottom: 5px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 80px;
    vertical-align: top;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-3);
}

div.breadcrumb ol li:after {
    content: counter(item);
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid #d1d1d1;
    color: var(--color-3);
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

div.breadcrumb ol li:nth-child(n+2)::before {
    content: '';
    border-top: 3px solid var(--color-3);
    position: absolute;
    width: 80px;
    height: 1px;
    left: -40px;
    top: 22px;
    transform: translate(-27px, 0);
}

div.breadcrumb ol li.active:before,
div.breadcrumb ol li.check:before {
    border-top: 3px solid var(--color-3);
}

div.breadcrumb ol li.active,
div.breadcrumb ol li.check,
div.breadcrumb ol li.active a,
div.breadcrumb ol li.check a {
    color: var(--color-2);
    text-decoration: none;
}

div.breadcrumb li.check {
    padding-top: 0px;
}

div.breadcrumb li.check a {
    display: block;
    padding-top: 50px;
    position: absolute;
}

div.breadcrumb ol li.active:after {
    border: 3px solid var(--color-2);
    color: var(--color-2);
}

div.breadcrumb ol li.check:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-size: 30px;
    font-weight: 900;
    text-decoration: inherit;
    border: 3px solid var(--color-2);
    background-color: var(--color-2);
    font-size: 28px;
    line-height: 42px;
    color: #fff;
}

div.address.row .same {
    text-align: center;
}


div.checkout-fields div.db-opt {
    text-align: center;
}


table#ctl00_ctl00_Body_MainContent_dbopt3 {
    margin: 0 auto;
}

table#ctl00_ctl00_Body_MainContent_dbopt3 tbody tr td {
    display: flex;
}

div.checkout .checkout-fields input[type="radio"],
div.checkout .ship-fields input[type="radio"] {
    width: 25px;
    height: 20px;
}

.checkout .checkoutprod.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.checkout .detail-text {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

div.checkout div.review span.validation {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}
div.checkout div.catpage
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.checkout .catpage .product
{
    border: 3px solid #ffffff;
    border-radius: 15px;
}
.checkout .catpage .product.selected
{
    border: 3px solid var(--color-1);
}
.checkoutprod { padding-top: 35px; padding-bottom: 35px; }
#RfcCurp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20000;
}
.RfcCurp-lightbox-content {
    background: #fff;      
    padding: 2em;
    border-radius: 8px;
    min-width: 300px;
    max-width 90vw;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    position: relative;
}

@media (max-width: 600px) {
    .RfcCurp-lightbox-content {
        width: 95vw;
        max-width:95vw;
        min-width: unset;
        padding: 1em;
        border-radius: 6px;
        margin-top: 5vh;
        margin-bottom: 5vh;
        max-height: 60vh;
        overflow-y: auto;
    }
}

#RfcCurp-lightbox[style*="display: none"] {
    display: none !important;
}
.RfcCurp-lightbox-content ol {
    list-style: decimal inside;
    margin-left: 0;
    padding-left: 0;
}
.RfcCurp-lightbox-content ul {
    list-style: disc inside;
    margin-left: 1.5em;
    padding-left: 0;
}
.RfcCurp-lightbox-content ul li {
    margin-bottom: 0.5em;
}
.RfcCurp-lightbox-content a:last-of-type {
    display: block;
    margin: 2em auto 0 auto;
    text-align: center;
    width: fit-content;
}
.shipping-rates {
    padding: 1rem 0;
    margin-bottom: 2.25rem;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.shipping-rates-text {
    font-size: large;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
}

/* Category page */

/*Category Banner*/


.catImgWrap img {
    position: relative;
    top: 0px;
    z-index: 100;
}

    .catImgWrap img.hiding {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 30;
    }



    .catImgWrap img.visible {
        display: block;
    }


.catheader div.dots {
    display: none;
    position: absolute;
    top: 45%;
    z-index: 100;
    right: 2%;
}

.catheader a.dot-click {
    display: block;
}

    .catheader a.dot-click:hover {
        cursor: pointer;
    }

.catheader a.left,
.catheader a.right {
    font-size: 40px;
    display: none;
    position: absolute;
    z-index: 300;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}

.catheader a.left {
    left: 2%;
}

.catheader a.right {
    right: 2%;
}



.category .product .image {
    position: relative;
}

.prod-overlay {
    position: absolute;
    max-width: 80px;
    top: -10px;
    right: -10px;
    border: none;
    z-index: 30;
}

table.modal-form {
    width: 100%;
}

div.modal-form fieldset {
    display: flex;
    flex-direction: row;
    text-align: left;
}

    div.modal-form fieldset label {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    div.modal-form fieldset input {
        display: inline-block;
        width: 25px;
        margin: 0px;
        margin-left: 10px;
    }

div.cat-page div.category .subcategory {
    clear: none;
}

div.cat-page div.category,
div.subcategory .category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}


    div.cat-page div.category div.product {
        width: 100%;
        margin-left: 0px;
    }
div.subcategory .category .columns {width: unset !important;}



div.category .subcategory {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}


div.cat-page div.category div.subcategory.products {
    grid-column: span 4;
}

div.category div.subcategory:nth-child(4n + 1) {
    clear: left;
    margin-left: 0px;
}

div.subcategory div.image img:nth-child(n + 2) {
    display: none; /* only show the first image*/
}

div.subcategory .details {
    text-align: center;
    padding-top: 20px;
}

    div.subcategory .details p.name a {
        text-decoration: none;
    }


/* Product Page */

.product-matrix .qty-lnk {
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}
.prod-page .product .productcontent .productsOrderArea .prodopts .quantities .qtyopt {
    flex: 0 0 33.33%;
    max-width: 100%;
    gap: 0.65em;
    flex-direction: column;
    display: flex;
    align-items: flex-start !important;
    margin-bottom: 15px;
}
.product-matrix {
    margin-left: 0px;
    margin-top: 15px;
    clear: left;
}

.matrix-modal {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    padding: 40px;
    transform: translate(-50%, -50%);
    z-index: 1200;
    border: 3px solid var(--color-4);
}

    .matrix-modal .selectors {
        display: flex;
        gap: 15px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 2px solid var(--color-4);
    }

        .matrix-modal .selectors li {
            cursor: pointer;
            margin: 0px;
            font-weight: bold;
            font-size: 20px;
        }

            .matrix-modal .selectors li.selected {
                color: var(--color-4);
            }

    .matrix-modal .grouping {
        display: none;
    }

        .matrix-modal .grouping:first-child {
            display: block;
        }

    .matrix-modal .inventory-table {
        width: 100%;
    }

        .matrix-modal .inventory-table th {
            font-weight: bold
        }

    .matrix-modal a.close {
        color: #000000;
        position: absolute;
        top: 3px;
        right: 7px;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
    }

        .matrix-modal a.close i {
            margin: 0px;
        }

    .matrix-modal .inventory-table tr {
        padding-bottom: 5px;
    }

.prod-content-image {
    margin-left: auto;
    margin-right: auto;
}

.prod-light-box, .selected-logo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: 12000;
    padding: 30px;
    border: 1px solid var(--color-3);
    overflow: auto;
    max-width: 80%;
    max-height: 80%;
}

    .prod-light-box .prod-opt-radio {
        max-height: 70vh;
        overflow-y: scroll;
    }

.prod-opt-radio {
    display: grid;
    grid-template-columns: repeat(6, min-content);
    row-gap: 1rem;
    column-gap: 0.5rem;
    margin-bottom: 1rem;
}

.prod-opt-item {
    display: grid;
    grid-template-columns: auto 150px;
}

.show-selected-message {
    display: none;
    margin-left: 15px;
    vertical-align: top;
}

    .show-selected-message span {
        font-weight: bold;
    }

    .show-selected-message a {
        display: block;
        text-align: center;
    }

        .show-selected-message a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.selected-logo a {
    font-size: 30px;
    text-decoration: none;
    margin-bottom: 25px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    color: var(--color-2);
}

.viewlogo {
    text-align: center;
}

.logo-continue {
    float: right;
    margin-right: 2em;
}

.targetedproductmessage span {
    display: block;
}

.related .category .product div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
/* Sustainability page */
.sustainability-wrapper {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-row-gap: 2em;
}
/* Cookie bar */
.cookiebar {
    position: fixed;
    bottom: 0px;
    background-color: white;
    padding: 25px;
    width: 100%;
    z-index: 5000;
    display: none;
    border-top: 1px solid black;
    text-align: center;
}

    .cookiebar.visible {
        display: block;
    }

    .cookiebar .wrapper {
        display: block;
        margin-right: 20px;
    }

.wrapper .copy {
    margin-right: 20px;
}

.copy p {
    margin: 10px;
}

.cookiebar .buttons {
    text-align: center;
    margin-right: 10px;
}

.cookiebar .button {
    min-width: 150px;
}

.cookiebar .decline {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    margin: 10px;
}

.cookiebar .accept {
    margin: 10px;
}

.visible {
    visibility: visible !important;
}
/* Cookie Policy page */
.cookie-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cookie-col {
    width: 18%;
}
.cookie-col2 {
    width: 35%;
}
.cookie-col3 {
    width: 30%;
}
.cookie-table-cell {
    text-align: left;
    vertical-align: top;
}
.cookie-no-margin {
    margin: 0;
}
.cookie-spacing-top-20 {
    margin-top: 20px;
}
/* Address book*/
.card-addr {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-addr-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-addrinsert > .card-addr > .card-addr-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.address-main-content {
    display: flex;
    justify-content: center;
}

.addressbook-container {
    margin: 25px 0;
}

.card-addr-size > .card-footer input,
.card-addr-size > .card-footer > a.button {
    margin-bottom: 0px;
}

.card-addr-size > .card-footer {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}

.card-addr-size, .card-addrinsert > .card-addr {
    min-height: 300px;
}

    .card-addrinsert > .card-addr > .card-addr-body {
        justify-content: center;
    }

.card-addr-size {
    max-width: 450px;
    min-width: 350px;
    box-shadow: 1px 1px 9px hsl(210deg 14% 75%);
}

.card-addrinsert .card-addr {
    border: none;
}

.plus-container {
    cursor: pointer;
    height: 100px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-addrinsert:hover .vertical-line, .card-addrinsert:hover .horizontal-line {
    background-color: darkgray;
}

.card-addrinsert:hover h3 {
    color: darkgray;
}

.vertical-line {
    position: absolute;
    background: #000;
    width: 10px;
    height: 100px;
    border-radius: 10px;
}

.horizontal-line {
    position: absolute;
    background: #000;
    width: 10px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(90deg);
}

.card-addr-size {
    margin-top: 0.5rem;
    margin-left: 10px;
}

.addr-default-btn {
    margin-left: 10px;
}

.card-header {
    margin-top: 0.5rem;
    padding-right: 10px
}

.card-loc-header {
    margin-left: 15px;
}

.addressedit-container {
    display: flex;
    justify-content: center;
}

.addressbook-card-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 25px;
}

.card-addrinsert:hover {
    cursor: pointer;
}

.addressedit-form-action > input {
    margin-bottom: 0;
}

.card-text {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.addressedit-container .formElement > input select {
    width: 100% !important;
}
.verified-address {
    text-align: center;
    margin-top: 75px
}

div.VerifiedAddress,
div.address.ShippingAddress.ReadOnly {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


div.verification div.continue,
div.continue.current {
    text-align: left;
}

div.continue.current input[type="submit"] {
    background: none;
    color: var(--color-5);
}

.product-login,
.category-login {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 100px;
}

/* Search Results page */

div.searchResults {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.category.searchResults .product {
    width: 100%;
    margin-left: 0px;
}

.paging {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px 0;    
}

.page-link, .page-number {
   padding: 6px 10px;
   border: 1px solid #ccc;
   border-radius: 4px;
   background: #fff;
   color: #333;
   text-decoration: none;
   transition: background 0.2s;
}

.page-link.prev {
    margin-right: 6px;
}

.page-link.next {
    margin-left: 6px;
}

.page-link:hover, .page-number:hover {
    background-color: #f0f0f0;
}

.page-number.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    cursor: default;
}

.ellipsis {    
    display: block;
    padding: 6px 10px;
    color: #999;
    cursor: default;
    border: none;
}

.no-search-results {
    text-align: center;
}

/* Ship Config Checkout */

.shipconfig {
    display: flex;
    justify-content: center;
    border: 2px solid var(--color-2);
    padding: 10px;
    font-size: 15px;
}


@media only screen and (max-width: 1024px) {
    .cat-page div.category div.product {
        grid-column: span 2;
    }
}

@media only screen and (max-width: 550px) {
    .cat-page div.category div.product {
        grid-column: span 3;
    }

    .category.searchResults .product {
        grid-column: span 3;
    }
}

/* Returns page */
.returns-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px
}
.returns-title {
    font-size: 1.8em;
    margin-bottom: 10px;
}
.question {
    font-style: italic;
    margin-bottom: 10px;
}
.instructions {
    margin-left: 20px;
    margin-bottom: 10px;
}
.instructions ul, .instructions > ol {
    margin: 0 0 1em 1.5em;
    padding: 0;
}
.instructions ul li {
    list-style-type: disc;
    margin-bottom: 0.5em;
}
.instructions > ol {
    list-style-type: decimal;
}
.instructions ol li {
    margin-bottom: 0.5em;
}
.instructions ol li a, .instructions a {
    text-decoration: none;
}
.instructions ol li a:hover, .instructions a:hover {
    text-decoration: underline;
}
.sub-step {
    margin-top: 0.25em;
    margin-left: 1.5em;
    list-style-type: lower-alpha;
}
/* terms page and privacy page */
.terms-container, .privacy-container {
    max-width: 800px;
    margin: 40px auto;
    line-height: 1.6;
}
.terms-container p, .privacy-container p {
    margin-bottom: 1em;
}
.terms-container .terms-operator-label {
    text-align: left;
    margin: 2em 0 0.5em;
    font-weight: normal;
}
.terms-container address, .privacy-container address {
    font-style: normal;
    margin: 2em 0;
    line-height: 1.4;
    text-align: left;
}
.terms-container address.terms-operator {
    font-style: normal;
    text-align: left;
    line-height: 1.4;
    margin: 0.5em 0 1.5em;
}
.terms-container .terms-company-name, .privacy-container .privacy-company-name {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.2em;
    font-size: 1.1em;
}
.terms-container .terms-company-address {
    margin: 0;
}
.terms-header-line {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
}
.terms-logo {
    margin: 0.5em 0 1em;
    font-size 2.5em;
    font-weight: bold;
    text-align: center;
    color: #ef7521;
}
.terms-last-modified {
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 2em;
}
.terms-section-title, .privacy-section-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.terms-list {
    margin: 0 0 1em 1.5em;
    list-style-type: disc;
}
.terms-list-item {
    margin-bottom: 0.5em;
}
.terms-link {
    color: #0066CC;
    text-decoration: underline;
}
.terms-underline {
    text-decoration: underline;
}
.terms-subsection-title, .privacy-subsection-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}
.privacy-title {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.privacy-container ul {
    list-style-type: disc;
    margin: 0 0 1em 1.5em;
    padding: 0;
}
.privacy-container ul.square-list {
    list-style-type: square;
}
.privacy-container ul ul {
    list-style-type: circle;
    margin: 0.5em 0 0.5em 1.5em;
}
.privacy-container ol.parentheses-list {
    list-style: decimal;    
    margin: 0 0 1em 1.5em;
    padding: 0;
}
.privacy-container ol.parentheses-list li > ul {
    list-style-type: disc;
    margin: 0.5em 0 0.5em 1.5em;
    padding: 0;
}
.privacy-container ol.parentheses-list li > ul > li > ul {
    list-style-type: circle;
    margin: 0.5em 0 0.5em 1.5em;
    padding: 0;
}
