﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400&display=swap');
@font-face {
    font-family: Now-Bold;
    src: url("../font/Now-Bold.otf") format("opentype");
    font-display: swap;
}

/* ── CSS Custom Properties ── */
:root {
    --max-width: 1440px;
    --gap-sm: 8px;
    --gap-md: 16px;
    --gap-lg: 24px;
    --gap-xl: 40px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,.12);
    --shadow-md: 0 4px 12px rgba(0,0,0,.15);
    --shadow-lg: 0 8px 30px rgba(0,0,0,.18);
    --transition-fast: 150ms ease;
    --transition-normal: 250ms ease;
}

* {
    margin: 0em;
    padding: 0em;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

    a:focus, a:active {
        border: none;
    }

.login a:hover {
    text-decoration: underline;
}
.showmore {
    cursor: pointer;
}
.bold {
    font-weight: 700;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
.hdn {
    display: none;
}
.right.abpos {
    position:absolute;
    right: 0;
    top: 10px;
    z-index: 2;
}
    .right.abpos:last-of-type {
        right: 60px;
    }

.fl {
    float: left;
    width: 100%;
}
.nav-close, .nav-overlay {
    display: none;
}
.posrel {
    position: relative;
}

div.pad_tb {
    padding: 10px 0;
}

.empty {
    font-weight: bold;
    text-align: center;
}
.hide {
    display: none;
}

.std {
    font-size: 14px;
}
.spacer {
    width: 100%;
    height: 100px;
    clear: both;
    float: left;
}
.impt {
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 24px;
}

.error {
    color: red;
    font-weight: bold;
    padding: 10px 0;
    float: left;
    width: 100%;
    border: 2px solid;
    padding: 10px;
    top: 10px 20px;
}


.lt-teal {
    color: #40B9C9
}

.dk-teal {
    color: #256777
}

.dk-gray {
    color: #404040;
}

.lt-gray {
    color: #E7E7E7;
}

.blue_it {
    color: #1a2695;
    font-style: italic;
}

a.blue_it {
    color: #2e3190;
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    margin-left: 10px;
}


.teal {
    color: #2a888a;
}

.red {
    color: #e70e31;
}

.bgred {
    background-color: #ff3c3c !important;
    clear: both;
    margin-top: 20px;
}
.bggreen {
    background-color: #008000 !important;
    clear: both;
    margin-top: 20px;
}

/* Cart checkout button */
.cbtn.checkout {
    background: #e04444;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 35px;
    border: none;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    clear: both;
    margin-top: 20px;
    transition: background 0.2s ease;
}
.cbtn.checkout:hover {
    background: #c63636;
}

.black {
    color: #000;
}

.linkbutton {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    padding: 6px;
}


h3 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 300;
}

ul.normal {
    margin-left: 25px;
}
.warning {
    color: #ca2128;
    font-weight: bold;
}
.warning.pad {
    padding-top: 10px;
    float: left;
}
.inline * {
    display:inline-block;
}

.col-3 div p {
    max-width: 350px;
}

#slider {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0px 0px 100px 0px;
}

.gallery li {
    padding: 35px;
}
    .gallery li span {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

.galleryWrapper .bx-viewport {
    padding: 0;
    width: 100%;
    max-width: 670px;
}

.img-auto {
    width: auto;
}

#container, .top, #footer, .wrapper, .attributes, .quotes, .logos, .copyright {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.content-container {
    margin: 0 auto;
    max-width: var(--max-width);
    padding: 0 var(--gap-lg);
    position: relative;
    float: none;
    clear: both;
    overflow: auto;
}


​​​​​​​

.hero {
    max-width: 100%;
    padding-bottom: 30px;
    width: 100%;
}
.hero.home {
    margin-top: -145px;
    position: relative;
}
.hero.home img {
    width: 100%;
}
    /*
.hero.home {
    margin-top: -20px;
    min-height: 10px;
    padding-bottom: 55%;
    position:relative;
    opacity: .6;
}

.hero.home:hover {
    opacity: 1;
}*/
    #homevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}
.hero.home .content {
    position: absolute;
    top: 45%;
    color: #000;
    left: 24%;
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 4em;
}
    .hero.home .content .red {
        color: #cd202a;
        text-transform: uppercase;
        clear: both;
        left: 60%;
        top: 50%;
        font-weight: 900;
        font-size: 2em;
        position: absolute;
    }
.attributes {
    background-color: #091f44;
    height: 180px;
}

    .attributes ul {
        list-style-type: none;
        padding-top: 45px;
    }

        .attributes ul li {
            display: inline-block;
            color: #fff;
            padding-right: 60px;
            font-weight: 700;
            font-size: 22px;
            text-align: center;
        }

            .attributes ul li:last-of-type {
                padding-right: 0;
            }

div.why {
    columns: 300px 3;
    column-gap: 60px;
}



.top-content {
    width: 100%;
    margin: 0 auto;
    clear: both;
}
    .top-content::after {
        content: "";
        clear: both;
        display: table;
    }


.quotes-container {
    background: url('../img/pills.jpg') no-repeat right center;
    width: 100%;
    min-height: 580px;
}
.quotes {
   margin-top: 100px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding-top: 150px;
}
    .quotes::after {
        content: "";
        clear: both;
        display: table;
    }


.logos {
    border-top: 1px solid #dcddde;
    background-color: #f6f6f6;
    padding: 20px 0;
}

    .logos .content-container {
        text-align: center;
    }

    .logos ul {
        list-style-type: none;
        width: 580px;
        margin: 0 auto;
    }

        .logos ul li {
            float: left;
            padding-right: 95px;
        }

            .logos ul li:last-of-type {
                padding-right: 0;
            }

.content textarea {
    min-height: 100px;
}

.col-content .row {
    display: table;
    width: 100%;
}

    .col-content .row div {
        display: table-cell;
        background-clip: padding-box;
        border-right: 10px solid transparent;
    }

        .col-content .row div:last-child {
            border-right: 0 none;
            vertical-align: top;
        }

.join select {
    height: 40px;
    width: calc(100% - 2px);
}


label.l-zip {
    left: 179px;
}

.join .col table tr td {
    width: 50%;
    position: relative;
}

.contact .col div, .form .col-content div {
    position: relative;
}

.full-width {
    padding: 0 20px 40px 20px;
}

.form .msg {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 16px;
}
.iform div {
    display:inline-block;
}
.iform input {
    max-width: 125px;
}
table {
    width: 100%;
}

.table select {
    padding: 5px 0;
    font-size: 16px;
}

.credit, .credita {
    float: left;
    padding: 15px 0;
    margin-bottom: 10px;
}

.top .top-full {
    background-color: #f1f2f2;
    width: 100%;
}

.logo {
}

.top img {
    float: left;
}



.nav-active {
    color: #e70e31;
    border-bottom: 5px solid #e70e31;
    padding-bottom: 14px;
    font-weight: 700;
}

b.ci {
    color: red;
}

li.slide {
    background-color: #256777;
}

    li.slide img {
        /* width:100% */
        ;
        margin: 0 auto;
    }

#comparisons {
    background-color: #e7e7e7;
    width: 100%;
    clear: both;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    height: auto;
}

    #comparisons p {
        padding: 0;
    }

.comparisons {
    width: 100%;
    clear: both;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .comparisons td, .comparisons th {
        font-size: 12px;
        line-height: 14px;
    }

        .comparisons th.bigger {
            font-size: 15px;
        }

    .comparisons td {
        text-align: center;
    }

    .comparisons tr td:first-of-type {
        text-align: left;
    }

.percent {
    width: 94%;
    float: left;
    background-color: #fff;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.percent-applied {
    background-color: #e70e31;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

p.subhead {
    font-size: 22px;
    font-weight: bold;
}

.fixed {
    position: fixed;
}
.main-f.fixed {
    top: 0;
    position: fixed;
    border-bottom: 1px solid #000;
    width: calc(100% - 40px);
}

.table.inv .sticky {
    position: sticky;
    top: 55px;
}
.table.inv .sticky.off {
    position: inherit;
}
    

.explanation {
    margin-top:5px;
}
    .explanation span {
        font-size: 12px;
        font-weight: 70;
        padding: 2px 10px;
    }

.tag2 {
    text-align: center;
    padding: 40px 0;
}

.wrapper .col {
    width: 48%;
    padding-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.joinright {
    position: fixed;
    right: 0;
    top: 53%;
    z-index: 10;
}

.net30 {
    float: left;
    margin-top: 30px;
}

.wrapper .col1, .wrapper .col2, .wrapper .col3 {
    float: left;
    width: 31%;
    position: relative;
}

.adminform .todays {
    font-size: 14px;
    background-color: #c1d8dc5c;
    padding: 10px;
}

    .adminform .todays td {
        font-size: 14px;
        padding: 2px;
    }

.todays label {
    clear: both;
}

.wrapper .intro {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-transform: uppercase;
}

.wrapper .col1, .wrapper .col2 {
    padding-right: 3%;
}

.wrapper .col:last-of-type {
    padding-bottom: 80px;
}

.wrapper .join .col:last-of-type, .wrapper .contact .col:last-of-type {
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0;
    width: 50%;
}

.wrapper.main .col:last-of-type {
    padding-bottom: 0;
    margin-top: 10px;
}

.wrapper.main.checkout {
}

    .wrapper.main.checkout .col {
        margin-top: 0px;
    }

    .wrapper.main.checkout .col {
        padding-right: 1%;
        margin-right: 2%;
    }

        .wrapper.main.checkout .col:last-of-type {
            padding-right: 0;
            margin-right: 0;
            border-right: none;
        }

.wrapper.main .col h3 {
    padding-bottom: 10px;
}

.wrapper.main .col h4 {
    clear: both;
}

.wrapper .col1 span, .wrapper .col2 span, .wrapper .col3 span {
    z-index: 2;
    position: absolute;
    top: 90px;
    left: 162px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.wrapper .col3 span {
    left: 218px;
    top: 110px;
}

.wrapper span a.callout {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

a.white-button {
    color: #2bc3ee;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}

/* confirmation */
h2.banner {
    background-color: #0a1f44;
    font-family: Raleway, sans-serif;
    font-size: 2.7em;
    line-height: 130px;
    color: #fff;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
    text-align: center;
}
.two-up {
    display: flex;
    overflow: hidden;
}
    .two-up .col-1 {
        background-color: #ca2128;
        padding: 20px;
        color: #fff;
        margin-bottom: 0;
        flex: 3;
    }
    .two-up .col-2 {
        border: 6px solid #0a1f44;
        background-color: #fff;
        color: #0a1f44;
        width: 30%;
        padding: 20px;
        text-align:right;
        margin-left: 30px;
        margin-bottom: 0;
        flex: 1;
    }

#home-content {
    float: left;
    text-align: left;
    clear: both;
    padding: 50px 0px 80px 50px;
}

    #home-content .subhead {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #home-content ul {
        float: left;
        list-style-image: url(../img/reddot.png);
    }

        #home-content ul:first-of-type {
            margin-right: 50px;
        }

        #home-content ul li {
            font-size: 14px;
            color: #404040;
            font-weight: bold;
            padding: 8px 0;
        }


.nav-button {
    display: none;
}

.startad-overlay {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.startad {
    background: white;
    width: 90%;
    max-width: 960px;
    max-height: 100vh;
    /**/height: auto;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.startmodal-header {
    position: relative;
    flex-shrink: 0;
}

    .startmodal-header img {
        width: 100%;
        height: auto;
        display: block;
    }

.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 32px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}
.startad .redbutton.ad {
    float: right;
    border: 0;
    border-radius: 15px;
    padding: 1px 10px;
    cursor: pointer;
}

.startmodal-content {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

    .startmodal-content .table.inv th {
        background-color: #58bccc;
        color: #fff;
    }
    .startmodal-content .table.inv td {
        text-align: left;
    }
    .startmodal-content .table.inv .field_qty {
        padding: 10px 0 10px 5px;
    }

@media (max-height: 500px) {
    .startad {
        height: 100vh;
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .startad table.table.inv {
        border: 0;
        width: 100%;
    }

        .startad table.table.inv tr:first-of-type {
            display: none;
        }

        .startad table.table.inv tr {
            display: block;
            margin-bottom: 1rem;
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 6px;
        }

        .startad table.table.inv td {
            display: block;
            text-align: left;
            font-size: 14px;
            border: none;
            border-bottom: 1px solid #eee;
            padding: 5px 0;
            position: relative;
        }

            .startad table.table.inv td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
                color: #333;
            }

            .startad table.table.inv td:last-child {
                border-bottom: 0;
            }

    .startad table.table.inv input.field_qty {
        padding-right: 4px;
        text-align: center;
    }
}






    
/* content pages */
.field {
    padding: 5px;
    margin-bottom: 5px;
}

.field_lg, .field_md, .field_sm, .field {
    background-color: #f9fafc;
    border: 1px solid #e1e5e8;
    padding: 5px;
    color: #646665;
    margin-bottom: 10px;
    float: left;
}

.field_md_s {
    width: 47.7% !important;
}

.field_md.ddl {
    width: 99%;
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
}

.nofloat {
    float: none !important;
}

.main-f {
    width: 100%;
    /*max-width:1240px;
    */
    background-color: #f2f1f1;
    clear: both;
    position: relative;
    margin: 0 auto;
}

    .main-f .col:last-of-type {
        padding-bottom: 0;
        margin-top: 0;
    }

.marquee-container {
    width: 100%;
    float: left;
    margin: 10px 0;
}



.submit {
    color: #63b6c6;
    color: #fff;
    font-size: 18px;
    margin: 20px 10px 20px 0;
    float: left;
    line-height: 30px;
}

.field_a {
    float: left;
    clear: both;
}

.field.max {
    max-width: 175px;
}

div.field_lg {
    padding: 5px;
    width: 95%;
}

input.pad, select.pad {
    margin-right: 3%;
}


.field_lg {
    width: 96%;
}

.field_75 {
    width: 75%;
}

.amt {
    font-size: 1em;
    width: 70px;
    text-align: right;
}

.field_md {
    width: 46%;
    margin-right: 2%;
}

.field_sm {
    width: 21%;
}

input[type=text], input[type=password], input[type=date], input[type=email], input[type=tel] {
    padding: 5px 10px;
}



    input[type=button].delete {
        padding: 0;
        color: #cb1d1d;
        padding-left: 25px;
        background: url(/assets/img/icon-delete.png) no-repeat left 5px center;
    }
input[type=submit].aspNetDisabled {
    background-color: #666 !important;
    cursor:none;
}


.PopupPanel2 {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
    z-index: 1001;
    margin-top: -200px;
    margin-left: -300px;
}

.PopupPanel {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 100;
    max-width: 90vw;
}

.containers {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    border: 1px solid red;
    overflow: hidden;
}

.auto-style1 {
    width: 500px;
}

.auto-style2 {
    width: 152px;
}

.auto-style3 {
    width: 303px
}

.auto-style4 {
    width: 155px;
}

.address {
    clear: both;
    padding-top: 20px;
    width: 100%;
    float: left;
}

    .address div {
        line-height: 20px;
        padding-right: 30px;
        font-size: 14px;
        float: left;
    }

.submenu {
    font-weight: bold;
    clear: both;
    float: left;
    padding: 20px 0 3px 0;
}

    .submenu:hover, .address div a:hover {
        color: #e70e31;
    }

#pnl1 {
    clear: both;
    width: 100%;
}
.tabs {
    width: 100%;
    vertical-align: middle;
    height: 48px;
    display:block;
}
    .tabs .tab {
        width: 206px;
        line-height: 48px;
        height: 48px;
        font-size: 14px;
        text-align: center;
        background-color: RGBA(81,133,193,0.29);
        color: #5185C1;
        display: inline-block;
        margin-top: 10px;
    }
        .tabs .tab:not(.tab-l) {
            margin-left: -4px;
        }
    .tabs .tab.tab-l {
        border-top-left-radius: 24px;
    }
    .tabs .tab.tab-r {
        border-top-right-radius: 24px;
    }
        .tabs .tab.active {
            background-color: #5185C1;
            color: #fff;
        }
    .tabs .bggreen {
        margin-top: 0;
        border-radius: 25px;
        color: #fff !important;
    }
.date-search {
    float:right;
    margin-left: -10px;
}

.table {
    width: 100%;
    clear: both;
    border-color: #b1b2b4;
}

.table th {
    font-weight: bold;
    color: #256777;
    padding: 4px;
    vertical-align: bottom;
    text-align: left;
}

.table th.center {
    text-align: center;
}
.table.account {
    margin: 10px 0 20px;
    border-collapse: collapse;
}
    .table.account th, .table.account th a {
        background-color: #5185C1;
        color: #fff;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 14px;
    }
    .table.account td, .table.account th {
        font-size: 14px;
        padding: 10px;
    }

.table.inv {
    margin: 10px 0 20px;
    border-collapse: collapse;
}

    .table.inv th {
        color: #000;
        font-size: 14px;
        background-color: #fff;
        top: -1px;
    }

        .table.inv th.sort a {
            padding-right: 12px;
            background: url(/assets/img/icon-arrow-down.png) no-repeat right bottom 6px;
        }

        .table.inv th.sort.active.down a {
            background: url(/assets/img/icon-arrow-down.png) no-repeat right 2px bottom 7px;
        }

        .table.inv th.sort.active.up a {
            background: url(/assets/img/icon-arrow-up.png) no-repeat right 2px bottom 7px;
        }

        .table.inv th a {
            color: #000;
            font-size: 14px;
            font-family: 'Roboto';
        }

    .table.inv td {
        padding: 7px;
    }

    .table.inv th {
        padding: 10px;
    }

    .table.inv.cart td {
        padding: 5px 10px 5px 10px;
    }

    .table.inv.cart .field_qty, .startad .field_qty {
        width: 55px;
        text-align: right;
    }

    .table.inv tr:nth-of-type(even), .table.account tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .table.inv td, .table.inv td a, .table.inv td span {
        font-size: 14px;
        font-family: 'Roboto';
    }

    .table.inv .pager table {
        width: auto;
        float: right;
    }

    .table.inv .pager td {
        padding: 20px;
    }

        .table.inv .pager td a {
            border: 1px solid #a3a9ae;
            background-color: #fff;
            padding: 2px 6px;
            color: #000;
        }

        .table.inv .pager td span {
            border: 1px solid #000;
            padding: 2px 6px;
            background-color: #000;
            color: #fff;
        }

        .table.inv .pager td td {
            padding: 5px;
        }

    .table.inv .bigger {
        font-size: 16px !important;
    }

.moreinfo td {
    padding: 10px !important;
}

.moreinfo {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 90vw;
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: var(--shadow-md);
}

    .moreinfo tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

#note.moreinfo {
    width: 700px;
    max-width: 90vw;
}

#note input, #note select {
    padding: 5px;
}

.moreinfo .header {
    background-color: #fff;
    font-weight: bold;
    font-size: 28px !important;
}

.types img {
    padding: 0 4px 4px 0;
    float: left;
}

.b_options {
    padding-top: 20px;
    width: 100%;
    text-align: right;
    clear: both;
}

    .b_options span, .b_options span a {
        font-family: Poppins;
        font-size: 14px;
        line-height: 16px;
        color: #000;
        padding: 10px;
    }

        .b_options span a.active {
            text-decoration: underline;
        }



.btn1 {
    border: 1px solid #d7d7d7;
    background-color: #fbfaf9;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    color: #000;
    cursor: pointer;
    float: left;
}

    .btn1.new {
        padding-left: 48px
    }

.buttons {
    padding-top: 10px;
}

.g-recaptcha {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.filters {
    width: 100%;
    clear: both;
    padding: 10px 0;
}

    .filters .row {
        width: calc(100% - 40px);
        display: flex;
        flex-flow: row nowrap;
        padding: 0 20px;
        height: 35px;
    }
    .filters .row .btn {
        width: 180px;
    }
        .filters .row .btn.atc {
            width: 145px;
            padding-left: 20px;
            position: absolute;
            right: 20px;
        }

.fixed-width {
    min-width: 400px;
    width: 400px;
}

.variable {
    width: 100%;
}


.filters .row .k {
    width: 35%;
    position: relative;
    margin-right: 35px;
}

input[type=text].keyword {
    font-size: 13px;
    line-height: 35px;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 0 15px;
    width: calc(100% + 30px);
}

    input[type=text].keyword::placeholder {
        color: #5d5d5d;
    }

.submit.search {
    width: auto;
    margin: 0;
    border-right: none;
    clear: none;
    position: absolute;
    right: -22px;
    top: 5px;
}

.k::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -41px;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid rgba(0, 102, 153, 0); 
    pointer-events: none;
    transition: border-color 0.5s ease; 
}
.k:hover::after {
    border-color: rgba(0, 102, 153, 0.5); 
}
.row .buttons .btn {
    margin-left: 0;
    padding: 0 10px;
    margin-bottom: 5px;
}
.row input[type=submit] {
    font-weight: 300;
    text-transform: none;
    padding: 0 20px;
    background-color: #ff3c3c;
    max-height: 46px;
    margin-top: 7px;
}
.buttons .btn, .row .btn, .btn {
    border: 1px solid #d7d7d7;
    background-color: #fbfaf9;
    font-size: 14px;
    padding: 8px 20px 8px 48px;
    color: #000;
    display: inline-block;
}
.buttons .active {
    background-color: #fff !important;
}
.row .btn {
    margin: 0 0 0 15px;
    padding: 0;
    line-height: 35px;
    background-color: #f98e2c;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}
.row .btn.go {
    height: 25px;
    margin-left: 0;
    margin-top: 2px;
}
.buttons .btn.all  {
    padding: 0 10px;
    background: none;
}

    .buttons .btn.active {
        background-color: #fff;
        border: 1px solid #000;
        box-sizing: border-box;
        font-weight: 700;
    }
.btn.reset {
    background-color: #fff;
    width: 118px !important;
    border: 2px solid #000;
    color: #000;
    line-height: 32px;
}
    .btn.reset:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

.btn.atc {
    height: 35px;
    width: 125px;
    display: block;
    background: url(/assets/img/icon-add-to-cart-red.png) no-repeat left center;
    background-color: #ff5b4a !important;
}
    .btn.atc:before {
        content: 'Add to Cart';
    }


    .btn.trending {
        background-color: #f98e2c;
        width: 190px;
    }

.buttons .btn:hover, .row .btn:hover {
    background-color: #3d86c6;
}

.btn.add:hover {
    background-color: #ff3c3c8f;
}

.cabinet.sby {
    margin-left: 20px;
    z-index: 1;
}
.cabinet {
    background-color: #000;
    border-radius: 20px;
    display: inline-table;
    padding-left: 20px;
    margin-right: 15px;
    width: 295px;
    font-family: 'Roboto';
}
    .cabinet::after {
        content: "";
        clear: both;
        display: table;
    }
    .cabinet.adv.open {
        width: 100%;
        height: 400px;
        position: relative;
        z-index: 2;
    }
.handle {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    background: url(/assets/img/icon-white-arrow.png) no-repeat right 20px center;
    cursor: pointer;
}
    .handle.open {
        background: url(/assets/img/icon-white-arrow-up.png) no-repeat right 20px center;
    }

.drawer {
    display: none;
    padding-bottom: 10px;
}
.drawer ul {
    list-style-type: none;
    padding: 0;
}
    .drawer ul li {
        padding: 10px 0;
        font-size: 14px;
    }
        .drawer ul li a {
            color: #fff;
            font-weight: 500;
        }
        .drawer ul li a:hover {
            color: #e99244;
            font-size: 16px;
        }
            .drawer ul li a.active {
                color: #e99244;
                font-size: 16px;
                font-weight: bold;
            }
.cabinet.adv.open .drawer .dividers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}



/* filters */

#filters {
    clear: none;
    margin-top: 10px;
    position: relative;
    width: 70%;
}

    #filters::after {
        content: "";
        clear: both;
        display: table;
    }


    #filters ul {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        #filters ul li {
            float: left;
            list-style-type: none;
            display: inline-block;
            margin-right: 25px;
            letter-spacing: .5px;
        }

            #filters ul li div {
                margin-bottom: 5px;
            }

            #filters ul li a {
                font-family: 'Roboto';
                color: #fff;
                font-size: 15px;
                font-weight: 600;
                cursor: pointer;
            }
            #filters ul li a:hover {
                color: #e99244;
                font-size: 16px;
            }


    #filters .mm {
        width: auto;
        position: relative;
        
    }

        #filters .mm.list {
            float: left;
            overflow-y: auto;
            max-height: 250px;
            width: auto;
            padding-bottom: 10px;
        }



            #filters .mm.list::-webkit-scrollbar {
                background-color: rgba(255,255,255,.1)
            }
            #filters .mm.list::-webkit-scrollbar-thumb {
                background-color: rgba(255,255,255,.1);
                border-radius: 3px;
            }
             #filters .mm.list:hover
            {
                background: rgba(255,255,255,.2);
            }
        #filters .mm li {
            display: block;
            list-style-type: none;
            color: #fff;
            font-size: 14px;
            padding: 5px 0;
            float: none;
            margin-right: 0;
        }

    #filters .mm-action {
        padding: 10px 0;
        text-align: right;
        line-height: 16px;
        width: 100%;
        clear: both;
    }

        #filters .mm-action .cancel {
            font-size: 12px;
            color: #fff;
            text-decoration: underline;
            float: right;
            padding-top: 10px;
        }

        #filters .mm-action select {
            float: left;
            margin: 10px 0 0 10px;
        }

        #filters .mm-action .btn {
            font-size: 12px;
            color: #fff;
            background-color: #d43039;
            padding: 6px;
            float: right;
            line-height: 12px;
        }

#tab1, #tab2, #tab3, #tab4 {
    display: none;
}

#filters #tab3.mm li, #filters #tab4.mm li {
    width: auto;
    clear: both;
}

.freset {
    background: url("/assets/img/reset.png") no-repeat left center;
    padding-left: 20px;
    color: #ccc !important;
}

.rightcol {
    margin-top: 8px;
    width: 25%;
}

.rightcol b {
    letter-spacing: 1px;
    color: #fff;
}
.dates {
    margin-top: 15px;
}
.alpha {

    color: #fff;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}


    .alpha a {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin: 20px 24px 15px 0;
        float: left;
        display: block;
    }

        .alpha a:hover {
            color: #f98e2c;
        }

    .alpha table {
        width: 100%;
    }

        .alpha table td {
            text-align: center;
            width: 1%;
        }



.btn.big {
    width: 250px;
    height: 80px;
    color: #080000;
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    font-family: 'Raleway';
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 20px;
}

    .btn.big:hover {
        color: #fff;
    }

    .btn.big.featured {
        background-color: #068699;
    }

    .btn.big.trending {
        background-color: #f4b547;
    }

.titlebar {
    width: 100%;
    text-align: center;
    background-color: #40b9c9;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

    .titlebar h1 {
        color: #fff;
        font-family: 'Open Sans'
    }

    .titlebar input {
        border: 1px solid #fff;
        margin-top: 5px;
    }

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.result {
    width: 100%;
    clear: both;
    float: left;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

    .result.good {
        color: #197b30;
    }

    .result.bad {
        color: #ed1c24;
    }

.full-width .result {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ff5b4a;
    color: #fff !important;
}
    .full-width .result a{
        text-decoration: underline;
        color: #fff;
    }

    .row input[type=submit].redbutton {
        padding: 13px 20px;
    }

.table td, .pages {
    padding: 4px;
}

.pages {
    border: 0;
}

.table-auto {
    width: auto;
}

    .table-auto td {
        padding: 4px;
    }

.pages table::before {
    content: 'Pages: ';
    font-size: 12px;
    text-transform: uppercase;
    color: #256777;
}

.nopad, .nopad td {
    padding: 0px !important;
}

.headers {
    font-weight: bold;
    color: #256777;
    border: 0;
    vertical-align: bottom;
    text-align: left;
}

.search {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}

.marquee {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    .marquee a {
        line-height: 40px;
    }

    .marquee img {
        max-height: 50px;
        max-width: 40px;
        margin-bottom: -20px;
    }

.ck-col {
    float: left;
    width: 49%;
}

.reports span {
    float: left;
    clear: both;
}
/* admin */
.adminform {
    clear: both;
    padding: 20px 0;
}

    .adminform label, .credita label, p label {
        float: left;
        padding: 5px;
        vertical-align: middle;
        width: 110px;
    }

    .adminform div, .credita label {
        float: left;
    }

    .adminform .col1, .adminform .col2, .adminform .col3, .adminform .col4, .adminform .col5 {
        width: 18%;
        padding-right: 2%;
    }

    .adminform .col4 {
        width: 10%;
    }

    .adminform .col5 {
        width: 26%;
    }

.metrics {
    width: auto;
}

    .metrics td:first-of-type {
        text-align: left;
        white-space: nowrap;
    }

    .metrics td, .metrics th {
        padding: 4px;
        text-align: center;
        border-bottom: 1px solid #40b9c9;
    }


#promo * {
    display: inline-block;
    float: left;
}
input[type=submit].btn-apply {
    background: url(/assets/img/icon-green-white-arrow.png) no-repeat;
    width: 40px;
    height: 33px;
    padding: 0;
    border-radius: 0 !important;
}
#promo label {
    padding: 7px 5px 0 0;
}
.promo-code {
    border: 1px solid #c2c6c9;
    line-height: 21px;
}
.cart-total {
    font-weight: bold;
    padding-left: 40px;
    padding-right: 10px;
}

    .cart-total span {
        padding-left: 20px;
        float: left;
    }


.ib {
    display: flex;
    justify-content: space-between; 
    gap: 10px; 
    width: 100%; 
}
.ibtn {
    flex: 1;
    height: 100px;
    object-fit: cover;
    font-family: Now-Bold;
    font-size: 28px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
    .ibtn a {
        color: #fff;
        display: block;
    }
    .ibtn.topsellers {
        background-image: url('/assets/img/shared/button-top-sellers.png');
        padding: 33px 0 0 33px;
    }
    .ibtn.dotd {
        background-image: url('/assets/img/shared/button-dotd.png');
        padding: 17px 0 0 33px;
    }
    .ibtn.dotw {
        background-image: url('/assets/img/shared/button-dotw.png');
        padding: 17px 0 0 33px;
    }
    .ibtn.mfr {
        background-image: url('/assets/img/shared/button-mfr.png');
        padding: 17px 0 0 33px;
    }
    .ibtn.recommended {
        /*background: linear-gradient(135deg, #2a9d8f 0%, #1a7a6e 100%);*/
        background-image: url('/assets/img/shared/button-recommend.png');
        padding: 17px 0 0 33px;
    }
    .ibtn:hover, .ibtn:has(:hover) {
        font-size: 29px;
        transform: rotate(1deg);
        transition: transform 0.3s ease;
    }

.totals {
    clear: both;
    padding-bottom: 10px;
    float: right;
}

    .totals label {
        float: left;
    }

    .totals span {
        width: 100px;
        float: left;
        text-align: right;
        padding-right: 6px;
    }

.stats {
    border-bottom: 1px solid;
    padding-bottom: 40px;
}

    .stats table td {
        padding: 5px 0;
    }
.acct-container {
    display: flex;
    flex-direction: row;
    height: 100%;
}

    .acct-container .sidebar {
        width: 240px;
        padding: 20px 0;
    }
        .acct-container .sidebar b {
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #555;
        }
        .acct-container .sidebar ul {
            margin-top: 8px;
            list-style-type: none;
            padding: 0;
        }
        .acct-container .sidebar ul li {
            line-height: 20px;
            font-size: 14px;
            text-align: left;
            padding: 7px 0 7px 12px;
            white-space: nowrap;
            border-left: 3px solid transparent;
            transition: border-color 0.2s, background-color 0.2s;
        }
        .acct-container .sidebar ul li:hover {
            border-left-color: #E99244;
            background-color: #fdf6ee;
        }
            .acct-container .sidebar ul li a, .acct-container .sidebar ul li a:visited {
                color: #333;
                text-decoration: none;
                transition: color 0.2s;
            }
                .acct-container .sidebar ul li a:active, .acct-container .sidebar ul li a:hover, .acct-container .sidebar ul li a.active {
                    color: #E99244;
                }
        .acct-container .sidebar ul li:has(a.active) {
            border-left-color: #E99244;
            background-color: #fdf6ee;
        }

    .acct-container .area {
        flex-grow: 1; 
        padding: 20px;
    }
        .acct-container .area h2 {
            font-size: 22px !important;
            font-weight: 700 !important;
            margin-top: 0 !important;
            padding-top: 0 !important;
            color: #222 !important;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
        }
.pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
    .pills .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 100%;
    }
    .pills .pill {
        flex: 1;
        max-width: 300px;
        margin: 6px;
        padding: 14px 18px;
        background-color: #5185C1;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        border-radius: 12px;
        text-decoration: none;
        transition: background-color 0.2s, box-shadow 0.2s, transform 0.15s;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80px;
    }
    .pills .pill img {
        max-height: 32px;
        max-width: 32px;
        margin-bottom: 6px;
    }
        .pills .pill.red {
            background-color: #ff5b4a;
        }
        .pills .pill:hover {
            background-color: #E99244;
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
            transform: translateY(-1px);
        }
.acct-table {
    width: 100%;
    border: 3px solid #707070;
    border-radius: 50px;
    background-color: #000;
    overflow: hidden;
    margin-bottom: 20px;
}
    .acct-table td.inverse {
        color: #fff;
        text-align: right;
        padding: 20px;
    }
.acct-table td:not(.inverse) {
    background-color: #fff;
    vertical-align: top;
    padding: 20px;
    overflow: hidden;
}
    .acct-table .row {
        display: flex;
        margin: 10px;
    }
    .acct-table .row div {
        flex: 1 0 auto;
    }
    .acct-table .stack {
        display: flex;
        flex-direction: column;
    }
.acct-table .stack div {
    flex: 1;
    padding: 20px 20px 0px 60px;
    position: relative;
    align-content: center;
        margin-bottom: 20px;
}
.acct-table .stack label {
    font-weight: bold;
    text-transform: uppercase;
}
    .acct-table .stack .circle {          
        position: absolute;
        width: 44px;
        height: 44px;
        background: #5185c1;
        border-radius: 44px;
        left: 0;
        top: 12px;
        text-align: center;
        margin: auto;
    }
        .acct-table .stack .circle img {
            position: absolute;
            margin: auto;
            left: 0; right: 0; top: 0; bottom: 0;
        }
.acct-search-c {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.acct-search-c div {
    display: inline-block;
    position: relative;
}
.acct-search-c div label {
    font-size: 12px;
    position: absolute;
    top: -17px;
    left: 10px;
}
    .acct-search-c .f {
        vertical-align: middle;
        margin-right: 15px;
        position: relative; 
        display: inline-block;
    }
    .acct-search-c .submit.search {
        right: 5px;
        top: 0px;
    }
    .acct-search-c .submit.search.solo {
        right: unset;
        top: 8px;
    }
.orange-pill {
    background-color: #E99244;
    border-radius: 15px;
    color: #fff;
    border-color: #E99244;
    border: 3px solid #E99244;
    width: 125px;
    font-family: Arial;
}

.orange-pill.lb {
    padding: 5px 15px;
    font-size: 12px;
    float: right;
    width: auto;
}
    .orange-pill.lb.tp {
        margin-top: 5px;
        float:left;
    }
    .orange-pill::placeholder {
        color: #fff;
        font-family: Arial;
    }
    .orange-pill::-webkit-calendar-picker-indicator {
        background: url(/assets/img/icon-down-arrow-cal.png) no-repeat center right;
        border: 0;
    }
    .acct-search {
        border: 3px solid #000;
        border-radius: 15px;
        padding: 5px 25px 5px 10px !important;
        width: 100%;
        max-width: 600px;
    }

.notes td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .notes td ul, .inv td ul {
        padding: 10px 0 0 25px;
    }

    .notes td p {
        padding-bottom: 5px;
        font: 300 16px 'Open Sans';
    }

.notes .follow {
    padding-top: 10px;
    font: bold 14px 'Open Sans';
    color: #333;
}

.notes .entered {
    font: 300 12px 'Open Sans';
    color: #2a888a;
    padding-bottom: 15px;
}

.notpanel {
    position: absolute;
    top: 20px;
    height: 120px;
    width: 300px;
    overflow: auto;
    left: 40%;
    border: 3px solid #fff;
}

.notifications {
    background-color: #fff;
    margin-top: 0 !important;
}

    .notifications td {
        padding: 5px !important;
    }
/* product search */
.m {
    height: 20px;
    width: 120px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.showM {
    overflow: visible;
    position: absolute;
    background-color: #fff;
    z-index: 5;
    margin-top: -12px;
    width: 180px;
    height: 40px;
    padding-bottom: 18px;
    border: 1px solid #40b9c9;
}

.img {
    cursor: pointer;
    margin: 0 2px;
}
.table.inv .img {
    z-index: 1;
}

.showI {
    position: absolute;
    background-color: #fff;
    border: 1px solid #40b9c9;
    margin-top: -100px;
    margin-left: -20px;
    padding: 5px;
    height: auto;
    width: auto;
}

.table .field_sm {
    margin-bottom: 0;
    text-align: center;
}

.table .field_qty, .table.inv input[type=text].field_qty {
    width: 60px;
    height: 20px;
    padding-left: 5px;
}

.padleft {
    margin-left: 5px;
}

.mb {
    display: none !important;
}
.subnav {
    margin-top: 10px;
    float: right;
}

    .subnav ul {
        list-style-type: none;
    }

        .subnav ul li {
            display: inline-block;
            padding: 5px 10px 0;
        }


.fulfillment {
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e70e31;
    font-weight: bold;
    border: 1px solid #40B9C9;
}
/* autocomplete */
#prod {
    position: absolute;
    left: 35px;
    top: 50px;
    z-index: 101;
    background-color: #fff;
    border-top: none;
}
    #prod tr td {
        border-bottom: 1px solid #256777;
        padding: 5px;
        /*font-family: 'Roboto Mono';*/
    }
    #prod tr td:last-of-type {
        border-bottom: none;
    }

.drug {
    font-size: 14px;
    padding: 4px 10px;
}

    .drug span:nth-of-type(1) {
        color: #256777;
    }

    .drug span:nth-of-type(2) {
        color: #2a888a;
    }

    .drug span:nth-of-type(3) {
        color: #c1c1c1;
    }

    .drug:hover {
        background-color: #ccc !important;
    }

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.table.pad.small td {
    font-size: 13px;
}
.table.pad.small td.nopad {
    padding-top: 0 !important;
    padding-bottom: 6px !important;
}
label.css-label.smaller {
    font-size: 16px;
}

label.css-label b {
    color: #000;
}

table.rbl td {
    text-align: center;
}
.start {
    text-align: center;
    padding: 30px 0 20px;
    font-size: 18px;
}
.highlight {
    font-weight: bold;
    background-color: yellow;
    padding: 2px;
}

.credit {
    border: 1px solid red;
}

    .credit span {
        color: red;
        font-size: 16px;
        padding-left: 20px;
        font-weight: bold;
    }

    .credit input[type=submit] {
        background-color: red !important;
        color: #fff !important;
        margin-right: 20px;
        float: right;
    }
.acct-menu-icon {
    display: none;
    cursor: pointer;
}


.label1 {
    display: inline-block;
    width: 250px;
    padding: 5px 5px 5px 5px;
}

.auto {
    width: auto !important;
    height: auto;
}

.LinkColorBlue {
    color: blue;
}

.aware {
    font-weight: 700;
    text-decoration: underline;
}

.modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0,0,0);
    /* Fallback color */
    background-color: rgba(0,0,0,0.4);
    /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    float: none !important;
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 600px;
    height: 400px;
    overflow-y: auto;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.cust-select {
    color: #fff;
    background-color: #ca2128;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: bold;
}

#policy {
    display: none;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#note p {
    clear: both;
    float: left;
}

    #note p label {
        width: 200px;
    }
/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}
/* Container */
#simplemodal-container {
    height: 460px;
    width: 60%;
    color: #1c1c1c;
    background-color: #fff;
    padding: 12px;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            background: url(/assets/img/x.png) no-repeat;
            width: 25px;
            height: 29px;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: -15px;
            right: -16px;
            cursor: pointer;
        }

    #simplemodal-container h3 {
        color: #84b8d9;
    }


@media (max-width:1500px) {
    #filters label {
        display: none;
    }
    .btn.reset {
        display: none;
    }
}
@media (max-width:1300px) {
    .content-container {
        padding: 0 20px;
        width: auto;
    }
    .content-container.content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cabinet {
        width: 220px;
    }
    .acct-search {
        
    }
    .overflow {
        overflow-x: scroll;
        clear: both;
    }
    .overflow .table.inv .sticky {
            position: initial;
            top: initial;
        }


    .area .tabs .bggreen.right {
        display: none;
    }

    .area .tabs .tab {
        width: 200px;
    }
/*    .area table:not(.acct-table) {
        width: 100%;
        border-collapse: collapse;
    }
        .area table:not(.acct-table) th, .area table:not(.acct-table) td {
            padding: 8px;
            border: 1px solid #ccc;
        }
        .area table:not(.acct-table) thead {
            display: none;
        }


        .area table:not(.acct-table) td:before {
            content: attr(data-label);
            font-weight: bold;
            margin-bottom: 0.5em;
        }*/
    .acct-container .area {
        width: 95%;
        float: right;
    }
    .dates {
        clear: left;
        margin-top: 20px;
    }
    .acct-search-c .f {
        margin-top: 10px;
    }
}
@media (max-width:1200px) {
    /*.area table:not(.acct-table) tr {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }*/
    .area .tabs .tab {
        width: 150px;
    }
}
@media (max-width:1024px) {

    .mb {
        display: block !important;
    }

    .dt {
        display: none !important;
    }
    .filters .row .k {
        width: 100%;
    }
    .hero.home {
        margin-top: 0;
    }
    .col1, .col2, .col3 {
        float: left;
    }
    .alert * {
        font-size: 16px !important;
    }
    #header ul li {
        padding: 5px;
        margin-right: 0px;
    }
    h2 {
        clear: both;
        text-align: left;
    }
        #header ul li:last-of-type {
            padding-left: 0px;
        }

        #header ul li .top-cart {
            margin-top: -5px;
            margin-left: 5px;
        }

    .ib {
        display: flex;
        justify-content: space-between;
        gap: 5px;
        width: 100%;
    }

    .ibtn {
        height: 100px;
        object-fit: cover;
        font-size: 18px;
    }

        .ibtn.topsellers {
            padding: 30px 0 0 10px;
        }
        .ibtn.dotd {
            padding: 30px 0 0 10px;
        }
        .ibtn.dotw {
            padding: 30px 0 0 10px;
        }
        .ibtn.mfr {
            padding: 30px 0 0 10px;
        }
        .ibtn.recommended {
            padding: 30px 0 0 10px;
        }

    .welcome {
        display: none;
    }

    .logos ul {
        width: 100%;
    }

        .wrapper .col:last-of-type {
            margin-top: 0px;
        }

    input.pad, select.pad {
        margin-right: 2%;
    }

    #video img {
        max-width: 100%;
    }

    #video div:nth-of-type(2) {
        height: 200px;
    }

    .wrapper .col2 span.adj {
        left: 70px;
        top: 70px;
    }


    .top img.logo {
        height: 50px;
        position: absolute;
        left: 10px;
        top: 10px
    }

    #header ul li span {
        line-height: 20px;
        font-size: 8px;
    }

    #header ul {
        padding-top: 20px;
        right: 20px;
    }

        #header ul li {
            padding-right: 10px;
            margin-right: 5px;
        }

            #header ul li img {
                margin-right: 5px;
            }

            #header ul li:last-of-type {
                padding-left: 5px;
            }

            #header ul li img {
                max-width: 20px;
                max-height: 20px;
            }

    .table.inv .sticky {
        top: 0px;
    }
    .filters .row .btn.atc {
        top: 10px;
    }
    .filters .row .btn {
        width: auto;
        padding: 0 5px;
    }
    .top .menu {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 25px;
    }
    .col-2, .col-3 {
        margin-bottom: 20px;
    }

    h1:after {
        left: 40%;
    }

    .col-2 div.trusted {
        text-align: center;
        font-size: 24px;
        color: #091f44;
    }

    .col-2 div {
        width: 100%;
        clear: both;
        float: none;
    }

    .gallery li {
        font-size: 14px;
        padding: 35px;
    }

    .wrapper .content-container p {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }

    .wrapper .content-container .col-3 p {
        text-align: left;
    }

    .joinright img {
        width: 30px;
    }

    .col-3 div {
        width: 90%;
        margin: 0 auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }

    .cabinet.adv.open {
        width: 100%;
        position: absolute;
        z-index: 2;
    }

    .attributes {
        height: auto;
        padding-bottom: 50px;
    }

        .attributes ul li, .logos ul li {
            display: block;
            padding-bottom: 30px;
            padding-right: 0;
        }

    .logos ul li {
        width: 33%;
        padding-bottom: 0;
    }

        .logos ul li img {
            width: 80%;
        }

  
    .icon-close {
        right: 81px;
        top: -15px;
    }

    #header ul li.login.on {
        padding-bottom: 25px;
    }

    .copyright p {
        font-size: 10px;
    }

    .top {
        height: auto;
    }

    h1 {
        font-size: 22px;
    }

    .content-container.content {
        padding: 30px;
        text-align: center;
    }

        .content-container.content h1 {
            margin-bottom: 20px;
        }

    .join .col-content, .contact .col-content {
        padding: 0;
    }

    .center {
        text-align: center;
    }

    .wrapper .contact .col:last-of-type {
        width: 100%;
    }

    .col-content h2 {
        text-align: center;
    }

    input[type=submit], input[type=button] {
        min-width: 150px;
    }

    .col-content .row {
        display: block;
        width: 100%;
    }

        .col-content .row div {
            display: block;
            border-right: none;
        }

    .contact p.bigger {
        font-size: 14px;
        line-height: 18px;
    }

    .write {
        text-align: center;
        margin-top: 40px;
        float: left;
    }

        .write p, .write a, .write td {
            font-size: 14px;
            text-align: center;
        }


    .PopupPanel, .PopupPanel2 {
        width: 90%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    /* #nav hiding moved to brand-specific CSS — slide-in drawer uses transform instead */

        

    .wrapper .col2 {
        float: right;
        padding-right: 0px;
    }

        .wrapper .col2 span.adj {
            left: 170px;
            top: 70px;
        }

    .wrapper .col1, .wrapper .col2, .wrapper .col3 {
        width: auto;
    }

    .wrapper .col {
        width: 100%;
    }

        .wrapper .col:first-of-type {
            margin-top: 0px;
        }

    #video {
        height: 280px;
    }

        #video div {
            text-align: center;
            width: 100%;
        }

            #video div:nth-of-type(2) {
                width: 100%;
            }

            #video div:first-child, #video div:nth-of-type(3) {
                display: none;
            }

    #comparisons {
        width: auto;
    }

    .comparisons tr th:nth-of-type(3), .comparisons tr th:nth-of-type(4), .comparisons tr th:nth-of-type(5), .comparisons tr th:nth-of-type(6), .comparisons tr td:nth-of-type(3), .comparisons tr td:nth-of-type(4), .comparisons tr td:nth-of-type(5), .comparisons tr td:nth-of-type(6) {
        display: none;
    }

    .col1, .col2, .col3 {
        padding-bottom: 15px;
        width: auto !important;
    }
    .pills .pill {
        font-size: 12px;
        min-width: 160px;
    }
    .pills .pill img {
        max-height: 28px;
        max-width: 28px;
    }
    .acct-container .area h2 {
        font-size: 20px !important;
        line-height: 22px;
    }
    .acct-menu-icon {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        color: #000;
        z-index: 9999;
        font-size: 23px;
        padding:0 5px;
        border: 1px solid #ccc;
    }
    .acct-container .sidebar {
        position:relative;
        width: 40px;
    }
        .acct-container .sidebar .acct-head {
            display: none;
        }
        .acct-container .sidebar .acct-nav {
            display: none;
            position: absolute;
            z-index: 10;
            top: 38px;
            border: 1px solid #ccc;
        }
        .acct-container .sidebar ul li {
            border-bottom: 1px solid #ccc;
            border-left: none;
            padding: 5px 20px;
            background-color: #f2f2f2;
            font-size: 16px;
            line-height: 32px;
        }
 /*   .area table:not(.acct-table) tr {
        grid-template-columns: repeat(6, 1fr);
    }*/
    .acct-table .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .acct-table .row div {
        padding: 10px;
        line-height: 24px;
    }
    .orange-pill.lb.tp {
        float: none;
    }
}

@media (max-width:900px) {
    .acct-table {
        display: block;
    }
    .acct-table .left, .acct-table .right {
        float: none;
    }
    .acct-table td.inverse {
        text-align: center;
    }
    .acct-table .inverse span {
        display: block;
    }
        .acct-table .right {
            margin-top: 20px;
        }
        .acct-table tr {
            display: block;
            margin-bottom: 10px;
        }
        .acct-table th,
        .acct-table td {
            display: block; 
        }

}

/* ============================================================
   MOBILE RESPONSIVE: Inventory, Cart, Checkout (768px)
   Card layout using .mc-* classes in ASPX markup
   ============================================================ */
@media (max-width: 768px) {

    /* --- Image buttons (Top Sellers, DOTD, DOTW, MFR) --- */
    .ibtn {
        font-size: 13px;
        height: 60px;
        background-size: cover;
    }
    .ibtn.topsellers,
    .ibtn.dotd,
    .ibtn.dotw,
    .ibtn.mfr {
        padding: 12px 0 0 8px;
    }
    .ibtn:hover, .ibtn:has(:hover) {
        font-size: 13px;
        transform: none;
    }

    /* --- SHARED: Card layout for all .table.inv --- */
    .table.inv {
        border: 0;
        width: 100%;
    }
    .table.inv thead,
    .table.inv > tbody > tr:first-child,
    .table.inv > tr:first-child {
        display: none;
    }
    .table.inv tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
        background: #fff;
    }
    .table.inv tr:nth-of-type(even) {
        background-color: #fafafa;
    }
    .table.inv td {
        text-align: left;
        padding: 4px 8px;
        border: none;
        box-sizing: border-box;
    }
    .table.inv td[data-label]::before {
        content: attr(data-label);
        font-weight: bold;
        font-size: 11px;
        color: #666;
        text-transform: uppercase;
        display: block;
        margin-bottom: 2px;
    }


    /* --- INVENTORY TABLE (inv.aspx) --- */

    /* Hide low-priority columns */
    td.mc-tag, td.mc-fave, td.mc-img, td.mc-str,
    td.mc-brand, td.mc-mfr, td.mc-unit,
    td.mc-awp, td.mc-wac, td.mc-offwac, td.mc-more {
        display: none !important;
    }

    /* Description: full width, top of card */
    td.mc-desc {
        width: 100%;
        order: 1;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        padding-bottom: 6px;
    }
    td.mc-desc::before { display: none; }

    /* NDC: half width */
    td.mc-ndc { width: 50%; order: 2; }

    /* Exp: half width */
    td.mc-exp { width: 50%; order: 3; }

    /* Pkg Size: half width */
    td.mc-pkg { width: 50%; order: 4; }

    /* Price: half width, prominent */
    td.mc-price { width: 50%; order: 5; font-size: 16px; }

    /* Qty Available: full width */
    td.mc-qty { width: 100%; order: 6; }

    /* Amount (qty input + add button): full width, bottom */
    td.mc-amount {
        width: 100%;
        order: 7;
        text-align: right;
        padding-top: 8px;
        border-top: 1px solid #eee;
    }
    td.mc-amount::before { display: none; }
    td.mc-amount .nopad { display: inline-block; }
    td.mc-amount .field_qty { width: 60px; }

    /* Pager fix */
    .table.inv .pager table { float: none; width: 100%; text-align: center; }
    .table.inv .pager td { padding: 8px 4px; width: auto; }
    .table.inv .pager td::before { display: none; }
    .table.inv tr.pager,
    .table.inv .pager { border: none; padding: 0; margin: 0; }

    /* Inventory bottom options */
    .b_options { text-align: center; }
    .b_options .redbutton { display: block; margin: 10px auto 0; }

    /* More info popup fix */
    .moreinfo { left: 50%; width: 90%; top: 50%; transform: translate(-50%, -50%); }
    #note.moreinfo { left: 50%; width: 90%; transform: translate(-50%, -50%); }

    /* Explanation legend */
    .explanation { text-align: center; }


    /* --- CART TABLE (Cart.aspx) --- */

    td.mc-type { display: none; }

    td.mc-desc { width: 100%; order: 1; }

    .table.inv.cart td.mc-ndc { width: 50%; order: 2; }
    .table.inv.cart td.mc-exp { width: 50%; order: 3; }
    .table.inv.cart td.mc-pkg { width: 50%; order: 4; }
    .table.inv.cart td.mc-price { width: 50%; order: 5; }

    td.mc-cartqty { width: 100%; order: 6; }
    .table.inv.cart .field_qty { width: 60px; }
    .table.inv.cart .delete { margin-left: 10px; }

    td.mc-subtotal {
        width: 100%;
        order: 7;
        text-align: right;
        font-weight: bold;
        font-size: 16px;
        border-top: 1px solid #eee;
        padding-top: 6px;
    }

    /* Cart total */
    .cart-total { float: none; text-align: center; padding: 15px 0; clear: both; font-size: 18px; }
    .cart-total span { float: none; display: inline; padding-left: 8px; }

    /* Cart promo section */
    #promo { float: none; clear: both; padding: 15px 0; text-align: center; }
    #promo * { float: none; }
    #promo label { display: block; padding: 0 0 8px; font-weight: bold; }
    .promo-code { width: 60%; display: inline-block; max-width: 250px; }
    input[type=submit].btn-apply { display: inline-block; vertical-align: top; }

    /* Cart buttons */
    .cbtn { display: block; width: 100%; margin-bottom: 8px; text-align: center; box-sizing: border-box; }
    .cbtn.right { float: none; }
    .cbtn.checkout { display: block; width: 100%; margin: 15px auto 0; float: none; clear: both; }
    .bgred.right { float: none; display: block; width: 100%; text-align: center; margin-top: 10px; box-sizing: border-box; }

    /* Cart PROMO and CREDIT rows */
    .table.inv.cart tr[id*="trCredit"],
    .table.inv.cart tr[id*="trDisc"] { border: none; padding: 5px 8px; margin-bottom: 0; }


    /* --- CHECKOUT (Checkout.aspx) --- */

    .ck-col { float: none; width: 100%; margin-bottom: 15px; }

    td.mc-codesc {
        width: 100%; order: 1;
        font-size: 15px; font-weight: bold;
        border-bottom: 1px solid #eee; padding-bottom: 6px;
    }
    td.mc-codesc::before { display: none; }

    td.mc-condc { width: 50%; order: 2; display: block; }
    td.mc-coexp { width: 50%; order: 3; }
    td.mc-coprice { width: 50%; order: 4; }
    td.mc-coqty { width: 50%; order: 5; }

    td.mc-cosubtotal {
        width: 100%; order: 6;
        text-align: right; font-weight: bold;
        border-top: 1px solid #eee; padding-top: 6px;
    }

    td.mc-payby { width: 100%; order: 7; }

    /* Shipping row */
    .table.inv.chkout tr[id*="trShipping"] { border: none; background: transparent; padding: 5px 0; }
    .table.inv.chkout tr[id*="trShipping"] td { display: inline-block; width: auto; }

    /* Totals section */
    .totals { float: none; clear: both; text-align: right; padding: 5px 0; }
    .totals label { float: none; display: inline; }
    .totals span { float: none; display: inline; width: auto; }

    /* Payment method columns stack */
    .wrapper.main.checkout .col { width: 100%; float: none; border-right: none; margin-right: 0; padding-right: 0; margin-bottom: 15px; }

    /* Payment form fields */
    .wrapper.main.checkout table { width: 100%; }
    .wrapper.main.checkout table td { display: block; width: 100%; padding: 3px 0; box-sizing: border-box; }
    .wrapper.main.checkout .field_lg { width: 100%; box-sizing: border-box; }
    .wrapper.main.checkout .field_md { width: 48%; box-sizing: border-box; }

    /* PO / Notes table */
    .wrapper.main.checkout > table.table.inv td { text-align: left; }
    .wrapper.main.checkout textarea { width: 100%; box-sizing: border-box; }

    /* Agree + Submit */
    .wrapper.main.checkout .left,
    .wrapper.main.checkout .right { float: none; width: 100%; text-align: center; margin-bottom: 10px; }

    /* Credit panel */
    .credit { width: 100%; }
    .credit td { display: block; width: 100%; }

    /* Confirmation two-up */
    .two-up { display: block; }
    .two-up .col-1, .two-up .col-2 { width: auto; margin-left: 0; }

    /* Shipping method dropdown */
    .field_md.ddl { width: 100%; box-sizing: border-box; }


    /* --- ORDER CONFIRMATION TABLE --- */
    td.mc-cfdesc { width: 100%; order: 1; font-weight: bold; font-size: 15px; }
    td.mc-cfdesc::before { display: none; }
    td.mc-cfndc { width: 50%; order: 2; }
    td.mc-cfexp { width: 50%; order: 3; }
    td.mc-cfprice { width: 50%; order: 4; }
    td.mc-cfqty { width: 50%; order: 5; }
    td.mc-cfsubtotal {
        width: 100%; order: 6;
        text-align: right; font-weight: bold;
        border-top: 1px solid #eee; padding-top: 6px;
    }
    /* Footer totals rows */
    .table.inv.confirm tr:last-child,
    .table.inv.confirm tr:nth-last-child(2),
    .table.inv.confirm tr:nth-last-child(3),
    .table.inv.confirm tr:nth-last-child(4) { border: none; padding: 2px 8px; margin-bottom: 0; }

    /* Promo images */
    .left img, .right img { max-width: 100%; height: auto; }


    /* --- ACCOUNT TABLES (reports) --- */
    .table.account { border: 0; }
    .table.account thead,
    .table.account > tbody > tr:first-child { display: none; }
    .table.account tr {
        display: flex; flex-wrap: wrap;
        margin-bottom: 10px; border: 1px solid #ddd;
        border-radius: 6px; padding: 10px; background: #fff;
    }
    .table.account tr:nth-of-type(even) { background-color: #fafafa; }
    .table.account td {
        text-align: left; padding: 4px 8px;
        border: none; box-sizing: border-box;
        width: 50%;
    }
    .table.account td[data-label]::before {
        content: attr(data-label);
        font-weight: bold; font-size: 11px; color: #666;
        text-transform: uppercase; display: block; margin-bottom: 2px;
    }
    .table.account .pager td::before { display: none; }
    .table.account .pager { border: none; padding: 0; }

    /* --- SERIALIZED DATA TABLE (.table.pad) --- */
    .table.pad { border: 0; }
    .table.pad thead,
    .table.pad > tbody > tr:first-child { display: none; }
    .table.pad tr {
        display: flex; flex-wrap: wrap;
        margin-bottom: 10px; border: 1px solid #ddd;
        border-radius: 6px; padding: 10px; background: #fff;
    }
    .table.pad td {
        text-align: left; padding: 4px 8px;
        border: none; box-sizing: border-box; width: 50%;
    }
    .table.pad td[data-label]::before {
        content: attr(data-label);
        font-weight: bold; font-size: 11px; color: #666;
        text-transform: uppercase; display: block; margin-bottom: 2px;
    }

    /* --- ACCOUNT SEARCH BAR --- */
    .acct-search { min-width: unset; width: 100%; box-sizing: border-box; }
    .acct-search-c .f { display: block; width: 100%; margin-right: 0; margin-bottom: 10px; }
    .acct-search-c .submit.search { right: 10px; }

    /* --- ACCOUNT TABS --- */
    .area .tabs { height: auto; display: flex; flex-wrap: wrap; gap: 6px; padding: 0 0 8px; }
    .area .tabs .tab {
        width: auto; flex: 1 1 auto; min-width: 0;
        font-size: 12px; height: 36px; line-height: 36px;
        padding: 0 10px; margin-top: 0; margin-left: 0;
        border-radius: 20px; text-align: center;
    }

    /* --- DATE PICKERS --- */
    .dates { clear: both; }
    .date-search { float: none; display: block; margin: 10px 0; }
    .orange-pill { width: 100%; box-sizing: border-box; margin-bottom: 8px; }
    .orange-pill.lb { float: none; display: inline-block; margin-bottom: 8px; }

    /* --- ACCOUNT PILLS --- */
    .pills .pill { font-size: 11px; min-width: unset; padding: 10px 12px; border-radius: 10px; min-height: 60px; }
    .pills .pill img { max-height: 24px; max-width: 24px; }

    /* --- REPORT DETAIL INLINE TABLES --- */
    table[cellspacing="0"][style*="border"] { width: 100%; }
    table[cellspacing="0"][style*="border"] td { display: block; width: 100%; box-sizing: border-box; border-left: none !important; }
}

@media (max-width:700px) {
    .pills .row {
        flex-direction: column;
    }

    .handle {
        font-size: 10px;
    }
    .acct-search, .acct-search-c .f {
        min-width: 90%;
        width: 90%;
        margin-right: 0;
    }
    .acct-search-c .submit.search {
        right: 6%;
    }
    .area .tabs {
        height: 30px;
     }
    .area .tabs .tab {
        width: 80px;
        font-size: 12px;
        line-height: 14px;
        padding-top: 10px;
        height: 41px;
        margin-top: 0;
        display: inline-grid;
    }
/*    .area table:not(.acct-table) tr {
        grid-template-columns: repeat(3, 1fr);
    }*/
    .acct-table .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width:600px) {
    .btn.reset {
        display: none;
    }

    .field_lg {
        width: auto;
    }
    /*    .hero.home .content {
        left: 16%;
        font-size: 2em;
        top: 29%;
    }
        .hero.home .content .red {
            font-size: 2.5em;
        }*/
    h2.banner {
        font-size: 24px;
        line-height: 80px;
        margin-bottom: 0;
    }

    .two-up {
        display: block;
    }

        .two-up .col-1 {
            flex: unset;
            width: auto;
        }

        .two-up .col-2 {
            flex: unset;
            margin-left: 0;
            margin-top: 10px;
            min-width: 87%;
            width: auto;
        }

    .left img {
        width: 100%;
    }

    .right img {
        width: 100%;
    }

    #header ul li:first-of-type span {
        display: none;
    }

    .ck-col {
        width: 100%;
    }

    .wrapper.main.checkout .col {
        border-right: none;
    }

    label.css-label {
        font-size: 18px;
        line-height: 20px;
    }

    .adminform .col1, .adminform .col2, .adminform .col3, .adminform .col4, .adminform .col5 {
        width: 98%;
        padding: 1%;
    }
    .filters .row {
        width: 100%;
    }
    #filters {
       
    }

        #filters ul li a {
            padding-left: 0;
        }

        
    #tab1 .arrow-up, #tab2 .arrow-up, #tab3 .arrow-up, #tab4 .arrow-up {
        margin-left: 220px;
    }
    .row .buttons .btn {
        min-width: 140px;
        text-align: left;
        padding-left: 25px;
    }
    .btn.reset {
        position: absolute;
        right: 18px;
        top: 12px;
    }
    .row input[type=submit].btn.add {
        position: absolute;
        left: 160px;
        top: 335px;
        right: 18px;
        padding: 15px 20px;
    }
    .main-f.fixed {
        /* don't fix on mobile */
        position: relative;
        width: 100%;
    }
    

    .btn.prior, .btn.trending {
        display: none !important;
    }
}

@media (max-width:500px) {
    .tagline {
        width: 200px;
    }
}

@media (max-width:400px) {
    .tagline {
        width: 200px;
    }

    .wrapper .col2 {
        float: left;
        padding-right: 0px;
    }

    .col1, .col2, .col3 {
        clear: both;
        padding-top: 10px;
    }

        .col3 input[type=image] {
            width: 100%;
        }

    .wrapper .col1 img {
        width: 100%;
    }

    .footer .col1 img {
        width: auto;
    }

    .col4 {
        float: right;
        padding-right: 10px;
    }
}

@media (max-width:320px) {
    .tagline {
        width: 150px;
    }

    .wrapper .col1 img, .wrapper .col2 img, .wrapper .col3 img {
        width: 100%;
    }

    .fit {
        width: 90%;
    }

    .wrapper .col1 span {
        top: 60px;
        left: 150px;
    }

    .wrapper .col3 span {
        left: 190px;
    }

    .tagline2 {
        font-size: 56px;
        line-height: 56px;
    }

    .comparisons tr th:nth-of-type(2), .comparisons tr td:nth-of-type(2) {
        display: none;
    }
}

/* Analytics - Add to Cart button overrides */
input[type=submit].reorder-atc,
input[type=submit].ab-atc {
    background: #d9232f;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    width: auto;
    line-height: normal;
}
input[type=submit].reorder-atc:hover,
input[type=submit].ab-atc:hover { background: #b91c26; }
