@charset "UTF-8";
/*========================
    joint - banner css
==========================*/

@font-face {
    font-family: "HCo Gotham";
    src: url(../fonts/hco_fonts/woff2/Gotham-Book_Web.woff2) format("woff2"), url(../fonts/hco_fonts/woff/Gotham-Book_Web.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "HCo Gotham";
    src: url(../fonts/hco_fonts/woff2/Gotham-Black_Web.woff2) format("woff2"), url(../fonts/hco_fonts/woff/Gotham-Black_Web.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "HCo Gotham";
    src: url(../fonts/hco_fonts/woff2/Gotham-BookItalic_Web.woff2) format("woff2"), url(../fonts/hco_fonts/woff/Gotham-BookItalic_Web.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}

/*========================
    Color vars
==========================*/

:root {
    /*
        
        Use variable name to search file and replace all
        instances of the name with the correct brand color.
        Do not replace color codes in comments, These can be 
        used as a reference to the default state.   
    */
     /* buttons, links, icons */
    --primary-brand-color: #ffc220;                /* default color - #00A3E0 - light blue */
    --primary-brand-hover-color: #fff;          /* default color - #3FBEED -  */
    --primary-brand-text-color: #fff;              /* default color - white */

    --secondary-brand-color: #bbb;                 /* default color - #bbb - grey white */
    --secondary-brand-hover-color:  #aaa;          /* default color - #aaa - dark grey white */
    --secondary-brand-text-color: #fff;            /* default color - #fff - white */
     /* action links, action buttons */
    --action-brand-color: #758592;                 /* default color -  #758592 - light grey */
    --action-brand-hover-color: #657a8b;           /* default color - #657a8b - dark grey */
    
    --hollow-brand-color: #ffc220;
    
    /* nav links - Products, Order, Favorites ect... */
    --link-primary-brand-color: #8f8dcb;           /* default color - #696969 - dim grey */
    --link-primary-brand-hover-color: #555555;     /* default color - #0088D8 - dim grey */
    
      /*  account links, cart icon  */
    --link-secondary-brand-color:  #8f8dcb;           /* default color - #111 - black */
    --link-secondary-brand-hover-color: #0088D8;   /* default color - #0088D8 - light blue */     
    --link-alternative-brand-color: #555;          /* default color - #555 - daveys grey */  
    
    --header-background-color: #28282a;               /* default color - #fff - white */
    --header-link-color:  #fff;                 /* default color - #000 - black */
    --footer-background-color: #28282a;               /* default color - #fff - white */
    --footer-link-color: #fff;                  /* default color - #000 - black */
}


body {
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.42857;
    color: #000;
}

/*========================
    Typography Styles
==========================*/

a {
    color: #0088D8;
    color: var(--link-primary-brand-color);
}
a:hover,
a:focus {
    text-decoration: none;
    color: var(--link-primary-brand-hover-color);
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
blockquote,
dd,
dl,
dt,
form,
ul,
li,
ol,
p,
pre,
td,
th {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "HCo Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-decoration: none;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, a:hover, a:focus, a:active, blockquote, dd, dl, dt, form, ul, li, ol, p, pre, td, th {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "HCo Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-decoration: none;
    list-style-type: none;
}

.profile__info h3 {
    font-size: 1.25rem;
    max-width: 200px;
    font-weight: 600;
}

.profile__info p {
    color: #000;
}

.profile {
    border-color: #efefef;
    border-style: solid;
    border-width: 1px;
}
/*========================
    Home Page Styles
==========================*/

/* Home Banner */

#home-content-container {
    height: 550px;
}

@media print,
screen and (min-width: 1920px) {
    #home-content-container {
         height: 28vw;
    }
}

@media print,
screen and (min-width: 3250px) {
    #home-content-container {
         height: 34vw;
    }
}

    .global-alert.error-alert {
        margin-bottom: 20px;
    }
    

    .home-banner {
        background: url('/image/home-banner_2024.jpg') no-repeat;
        background-position-x: 80% !important;
        background-position-y: 80% ;
        background-size: cover;
        width: 100%;
        padding-top: 80px;
    }
    .home-banner-overlay{
        background-color: rgba(0,0,0,0.2);
        padding-top: 36px;
        margin-top: -60px;
    }

    .home-banner-text {
        text-align: left;
        padding-top: 40px;
    }
    
    .home-banner-lines {
        font-size: 80px;
        font-weight: 700;
        line-height: 1;
    }
    
    .home-banner-line1 {
        color: #fff;
        margin-bottom: 25px;
    }
    
    .home-banner-line2 {
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 25px;
    }
    
    .home-banner-line3 {
        color: #414042;
    }
    
    .home-banner-img {
        text-align: right;
    }
    
    .home-banner-border {
        border-top: 8px solid;
        border-right: 8px solid;
        border-left: 8px solid;
        border-image: linear-gradient(to right, #ffc222 0%, #00adbb 46%, #838bc5 95%) 1;
        padding: 50px 35px 50px;
        border-color: #838bc5;
    }
    
    .banner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .home-banner .home-banner-content {
        color: #fff;
        margin: 50px 0 0 0;
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .home-banner .home-banner-content h1.home-banner-heading {
        color: #07b2be;
    }
    
    .home-banner .home-banner-content h1.home-banner-heading small {
        color: #fff;
    }
    
    .home-banner-img-caption {
        display: none;
    }
    
    .home-banner-content {
        z-index: 10;
    }

    .home-banner .home-banner-content p {
        color:#fff;
    }
    
    .home-banner .home-banner-contact a {
        color: #fff;
    }
    
    .home-banner .home-banner-contact a:hover,
    .home-banner .home-banner-contact a:active,
    .home-banner .home-banner-contact a:focus {
        color: #fff;
    }
    
    #btn-home-banner-callout {
        color: #20282b;
    }


#home-page{
    margin-top: -131px;
}
/*
@media screen and (min-width: 992px) {
    #home-page {
        margin-top: -140px;
    }
}
*/

.home-banner .container {
    position: relative;
}
/*
.home-banner .home-banner-contact p {
    color: rgba(0, 0, 0, 0.6);
}
*/
.home-banner .home-banner-contact a {
    color: #fff;
}
.home-banner .home-banner-contact a:active,
.home-banner .home-banner-contact a:focus,
.home-banner .home-banner-contact a:hover {
    color: #fff;
}
.home-banner .home-banner-content {
    color: #fff;
    margin: 160px 0 50px 0;
    padding: 25px 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .home-banner .home-banner-content {
        margin: 200px 0 50px 0;
    }
}

.home-banner-content-2{
    color: #fff;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1100;
}
.home-banner .home-banner-content h1.home-banner-heading {
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
@media screen and (min-width: 992px) {
    .home-banner .home-banner-content h1.home-banner-heading {
        font-size: 70px;
    }
}
.home-banner .home-banner-content h1.home-banner-heading .approval-orderedby-phone,
.home-banner .home-banner-content h1.home-banner-heading .item-count,
.home-banner .home-banner-content h1.home-banner-heading .oh-item-count,
.home-banner .home-banner-content h1.home-banner-heading .sc-kit-components,
.home-banner .home-banner-content h1.home-banner-heading small {
    color: #fff;
    font-size: 28px !important;
    font-weight: 400;
    display: block;
    line-height: 1;
}
@media screen and (min-width: 992px) {
    .home-banner .home-banner-content h1.home-banner-heading .approval-orderedby-phone,
    .home-banner .home-banner-content h1.home-banner-heading .item-count,
    .home-banner .home-banner-content h1.home-banner-heading .oh-item-count,
    .home-banner .home-banner-content h1.home-banner-heading .sc-kit-components,
    .home-banner .home-banner-content h1.home-banner-heading small {
        display: inline-block;
        font-size: 44px !important;
    }
}

@media screen and (min-width: 768px) {
    .home-banner .home-banner-content p {
        max-width: 62%;
    }
}
@media screen and (min-width: 992px) {
    .home-banner .home-banner-content p {
        max-width: 68%;
        font-size: 28px;
    }
}
@media screen and (min-width: 1200px) {
    .home-banner .home-banner-content p {
        max-width: 55%;
    }
}
.home-banner .home-banner-content .home-banner-actions {
    margin: 30px 0 0 0;
}
.home-section {
    margin: 90px 0;
}
.home-section.first-home-section {
    margin-top: 50px;
}
.home-section:last-child {
    margin-bottom: 0;
}
.home-section .home-section-heading {
    margin-bottom: 35px;
    text-align: center;
}
.home-section .home-section-heading h2 {
    font-size: 28px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .home-section .home-section-heading h2 {
        font-size: 32px;
    }
}

    
    header .nav-toggle {
        color: #fff;
    }
    
    @media screen and (min-width: 768px) {
        .home-banner .container {
            padding-right: 25px;
        }
        .home-banner .home-banner-content {
            width: 83.33333%;
        }
        .home-banner .home-banner-content p {
            max-width: 100%;
        }
        .home-banner-img {
            margin-top: 80px;
        }
        .home-banner-img img {
            width: 275px;
            height: 325px;
        }
        .home-banner-img-caption {
            color: #fff;
            max-width: 140px;
            position: absolute;
            top: 520px;
            right: 420px;
            font-size: 14px;
        }
        .home-banner-img-caption-title {
            margin-bottom: 5px;
            position: relative;
            padding-bottom: 5px;
        }
        .home-banner-img-caption-title:after {
            content: '';
            width: 30px;
            height: 1px;
            background-color: #ffc222;
            position: absolute;
            left: 0;
            bottom: 0;
        }
    }
    
    @media screen and (min-width: 992px) {
        #home-header .container {
            padding-left: 50px;
            padding-right: 50px;
        }
        .home-banner .container {
            padding-left: 83px;
            padding-right: 25px;
        }
        .home-banner .home-banner-content {
            width: 50%;
        }
        .home-banner-text {
            text-align: left;
            padding-top: 120px;
            width: 50%;
            float: left;
        }
        .home-banner-lines {
            font-size: 60px;
        }
        #home-header .site-brand {
            left: 83px;
            top: 45px;
        }
        .banner-container {
            padding-left: 40px;
            padding-right: 40px;
        }
        .home-banner-border {
            padding: 120px 35px 50px;
        }
        .home-banner .home-banner-content {
            margin: 100px 0 0 0;
        }
        .home-banner .home-banner-content p {
            max-width: 95%;
        }
        .navigation li #btn-search-toggle,
        .navigation li a {
            color: #fff;
        }
        .home-banner-img-container {
            display: block;
        }
        .home-banner-img-caption {
            top: 520px;
            right: 420px;
            max-width: 140px;
            display: block;
        }
        .home-banner .home-banner-content p {
            font-size: 24px;
        }
        .home-banner .home-banner-content h1.home-banner-heading {
            margin-top: 30px;
            line-height: .7;
            font-size: 46px;
            max-width: 95%;
        }
        .home-banner .home-banner-content h1.home-banner-heading small {
            font-size: 28px !important;
        }
    }
    
    @media screen and (min-width: 1024px) {
        .home-banner .container {
            padding-left: 86px;
            padding-right: 86px;
        }
    }
    

    @media screen and (min-width: 1200px) {
        .home-banner .home-banner-content {
            width: 60%;
        }
        .home-banner-text {
            padding-top: 120px;
            width: 40%;
        }
        .home-banner-lines {
            font-size: 60px;
        }
        .home-banner-img img {
            width: 379px;
            height: 448px;
        }
        .home-banner-img-caption {
            top: 520px;
            right: 400px;
            font-size: 16px;
            max-width: 160px;
        }
        .home-banner .home-banner-content p {
            max-width: 600px;
        }
        .home-banner .home-banner-content h1.home-banner-heading {
            font-size: 70px;
            max-width: 100%;
        }
        .home-banner .home-banner-content h1.home-banner-heading small {
            font-size: 44px !important;
        }
    }
    
    @media screen and (min-width: 1500px) {
        .home-banner .home-banner-content {
            width: 70%;
        }
        .home-banner-text {
            padding-top: 80px;
            width: 30%;
        }
        .home-banner-lines {
            font-size: 60px;
        }
    }
    
    @media screen and (min-width: 1800px) {
        .home-banner-text {
            padding-top: 50px;
        }
        .home-banner-lines {
            font-size: 72px;
        }
    }

.container img {
  position: initial;
}

/* Navigation */

.page-homepage .quicklinks a,
.page-homepage .quicklinks a:focus,
.page-homepage .quicklinks a:visited {
    color: #696969;
    color: var(--link-primary-brand-color);
}

.page-homepage .quicklinks a:hover {
    color: #0088D8;
    color: var(--link-primary-brand-hover-color);
}

.shopping-cart a.checkout-cart{
    padding: 16px 0 17px 0;
}

.page-homepage .site-content.off-canvas-content > .grid-x.grid-margin-x{
    display: none;
}
.page-homepage .page > .grid-x.grid-margin-x{
   display: none; 
}

/* Typography */

.home-content-welcome {
    background-color: #007ac0;
    background-color: var(--primary-brand-color);
}


/* Client Logo */

.brand-logo {
    width: calc(100% - 2rem);
    max-width: 155px;
}

.checkout-sections .input-group input{
    background-color: transparent !important;
}

/* Footer */

.page-homepage footer a:hover {
    color: #007ac0;
}
.page-login footer, 
.page-homepage footer,
.page-forgot-password footer,
.page-forgot-password footer,
.page-register footer{
    color: #777;
    color: var(--footer-link-color);
    background-color: var(--footer-background-color);
}

/*========================
    Footer Styles
==========================*/

footer {
    background: none !important;
    margin-top: 0;
    background-color: transparent;
    background-color: var(--footer-background-color) !important;
    color:  var(--footer-link-color)!important;
}

footer a,
footer a:active,
footer a:focus {
    color: var(--link-secondary-brand-color);
}

footer a:hover {
    color: #007ac0;
}

.footer-right a{
     color:  var(--footer-link-color);
}


/*========================
    Button Styles
==========================*/

.button {
    background-color: #00A3E0;
    background-color: var(--primary-brand-color);
    border-color:  var(--primary-brand-color);
    font-size: 1rem;
}

/*
.button:hover,
.button:focus {
    background-color: #208bac;
    background-color: var(--primary-brand-hover-color);
    border-color: #000; 
    color: #000;
}
.button:active {
    color: #ffc220;
    background-color: #fff;
    border-color: #000;
}
*/

.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
    background-color: #0088D8;
    border-color: #000; 
    color: #000;
}

.button.secondary-action-button {
    background-color: #758592;
    background-color: var(--action-brand-color);
    border-color: var(--action-brand-color);
}

.button.secondary-action-button:hover,
.button.secondary-action-button:focus {
    background-color: #657a8b;
    background-color: var(--action-brand-hover-color);
    border-color: #000; 
    color: #000;
}
.button.secondary-action-button:active {
    background-color: #0088D8;
    border-color: #000; 
    color: #000;
}


.button.secondary-action-button.disabled,
.button[disabled].secondary-action-button,
.button.secondary-action-button.disabled:hover,
.button[disabled].secondary-action-button:hover,
.button.secondary-action-button.disabled:focus,
.button[disabled].secondary-action-button:focus {
    background-color: #758592;
    border-color: #000; 
    color: #000;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
    background-color: #0088D8;
    background-color: var(--primary-brand-color);
}

.button.primary:hover,
.button.primary:focus {
    background-color: #007ac0;
    background-color: var(--primary-brand-hover-color);
    border-color: #000; 
    color: #000;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
    background-color: #bbb;
    background-color: var(--secondary-brand-color);
}

.button.secondary:hover,
.button.secondary:focus {
    color: #fff;
    background-color: #c89200;
    border-color: #a07400;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
    background-color: #fff;
    background-color: var(--hollow-brand-color);
    border-color: var(--primary-brand-color);
    color: #fff;
    font-size: 1rem;
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
    background-color: #758592;
    background-color: var(--hollow-brand-color);
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    background-color: #657a8b;
    background-color: var(--hollow-brand-color);
    border-color: #000; 
    color: #000;
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
    background-color: #0088D8;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    background-color: #007ac0;
    border-color: #000; 
    color: #000;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
    color: transparent;
    font-size: 1rem;
}

.button.clear:hover,
.button.clear:focus {
    color: #657a8b;
    color: var(--action-brand-hover-color);
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
    color: #758592;
    color: var(--action-brand-color);
}

.button.clear.primary:hover,
.button.clear.primary:focus {
    color: #657a8b;
    color: var(--action-brand-hover-color);
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
    background: transparent;
    color: #0088D8;
    color: var(--link-primary-brand-color);
    font-size: 1rem;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
    background: transparent;
    color: #007ac0;
    color: var(--primary-brand-hover-color);
    border-color: #000; 
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
    background-color: #758592;
    background-color: var( --action-brand-color);
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #657a8b;
    background-color: var( --action-brand-hover-color);
    border-color: #000; 
    color: #000;
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
    color: #0088D8;
    color: var(--link-primary-brand-color);
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    color: #007ac0;
    color: var(--primary-brand-hover-color);
    border-color: #000; 
}

.button-group.hollow .button,
.button-group.hollow .button:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
    background-color: #758592;
    background-color: var(--primary-brand-hover-color);
    color: #fff;
}

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
    background-color: #657a8b;
    background-color: var( --action-brand-hover-color);
    border-color: #000; 
    color: var(--primary-brand-hover-color);
}
.button.hollow:active {
    background-color: #0088D8;
    border-color: #000; 
    color: #000;
}

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
    background-color: #758592;
    background-color: var(--action-brand-color);
    color: #fff;
}

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
    background-color: #657a8b;
    background-color: var( --action-brand-hover-color);
}

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
    background-color: #0088D8;
    background-color: var(--primary-brand-color);
    color: #fff;
}

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
    background-color: #007ac0;
    background-color: var(--primary-brand-hover-color);
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
    color: #758592;
    color: var(--action-brand-color);
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
    color: #0088D8;
    color: var(--primary-brand-hover-color);
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
    color: #758592;
    color: var(--action-brand-color);
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
    color: #0088D8;
    color: var(--primary-brand-hover-color);
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
    color: #0088D8;
    color: var(--link-secondary-brand-color);
}


.button-group.clear.secondary .button:hover, 
.button-group.clear.secondary .button:focus, 
.button-group.clear .button.secondary:hover, 
.button-group.clear .button.secondary:focus {
    color: #DFDFDF;
}

/* Get Started Button */

.button.get-button .get-started-button,
.button.get-button .get-started-button:hover,
.button.get-button .get-started-button:focus {
    color: #fff;
    background-color: transparent; 
}

.search-order-button{
    background-color: #00A3E0;
    background-color: var(--primary-brand-color);
    border-color: var(--primary-brand-color);
    font-size: 1rem;
    padding: 12px 25px;
}
.cart-popup-footer a,
.button-container .edit-item{
    background-color: #00A3E0;
    background-color: var(--primary-brand-color);
    border-color: var(--primary-brand-color);
}

.reveal-footer .button{
    color: #fff;
    background-color: var(--primary-brand-color);
    border-color: var(--primary-brand-color);
}

.reveal-footer .button:hover,
.reveal-footer .button:focus,
.reveal-footer .button:active{
    background-color: var(--primary-brand-hover-color);
    border-color: var(--primary-brand-hover-color);
}


.button-container-checkout .btnn.btn-next {
    background-color: #00A3E0;
    background-color: var(--primary-brand-color);
    border-color: var(--primary-brand-color); 
}

.button-container-checkout .btnn.btn-next:hover,
.button-container-checkout .btnn.btn-next:focus,
.button-container-checkout .btnn.btn-next:active{
    background-color: #00A3E0;
    background-color: var(--primary-brand-hover-color);
    border-color: #000; 
    color: #000;
}


.shipping-address button.button.update-selected {
    background-color: var(--primary-brand-color);
    border-color: var(--primary-brand-color); 
}

.shipping-address button.button.update-selected:hover {
    background-color: var(--primary-brand-hover-color);
    border-color: #000; 
    color: #000;
}


.shipping-address .button.shipping-address-button,
.button-container-checkout .back,
.button-container-checkout .btnn.btn-prev {
    background-color: rgb(255, 255, 255);
    border-color: var(--primary-brand-color);    
    color: #00A3E0;
    color: var(--primary-brand-color); 
}

.shipping-address .button.shipping-address-button:hover,
.shipping-address .button.shipping-address-button:focus,
.shipping-address .button.shipping-address-button:active,
.button-container-checkout .back:hover,
.button-container-checkout .back:active,
.button-container-checkout .back:focus,
.button-container-checkout .btnn.btn-prev:hover,
.button-container-checkout .btnn.btn-prev:active,
.button-container-checkout .btnn.btn-prev:focus{
    border-color: var(--primary-brand-hover-color);    
    border-color: #000; 
    color: #000;
}

.cart-popup-footer a:hover,
.cart-popup-footer a:active,
.cart-popup-footer a:focus,
.button-container .edit-item:hover,
.button-container .edit-item:active,
.button-container .edit-item:focus{
    background-color: #00A3E0;
    background-color: var(--primary-brand-hover-color);
    border-color: #000;
    color: #000;
}

.button-container .edit-item a:hover,
.button-container .edit-item a:active,
.button-container .edit-item a:focus,
.button-container .edit-item a:hover {
    background-color: #00A3E0;
    background-color: var(--primary-brand-hover-color);
    border-color: #000;
    color: #000;
}

.button.hollow:hover, 
.button.hollow:focus{
    color: #ffc220;
    background-color: #c89200;
    border-color: #a07400; 
}

.apply-btn,
.apply-btn:active,
.apply-btn:focus{
    background-color: var(--primary-brand-color); 
    border-color: var(--primary-brand-color); 
    color: #fff;
}
.apply-btn:hover{
    background-color: var(--primary-brand-hover-color);
    border-color: #000;
    color: #000;
}

.shipping-destination-accordion .button.secondary.clear.link-button:hover,
.shipping-destination-accordion .button.secondary.clear.link-button.link-button:focus{
    background: transparent !important;
    border: none;
    color: var(--primary-brand-color) !important;
    outline: none !important;
}

/* Close Button */

.close-button:hover {
    color: #000;
}


/* Products Page Button */

.card-actions .button{
    background-color: #0088D8;
    background-color: var(--primary-brand-color);
    border-color: var(--primary-brand-color);
}

/*  override site.CSS */ 

.card-actions .button:hover,
.card-actions .button:active,
.card-actions .button:focus {
    background-color: transparent;
}
.button:hover,
.button:focus,
.button:active {
    color: #ffc220;
    outline: none;
    background: var(--primary-brand-color) !important;
    border-color: var(--primary-brand-color) !important;
}

.edit-profile.button:hover,
.edit-profile.button:focus,
.edit-profile.button:active{
    
}

/*
button:hover,
button:focus,
button:active,
*/
.button:hover,
.button:focus,
.button:active,
.search-order-button:hover,
.search-order-button:focus,
.search-order-button:active,
.card-actions .button:hover,
.card-actions .button:active,
.card-actions .button:focus{
    background-color: #fff !important;
    outline: thin dotted !important;
    outline: 5px auto #000 !important;
    outline-offset: -2px !important;
    color: #ffc220 !important;
}

a.search-order-button{
    padding: 8px 30px;
    font-size: 16px;
}

/*========================
    Header Styles
==========================*/
.show {
    display: block;
}
header.product-header ul i,
.product-header-mobile ul i, 
.search-icon i{
    color: #fff;
}

#home-header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 124, 124, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(124, 124, 124, 0.65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(124, 124, 124, 0.65) 0, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    z-index: 2;
    position: relative;
}
.standardHeader{
    position: relative;
}
#home-header .main-nav #site-nav:after,
#home-header .main-nav #site-nav:before {
    content: " ";
    display: table;
}
#home-header .main-nav #site-nav:after {
    clear: both;
}
#home-header .site-brand {
    background: #28282a;
    display: inline-block;
    padding: 10px;
    margin: 10px auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 992px) {
    #home-header .site-brand {
        margin-right: 30px;
        position: relative;
        top: 35px;
        left: 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
#home-header .site-brand img {
    width: 136px;
    height: 70px;
}
@media (min-width: 992px) {
    #home-header .site-brand img {
        width: 136px;
        height: 70px;
    }
}
.product-header{
   background: #28282a !important;
}
header {
    background: #28282a;
    height: 95px;
}
@media (min-width: 992px) {
    header {
        height: 110px;
    }   
    .sign-in{
        height: auto;
    }
}
header.header__noAuth {
    height: 95px;
}
header.header__noAuth .nav,
header.header__noAuth .product-nav,
header.header__noAuth .product-sub-nav {
    display: block;
    text-align: center;
}
header.header__noAuth .site-brand {
    display: inline-block;
    margin: 12px auto;
    float: none;
}
header.header__noAuth .site-brand img {
    margin: 0;
}
header .container {
    position: relative;
}
header .dropdown-link {
    position: relative;
}
header .dropdown-link:hover .nav__dropdown {
    display: inline-block;
    opacity: 1;
}
header .dropdown-link a {
    display: block;
}
header .dropdown-link .nav__dropdown {
    border: 1px solid #efefef;
    display: none;
    background: #fff;
    min-width: 180px;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 8px;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
header .dropdown-link .nav__dropdown li {
    float: none;
    padding: 0 !important;
}
header .dropdown-link .nav__dropdown li a {
    color: #a3a3a3;
}
header .dropdown-link .nav__dropdown li a:active,
header .dropdown-link .nav__dropdown li a:focus,
header .dropdown-link .nav__dropdown li a:hover {
    text-shadow: 0 0 0.35px #a3a3a3, 0 0 0.35px #a3a3a3 !important;
}
header .main-nav {
    display: none;
}
@media (min-width: 992px) {
    header .main-nav {
        display: inline-block;
        float: right;
    }
}
header .main-nav #site-nav:after,
header .main-nav #site-nav:before {
    content: " ";
    display: table;
}
header .main-nav #site-nav:after {
    clear: both;
}
header .main-nav #site-nav li {
    padding: 15px 12px;
    min-width: 46px;
    max-height: 46px;    
}
/*
header .main-nav #site-nav li #btn-search-toggle:active,
header .main-nav #site-nav li #btn-search-toggle:focus,
header .main-nav #site-nav li #btn-search-toggle:hover,
header .main-nav #site-nav li a:active,
header .main-nav #site-nav li a:focus,
header .main-nav #site-nav li a:hover {
    text-shadow: 0 0 0.35px #fff, 0 0 0.35px #fff;
}
*/
header .site-brand {
    display: inline-block;
    margin: 18px 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 992px) {
    header .site-brand {
        position: relative;
        margin-right: 30px;
        float: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        top: 0;
    }
}
header .site-brand img {
    width: 136px;
    height: 70px;
}
@media (min-width: 992px) {
    header .site-brand img {
        width: 136px;
        height: 70px;
    }
}
header .nav-toggle {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 36px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 15px;
    cursor: pointer;
}
@media (min-width: 992px) {
    header .nav-toggle {
        display: none;
    }
}
#home-header {
    background: transparent;
}

#home-header .container,
.home-banner .container {
    width: 100%;
    height: 550px;
}

@media (max-width: 64em) {
    #home-header .container,
    .home-banner .container {
        height: 600px;
    }
}


.home-banner .container {
    padding-left: 4rem;
}

@media (max-width: 48em) {
    .home-banner .container {
        padding-left: 1rem;
    }
}

.quick-cart-overlay {
    position: absolute;
    top: 50px;
    right: 1.5rem;
}

/* Quick Nav */

.quicklinks a,
.quicklinks a:focus,
.quicklinks a:visited {
    color: #808080;
    color: var( --link-primary-brand-color);

}

.quicklinks a:hover {
    color: #0088D8;
    color: var( --link-primary-brand-hover-color);
}

nav{
    margin-top: 0;
}
/* Account Nav */

.account-grid {
    color: #111;
    color: var(--header-link-color);
    transition: color 0.1s ease-out;
}

.account-grid:hover,
.account-icon:hover {
    color: #0088D8;
    color: var(--link-secondary-brand-hover-color);
    transition: color 0.1s ease;
}

/* Cart Styles */
.cart-button {
    color: #111 !important;
    color: var( --link-secondary-brand-color)!important;
}

.cart-button:hover,
.cart-button:focus,
.cart-button:active {
    color: #0088D8 !important;
    color: var(--link-secondary-brand-hover-color)!important;
}

.results--grid .view-details-button-grid, 
.results--grid .product-details-button {
    color: #8f8dcb;
    color: var(--link-secondary-brand-color);
}

#expandButton,
button.preview-button{
    color: #8f8dcb;
    color: var(--link-secondary-brand-color);
}


/*========================
    Tab Styles
==========================*/

.tabs.primary {
    background: #758592;
    background: var(--action-brand-color);
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #0088D8;
    background: var(--primary-brand-color);
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    color: #0088D8;
    color: var(--link-primary-brand-color);
}

.tabs-title.is-active>a:after {
    background: #0088D8;
    background: var(--primary-brand-color);
}

.tabs.vertical .tabs-title.is-active>a:after {
    background: #0088D8;
    background: var(--primary-brand-color);
}


/*========================
    Products Page Styles
==========================*/

.page-heading .page-title {
    text-align: center;
    color: #0088D8;
    color: var(--link-primary-brand-color);
}

.cart-footer .button,
.page-actions .button
{
    width: 20%;
}

@media (max-width: 64em) {
    .cart-footer .button,
    .page-actions .button
    {
        width: 22%;
        font-size: 14px;
    }
}
@media (max-width: 48em) {
    .cart-footer .button,
    .page-actions .button
    {
        width: 50%;
    }
}
@media (max-width: 40em) {
    .cart-footer .button,
    .page-actions .button
    {
        width: 100%;
    }
}




/*========================
    Fields Page Styles
==========================*/

.personalize-card .item-id {
    color: #000;
}

/*========================
    Category Tile Styles
==========================*/


.category-card .card-image:after {
    border-color:  #0088D8;
    border-color: var( --link-secondary-brand-color);
}

.category-card .category-name {
    color: #0088D8;
    color: var( --link-secondary-brand-color);
    font-weight: 800;
}


/*========================
    Search Styles
==========================*/

.search-responsive .button.secondary {
    background-color: #fff;
    color: #111;
    color: var( --link-primary-brand-color)
}

.search-responsive .button.secondary:hover,
.search-responsive .button.secondary:focus,
.search-responsive .button.secondary:active {
    background-color: #fff;
    color: #0088D8;
    color: var( --link-primary-brand-hover-color);
}

@media print, screen and (max-width: 756px){
    .search-responsive {
        top: 154px;
    }
}

#search-collapse{
    height: 0;
}

.fa-search:before {
    content: "\f002";
    font-size: 17px;
}

/*========================
    Card Styles
==========================*/
.card-image {
    margin: 0 auto;
}


/* Checkout */

.checkout-card .card-title {
    color: #555;
    color: var( --link-alternative-brand-color);
    
}

.checkout-page-title h2 {
    text-transform: uppercase;
    color: #555;
    color: var( --link-alternative-brand-color);
}
 
/* Shipping */

.shipping-destination-accordion .accordion-item .accordion-title {
    color: #0088D8;
    color: var(--link-primary-brand-color);
    background-color: transparent;
}

.shipping-destination-accordion .accordion-item .accordion-title::before {
    color: #758592;
}

.cart-totals-card .order-summary-list li.order-summary-total {
    color: #0088D8;
    color: var(--link-primary-brand-color);
}

/* Category Tree */

.category-menu a:hover,
.category-menu a:active,
.category-menu a:focus {
    color: #0088D8;
    color: var( --link-secondary-brand-color);
}

/*========================
    Login and Registration Styles
==========================*/

.page-login .login-heading h1,
.page-login .login-heading h2,
.page-forgot-password .login-heading h1,
.page-forgot-password .login-heading h2 {
    font: 300 1.125rem / 1.45 "HCo Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.page-login #top-nav,
.page-forgot-password #top-nav,
.page-register #top-nav {
    background: var(--header-background-color);
    padding-bottom: 2rem;
}

.site-message {
    margin-top: 0;
}

.sign-in {
    background: #000;
}
.sign-in img {
    display: block;
    width: 150px;
    height: auto;
}

/*========================
  The Joint legacy styles
==========================*/

.form-control,
.form-field,
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 42px;
    padding: 9px 13px;
    font-size: 16px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}


@charset "UTF-8";
@import url(
    https://fonts.googleapis.com/css?family=Open + Sans:400,
    400i,
    600,
    700
); 


.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #efefef;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}


.page-homepage .page .h1,
.page-homepage .page .h2,
.page-homepage .page .h3,
.page-homepage .page .h4,
.page-homepage .page .h5,
.page-homepage .page .h6,
.page-homepage .page h1,
.page-homepage .page h2,
.page-homepage .page h3,
.page-homepage .page h4,
.page-homepage .page h5,
.page-homepage .page h6 {
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
}
/*
.h1 .approval-orderedby-phone,
.h1 .item-count,
.h1 .oh-item-count,
.h1 .sc-kit-components,
.h1 .small,
.h1 .thumb-prodid-caption,
.h1 .thumbnail-preview-caption,
.h1 small,
.h2 .approval-orderedby-phone,
.h2 .item-count,
.h2 .oh-item-count,
.h2 .sc-kit-components,
.h2 .small,
.h2 .thumb-prodid-caption,
.h2 .thumbnail-preview-caption,
.h2 small,
.h3 .approval-orderedby-phone,
.h3 .item-count,
.h3 .oh-item-count,
.h3 .sc-kit-components,
.h3 .small,
.h3 .thumb-prodid-caption,
.h3 .thumbnail-preview-caption,
.h3 small,
.h4 .approval-orderedby-phone,
.h4 .item-count,
.h4 .oh-item-count,
.h4 .sc-kit-components,
.h4 .small,
.h4 .thumb-prodid-caption,
.h4 .thumbnail-preview-caption,
.h4 small,
.h5 .approval-orderedby-phone,
.h5 .item-count,
.h5 .oh-item-count,
.h5 .sc-kit-components,
.h5 .small,
.h5 .thumb-prodid-caption,
.h5 .thumbnail-preview-caption,
.h5 small,
.h6 .approval-orderedby-phone,
.h6 .item-count,
.h6 .oh-item-count,
.h6 .sc-kit-components,
.h6 .small,
.h6 .thumb-prodid-caption,
.h6 .thumbnail-preview-caption,
.h6 small,
h1 .approval-orderedby-phone,
h1 .item-count,
h1 .oh-item-count,
h1 .sc-kit-components,
h1 .small,
h1 .thumb-prodid-caption,
h1 .thumbnail-preview-caption,
h1 small,
h2 .approval-orderedby-phone,
h2 .item-count,
h2 .oh-item-count,
h2 .sc-kit-components,
h2 .small,
h2 .thumb-prodid-caption,
h2 .thumbnail-preview-caption,
h2 small,
h3 .approval-orderedby-phone,
h3 .item-count,
h3 .oh-item-count,
h3 .sc-kit-components,
h3 .small,
h3 .thumb-prodid-caption,
h3 .thumbnail-preview-caption,
h3 small,
h4 .approval-orderedby-phone,
h4 .item-count,
h4 .oh-item-count,
h4 .sc-kit-components,
h4 .small,
h4 .thumb-prodid-caption,
h4 .thumbnail-preview-caption,
h4 small,
h5 .approval-orderedby-phone,
h5 .item-count,
h5 .oh-item-count,
h5 .sc-kit-components,
h5 .small,
h5 .thumb-prodid-caption,
h5 .thumbnail-preview-caption,
h5 small,
h6 .approval-orderedby-phone,
h6 .item-count,
h6 .oh-item-count,
h6 .sc-kit-components,
h6 .small,
h6 .thumb-prodid-caption,
h6 .thumbnail-preview-caption,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
.h1 .approval-orderedby-phone,
.h1 .item-count,
.h1 .oh-item-count,
.h1 .sc-kit-components,
.h1 .small,
.h1 .thumb-prodid-caption,
.h1 .thumbnail-preview-caption,
.h1 small,
.h2 .approval-orderedby-phone,
.h2 .item-count,
.h2 .oh-item-count,
.h2 .sc-kit-components,
.h2 .small,
.h2 .thumb-prodid-caption,
.h2 .thumbnail-preview-caption,
.h2 small,
.h3 .approval-orderedby-phone,
.h3 .item-count,
.h3 .oh-item-count,
.h3 .sc-kit-components,
.h3 .small,
.h3 .thumb-prodid-caption,
.h3 .thumbnail-preview-caption,
.h3 small,
h1 .approval-orderedby-phone,
h1 .item-count,
h1 .oh-item-count,
h1 .sc-kit-components,
h1 .small,
h1 .thumb-prodid-caption,
h1 .thumbnail-preview-caption,
h1 small,
h2 .approval-orderedby-phone,
h2 .item-count,
h2 .oh-item-count,
h2 .sc-kit-components,
h2 .small,
h2 .thumb-prodid-caption,
h2 .thumbnail-preview-caption,
h2 small,
h3 .approval-orderedby-phone,
h3 .item-count,
h3 .oh-item-count,
h3 .sc-kit-components,
h3 .small,
h3 .thumb-prodid-caption,
h3 .thumbnail-preview-caption,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.h4 .approval-orderedby-phone,
.h4 .item-count,
.h4 .oh-item-count,
.h4 .sc-kit-components,
.h4 .small,
.h4 .thumb-prodid-caption,
.h4 .thumbnail-preview-caption,
.h4 small,
.h5 .approval-orderedby-phone,
.h5 .item-count,
.h5 .oh-item-count,
.h5 .sc-kit-components,
.h5 .small,
.h5 .thumb-prodid-caption,
.h5 .thumbnail-preview-caption,
.h5 small,
.h6 .approval-orderedby-phone,
.h6 .item-count,
.h6 .oh-item-count,
.h6 .sc-kit-components,
.h6 .small,
.h6 .thumb-prodid-caption,
.h6 .thumbnail-preview-caption,
.h6 small,
h4 .approval-orderedby-phone,
h4 .item-count,
h4 .oh-item-count,
h4 .sc-kit-components,
h4 .small,
h4 .thumb-prodid-caption,
h4 .thumbnail-preview-caption,
h4 small,
h5 .approval-orderedby-phone,
h5 .item-count,
h5 .oh-item-count,
h5 .sc-kit-components,
h5 .small,
h5 .thumb-prodid-caption,
h5 .thumbnail-preview-caption,
h5 small,
h6 .approval-orderedby-phone,
h6 .item-count,
h6 .oh-item-count,
h6 .sc-kit-components,
h6 .small,
h6 .thumb-prodid-caption,
h6 .thumbnail-preview-caption,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 32px;
}
.h2,
h2 {
    font-size: 28px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 20px;
}
.h5,
h5 {
    font-size: 16px;
}
.h6,
h6 {
    font-size: 14px;
}
*/
p {
    margin: 0 0 11px;
}
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}
.approval-orderedby-phone,
.item-count,
.oh-item-count,
.sc-kit-components,
.small,
.thumb-prodid-caption,
.thumbnail-preview-caption,
small {
    font-size: 87%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.calc-freight-actions,
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.field-sub-label,
.secondary-currency,
.text-muted {
    color: #777;
}
.text-primary {
    color: #00a3e0;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #007ead;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.field-group .error,
.field-group.error,
.no-data,
.product-test-mode,
.text-danger {
    color: #c8102e;
}
.field-group a.error:focus,
.field-group a.error:hover,
a.field-group.error:focus,
a.field-group.error:hover,
a.no-data:focus,
a.no-data:hover,
a.product-test-mode:focus,
a.product-test-mode:hover,
a.text-danger:focus,
a.text-danger:hover {
    color: #990c23;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #00a3e0;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #007ead;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #efefef;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 11px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
/*
.account-tabs-list,
.checkout-cart-items,
.contact-info,
.content-panel-heading .panel-heading-actions .panel-heading-actions-list,
.error-alert .error-alert-list,
.list-unstyled,
.product-details-list,
.product-item .product-details .product-addtl-info-list,
.product-item .product-details .product-info-list,
.product-list-item .product-details .product-addtl-info-list,
.product-list-item .product-details .product-info-list,
.product-tile.product-tile-landscape .product-aside .product-addtl-details-container .prod-addtl-details-list,
.products-categories-results,
.profile-content .profile-info-list,
.sc-kit-components,
.shipment-item-details,
.table-icons-list,
.tag-cloud-list {
    padding-left: 0;
    list-style: none;
}
*/
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 22px;
}
dd,
dt {
    line-height: 1.42857;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #efefef;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #efefef;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .approval-orderedby-phone,
blockquote .item-count,
blockquote .oh-item-count,
blockquote .sc-kit-components,
blockquote .small,
blockquote .thumb-prodid-caption,
blockquote .thumbnail-preview-caption,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}
blockquote .approval-orderedby-phone:before,
blockquote .item-count:before,
blockquote .oh-item-count:before,
blockquote .sc-kit-components:before,
blockquote .small:before,
blockquote .thumb-prodid-caption:before,
blockquote .thumbnail-preview-caption:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
#btn-cat-nav-collapse blockquote.category-collapse-icon,
#btn-cat-nav-collapse.collapsed blockquote.category-collapse-icon,
.blockquote-reverse,
.btn-accordian-collapse blockquote.collapse-icon,
.sub-nav-collapse blockquote.sub-nav-collapse-icon,
.sub-nav-collapse.collapsed blockquote.sub-nav-collapse-icon,
blockquote.btn-panel-collapse,
blockquote.pull-right,
blockquote.sub-nav-collapse {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #efefef;
    border-left: 0;
    text-align: right;
}
#btn-cat-nav-collapse blockquote.category-collapse-icon .approval-orderedby-phone:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon .item-count:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon .oh-item-count:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon .sc-kit-components:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon .small:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon .thumb-prodid-caption:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon .thumbnail-preview-caption:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon footer:before,
#btn-cat-nav-collapse blockquote.category-collapse-icon small:before,
#btn-cat-nav-collapse.collapsed blockquote.category-collapse-icon footer:before,
#btn-cat-nav-collapse.collapsed blockquote.category-collapse-icon small:before,
.blockquote-reverse .approval-orderedby-phone:before,
.blockquote-reverse .item-count:before,
.blockquote-reverse .oh-item-count:before,
.blockquote-reverse .sc-kit-components:before,
.blockquote-reverse .small:before,
.blockquote-reverse .thumb-prodid-caption:before,
.blockquote-reverse .thumbnail-preview-caption:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.btn-accordian-collapse blockquote.collapse-icon .approval-orderedby-phone:before,
.btn-accordian-collapse blockquote.collapse-icon .item-count:before,
.btn-accordian-collapse blockquote.collapse-icon .oh-item-count:before,
.btn-accordian-collapse blockquote.collapse-icon .sc-kit-components:before,
.btn-accordian-collapse blockquote.collapse-icon .small:before,
.btn-accordian-collapse blockquote.collapse-icon .thumb-prodid-caption:before,
.btn-accordian-collapse blockquote.collapse-icon .thumbnail-preview-caption:before,
.btn-accordian-collapse blockquote.collapse-icon footer:before,
.btn-accordian-collapse blockquote.collapse-icon small:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .approval-orderedby-phone:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .item-count:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .oh-item-count:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .sc-kit-components:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .small:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .thumb-prodid-caption:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .thumbnail-preview-caption:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon footer:before,
.sub-nav-collapse blockquote.sub-nav-collapse-icon small:before,
.sub-nav-collapse.collapsed blockquote.sub-nav-collapse-icon footer:before,
.sub-nav-collapse.collapsed blockquote.sub-nav-collapse-icon small:before,
blockquote.btn-panel-collapse .approval-orderedby-phone:before,
blockquote.btn-panel-collapse .item-count:before,
blockquote.btn-panel-collapse .oh-item-count:before,
blockquote.btn-panel-collapse .sc-kit-components:before,
blockquote.btn-panel-collapse .small:before,
blockquote.btn-panel-collapse .thumb-prodid-caption:before,
blockquote.btn-panel-collapse .thumbnail-preview-caption:before,
blockquote.btn-panel-collapse footer:before,
blockquote.btn-panel-collapse small:before,
blockquote.pull-right .approval-orderedby-phone:before,
blockquote.pull-right .item-count:before,
blockquote.pull-right .oh-item-count:before,
blockquote.pull-right .sc-kit-components:before,
blockquote.pull-right .small:before,
blockquote.pull-right .thumb-prodid-caption:before,
blockquote.pull-right .thumbnail-preview-caption:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.sub-nav-collapse .approval-orderedby-phone:before,
blockquote.sub-nav-collapse .item-count:before,
blockquote.sub-nav-collapse .oh-item-count:before,
blockquote.sub-nav-collapse .sc-kit-components:before,
blockquote.sub-nav-collapse .small:before,
blockquote.sub-nav-collapse .thumb-prodid-caption:before,
blockquote.sub-nav-collapse .thumbnail-preview-caption:before,
blockquote.sub-nav-collapse footer:before,
blockquote.sub-nav-collapse small:before {
    content: "";
}
#btn-cat-nav-collapse blockquote.category-collapse-icon .approval-orderedby-phone:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon .item-count:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon .oh-item-count:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon .sc-kit-components:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon .small:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon .thumb-prodid-caption:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon .thumbnail-preview-caption:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon footer:after,
#btn-cat-nav-collapse blockquote.category-collapse-icon small:after,
#btn-cat-nav-collapse.collapsed blockquote.category-collapse-icon footer:after,
#btn-cat-nav-collapse.collapsed blockquote.category-collapse-icon small:after,
.blockquote-reverse .approval-orderedby-phone:after,
.blockquote-reverse .item-count:after,
.blockquote-reverse .oh-item-count:after,
.blockquote-reverse .sc-kit-components:after,
.blockquote-reverse .small:after,
.blockquote-reverse .thumb-prodid-caption:after,
.blockquote-reverse .thumbnail-preview-caption:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.btn-accordian-collapse blockquote.collapse-icon .approval-orderedby-phone:after,
.btn-accordian-collapse blockquote.collapse-icon .item-count:after,
.btn-accordian-collapse blockquote.collapse-icon .oh-item-count:after,
.btn-accordian-collapse blockquote.collapse-icon .sc-kit-components:after,
.btn-accordian-collapse blockquote.collapse-icon .small:after,
.btn-accordian-collapse blockquote.collapse-icon .thumb-prodid-caption:after,
.btn-accordian-collapse blockquote.collapse-icon .thumbnail-preview-caption:after,
.btn-accordian-collapse blockquote.collapse-icon footer:after,
.btn-accordian-collapse blockquote.collapse-icon small:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .approval-orderedby-phone:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .item-count:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .oh-item-count:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .sc-kit-components:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .small:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .thumb-prodid-caption:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon .thumbnail-preview-caption:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon footer:after,
.sub-nav-collapse blockquote.sub-nav-collapse-icon small:after,
.sub-nav-collapse.collapsed blockquote.sub-nav-collapse-icon footer:after,
.sub-nav-collapse.collapsed blockquote.sub-nav-collapse-icon small:after,
blockquote.btn-panel-collapse .approval-orderedby-phone:after,
blockquote.btn-panel-collapse .item-count:after,
blockquote.btn-panel-collapse .oh-item-count:after,
blockquote.btn-panel-collapse .sc-kit-components:after,
blockquote.btn-panel-collapse .small:after,
blockquote.btn-panel-collapse .thumb-prodid-caption:after,
blockquote.btn-panel-collapse .thumbnail-preview-caption:after,
blockquote.btn-panel-collapse footer:after,
blockquote.btn-panel-collapse small:after,
blockquote.pull-right .approval-orderedby-phone:after,
blockquote.pull-right .item-count:after,
blockquote.pull-right .oh-item-count:after,
blockquote.pull-right .sc-kit-components:after,
blockquote.pull-right .small:after,
blockquote.pull-right .thumb-prodid-caption:after,
blockquote.pull-right .thumbnail-preview-caption:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.sub-nav-collapse .approval-orderedby-phone:after,
blockquote.sub-nav-collapse .item-count:after,
blockquote.sub-nav-collapse .oh-item-count:after,
blockquote.sub-nav-collapse .sc-kit-components:after,
blockquote.sub-nav-collapse .small:after,
blockquote.sub-nav-collapse .thumb-prodid-caption:after,
blockquote.sub-nav-collapse .thumbnail-preview-caption:after,
blockquote.sub-nav-collapse footer:after,
blockquote.sub-nav-collapse small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 748px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 968px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1182px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}

table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.print-ship-price-table,
.qtyprice-table,
.table,
.table-ds,
.table-os-order-totals {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.print-ship-price-table > tbody > tr > td,
.print-ship-price-table > tbody > tr > th,
.print-ship-price-table > tfoot > tr > td,
.print-ship-price-table > tfoot > tr > th,
.print-ship-price-table > thead > tr > td,
.print-ship-price-table > thead > tr > th,
.qtyprice-table > tbody > tr > td,
.qtyprice-table > tbody > tr > th,
.qtyprice-table > tfoot > tr > td,
.qtyprice-table > tfoot > tr > th,
.qtyprice-table > thead > tr > td,
.qtyprice-table > thead > tr > th,
.table-ds > tbody > tr > td,
.table-ds > tbody > tr > th,
.table-ds > tfoot > tr > td,
.table-ds > tfoot > tr > th,
.table-ds > thead > tr > td,
.table-ds > thead > tr > th,
.table-os-order-totals > tbody > tr > td,
.table-os-order-totals > tbody > tr > th,
.table-os-order-totals > tfoot > tr > td,
.table-os-order-totals > tfoot > tr > th,
.table-os-order-totals > thead > tr > td,
.table-os-order-totals > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #efefef;
}
.print-ship-price-table > thead > tr > th,
.qtyprice-table > thead > tr > th,
.table-ds > thead > tr > th,
.table-os-order-totals > thead > tr > th,
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #efefef;
}
.print-ship-price-table > caption + thead > tr:first-child > td,
.print-ship-price-table > caption + thead > tr:first-child > th,
.print-ship-price-table > colgroup + thead > tr:first-child > td,
.print-ship-price-table > colgroup + thead > tr:first-child > th,
.print-ship-price-table > thead:first-child > tr:first-child > td,
.print-ship-price-table > thead:first-child > tr:first-child > th,
.qtyprice-table > caption + thead > tr:first-child > td,
.qtyprice-table > caption + thead > tr:first-child > th,
.qtyprice-table > colgroup + thead > tr:first-child > td,
.qtyprice-table > colgroup + thead > tr:first-child > th,
.qtyprice-table > thead:first-child > tr:first-child > td,
.qtyprice-table > thead:first-child > tr:first-child > th,
.table-ds > caption + thead > tr:first-child > td,
.table-ds > caption + thead > tr:first-child > th,
.table-ds > colgroup + thead > tr:first-child > td,
.table-ds > colgroup + thead > tr:first-child > th,
.table-ds > thead:first-child > tr:first-child > td,
.table-ds > thead:first-child > tr:first-child > th,
.table-os-order-totals > caption + thead > tr:first-child > td,
.table-os-order-totals > caption + thead > tr:first-child > th,
.table-os-order-totals > colgroup + thead > tr:first-child > td,
.table-os-order-totals > colgroup + thead > tr:first-child > th,
.table-os-order-totals > thead:first-child > tr:first-child > td,
.table-os-order-totals > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.print-ship-price-table > tbody + tbody,
.qtyprice-table > tbody + tbody,
.table-ds > tbody + tbody,
.table-os-order-totals > tbody + tbody,
.table > tbody + tbody {
    border-top: 2px solid #efefef;
}
.print-ship-price-table .print-ship-price-table,
.print-ship-price-table .qtyprice-table,
.print-ship-price-table .table,
.print-ship-price-table .table-ds,
.print-ship-price-table .table-os-order-totals,
.qtyprice-table .print-ship-price-table,
.qtyprice-table .qtyprice-table,
.qtyprice-table .table,
.qtyprice-table .table-ds,
.qtyprice-table .table-os-order-totals,
.table .print-ship-price-table,
.table .qtyprice-table,
.table .table,
.table .table-ds,
.table .table-os-order-totals,
.table-ds .print-ship-price-table,
.table-ds .qtyprice-table,
.table-ds .table,
.table-ds .table-ds,
.table-ds .table-os-order-totals,
.table-os-order-totals .print-ship-price-table,
.table-os-order-totals .qtyprice-table,
.table-os-order-totals .table,
.table-os-order-totals .table-ds,
.table-os-order-totals .table-os-order-totals {
    background-color: #fff;
}
#table-update-shipping-address-records > tbody > tr > td,
#table-update-shipping-address-records > tbody > tr > th,
#table-update-shipping-address-records > tfoot > tr > td,
#table-update-shipping-address-records > tfoot > tr > th,
#table-update-shipping-address-records > thead > tr > td,
#table-update-shipping-address-records > thead > tr > th,
#table-update-shipping-address-tables > tbody > tr > td,
#table-update-shipping-address-tables > tbody > tr > th,
#table-update-shipping-address-tables > tfoot > tr > td,
#table-update-shipping-address-tables > tfoot > tr > th,
#table-update-shipping-address-tables > thead > tr > td,
#table-update-shipping-address-tables > thead > tr > th,
.burn-mail-price-table > tbody > tr > td,
.burn-mail-price-table > tbody > tr > th,
.burn-mail-price-table > tfoot > tr > td,
.burn-mail-price-table > tfoot > tr > th,
.burn-mail-price-table > thead > tr > td,
.burn-mail-price-table > thead > tr > th,
.data-file-headings-table > tbody > tr > td,
.data-file-headings-table > tbody > tr > th,
.data-file-headings-table > tfoot > tr > td,
.data-file-headings-table > tfoot > tr > th,
.data-file-headings-table > thead > tr > td,
.data-file-headings-table > thead > tr > th,
.digital-download-price-table > tbody > tr > td,
.digital-download-price-table > tbody > tr > th,
.digital-download-price-table > tfoot > tr > td,
.digital-download-price-table > tfoot > tr > th,
.digital-download-price-table > thead > tr > td,
.digital-download-price-table > thead > tr > th,
.distribution-list-order-table > tbody > tr > td,
.distribution-list-order-table > tbody > tr > th,
.distribution-list-order-table > tfoot > tr > td,
.distribution-list-order-table > tfoot > tr > th,
.distribution-list-order-table > thead > tr > td,
.distribution-list-order-table > thead > tr > th,
.maint-tables > tbody > tr > td,
.maint-tables > tbody > tr > th,
.maint-tables > tfoot > tr > td,
.maint-tables > tfoot > tr > th,
.maint-tables > thead > tr > td,
.maint-tables > thead > tr > th,
.print-ship-price-table > tbody > tr > td,
.print-ship-price-table > tbody > tr > th,
.print-ship-price-table > tfoot > tr > td,
.print-ship-price-table > tfoot > tr > th,
.print-ship-price-table > thead > tr > td,
.print-ship-price-table > thead > tr > th,
.qtyprice-table > tbody > tr > td,
.qtyprice-table > tbody > tr > th,
.qtyprice-table > tfoot > tr > td,
.qtyprice-table > tfoot > tr > th,
.qtyprice-table > thead > tr > td,
.qtyprice-table > thead > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th,
.table-product-price > tbody > tr > td,
.table-product-price > tbody > tr > th,
.table-product-price > tfoot > tr > td,
.table-product-price > tfoot > tr > th,
.table-product-price > thead > tr > td,
.table-product-price > thead > tr > th {
    padding: 5px;
}
#table-sales-byuser-users,
#table-update-shipping-address-records,
#table-update-shipping-address-tables,
.burn-mail-price-table,
.digital-download-price-table,
.distribution-list-order-table,
.maint-tables,
.print-ship-price-table,
.table-bordered {
    border: 1px solid #efefef;
}
#table-sales-byuser-users > tbody > tr > td,
#table-sales-byuser-users > tbody > tr > th,
#table-sales-byuser-users > tfoot > tr > td,
#table-sales-byuser-users > tfoot > tr > th,
#table-sales-byuser-users > thead > tr > td,
#table-sales-byuser-users > thead > tr > th,
#table-update-shipping-address-records > tbody > tr > td,
#table-update-shipping-address-records > tbody > tr > th,
#table-update-shipping-address-records > tfoot > tr > td,
#table-update-shipping-address-records > tfoot > tr > th,
#table-update-shipping-address-records > thead > tr > td,
#table-update-shipping-address-records > thead > tr > th,
#table-update-shipping-address-tables > tbody > tr > td,
#table-update-shipping-address-tables > tbody > tr > th,
#table-update-shipping-address-tables > tfoot > tr > td,
#table-update-shipping-address-tables > tfoot > tr > th,
#table-update-shipping-address-tables > thead > tr > td,
#table-update-shipping-address-tables > thead > tr > th,
.burn-mail-price-table > tbody > tr > td,
.burn-mail-price-table > tbody > tr > th,
.burn-mail-price-table > tfoot > tr > td,
.burn-mail-price-table > tfoot > tr > th,
.burn-mail-price-table > thead > tr > td,
.burn-mail-price-table > thead > tr > th,
.digital-download-price-table > tbody > tr > td,
.digital-download-price-table > tbody > tr > th,
.digital-download-price-table > tfoot > tr > td,
.digital-download-price-table > tfoot > tr > th,
.digital-download-price-table > thead > tr > td,
.digital-download-price-table > thead > tr > th,
.distribution-list-order-table > tbody > tr > td,
.distribution-list-order-table > tbody > tr > th,
.distribution-list-order-table > tfoot > tr > td,
.distribution-list-order-table > tfoot > tr > th,
.distribution-list-order-table > thead > tr > td,
.distribution-list-order-table > thead > tr > th,
.maint-tables > tbody > tr > td,
.maint-tables > tbody > tr > th,
.maint-tables > tfoot > tr > td,
.maint-tables > tfoot > tr > th,
.maint-tables > thead > tr > td,
.maint-tables > thead > tr > th,
.print-ship-price-table > tbody > tr > td,
.print-ship-price-table > tbody > tr > th,
.print-ship-price-table > tfoot > tr > td,
.print-ship-price-table > tfoot > tr > th,
.print-ship-price-table > thead > tr > td,
.print-ship-price-table > thead > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #efefef;
}
#table-sales-byuser-users > thead > tr > td,
#table-sales-byuser-users > thead > tr > th,
#table-update-shipping-address-records > thead > tr > td,
#table-update-shipping-address-records > thead > tr > th,
#table-update-shipping-address-tables > thead > tr > td,
#table-update-shipping-address-tables > thead > tr > th,
.burn-mail-price-table > thead > tr > td,
.burn-mail-price-table > thead > tr > th,
.digital-download-price-table > thead > tr > td,
.digital-download-price-table > thead > tr > th,
.distribution-list-order-table > thead > tr > td,
.distribution-list-order-table > thead > tr > th,
.maint-tables > thead > tr > td,
.maint-tables > thead > tr > th,
.print-ship-price-table > thead > tr > td,
.print-ship-price-table > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
#table-update-shipping-address-records > tbody > tr:nth-of-type(odd),
#table-update-shipping-address-tables > tbody > tr:nth-of-type(odd),
.maint-tables > tbody > tr:nth-of-type(odd),
.print-ship-price-table > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.maint-tables > tbody > tr:hover,
.table-hover > tbody > tr:hover,
.table-reports > tbody > tr:hover {
    background-color: #e3e3e3;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.print-ship-price-table > tbody > tr.active > td,
.print-ship-price-table > tbody > tr.active > th,
.print-ship-price-table > tbody > tr > td.active,
.print-ship-price-table > tbody > tr > th.active,
.print-ship-price-table > tfoot > tr.active > td,
.print-ship-price-table > tfoot > tr.active > th,
.print-ship-price-table > tfoot > tr > td.active,
.print-ship-price-table > tfoot > tr > th.active,
.print-ship-price-table > thead > tr.active > td,
.print-ship-price-table > thead > tr.active > th,
.print-ship-price-table > thead > tr > td.active,
.print-ship-price-table > thead > tr > th.active,
.qtyprice-table > tbody > tr.active > td,
.qtyprice-table > tbody > tr.active > th,
.qtyprice-table > tbody > tr > td.active,
.qtyprice-table > tbody > tr > th.active,
.qtyprice-table > tfoot > tr.active > td,
.qtyprice-table > tfoot > tr.active > th,
.qtyprice-table > tfoot > tr > td.active,
.qtyprice-table > tfoot > tr > th.active,
.qtyprice-table > thead > tr.active > td,
.qtyprice-table > thead > tr.active > th,
.qtyprice-table > thead > tr > td.active,
.qtyprice-table > thead > tr > th.active,
.table-ds > tbody > tr.active > td,
.table-ds > tbody > tr.active > th,
.table-ds > tbody > tr > td.active,
.table-ds > tbody > tr > th.active,
.table-ds > tfoot > tr.active > td,
.table-ds > tfoot > tr.active > th,
.table-ds > tfoot > tr > td.active,
.table-ds > tfoot > tr > th.active,
.table-ds > thead > tr.active > td,
.table-ds > thead > tr.active > th,
.table-ds > thead > tr > td.active,
.table-ds > thead > tr > th.active,
.table-os-order-totals > tbody > tr.active > td,
.table-os-order-totals > tbody > tr.active > th,
.table-os-order-totals > tbody > tr > td.active,
.table-os-order-totals > tbody > tr > th.active,
.table-os-order-totals > tfoot > tr.active > td,
.table-os-order-totals > tfoot > tr.active > th,
.table-os-order-totals > tfoot > tr > td.active,
.table-os-order-totals > tfoot > tr > th.active,
.table-os-order-totals > thead > tr.active > td,
.table-os-order-totals > thead > tr.active > th,
.table-os-order-totals > thead > tr > td.active,
.table-os-order-totals > thead > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #e3e3e3;
}
.maint-tables > tbody > tr.active:hover > td,
.maint-tables > tbody > tr.active:hover > th,
.maint-tables > tbody > tr:hover > .active,
.maint-tables > tbody > tr > td.active:hover,
.maint-tables > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-reports > tbody > tr.active:hover > td,
.table-reports > tbody > tr.active:hover > th,
.table-reports > tbody > tr:hover > .active,
.table-reports > tbody > tr > td.active:hover,
.table-reports > tbody > tr > th.active:hover {
    background-color: #d6d6d6;
}
.print-ship-price-table > tbody > tr.success > td,
.print-ship-price-table > tbody > tr.success > th,
.print-ship-price-table > tbody > tr > td.success,
.print-ship-price-table > tbody > tr > th.success,
.print-ship-price-table > tfoot > tr.success > td,
.print-ship-price-table > tfoot > tr.success > th,
.print-ship-price-table > tfoot > tr > td.success,
.print-ship-price-table > tfoot > tr > th.success,
.print-ship-price-table > thead > tr.success > td,
.print-ship-price-table > thead > tr.success > th,
.print-ship-price-table > thead > tr > td.success,
.print-ship-price-table > thead > tr > th.success,
.qtyprice-table > tbody > tr.success > td,
.qtyprice-table > tbody > tr.success > th,
.qtyprice-table > tbody > tr > td.success,
.qtyprice-table > tbody > tr > th.success,
.qtyprice-table > tfoot > tr.success > td,
.qtyprice-table > tfoot > tr.success > th,
.qtyprice-table > tfoot > tr > td.success,
.qtyprice-table > tfoot > tr > th.success,
.qtyprice-table > thead > tr.success > td,
.qtyprice-table > thead > tr.success > th,
.qtyprice-table > thead > tr > td.success,
.qtyprice-table > thead > tr > th.success,
.table-ds > tbody > tr.success > td,
.table-ds > tbody > tr.success > th,
.table-ds > tbody > tr > td.success,
.table-ds > tbody > tr > th.success,
.table-ds > tfoot > tr.success > td,
.table-ds > tfoot > tr.success > th,
.table-ds > tfoot > tr > td.success,
.table-ds > tfoot > tr > th.success,
.table-ds > thead > tr.success > td,
.table-ds > thead > tr.success > th,
.table-ds > thead > tr > td.success,
.table-ds > thead > tr > th.success,
.table-os-order-totals > tbody > tr.success > td,
.table-os-order-totals > tbody > tr.success > th,
.table-os-order-totals > tbody > tr > td.success,
.table-os-order-totals > tbody > tr > th.success,
.table-os-order-totals > tfoot > tr.success > td,
.table-os-order-totals > tfoot > tr.success > th,
.table-os-order-totals > tfoot > tr > td.success,
.table-os-order-totals > tfoot > tr > th.success,
.table-os-order-totals > thead > tr.success > td,
.table-os-order-totals > thead > tr.success > th,
.table-os-order-totals > thead > tr > td.success,
.table-os-order-totals > thead > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.maint-tables > tbody > tr.success:hover > td,
.maint-tables > tbody > tr.success:hover > th,
.maint-tables > tbody > tr:hover > .success,
.maint-tables > tbody > tr > td.success:hover,
.maint-tables > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-reports > tbody > tr.success:hover > td,
.table-reports > tbody > tr.success:hover > th,
.table-reports > tbody > tr:hover > .success,
.table-reports > tbody > tr > td.success:hover,
.table-reports > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.print-ship-price-table > tbody > tr.info > td,
.print-ship-price-table > tbody > tr.info > th,
.print-ship-price-table > tbody > tr > td.info,
.print-ship-price-table > tbody > tr > th.info,
.print-ship-price-table > tfoot > tr.info > td,
.print-ship-price-table > tfoot > tr.info > th,
.print-ship-price-table > tfoot > tr > td.info,
.print-ship-price-table > tfoot > tr > th.info,
.print-ship-price-table > thead > tr.info > td,
.print-ship-price-table > thead > tr.info > th,
.print-ship-price-table > thead > tr > td.info,
.print-ship-price-table > thead > tr > th.info,
.qtyprice-table > tbody > tr.info > td,
.qtyprice-table > tbody > tr.info > th,
.qtyprice-table > tbody > tr > td.info,
.qtyprice-table > tbody > tr > th.info,
.qtyprice-table > tfoot > tr.info > td,
.qtyprice-table > tfoot > tr.info > th,
.qtyprice-table > tfoot > tr > td.info,
.qtyprice-table > tfoot > tr > th.info,
.qtyprice-table > thead > tr.info > td,
.qtyprice-table > thead > tr.info > th,
.qtyprice-table > thead > tr > td.info,
.qtyprice-table > thead > tr > th.info,
.table-ds > tbody > tr.info > td,
.table-ds > tbody > tr.info > th,
.table-ds > tbody > tr > td.info,
.table-ds > tbody > tr > th.info,
.table-ds > tfoot > tr.info > td,
.table-ds > tfoot > tr.info > th,
.table-ds > tfoot > tr > td.info,
.table-ds > tfoot > tr > th.info,
.table-ds > thead > tr.info > td,
.table-ds > thead > tr.info > th,
.table-ds > thead > tr > td.info,
.table-ds > thead > tr > th.info,
.table-os-order-totals > tbody > tr.info > td,
.table-os-order-totals > tbody > tr.info > th,
.table-os-order-totals > tbody > tr > td.info,
.table-os-order-totals > tbody > tr > th.info,
.table-os-order-totals > tfoot > tr.info > td,
.table-os-order-totals > tfoot > tr.info > th,
.table-os-order-totals > tfoot > tr > td.info,
.table-os-order-totals > tfoot > tr > th.info,
.table-os-order-totals > thead > tr.info > td,
.table-os-order-totals > thead > tr.info > th,
.table-os-order-totals > thead > tr > td.info,
.table-os-order-totals > thead > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.maint-tables > tbody > tr.info:hover > td,
.maint-tables > tbody > tr.info:hover > th,
.maint-tables > tbody > tr:hover > .info,
.maint-tables > tbody > tr > td.info:hover,
.maint-tables > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-reports > tbody > tr.info:hover > td,
.table-reports > tbody > tr.info:hover > th,
.table-reports > tbody > tr:hover > .info,
.table-reports > tbody > tr > td.info:hover,
.table-reports > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.print-ship-price-table > tbody > tr.warning > td,
.print-ship-price-table > tbody > tr.warning > th,
.print-ship-price-table > tbody > tr > td.warning,
.print-ship-price-table > tbody > tr > th.warning,
.print-ship-price-table > tfoot > tr.warning > td,
.print-ship-price-table > tfoot > tr.warning > th,
.print-ship-price-table > tfoot > tr > td.warning,
.print-ship-price-table > tfoot > tr > th.warning,
.print-ship-price-table > thead > tr.warning > td,
.print-ship-price-table > thead > tr.warning > th,
.print-ship-price-table > thead > tr > td.warning,
.print-ship-price-table > thead > tr > th.warning,
.qtyprice-table > tbody > tr.warning > td,
.qtyprice-table > tbody > tr.warning > th,
.qtyprice-table > tbody > tr > td.warning,
.qtyprice-table > tbody > tr > th.warning,
.qtyprice-table > tfoot > tr.warning > td,
.qtyprice-table > tfoot > tr.warning > th,
.qtyprice-table > tfoot > tr > td.warning,
.qtyprice-table > tfoot > tr > th.warning,
.qtyprice-table > thead > tr.warning > td,
.qtyprice-table > thead > tr.warning > th,
.qtyprice-table > thead > tr > td.warning,
.qtyprice-table > thead > tr > th.warning,
.table-ds > tbody > tr.warning > td,
.table-ds > tbody > tr.warning > th,
.table-ds > tbody > tr > td.warning,
.table-ds > tbody > tr > th.warning,
.table-ds > tfoot > tr.warning > td,
.table-ds > tfoot > tr.warning > th,
.table-ds > tfoot > tr > td.warning,
.table-ds > tfoot > tr > th.warning,
.table-ds > thead > tr.warning > td,
.table-ds > thead > tr.warning > th,
.table-ds > thead > tr > td.warning,
.table-ds > thead > tr > th.warning,
.table-os-order-totals > tbody > tr.warning > td,
.table-os-order-totals > tbody > tr.warning > th,
.table-os-order-totals > tbody > tr > td.warning,
.table-os-order-totals > tbody > tr > th.warning,
.table-os-order-totals > tfoot > tr.warning > td,
.table-os-order-totals > tfoot > tr.warning > th,
.table-os-order-totals > tfoot > tr > td.warning,
.table-os-order-totals > tfoot > tr > th.warning,
.table-os-order-totals > thead > tr.warning > td,
.table-os-order-totals > thead > tr.warning > th,
.table-os-order-totals > thead > tr > td.warning,
.table-os-order-totals > thead > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.maint-tables > tbody > tr.warning:hover > td,
.maint-tables > tbody > tr.warning:hover > th,
.maint-tables > tbody > tr:hover > .warning,
.maint-tables > tbody > tr > td.warning:hover,
.maint-tables > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-reports > tbody > tr.warning:hover > td,
.table-reports > tbody > tr.warning:hover > th,
.table-reports > tbody > tr:hover > .warning,
.table-reports > tbody > tr > td.warning:hover,
.table-reports > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.print-ship-price-table > tbody > tr.danger > td,
.print-ship-price-table > tbody > tr.danger > th,
.print-ship-price-table > tbody > tr > td.danger,
.print-ship-price-table > tbody > tr > th.danger,
.print-ship-price-table > tfoot > tr.danger > td,
.print-ship-price-table > tfoot > tr.danger > th,
.print-ship-price-table > tfoot > tr > td.danger,
.print-ship-price-table > tfoot > tr > th.danger,
.print-ship-price-table > thead > tr.danger > td,
.print-ship-price-table > thead > tr.danger > th,
.print-ship-price-table > thead > tr > td.danger,
.print-ship-price-table > thead > tr > th.danger,
.qtyprice-table > tbody > tr.danger > td,
.qtyprice-table > tbody > tr.danger > th,
.qtyprice-table > tbody > tr > td.danger,
.qtyprice-table > tbody > tr > th.danger,
.qtyprice-table > tfoot > tr.danger > td,
.qtyprice-table > tfoot > tr.danger > th,
.qtyprice-table > tfoot > tr > td.danger,
.qtyprice-table > tfoot > tr > th.danger,
.qtyprice-table > thead > tr.danger > td,
.qtyprice-table > thead > tr.danger > th,
.qtyprice-table > thead > tr > td.danger,
.qtyprice-table > thead > tr > th.danger,
.table-ds > tbody > tr.danger > td,
.table-ds > tbody > tr.danger > th,
.table-ds > tbody > tr > td.danger,
.table-ds > tbody > tr > th.danger,
.table-ds > tfoot > tr.danger > td,
.table-ds > tfoot > tr.danger > th,
.table-ds > tfoot > tr > td.danger,
.table-ds > tfoot > tr > th.danger,
.table-ds > thead > tr.danger > td,
.table-ds > thead > tr.danger > th,
.table-ds > thead > tr > td.danger,
.table-ds > thead > tr > th.danger,
.table-os-order-totals > tbody > tr.danger > td,
.table-os-order-totals > tbody > tr.danger > th,
.table-os-order-totals > tbody > tr > td.danger,
.table-os-order-totals > tbody > tr > th.danger,
.table-os-order-totals > tfoot > tr.danger > td,
.table-os-order-totals > tfoot > tr.danger > th,
.table-os-order-totals > tfoot > tr > td.danger,
.table-os-order-totals > tfoot > tr > th.danger,
.table-os-order-totals > thead > tr.danger > td,
.table-os-order-totals > thead > tr.danger > th,
.table-os-order-totals > thead > tr > td.danger,
.table-os-order-totals > thead > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.maint-tables > tbody > tr.danger:hover > td,
.maint-tables > tbody > tr.danger:hover > th,
.maint-tables > tbody > tr:hover > .danger,
.maint-tables > tbody > tr > td.danger:hover,
.maint-tables > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-reports > tbody > tr.danger:hover > td,
.table-reports > tbody > tr.danger:hover > th,
.table-reports > tbody > tr:hover > .danger,
.table-reports > tbody > tr > td.danger:hover,
.table-reports > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #efefef;
    }
    .table-responsive > .print-ship-price-table,
    .table-responsive > .qtyprice-table,
    .table-responsive > .table,
    .table-responsive > .table-ds,
    .table-responsive > .table-os-order-totals {
        margin-bottom: 0;
    }
    .table-responsive > .print-ship-price-table > tbody > tr > td,
    .table-responsive > .print-ship-price-table > tbody > tr > th,
    .table-responsive > .print-ship-price-table > tfoot > tr > td,
    .table-responsive > .print-ship-price-table > tfoot > tr > th,
    .table-responsive > .print-ship-price-table > thead > tr > td,
    .table-responsive > .print-ship-price-table > thead > tr > th,
    .table-responsive > .qtyprice-table > tbody > tr > td,
    .table-responsive > .qtyprice-table > tbody > tr > th,
    .table-responsive > .qtyprice-table > tfoot > tr > td,
    .table-responsive > .qtyprice-table > tfoot > tr > th,
    .table-responsive > .qtyprice-table > thead > tr > td,
    .table-responsive > .qtyprice-table > thead > tr > th,
    .table-responsive > .table-ds > tbody > tr > td,
    .table-responsive > .table-ds > tbody > tr > th,
    .table-responsive > .table-ds > tfoot > tr > td,
    .table-responsive > .table-ds > tfoot > tr > th,
    .table-responsive > .table-ds > thead > tr > td,
    .table-responsive > .table-ds > thead > tr > th,
    .table-responsive > .table-os-order-totals > tbody > tr > td,
    .table-responsive > .table-os-order-totals > tbody > tr > th,
    .table-responsive > .table-os-order-totals > tfoot > tr > td,
    .table-responsive > .table-os-order-totals > tfoot > tr > th,
    .table-responsive > .table-os-order-totals > thead > tr > td,
    .table-responsive > .table-os-order-totals > thead > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > #table-sales-byuser-users,
    .table-responsive > #table-update-shipping-address-records,
    .table-responsive > #table-update-shipping-address-tables,
    .table-responsive > .burn-mail-price-table,
    .table-responsive > .digital-download-price-table,
    .table-responsive > .distribution-list-order-table,
    .table-responsive > .maint-tables,
    .table-responsive > .print-ship-price-table,
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > #table-sales-byuser-users > tbody > tr > td:first-child,
    .table-responsive > #table-sales-byuser-users > tbody > tr > th:first-child,
    .table-responsive > #table-sales-byuser-users > tfoot > tr > td:first-child,
    .table-responsive > #table-sales-byuser-users > tfoot > tr > th:first-child,
    .table-responsive > #table-sales-byuser-users > thead > tr > td:first-child,
    .table-responsive > #table-sales-byuser-users > thead > tr > th:first-child,
    .table-responsive > #table-update-shipping-address-records > tbody > tr > td:first-child,
    .table-responsive > #table-update-shipping-address-records > tbody > tr > th:first-child,
    .table-responsive > #table-update-shipping-address-records > tfoot > tr > td:first-child,
    .table-responsive > #table-update-shipping-address-records > tfoot > tr > th:first-child,
    .table-responsive > #table-update-shipping-address-records > thead > tr > td:first-child,
    .table-responsive > #table-update-shipping-address-records > thead > tr > th:first-child,
    .table-responsive > #table-update-shipping-address-tables > tbody > tr > td:first-child,
    .table-responsive > #table-update-shipping-address-tables > tbody > tr > th:first-child,
    .table-responsive > #table-update-shipping-address-tables > tfoot > tr > td:first-child,
    .table-responsive > #table-update-shipping-address-tables > tfoot > tr > th:first-child,
    .table-responsive > #table-update-shipping-address-tables > thead > tr > td:first-child,
    .table-responsive > #table-update-shipping-address-tables > thead > tr > th:first-child,
    .table-responsive > .burn-mail-price-table > tbody > tr > td:first-child,
    .table-responsive > .burn-mail-price-table > tbody > tr > th:first-child,
    .table-responsive > .burn-mail-price-table > tfoot > tr > td:first-child,
    .table-responsive > .burn-mail-price-table > tfoot > tr > th:first-child,
    .table-responsive > .burn-mail-price-table > thead > tr > td:first-child,
    .table-responsive > .burn-mail-price-table > thead > tr > th:first-child,
    .table-responsive > .digital-download-price-table > tbody > tr > td:first-child,
    .table-responsive > .digital-download-price-table > tbody > tr > th:first-child,
    .table-responsive > .digital-download-price-table > tfoot > tr > td:first-child,
    .table-responsive > .digital-download-price-table > tfoot > tr > th:first-child,
    .table-responsive > .digital-download-price-table > thead > tr > td:first-child,
    .table-responsive > .digital-download-price-table > thead > tr > th:first-child,
    .table-responsive > .distribution-list-order-table > tbody > tr > td:first-child,
    .table-responsive > .distribution-list-order-table > tbody > tr > th:first-child,
    .table-responsive > .distribution-list-order-table > tfoot > tr > td:first-child,
    .table-responsive > .distribution-list-order-table > tfoot > tr > th:first-child,
    .table-responsive > .distribution-list-order-table > thead > tr > td:first-child,
    .table-responsive > .distribution-list-order-table > thead > tr > th:first-child,
    .table-responsive > .maint-tables > tbody > tr > td:first-child,
    .table-responsive > .maint-tables > tbody > tr > th:first-child,
    .table-responsive > .maint-tables > tfoot > tr > td:first-child,
    .table-responsive > .maint-tables > tfoot > tr > th:first-child,
    .table-responsive > .maint-tables > thead > tr > td:first-child,
    .table-responsive > .maint-tables > thead > tr > th:first-child,
    .table-responsive > .print-ship-price-table > tbody > tr > td:first-child,
    .table-responsive > .print-ship-price-table > tbody > tr > th:first-child,
    .table-responsive > .print-ship-price-table > tfoot > tr > td:first-child,
    .table-responsive > .print-ship-price-table > tfoot > tr > th:first-child,
    .table-responsive > .print-ship-price-table > thead > tr > td:first-child,
    .table-responsive > .print-ship-price-table > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > #table-sales-byuser-users > tbody > tr > td:last-child,
    .table-responsive > #table-sales-byuser-users > tbody > tr > th:last-child,
    .table-responsive > #table-sales-byuser-users > tfoot > tr > td:last-child,
    .table-responsive > #table-sales-byuser-users > tfoot > tr > th:last-child,
    .table-responsive > #table-sales-byuser-users > thead > tr > td:last-child,
    .table-responsive > #table-sales-byuser-users > thead > tr > th:last-child,
    .table-responsive > #table-update-shipping-address-records > tbody > tr > td:last-child,
    .table-responsive > #table-update-shipping-address-records > tbody > tr > th:last-child,
    .table-responsive > #table-update-shipping-address-records > tfoot > tr > td:last-child,
    .table-responsive > #table-update-shipping-address-records > tfoot > tr > th:last-child,
    .table-responsive > #table-update-shipping-address-records > thead > tr > td:last-child,
    .table-responsive > #table-update-shipping-address-records > thead > tr > th:last-child,
    .table-responsive > #table-update-shipping-address-tables > tbody > tr > td:last-child,
    .table-responsive > #table-update-shipping-address-tables > tbody > tr > th:last-child,
    .table-responsive > #table-update-shipping-address-tables > tfoot > tr > td:last-child,
    .table-responsive > #table-update-shipping-address-tables > tfoot > tr > th:last-child,
    .table-responsive > #table-update-shipping-address-tables > thead > tr > td:last-child,
    .table-responsive > #table-update-shipping-address-tables > thead > tr > th:last-child,
    .table-responsive > .burn-mail-price-table > tbody > tr > td:last-child,
    .table-responsive > .burn-mail-price-table > tbody > tr > th:last-child,
    .table-responsive > .burn-mail-price-table > tfoot > tr > td:last-child,
    .table-responsive > .burn-mail-price-table > tfoot > tr > th:last-child,
    .table-responsive > .burn-mail-price-table > thead > tr > td:last-child,
    .table-responsive > .burn-mail-price-table > thead > tr > th:last-child,
    .table-responsive > .digital-download-price-table > tbody > tr > td:last-child,
    .table-responsive > .digital-download-price-table > tbody > tr > th:last-child,
    .table-responsive > .digital-download-price-table > tfoot > tr > td:last-child,
    .table-responsive > .digital-download-price-table > tfoot > tr > th:last-child,
    .table-responsive > .digital-download-price-table > thead > tr > td:last-child,
    .table-responsive > .digital-download-price-table > thead > tr > th:last-child,
    .table-responsive > .distribution-list-order-table > tbody > tr > td:last-child,
    .table-responsive > .distribution-list-order-table > tbody > tr > th:last-child,
    .table-responsive > .distribution-list-order-table > tfoot > tr > td:last-child,
    .table-responsive > .distribution-list-order-table > tfoot > tr > th:last-child,
    .table-responsive > .distribution-list-order-table > thead > tr > td:last-child,
    .table-responsive > .distribution-list-order-table > thead > tr > th:last-child,
    .table-responsive > .maint-tables > tbody > tr > td:last-child,
    .table-responsive > .maint-tables > tbody > tr > th:last-child,
    .table-responsive > .maint-tables > tfoot > tr > td:last-child,
    .table-responsive > .maint-tables > tfoot > tr > th:last-child,
    .table-responsive > .maint-tables > thead > tr > td:last-child,
    .table-responsive > .maint-tables > thead > tr > th:last-child,
    .table-responsive > .print-ship-price-table > tbody > tr > td:last-child,
    .table-responsive > .print-ship-price-table > tbody > tr > th:last-child,
    .table-responsive > .print-ship-price-table > tfoot > tr > td:last-child,
    .table-responsive > .print-ship-price-table > tfoot > tr > th:last-child,
    .table-responsive > .print-ship-price-table > thead > tr > td:last-child,
    .table-responsive > .print-ship-price-table > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > #table-sales-byuser-users > tbody > tr:last-child > td,
    .table-responsive > #table-sales-byuser-users > tbody > tr:last-child > th,
    .table-responsive > #table-sales-byuser-users > tfoot > tr:last-child > td,
    .table-responsive > #table-sales-byuser-users > tfoot > tr:last-child > th,
    .table-responsive > #table-update-shipping-address-records > tbody > tr:last-child > td,
    .table-responsive > #table-update-shipping-address-records > tbody > tr:last-child > th,
    .table-responsive > #table-update-shipping-address-records > tfoot > tr:last-child > td,
    .table-responsive > #table-update-shipping-address-records > tfoot > tr:last-child > th,
    .table-responsive > #table-update-shipping-address-tables > tbody > tr:last-child > td,
    .table-responsive > #table-update-shipping-address-tables > tbody > tr:last-child > th,
    .table-responsive > #table-update-shipping-address-tables > tfoot > tr:last-child > td,
    .table-responsive > #table-update-shipping-address-tables > tfoot > tr:last-child > th,
    .table-responsive > .burn-mail-price-table > tbody > tr:last-child > td,
    .table-responsive > .burn-mail-price-table > tbody > tr:last-child > th,
    .table-responsive > .burn-mail-price-table > tfoot > tr:last-child > td,
    .table-responsive > .burn-mail-price-table > tfoot > tr:last-child > th,
    .table-responsive > .digital-download-price-table > tbody > tr:last-child > td,
    .table-responsive > .digital-download-price-table > tbody > tr:last-child > th,
    .table-responsive > .digital-download-price-table > tfoot > tr:last-child > td,
    .table-responsive > .digital-download-price-table > tfoot > tr:last-child > th,
    .table-responsive > .distribution-list-order-table > tbody > tr:last-child > td,
    .table-responsive > .distribution-list-order-table > tbody > tr:last-child > th,
    .table-responsive > .distribution-list-order-table > tfoot > tr:last-child > td,
    .table-responsive > .distribution-list-order-table > tfoot > tr:last-child > th,
    .table-responsive > .maint-tables > tbody > tr:last-child > td,
    .table-responsive > .maint-tables > tbody > tr:last-child > th,
    .table-responsive > .maint-tables > tfoot > tr:last-child > td,
    .table-responsive > .maint-tables > tfoot > tr:last-child > th,
    .table-responsive > .print-ship-price-table > tbody > tr:last-child > td,
    .table-responsive > .print-ship-price-table > tbody > tr:last-child > th,
    .table-responsive > .print-ship-price-table > tfoot > tr:last-child > td,
    .table-responsive > .print-ship-price-table > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.42857;
    color: #000;
}
.form-control,
.form-field,
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 42px;
    padding: 9px 13px;
    font-size: 16px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus,
.form-field:focus,
.select2-container--default .select2-selection--single:focus {
    border-color: #00b3be;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 179, 190, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 179, 190, 0.6);
}
.form-control::-moz-placeholder,
.form-field::-moz-placeholder,
.select2-container--default .select2-selection--single::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-field:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder,
.form-field::-webkit-input-placeholder,
.select2-container--default .select2-selection--single::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand,
.form-field::-ms-expand,
.select2-container--default .select2-selection--single::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
.form-field[disabled],
.form-field[readonly],
.select2-container--default .select2-selection--single[disabled],
.select2-container--default .select2-selection--single[readonly],
.select2-container--default fieldset[disabled] .select2-selection--single,
fieldset[disabled] .form-control,
fieldset[disabled] .form-field,
fieldset[disabled] .select2-container--default .select2-selection--single {
    background-color: #e3e3e3;
    opacity: 1;
}
.form-control[disabled],
.form-field[disabled],
.select2-container--default .select2-selection--single[disabled],
.select2-container--default fieldset[disabled] .select2-selection--single,
fieldset[disabled] .form-control,
fieldset[disabled] .form-field,
fieldset[disabled] .select2-container--default .select2-selection--single {
    cursor: not-allowed;
}
.select2-container--default textarea.select2-selection--single,
textarea.form-control,
textarea.form-field {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select2-container--default input.select2-selection--single[type="date"],
    .select2-container--default input.select2-selection--single[type="datetime-local"],
    .select2-container--default input.select2-selection--single[type="month"],
    .select2-container--default input.select2-selection--single[type="time"],
    input.form-field[type="date"],
    input.form-field[type="datetime-local"],
    input.form-field[type="month"],
    input.form-field[type="time"],
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 42px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    .input-group-sm > .input-group-btn > input.btn-error[type="date"],
    .input-group-sm > .input-group-btn > input.btn-error[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn-error[type="month"],
    .input-group-sm > .input-group-btn > input.btn-error[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm > .input-group-btn > input.category-nav-toggle[type="date"],
    .input-group-sm > .input-group-btn > input.category-nav-toggle[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.category-nav-toggle[type="month"],
    .input-group-sm > .input-group-btn > input.category-nav-toggle[type="time"],
    .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.form-field[type="date"],
    .input-group-sm > input.form-field[type="datetime-local"],
    .input-group-sm > input.form-field[type="month"],
    .input-group-sm > input.form-field[type="time"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > input.input-group-addon[type="time"],
    .select2-container--default .input-group-sm > input.select2-selection--single[type="date"],
    .select2-container--default .input-group-sm > input.select2-selection--single[type="datetime-local"],
    .select2-container--default .input-group-sm > input.select2-selection--single[type="month"],
    .select2-container--default .input-group-sm > input.select2-selection--single[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 33px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    .input-group-lg > .input-group-btn > input.btn-error[type="date"],
    .input-group-lg > .input-group-btn > input.btn-error[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn-error[type="month"],
    .input-group-lg > .input-group-btn > input.btn-error[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg > .input-group-btn > input.category-nav-toggle[type="date"],
    .input-group-lg > .input-group-btn > input.category-nav-toggle[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.category-nav-toggle[type="month"],
    .input-group-lg > .input-group-btn > input.category-nav-toggle[type="time"],
    .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.form-field[type="date"],
    .input-group-lg > input.form-field[type="datetime-local"],
    .input-group-lg > input.form-field[type="month"],
    .input-group-lg > input.form-field[type="time"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > input.input-group-addon[type="time"],
    .select2-container--default .input-group-lg > input.select2-selection--single[type="date"],
    .select2-container--default .input-group-lg > input.select2-selection--single[type="datetime-local"],
    .select2-container--default .input-group-lg > input.select2-selection--single[type="month"],
    .select2-container--default .input-group-lg > input.select2-selection--single[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 53px;
    }
}
.field-group,
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static,
.form-field-static {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.form-field,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .form-control.form-field-static,
.input-group-lg > .form-field.form-field-static,
.input-group-lg > .input-group-addon.form-field-static,
.input-group-lg > .input-group-btn > .btn-error.form-field-static,
.input-group-lg > .input-group-btn > .btn.form-field-static,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.btn-error,
.input-group-lg > .input-group-btn > .form-control-static.category-nav-toggle,
.input-group-lg > .input-group-btn > .form-field-static.category-nav-toggle,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.form-field,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .form-control.form-field-static,
.input-group-sm > .form-field.form-field-static,
.input-group-sm > .input-group-addon.form-field-static,
.input-group-sm > .input-group-btn > .btn-error.form-field-static,
.input-group-sm > .input-group-btn > .btn.form-field-static,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.btn-error,
.input-group-sm > .input-group-btn > .form-control-static.category-nav-toggle,
.input-group-sm > .input-group-btn > .form-field-static.category-nav-toggle,
.input-lg.form-field-static,
.input-sm.form-field-static,
.select2-container--default .input-group-lg > .form-control-static.select2-selection--single,
.select2-container--default .input-group-lg > .form-field-static.select2-selection--single,
.select2-container--default .input-group-sm > .form-control-static.select2-selection--single,
.select2-container--default .input-group-sm > .form-field-static.select2-selection--single {
    padding-left: 0;
    padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .form-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-error,
.input-group-sm > .input-group-btn > .category-nav-toggle,
.input-sm,
.select2-container--default .input-group-sm > .select2-selection--single {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-error,
.input-group-sm > .input-group-btn > select.category-nav-toggle,
.input-group-sm > select.form-control,
.input-group-sm > select.form-field,
.input-group-sm > select.input-group-addon,
.select2-container--default .input-group-sm > select.select2-selection--single,
select.input-sm {
    height: 33px;
    line-height: 33px;
}
.input-group-sm > .input-group-btn > select.btn-error[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.category-nav-toggle[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn-error,
.input-group-sm > .input-group-btn > textarea.category-nav-toggle,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.form-field[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.form-field,
.input-group-sm > textarea.input-group-addon,
.select2-container--default .input-group-sm > select.select2-selection--single[multiple],
.select2-container--default .input-group-sm > textarea.select2-selection--single,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control,
.form-group-sm .form-field,
.form-group-sm .select2-container--default .select2-selection--single,
.select2-container--default .form-group-sm .select2-selection--single {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.form-group-sm .select2-container--default select.select2-selection--single,
.form-group-sm select.form-control,
.form-group-sm select.form-field,
.select2-container--default .form-group-sm select.select2-selection--single {
    height: 33px;
    line-height: 33px;
}
.form-group-sm .select2-container--default select.select2-selection--single[multiple],
.form-group-sm .select2-container--default textarea.select2-selection--single,
.form-group-sm select.form-field[multiple],
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
.form-group-sm textarea.form-field,
.select2-container--default .form-group-sm select.select2-selection--single[multiple],
.select2-container--default .form-group-sm textarea.select2-selection--single {
    height: auto;
}
.form-group-sm .form-control-static,
.form-group-sm .form-field-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .form-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn-error,
.input-group-lg > .input-group-btn > .category-nav-toggle,
.input-lg,
.select2-container--default .input-group-lg > .select2-selection--single {
    height: 53px;
    padding: 12px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn-error,
.input-group-lg > .input-group-btn > select.category-nav-toggle,
.input-group-lg > select.form-control,
.input-group-lg > select.form-field,
.input-group-lg > select.input-group-addon,
.select2-container--default .input-group-lg > select.select2-selection--single,
select.input-lg {
    height: 53px;
    line-height: 53px;
}
.input-group-lg > .input-group-btn > select.btn-error[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.category-nav-toggle[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn-error,
.input-group-lg > .input-group-btn > textarea.category-nav-toggle,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.form-field[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.form-field,
.input-group-lg > textarea.input-group-addon,
.select2-container--default .input-group-lg > select.select2-selection--single[multiple],
.select2-container--default .input-group-lg > textarea.select2-selection--single,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control,
.form-group-lg .form-field,
.form-group-lg .select2-container--default .select2-selection--single,
.select2-container--default .form-group-lg .select2-selection--single {
    height: 53px;
    padding: 12px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.form-group-lg .select2-container--default select.select2-selection--single,
.form-group-lg select.form-control,
.form-group-lg select.form-field,
.select2-container--default .form-group-lg select.select2-selection--single {
    height: 53px;
    line-height: 53px;
}
.form-group-lg .select2-container--default select.select2-selection--single[multiple],
.form-group-lg .select2-container--default textarea.select2-selection--single,
.form-group-lg select.form-field[multiple],
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
.form-group-lg textarea.form-field,
.select2-container--default .form-group-lg select.select2-selection--single[multiple],
.select2-container--default .form-group-lg textarea.select2-selection--single {
    height: auto;
}
.form-group-lg .form-control-static,
.form-group-lg .form-field-static {
    height: 53px;
    min-height: 42px;
    padding: 13px 16px;
    font-size: 20px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control,
.has-feedback .form-field,
.has-feedback .select2-container--default .select2-selection--single,
.select2-container--default .has-feedback .select2-selection--single {
    padding-right: 52.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .form-field + .form-control-feedback,
.form-group-lg .select2-container--default .select2-selection--single + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .form-field + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-error + .form-control-feedback,
.input-group-lg > .input-group-btn > .category-nav-toggle + .form-control-feedback,
.input-lg + .form-control-feedback,
.select2-container--default .form-group-lg .select2-selection--single + .form-control-feedback,
.select2-container--default .input-group-lg > .select2-selection--single + .form-control-feedback {
    width: 53px;
    height: 53px;
    line-height: 53px;
}
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .form-field + .form-control-feedback,
.form-group-sm .select2-container--default .select2-selection--single + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .form-field + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-error + .form-control-feedback,
.input-group-sm > .input-group-btn > .category-nav-toggle + .form-control-feedback,
.input-sm + .form-control-feedback,
.select2-container--default .form-group-sm .select2-selection--single + .form-control-feedback,
.select2-container--default .input-group-sm > .select2-selection--single + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-field-help-text,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control,
.has-success .form-field,
.has-success .select2-container--default .select2-selection--single,
.select2-container--default .has-success .select2-selection--single {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success .form-field:focus,
.has-success .select2-container--default .select2-selection--single:focus,
.select2-container--default .has-success .select2-selection--single:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-field-help-text,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .form-field,
.has-warning .select2-container--default .select2-selection--single,
.select2-container--default .has-warning .select2-selection--single {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning .form-field:focus,
.has-warning .select2-container--default .select2-selection--single:focus,
.select2-container--default .has-warning .select2-selection--single:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-field-help-text,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #c8102e;
}
.has-error .form-control,
.has-error .form-field,
.has-error .select2-container--default .select2-selection--single,
.select2-container--default .has-error .select2-selection--single {
    border-color: #c8102e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .form-field:focus,
.has-error .select2-container--default .select2-selection--single:focus,
.select2-container--default .has-error .select2-selection--single:focus {
    border-color: #990c23;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f14d68;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f14d68;
}
.has-error .input-group-addon {
    color: #c8102e;
    border-color: #c8102e;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #c8102e;
}
.has-feedback label ~ .form-control-feedback {
    top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.form-field-help-text,
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}
@media (min-width: 768px) {
    .form-inline .field-group,
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control,
    .form-inline .form-field,
    .form-inline .select2-container--default .select2-selection--single,
    .select2-container--default .form-inline .select2-selection--single {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static,
    .form-inline .form-field-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .form-field,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .select2-container--default .select2-selection--single,
    .select2-container--default .form-inline .input-group .select2-selection--single {
        width: auto;
    }
    .form-inline .input-group > .form-control,
    .form-inline .input-group > .form-field,
    .form-inline .select2-container--default .input-group > .select2-selection--single,
    .select2-container--default .form-inline .input-group > .select2-selection--single {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 32px;
}
.form-horizontal .field-group,
.form-horizontal .form-group {
    margin-left: -14px;
    margin-right: -14px;
}
.form-horizontal .field-group:after,
.form-horizontal .field-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .field-group:after,
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 14px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 13px;
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}
.btn,
.btn-error,
.category-nav-toggle {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 13px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active.btn-error:focus,
.active.category-nav-toggle:focus,
.active.focus.btn-error,
.active.focus.category-nav-toggle,
.btn-error:active.focus,
.btn-error:active:focus,
.btn-error:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.category-nav-toggle:active.focus,
.category-nav-toggle:active:focus,
.category-nav-toggle:focus,
.focus.btn-error,
.focus.category-nav-toggle {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-error:focus,
.btn-error:hover,
.btn.focus,
.btn:focus,
.btn:hover,
.category-nav-toggle:focus,
.category-nav-toggle:hover,
.focus.btn-error,
.focus.category-nav-toggle {
    color: #fff;
    text-decoration: none;
}
.hide-show:focus,
.hide-show:hover,
.btn.hide-show.focus,
.btn.hide-show:focus,
.btn.hide-show:hover {
    color: #00a6e1;
    outline: none;
}

.active.btn-error,
.active.category-nav-toggle,
.btn-error:active,
.btn.active,
.btn:active,
.category-nav-toggle:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-error[disabled],
.btn.disabled,
.btn[disabled],
.category-nav-toggle[disabled],
.disabled.btn-error,
.disabled.category-nav-toggle,
fieldset[disabled] .btn,
fieldset[disabled] .btn-error,
fieldset[disabled] .category-nav-toggle {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
a.disabled.btn-error,
a.disabled.category-nav-toggle,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-error,
fieldset[disabled] a.category-nav-toggle {
    pointer-events: none;
}
.btn-default {
    color: #fff;
    background-color: #ffc220;
    border-color: #ffc220;
}
.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #ecab00;
    border-color: #a07400;
}
.btn-default:hover {
    color: #fff;
    background-color: #ecab00;
    border-color: #e2a400;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #ecab00;
    border-color: #e2a400;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #c89200;
    border-color: #a07400;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #ffc220;
    border-color: #ffc220;
}
.btn-default .badge {
    color: #ffc220;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #ffc220;
    border-color: #ffc220;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #ecab00;
    border-color: #a07400;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ecab00;
    border-color: #e2a400;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ecab00;
    border-color: #e2a400;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #c89200;
    border-color: #a07400;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #ffc220;
    border-color: #ffc220;
}
.btn-primary .badge {
    color: #ffc220;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #00a3e0;
    border-color: #0090c7;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #007ead;
    border-color: #003447;
}
.btn-info:hover {
    color: #fff;
    background-color: #007ead;
    border-color: #006489;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007ead;
    border-color: #006489;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #006489;
    border-color: #003447;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #00a3e0;
    border-color: #0090c7;
}
.btn-info .badge {
    color: #00a3e0;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger,
.btn-error {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-error:focus,
.focus.btn-error {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover,
.btn-error:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.active.btn-error,
.btn-danger.active,
.btn-danger:active,
.btn-error:active,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.btn-error {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.active.btn-error:focus,
.active.btn-error:hover,
.active.focus.btn-error,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-error:active.focus,
.btn-error:active:focus,
.btn-error:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-error:focus,
.open > .dropdown-toggle.btn-error:hover,
.open > .dropdown-toggle.focus.btn-error {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.active.btn-error,
.btn-danger.active,
.btn-danger:active,
.btn-error:active,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.btn-error {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
.btn-error[disabled].focus,
.btn-error[disabled]:focus,
.btn-error[disabled]:hover,
.disabled.btn-error:focus,
.disabled.btn-error:hover,
.disabled.focus.btn-error,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-error:focus,
fieldset[disabled] .btn-error:hover,
fieldset[disabled] .focus.btn-error {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge,
.btn-error .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link,
.more-pricing {
    color: #8f8dcb;
    font-weight: 400;
    border-radius: 0;
}
.active.more-pricing,
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
.more-pricing,
.more-pricing:active,
.more-pricing[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .more-pricing {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.more-pricing,
.more-pricing:active,
.more-pricing:focus,
.more-pricing:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover,
.more-pricing:focus,
.more-pricing:hover {
    color: #8f8dcb;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
.more-pricing[disabled]:focus,
.more-pricing[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .more-pricing:focus,
fieldset[disabled] .more-pricing:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-group-lg > .btn-error,
.btn-group-lg > .category-nav-toggle,
.btn-lg {
    padding: 12px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.btn-group-sm > .btn,
.btn-group-sm > .btn-error,
.btn-group-sm > .category-nav-toggle,
.btn-sm,
.os-item-info-panel .btn-ds,
.sc-actions .btn-ds,
.vc-panel-actions .btn-ds {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-group-xs > .btn,
.btn-group-xs > .btn-error,
.btn-group-xs > .category-nav-toggle,
.btn-update-loc-filter,
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
#btn-cat-nav-collapse,
.approval-order-actions .btn-ds,
.btn-block,
.btn-dig-downloads,
.category-nav-toggle,
.oh-order-actions .btn-ds,
.os-item-actions .btn-ds,
.sc-actions .btn-ds,
.vc-panel-actions .btn-ds {
    display: block;
    width: 100%;
}

.hide-show {
    min-width: 12.87rem;
    margin-bottom: 5px;
}
#btn-cat-nav-collapse + #btn-cat-nav-collapse,
#btn-cat-nav-collapse + .btn-block,
#btn-cat-nav-collapse + .btn-dig-downloads,
#btn-cat-nav-collapse + .category-nav-toggle,
.approval-order-actions #btn-cat-nav-collapse + .btn-ds,
.approval-order-actions .btn-block + .btn-ds,
.approval-order-actions .btn-dig-downloads + .btn-ds,
.approval-order-actions .btn-ds + #btn-cat-nav-collapse,
.approval-order-actions .btn-ds + .btn-block,
.approval-order-actions .btn-ds + .btn-dig-downloads,
.approval-order-actions .btn-ds + .btn-ds,
.approval-order-actions .btn-ds + .category-nav-toggle,
.approval-order-actions .category-nav-toggle + .btn-ds,
.btn-block + #btn-cat-nav-collapse,
.btn-block + .btn-block,
.btn-block + .btn-dig-downloads,
.btn-block + .category-nav-toggle,
.btn-dig-downloads + #btn-cat-nav-collapse,
.btn-dig-downloads + .btn-block,
.btn-dig-downloads + .btn-dig-downloads,
.btn-dig-downloads + .category-nav-toggle,
.category-nav-toggle + #btn-cat-nav-collapse,
.category-nav-toggle + .btn-block,
.category-nav-toggle + .btn-dig-downloads,
.category-nav-toggle + .category-nav-toggle,
.oh-order-actions #btn-cat-nav-collapse + .btn-ds,
.oh-order-actions .btn-block + .btn-ds,
.oh-order-actions .btn-dig-downloads + .btn-ds,
.oh-order-actions .btn-ds + #btn-cat-nav-collapse,
.oh-order-actions .btn-ds + .btn-block,
.oh-order-actions .btn-ds + .btn-dig-downloads,
.oh-order-actions .btn-ds + .btn-ds,
.oh-order-actions .btn-ds + .category-nav-toggle,
.oh-order-actions .category-nav-toggle + .btn-ds,
.os-item-actions #btn-cat-nav-collapse + .btn-ds,
.os-item-actions .btn-block + .btn-ds,
.os-item-actions .btn-dig-downloads + .btn-ds,
.os-item-actions .btn-ds + #btn-cat-nav-collapse,
.os-item-actions .btn-ds + .btn-block,
.os-item-actions .btn-ds + .btn-dig-downloads,
.os-item-actions .btn-ds + .btn-ds,
.os-item-actions .btn-ds + .category-nav-toggle,
.os-item-actions .category-nav-toggle + .btn-ds,
.sc-actions #btn-cat-nav-collapse + .btn-ds,
.sc-actions .btn-block + .btn-ds,
.sc-actions .btn-dig-downloads + .btn-ds,
.sc-actions .btn-ds + #btn-cat-nav-collapse,
.sc-actions .btn-ds + .btn-block,
.sc-actions .btn-ds + .btn-dig-downloads,
.sc-actions .btn-ds + .btn-ds,
.sc-actions .btn-ds + .category-nav-toggle,
.sc-actions .category-nav-toggle + .btn-ds,
.vc-panel-actions #btn-cat-nav-collapse + .btn-ds,
.vc-panel-actions .btn-block + .btn-ds,
.vc-panel-actions .btn-dig-downloads + .btn-ds,
.vc-panel-actions .btn-ds + #btn-cat-nav-collapse,
.vc-panel-actions .btn-ds + .btn-block,
.vc-panel-actions .btn-ds + .btn-dig-downloads,
.vc-panel-actions .btn-ds + .btn-ds,
.vc-panel-actions .btn-ds + .category-nav-toggle,
.vc-panel-actions .category-nav-toggle + .btn-ds {
    margin-top: 5px;
}
.approval-order-actions input.btn-ds[type="button"],
.approval-order-actions input.btn-ds[type="reset"],
.approval-order-actions input.btn-ds[type="submit"],
.oh-order-actions input.btn-ds[type="button"],
.oh-order-actions input.btn-ds[type="reset"],
.oh-order-actions input.btn-ds[type="submit"],
.os-item-actions input.btn-ds[type="button"],
.os-item-actions input.btn-ds[type="reset"],
.os-item-actions input.btn-ds[type="submit"],
.sc-actions input.btn-ds[type="button"],
.sc-actions input.btn-ds[type="reset"],
.sc-actions input.btn-ds[type="submit"],
.vc-panel-actions input.btn-ds[type="button"],
.vc-panel-actions input.btn-ds[type="reset"],
.vc-panel-actions input.btn-ds[type="submit"],
input#btn-cat-nav-collapse[type="button"],
input#btn-cat-nav-collapse[type="reset"],
input#btn-cat-nav-collapse[type="submit"],
input.btn-dig-downloads[type="button"],
input.btn-dig-downloads[type="reset"],
input.btn-dig-downloads[type="submit"],
input.category-nav-toggle[type="button"],
input.category-nav-toggle[type="reset"],
input.category-nav-toggle[type="submit"],
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #efefef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

#site-nav .dropdown-menu {
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    width: 189px;
    background: #FFFFFF;
}
#btn-cat-nav-collapse .dropdown-menu.category-collapse-icon,
.btn-accordian-collapse .dropdown-menu.collapse-icon,
.dropdown-menu.btn-panel-collapse,
.dropdown-menu.pull-right,
.dropdown-menu.sub-nav-collapse,
.sub-nav-collapse .dropdown-menu.sub-nav-collapse-icon {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #efefef;
}
#site-nav .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #555;
    white-space: nowrap;
}
#site-nav .dropdown-menu > li{
    padding: 0!important;

}

#site-nav .dropdown-menu > li > a:hover {
    text-decoration: none;
    background: #7385FF;
    color: #FFFFFF;

}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: inline-grid;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
#btn-cat-nav-collapse .category-collapse-icon > .dropdown-menu,
.btn-accordian-collapse .collapse-icon > .dropdown-menu,
.btn-panel-collapse > .dropdown-menu,
.pull-right > .dropdown-menu,
.sub-nav-collapse .sub-nav-collapse-icon > .dropdown-menu,
.sub-nav-collapse > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-error,
.btn-group-vertical > .category-nav-toggle,
.btn-group > .btn,
.btn-group > .btn-error,
.btn-group > .category-nav-toggle {
    position: relative;
    float: left;
}
.btn-group-vertical > .active.btn-error,
.btn-group-vertical > .active.category-nav-toggle,
.btn-group-vertical > .btn-error:active,
.btn-group-vertical > .btn-error:focus,
.btn-group-vertical > .btn-error:hover,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .category-nav-toggle:active,
.btn-group-vertical > .category-nav-toggle:focus,
.btn-group-vertical > .category-nav-toggle:hover,
.btn-group > .active.btn-error,
.btn-group > .active.category-nav-toggle,
.btn-group > .btn-error:active,
.btn-group > .btn-error:focus,
.btn-group > .btn-error:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group > .category-nav-toggle:active,
.btn-group > .category-nav-toggle:focus,
.btn-group > .category-nav-toggle:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-error,
.btn-group .btn + .btn-group,
.btn-group .btn + .category-nav-toggle,
.btn-group .btn-error + .btn,
.btn-group .btn-error + .btn-error,
.btn-group .btn-error + .btn-group,
.btn-group .btn-error + .category-nav-toggle,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-error,
.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .category-nav-toggle,
.btn-group .category-nav-toggle + .btn,
.btn-group .category-nav-toggle + .btn-error,
.btn-group .category-nav-toggle + .btn-group,
.btn-group .category-nav-toggle + .category-nav-toggle {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-error,
.btn-toolbar .btn-group,
.btn-toolbar .category-nav-toggle,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-error,
.btn-toolbar > .btn-group,
.btn-toolbar > .category-nav-toggle,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn-error:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .category-nav-toggle:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn-error:first-child,
.btn-group > .btn:first-child,
.btn-group > .category-nav-toggle:first-child {
    margin-left: 0;
}
.btn-group > .btn-error:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .category-nav-toggle:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-error:last-child:not(:first-child),
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .category-nav-toggle:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-error,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .category-nav-toggle {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn-error:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .category-nav-toggle:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn-error:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .category-nav-toggle:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-error + .dropdown-toggle,
.btn-group > .category-nav-toggle + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > .btn-error + .dropdown-toggle,
.btn-group-lg.btn-group > .category-nav-toggle + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link,
.btn-group.open .dropdown-toggle.more-pricing {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret,
.btn-error .caret,
.category-nav-toggle .caret {
    margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-group-lg > .btn-error .caret,
.btn-group-lg > .category-nav-toggle .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .btn-error .caret,
.dropup .btn-group-lg > .category-nav-toggle .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-error,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-error,
.btn-group-vertical > .btn-group > .category-nav-toggle,
.btn-group-vertical > .category-nav-toggle {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-error,
.btn-group-vertical > .btn-group > .category-nav-toggle {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-error,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .category-nav-toggle,
.btn-group-vertical > .btn-error + .btn,
.btn-group-vertical > .btn-error + .btn-error,
.btn-group-vertical > .btn-error + .btn-group,
.btn-group-vertical > .btn-error + .category-nav-toggle,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-error,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn-group + .category-nav-toggle,
.btn-group-vertical > .category-nav-toggle + .btn,
.btn-group-vertical > .category-nav-toggle + .btn-error,
.btn-group-vertical > .category-nav-toggle + .btn-group,
.btn-group-vertical > .category-nav-toggle + .category-nav-toggle {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-error:not(:first-child):not(:last-child),
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .category-nav-toggle:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn-error:first-child:not(:last-child),
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .category-nav-toggle:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-error:last-child:not(:first-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .category-nav-toggle:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-error,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .category-nav-toggle {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-error:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .category-nav-toggle:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-error:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .category-nav-toggle:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-error,
.btn-group-justified > .btn-group,
.btn-group-justified > .category-nav-toggle {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .btn-error,
.btn-group-justified > .btn-group .category-nav-toggle {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-error input[type="checkbox"],
[data-toggle="buttons"] > .btn-error input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-error input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-error input[type="radio"],
[data-toggle="buttons"] > .btn-group > .category-nav-toggle input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .category-nav-toggle input[type="radio"],
[data-toggle="buttons"] > .category-nav-toggle input[type="checkbox"],
[data-toggle="buttons"] > .category-nav-toggle input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.nav,
.product-nav,
.product-sub-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before,
.product-nav:after,
.product-nav:before,
.product-sub-nav:after,
.product-sub-nav:before {
    content: " ";
    display: table;
}
.nav:after,
.product-nav:after,
.product-sub-nav:after {
    clear: both;
}
.nav > li,
.product-nav > li,
.product-sub-nav > li {
    position: relative;
    display: block;
}
.nav > li > a,
.product-nav > li > a,
.product-sub-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover,
.product-nav > li > a:focus,
.product-nav > li > a:hover,
.product-sub-nav > li > a:focus,
.product-sub-nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav > li.disabled > a,
.product-nav > li.disabled > a,
.product-sub-nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover,
.product-nav > li.disabled > a:focus,
.product-nav > li.disabled > a:hover,
.product-sub-nav > li.disabled > a:focus,
.product-sub-nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.product-nav .open > a,
.product-nav .open > a:focus,
.product-nav .open > a:hover,
.product-sub-nav .open > a,
.product-sub-nav .open > a:focus,
.product-sub-nav .open > a:hover {
    background-color: transparent;
    border-color: #8f8dcb;
}
.nav .nav-divider,
.product-nav .nav-divider,
.product-sub-nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img,
.product-nav > li > a > img,
.product-sub-nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #efefef;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border-color: #e3e3e3 #e3e3e3 #efefef;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #efefef;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #8f8dcb;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #efefef;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #efefef;
        border-radius: 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.breadcrumb {
    padding: 0 0;
    margin-bottom: 22px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #8f8dcb;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0;
}
.pagination > li {
    display: inline !important;
    border: none;
}

.pagination > li > a,
.pagination > li > span {
    position: inherit;
    float: left;
    padding: 9px 13px;
    line-height: 1.42857;
    text-decoration: none;
    color: #8f8dcb;
    border: 1px solid #efefef;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #8f8dcb;
    background-color: #e3e3e3;
    border-color: #efefef;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #00a3e0;
    border-color: #00a3e0;
    cursor: default;
}

.pagination .current {
    background: none;
}
.pagination .current a {
    color: #fff;
    background: #00a3e0;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #efefef;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 12px 16px;
    font-size: 20px;
    line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.menu input,.pagination li:first-child,
.pagination li:last-child {
    display: inline;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}
.pager:after,
.pager:before {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #e3e3e3;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label,
.btn-error .label,
.category-nav-toggle .label {
    position: relative;
    top: -1px;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #00a3e0;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #007ead;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #00a3e0;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #007ead;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge,
.btn-error .badge,
.category-nav-toggle .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn-error .badge,
.btn-group-xs > .category-nav-toggle .badge,
.btn-update-loc-filter .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #8f8dcb;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #e3e3e3;
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #c9c9c9;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 72px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857;
    border: 1px solid #efefef;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #000;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #8f8dcb;
}
.alert,
.error-alert,
.info-alert,
.success-alert,
.warning-alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert h4,
.error-alert h4,
.info-alert h4,
.success-alert h4,
.warning-alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link,
.error-alert .alert-link,
.info-alert .alert-link,
.success-alert .alert-link,
.warning-alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul,
.error-alert > p,
.error-alert > ul,
.info-alert > p,
.info-alert > ul,
.success-alert > p,
.success-alert > ul,
.warning-alert > p,
.warning-alert > ul {
    margin-bottom: 0;
}
.alert > p + p,
.error-alert > p + p,
.info-alert > p + p,
.success-alert > p + p,
.warning-alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success,
.success-alert {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr,
.success-alert hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link,
.success-alert .alert-link {
    color: #2b542c;
}
.alert-info,
.info-alert {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr,
.info-alert hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.info-alert .alert-link {
    color: #245269;
}
.alert-warning,
.warning-alert {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr,
.warning-alert hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link,
.warning-alert .alert-link {
    color: #66512c;
}
.alert-danger,
.error-alert {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #c8102e;
}
.alert-danger hr,
.error-alert hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.error-alert .alert-link {
    color: #990c23;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
/*
.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f7f7f7;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #00a3e0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #00a3e0;
}
.progress-striped .progress-bar-info {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
*/
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
#btn-cat-nav-collapse .media > .category-collapse-icon,
.btn-accordian-collapse .media > .collapse-icon,
.media-right,
.media > .btn-panel-collapse,
.media > .pull-right,
.media > .sub-nav-collapse,
.sub-nav-collapse .media > .sub-nav-collapse-icon {
    padding-left: 10px;
}
.media-left,
.media > .pull-left,
.tag-cloud-list .media > li {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #efefef;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
    color: #8f8dcb;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #8f8dcb;
    background-color: #f7f7f7;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #e3e3e3;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #8f8dcb;
    border-color: #8f8dcb;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .approval-orderedby-phone,
.list-group-item.active .list-group-item-heading > .item-count,
.list-group-item.active .list-group-item-heading > .oh-item-count,
.list-group-item.active .list-group-item-heading > .sc-kit-components,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > .thumb-prodid-caption,
.list-group-item.active .list-group-item-heading > .thumbnail-preview-caption,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .approval-orderedby-phone,
.list-group-item.active:focus .list-group-item-heading > .item-count,
.list-group-item.active:focus .list-group-item-heading > .oh-item-count,
.list-group-item.active:focus .list-group-item-heading > .sc-kit-components,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .thumb-prodid-caption,
.list-group-item.active:focus .list-group-item-heading > .thumbnail-preview-caption,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .approval-orderedby-phone,
.list-group-item.active:hover .list-group-item-heading > .item-count,
.list-group-item.active:hover .list-group-item-heading > .oh-item-count,
.list-group-item.active:hover .list-group-item-heading > .sc-kit-components,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .thumb-prodid-caption,
.list-group-item.active:hover .list-group-item-heading > .thumbnail-preview-caption,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #fff;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #c8102e;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #c8102e;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #c8102e;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #c8102e;
    border-color: #c8102e;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.content-panel,
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.content-panel-body,
.oh-order-panel-body,
.os-item-info-body,
.os-order-details-body,
.panel-body {
    padding: 15px;
}
.content-panel-body:after,
.content-panel-body:before,
.oh-order-panel-body:after,
.oh-order-panel-body:before,
.os-item-info-body:after,
.os-item-info-body:before,
.os-order-details-body:after,
.os-order-details-body:before,
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.content-panel-body:after,
.oh-order-panel-body:after,
.os-item-info-body:after,
.os-order-details-body:after,
.panel-body:after {
    clear: both;
}
.content-panel-heading,
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.content-panel-heading > .dropdown .dropdown-toggle,
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.content-panel-title,
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.content-panel-title > .approval-orderedby-phone,
.content-panel-title > .approval-orderedby-phone > a,
.content-panel-title > .item-count,
.content-panel-title > .item-count > a,
.content-panel-title > .oh-item-count,
.content-panel-title > .oh-item-count > a,
.content-panel-title > .sc-kit-components,
.content-panel-title > .sc-kit-components > a,
.content-panel-title > .small,
.content-panel-title > .small > a,
.content-panel-title > .thumb-prodid-caption,
.content-panel-title > .thumb-prodid-caption > a,
.content-panel-title > .thumbnail-preview-caption,
.content-panel-title > .thumbnail-preview-caption > a,
.content-panel-title > a,
.content-panel-title > small,
.content-panel-title > small > a,
.panel-title > .approval-orderedby-phone,
.panel-title > .approval-orderedby-phone > a,
.panel-title > .item-count,
.panel-title > .item-count > a,
.panel-title > .oh-item-count,
.panel-title > .oh-item-count > a,
.panel-title > .sc-kit-components,
.panel-title > .sc-kit-components > a,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > .thumb-prodid-caption,
.panel-title > .thumb-prodid-caption > a,
.panel-title > .thumbnail-preview-caption,
.panel-title > .thumbnail-preview-caption > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f7f7f7;
    border-top: 1px solid #efefef;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.content-panel > .list-group,
.content-panel > .panel-collapse > .list-group,
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.content-panel > .list-group .list-group-item,
.content-panel > .panel-collapse > .list-group .list-group-item,
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.content-panel > .list-group:first-child .list-group-item:first-child,
.content-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.content-panel > .list-group:last-child .list-group-item:last-child,
.content-panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.content-panel > .content-panel-heading + .panel-collapse > .list-group .list-group-item:first-child,
.content-panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child,
.panel > .content-panel-heading + .panel-collapse > .list-group .list-group-item:first-child,
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.content-panel-heading + .list-group .list-group-item:first-child,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.content-panel > .panel-collapse > .print-ship-price-table,
.content-panel > .panel-collapse > .qtyprice-table,
.content-panel > .panel-collapse > .table,
.content-panel > .panel-collapse > .table-ds,
.content-panel > .panel-collapse > .table-os-order-totals,
.content-panel > .print-ship-price-table,
.content-panel > .qtyprice-table,
.content-panel > .table,
.content-panel > .table-ds,
.content-panel > .table-os-order-totals,
.content-panel > .table-responsive > .print-ship-price-table,
.content-panel > .table-responsive > .qtyprice-table,
.content-panel > .table-responsive > .table,
.content-panel > .table-responsive > .table-ds,
.content-panel > .table-responsive > .table-os-order-totals,
.panel > .panel-collapse > .print-ship-price-table,
.panel > .panel-collapse > .qtyprice-table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > .table-ds,
.panel > .panel-collapse > .table-os-order-totals,
.panel > .print-ship-price-table,
.panel > .qtyprice-table,
.panel > .table,
.panel > .table-ds,
.panel > .table-os-order-totals,
.panel > .table-responsive > .print-ship-price-table,
.panel > .table-responsive > .qtyprice-table,
.panel > .table-responsive > .table,
.panel > .table-responsive > .table-ds,
.panel > .table-responsive > .table-os-order-totals {
    margin-bottom: 0;
}
.content-panel > .panel-collapse > .print-ship-price-table caption,
.content-panel > .panel-collapse > .qtyprice-table caption,
.content-panel > .panel-collapse > .table caption,
.content-panel > .panel-collapse > .table-ds caption,
.content-panel > .panel-collapse > .table-os-order-totals caption,
.content-panel > .print-ship-price-table caption,
.content-panel > .qtyprice-table caption,
.content-panel > .table caption,
.content-panel > .table-ds caption,
.content-panel > .table-os-order-totals caption,
.content-panel > .table-responsive > .print-ship-price-table caption,
.content-panel > .table-responsive > .qtyprice-table caption,
.content-panel > .table-responsive > .table caption,
.content-panel > .table-responsive > .table-ds caption,
.content-panel > .table-responsive > .table-os-order-totals caption,
.panel > .panel-collapse > .print-ship-price-table caption,
.panel > .panel-collapse > .qtyprice-table caption,
.panel > .panel-collapse > .table caption,
.panel > .panel-collapse > .table-ds caption,
.panel > .panel-collapse > .table-os-order-totals caption,
.panel > .print-ship-price-table caption,
.panel > .qtyprice-table caption,
.panel > .table caption,
.panel > .table-ds caption,
.panel > .table-os-order-totals caption,
.panel > .table-responsive > .print-ship-price-table caption,
.panel > .table-responsive > .qtyprice-table caption,
.panel > .table-responsive > .table caption,
.panel > .table-responsive > .table-ds caption,
.panel > .table-responsive > .table-os-order-totals caption {
    padding-left: 15px;
    padding-right: 15px;
}
.content-panel > .print-ship-price-table:first-child,
.content-panel > .qtyprice-table:first-child,
.content-panel > .table-ds:first-child,
.content-panel > .table-os-order-totals:first-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child,
.content-panel > .table-responsive:first-child > .table:first-child,
.content-panel > .table:first-child,
.panel > .print-ship-price-table:first-child,
.panel > .qtyprice-table:first-child,
.panel > .table-ds:first-child,
.panel > .table-os-order-totals:first-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child,
.panel > .table-responsive:first-child > .table-ds:first-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.content-panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child,
.content-panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child,
.content-panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child,
.content-panel > .qtyprice-table:first-child > thead:first-child > tr:first-child,
.content-panel > .table-ds:first-child > tbody:first-child > tr:first-child,
.content-panel > .table-ds:first-child > thead:first-child > tr:first-child,
.content-panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child,
.content-panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.content-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.content-panel > .table:first-child > tbody:first-child > tr:first-child,
.content-panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child,
.panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child,
.panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child,
.panel > .qtyprice-table:first-child > thead:first-child > tr:first-child,
.panel > .table-ds:first-child > tbody:first-child > tr:first-child,
.panel > .table-ds:first-child > thead:first-child > tr:first-child,
.panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child,
.panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}
.content-panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .qtyprice-table:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .qtyprice-table:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table-ds:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table-ds:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table-ds:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table-ds:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.content-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.content-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.content-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.content-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .qtyprice-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .qtyprice-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-ds:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-ds:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-ds:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-ds:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}
.content-panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .qtyprice-table:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .qtyprice-table:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table-ds:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table-ds:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table-ds:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table-ds:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.content-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.content-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.content-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.content-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .qtyprice-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .qtyprice-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-ds:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-ds:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-ds:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-ds:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .print-ship-price-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .qtyprice-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table-ds:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table-ds:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table-os-order-totals:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}
.content-panel > .print-ship-price-table:last-child,
.content-panel > .qtyprice-table:last-child,
.content-panel > .table-ds:last-child,
.content-panel > .table-os-order-totals:last-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child,
.content-panel > .table-responsive:last-child > .table:last-child,
.content-panel > .table:last-child,
.panel > .print-ship-price-table:last-child,
.panel > .qtyprice-table:last-child,
.panel > .table-ds:last-child,
.panel > .table-os-order-totals:last-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child,
.panel > .table-responsive:last-child > .table-ds:last-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.content-panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child,
.content-panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child,
.content-panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child,
.content-panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table-ds:last-child > tbody:last-child > tr:last-child,
.content-panel > .table-ds:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child,
.content-panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.content-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.content-panel > .table:last-child > tbody:last-child > tr:last-child,
.content-panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child,
.panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child,
.panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child,
.panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-ds:last-child > tbody:last-child > tr:last-child,
.panel > .table-ds:last-child > tfoot:last-child > tr:last-child,
.panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child,
.panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}
.content-panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table-ds:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table-ds:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table-ds:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table-ds:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.content-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.content-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.content-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.content-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-ds:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-ds:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-ds:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-ds:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}
.content-panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table-ds:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table-ds:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table-ds:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table-ds:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.content-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.content-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.content-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.content-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-ds:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-ds:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-ds:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-ds:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .print-ship-price-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .qtyprice-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table-ds:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table-os-order-totals:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}
.content-panel > .content-panel-body + .print-ship-price-table,
.content-panel > .content-panel-body + .qtyprice-table,
.content-panel > .content-panel-body + .table,
.content-panel > .content-panel-body + .table-ds,
.content-panel > .content-panel-body + .table-os-order-totals,
.content-panel > .content-panel-body + .table-responsive,
.content-panel > .oh-order-panel-body + .print-ship-price-table,
.content-panel > .oh-order-panel-body + .qtyprice-table,
.content-panel > .oh-order-panel-body + .table,
.content-panel > .oh-order-panel-body + .table-ds,
.content-panel > .oh-order-panel-body + .table-os-order-totals,
.content-panel > .oh-order-panel-body + .table-responsive,
.content-panel > .os-item-info-body + .print-ship-price-table,
.content-panel > .os-item-info-body + .qtyprice-table,
.content-panel > .os-item-info-body + .table,
.content-panel > .os-item-info-body + .table-ds,
.content-panel > .os-item-info-body + .table-os-order-totals,
.content-panel > .os-item-info-body + .table-responsive,
.content-panel > .os-order-details-body + .print-ship-price-table,
.content-panel > .os-order-details-body + .qtyprice-table,
.content-panel > .os-order-details-body + .table,
.content-panel > .os-order-details-body + .table-ds,
.content-panel > .os-order-details-body + .table-os-order-totals,
.content-panel > .os-order-details-body + .table-responsive,
.content-panel > .panel-body + .print-ship-price-table,
.content-panel > .panel-body + .qtyprice-table,
.content-panel > .panel-body + .table,
.content-panel > .panel-body + .table-ds,
.content-panel > .panel-body + .table-os-order-totals,
.content-panel > .panel-body + .table-responsive,
.content-panel > .print-ship-price-table + .content-panel-body,
.content-panel > .print-ship-price-table + .oh-order-panel-body,
.content-panel > .print-ship-price-table + .os-item-info-body,
.content-panel > .print-ship-price-table + .os-order-details-body,
.content-panel > .print-ship-price-table + .panel-body,
.content-panel > .qtyprice-table + .content-panel-body,
.content-panel > .qtyprice-table + .oh-order-panel-body,
.content-panel > .qtyprice-table + .os-item-info-body,
.content-panel > .qtyprice-table + .os-order-details-body,
.content-panel > .qtyprice-table + .panel-body,
.content-panel > .table + .content-panel-body,
.content-panel > .table + .oh-order-panel-body,
.content-panel > .table + .os-item-info-body,
.content-panel > .table + .os-order-details-body,
.content-panel > .table + .panel-body,
.content-panel > .table-ds + .content-panel-body,
.content-panel > .table-ds + .oh-order-panel-body,
.content-panel > .table-ds + .os-item-info-body,
.content-panel > .table-ds + .os-order-details-body,
.content-panel > .table-ds + .panel-body,
.content-panel > .table-os-order-totals + .content-panel-body,
.content-panel > .table-os-order-totals + .oh-order-panel-body,
.content-panel > .table-os-order-totals + .os-item-info-body,
.content-panel > .table-os-order-totals + .os-order-details-body,
.content-panel > .table-os-order-totals + .panel-body,
.content-panel > .table-responsive + .content-panel-body,
.content-panel > .table-responsive + .oh-order-panel-body,
.content-panel > .table-responsive + .os-item-info-body,
.content-panel > .table-responsive + .os-order-details-body,
.content-panel > .table-responsive + .panel-body,
.panel > .content-panel-body + .print-ship-price-table,
.panel > .content-panel-body + .qtyprice-table,
.panel > .content-panel-body + .table,
.panel > .content-panel-body + .table-ds,
.panel > .content-panel-body + .table-os-order-totals,
.panel > .content-panel-body + .table-responsive,
.panel > .oh-order-panel-body + .print-ship-price-table,
.panel > .oh-order-panel-body + .qtyprice-table,
.panel > .oh-order-panel-body + .table,
.panel > .oh-order-panel-body + .table-ds,
.panel > .oh-order-panel-body + .table-os-order-totals,
.panel > .oh-order-panel-body + .table-responsive,
.panel > .os-item-info-body + .print-ship-price-table,
.panel > .os-item-info-body + .qtyprice-table,
.panel > .os-item-info-body + .table,
.panel > .os-item-info-body + .table-ds,
.panel > .os-item-info-body + .table-os-order-totals,
.panel > .os-item-info-body + .table-responsive,
.panel > .os-order-details-body + .print-ship-price-table,
.panel > .os-order-details-body + .qtyprice-table,
.panel > .os-order-details-body + .table,
.panel > .os-order-details-body + .table-ds,
.panel > .os-order-details-body + .table-os-order-totals,
.panel > .os-order-details-body + .table-responsive,
.panel > .panel-body + .print-ship-price-table,
.panel > .panel-body + .qtyprice-table,
.panel > .panel-body + .table,
.panel > .panel-body + .table-ds,
.panel > .panel-body + .table-os-order-totals,
.panel > .panel-body + .table-responsive,
.panel > .print-ship-price-table + .content-panel-body,
.panel > .print-ship-price-table + .oh-order-panel-body,
.panel > .print-ship-price-table + .os-item-info-body,
.panel > .print-ship-price-table + .os-order-details-body,
.panel > .print-ship-price-table + .panel-body,
.panel > .qtyprice-table + .content-panel-body,
.panel > .qtyprice-table + .oh-order-panel-body,
.panel > .qtyprice-table + .os-item-info-body,
.panel > .qtyprice-table + .os-order-details-body,
.panel > .qtyprice-table + .panel-body,
.panel > .table + .content-panel-body,
.panel > .table + .oh-order-panel-body,
.panel > .table + .os-item-info-body,
.panel > .table + .os-order-details-body,
.panel > .table + .panel-body,
.panel > .table-ds + .content-panel-body,
.panel > .table-ds + .oh-order-panel-body,
.panel > .table-ds + .os-item-info-body,
.panel > .table-ds + .os-order-details-body,
.panel > .table-ds + .panel-body,
.panel > .table-os-order-totals + .content-panel-body,
.panel > .table-os-order-totals + .oh-order-panel-body,
.panel > .table-os-order-totals + .os-item-info-body,
.panel > .table-os-order-totals + .os-order-details-body,
.panel > .table-os-order-totals + .panel-body,
.panel > .table-responsive + .content-panel-body,
.panel > .table-responsive + .oh-order-panel-body,
.panel > .table-responsive + .os-item-info-body,
.panel > .table-responsive + .os-order-details-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #efefef;
}
.content-panel > .print-ship-price-table > tbody:first-child > tr:first-child td,
.content-panel > .print-ship-price-table > tbody:first-child > tr:first-child th,
.content-panel > .qtyprice-table > tbody:first-child > tr:first-child td,
.content-panel > .qtyprice-table > tbody:first-child > tr:first-child th,
.content-panel > .table-ds > tbody:first-child > tr:first-child td,
.content-panel > .table-ds > tbody:first-child > tr:first-child th,
.content-panel > .table-os-order-totals > tbody:first-child > tr:first-child td,
.content-panel > .table-os-order-totals > tbody:first-child > tr:first-child th,
.content-panel > .table > tbody:first-child > tr:first-child td,
.content-panel > .table > tbody:first-child > tr:first-child th,
.panel > .print-ship-price-table > tbody:first-child > tr:first-child td,
.panel > .print-ship-price-table > tbody:first-child > tr:first-child th,
.panel > .qtyprice-table > tbody:first-child > tr:first-child td,
.panel > .qtyprice-table > tbody:first-child > tr:first-child th,
.panel > .table-ds > tbody:first-child > tr:first-child td,
.panel > .table-ds > tbody:first-child > tr:first-child th,
.panel > .table-os-order-totals > tbody:first-child > tr:first-child td,
.panel > .table-os-order-totals > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.content-panel > #table-sales-byuser-users,
.content-panel > #table-update-shipping-address-records,
.content-panel > #table-update-shipping-address-tables,
.content-panel > .burn-mail-price-table,
.content-panel > .digital-download-price-table,
.content-panel > .distribution-list-order-table,
.content-panel > .maint-tables,
.content-panel > .print-ship-price-table,
.content-panel > .table-bordered,
.content-panel > .table-responsive > #table-sales-byuser-users,
.content-panel > .table-responsive > #table-update-shipping-address-records,
.content-panel > .table-responsive > #table-update-shipping-address-tables,
.content-panel > .table-responsive > .burn-mail-price-table,
.content-panel > .table-responsive > .digital-download-price-table,
.content-panel > .table-responsive > .distribution-list-order-table,
.content-panel > .table-responsive > .maint-tables,
.content-panel > .table-responsive > .print-ship-price-table,
.content-panel > .table-responsive > .table-bordered,
.panel > #table-sales-byuser-users,
.panel > #table-update-shipping-address-records,
.panel > #table-update-shipping-address-tables,
.panel > .burn-mail-price-table,
.panel > .digital-download-price-table,
.panel > .distribution-list-order-table,
.panel > .maint-tables,
.panel > .print-ship-price-table,
.panel > .table-bordered,
.panel > .table-responsive > #table-sales-byuser-users,
.panel > .table-responsive > #table-update-shipping-address-records,
.panel > .table-responsive > #table-update-shipping-address-tables,
.panel > .table-responsive > .burn-mail-price-table,
.panel > .table-responsive > .digital-download-price-table,
.panel > .table-responsive > .distribution-list-order-table,
.panel > .table-responsive > .maint-tables,
.panel > .table-responsive > .print-ship-price-table,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.content-panel > #table-sales-byuser-users > tbody > tr > td:first-child,
.content-panel > #table-sales-byuser-users > tbody > tr > th:first-child,
.content-panel > #table-sales-byuser-users > tfoot > tr > td:first-child,
.content-panel > #table-sales-byuser-users > tfoot > tr > th:first-child,
.content-panel > #table-sales-byuser-users > thead > tr > td:first-child,
.content-panel > #table-sales-byuser-users > thead > tr > th:first-child,
.content-panel > #table-update-shipping-address-records > tbody > tr > td:first-child,
.content-panel > #table-update-shipping-address-records > tbody > tr > th:first-child,
.content-panel > #table-update-shipping-address-records > tfoot > tr > td:first-child,
.content-panel > #table-update-shipping-address-records > tfoot > tr > th:first-child,
.content-panel > #table-update-shipping-address-records > thead > tr > td:first-child,
.content-panel > #table-update-shipping-address-records > thead > tr > th:first-child,
.content-panel > #table-update-shipping-address-tables > tbody > tr > td:first-child,
.content-panel > #table-update-shipping-address-tables > tbody > tr > th:first-child,
.content-panel > #table-update-shipping-address-tables > tfoot > tr > td:first-child,
.content-panel > #table-update-shipping-address-tables > tfoot > tr > th:first-child,
.content-panel > #table-update-shipping-address-tables > thead > tr > td:first-child,
.content-panel > #table-update-shipping-address-tables > thead > tr > th:first-child,
.content-panel > .burn-mail-price-table > tbody > tr > td:first-child,
.content-panel > .burn-mail-price-table > tbody > tr > th:first-child,
.content-panel > .burn-mail-price-table > tfoot > tr > td:first-child,
.content-panel > .burn-mail-price-table > tfoot > tr > th:first-child,
.content-panel > .burn-mail-price-table > thead > tr > td:first-child,
.content-panel > .burn-mail-price-table > thead > tr > th:first-child,
.content-panel > .digital-download-price-table > tbody > tr > td:first-child,
.content-panel > .digital-download-price-table > tbody > tr > th:first-child,
.content-panel > .digital-download-price-table > tfoot > tr > td:first-child,
.content-panel > .digital-download-price-table > tfoot > tr > th:first-child,
.content-panel > .digital-download-price-table > thead > tr > td:first-child,
.content-panel > .digital-download-price-table > thead > tr > th:first-child,
.content-panel > .distribution-list-order-table > tbody > tr > td:first-child,
.content-panel > .distribution-list-order-table > tbody > tr > th:first-child,
.content-panel > .distribution-list-order-table > tfoot > tr > td:first-child,
.content-panel > .distribution-list-order-table > tfoot > tr > th:first-child,
.content-panel > .distribution-list-order-table > thead > tr > td:first-child,
.content-panel > .distribution-list-order-table > thead > tr > th:first-child,
.content-panel > .maint-tables > tbody > tr > td:first-child,
.content-panel > .maint-tables > tbody > tr > th:first-child,
.content-panel > .maint-tables > tfoot > tr > td:first-child,
.content-panel > .maint-tables > tfoot > tr > th:first-child,
.content-panel > .maint-tables > thead > tr > td:first-child,
.content-panel > .maint-tables > thead > tr > th:first-child,
.content-panel > .print-ship-price-table > tbody > tr > td:first-child,
.content-panel > .print-ship-price-table > tbody > tr > th:first-child,
.content-panel > .print-ship-price-table > tfoot > tr > td:first-child,
.content-panel > .print-ship-price-table > tfoot > tr > th:first-child,
.content-panel > .print-ship-price-table > thead > tr > td:first-child,
.content-panel > .print-ship-price-table > thead > tr > th:first-child,
.content-panel > .table-bordered > tbody > tr > td:first-child,
.content-panel > .table-bordered > tbody > tr > th:first-child,
.content-panel > .table-bordered > tfoot > tr > td:first-child,
.content-panel > .table-bordered > tfoot > tr > th:first-child,
.content-panel > .table-bordered > thead > tr > td:first-child,
.content-panel > .table-bordered > thead > tr > th:first-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr > td:first-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr > th:first-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > td:first-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > th:first-child,
.content-panel > .table-responsive > #table-sales-byuser-users > thead > tr > td:first-child,
.content-panel > .table-responsive > #table-sales-byuser-users > thead > tr > th:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > td:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > th:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > td:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > th:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > thead > tr > td:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > thead > tr > th:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > td:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > th:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > td:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > th:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > td:first-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > th:first-child,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr > td:first-child,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr > th:first-child,
.content-panel > .table-responsive > .burn-mail-price-table > tfoot > tr > td:first-child,
.content-panel > .table-responsive > .burn-mail-price-table > tfoot > tr > th:first-child,
.content-panel > .table-responsive > .burn-mail-price-table > thead > tr > td:first-child,
.content-panel > .table-responsive > .burn-mail-price-table > thead > tr > th:first-child,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr > td:first-child,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr > th:first-child,
.content-panel > .table-responsive > .digital-download-price-table > tfoot > tr > td:first-child,
.content-panel > .table-responsive > .digital-download-price-table > tfoot > tr > th:first-child,
.content-panel > .table-responsive > .digital-download-price-table > thead > tr > td:first-child,
.content-panel > .table-responsive > .digital-download-price-table > thead > tr > th:first-child,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr > td:first-child,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr > th:first-child,
.content-panel > .table-responsive > .distribution-list-order-table > tfoot > tr > td:first-child,
.content-panel > .table-responsive > .distribution-list-order-table > tfoot > tr > th:first-child,
.content-panel > .table-responsive > .distribution-list-order-table > thead > tr > td:first-child,
.content-panel > .table-responsive > .distribution-list-order-table > thead > tr > th:first-child,
.content-panel > .table-responsive > .maint-tables > tbody > tr > td:first-child,
.content-panel > .table-responsive > .maint-tables > tbody > tr > th:first-child,
.content-panel > .table-responsive > .maint-tables > tfoot > tr > td:first-child,
.content-panel > .table-responsive > .maint-tables > tfoot > tr > th:first-child,
.content-panel > .table-responsive > .maint-tables > thead > tr > td:first-child,
.content-panel > .table-responsive > .maint-tables > thead > tr > th:first-child,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr > td:first-child,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr > th:first-child,
.content-panel > .table-responsive > .print-ship-price-table > tfoot > tr > td:first-child,
.content-panel > .table-responsive > .print-ship-price-table > tfoot > tr > th:first-child,
.content-panel > .table-responsive > .print-ship-price-table > thead > tr > td:first-child,
.content-panel > .table-responsive > .print-ship-price-table > thead > tr > th:first-child,
.content-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.content-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.content-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.content-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.content-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.content-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > #table-sales-byuser-users > tbody > tr > td:first-child,
.panel > #table-sales-byuser-users > tbody > tr > th:first-child,
.panel > #table-sales-byuser-users > tfoot > tr > td:first-child,
.panel > #table-sales-byuser-users > tfoot > tr > th:first-child,
.panel > #table-sales-byuser-users > thead > tr > td:first-child,
.panel > #table-sales-byuser-users > thead > tr > th:first-child,
.panel > #table-update-shipping-address-records > tbody > tr > td:first-child,
.panel > #table-update-shipping-address-records > tbody > tr > th:first-child,
.panel > #table-update-shipping-address-records > tfoot > tr > td:first-child,
.panel > #table-update-shipping-address-records > tfoot > tr > th:first-child,
.panel > #table-update-shipping-address-records > thead > tr > td:first-child,
.panel > #table-update-shipping-address-records > thead > tr > th:first-child,
.panel > #table-update-shipping-address-tables > tbody > tr > td:first-child,
.panel > #table-update-shipping-address-tables > tbody > tr > th:first-child,
.panel > #table-update-shipping-address-tables > tfoot > tr > td:first-child,
.panel > #table-update-shipping-address-tables > tfoot > tr > th:first-child,
.panel > #table-update-shipping-address-tables > thead > tr > td:first-child,
.panel > #table-update-shipping-address-tables > thead > tr > th:first-child,
.panel > .burn-mail-price-table > tbody > tr > td:first-child,
.panel > .burn-mail-price-table > tbody > tr > th:first-child,
.panel > .burn-mail-price-table > tfoot > tr > td:first-child,
.panel > .burn-mail-price-table > tfoot > tr > th:first-child,
.panel > .burn-mail-price-table > thead > tr > td:first-child,
.panel > .burn-mail-price-table > thead > tr > th:first-child,
.panel > .digital-download-price-table > tbody > tr > td:first-child,
.panel > .digital-download-price-table > tbody > tr > th:first-child,
.panel > .digital-download-price-table > tfoot > tr > td:first-child,
.panel > .digital-download-price-table > tfoot > tr > th:first-child,
.panel > .digital-download-price-table > thead > tr > td:first-child,
.panel > .digital-download-price-table > thead > tr > th:first-child,
.panel > .distribution-list-order-table > tbody > tr > td:first-child,
.panel > .distribution-list-order-table > tbody > tr > th:first-child,
.panel > .distribution-list-order-table > tfoot > tr > td:first-child,
.panel > .distribution-list-order-table > tfoot > tr > th:first-child,
.panel > .distribution-list-order-table > thead > tr > td:first-child,
.panel > .distribution-list-order-table > thead > tr > th:first-child,
.panel > .maint-tables > tbody > tr > td:first-child,
.panel > .maint-tables > tbody > tr > th:first-child,
.panel > .maint-tables > tfoot > tr > td:first-child,
.panel > .maint-tables > tfoot > tr > th:first-child,
.panel > .maint-tables > thead > tr > td:first-child,
.panel > .maint-tables > thead > tr > th:first-child,
.panel > .print-ship-price-table > tbody > tr > td:first-child,
.panel > .print-ship-price-table > tbody > tr > th:first-child,
.panel > .print-ship-price-table > tfoot > tr > td:first-child,
.panel > .print-ship-price-table > tfoot > tr > th:first-child,
.panel > .print-ship-price-table > thead > tr > td:first-child,
.panel > .print-ship-price-table > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr > td:first-child,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr > th:first-child,
.panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > td:first-child,
.panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > th:first-child,
.panel > .table-responsive > #table-sales-byuser-users > thead > tr > td:first-child,
.panel > .table-responsive > #table-sales-byuser-users > thead > tr > th:first-child,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > td:first-child,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > th:first-child,
.panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > td:first-child,
.panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > th:first-child,
.panel > .table-responsive > #table-update-shipping-address-records > thead > tr > td:first-child,
.panel > .table-responsive > #table-update-shipping-address-records > thead > tr > th:first-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > td:first-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > th:first-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > td:first-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > th:first-child,
.panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > td:first-child,
.panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > th:first-child,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr > td:first-child,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr > th:first-child,
.panel > .table-responsive > .burn-mail-price-table > tfoot > tr > td:first-child,
.panel > .table-responsive > .burn-mail-price-table > tfoot > tr > th:first-child,
.panel > .table-responsive > .burn-mail-price-table > thead > tr > td:first-child,
.panel > .table-responsive > .burn-mail-price-table > thead > tr > th:first-child,
.panel > .table-responsive > .digital-download-price-table > tbody > tr > td:first-child,
.panel > .table-responsive > .digital-download-price-table > tbody > tr > th:first-child,
.panel > .table-responsive > .digital-download-price-table > tfoot > tr > td:first-child,
.panel > .table-responsive > .digital-download-price-table > tfoot > tr > th:first-child,
.panel > .table-responsive > .digital-download-price-table > thead > tr > td:first-child,
.panel > .table-responsive > .digital-download-price-table > thead > tr > th:first-child,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr > td:first-child,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr > th:first-child,
.panel > .table-responsive > .distribution-list-order-table > tfoot > tr > td:first-child,
.panel > .table-responsive > .distribution-list-order-table > tfoot > tr > th:first-child,
.panel > .table-responsive > .distribution-list-order-table > thead > tr > td:first-child,
.panel > .table-responsive > .distribution-list-order-table > thead > tr > th:first-child,
.panel > .table-responsive > .maint-tables > tbody > tr > td:first-child,
.panel > .table-responsive > .maint-tables > tbody > tr > th:first-child,
.panel > .table-responsive > .maint-tables > tfoot > tr > td:first-child,
.panel > .table-responsive > .maint-tables > tfoot > tr > th:first-child,
.panel > .table-responsive > .maint-tables > thead > tr > td:first-child,
.panel > .table-responsive > .maint-tables > thead > tr > th:first-child,
.panel > .table-responsive > .print-ship-price-table > tbody > tr > td:first-child,
.panel > .table-responsive > .print-ship-price-table > tbody > tr > th:first-child,
.panel > .table-responsive > .print-ship-price-table > tfoot > tr > td:first-child,
.panel > .table-responsive > .print-ship-price-table > tfoot > tr > th:first-child,
.panel > .table-responsive > .print-ship-price-table > thead > tr > td:first-child,
.panel > .table-responsive > .print-ship-price-table > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.content-panel > #table-sales-byuser-users > tbody > tr > td:last-child,
.content-panel > #table-sales-byuser-users > tbody > tr > th:last-child,
.content-panel > #table-sales-byuser-users > tfoot > tr > td:last-child,
.content-panel > #table-sales-byuser-users > tfoot > tr > th:last-child,
.content-panel > #table-sales-byuser-users > thead > tr > td:last-child,
.content-panel > #table-sales-byuser-users > thead > tr > th:last-child,
.content-panel > #table-update-shipping-address-records > tbody > tr > td:last-child,
.content-panel > #table-update-shipping-address-records > tbody > tr > th:last-child,
.content-panel > #table-update-shipping-address-records > tfoot > tr > td:last-child,
.content-panel > #table-update-shipping-address-records > tfoot > tr > th:last-child,
.content-panel > #table-update-shipping-address-records > thead > tr > td:last-child,
.content-panel > #table-update-shipping-address-records > thead > tr > th:last-child,
.content-panel > #table-update-shipping-address-tables > tbody > tr > td:last-child,
.content-panel > #table-update-shipping-address-tables > tbody > tr > th:last-child,
.content-panel > #table-update-shipping-address-tables > tfoot > tr > td:last-child,
.content-panel > #table-update-shipping-address-tables > tfoot > tr > th:last-child,
.content-panel > #table-update-shipping-address-tables > thead > tr > td:last-child,
.content-panel > #table-update-shipping-address-tables > thead > tr > th:last-child,
.content-panel > .burn-mail-price-table > tbody > tr > td:last-child,
.content-panel > .burn-mail-price-table > tbody > tr > th:last-child,
.content-panel > .burn-mail-price-table > tfoot > tr > td:last-child,
.content-panel > .burn-mail-price-table > tfoot > tr > th:last-child,
.content-panel > .burn-mail-price-table > thead > tr > td:last-child,
.content-panel > .burn-mail-price-table > thead > tr > th:last-child,
.content-panel > .digital-download-price-table > tbody > tr > td:last-child,
.content-panel > .digital-download-price-table > tbody > tr > th:last-child,
.content-panel > .digital-download-price-table > tfoot > tr > td:last-child,
.content-panel > .digital-download-price-table > tfoot > tr > th:last-child,
.content-panel > .digital-download-price-table > thead > tr > td:last-child,
.content-panel > .digital-download-price-table > thead > tr > th:last-child,
.content-panel > .distribution-list-order-table > tbody > tr > td:last-child,
.content-panel > .distribution-list-order-table > tbody > tr > th:last-child,
.content-panel > .distribution-list-order-table > tfoot > tr > td:last-child,
.content-panel > .distribution-list-order-table > tfoot > tr > th:last-child,
.content-panel > .distribution-list-order-table > thead > tr > td:last-child,
.content-panel > .distribution-list-order-table > thead > tr > th:last-child,
.content-panel > .maint-tables > tbody > tr > td:last-child,
.content-panel > .maint-tables > tbody > tr > th:last-child,
.content-panel > .maint-tables > tfoot > tr > td:last-child,
.content-panel > .maint-tables > tfoot > tr > th:last-child,
.content-panel > .maint-tables > thead > tr > td:last-child,
.content-panel > .maint-tables > thead > tr > th:last-child,
.content-panel > .print-ship-price-table > tbody > tr > td:last-child,
.content-panel > .print-ship-price-table > tbody > tr > th:last-child,
.content-panel > .print-ship-price-table > tfoot > tr > td:last-child,
.content-panel > .print-ship-price-table > tfoot > tr > th:last-child,
.content-panel > .print-ship-price-table > thead > tr > td:last-child,
.content-panel > .print-ship-price-table > thead > tr > th:last-child,
.content-panel > .table-bordered > tbody > tr > td:last-child,
.content-panel > .table-bordered > tbody > tr > th:last-child,
.content-panel > .table-bordered > tfoot > tr > td:last-child,
.content-panel > .table-bordered > tfoot > tr > th:last-child,
.content-panel > .table-bordered > thead > tr > td:last-child,
.content-panel > .table-bordered > thead > tr > th:last-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr > td:last-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr > th:last-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > td:last-child,
.content-panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > th:last-child,
.content-panel > .table-responsive > #table-sales-byuser-users > thead > tr > td:last-child,
.content-panel > .table-responsive > #table-sales-byuser-users > thead > tr > th:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > td:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > th:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > td:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > th:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > thead > tr > td:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-records > thead > tr > th:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > td:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > th:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > td:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > th:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > td:last-child,
.content-panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > th:last-child,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr > td:last-child,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr > th:last-child,
.content-panel > .table-responsive > .burn-mail-price-table > tfoot > tr > td:last-child,
.content-panel > .table-responsive > .burn-mail-price-table > tfoot > tr > th:last-child,
.content-panel > .table-responsive > .burn-mail-price-table > thead > tr > td:last-child,
.content-panel > .table-responsive > .burn-mail-price-table > thead > tr > th:last-child,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr > td:last-child,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr > th:last-child,
.content-panel > .table-responsive > .digital-download-price-table > tfoot > tr > td:last-child,
.content-panel > .table-responsive > .digital-download-price-table > tfoot > tr > th:last-child,
.content-panel > .table-responsive > .digital-download-price-table > thead > tr > td:last-child,
.content-panel > .table-responsive > .digital-download-price-table > thead > tr > th:last-child,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr > td:last-child,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr > th:last-child,
.content-panel > .table-responsive > .distribution-list-order-table > tfoot > tr > td:last-child,
.content-panel > .table-responsive > .distribution-list-order-table > tfoot > tr > th:last-child,
.content-panel > .table-responsive > .distribution-list-order-table > thead > tr > td:last-child,
.content-panel > .table-responsive > .distribution-list-order-table > thead > tr > th:last-child,
.content-panel > .table-responsive > .maint-tables > tbody > tr > td:last-child,
.content-panel > .table-responsive > .maint-tables > tbody > tr > th:last-child,
.content-panel > .table-responsive > .maint-tables > tfoot > tr > td:last-child,
.content-panel > .table-responsive > .maint-tables > tfoot > tr > th:last-child,
.content-panel > .table-responsive > .maint-tables > thead > tr > td:last-child,
.content-panel > .table-responsive > .maint-tables > thead > tr > th:last-child,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr > td:last-child,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr > th:last-child,
.content-panel > .table-responsive > .print-ship-price-table > tfoot > tr > td:last-child,
.content-panel > .table-responsive > .print-ship-price-table > tfoot > tr > th:last-child,
.content-panel > .table-responsive > .print-ship-price-table > thead > tr > td:last-child,
.content-panel > .table-responsive > .print-ship-price-table > thead > tr > th:last-child,
.content-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.content-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.content-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.content-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.content-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.content-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > #table-sales-byuser-users > tbody > tr > td:last-child,
.panel > #table-sales-byuser-users > tbody > tr > th:last-child,
.panel > #table-sales-byuser-users > tfoot > tr > td:last-child,
.panel > #table-sales-byuser-users > tfoot > tr > th:last-child,
.panel > #table-sales-byuser-users > thead > tr > td:last-child,
.panel > #table-sales-byuser-users > thead > tr > th:last-child,
.panel > #table-update-shipping-address-records > tbody > tr > td:last-child,
.panel > #table-update-shipping-address-records > tbody > tr > th:last-child,
.panel > #table-update-shipping-address-records > tfoot > tr > td:last-child,
.panel > #table-update-shipping-address-records > tfoot > tr > th:last-child,
.panel > #table-update-shipping-address-records > thead > tr > td:last-child,
.panel > #table-update-shipping-address-records > thead > tr > th:last-child,
.panel > #table-update-shipping-address-tables > tbody > tr > td:last-child,
.panel > #table-update-shipping-address-tables > tbody > tr > th:last-child,
.panel > #table-update-shipping-address-tables > tfoot > tr > td:last-child,
.panel > #table-update-shipping-address-tables > tfoot > tr > th:last-child,
.panel > #table-update-shipping-address-tables > thead > tr > td:last-child,
.panel > #table-update-shipping-address-tables > thead > tr > th:last-child,
.panel > .burn-mail-price-table > tbody > tr > td:last-child,
.panel > .burn-mail-price-table > tbody > tr > th:last-child,
.panel > .burn-mail-price-table > tfoot > tr > td:last-child,
.panel > .burn-mail-price-table > tfoot > tr > th:last-child,
.panel > .burn-mail-price-table > thead > tr > td:last-child,
.panel > .burn-mail-price-table > thead > tr > th:last-child,
.panel > .digital-download-price-table > tbody > tr > td:last-child,
.panel > .digital-download-price-table > tbody > tr > th:last-child,
.panel > .digital-download-price-table > tfoot > tr > td:last-child,
.panel > .digital-download-price-table > tfoot > tr > th:last-child,
.panel > .digital-download-price-table > thead > tr > td:last-child,
.panel > .digital-download-price-table > thead > tr > th:last-child,
.panel > .distribution-list-order-table > tbody > tr > td:last-child,
.panel > .distribution-list-order-table > tbody > tr > th:last-child,
.panel > .distribution-list-order-table > tfoot > tr > td:last-child,
.panel > .distribution-list-order-table > tfoot > tr > th:last-child,
.panel > .distribution-list-order-table > thead > tr > td:last-child,
.panel > .distribution-list-order-table > thead > tr > th:last-child,
.panel > .maint-tables > tbody > tr > td:last-child,
.panel > .maint-tables > tbody > tr > th:last-child,
.panel > .maint-tables > tfoot > tr > td:last-child,
.panel > .maint-tables > tfoot > tr > th:last-child,
.panel > .maint-tables > thead > tr > td:last-child,
.panel > .maint-tables > thead > tr > th:last-child,
.panel > .print-ship-price-table > tbody > tr > td:last-child,
.panel > .print-ship-price-table > tbody > tr > th:last-child,
.panel > .print-ship-price-table > tfoot > tr > td:last-child,
.panel > .print-ship-price-table > tfoot > tr > th:last-child,
.panel > .print-ship-price-table > thead > tr > td:last-child,
.panel > .print-ship-price-table > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr > td:last-child,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr > th:last-child,
.panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > td:last-child,
.panel > .table-responsive > #table-sales-byuser-users > tfoot > tr > th:last-child,
.panel > .table-responsive > #table-sales-byuser-users > thead > tr > td:last-child,
.panel > .table-responsive > #table-sales-byuser-users > thead > tr > th:last-child,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > td:last-child,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr > th:last-child,
.panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > td:last-child,
.panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr > th:last-child,
.panel > .table-responsive > #table-update-shipping-address-records > thead > tr > td:last-child,
.panel > .table-responsive > #table-update-shipping-address-records > thead > tr > th:last-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > td:last-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr > th:last-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > td:last-child,
.panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr > th:last-child,
.panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > td:last-child,
.panel > .table-responsive > #table-update-shipping-address-tables > thead > tr > th:last-child,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr > td:last-child,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr > th:last-child,
.panel > .table-responsive > .burn-mail-price-table > tfoot > tr > td:last-child,
.panel > .table-responsive > .burn-mail-price-table > tfoot > tr > th:last-child,
.panel > .table-responsive > .burn-mail-price-table > thead > tr > td:last-child,
.panel > .table-responsive > .burn-mail-price-table > thead > tr > th:last-child,
.panel > .table-responsive > .digital-download-price-table > tbody > tr > td:last-child,
.panel > .table-responsive > .digital-download-price-table > tbody > tr > th:last-child,
.panel > .table-responsive > .digital-download-price-table > tfoot > tr > td:last-child,
.panel > .table-responsive > .digital-download-price-table > tfoot > tr > th:last-child,
.panel > .table-responsive > .digital-download-price-table > thead > tr > td:last-child,
.panel > .table-responsive > .digital-download-price-table > thead > tr > th:last-child,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr > td:last-child,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr > th:last-child,
.panel > .table-responsive > .distribution-list-order-table > tfoot > tr > td:last-child,
.panel > .table-responsive > .distribution-list-order-table > tfoot > tr > th:last-child,
.panel > .table-responsive > .distribution-list-order-table > thead > tr > td:last-child,
.panel > .table-responsive > .distribution-list-order-table > thead > tr > th:last-child,
.panel > .table-responsive > .maint-tables > tbody > tr > td:last-child,
.panel > .table-responsive > .maint-tables > tbody > tr > th:last-child,
.panel > .table-responsive > .maint-tables > tfoot > tr > td:last-child,
.panel > .table-responsive > .maint-tables > tfoot > tr > th:last-child,
.panel > .table-responsive > .maint-tables > thead > tr > td:last-child,
.panel > .table-responsive > .maint-tables > thead > tr > th:last-child,
.panel > .table-responsive > .print-ship-price-table > tbody > tr > td:last-child,
.panel > .table-responsive > .print-ship-price-table > tbody > tr > th:last-child,
.panel > .table-responsive > .print-ship-price-table > tfoot > tr > td:last-child,
.panel > .table-responsive > .print-ship-price-table > tfoot > tr > th:last-child,
.panel > .table-responsive > .print-ship-price-table > thead > tr > td:last-child,
.panel > .table-responsive > .print-ship-price-table > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.content-panel > #table-sales-byuser-users > tbody > tr:first-child > td,
.content-panel > #table-sales-byuser-users > tbody > tr:first-child > th,
.content-panel > #table-sales-byuser-users > thead > tr:first-child > td,
.content-panel > #table-sales-byuser-users > thead > tr:first-child > th,
.content-panel > #table-update-shipping-address-records > tbody > tr:first-child > td,
.content-panel > #table-update-shipping-address-records > tbody > tr:first-child > th,
.content-panel > #table-update-shipping-address-records > thead > tr:first-child > td,
.content-panel > #table-update-shipping-address-records > thead > tr:first-child > th,
.content-panel > #table-update-shipping-address-tables > tbody > tr:first-child > td,
.content-panel > #table-update-shipping-address-tables > tbody > tr:first-child > th,
.content-panel > #table-update-shipping-address-tables > thead > tr:first-child > td,
.content-panel > #table-update-shipping-address-tables > thead > tr:first-child > th,
.content-panel > .burn-mail-price-table > tbody > tr:first-child > td,
.content-panel > .burn-mail-price-table > tbody > tr:first-child > th,
.content-panel > .burn-mail-price-table > thead > tr:first-child > td,
.content-panel > .burn-mail-price-table > thead > tr:first-child > th,
.content-panel > .digital-download-price-table > tbody > tr:first-child > td,
.content-panel > .digital-download-price-table > tbody > tr:first-child > th,
.content-panel > .digital-download-price-table > thead > tr:first-child > td,
.content-panel > .digital-download-price-table > thead > tr:first-child > th,
.content-panel > .distribution-list-order-table > tbody > tr:first-child > td,
.content-panel > .distribution-list-order-table > tbody > tr:first-child > th,
.content-panel > .distribution-list-order-table > thead > tr:first-child > td,
.content-panel > .distribution-list-order-table > thead > tr:first-child > th,
.content-panel > .maint-tables > tbody > tr:first-child > td,
.content-panel > .maint-tables > tbody > tr:first-child > th,
.content-panel > .maint-tables > thead > tr:first-child > td,
.content-panel > .maint-tables > thead > tr:first-child > th,
.content-panel > .print-ship-price-table > tbody > tr:first-child > td,
.content-panel > .print-ship-price-table > tbody > tr:first-child > th,
.content-panel > .print-ship-price-table > thead > tr:first-child > td,
.content-panel > .print-ship-price-table > thead > tr:first-child > th,
.content-panel > .table-bordered > tbody > tr:first-child > td,
.content-panel > .table-bordered > tbody > tr:first-child > th,
.content-panel > .table-bordered > thead > tr:first-child > td,
.content-panel > .table-bordered > thead > tr:first-child > th,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr:first-child > td,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr:first-child > th,
.content-panel > .table-responsive > #table-sales-byuser-users > thead > tr:first-child > td,
.content-panel > .table-responsive > #table-sales-byuser-users > thead > tr:first-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:first-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:first-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-records > thead > tr:first-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-records > thead > tr:first-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:first-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:first-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-tables > thead > tr:first-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-tables > thead > tr:first-child > th,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr:first-child > td,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr:first-child > th,
.content-panel > .table-responsive > .burn-mail-price-table > thead > tr:first-child > td,
.content-panel > .table-responsive > .burn-mail-price-table > thead > tr:first-child > th,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr:first-child > td,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr:first-child > th,
.content-panel > .table-responsive > .digital-download-price-table > thead > tr:first-child > td,
.content-panel > .table-responsive > .digital-download-price-table > thead > tr:first-child > th,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr:first-child > td,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr:first-child > th,
.content-panel > .table-responsive > .distribution-list-order-table > thead > tr:first-child > td,
.content-panel > .table-responsive > .distribution-list-order-table > thead > tr:first-child > th,
.content-panel > .table-responsive > .maint-tables > tbody > tr:first-child > td,
.content-panel > .table-responsive > .maint-tables > tbody > tr:first-child > th,
.content-panel > .table-responsive > .maint-tables > thead > tr:first-child > td,
.content-panel > .table-responsive > .maint-tables > thead > tr:first-child > th,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr:first-child > td,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr:first-child > th,
.content-panel > .table-responsive > .print-ship-price-table > thead > tr:first-child > td,
.content-panel > .table-responsive > .print-ship-price-table > thead > tr:first-child > th,
.content-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.content-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.content-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.content-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > #table-sales-byuser-users > tbody > tr:first-child > td,
.panel > #table-sales-byuser-users > tbody > tr:first-child > th,
.panel > #table-sales-byuser-users > thead > tr:first-child > td,
.panel > #table-sales-byuser-users > thead > tr:first-child > th,
.panel > #table-update-shipping-address-records > tbody > tr:first-child > td,
.panel > #table-update-shipping-address-records > tbody > tr:first-child > th,
.panel > #table-update-shipping-address-records > thead > tr:first-child > td,
.panel > #table-update-shipping-address-records > thead > tr:first-child > th,
.panel > #table-update-shipping-address-tables > tbody > tr:first-child > td,
.panel > #table-update-shipping-address-tables > tbody > tr:first-child > th,
.panel > #table-update-shipping-address-tables > thead > tr:first-child > td,
.panel > #table-update-shipping-address-tables > thead > tr:first-child > th,
.panel > .burn-mail-price-table > tbody > tr:first-child > td,
.panel > .burn-mail-price-table > tbody > tr:first-child > th,
.panel > .burn-mail-price-table > thead > tr:first-child > td,
.panel > .burn-mail-price-table > thead > tr:first-child > th,
.panel > .digital-download-price-table > tbody > tr:first-child > td,
.panel > .digital-download-price-table > tbody > tr:first-child > th,
.panel > .digital-download-price-table > thead > tr:first-child > td,
.panel > .digital-download-price-table > thead > tr:first-child > th,
.panel > .distribution-list-order-table > tbody > tr:first-child > td,
.panel > .distribution-list-order-table > tbody > tr:first-child > th,
.panel > .distribution-list-order-table > thead > tr:first-child > td,
.panel > .distribution-list-order-table > thead > tr:first-child > th,
.panel > .maint-tables > tbody > tr:first-child > td,
.panel > .maint-tables > tbody > tr:first-child > th,
.panel > .maint-tables > thead > tr:first-child > td,
.panel > .maint-tables > thead > tr:first-child > th,
.panel > .print-ship-price-table > tbody > tr:first-child > td,
.panel > .print-ship-price-table > tbody > tr:first-child > th,
.panel > .print-ship-price-table > thead > tr:first-child > td,
.panel > .print-ship-price-table > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr:first-child > td,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr:first-child > th,
.panel > .table-responsive > #table-sales-byuser-users > thead > tr:first-child > td,
.panel > .table-responsive > #table-sales-byuser-users > thead > tr:first-child > th,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:first-child > td,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:first-child > th,
.panel > .table-responsive > #table-update-shipping-address-records > thead > tr:first-child > td,
.panel > .table-responsive > #table-update-shipping-address-records > thead > tr:first-child > th,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:first-child > td,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:first-child > th,
.panel > .table-responsive > #table-update-shipping-address-tables > thead > tr:first-child > td,
.panel > .table-responsive > #table-update-shipping-address-tables > thead > tr:first-child > th,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr:first-child > td,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr:first-child > th,
.panel > .table-responsive > .burn-mail-price-table > thead > tr:first-child > td,
.panel > .table-responsive > .burn-mail-price-table > thead > tr:first-child > th,
.panel > .table-responsive > .digital-download-price-table > tbody > tr:first-child > td,
.panel > .table-responsive > .digital-download-price-table > tbody > tr:first-child > th,
.panel > .table-responsive > .digital-download-price-table > thead > tr:first-child > td,
.panel > .table-responsive > .digital-download-price-table > thead > tr:first-child > th,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr:first-child > td,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr:first-child > th,
.panel > .table-responsive > .distribution-list-order-table > thead > tr:first-child > td,
.panel > .table-responsive > .distribution-list-order-table > thead > tr:first-child > th,
.panel > .table-responsive > .maint-tables > tbody > tr:first-child > td,
.panel > .table-responsive > .maint-tables > tbody > tr:first-child > th,
.panel > .table-responsive > .maint-tables > thead > tr:first-child > td,
.panel > .table-responsive > .maint-tables > thead > tr:first-child > th,
.panel > .table-responsive > .print-ship-price-table > tbody > tr:first-child > td,
.panel > .table-responsive > .print-ship-price-table > tbody > tr:first-child > th,
.panel > .table-responsive > .print-ship-price-table > thead > tr:first-child > td,
.panel > .table-responsive > .print-ship-price-table > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.content-panel > #table-sales-byuser-users > tbody > tr:last-child > td,
.content-panel > #table-sales-byuser-users > tbody > tr:last-child > th,
.content-panel > #table-sales-byuser-users > tfoot > tr:last-child > td,
.content-panel > #table-sales-byuser-users > tfoot > tr:last-child > th,
.content-panel > #table-update-shipping-address-records > tbody > tr:last-child > td,
.content-panel > #table-update-shipping-address-records > tbody > tr:last-child > th,
.content-panel > #table-update-shipping-address-records > tfoot > tr:last-child > td,
.content-panel > #table-update-shipping-address-records > tfoot > tr:last-child > th,
.content-panel > #table-update-shipping-address-tables > tbody > tr:last-child > td,
.content-panel > #table-update-shipping-address-tables > tbody > tr:last-child > th,
.content-panel > #table-update-shipping-address-tables > tfoot > tr:last-child > td,
.content-panel > #table-update-shipping-address-tables > tfoot > tr:last-child > th,
.content-panel > .burn-mail-price-table > tbody > tr:last-child > td,
.content-panel > .burn-mail-price-table > tbody > tr:last-child > th,
.content-panel > .burn-mail-price-table > tfoot > tr:last-child > td,
.content-panel > .burn-mail-price-table > tfoot > tr:last-child > th,
.content-panel > .digital-download-price-table > tbody > tr:last-child > td,
.content-panel > .digital-download-price-table > tbody > tr:last-child > th,
.content-panel > .digital-download-price-table > tfoot > tr:last-child > td,
.content-panel > .digital-download-price-table > tfoot > tr:last-child > th,
.content-panel > .distribution-list-order-table > tbody > tr:last-child > td,
.content-panel > .distribution-list-order-table > tbody > tr:last-child > th,
.content-panel > .distribution-list-order-table > tfoot > tr:last-child > td,
.content-panel > .distribution-list-order-table > tfoot > tr:last-child > th,
.content-panel > .maint-tables > tbody > tr:last-child > td,
.content-panel > .maint-tables > tbody > tr:last-child > th,
.content-panel > .maint-tables > tfoot > tr:last-child > td,
.content-panel > .maint-tables > tfoot > tr:last-child > th,
.content-panel > .print-ship-price-table > tbody > tr:last-child > td,
.content-panel > .print-ship-price-table > tbody > tr:last-child > th,
.content-panel > .print-ship-price-table > tfoot > tr:last-child > td,
.content-panel > .print-ship-price-table > tfoot > tr:last-child > th,
.content-panel > .table-bordered > tbody > tr:last-child > td,
.content-panel > .table-bordered > tbody > tr:last-child > th,
.content-panel > .table-bordered > tfoot > tr:last-child > td,
.content-panel > .table-bordered > tfoot > tr:last-child > th,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr:last-child > td,
.content-panel > .table-responsive > #table-sales-byuser-users > tbody > tr:last-child > th,
.content-panel > .table-responsive > #table-sales-byuser-users > tfoot > tr:last-child > td,
.content-panel > .table-responsive > #table-sales-byuser-users > tfoot > tr:last-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:last-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:last-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr:last-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr:last-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:last-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:last-child > th,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr:last-child > td,
.content-panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr:last-child > th,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr:last-child > td,
.content-panel > .table-responsive > .burn-mail-price-table > tbody > tr:last-child > th,
.content-panel > .table-responsive > .burn-mail-price-table > tfoot > tr:last-child > td,
.content-panel > .table-responsive > .burn-mail-price-table > tfoot > tr:last-child > th,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr:last-child > td,
.content-panel > .table-responsive > .digital-download-price-table > tbody > tr:last-child > th,
.content-panel > .table-responsive > .digital-download-price-table > tfoot > tr:last-child > td,
.content-panel > .table-responsive > .digital-download-price-table > tfoot > tr:last-child > th,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr:last-child > td,
.content-panel > .table-responsive > .distribution-list-order-table > tbody > tr:last-child > th,
.content-panel > .table-responsive > .distribution-list-order-table > tfoot > tr:last-child > td,
.content-panel > .table-responsive > .distribution-list-order-table > tfoot > tr:last-child > th,
.content-panel > .table-responsive > .maint-tables > tbody > tr:last-child > td,
.content-panel > .table-responsive > .maint-tables > tbody > tr:last-child > th,
.content-panel > .table-responsive > .maint-tables > tfoot > tr:last-child > td,
.content-panel > .table-responsive > .maint-tables > tfoot > tr:last-child > th,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr:last-child > td,
.content-panel > .table-responsive > .print-ship-price-table > tbody > tr:last-child > th,
.content-panel > .table-responsive > .print-ship-price-table > tfoot > tr:last-child > td,
.content-panel > .table-responsive > .print-ship-price-table > tfoot > tr:last-child > th,
.content-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.content-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.content-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.content-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > #table-sales-byuser-users > tbody > tr:last-child > td,
.panel > #table-sales-byuser-users > tbody > tr:last-child > th,
.panel > #table-sales-byuser-users > tfoot > tr:last-child > td,
.panel > #table-sales-byuser-users > tfoot > tr:last-child > th,
.panel > #table-update-shipping-address-records > tbody > tr:last-child > td,
.panel > #table-update-shipping-address-records > tbody > tr:last-child > th,
.panel > #table-update-shipping-address-records > tfoot > tr:last-child > td,
.panel > #table-update-shipping-address-records > tfoot > tr:last-child > th,
.panel > #table-update-shipping-address-tables > tbody > tr:last-child > td,
.panel > #table-update-shipping-address-tables > tbody > tr:last-child > th,
.panel > #table-update-shipping-address-tables > tfoot > tr:last-child > td,
.panel > #table-update-shipping-address-tables > tfoot > tr:last-child > th,
.panel > .burn-mail-price-table > tbody > tr:last-child > td,
.panel > .burn-mail-price-table > tbody > tr:last-child > th,
.panel > .burn-mail-price-table > tfoot > tr:last-child > td,
.panel > .burn-mail-price-table > tfoot > tr:last-child > th,
.panel > .digital-download-price-table > tbody > tr:last-child > td,
.panel > .digital-download-price-table > tbody > tr:last-child > th,
.panel > .digital-download-price-table > tfoot > tr:last-child > td,
.panel > .digital-download-price-table > tfoot > tr:last-child > th,
.panel > .distribution-list-order-table > tbody > tr:last-child > td,
.panel > .distribution-list-order-table > tbody > tr:last-child > th,
.panel > .distribution-list-order-table > tfoot > tr:last-child > td,
.panel > .distribution-list-order-table > tfoot > tr:last-child > th,
.panel > .maint-tables > tbody > tr:last-child > td,
.panel > .maint-tables > tbody > tr:last-child > th,
.panel > .maint-tables > tfoot > tr:last-child > td,
.panel > .maint-tables > tfoot > tr:last-child > th,
.panel > .print-ship-price-table > tbody > tr:last-child > td,
.panel > .print-ship-price-table > tbody > tr:last-child > th,
.panel > .print-ship-price-table > tfoot > tr:last-child > td,
.panel > .print-ship-price-table > tfoot > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr:last-child > td,
.panel > .table-responsive > #table-sales-byuser-users > tbody > tr:last-child > th,
.panel > .table-responsive > #table-sales-byuser-users > tfoot > tr:last-child > td,
.panel > .table-responsive > #table-sales-byuser-users > tfoot > tr:last-child > th,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:last-child > td,
.panel > .table-responsive > #table-update-shipping-address-records > tbody > tr:last-child > th,
.panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr:last-child > td,
.panel > .table-responsive > #table-update-shipping-address-records > tfoot > tr:last-child > th,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:last-child > td,
.panel > .table-responsive > #table-update-shipping-address-tables > tbody > tr:last-child > th,
.panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr:last-child > td,
.panel > .table-responsive > #table-update-shipping-address-tables > tfoot > tr:last-child > th,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr:last-child > td,
.panel > .table-responsive > .burn-mail-price-table > tbody > tr:last-child > th,
.panel > .table-responsive > .burn-mail-price-table > tfoot > tr:last-child > td,
.panel > .table-responsive > .burn-mail-price-table > tfoot > tr:last-child > th,
.panel > .table-responsive > .digital-download-price-table > tbody > tr:last-child > td,
.panel > .table-responsive > .digital-download-price-table > tbody > tr:last-child > th,
.panel > .table-responsive > .digital-download-price-table > tfoot > tr:last-child > td,
.panel > .table-responsive > .digital-download-price-table > tfoot > tr:last-child > th,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr:last-child > td,
.panel > .table-responsive > .distribution-list-order-table > tbody > tr:last-child > th,
.panel > .table-responsive > .distribution-list-order-table > tfoot > tr:last-child > td,
.panel > .table-responsive > .distribution-list-order-table > tfoot > tr:last-child > th,
.panel > .table-responsive > .maint-tables > tbody > tr:last-child > td,
.panel > .table-responsive > .maint-tables > tbody > tr:last-child > th,
.panel > .table-responsive > .maint-tables > tfoot > tr:last-child > td,
.panel > .table-responsive > .maint-tables > tfoot > tr:last-child > th,
.panel > .table-responsive > .print-ship-price-table > tbody > tr:last-child > td,
.panel > .table-responsive > .print-ship-price-table > tbody > tr:last-child > th,
.panel > .table-responsive > .print-ship-price-table > tfoot > tr:last-child > td,
.panel > .table-responsive > .print-ship-price-table > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.content-panel > .table-responsive,
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.content-panel-group,
.panel-group {
    margin-bottom: 22px;
}
.content-panel-group .content-panel,
.content-panel-group .panel,
.panel-group .content-panel,
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.content-panel-group .content-panel + .content-panel,
.content-panel-group .content-panel + .panel,
.content-panel-group .panel + .content-panel,
.content-panel-group .panel + .panel,
.panel-group .content-panel + .content-panel,
.panel-group .content-panel + .panel,
.panel-group .panel + .content-panel,
.panel-group .panel + .panel {
    margin-top: 5px;
}
.content-panel-group .content-panel-heading,
.content-panel-group .panel-heading,
.panel-group .content-panel-heading,
.panel-group .panel-heading {
    border-bottom: 0;
}
.content-panel-group .content-panel-heading + .panel-collapse > .content-panel-body,
.content-panel-group .content-panel-heading + .panel-collapse > .list-group,
.content-panel-group .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.content-panel-group .content-panel-heading + .panel-collapse > .os-item-info-body,
.content-panel-group .content-panel-heading + .panel-collapse > .os-order-details-body,
.content-panel-group .content-panel-heading + .panel-collapse > .panel-body,
.content-panel-group .panel-heading + .panel-collapse > .content-panel-body,
.content-panel-group .panel-heading + .panel-collapse > .list-group,
.content-panel-group .panel-heading + .panel-collapse > .oh-order-panel-body,
.content-panel-group .panel-heading + .panel-collapse > .os-item-info-body,
.content-panel-group .panel-heading + .panel-collapse > .os-order-details-body,
.content-panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .content-panel-heading + .panel-collapse > .content-panel-body,
.panel-group .content-panel-heading + .panel-collapse > .list-group,
.panel-group .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-group .content-panel-heading + .panel-collapse > .os-item-info-body,
.panel-group .content-panel-heading + .panel-collapse > .os-order-details-body,
.panel-group .content-panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .content-panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-group .panel-heading + .panel-collapse > .os-item-info-body,
.panel-group .panel-heading + .panel-collapse > .os-order-details-body,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #efefef;
}
.content-panel-group .panel-footer,
.panel-group .panel-footer {
    border-top: 0;
}
.content-panel-group .panel-footer + .panel-collapse .content-panel-body,
.content-panel-group .panel-footer + .panel-collapse .oh-order-panel-body,
.content-panel-group .panel-footer + .panel-collapse .os-item-info-body,
.content-panel-group .panel-footer + .panel-collapse .os-order-details-body,
.content-panel-group .panel-footer + .panel-collapse .panel-body,
.panel-group .panel-footer + .panel-collapse .content-panel-body,
.panel-group .panel-footer + .panel-collapse .oh-order-panel-body,
.panel-group .panel-footer + .panel-collapse .os-item-info-body,
.panel-group .panel-footer + .panel-collapse .os-order-details-body,
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #efefef;
}
.content-panel,
.panel-default {
    border-color: #efefef;
}
.content-panel > .content-panel-heading,
.content-panel > .panel-heading,
.panel-default > .content-panel-heading,
.panel-default > .panel-heading {
    color: #333;
    background-color: #f7f7f7;
    border-color: #efefef;
}
.content-panel > .content-panel-heading + .panel-collapse > .content-panel-body,
.content-panel > .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.content-panel > .content-panel-heading + .panel-collapse > .os-item-info-body,
.content-panel > .content-panel-heading + .panel-collapse > .os-order-details-body,
.content-panel > .content-panel-heading + .panel-collapse > .panel-body,
.content-panel > .panel-heading + .panel-collapse > .content-panel-body,
.content-panel > .panel-heading + .panel-collapse > .oh-order-panel-body,
.content-panel > .panel-heading + .panel-collapse > .os-item-info-body,
.content-panel > .panel-heading + .panel-collapse > .os-order-details-body,
.content-panel > .panel-heading + .panel-collapse > .panel-body,
.panel-default > .content-panel-heading + .panel-collapse > .content-panel-body,
.panel-default > .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-default > .content-panel-heading + .panel-collapse > .os-item-info-body,
.panel-default > .content-panel-heading + .panel-collapse > .os-order-details-body,
.panel-default > .content-panel-heading + .panel-collapse > .panel-body,
.panel-default > .panel-heading + .panel-collapse > .content-panel-body,
.panel-default > .panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-default > .panel-heading + .panel-collapse > .os-item-info-body,
.panel-default > .panel-heading + .panel-collapse > .os-order-details-body,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #efefef;
}
.content-panel > .content-panel-heading .badge,
.content-panel > .panel-heading .badge,
.panel-default > .content-panel-heading .badge,
.panel-default > .panel-heading .badge {
    color: #f7f7f7;
    background-color: #333;
}
.content-panel > .panel-footer + .panel-collapse > .content-panel-body,
.content-panel > .panel-footer + .panel-collapse > .oh-order-panel-body,
.content-panel > .panel-footer + .panel-collapse > .os-item-info-body,
.content-panel > .panel-footer + .panel-collapse > .os-order-details-body,
.content-panel > .panel-footer + .panel-collapse > .panel-body,
.panel-default > .panel-footer + .panel-collapse > .content-panel-body,
.panel-default > .panel-footer + .panel-collapse > .oh-order-panel-body,
.panel-default > .panel-footer + .panel-collapse > .os-item-info-body,
.panel-default > .panel-footer + .panel-collapse > .os-order-details-body,
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #efefef;
}
.panel-primary {
    border-color: #00a3e0;
}
.panel-primary > .content-panel-heading,
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00a3e0;
    border-color: #00a3e0;
}
.panel-primary > .content-panel-heading + .panel-collapse > .content-panel-body,
.panel-primary > .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-primary > .content-panel-heading + .panel-collapse > .os-item-info-body,
.panel-primary > .content-panel-heading + .panel-collapse > .os-order-details-body,
.panel-primary > .content-panel-heading + .panel-collapse > .panel-body,
.panel-primary > .panel-heading + .panel-collapse > .content-panel-body,
.panel-primary > .panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-primary > .panel-heading + .panel-collapse > .os-item-info-body,
.panel-primary > .panel-heading + .panel-collapse > .os-order-details-body,
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00a3e0;
}
.panel-primary > .content-panel-heading .badge,
.panel-primary > .panel-heading .badge {
    color: #00a3e0;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .content-panel-body,
.panel-primary > .panel-footer + .panel-collapse > .oh-order-panel-body,
.panel-primary > .panel-footer + .panel-collapse > .os-item-info-body,
.panel-primary > .panel-footer + .panel-collapse > .os-order-details-body,
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00a3e0;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .content-panel-heading,
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .content-panel-heading + .panel-collapse > .content-panel-body,
.panel-success > .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-success > .content-panel-heading + .panel-collapse > .os-item-info-body,
.panel-success > .content-panel-heading + .panel-collapse > .os-order-details-body,
.panel-success > .content-panel-heading + .panel-collapse > .panel-body,
.panel-success > .panel-heading + .panel-collapse > .content-panel-body,
.panel-success > .panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-success > .panel-heading + .panel-collapse > .os-item-info-body,
.panel-success > .panel-heading + .panel-collapse > .os-order-details-body,
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .content-panel-heading .badge,
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .content-panel-body,
.panel-success > .panel-footer + .panel-collapse > .oh-order-panel-body,
.panel-success > .panel-footer + .panel-collapse > .os-item-info-body,
.panel-success > .panel-footer + .panel-collapse > .os-order-details-body,
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .content-panel-heading,
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .content-panel-heading + .panel-collapse > .content-panel-body,
.panel-info > .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-info > .content-panel-heading + .panel-collapse > .os-item-info-body,
.panel-info > .content-panel-heading + .panel-collapse > .os-order-details-body,
.panel-info > .content-panel-heading + .panel-collapse > .panel-body,
.panel-info > .panel-heading + .panel-collapse > .content-panel-body,
.panel-info > .panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-info > .panel-heading + .panel-collapse > .os-item-info-body,
.panel-info > .panel-heading + .panel-collapse > .os-order-details-body,
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .content-panel-heading .badge,
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .content-panel-body,
.panel-info > .panel-footer + .panel-collapse > .oh-order-panel-body,
.panel-info > .panel-footer + .panel-collapse > .os-item-info-body,
.panel-info > .panel-footer + .panel-collapse > .os-order-details-body,
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .content-panel-heading,
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .content-panel-heading + .panel-collapse > .content-panel-body,
.panel-warning > .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-warning > .content-panel-heading + .panel-collapse > .os-item-info-body,
.panel-warning > .content-panel-heading + .panel-collapse > .os-order-details-body,
.panel-warning > .content-panel-heading + .panel-collapse > .panel-body,
.panel-warning > .panel-heading + .panel-collapse > .content-panel-body,
.panel-warning > .panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-warning > .panel-heading + .panel-collapse > .os-item-info-body,
.panel-warning > .panel-heading + .panel-collapse > .os-order-details-body,
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .content-panel-heading .badge,
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .content-panel-body,
.panel-warning > .panel-footer + .panel-collapse > .oh-order-panel-body,
.panel-warning > .panel-footer + .panel-collapse > .os-item-info-body,
.panel-warning > .panel-footer + .panel-collapse > .os-order-details-body,
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .content-panel-heading,
.panel-danger > .panel-heading {
    color: #c8102e;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .content-panel-heading + .panel-collapse > .content-panel-body,
.panel-danger > .content-panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-danger > .content-panel-heading + .panel-collapse > .os-item-info-body,
.panel-danger > .content-panel-heading + .panel-collapse > .os-order-details-body,
.panel-danger > .content-panel-heading + .panel-collapse > .panel-body,
.panel-danger > .panel-heading + .panel-collapse > .content-panel-body,
.panel-danger > .panel-heading + .panel-collapse > .oh-order-panel-body,
.panel-danger > .panel-heading + .panel-collapse > .os-item-info-body,
.panel-danger > .panel-heading + .panel-collapse > .os-order-details-body,
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .content-panel-heading .badge,
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #c8102e;
}
.panel-danger > .panel-footer + .panel-collapse > .content-panel-body,
.panel-danger > .panel-footer + .panel-collapse > .oh-order-panel-body,
.panel-danger > .panel-footer + .panel-collapse > .os-item-info-body,
.panel-danger > .panel-footer + .panel-collapse > .os-order-details-body,
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
/*
.standards .standards-container,
.sb-date-select-container.sb-date-select-well,
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.standards .standards-container blockquote,
.sb-date-select-container.sb-date-select-well blockquote,
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
*/
.well-lg {
    padding: 24px;
    border-radius: 0;
}
.well-sm {
    padding: 9px;
    border-radius: 0;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#btn-cat-nav-collapse .category-collapse-icon,
#btn-cat-nav-collapse.collapsed .category-collapse-icon,
.btn-accordian-collapse .collapse-icon,
.btn-panel-collapse,
.pull-right,
.sub-nav-collapse,
.sub-nav-collapse .sub-nav-collapse-icon,
.sub-nav-collapse.collapsed .sub-nav-collapse-icon {
    float: right !important;
}
.pull-left,
.tag-cloud-list li {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.checkout-price-heading-phone,
.checkout-prod-heading-phone,
.checkout-qty-heading-phone,
.vc-price-heading-phone,
.vc-qty-heading-phone,
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .checkout-price-heading-phone,
    .checkout-prod-heading-phone,
    .checkout-qty-heading-phone,
    .vc-price-heading-phone,
    .vc-qty-heading-phone,
    .visible-xs {
        display: block !important;
    }
    table.checkout-price-heading-phone,
    table.checkout-prod-heading-phone,
    table.checkout-qty-heading-phone,
    table.vc-price-heading-phone,
    table.vc-qty-heading-phone,
    table.visible-xs {
        display: table !important;
    }
    tr.checkout-price-heading-phone,
    tr.checkout-prod-heading-phone,
    tr.checkout-qty-heading-phone,
    tr.vc-price-heading-phone,
    tr.vc-qty-heading-phone,
    tr.visible-xs {
        display: table-row !important;
    }
    td.checkout-price-heading-phone,
    td.checkout-prod-heading-phone,
    td.checkout-qty-heading-phone,
    td.vc-price-heading-phone,
    td.vc-qty-heading-phone,
    td.visible-xs,
    th.checkout-price-heading-phone,
    th.checkout-prod-heading-phone,
    th.checkout-qty-heading-phone,
    th.vc-price-heading-phone,
    th.vc-qty-heading-phone,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .checkout-cart-body-heading,
    .hidden-xs,
    .vc-panel-heading {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 1440px) {
    .container {
        width: 1408px;
    }
}
@media (min-width: 1440px) {
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left;
    }
    .col-xl-1 {
        width: 8.33333%;
    }
    .col-xl-2 {
        width: 16.66667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333%;
    }
    .col-xl-5 {
        width: 41.66667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333%;
    }
    .col-xl-8 {
        width: 66.66667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333%;
    }
    .col-xl-11 {
        width: 91.66667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-pull-1 {
        right: 8.33333%;
    }
    .col-xl-pull-2 {
        right: 16.66667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-4 {
        right: 33.33333%;
    }
    .col-xl-pull-5 {
        right: 41.66667%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-7 {
        right: 58.33333%;
    }
    .col-xl-pull-8 {
        right: 66.66667%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-10 {
        right: 83.33333%;
    }
    .col-xl-pull-11 {
        right: 91.66667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-push-1 {
        left: 8.33333%;
    }
    .col-xl-push-2 {
        left: 16.66667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-4 {
        left: 33.33333%;
    }
    .col-xl-push-5 {
        left: 41.66667%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-7 {
        left: 58.33333%;
    }
    .col-xl-push-8 {
        left: 66.66667%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.33333%;
    }
    .col-xl-push-11 {
        left: 91.66667%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}
.visible-xl {
    display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important;
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1440px) {
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table !important;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    td.visible-xl,
    th.visible-xl {
        display: table-cell !important;
    }
}
@media (min-width: 1440px) {
    .visible-xl-block {
        display: block !important;
    }
}
@media (min-width: 1440px) {
    .visible-xl-inline {
        display: inline !important;
    }
}
@media (min-width: 1440px) {
    .visible-xl-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 1440px) {
    .hidden-lg {
        display: none !important;
    }
}
.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
}
.page-content {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    margin-bottom: 50px;
}
.legacy-skins .site {
    display: block;
}
.legacy-skins .page-content {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
}
.page-header {
    border-bottom: none;
    margin: 15px 0 10px;
}
.page-header h1 {
    margin-top: 0;
}
.header-underlined {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.popup-page-header {
    margin: 15px 0 10px;
}
.popup-page-header h1 {
    margin-top: 0;
}
.iframe-modal-body {
    background-color: transparent;
}
.page-intro {
    margin-bottom: 15px;
}
.page-actions {
    padding-top: 25px;
    text-align: center;
}
.page-actions .btn-ds {
    margin: 0 2px 5px 2px;
}
@media (max-width: 768px) {
    .page-actions .btn-ds {
        width: 100%;
    }
}
.page-row {
    margin-left: -14px;
    margin-right: -14px;
    display: flex;
}

@media (max-width: 768px) {
    .page-row {
        display: block;
    }
}
.page-row:after,
.page-row:before {
    content: " ";
    display: table;
}
.page-row:after {
    clear: both;
}
.page-status {
    color: #c8102e;
}

/* supress .site-message  for development */

.site-message {
    background: #f7f7f7;
    color: #000;
    font-size: 13px;
    width: 100%;
    display: none;
}
.site-message .currency-msg,
.site-message .order-approvals-msg {
    display: inline-block;
    padding: 2px 0;
}
.site-message .order-approvals-msg {
    margin-right: 10px;
}
.approval-orderedby-phone,
.item-count,
.oh-item-count,
.sc-kit-components,
.small,
.thumb-prodid-caption,
.thumbnail-preview-caption,
small {
    font-size: 12px !important;
}
a:focus {
    text-decoration: none;
}
.important-note {
    color: #d9534f !important;
}
dt {
    margin-top: 15px;
    margin-bottom: 3px;
}
dt:first-child {
    margin-top: 0;
}
.content-panel-group .content-panel,
.panel-group .content-panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.content-panel-group .content-panel .content-panel-heading,
.panel-group .content-panel .content-panel-heading {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
.content-panel-group .content-panel .content-panel-heading .btn-panel-collapse,
.panel-group .content-panel .content-panel-heading .btn-panel-collapse {
    border-color: #fff;
}
.content-panel-group .content-panel .content-panel-heading .btn-panel-collapse:hover,
.panel-group .content-panel .content-panel-heading .btn-panel-collapse:hover {
    background-color: #fff;
    border-color: #fff;
}
.content-panel-group .content-panel .content-panel-heading .btn-panel-collapse:focus,
.panel-group .content-panel .content-panel-heading .btn-panel-collapse:focus {
    background-color: #fff;
    border-color: #fff;
}
.content-panel-group .content-panel .content-panel-heading .btn-panel-collapse:active,
.panel-group .content-panel .content-panel-heading .btn-panel-collapse:active {
    background-color: #fff;
    border-color: #fff;
}
.content-panel-group .content-panel .content-panel-body,
.panel-group .content-panel .content-panel-body {
    padding: 15px 0;
}
@media (min-width: 992px) {
    .btn-accordian-collapse .collapse-icon {
        display: none;
    }
}
.error-alert.global-alert {
    margin-bottom: 0;
}
.error-alert h4 {
    margin-bottom: 15px;
    font-weight: 700;
}
.error-alert .error-msg-header {
    font-weight: 700;
}
.error-alert .error-icon {
    font-size: 20px;
}
.error-alert .error-alert-list {
    margin: 10px 0 0 4px;
}
.error-alert .error-alert-list.no-header {
    margin: 0;
}
.error-alert .error-alert-list li {
    margin-bottom: 5px;
}
.error-alert .error-alert-actions {
    margin-top: 15px;
}
.alert-actions {
    margin-top: 15px;
}
.btn-ds {
    display: inline-block;
    margin-bottom: 0;
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 13px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #ffc220;
    border-color: #ffc220;
}
.btn-ds.focus,
.btn-ds:focus {
    color: #fff;
    background-color: #ecab00;
    border-color: #a07400;
}
.btn-ds:hover {
    color: #fff;
    background-color: #ecab00;
    border-color: #e2a400;
}
.btn-ds.active,
.btn-ds:active,
.open > .btn-ds.dropdown-toggle {
    color: #fff;
    background-color: #ecab00;
    border-color: #e2a400;
}
.btn-ds.active.focus,
.btn-ds.active:focus,
.btn-ds.active:hover,
.btn-ds:active.focus,
.btn-ds:active:focus,
.btn-ds:active:hover,
.open > .btn-ds.dropdown-toggle.focus,
.open > .btn-ds.dropdown-toggle:focus,
.open > .btn-ds.dropdown-toggle:hover {
    color: #fff;
    background-color: #c89200;
    border-color: #a07400;
}
.btn-ds.active,
.btn-ds:active,
.open > .btn-ds.dropdown-toggle {
    background-image: none;
}
.btn-ds.disabled.focus,
.btn-ds.disabled:focus,
.btn-ds.disabled:hover,
.btn-ds[disabled].focus,
.btn-ds[disabled]:focus,
.btn-ds[disabled]:hover,
fieldset[disabled] .btn-ds.focus,
fieldset[disabled] .btn-ds:focus,
fieldset[disabled] .btn-ds:hover {
    background-color: #ffc220;
    border-color: #ffc220;
}
.btn-ds .badge {
    color: #ffc220;
    background-color: #fff;
}
.btn-ds.active.focus,
.btn-ds.active:focus,
.btn-ds.focus,
.btn-ds:active.focus,
.btn-ds:active:focus,
.btn-ds:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-ds.focus,
.btn-ds:focus,
.btn-ds:hover {
    color: #fff;
    text-decoration: none;
}
.btn-ds.active,
.btn-ds:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-ds.disabled,
.btn-ds[disabled],
fieldset[disabled] .btn-ds {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-ds.btn-update-loc-filter,
.btn-ds.btn-xs,
.btn-group-xs > .btn-ds.btn,
.btn-group-xs > .btn-ds.btn-error,
.btn-group-xs > .btn-ds.category-nav-toggle {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-ds.btn-sm,
.btn-group-sm > .btn-ds.btn,
.btn-group-sm > .btn-ds.btn-error,
.btn-group-sm > .btn-ds.category-nav-toggle,
.os-item-info-panel .btn-ds,
.sc-actions .btn-ds,
.vc-panel-actions .btn-ds {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-ds.btn-lg,
.btn-group-lg > .btn-ds.btn,
.btn-group-lg > .btn-ds.btn-error,
.btn-group-lg > .btn-ds.category-nav-toggle {
    padding: 12px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.btn-ds.btn-error {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-ds.btn-error.focus,
.btn-ds.btn-error:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-ds.btn-error:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-ds.btn-error.active,
.btn-ds.btn-error:active,
.open > .btn-ds.btn-error.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-ds.btn-error.active.focus,
.btn-ds.btn-error.active:focus,
.btn-ds.btn-error.active:hover,
.btn-ds.btn-error:active.focus,
.btn-ds.btn-error:active:focus,
.btn-ds.btn-error:active:hover,
.open > .btn-ds.btn-error.dropdown-toggle.focus,
.open > .btn-ds.btn-error.dropdown-toggle:focus,
.open > .btn-ds.btn-error.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-ds.btn-error.active,
.btn-ds.btn-error:active,
.open > .btn-ds.btn-error.dropdown-toggle {
    background-image: none;
}
.btn-ds.btn-error.disabled.focus,
.btn-ds.btn-error.disabled:focus,
.btn-ds.btn-error.disabled:hover,
.btn-ds.btn-error[disabled].focus,
.btn-ds.btn-error[disabled]:focus,
.btn-ds.btn-error[disabled]:hover,
fieldset[disabled] .btn-ds.btn-error.focus,
fieldset[disabled] .btn-ds.btn-error:focus,
fieldset[disabled] .btn-ds.btn-error:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-ds.btn-error .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-panel-collapse {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
    background: #ffc220;
}
.btn-nostyle {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    margin: 0;
}
.btn-link,
.more-pricing {
    border: none;
    padding: 0;
}
.datepicker a {
    text-decoration: none;
}
.datepicker a:hover {
    text-decoration: none;
}
.btn-datepicker .calendar-icon {
    font-size: 16px;
}
.field-group.error .form-field {
    border-color: #ebccd1;
    background-color: #f2dede;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-field.input-sm,
.input-group-sm > .form-field,
.input-group-sm > .input-group-btn > .form-field.btn,
.input-group-sm > .input-group-btn > .form-field.btn-error,
.input-group-sm > .input-group-btn > .form-field.category-nav-toggle,
.select2-container--default .input-group-sm > .form-field.select2-selection--single {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.form-field-static {
    padding-top: 3px;
    padding-bottom: 0;
}
.field-static-block {
    display: block;
}
.form-field-help-text {
    font-size: 12px;
    margin-bottom: 0;
}
.checkbox label {
    font-weight: 400 !important;
}
.checkbox.fields-grouping-3 {
    margin-top: 0;
}
.fields-inline .desc-field-label,
.fields-inline .form-field {
    display: block;
    margin-top: 10px;
    width: 100%;
}
@media (min-width: 768px) {
    .fields-inline .desc-field-label,
    .fields-inline .form-field {
        margin-right: 15px;
        display: inline-block;
        width: auto;
    }
}
.fields-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.fields-inline .input-group .form-control,
.fields-inline .input-group .form-field,
.fields-inline .input-group .input-group-addon,
.fields-inline .input-group .input-group-btn,
.fields-inline .input-group .select2-container--default .select2-selection--single,
.select2-container--default .fields-inline .input-group .select2-selection--single {
    width: auto;
}
.fields-inline .input-group .form-field {
    margin-right: 0;
    margin-top: 0;
}
.fields-grouping-2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .fields-grouping-2 {
        float: left;
        width: 50%;
    }
}
.fields-grouping-3 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .fields-grouping-3 {
        float: left;
        width: 33.33333%;
    }
}
.fields-grouping-4 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .fields-grouping-4 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .fields-grouping-4 {
        float: left;
        width: 25%;
    }
}
.field-size-1 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-1 {
        float: left;
        width: 8.33333%;
    }
}
.field-size-2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-2 {
        float: left;
        width: 16.66667%;
    }
}
.field-size-3 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-3 {
        float: left;
        width: 25%;
    }
}
.field-size-4 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-4 {
        float: left;
        width: 33.33333%;
    }
}
.field-size-5 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-5 {
        float: left;
        width: 41.66667%;
    }
}
.field-size-6 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-6 {
        float: left;
        width: 50%;
    }
}
.field-size-7 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-7 {
        float: left;
        width: 58.33333%;
    }
}
.field-size-8 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-8 {
        float: left;
        width: 66.66667%;
    }
}
.field-size-9 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-9 {
        float: left;
        width: 75%;
    }
}
.field-size-10 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-10 {
        float: left;
        width: 83.33333%;
    }
}
.field-size-11 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-size-11 {
        float: left;
        width: 91.66667%;
    }
}
.field-size-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.input-group-unstyled .form-field:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-unstyled .input-group-addon {
    padding: 0 0 0 5px;
    background-color: transparent;
    border: none;
}
.radio label {
    font-weight: 400 !important;
}
.radio-inline label {
    font-weight: 400 !important;
}
.form-actions {
    margin-top: 10px;
    text-align: left;
}
.form-actions .btn-ds + .btn-ds {
    margin-left: 3px;
}
@media (max-width: 768px) {
    .form-actions .btn-ds + .btn-ds {
        margin: 5px 0;
    }
}
@media (max-width: 768px) {
    .form-actions .btn-ds {
        width: 100%;
        margin: 5px 0;
    }
}
.error.form-field,
.has-error.form-field {
    border-color: #ebccd1;
    background-color: #f2dede;
}
.error label,
.has-error label {
    color: #c8102e;
}
.required-field {
    color: #c8102e;
    font-weight: 400;
}
iframe {
    border: none;
}
.modal-backdrop.fade.in {
    opacity: 0.5;
}
.modal-fullscreen {
    background: 0 0;
    padding-right: 0 !important;
}
.modal-fullscreen .modal-content {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-fullscreen .modal-content .modal-header .close {
    font-size: 36px;
}
.modal-fullscreen .modal-content .modal-header .modal-title {
    font-size: 22px;
}
.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.modal-fullscreen .modal-footer {
    border-top: none;
}
.modal-backdrop-fullscreen {
    background: #fff;
}
.modal-backdrop-fullscreen.fade.in {
    opacity: 0.97 !important;
}
.modal-iframe-body {
    background: 0 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
}
.modal-xl {
    max-width: 1140px;
    width: auto;
}
.modal__dynamic .modal__title {
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 25px;
}
.modal__dynamic .modal__title h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
    .modal__dynamic .modal__title h1 {
        font-size: 26px;
    }
}
.modal__dynamic .modal-header {
    padding: 0;
    border-bottom: 0;
}
.modal__dynamic .modal-header button.close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 30px;
    z-index: 1050;
}
.modal__dynamic .modal-body {
    padding: 0;
}
.modal__dynamic .content__container {
    padding: 25px;
}
.modal__dynamic .modal-footer {
    border-top: 0;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
.content-panel {
    margin-bottom: 15px;
}
.content-panel .maint-tables thead tr th {
    padding-left: 15px;
    padding-right: 15px;
}
.content-panel .maint-tables tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
}
.content-panel-heading:after,
.content-panel-heading:before {
    content: " ";
    display: table;
}
.content-panel-heading:after {
    clear: both;
}
.content-panel-heading .panel-heading-actions {
    float: right;
}
.content-panel-heading .panel-heading-actions .btn-link,
.content-panel-heading .panel-heading-actions .more-pricing {
    padding: 0;
}
.content-panel-heading .panel-heading-actions .panel-heading-actions-list li {
    float: left;
    margin-left: 15px;
}
.content-panel-title {
    display: inline-block;
}
.content-panel-title a:hover {
    text-decoration: none;
}
.content-panel-actions {
    padding-top: 15px;
}
.content-panel-actions .btn-ds {
    margin: 0 2px 5px 2px;
}
@media (max-width: 768px) {
    .content-panel-actions .btn-ds {
        width: 100%;
    }
}
.btn-panel-collapse {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    color: #333;
    background: #fff;
}
.content-panel-title a:hover,
.panel-title a:hover {
    text-decoration: none;
}
.panel-danger .content-panel-heading,
.panel-danger .panel-heading {
    background-color: #f2dede !important;
    border-color: #c8102e !important;
    color: #c8102e !important;
}
.no-more-tables table,
.no-more-tables tbody,
.no-more-tables td,
.no-more-tables th,
.no-more-tables thead,
.no-more-tables tr {
    display: block;
}
.no-more-tables thead > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.no-more-tables > tr {
    border: 1px solid #ddd;
}
.no-more-tables > td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
}
.no-more-tables > td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
    content: attr(data-title);
}
.select2-container--default .select2-selection--single:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.multiselect-native-select .btn-group {
    width: 100%;
}
.multiselect-native-select .btn-group .btn,
.multiselect-native-select .btn-group .btn-error,
.multiselect-native-select .btn-group .category-nav-toggle {
    text-align: right;
    width: 100%;
}
.multiselect-native-select .btn-group .btn-default.btn-error:hover,
.multiselect-native-select .btn-group .btn-default.category-nav-toggle:hover,
.multiselect-native-select .btn-group .btn.btn-default:hover {
    background-color: #fff;
}
.multiselect-native-select .btn-group .btn .multiselect-selected-text,
.multiselect-native-select .btn-group .btn-error .multiselect-selected-text,
.multiselect-native-select .btn-group .category-nav-toggle .multiselect-selected-text {
    float: left;
}
.ui-widget {
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}
.ui-state-default {
    font-size: 14px;
    font-weight: 700 !important;
}
.slick-header-column.ui-state-default {
    height: 25px !important;
}
.slick-header.ui-state-default {
    border-left: 1px solid #d3d3d3 !important;
}
.r0 {
    border-left: 1px dotted silver !important;
}
.ui-state-default.slick-header-column {
    height: 30px !important;
}
.slick-ds-next,
.slick-ds-prev {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 38px;
    margin: 0;
    opacity: 0.5;
    outline: 0;
    padding: 2px 10px 4px 10px;
    position: absolute;
    top: 40%;
    z-index: 1;
}
.slick-ds-next:hover,
.slick-ds-prev:hover {
    opacity: 1;
}
.slick-ds-prev {
    -webkit-box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.2);
    border-left: 0;
    left: 0;
}
.slick-ds-next {
    -webkit-box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.2);
    border-right: 0;
    right: 0;
}
.slick-slide img {
    margin: 0 auto;
}
.table-no-border th {
    border-bottom: none !important;
}
.table-no-border td {
    border-top: none !important;
}
.table-icons-list {
    margin-bottom: 0;
}
.table-icons-list li {
    display: inline-block;
    margin-left: 12px;
}
.table-icons-list li:first-child {
    margin-left: 0;
}
.edit-maint-tables-fields {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .edit-maint-tables-fields {
        float: left;
        width: 50%;
    }
}
.table-cart-totals {
    border: 1px solid #efefef;
}
.table-cart-totals tbody tr td,
.table-cart-totals tbody tr th {
    border-top: none;
}
@media (min-width: 768px) {
    .table-cart-totals tbody tr td,
    .table-cart-totals tbody tr th {
        text-align: right;
    }
}
.table-cart-totals tbody tr td.os-order-total,
.table-cart-totals tbody tr th.os-order-total {
    border-top: 1px solid #efefef !important;
}
.table-cart-totals tbody tr:last-child {
    border-top: 1px solid #efefef;
}
.ds-tabs {
    background-color: #f7f7f7;
    border-bottom: 2px solid #efefef;
    border-top: 2px solid #efefef;
}
.ds-tabs li {
    margin-bottom: -2px;
}
.ds-tabs li.active a {
    background-color: #fff !important;
    border-bottom: 2px solid #8f8dcb !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    color: #000;
}
.ds-tabs li a {
    border-bottom: 2px solid transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding: 8px 15px;
}
.ds-tabs li a:hover {
    background-color: #e3e3e3 !important;
}
.ds-tab-content {
    border: none;
    padding-top: 15px;
}
.ds-tabs-alternate {
    background-color: #f1f1f1;
}
.ds-tabs-alternate li a {
    border-radius: 0;
    color: #8e9aa2;
    margin-right: 0;
}
.ds-tabs-alternate li a:hover {
    background: #f6f6f6;
    border-top-color: #f1f1f1;
    border-right-color: #f1f1f1;
    border-left-color: #f1f1f1;
}
.ds-tab-content-alt {
    border: 1px solid #ddd;
    border-top: none;
    padding: 30px;
}
#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 40px;
    display: none;
}
.products-carousel .products-carousel-item .products-carousel-item-description {
    margin-top: 10px;
    text-align: center;
}
.home-prod-grid {
    text-align: center;
}
#feat-prod-grid .feat-products-grid-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 35px;
    text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
    #feat-prod-grid .feat-products-grid-item {
        width: 50%;
    }
}
@media (min-width: 768px) {
    #feat-prod-grid .feat-products-grid-item {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 992px) {
    #feat-prod-grid .feat-products-grid-item {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    #feat-prod-grid .feat-products-grid-item {
        float: left;
        width: 25%;
    }
}
#feat-prod-grid .feat-products-grid-item a {
    display: inline-block;
}
#feat-prod-grid .feat-products-grid-item .feat-products-grid-img-container {
    padding-bottom: 10px;
}
#feat-prod-grid .feat-products-grid-item .feat-products-grid-img-container img {
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
}
/*
.cartWithCountIcon {
    position: relative;
}
.cartWithCountIcon .cartCountBadge {
    background-color: #8f8dcb;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    position: absolute;
    top: -3px;
    right: -1px;
}
@media screen and (min-width: 992px) {
    .cartWithCountIcon .cartCountBadge {
        top: -7px;
        right: -7px;
    }
}
.input-group .form-field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-field:focus {
    z-index: 3;
}
.input-group .form-field,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-field:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 9px 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #e3e3e3;
    border: 1px solid #efefef;
    border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn-error,
.input-group-sm > .input-group-btn > .input-group-addon.category-nav-toggle,
.select2-container--default .input-group-sm > .input-group-addon.select2-selection--single {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn-error,
.input-group-lg > .input-group-btn > .input-group-addon.category-nav-toggle,
.select2-container--default .input-group-lg > .input-group-addon.select2-selection--single {
    padding: 12px 16px;
    font-size: 20px;
    border-radius: 0;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-field:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn-ds,
.input-group-btn:first-child > .btn-group > .btn-ds,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-ds:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-ds {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-field:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-ds:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-ds,
.input-group-btn:last-child > .btn-ds,
.input-group-btn:last-child > .btn-group > .btn-ds,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn-ds {
    position: relative;
}
.input-group-btn > .btn-ds + .btn-ds {
    margin-left: -1px;
}
.input-group-btn > .btn-ds:active,
.input-group-btn > .btn-ds:focus,
.input-group-btn > .btn-ds:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn-ds,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn-ds,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.notifyResultMsg {
    display: none;
}
.card {
    border-color: #efefef;
    border-style: solid;
    border-width: 1px;
}
.card__img {
    background-color: #efefef;
}
.card__title {
    padding: 15px;
}
.card__content {
    padding: 15px;
}
.card__actions {
    padding: 15px;
}
.card__accordion {
    margin-bottom: 15px;
}
.card__accordion .card__header .accordion__title {
    background: 0 0;
    cursor: pointer;
    font-weight: 700;
    padding: 15px;
    text-align: left;
    width: 100%;
}
.card__accordion .card__header .accordion__title .accordion__icon {
    float: right;
}
.card__accordion .card__content {
    overflow: hidden;
    padding: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.card__accordion.active .card__content {
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.card__accordion .card__contentContainer {
    padding: 15px 22px;
}
.page__loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.page__loadingIconContainer {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page__loadingIcon {
    font-size: 30px;
}
.page__loadingText {
    font-size: 22px;
    margin-top: 8px;
}
.sidebar {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 25px;
}
@media (min-width: 992px) {
    .sidebar {
        float: left;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .sidebar {
        margin-bottom: 0;
    }
}
.sidebar .sidebar-block {
    border: none;
    margin-bottom: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .sidebar .sidebar-block {
        border: 1px solid #efefef;
        margin-bottom: 25px;
        padding: 15px;
    }
}
.sidebar .sidebar-block.tags {
    display: none;
}
@media (min-width: 992px) {
    .sidebar .sidebar-block.tags {
        display: block;
    }
}
.sidebar .sidebar-block-heading {
    border-bottom: 3px solid #efefef;
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    .sidebar .sidebar-block-heading {
        margin-bottom: 10px;
    }
}
.sidebar .sidebar-block-heading h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.sidebar .sidebar-block-heading#category-block-heading {
    display: none;
}
@media (min-width: 992px) {
    .sidebar .sidebar-block-heading#category-block-heading {
        display: block;
        margin-bottom: 0;
    }
}
#category-block-heading h4 a {
    color: inherit;
}
#category-block-heading h4 a:active,
#category-block-heading h4 a:focus,
#category-block-heading h4 a:hover {
    text-decoration: none;
}
.side-nav-categories {
    border: 1px solid #efefef;
    padding: 15px;
}
.side-nav-categories.in {
    overflow-y: auto;
}
@media (min-width: 992px) {
    .side-nav-categories {
        border: none;
        padding: 0;
    }
    .side-nav-categories.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    .side-nav-categories.in {
        overflow-y: visible;
    }
}
.category-nav li {
    border-bottom: 1px solid #efefef;
}
.category-nav li:last-child {
    border-bottom: none;
}
.category-nav li a {
    color: #000;
    padding: 10px 0 !important;
}
.category-nav li a:active,
.category-nav li a:focus,
.category-nav li a:hover {
    color: #00b3be;
    outline: 0;
}
.category-nav li a.active-link {
    color: #8f8dcb;
}
.category-nav li ul.cat-sub-nav {
    padding-left: 10px;
}
.category-nav .cat-sub-nav li {
    border-bottom: 0;
}
.category-nav .cat-sub-nav li a {
    padding: 10px 0 !important;
}
.category-nav .cat-sub-nav li a:focus {
    outline: 0;
}
.cat-sub-nav-level2 {
    margin-left: 15px;
}
.sub-nav-collapse {
    display: inline-block !important;
    width: 10%;
}
.sub-nav-collapse .sub-nav-collapse-icon {
    padding-left: 10px;
    cursor: pointer;
}
.cat-nav-link {
    display: inline-block !important;
    width: 90%;
}
.cat-sub-nav-icon {
    margin-right: 10px;
}
#btn-cat-nav-collapse {
    background-color: transparent;
    border-color: #ddd;
    border-radius: 0;
    color: #000;
    text-align: left;
}
@media (min-width: 992px) {
    #btn-cat-nav-collapse {
        display: none;
    }
}
#btn-cat-nav-collapse.active,
#btn-cat-nav-collapse.focus,
#btn-cat-nav-collapse:active,
#btn-cat-nav-collapse:focus,
#btn-cat-nav-collapse:hover {
    background-color: transparent !important;
    border-color: #ddd !important;
    color: #000 !important;
}
#btn-cat-nav-collapse.active,
#btn-cat-nav-collapse:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#btn-cat-nav-collapse h4 {
    margin: 5px 0;
}
#dal-error-page {
    margin-top: 50px;
}
#project-name-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #project-name-group {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    #project-name-group {
        float: left;
        width: 33.33333%;
    }
}
.existing-campaign-container,
.new-campaign-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .existing-campaign-container,
    .new-campaign-container {
        float: left;
        width: 50%;
    }
}
#artboard-page .container {
    height: 80%;
}
#artboard-page .page-actions {
    text-align: right;
}
#artboard-page #proof {
    width: 100%;
    height: auto;
}
#artboard-page #proof #proofWrapper {
    width: 100%;
    height: auto;
    text-align: center;
}
#artboard-page #proof #proofWrapper div.artboard-proof-img-wrapper + div.artboard-proof-img-wrapper {
    margin-left: 15px;
}
#artboard-page #proof #proofWrapper .artboard-proof-img-wrapper {
    display: inline-block;
}
#artboard-page #proof #proofWrapper .artboard-proof-img-wrapper img {
    border: 1px solid #efefef;
    margin: 0 auto;
}
#artboard-page #proof #proofWrapper .artboard-proof-img-wrapper p {
    display: inline-block;
    max-width: 500px;
    text-align: center;
}
#artboard-page #proof .page-actions {
    padding-bottom: 50px;
}
#artboard-page #proof #proofButtonWrapper {
    margin-top: 25px;
    width: 100%;
}
#artboard-page #design #projectTitle h5 {
    display: inline-block;
}
#artboard-page #projects {
    width: 100%;
    height: auto;
}
.shipment-panel-body-row h5 {
    font-weight: 600;
}
.shipment-address,
.shipment-items,
.shipment-method {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.shipment-address,
.shipment-method {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .shipment-address,
    .shipment-method {
        float: left;
        width: 50%;
    }
}
.shipment-method {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .shipment-method {
        left: 50%;
    }
}
@media (min-width: 768px) {
    .shipment-address {
        right: 50%;
    }
}
.calc-freight-actions {
    margin-top: 25px;
}
.category-grid-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .category-grid-item {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .category-grid-item {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .category-grid-item {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1440px) {
    .category-grid-item {
        float: left;
        width: 16.66667%;
    }
}
.category-grid-item .category-item .category-grid-img .ds-thumbnail {
    margin: 0 auto;
    max-height: 200px;
    max-width: 200px;
}
.category-grid-item .category-item .category-grid-desc {
    text-align: center;
    margin-top: 15px;
}
.category-grid-item .category-item .category-grid-desc .category-name {
    font-size: 18px;
    font-weight: 400;
}
.cc-error-heading {
    font-size: 18px;
    padding: 0 0 11px 0;
}
.checkout-forms {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .checkout-forms {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .checkout-forms {
        right: 50%;
    }
}
@media (min-width: 992px) {
    .checkout-forms {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 992px) {
    .checkout-forms {
        right: 41.66667%;
    }
}
.checkout-cart {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .checkout-cart {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .checkout-cart {
        left: 50%;
    }
}
@media (min-width: 992px) {
    .checkout-cart {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 992px) {
    .checkout-cart {
        left: 58.33333%;
    }
}
.checkout-cart-body-heading {
    font-weight: 700;
    margin-bottom: 5px;
}
.checkout-prod-heading.show-price,
.checkout-product.show-price {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .checkout-prod-heading.show-price,
    .checkout-product.show-price {
        float: left;
        width: 50%;
    }
}
.checkout-prod-heading.no-price,
.checkout-product.no-price {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .checkout-prod-heading.no-price,
    .checkout-product.no-price {
        float: left;
        width: 66.66667%;
    }
}
.checkout-price-heading.show-price,
.checkout-price.show-price,
.checkout-qty-heading.show-price,
.checkout-qty.show-price {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .checkout-price-heading.show-price,
    .checkout-price.show-price,
    .checkout-qty-heading.show-price,
    .checkout-qty.show-price {
        float: left;
        width: 25%;
    }
}
.checkout-qty-heading.no-price,
.checkout-qty.no-price {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .checkout-qty-heading.no-price,
    .checkout-qty.no-price {
        float: left;
        width: 33.33333%;
    }
}
.checkout-price-heading-phone,
.checkout-prod-heading-phone,
.checkout-qty-heading-phone {
    font-weight: 700;
}
.checkout-cart-items {
    margin: 0;
}
.checkout-cart-items li {
    border-top: 1px solid #efefef;
    padding: 10px 0;
}
.checkout-cart-items li:first-child {
    border-top: none;
    padding-top: 0;
}
.checkout-cart-items li:last-child {
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .checkout-cart-items li:first-child {
        border-top: none;
        padding: 0;
    }
}
.checkout-panel-section {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .checkout-panel-section {
        margin-bottom: 0;
    }
}
.checkout-product {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .checkout-product {
        float: left;
        width: 58.33333%;
    }
}
.checkout-price {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
}
@media (min-width: 768px) {
    .checkout-price {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 768px) {
    .checkout-price {
        text-align: right;
    }
}
.checkout-cart-totals {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 1200px) {
    .checkout-cart-totals {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 1200px) {
    .checkout-cart-totals {
        margin-left: 41.66667%;
    }
}
.table-cart-totals {
    border: 1px solid #efefef;
}
.table-cart-totals tbody tr td,
.table-cart-totals tbody tr th {
    border-top: none;
}
@media (min-width: 768px) {
    .table-cart-totals tbody tr td,
    .table-cart-totals tbody tr th {
        text-align: right;
    }
}
.table-cart-totals tbody tr td.os-order-total,
.table-cart-totals tbody tr th.os-order-total {
    border-top: 1px solid #efefef !important;
}
.table-cart-totals tbody tr:last-child {
    border-top: 1px solid #efefef;
}
.cart-totals-shipping-note {
    text-align: left !important;
}
.checkout-total {
    border-top: 1px solid #efefef !important;
}
.checkout-kit-components {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.checkout-kit-components-collapse {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 5px;
}
.checkout-kit-list {
    padding-left: 30px;
}
.checkout-kit-list li {
    border: none;
    padding: 3px 0;
}
#billing-city,
#billing-country,
#billing-state,
#billing-zip,
#cc-billing-city,
#cc-billing-country,
#cc-billing-state,
#cc-billing-zip {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #billing-city,
    #billing-country,
    #billing-state,
    #billing-zip,
    #cc-billing-city,
    #cc-billing-country,
    #cc-billing-state,
    #cc-billing-zip {
        float: left;
        width: 50%;
    }
}
.cc-expire-month {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .cc-expire-month {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 768px) {
    .cc-expire-month {
        margin-bottom: 0;
    }
}
.credit-amount,
.funding-amount {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .credit-amount,
    .funding-amount {
        float: left;
        width: 50%;
    }
}
.cc-expire-year {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .cc-expire-year {
        float: left;
        width: 41.66667%;
    }
}
.split-payemnt {
    color: #c8102e;
}
.split-payemnt a {
    color: #c8102e;
}
.contact-section {
    margin-bottom: 20px;
}
#dal-error-page {
    margin-top: 50px;
}
#dal-error-page-skin {
    margin-top: 30px;
}
.page-error-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .page-error-img {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 992px) {
    .page-error-img {
        float: left;
        width: 33.33333%;
    }
}
.page-error-img img {
    margin: 0 auto;
}
.page-error-msg {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .page-error-msg {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 992px) {
    .page-error-msg {
        float: left;
        width: 66.66667%;
    }
}
.page-error-msg h2 {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .page-error-msg h2 {
        margin-bottom: 35px;
    }
}
.page-error-msg p {
    font-size: 18px;
}
@media (min-width: 992px) {
    .page-error-msg p {
        font-size: 22px;
    }
}
.page-error-msg .error-event-id {
    font-size: 20px;
}
@media (min-width: 992px) {
    .page-error-msg .error-event-id {
        font-size: 24px;
    }
}
.data-set-edit-container {
    margin-top: 20px;
}
.dataset-item {
    margin-top: 25px;
}
.dataset-item:first-child {
    margin-top: 0;
}
.dataset-item .item-header h5 {
    margin-bottom: 5px;
}
.dataset-item .checkbox h5 {
    margin-top: 0;
    margin-bottom: 0;
}
.dataset-row {
    margin-left: 15px;
}
.dataset-row .field-group label {
    display: block;
}
.dataset-row .field-group input {
    display: inline-block;
    width: auto;
}
.dataset-row .form-inline .field-group {
    margin-bottom: 15px;
}
.dig-download-item-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .dig-download-item-img {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .dig-download-item-img {
        float: left;
        width: 25%;
    }
}
.dig-download-item-img .product-thumbnail {
    margin: auto;
}
@media (max-width: 768px) {
    .dig-download-item-img {
        margin-bottom: 10px;
    }
}
.dig-download-item-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .dig-download-item-details {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .dig-download-item-details {
        float: left;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .dig-download-item-details {
        margin-bottom: 15px;
    }
}
.dig-download-item-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .dig-download-item-actions {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .dig-download-item-actions {
        float: left;
        width: 25%;
    }
}
*/
.policy-section {
    padding-bottom: 5px;
}
#BitmapViewer1 {
    margin: 0 auto;
    width: auto !important;
    max-width: 600px;
}
#BitmapViewer1_ScrollableArea {
    margin: 0 auto;
    max-width: 600px;
}
#image-crop-body {
    padding-top: 0;
    padding-bottom: 0;
}
#crop-page .page-actions {
    margin-bottom: 25px;
}
.cropImg {
    max-width: 100%;
    width: 100%;
}
.crop-container {
    margin: 35px auto 0 auto;
}
@media (min-width: 768px) {
    .crop-image-preview-wrap h5 {
        margin-top: 0;
    }
}
.crop-preview {
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.crop-preview img {
    max-width: 100%;
}
.message-block {
    margin-top: 25px;
}
.cropped-img {
    display: none;
}
#public-lib-search {
    width: 100%;
}
.image-lib-results-count {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.img-lib-link:hover .thumbnail {
    border-color: #8f8dcb;
}
.grid-sizer,
.lib-image {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .grid-sizer,
    .lib-image {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .grid-sizer,
    .lib-image {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .grid-sizer,
    .lib-image {
        float: left;
        width: 16.66667%;
    }
}
@media (min-width: 1440px) {
    .grid-sizer,
    .lib-image {
        float: left;
        width: 16.66667%;
    }
}
.lib-image {
    margin-bottom: 15px;
}
.lib-image .thumbnail {
    margin-bottom: 0;
}
.lib-image-thumb {
    margin: 0 auto;
}
.image-lib-pager {
    text-align: center;
}
.resolution-warning {
    margin-top: 15px;
}
.page-note {
    margin-top: 15px;
}
.data-file-headings-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .data-file-headings-container {
        float: left;
        width: 58.33333%;
    }
}
.data-file-headings-table {
    margin: 15px 0 25px 0;
}
.product-maint-left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .product-maint-left {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .product-maint-left {
        float: left;
        width: 66.66667%;
    }
}
.product-maint-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .product-maint-right {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .product-maint-right {
        float: left;
        width: 33.33333%;
    }
}
.cat-tree-heading {
    font-size: 14px;
}
.cat-tree-toolbar {
    font-size: 12px;
    margin-top: 5px;
}
.cat-tree-items {
    font-size: 14px;
}
#root_tree1.ob_t3 {
    border: none;
    background-color: transparent;
}
#root_tree1.ob_t3 a {
    color: #36c !important;
}
.profile-left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .profile-left {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 992px) {
    .profile-left {
        float: left;
        width: 66.66667%;
    }
}
.profile-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .profile-right {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 992px) {
    .profile-right {
        float: left;
        width: 33.33333%;
    }
}
.profile-filters {
    text-align: center;
}
.profile-results {
    margin-top: 20px;
}
.maint-profile-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.maint-profile-content {
    margin-top: 15px;
}
.maint-profile-content-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.row-hidden {
    display: none;
}
.btn-update-loc-filter {
    float: right;
}
.address-table-record-form {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .address-table-record-form {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .address-table-record-form {
        margin-left: 25%;
    }
}
.edit-valueset-record-left,
.edit-valueset-record-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .edit-valueset-record-left,
    .edit-valueset-record-right {
        float: left;
        width: 50%;
    }
}
#dbase-pagination {
    text-align: center;
}
#btn-add-history-group,
#btn-edit-history-group {
    padding: 0;
}
#immediate-download-prod-actions {
    text-align: left;
}
.amIHuman {
    display: none;
}
.password-reset-forms {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .password-reset-forms {
        float: left;
        width: 33.33333%;
    }
}
@media (max-width: 500px) {
    .password-reset-forms {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
.profile-info {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
/*
@media (min-width: 768px) {
    .profile-info {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 992px) {
    .profile-info {
        float: left;
        width: 33.33333%;
    }
}
*/
.profile-settings {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .profile-settings {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 992px) {
    .profile-settings {
        float: left;
        width: 66.66667%;
    }
}
.profile-info-panel .content-panel-heading h4 {
    font-weight: 600;
}
.profile-edit {
    font-size: 14px;
}
.profile-content .profile-info-list {
    margin-bottom: 0;
}
.profile-content .profile-info-list li {
    margin-bottom: 10px;
}
.profile-content .profile-info-list li:last-child {
    margin-bottom: 0;
}
.profile-content .form-field-static {
    min-height: 0;
    padding: 0;
}
#account-settings-tabs {
    border-top-width: 1px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1px;
}
.account-settings-tabs li.active a {
    border-bottom: 2px solid #00a3e0 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.account-settings-tabs li a {
    border-bottom: 2px solid transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding: 8px 15px;
}
.account-settings-content {
    border: 1px solid #efefef;
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px;
}
.account-tabs-list {
    margin-bottom: 0;
}
.account-tabs-list li {
    padding: 3px 0;
}
.account-tabs-list li:last-child p {
    margin-bottom: 0;
}
.profile-link-descriptions {
    font-size: 14px;
    margin-top: 5px;
}
@media (max-width: 992px) {
    .profile-settings-panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.profile-settings-panel .content-panel-title,
.profile-settings-panel .panel-title {
    font-weight: 600;
}
@media (max-width: 992px) {
    .profile-settings-panel .content-panel-body {
        padding: 0;
    }
}
.order-approval-panel label {
    margin-bottom: 0;
}
.approval-order-num {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-order-num {
        float: left;
        width: 33.33333%;
    }
}
.approval-ordered-by {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-ordered-by {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .approval-ordered-by {
        right: 16.66667%;
    }
}
.approval-panel-collapse {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-panel-collapse {
        float: left;
        width: 16.66667%;
    }
}
@media (min-width: 768px) {
    .approval-panel-collapse {
        left: 50%;
    }
}
.approval-order-details {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-order-details {
        float: left;
        width: 75%;
    }
}
@media (min-width: 768px) {
    .approval-order-details {
        border-right: 1px solid #efefef;
    }
}
.approval-order-actions {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}
@media (min-width: 768px) {
    .approval-order-actions {
        float: left;
        width: 25%;
    }
}
@media (min-width: 768px) {
    .approval-order-actions {
        margin-top: 0;
        padding-left: 15px;
    }
}
.approval-order-actions .btn-ds {
    margin-bottom: 5px;
}
.approval-order-desc {
    font-size: 18px;
}
.approval-order-created-date,
.approval-order-shipped-date,
.approval-order-submitted-date {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-order-created-date,
    .approval-order-shipped-date,
    .approval-order-submitted-date {
        float: left;
        width: 33.33333%;
    }
}
.order-review-items {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .order-review-items {
        float: left;
        width: 66.66667%;
    }
}
.order-review-fields {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .order-review-fields {
        float: left;
        width: 33.33333%;
    }
}
.order-review-products-panel .order-review-panel-title {
    font-size: 14px;
    margin-right: 10px;
}
.order-review-product {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.order-review-product:first-child {
    padding-top: 0;
}
.order-review-product:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.order-review-prod-thumb .order-review-prod-img {
    max-width: 150px;
    max-height: 150px;
}
.order-review-prod-thumb .order-review-actions {
    padding-right: 10px;
}
.order-review-prod-thumb .order-review-actions .btn-ds {
    width: 100%;
}
.order-review-prod-details .order-review-prod-desc {
    font-size: 14px;
}
.order-review-prod-details .order-review-prod-order-details {
    margin-top: 10px;
}
.order-review-prod-details .order-review-prod-order-details .order-review-prod-order-summary .order-review-order-summary-table {
    width: 100%;
}
.order-review-prod-details .order-review-prod-order-details .order-review-prod-order-summary .order-review-order-summary-table td {
    text-align: right;
}
.order-review-totals {
    padding-top: 20px;
    text-align: right;
}
.approval-order-prod-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 1200px) {
    .approval-order-prod-details {
        float: left;
        width: 75%;
    }
}
.approval-proof-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 15px;
}
@media (min-width: 1200px) {
    .approval-proof-actions {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .approval-proof-actions {
        margin-top: 0;
    }
}
.approval-proof-actions .btn-ds {
    width: 100%;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .approval-proof-actions .btn-ds {
        width: auto;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .approval-proof-actions .btn-ds {
        width: 100%;
        margin-bottom: 8px;
    }
}
.order-approval-item-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .order-approval-item-preview {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .order-approval-item-preview {
        float: left;
        width: 25%;
    }
}
.approval-prod-description {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .approval-prod-description {
        float: left;
        width: 66.66667%;
    }
}
@media (min-width: 1200px) {
    .approval-prod-description {
        float: left;
        width: 75%;
    }
}
.approval-prod-order-info,
.approval-prod-order-ship-info {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-prod-order-info,
    .approval-prod-order-ship-info {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .approval-prod-order-info,
    .approval-prod-order-ship-info {
        margin-bottom: 0;
    }
}
.approval-prod-costcenter,
.approval-prod-order-qty,
.approval-prod-price,
.approval-prod-tax {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-prod-costcenter,
    .approval-prod-order-qty,
    .approval-prod-price,
    .approval-prod-tax {
        float: left;
        width: 50%;
    }
}
.approval-prod-ship-address,
.approval-prod-ship-method {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .approval-prod-ship-address,
    .approval-prod-ship-method {
        float: left;
        width: 50%;
    }
}
#tableOrderApprovalBalDue tr td,
#tableOrderApprovalBalDue tr th {
    text-align: left;
}
.order-confirm-thumb-note {
    border-top: 1px solid #efefef;
    padding: 25px 0;
}
.order-confirm-thumb-note p {
    margin: 0;
}
.order-confirm-kit-text {
    border-top: 1px solid #efefef;
    padding: 25px;
}
.order-confirm-orderdetails-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .order-confirm-orderdetails-container {
        float: left;
        width: 50%;
    }
}
.order-confirm-orderdetails-container .content-panel {
    background: #f7f7f7;
}
.order-confirm-orderdetails-container .order-details-panel-title {
    font-size: 20px;
    margin: 0 0 28px;
}
.order-confirm-orderdetails-container .order-details-label {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .order-confirm-orderdetails-container .order-details-label {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 992px) {
    .order-confirm-orderdetails-container .order-details-label {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .order-confirm-orderdetails-container .order-details-label {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1440px) {
    .order-confirm-orderdetails-container .order-details-label {
        float: left;
        width: 33.33333%;
    }
}
.order-confirm-orderdetails-container .order-details-field-container {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .order-confirm-orderdetails-container .order-details-field-container {
        float: left;
        width: 66.66667%;
    }
}
@media (min-width: 992px) {
    .order-confirm-orderdetails-container .order-details-field-container {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .order-confirm-orderdetails-container .order-details-field-container {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 1440px) {
    .order-confirm-orderdetails-container .order-details-field-container {
        float: left;
        width: 66.66667%;
    }
}
#order-confirm-products-panel .order-confirm-product {
    border-top: 1px solid #efefef;
    padding: 25px 0 20px 0;
}
#order-confirm-products-panel .order-confirm-product:first-child {
    border-top: none;
    padding-top: 0;
}
#order-confirm-products-panel .order-confirm-product-kit-items {
    padding-bottom: 20px;
}
#order-confirm-products-panel .order-confirm-prod-thumb {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 15px;
    text-align: center;
}
@media (min-width: 768px) {
    #order-confirm-products-panel .order-confirm-prod-thumb {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 992px) {
    #order-confirm-products-panel .order-confirm-prod-thumb {
        float: left;
        width: 16.66667%;
    }
}
@media screen and (min-width: 768px) {
    #order-confirm-products-panel .order-confirm-prod-thumb {
        margin-bottom: 0;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    #order-confirm-products-panel .order-confirm-prod-thumb img {
        max-width: 200px;
        max-height: 200px;
        margin: 0 auto;
    }
}
#order-confirm-products-panel .order-confirm-prod-thumb figcaption {
    text-align: center;
}
#order-confirm-products-panel .order-confirm-prod-info {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #order-confirm-products-panel .order-confirm-prod-info {
        float: left;
        width: 66.66667%;
    }
}
@media (min-width: 992px) {
    #order-confirm-products-panel .order-confirm-prod-info {
        float: left;
        width: 83.33333%;
    }
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-prod-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #order-confirm-products-panel .order-confirm-prod-info .order-confirm-prod-details {
        float: left;
        width: 100%;
    }
}
@media (min-width: 992px) {
    #order-confirm-products-panel .order-confirm-prod-info .order-confirm-prod-details {
        float: left;
        width: 33.33333%;
    }
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-prod-order-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #order-confirm-products-panel .order-confirm-prod-info .order-confirm-prod-order-details {
        float: left;
        width: 100%;
    }
}
@media (min-width: 992px) {
    #order-confirm-products-panel .order-confirm-prod-info .order-confirm-prod-order-details {
        float: left;
        width: 66.66667%;
    }
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-vendorinfo {
    margin-top: 5px;
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-order-costs {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #order-confirm-products-panel .order-confirm-prod-info .order-confirm-order-costs {
        float: left;
        width: 25%;
    }
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-shipping {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    #order-confirm-products-panel .order-confirm-prod-info .order-confirm-shipping {
        float: left;
        width: 50%;
    }
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-order-download {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-shipping-address {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-shipping-method {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-addresses-orderedfor {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-shipping-address-list {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
#order-confirm-products-panel .order-confirm-prod-info .order-confirm-mailing-shipment {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
#order-confirm-products-panel .order-confirm-kit-section {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 10px;
}
#order-confirm-products-panel .order-confirm-kit-section .order-confirm-kit-items-heading {
    margin-bottom: 5px;
}
.order-confirm-summary-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    float: right !important;
}
@media (min-width: 768px) {
    .order-confirm-summary-container {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .order-confirm-summary-container {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1200px) {
    .order-confirm-summary-container {
        float: left;
        width: 33.33333%;
    }
}
#order-confirm-summary-table {
    border: 1px solid #efefef;
}
#order-confirm-summary-table tbody tr td,
#order-confirm-summary-table tbody tr th {
    border-top: none;
}
@media (min-width: 768px) {
    #order-confirm-summary-table tbody tr td,
    #order-confirm-summary-table tbody tr th {
        text-align: right;
    }
}
#order-confirm-summary-table tbody tr:last-child {
    border-top: 1px solid #efefef;
}
#oh-search-form .field-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #oh-search-form .field-group {
        float: left;
        width: 33.33333%;
    }
}
.oh-search-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (max-width: 768px) {
    .oh-search-actions .btn-ds {
        display: block;
        width: 100%;
    }
}
.oh-search-results {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.oh-order-panel label {
    margin-bottom: 0;
}
.order-num-result {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .order-num-result {
        float: left;
        width: 33.33333%;
    }
}
.order-status-result {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .order-status-result {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 768px) {
    .order-status-result {
        right: 33.33333%;
    }
}
.oh-item-collapse {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .oh-item-collapse {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 768px) {
    .oh-item-collapse {
        left: 33.33333%;
    }
}
.oh-order-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .oh-order-details {
        float: left;
        width: 75%;
    }
}
@media (min-width: 768px) {
    .oh-order-details {
        border-right: 1px solid #efefef;
    }
}
.order-desc,
.ordered-by {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.order-desc {
    font-size: 18px;
}
.order-creation-date,
.order-shipped-date,
.order-submitted-date {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .order-creation-date,
    .order-shipped-date,
    .order-submitted-date {
        float: left;
        width: 33.33333%;
    }
}
.oh-order-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .oh-order-actions {
        float: left;
        width: 25%;
    }
}
@media (min-width: 768px) {
    .oh-order-actions {
        margin-top: 0;
    }
}
.oh-order-actions .btn-ds {
    margin-bottom: 5px;
}
.order-history-sum-search {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .order-history-sum-search {
        float: left;
        width: 50%;
    }
}
.ds-tabs-dropdown {
    color: #555;
    background-color: #f1f1f1;
    border-color: #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    padding: 10px 0;
}
.ds-tabs-dropdown:active,
.ds-tabs-dropdown:focus,
.ds-tabs-dropdown:hover {
    background-color: #f1f1f1 !important;
    border-color: #ddd !important;
    color: #555 !important;
}
.ds-tabs-dropdown:after {
    margin-left: 10px;
}
@media (min-width: 768px) {
    .ds-tabs-dropdown {
        display: none;
    }
}
#qty-shipping-tabnav {
    display: none;
}
@media (min-width: 992px) {
    #qty-shipping-tabnav {
        display: block !important;
    }
}
@media (max-width: 992px) {
    #order-page-tab-content {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }
    .nav-tabs-horizontal > li {
        float: none;
    }
    .nav-tabs-horizontal > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: 0 0;
        width: 100%;
    }
    .nav-tabs-horizontal > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal > li.active > a,
    .nav-tabs-horizontal > li.active > a:focus,
    .nav-tabs-horizontal > li.active > a:hover {
        color: #fff;
        background-color: #428bca;
    }
}
@media (min-width: 992px) {
    #print-ship-div .form-left,
    .print-ship-content .form-left {
        right: 50%;
    }
}
@media (min-width: 992px) {
    #print-ship-div .form-right,
    .print-ship-content .form-right {
        left: 50%;
    }
}
@media (min-width: 992px) {
    #burn-mail-div .form-right,
    .burn-mail-content .form-right {
        right: 50%;
    }
}
@media (min-width: 992px) {
    #burn-mail-div .form-left,
    .burn-mail-content .form-left {
        left: 50%;
    }
}
#distro-field .question-icon {
    font-size: 14px;
    margin-left: 5px;
}
.combo-field1,
.combo-field2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .combo-field1,
    .combo-field2 {
        float: left;
        width: 50%;
    }
}
.shipto-city-field {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .shipto-city-field {
        float: left;
        width: 41.66667%;
    }
}
.shipto-state-field {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .shipto-state-field {
        float: left;
        width: 33.33333%;
    }
}
.shipto-zip-field {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .shipto-zip-field {
        float: left;
        width: 25%;
    }
}
.order-dist-heading {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    padding: 5px 0;
}
.dist-address-container {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 10px 0;
}
.dist-address-container:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.address-distribution-group {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .address-distribution-group {
        float: left;
        width: 100%;
    }
}
.dist-list-upload-methods {
    margin: 25px 0;
}
.import-dist-list-page {
    padding-top: 0;
}
#backorderAlert .warning-icon {
    font-size: 36px;
}
#backorderNotify-success-alert {
    display: none;
}
.os-order-details .field-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-order-details .field-group {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .os-order-details .field-group {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .os-order-details .field-group {
        float: left;
        width: 25%;
    }
}
.os-item-info-panel .btn-ds {
    margin-bottom: 5px;
}
.os-item-preview-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-item-preview-container {
        float: left;
        width: 16.66667%;
    }
}
.os-item-details-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-item-details-container {
        float: left;
        width: 66.66667%;
    }
}
.os-item-actions-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-item-actions-container {
        float: left;
        width: 16.66667%;
    }
}
.os-item-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.os-item-thumb {
    max-height: 100px;
    max-width: 100px;
    margin-bottom: 5px;
}
.os-item-description {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-item-description {
        float: left;
        width: 50%;
    }
}
.os-item-qty {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-item-qty {
        float: left;
        width: 25%;
    }
}
.os-item-price {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-item-price {
        float: left;
        width: 25%;
    }
}
.os-vendor-contact {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.os-item-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.os-more-item-details {
    border-top: 1px solid #ddd;
    padding-top: 12px;
    margin-top: 15px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-more-item-details {
        margin-top: 10px;
    }
}
.os-more-item-detail-collapse {
    margin-top: 15px;
}
.os-more-item-detail-collapse .field-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-more-item-detail-collapse .field-group {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .os-more-item-detail-collapse .field-group {
        float: left;
        width: 25%;
    }
}
.os-order-totals {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .os-order-totals {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 768px) {
    .os-order-totals {
        margin-left: 58.33333%;
    }
}
@media (min-width: 992px) {
    .os-order-totals {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 992px) {
    .os-order-totals {
        margin-left: 66.66667%;
    }
}
@media (min-width: 1200px) {
    .os-order-totals {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .os-order-totals {
        margin-left: 75%;
    }
}
.table-os-order-totals {
    border: 1px solid #efefef;
}
.table-os-order-totals tbody tr td,
.table-os-order-totals tbody tr th {
    border-top: none;
}
@media (min-width: 768px) {
    .table-os-order-totals tbody tr td,
    .table-os-order-totals tbody tr th {
        text-align: right;
    }
}
.table-os-order-totals tbody tr td.os-order-total,
.table-os-order-totals tbody tr th.os-order-total {
    border-top: 1px solid #efefef !important;
}
.os-page-actions {
    margin-top: 15px;
    text-align: center;
}
#product-fields-intro {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.custom-prod-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .custom-prod-img {
        float: left;
        width: 25%;
    }
}
.page-instructions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .page-instructions {
        float: left;
        width: 75%;
    }
}
.thumb-prodid-caption {
    font-weight: 700;
    text-align: center;
}
.product-fields .product-field-label {
    display: block;
    width: 100%;
}
.product-fields .form-field {
    display: inline-block;
    margin-bottom: 10px;
}
.product-fields select {
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .product-fields select {
        width: auto !important;
    }
}
.product-fields .checkbox label {
    display: block;
}
.product-fields .dynamic-combo-field .form-inline .form-field {
    vertical-align: top;
}
.product-fields .dynamic-combo-field .form-inline.combo-fields .input-group {
    vertical-align: top;
}
.product-fields .form-inline label {
    width: 100%;
}
.product-fields .form-inline .progress-bar-group {
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .product-fields .form-inline .progress-bar-group {
        width: auto;
    }
}
.product-fields .form-inline .form-field.full-width-field {
    width: 100% !important;
}
.product-fields .form-inline.combo-fields .description-field-group {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    width: auto;
}
.product-fields .form-inline.combo-fields .description-field-group .field-instructions {
    display: inline-block;
    vertical-align: bottom;
}
.product-fields .form-inline.combo-fields .description-field-group .middle-align-label {
    line-height: 42px;
}
.product-fields .input-group {
    padding-bottom: 10px;
}
.product-fields .input-group .form-field {
    margin-bottom: 0;
}
.product-fields .progress-bar-group .progress {
    margin-bottom: 10px;
}
.product-fields .progress-bar-group .form-field {
    margin-bottom: 0 !important;
}
.product-fields .combo-fields .form-field {
    vertical-align: middle;
}
.address-list-textbox-field .field-actions {
    margin-top: 0;
}
.two-field-combo-field1 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .two-field-combo-field1 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .two-field-combo-field1 {
        margin-bottom: 0;
    }
}
.two-field-combo-field2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .two-field-combo-field2 {
        float: left;
        width: 50%;
    }
}
.three-field-combo-field1,
.three-field-combo-field2,
.three-field-combo-field3 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .three-field-combo-field1,
    .three-field-combo-field2,
    .three-field-combo-field3 {
        float: left;
        width: 33.33333%;
    }
}
.three-field-combo-field1,
.three-field-combo-field2 {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .three-field-combo-field1,
    .three-field-combo-field2 {
        margin-bottom: 0;
    }
}
.multi-field-combo.no-field-instructions .label,
.multi-field-combo.no-field-instructions label {
    margin-bottom: 0;
}
.multi-field-combo .field-instructions {
    margin-bottom: 1px;
}
.field-preview-combo {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-preview-combo {
        float: left;
        width: 50%;
    }
}
.field-preview-combo-field1 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-preview-combo-field1 {
        float: left;
        width: 50%;
    }
}
.field-preview-combo-field2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .field-preview-combo-field2 {
        float: left;
        width: 50%;
    }
}
.field-actions {
    margin-top: 10px;
}
.field-actions .btn-ds {
    margin-bottom: 5px;
}
.list-value-display {
    margin-top: 10px;
}
.listbox-select-preview {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .listbox-select-preview {
        margin-left: 30px;
        margin-top: 0;
    }
}
.select-img-preview {
    margin-top: 15px;
}
.street-map-msg {
    margin-top: 15px;
}
.digital-asset-upload-field .field-actions {
    margin-bottom: 15px;
}
.data-msg {
    margin-top: 10px;
    margin-bottom: 5px;
}
.changediv {
    margin-top: 10px;
    margin-bottom: 5px;
}
.spell-check-instructions {
    padding-top: 25px;
}
.page-processing {
    color: #c8102e;
    display: none;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.prod-info-thumb {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 25px;
    text-align: center;
}
@media (min-width: 768px) {
    .prod-info-thumb {
        float: left;
        width: 25%;
    }
}
@media (min-width: 768px) {
    .prod-info-thumb {
        margin-bottom: 0;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .prod-info-thumb .ds-thumbnail {
        margin: 0 auto;
    }
}
.prod-info-thumb figcaption {
    margin-top: 10px;
}
.prod-info-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .prod-info-details {
        float: left;
        width: 75%;
    }
}
.product-preview-img-container {
    margin-bottom: 15px;
    text-align: center;
}
.product-preview-page-num {
    margin-bottom: 5px;
}
.product-preview-img img {
    border: 1px solid #efefef;
    margin: 0 auto;
}
.page__productPreview .productPreview__name {
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 10px;
}
.page__productPreview .productPreview__name h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
    .page__productPreview .productPreview__name h1 {
        font-size: 26px;
    }
}
.page__productPreview .pageContent__productPreview {
    padding: 15px 10px 25px 10px;
}
.page__productPreview .preview__note {
    margin-bottom: 15px;
}
.page__productPreview .preview__product {
    text-align: center;
}
.page__productPreview .preview__product + .preview__product {
    margin-top: 15px;
}
.page__productPreview .preview__pageNum {
    margin-bottom: 5px;
}
.page__productPreview .preview__img {
    border: 1px solid #efefef;
    margin: 0 auto;
}
.product-proof-section {
    padding-top: 15px;
    text-align: center;
}
.product-proof-section .proof-heading {
    margin-bottom: 8px;
}
.product-proof-section .proof-heading h5 {
    margin-top: 0;
    margin-bottom: 0;
}
.product-proof-section .data-collection-fields {
    margin-top: 20px;
    text-align: left;
}
.msg-file-link a,
.tag-file-link a {
    color: transparent;
}
.msg-file-link a:hover,
.tag-file-link a:hover {
    color: transparent;
}
.tag-file-link {
    float: left;
}
.msg-file-link {
    float: right;
}
.product-proof-iframe-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
    width: 100%;
}
.product-proof-iframe-container iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.product-proof-img-container {
    display: inline-block;
    margin-bottom: 15px;
}
.product-proof-img-container .product-proof-img {
    border: 1px solid #efefef;
}
.proof-preview-text p {
    margin-top: 15px;
}
#upload-file-name {
    display: inline-block;
    margin-left: 15px;
}
#products-grid-page .breadcrumb-section .breadcrumb {
    margin-bottom: 0;
}
.product-grid-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .product-grid-item {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .product-grid-item {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .product-grid-item {
        float: left;
        width: 25%;
    }
}
.product-grid-item .product-item-container {
    border: 1px solid #efefef;
    padding: 15px;
    height: auto;
}
.product-grid-item .product-item-container .product-grid-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    display: table;
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
}
@media (min-width: 560px) and (max-width: 768px) {
    .product-grid-item .product-item-container .product-grid-img {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
.product-grid-item .product-item-container .product-grid-img .product-grid-img-container,
.product-grid-item .product-item-container .product-grid-img figure {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product-grid-item .product-item-container .product-grid-img .product-grid-img-container .ds-thumbnail,
.product-grid-item .product-item-container .product-grid-img figure .ds-thumbnail {
    margin: auto;
    max-height: 200px;
    max-width: 200px;
    width: 100%;
}
.product-grid-item .product-item-container .product-grid-img .product-grid-img-container .img-caption,
.product-grid-item .product-item-container .product-grid-img .product-grid-img-container figcaption,
.product-grid-item .product-item-container .product-grid-img figure .img-caption,
.product-grid-item .product-item-container .product-grid-img figure figcaption {
    margin-top: 8px;
}
.product-grid-item .product-item-container .product-grid-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 560px) and (max-width: 768px) {
    .product-grid-item .product-item-container .product-grid-details {
        position: relative;
        float: left;
        width: 66.66667%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
.product-grid-item .product-item-container .product-grid-details .product-grid-details-container {
    border-top: 1px solid #efefef;
    margin-top: 15px;
    padding-top: 15px;
}
@media (min-width: 560px) and (max-width: 768px) {
    .product-grid-item .product-item-container .product-grid-details .product-grid-details-container {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .product-grid-item .product-item-container .product-grid-details .product-grid-details-container {
        border-top: 1px solid #efefef;
    }
}
.product-grid-item .product-item-container .product-grid-details .product-grid-details-container .product-test-mode {
    color: red;
    margin-bottom: 5px;
}
.product-grid-item .product-item-container .product-grid-details .product-grid-details-container .product-programming-mode {
    color: #d18f06;
    margin-bottom: 5px;
}
.product-grid-item .product-item-container .product-grid-details .product-grid-details-container .prod-grid-long-desc {
    margin-top: 6px;
}
.product-grid-item .product-item-container .product-grid-details .product-grid-details-container .prod-grid-child-item-select {
    margin: 10px 0;
}
.product-grid-item .product-item-container .product-grid-details .product-grid-details-container .prod-grid-child-item-select .child-item-field {
    width: 100%;
}
.product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions {
    margin-top: 15px;
}
.product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-col-1 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-col-1 .btn-ds {
    margin-top: 8px;
    width: 100%;
}
@media (min-width: 1440px) {
    .product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-col-1 .btn-ds {
        margin-top: 0;
    }
}
.product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-col-2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 1440px) {
    .product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-col-2 {
        float: left;
        width: 50%;
    }
}
.product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-col-2 .btn-ds {
    margin-top: 8px;
    width: 100%;
}
@media (min-width: 1440px) {
    .product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-col-2 .btn-ds {
        margin-top: 0;
    }
}
.product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 1440px) {
    .product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-column {
        float: left;
        width: 50%;
    }
}
.product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-column .btn-ds {
    margin-top: 8px;
    width: 100%;
}
@media (min-width: 1440px) {
    .product-grid-item .product-item-container .product-grid-details .prod-grid-item-actions .prod-grid-btn-column .btn-ds {
        margin-top: 0;
    }
}
.page-row.grid-item-row .grid-item {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .page-row.grid-item-row .grid-item {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .page-row.grid-item-row .grid-item {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .page-row.grid-item-row .grid-item {
        float: left;
        width: 25%;
    }
}
.page-row.grid-item-row .grid-item .grid-item-container figure img {
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
}
.page-row.grid-item-row .grid-item .grid-item-container figure figcaption {
    font-size: 18px;
    padding: 8px 0;
}

.no-flexbox .cat-item {
    display: block;
}
.no-flexbox .cat-item .cat-item-container {
    display: table;
    width: 100%;
    height: 100%;
}
.no-flexbox .cat-item .cat-item-container .cat-img {
    display: table-row;
    vertical-align: top;
    text-align: center;
    height: auto;
}
.no-flexbox .cat-item .cat-item-container .cat-img .category-thumb {
    margin: auto;
}
.no-flexbox .cat-item .cat-item-container .cat-details {
    display: table-row;
}
.no-flexbox .cat-item .cat-item-container .cat-details .cat-details-container {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
.no-flexbox .cat-item .cat-item-container .cat-details .cat-details-container .cat-name {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}
.product-item {
    border-bottom: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 25px;
}
.product-item:first-child {
    padding-top: 0;
}
.product-item:last-child {
    border-bottom: none;
}
.product-item .product-details .product-addtl-info-list,
.product-item .product-details .product-info-list {
    margin-bottom: 0;
}
.product-item .product-details .product-addtl-info-list li,
.product-item .product-details .product-info-list li {
    font-size: 14px;
}
.product-item .product-details .prod-cat-path {
    font-size: 14px;
}
.product-item .product-details .product-inventory-BOH {
    font-size: 14px;
}
.childTable tr td {
    padding-bottom: 8px;
}
.prod-pricing-msg {
    padding-top: 10px;
    font-size: 14px;
}
.page__productDetails .productDetails__thumbnail {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    padding: 25px 15px 25px 25px;
}
@media (min-width: 992px) {
    .page__productDetails .productDetails__thumbnail {
        float: left;
        width: 33.33333%;
    }
}
.page__productDetails .productDetails__thumbnail figure {
    text-align: center;
}
.page__productDetails .productDetails__info {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    padding: 25px 25px 25px 15px;
}
@media (min-width: 992px) {
    .page__productDetails .productDetails__info {
        float: left;
        width: 66.66667%;
    }
}
.page__productDetails dl {
    margin-bottom: 0;
}
.page__productDetails .productDetails__name {
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 25px;
}
.page__productDetails .productDetails__name h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
    .page__productDetails .productDetails__name h1 {
        font-size: 26px;
    }
}
.page__productDetails .productDetails__imgContainer {
    display: inline-block;
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
}
.page__productDetails .accordion__productDetails .content-panel,
.page__productDetails .accordion__productDetails .panel {
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page__productDetails .accordion__productDetails .content-panel-title,
.page__productDetails .accordion__productDetails .panel-title {
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 20px;
}
.page__productDetails .accordion__productDetails .content-panel-title:after,
.page__productDetails .accordion__productDetails .content-panel-title:before,
.page__productDetails .accordion__productDetails .panel-title:after,
.page__productDetails .accordion__productDetails .panel-title:before {
    content: " ";
    display: table;
}
.page__productDetails .accordion__productDetails .content-panel-title:after,
.page__productDetails .accordion__productDetails .panel-title:after {
    clear: both;
}
.page__productDetails .accordion__productDetails .content-panel-title .accordion__icon,
.page__productDetails .accordion__productDetails .panel-title .accordion__icon {
    float: right;
    margin-left: 5px;
}
.page__productDetails .accordion__productDetails .content-panel-title a.focus,
.page__productDetails .accordion__productDetails .content-panel-title a:focus,
.page__productDetails .accordion__productDetails .panel-title a.focus,
.page__productDetails .accordion__productDetails .panel-title a:focus {
    outline: 0;
    text-decoration: none;
}
.page__productDetails .accordion__productDetails .content-panel .content-panel-heading,
.page__productDetails .accordion__productDetails .content-panel .panel-heading,
.page__productDetails .accordion__productDetails .panel-default .content-panel-heading,
.page__productDetails .accordion__productDetails .panel-default .panel-heading {
    background-color: transparent;
}
.page__productDetails .accordion__productDetails .content-panel .content-panel-heading + .panel-collapse .content-panel-body,
.page__productDetails .accordion__productDetails .content-panel .content-panel-heading + .panel-collapse .oh-order-panel-body,
.page__productDetails .accordion__productDetails .content-panel .content-panel-heading + .panel-collapse .os-item-info-body,
.page__productDetails .accordion__productDetails .content-panel .content-panel-heading + .panel-collapse .os-order-details-body,
.page__productDetails .accordion__productDetails .content-panel .content-panel-heading + .panel-collapse .panel-body,
.page__productDetails .accordion__productDetails .content-panel .panel-heading + .panel-collapse .content-panel-body,
.page__productDetails .accordion__productDetails .content-panel .panel-heading + .panel-collapse .oh-order-panel-body,
.page__productDetails .accordion__productDetails .content-panel .panel-heading + .panel-collapse .os-item-info-body,
.page__productDetails .accordion__productDetails .content-panel .panel-heading + .panel-collapse .os-order-details-body,
.page__productDetails .accordion__productDetails .content-panel .panel-heading + .panel-collapse .panel-body,
.page__productDetails .accordion__productDetails .panel-default .content-panel-heading + .panel-collapse .content-panel-body,
.page__productDetails .accordion__productDetails .panel-default .content-panel-heading + .panel-collapse .oh-order-panel-body,
.page__productDetails .accordion__productDetails .panel-default .content-panel-heading + .panel-collapse .os-item-info-body,
.page__productDetails .accordion__productDetails .panel-default .content-panel-heading + .panel-collapse .os-order-details-body,
.page__productDetails .accordion__productDetails .panel-default .content-panel-heading + .panel-collapse .panel-body,
.page__productDetails .accordion__productDetails .panel-default .panel-heading + .panel-collapse .content-panel-body,
.page__productDetails .accordion__productDetails .panel-default .panel-heading + .panel-collapse .oh-order-panel-body,
.page__productDetails .accordion__productDetails .panel-default .panel-heading + .panel-collapse .os-item-info-body,
.page__productDetails .accordion__productDetails .panel-default .panel-heading + .panel-collapse .os-order-details-body,
.page__productDetails .accordion__productDetails .panel-default .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.page__productDetails .accordion__productDetails .content-panel-body,
.page__productDetails .accordion__productDetails .oh-order-panel-body,
.page__productDetails .accordion__productDetails .os-item-info-body,
.page__productDetails .accordion__productDetails .os-order-details-body,
.page__productDetails .accordion__productDetails .panel-body {
    padding-left: 20px;
    padding-right: 20px;
}
.page__productDetails .table-responsive {
    border: 1px solid #efefef;
}
.page__productDetails .table__container--orderHistory {
    max-height: 400px;
    overflow-y: auto;
}
.user-list-container {
    margin-bottom: 15px;
    max-height: 400px;
    overflow-y: scroll;
}
#inventory-usage-cutoff {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #inventory-usage-cutoff {
        float: left;
        width: 50%;
    }
}
.filter-transfer-container {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .filter-transfer-container {
        float: left;
        width: 66.66667%;
    }
}
.filter-transfer-container label {
    display: block;
}
.sc-cart-num {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .sc-cart-num {
        float: left;
        width: 25%;
    }
}
.sc-created-by,
.sc-created-date {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.sc-created-date {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .sc-created-date {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 768px) {
    .sc-created-date {
        right: 16.66667%;
    }
}
.sc-created-date-no-name {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .sc-created-date-no-name {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 768px) {
    .sc-created-date-no-name {
        right: 16.66667%;
    }
}
.sc-created-by {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .sc-created-by {
        float: left;
        width: 25%;
    }
}
@media (min-width: 768px) {
    .sc-created-by {
        right: 16.66667%;
    }
}
.sc-item-collapse {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .sc-item-collapse {
        left: 58.33333%;
    }
}
.sc-items {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .sc-items {
        float: left;
        width: 83.33333%;
    }
}
.sc-items .sc-items-list {
    padding-left: 30px;
}
.sc-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .sc-actions {
        float: left;
        width: 16.66667%;
    }
}
@media (min-width: 992px) {
    .sc-actions {
        margin-top: 0;
    }
}
.sc-prod-num {
    font-weight: 700;
}
.customize-statement-container {
    margin-top: 25px;
}
.customize-statement-container .form-field {
    margin-bottom: 5px;
}
.statement-builder-field {
    display: inline-block;
    width: auto;
}
.sb-date-select-container {
    margin-top: 25px;
}
.sb-date-select-container .sb-date-select-toolbar {
    margin-bottom: 20px;
    text-align: right;
}
.sb-date-select-container .sb-date-select-toolbar .btn-link,
.sb-date-select-container .sb-date-select-toolbar .more-pricing {
    padding: 0;
}
.sb-date-select-container .sb-date-select-preview-container {
    margin-bottom: 25px;
}
.sb-date-select-container .sb-date-select-cal-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .sb-date-select-container .sb-date-select-cal-container {
        float: left;
        width: 50%;
    }
}
.sb-date-select-container .sb-date-select-format-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 25px;
}
@media (min-width: 768px) {
    .sb-date-select-container .sb-date-select-format-container {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .sb-date-select-container .sb-date-select-format-container {
        margin-top: 0;
    }
}
.third-party-vendor-info {
    margin-bottom: 35px;
}
#third-party-vendor-company-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #third-party-vendor-company-group {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    #third-party-vendor-company-group {
        float: left;
        width: 16.66667%;
    }
}
#third-party-vendor-contact-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #third-party-vendor-contact-group {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    #third-party-vendor-contact-group {
        float: left;
        width: 16.66667%;
    }
}
#third-party-vendor-phone-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #third-party-vendor-phone-group {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    #third-party-vendor-phone-group {
        float: left;
        width: 16.66667%;
    }
}
#third-party-vendor-email-group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #third-party-vendor-email-group {
        float: left;
        width: 50%;
    }
}
.third-party-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    margin-bottom: 35px;
}
@media (min-width: 992px) {
    .third-party-item {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 992px) {
    .third-party-item {
        text-align: left;
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .third-party-item .third-party-item-thumb img {
        margin: 0 auto;
    }
}
.third-party-item .third-party-item-info {
    margin-top: 15px;
}
.third-party-order-form {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .third-party-order-form {
        float: left;
        width: 66.66667%;
    }
}
.track-shipments-body #track-shipto-address {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .track-shipments-body #track-shipto-address {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 992px) {
    .track-shipments-body #track-shipto-address {
        float: left;
        width: 33.33333%;
    }
}
.track-shipments-body #track-ship-date {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .track-shipments-body #track-ship-date {
        float: left;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .track-shipments-body #track-ship-date {
        float: left;
        width: 33.33333%;
    }
}
.track-shipments-body #track-details {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .track-shipments-body #track-details {
        float: left;
        width: 33.33333%;
    }
}
#import-csv-field56 {
    margin-top: 25px;
}
#table-csv-type56-upload-map {
    max-width: 500px;
}
.vc-panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #f7f7f7;
    padding: 8px 15px;
    border: 1px solid #efefef;
    border-bottom: 0;
}
.vc-item-row {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.vc-item-row:first-of-type {
    border-top: none;
}
.vc-heading {
    font-weight: 700;
}
@media (min-width: 768px) {
    .vc-item-panel {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}
.vc-item-panel-body {
    padding-bottom: 0;
    padding-top: 0;
}
.vc-panel-section {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .vc-panel-section {
        margin-bottom: 0;
    }
}
#vc-prod-id-heading,
.vc-panel-product {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #vc-prod-id-heading,
    .vc-panel-product {
        float: left;
        width: 33.33333%;
    }
}
#vc-quantity-heading,
.vc-panel-qty {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #vc-quantity-heading,
    .vc-panel-qty {
        float: left;
        width: 25%;
    }
}
.vc-price-heading-phone,
.vc-qty-heading-phone {
    font-weight: 700;
}
#vc-price-heading,
.vc-panel-price {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #vc-price-heading,
    .vc-panel-price {
        float: left;
        width: 25%;
    }
}
#vc-actions-heading,
.vc-panel-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    #vc-actions-heading,
    .vc-panel-actions {
        float: left;
        width: 16.66667%;
    }
}
.vc-panel-actions .btn-ds {
    margin-bottom: 5px;
}
.vc-panel-actions .btn-ds:last-of-type {
    margin-bottom: 0;
}
.vc-kit-components {
    border-top: 1px solid #ddd;
    padding: 12px 15px;
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.vc-kit-components-collapse {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.vc-kit-components-collapse .vc-kit-list {
    margin-bottom: 15px;
}
.vc-kit-components-collapse .vc-kit-list li {
    margin: 3px 0;
}
.vc-txt-removed-expired-prod {
    text-align: center;
}
.related-products-section {
    margin-top: 50px;
}
.related-products-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
.related-products-heading {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.related-products-heading h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.vc-related-products {
    margin-top: 25px;
}
.related-prod-item {
    display: block;
    position: relative;
    text-align: center;
    z-index: 10;
}
.related-prod-img-container {
    width: 200px;
    height: 175px;
    text-align: center;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
.related-prod-img {
    max-width: 150px;
    max-height: 150px;
}
.related-prod-desc {
    padding: 0 10px;
}
.btn-expired-item {
    color: #c8102e !important;
}
.grid--categories,
.grid--products {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    .grid--categories,
    .grid--products {
        float: left;
        width: 75%;
    }
}
.grid--categories .grid--row,
.grid--products .grid--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.grid--categories .category {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
@media screen and (min-width: 480px) {
    .grid--categories .category {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .grid--categories .category {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}
@media screen and (min-width: 1200px) {
    .grid--categories .category {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}
.grid--categories .category__link {
    display: block;
    height: 100%;
    padding-left: 14px;
    padding-right: 14px;
    outline: 0;
}
.grid--categories .category__link.active,
.grid--categories .category__link.focus,
.grid--categories .category__link.hover,
.grid--categories .category__link:active,
.grid--categories .category__link:focus,
.grid--categories .category__link:hover {
    text-decoration: none;
}
.grid--categories .category__link.active .card--category,
.grid--categories .category__link.focus .card--category,
.grid--categories .category__link.hover .card--category,
.grid--categories .category__link:active .card--category,
.grid--categories .category__link:focus .card--category,
.grid--categories .category__link:hover .card--category {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.grid--categories .category__link.active .card--category-noImg,
.grid--categories .category__link.focus .card--category-noImg,
.grid--categories .category__link.hover .card--category-noImg,
.grid--categories .category__link:active .card--category-noImg,
.grid--categories .category__link:focus .card--category-noImg,
.grid--categories .category__link:hover .card--category-noImg {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #8f8dcb;
}
.grid--categories .category__link.active .card--category .card__img,
.grid--categories .category__link.focus .card--category .card__img,
.grid--categories .category__link.hover .card--category .card__img,
.grid--categories .category__link:active .card--category .card__img,
.grid--categories .category__link:focus .card--category .card__img,
.grid--categories .category__link:hover .card--category .card__img {
    border-left-color: transparent;
    border-right-color: transparent;
}
.grid--categories .card--category {
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.grid--products .category__description--html {
    margin-bottom: 35px;
}
.grid--products .category__description--html:after,
.grid--products .category__description--html:before {
    content: " ";
    display: table;
}
.grid--products .category__description--html:after {
    clear: both;
}
.grid--products .product {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding-left: 14px;
    padding-right: 14px;
}
@media screen and (min-width: 480px) {
    .grid--products .product {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .grid--products .product {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}
.grid--products .product__description {
    overflow: hidden;
    position: relative;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.card--category {
    border: none;
    height: 100%;
}
.card--category .card__img {
    border: 1px solid #efefef;
    background-color: transparent;
    padding: 15px;
    width: 100%;
    height: 230px;
}
.card--category .card__img figure {
    position: relative;
}
.card--category .card__img .card__imgContainer {
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
    width: 200px;
    height: 200px;
}
.card--category .card__img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
.card--category .card__img .img-responsive {
    height: 100%;
}
.card--category .card__content {
    text-align: center;
}
.card--category-noImg {
    border: 1px solid #efefef;
}
.card--category-noImg .card__content {
    min-height: 150px;
    position: relative;
}
.card--category-noImg .category__name {
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    width: 100%;
}
.card--product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card--product .card__image {
    height: 255px;
    padding: 15px;
    width: 100%;
}
.card--product .card__image figure {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.card--product .card__image figcaption {
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity ease-in-out 0.2s;
    -o-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
}
.card--product .card__image figcaption.thumbnail__caption {
    font-size: 12px;
    margin-top: 5px;
}
.card--product .card__image a {
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.card--product .card__image a.active,
.card--product .card__image a.focus,
.card--product .card__image a.hover,
.card--product .card__image a:active,
.card--product .card__image a:focus,
.card--product .card__image a:hover {
    text-decoration: none;
}
.card--product .card__image a.active figcaption,
.card--product .card__image a.focus figcaption,
.card--product .card__image a.hover figcaption,
.card--product .card__image a:active figcaption,
.card--product .card__image a:focus figcaption,
.card--product .card__image a:hover figcaption {
    opacity: 1;
}
.card--product .card__image .card__imgContainer {
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
    width: 200px;
    height: 200px;
}
.card--product .card__image img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.card--product .card__image .img-responsive {
    max-height: 100%;
}
.card--product .card__title {
    padding: 15px 15px 0 15px;
}
.card--product .card__title h3 {
    font-size: 20px;
    margin: 0;
}
.card--product .card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
}
.card--product .product__detailLinks {
    padding: 8px 0 0 0;
}
.card--product .product__detailLinks:after,
.card--product .product__detailLinks:before {
    content: " ";
    display: table;
}
.card--product .product__detailLinks:after {
    clear: both;
}
.card--product .product__detailLinksWrapper {
    float: left;
    font-size: 14px;
}
.card--product .product__detailLinksWrapper + .product__detailLinksWrapper {
    border-left: 1px solid #efefef;
    margin-left: 8px;
    padding-left: 8px;
}
.card--product .product__description {
    margin-top: 15px;
}
.card--product .product__mode {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}
.card--product .product__mode--programming {
    color: #f6a718;
}
.card--product .product__mode--test {
    color: #d9534f;
}
.card--product .product-price .table-product-price {
    width: 100%;
}
.card--product .prod-pricing-msg {
    font-size: inherit;
}
.card--product .childTable {
    margin-top: 10px;
    width: 100%;
}
.card--product .child-item-field {
    width: 100%;
}
.card--product .card__actions .btn-ds {
    width: 100%;
}
.card--product .card__actions .btn-ds + .btn-ds {
    margin-top: 5px;
}
.truncate__fade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: -o-linear-gradient(transparent, #fff);
    background-image: linear-gradient(transparent, #fff);
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    width: 100%;
}
.truncate__fade.expanded {
    opacity: 0;
}
.truncate__link {
    cursor: pointer;
    display: block;
}
#kit-section .available-groups {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    #kit-section .available-groups {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 1200px) {
    #kit-section .available-groups {
        float: left;
        width: 66.66667%;
    }
}
#kit-section .selected-items {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 992px) {
    #kit-section .selected-items {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1200px) {
    #kit-section .selected-items {
        float: left;
        width: 33.33333%;
    }
}
#kit-section .selected-items.no-avail-groups {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
#kit-section .selected-items.no-avail-groups .kit-items-list .kit-item .kit-item-thumb {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #kit-section .selected-items.no-avail-groups .kit-items-list .kit-item .kit-item-thumb {
        float: left;
        width: 16.66667%;
    }
}
#kit-section .selected-items.no-avail-groups .kit-items-list .kit-item .kit-item-details {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #kit-section .selected-items.no-avail-groups .kit-items-list .kit-item .kit-item-details {
        float: left;
        width: 66.66667%;
    }
}
#kit-section .selected-items.no-avail-groups .kit-items-totals {
    width: 100%;
}
@media (min-width: 992px) {
    #kit-section .selected-items.no-avail-groups .kit-items-totals {
        width: 35%;
        float: right;
    }
}
.product-group-panel .group-desc {
    margin-bottom: 25px;
}
.product-group-panel .kit-product-group-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .product-group-panel .kit-product-group-item {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1200px) {
    .product-group-panel .kit-product-group-item {
        float: left;
        width: 25%;
    }
}
@media (min-width: 460px) and (max-width: 600px) {
    .product-group-panel .kit-product-group-item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media (min-width: 601px) and (max-width: 992px) {
    .product-group-panel .kit-product-group-item {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-thumb {
    margin-bottom: 10px;
    text-align: center;
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-thumb figure {
    max-height: 100px;
    max-width: 100px;
    margin: 0 auto;
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-thumb figure a {
    display: block;
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-thumb img {
    max-height: 100px;
    margin: 0 auto 5px auto;
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-item-details {
    font-size: 14px;
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-item-details .product-info {
    text-align: center;
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-item-details .product-actions {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.product-group-panel .kit-product-group-item .kit-product-item-container .kit-product-item-details .product-order-qty {
    margin-bottom: 10px;
}
#kit-items-panel .kit-items-list .kit-item {
    border-bottom: 1px solid #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
}
#kit-items-panel .kit-items-list .kit-item:first-child {
    padding-top: 0;
}
#kit-items-panel .kit-items-list .kit-item:last-child {
    border-bottom: none;
}
#kit-items-panel .kit-items-list .kit-item .kit-item-thumb {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-thumb {
        float: left;
        width: 25%;
    }
}
@media (min-width: 430px) and (max-width: 768px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-thumb {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
#kit-items-panel .kit-items-list .kit-item .kit-item-thumb figure {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}
#kit-items-panel .kit-items-list .kit-item .kit-item-thumb img {
    max-height: 100px;
    margin: 0 auto;
}
#kit-items-panel .kit-items-list .kit-item .kit-item-details {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    margin-top: 15px;
}
@media (min-width: 768px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-details {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 430px) and (max-width: 768px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-details {
        position: relative;
        float: left;
        width: 58.33333%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media (min-width: 430px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-details {
        margin-top: 0;
    }
}
#kit-items-panel .kit-items-list .kit-item .kit-item-details .kit-item-qty {
    margin: 5px 0;
}
#kit-items-panel .kit-items-list .kit-item .kit-item-details .kit-item-msg {
    margin-top: 5px;
}
#kit-items-panel .kit-items-list .kit-item .kit-item-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 25px;
}
@media (min-width: 768px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-actions {
        float: left;
        width: 16.66667%;
    }
}
@media (min-width: 460px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-actions {
        position: relative;
        float: left;
        width: 16.66667%;
        min-height: 1px;
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 0;
        text-align: right;
    }
}
@media (max-width: 459px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-actions .btn-group-vertical {
        display: block;
    }
}
#kit-items-panel .kit-items-list .kit-item .kit-item-actions .btn-ds {
    padding: 5px 8px;
}
@media (max-width: 459px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-actions .btn-ds {
        display: block;
        margin-top: 8px;
        padding: 8px 12px;
        width: 100%;
    }
}
#kit-items-panel .kit-items-list .kit-item .kit-item-actions .kit-btn-text {
    display: inline;
}
@media (min-width: 460px) {
    #kit-items-panel .kit-items-list .kit-item .kit-item-actions .kit-btn-text {
        display: none;
    }
}
#table-kit-totals {
    border: 1px solid #efefef;
}
#table-kit-totals tbody tr td,
#table-kit-totals tbody tr th {
    border-top: none;
}
@media (min-width: 992px) {
    #table-kit-totals tbody tr td,
    #table-kit-totals tbody tr th {
        text-align: right;
    }
}
#table-kit-totals tbody tr td.os-order-total,
#table-kit-totals tbody tr th.os-order-total {
    border-top: 1px solid #efefef !important;
}
#table-kit-totals tbody tr:last-child {
    border-top: 1px solid #efefef;
}
#ds-maint-body {
    background-color: #f1f1f1;
}
.ds-maint-content-wrapper {
    text-align: center;
    margin-top: 50px;
}
.ds-maint-content-wrapper .ds-logo {
    margin-bottom: 80px;
}
.ds-maint-content-wrapper p {
    font-size: 22px;
    margin-bottom: 50px;
}
body {
    margin: 0;
}
#home-page-body .site-message .order-approvals-msg{
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
}
@media screen and (max-width: 992px) {
    body#home-page-body .site-message {
        position: absolute;
        top: 40%;
    }
}

@media screen and (max-width: 992px) and (min-width: 640px) {
    body#home-page-body .site-message {
        top: 50%;
    }
}
@media screen and (max-width: 992px) {
    body#home-page-body .site-message {
        background: 0 0;
    }
}
.legacy-skins .site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
}
.legacy-skins .page-content {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    margin-bottom: 50px;
}
.no-flexbox .site {
    display: table;
    width: 100%;
}
.no-flexbox .page-content {
    display: table-row;
    height: 100%;
}
.page-header {
    border-bottom: none;
    margin-bottom: 15px;
    margin-top: 25px;
}
.site-message {
    text-align: center;
    z-index: 3;
}
@media (min-width: 992px) {
    .site-message {
        background: 0 0;
        margin-top: -50px;
        text-align: right;
    }
}
.site-message a {
    color: #fff;
}
.site-message a:active,
.site-message a:focus,
.site-message a:hover {
    color: #fff;
}
.site-message .currency-msg {
    display: none;
}

.label,
b,
label,
strong {
    font-weight: 800;
}
.btn-ds {
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.btn-ds.active,
.btn-ds.focus,
.btn-ds.hover,
.btn-ds:active,
.btn-ds:focus,
.btn-ds:hover {
    color: #ffc220;
    background-color: #fff;
    border-color: #ffc220;
}
.navigation {
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 16px;
}

#site-nav {
    display: flex;
}
.navigation li {
    float: left;
}
.navigation li #btn-search-toggle,
.navigation li a {
    color: #fff;
}
.navigation li #btn-search-toggle:active,
.navigation li #btn-search-toggle:focus,
.navigation li #btn-search-toggle:hover,
.navigation li a:active,
.navigation li a:focus,
.navigation li a:hover {
    color: #7385FF;
    text-decoration: none;
}

@media (max-width: 992px) {
    .mobile-nav {
        background: #0093b4;
        -webkit-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        z-index: 90;
    }
}
@media (min-width: 992px) {
    .mobile-nav {
        display: none;
    }
}
.mobile-nav .mobileMenuDropdown a {
    outline: 0;
}
.mobile-nav .mobileMenuDropdown a .drop-down-icon {
    float: right;
}
.mobile-nav .mobileMenuDropdown #mobileProfileMenu li a {
    outline: 0;
    padding-left: 8px;
}
.mobile-nav .close-nav {
    color: #fff;
    display: block;
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
}
.mobile-nav #mobile-icon-nav {
    padding: 8px 15px 0 15px;
}
.mobile-nav #mobile-icon-nav li {
    display: block;
    float: none;
}
.mobile-nav #mobile-icon-nav li a {
    display: inline-flex;
    padding: 8px 0;
}
.mobile-nav #mobile-icon-nav li a:active,
.mobile-nav #mobile-icon-nav li a:focus,
.mobile-nav #mobile-icon-nav li a:hover {
    text-shadow: 0 0 0.35px #fff, 0 0 0.35px #fff;
}
.mobile-nav #mobile-icon-nav .mobile-nav-icons {
    color: #fff;
}
.mobile-nav #mobile-site-nav {
    padding: 15px;
}
.mobile-nav #mobile-site-nav li {
    display: block;
    float: none;
}
.mobile-nav #mobile-site-nav li a {
    display: block;
    padding: 8px 0;
    outline: 0;
}
.mobile-nav #mobile-site-nav li a:active,
.mobile-nav #mobile-site-nav li a:focus,
.mobile-nav #mobile-site-nav li a:hover {
    text-shadow: 0 0 0.35px #fff, 0 0 0.35px #fff;
    outline: 0;
}
@media (max-width: 992px) {
    .nav-overlay {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity 0.3s ease 0s, z-index 0s 0.3s, -webkit-transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, z-index 0s 0.3s, -webkit-transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, z-index 0s 0.3s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, z-index 0s 0.3s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, z-index 0s 0.3s, -webkit-transform 0.3s ease 0s;
    }
}
@media (min-width: 992px) {
    .nav-overlay {
        display: none;
    }
}
.openNav body {
    overflow: hidden;
}
.openNav .mobile-nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.openNav .nav-overlay {
    opacity: 1;
    z-index: 80;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
}
.header-search-container {
    display: none;
    background: 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}
.header-search-container #search-collapse .custom-search-input {
    min-width: 250px;
}
.header-search-container #search-collapse .custom-search-input .field-group {
    position: relative;
    margin-bottom: 0;
}
.header-search-container #search-collapse .custom-search-input .field-group .form-field {
    padding-left: 50px;
    border-color: #efefef;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.header-search-container #search-collapse .custom-search-input .field-group #btn-search {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 9px;
    left: 1px;
    background-color: transparent;
    background: 0 0 !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 4px 12px;
}
.header-search-container #search-collapse .custom-search-input .field-group #btn-search:active,
.header-search-container #search-collapse .custom-search-input .field-group #btn-search:focus,
.header-search-container #search-collapse .custom-search-input .field-group #btn-search:hover {
    background-color: none !important;
    background: 0 0 !important;
    border: none !important;
    color: #0093b4;
}
.header-search-container #search-collapse .custom-search-input .field-group #btn-close-search {
    color: #000;
    font-size: 24px;
    background-color: transparent;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 4px 12px;
    position: absolute;
    top: 7px;
    right: 1px;
}
.mobile-search-container {
    padding: 15px;
    position: relative;
    width: 100%;
}
.mobile-search-container .custom-search-input .field-group {
    position: relative;
    margin-bottom: 0;
}
.mobile-search-container .custom-search-input .field-group .form-field {
    padding-right: 40px;
}
.mobile-search-container .custom-search-input .field-group #btn-search {
    color: #ccc;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.mobile-search-container .custom-search-input .field-group #btn-search:active,
.mobile-search-container .custom-search-input .field-group #btn-search:focus,
.mobile-search-container .custom-search-input .field-group #btn-search:hover {
    background-color: none !important;
    background: 0 0 !important;
    border: none !important;
}
/*
footer {
    background: #28282a;
    color: #fff;
}
footer .footer-top {
    padding: 15px 0 0 0;
}
footer .footer-top .footer-contact {
    margin-bottom: 8px;
}
footer .footer-top .footer-contact-item {
    display: block;
}
@media screen and (min-width: 992px) {
    footer .footer-top .footer-contact-item {
        display: inline-block;
        padding: 0 12px;
    }
}
footer hr {
    border-top-color: #8d8d8d;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .footer-bottom {
    padding: 10px 0 15px 0;
}
footer .footer-bottom .policy-link {
    float: none;
}
@media screen and (min-width: 768px) {
    footer .footer-bottom .policy-link {
        float: right;
    }
}
footer .footer-bottom .copyright {
    float: none;
}
@media screen and (min-width: 768px) {
    footer .footer-bottom .copyright {
        float: left;
    }
}
footer a {
    color: #8d8d8d;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: #8d8d8d;
}
*/

.standards {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}
@media (min-width: 768px) {
    .standards {
        float: left;
        display: flex;
        width: 33.33333%;
        flex-direction: row;
    }
}
.standards .standards-container {

}
#standards-section-content{
    background: #F6F5FA;
    padding: 2rem;
}
@media (min-width: 500px) and (max-width: 767px) {
    .standards .standards-container:after,
    .standards .standards-container:before {
        content: " ";
        display: table;
    }
    .standards .standards-container:after {
        clear: both;
    }
}
.standards .standards-icon {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    text-align: center;
}
@media (min-width: 500px) and (max-width: 767px) {
    .standards .standards-icon {
        float: left;
        padding-right: 15px;
        width: 16%;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .standards .standards-text-container {
        float: left;
        text-align: left;
        width: 84%;
    }
}
.standards .standards-text-container .standards-heading {
    text-align: center;
}
@media (min-width: 500px) and (max-width: 767px) {
    .standards .standards-text-container .standards-heading {
        text-align: left;
    }
}
.standards .standards-text-container .standards-heading h5 {
    color: #000;
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.standards .standards-text-container .standards-description {
    color: #000;
    text-align: center;
}
@media (min-width: 500px) and (max-width: 767px) {
    .standards .standards-text-container .standards-description {
        text-align: center;
    }
}
.standards .standards-text-container .standards-description p {
    margin: 0;
    font-size: small;
    font-family: "HCo Gotham", Helvetica, Arial, sans-serif;
    padding: 0 2rem;
    font-weight: 500
}
#cost-savings-icon::before{
    content: url("/image/cost-savings.svg");
    display: block
}
#inventory-icon::before{
    content: url("/image/inventory.svg");
    display: block;
}
#brand-standards-icon::before{
    content: url("/image/brand-standards.svg");
    display: block;
}
#shipping-icon::before{
    content: url("/image/shipping.svg");
    display: block;
}

#page__login .login-container {
    margin: 0 auto;
    max-width: 600px;
}
#page__register .register-container {
    margin: 0 auto;
    max-width: 880px;
}
#page__register .table__locations thead {
    background-color: #efefef;
}
#page__register .locations__added hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
#page__register .location__group {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #efefef;
}
#page__register .location__group:first-child {
    border-top: none;
    padding-top: 0;
}
#page__register #results {
    margin-top: 30px;
    margin-bottom: 25px;
    max-height: 400px;
    overflow: auto;
}
#page__register #locations {
    margin-top: 30px;
    margin-bottom: 25px;
    max-height: 400px;
    overflow: auto;
}
#page__login .page-header,
#page__register .page-header {
    margin-top: 50px;
    text-align: center;
}
#page__login .form-actions,
#page__register .form-actions {
    margin-top: 25px;
}
#page__login .action-links,
#page__register .action-links {
    margin-top: 25px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  left: 100%;
  /* -6px gives dropdown-menu's padding+border */
  top: -6px;
}

.dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu > a:focus + .dropdown-menu {
  /* :focus support is incomplete - pressing Tab sets focus to submenu, but that immediately hides submenu */
  display: inline-grid;
}
site-profile-icon

.fa-user:before,
.site-profile-icon:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("/image/profile-icon.png");
      background-repeat: no-repeat;
}

#cart .fa.fa-shopping-cart{
    font-size: 17px;
}

.shopping-cart:after,
.shopping-cart-view:after{
    display: none;
}

.site-profile-icon:hover::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("/image/profile-icon-hover.png");
      background-repeat: no-repeat;
}

@media screen and (max-width: 48em) {
    .fa-user:before,
    .site-profile-icon:before {
        margin-right: 5px;
    }
}


@media screen and (max-width: 48em) {
    .dropdown-menu {
        display: block;
        position: relative;
        z-index: 2;
        top: -27px;
        left: 10px;
        background-color: #fff;
        transition: 0.15s ease-out;
        outline: none;
    }
    .dropdown-menu a{
           height: 52px;
    }
}

@media screen and (min-width: 992px){
   .navbar-nav li.dropdown:hover .first-level.dropdown-menu {
        display: inline-grid;
        background-color: #fff;
        position: absolute;
        left: auto;
        right: -65px;
        top: 36px;
    } 
   
    .navbar-nav li.dropdown-submenu:hover .second-level.dropdown-menu{
        display: inline-grid;
    } 
      
}


@media print,
screen and (min-width: 64em) {
    .page-heading {
        margin: .5rem 0 0 0;
    }
}

body > .callout.alert {
    margin-bottom: 0;
}

/*========================
    Hide Categories
==========================*/
#products .product-filters-tab a[href="/Category/17505/"],
.category-menu .product-filters-tab a[href="/Category/17505/"]{
    display: none;
}
#products .product-filters-tab a[href="/Category/20229/"],
.category-menu .product-filters-tab a[href="/Category/20229/"]{
    display: none;
}
#products .product-filters-tab a[href="/Category/20231/"],
.category-menu .product-filters-tab a[href="/Category/20231/"]{
    display: none;
}
#products .product-filters-tab a[href="/Category/20244"],
.category-menu .product-filters-tab a[href="/Category/20244"]{
    display: none;
}

/*========================
    Slick slider
==========================*/

.angle-right-icon:after, .btn-collapse.collapsed .collapse-icon:after, .cat-sub-nav-icon:after, .fa-angle-right:before, .os-more-item-details .btn-toggle-more-details.collapsed .os-more-details-icon:after, .slick-next-btn-icon:after {
    content: "";
}
.angle-down-icon:after, .angle-right-icon:after, .angle-up-icon:after, .btn-accordian-collapse .collapse-icon:after, .btn-accordian-collapse.collapsed .collapse-icon:after, .btn-collapse .collapse-icon:after, .btn-collapse.collapsed .collapse-icon:after, .btn-panel-collapse .toggle-collapse-icon:after, .btn-panel-collapse.collapsed .toggle-collapse-icon:after, .button-loading-icon:after, .calendar-icon:after, .card__accordion .card__header .accordion__title .accordion__icon:after, .card__accordion.active .card__header .accordion__title .accordion__icon:after, .caret-down-icon:after, .caret-right-icon:after, .cart-icon:after, .cat-sub-nav-icon:after, .caution-icon:after, .check-icon:after, .copy-icon:after, .customize-item-icon:after, .delete-icon:after, .dollar-icon:after, .drop-down-icon:after, .ds-tabs-dropdown:after, .edit-icon:after, .error-icon:after, .export-excel-icon:after, .fa, .file-upload-icon:after, .history-icon:after, .import-icon:after, .load-item-icon:after, .minus-icon:after, .mobile-nav .mobileMenuDropdown a .drop-down-icon:after, .mobile-nav .mobileMenuDropdown a.collapsed .drop-down-icon:after, .move-down-icon:after, .move-up-icon:after, .os-more-item-details .btn-toggle-more-details .os-more-details-icon:after, .os-more-item-details .btn-toggle-more-details.collapsed .os-more-details-icon:after, .page__loadingIcon:after, .page__productDetails .accordion__productDetails .content-panel-title a .accordion__icon:after, .page__productDetails .accordion__productDetails .content-panel-title a.collapsed .accordion__icon:after, .page__productDetails .accordion__productDetails .panel-title a .accordion__icon:after, .page__productDetails .accordion__productDetails .panel-title a.collapsed .accordion__icon:after, .plus-icon:after, .profile-icon:after, .question-icon:after, .sb-date-select-next:after, .sb-date-select-prev:after, .search-icon:after, .signout-icon:after, .site-search-icon:after, .slick-next-btn-icon:after, .slick-prev-btn-icon:after, .view-icon:after, .warning-icon:after, .zoom-image-icon:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

.fa-angle-left:before, .slick-prev-btn-icon:after {
    content: "";
}

.slick-initialized .slick-slide{
    padding: 40px;
}

.products-carousel-item-description{
    text-align: center;
    margin-top: .5rem;
    color: #8f8dcb;
}
@media print,
screen and (max-width: 550px) {
    .slick-initialized .slick-slide
    {
        display: block;
        width: 100%;
    }
}


/*========================
 Temp css package to fix reveal
==========================*/

.reveal-heading h2{
    font-size: 1rem;
}
.reveal-body .accordion-title {
    display: block;
}

.is-reveal-open .accordion-content .profile{
    grid: 0 repeat(5, auto) / 100%;
}

.is-reveal-open .accordion-content .card-section{
    background: #fff;
}

.cart-card .card-section,
.accordion-card .card-section {
    background-color: #fff;
}

@media print, screen and (min-width: 87em) {
   .is-reveal-open .grid-margin-x .products-grid {
        width: calc(33.33333% - 1.875rem);
    }

    .is-reveal-open .grid-margin-x .cart-grid {
        width: calc(33.33333% - 1.875rem);
    }
}
.reveal-body .profile__info h3 {
    font-size: .925rem;
}

.reveal-body .reveal-title>h2 {
    display: block !important;
}

.reveal-body .cart-item {
    margin-bottom: 2rem;
}

/*========================
    Cart Styles
==========================*/

.cart-items-heading {
    display: none;
    border-bottom: none;
    padding-bottom: 1rem;
}

.cart-items-list > li {
    border-bottom: 0.5px solid #e7e7e7;
    padding: 0.9375rem 0;
}

.cart-items-list > li:last-child {
    border-bottom: none;
    padding: 0.9375rem 0;
}

.cart-items-list .button-group {
    margin-bottom: 0;
}

.cart-item-details-list > li {
    margin-bottom: 0.5rem;
}

.cart-item-details-list > li:last-child {
    margin-bottom: 0;
}

.cart-card .media-object img {
    max-width: 100%;
}

.cart-card .item-thumbnail {
    width: 100px;
    height: 100px;
}

.cart-card .no-thumbnail {
    width: 100px;
    height: 100px;
}

@media print, screen and (max-width: 39.99875em) {
    .cart-items-list .cart-item {
        text-align: center;
    }

    .cart-card .item-thumbnail {
        margin: 0 auto 1rem auto;
    }

    .cart-card .item-details {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .cart-items-list .item-actions {
        margin-top: 1rem;
    }
}

@media print, screen and (min-width: 40em) {
    .cart-items-heading {
        display: block;
    }

    .cart-card .item-thumbnail,
    .cart-card .item-details {
        display: inline-block;
    }

    .cart-card .item-details {
        margin-left: 1rem;
        vertical-align: top;
    }
}
.view-details-button-grid {
    color: rgb(0, 157, 213);
    color: var( --link-secondary-brand-color);
    font-size: 12px;
    text-transform: none;
}

/*=======================================================
  ##### Modal CSS  ######
========================================================*/

#productModal {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-products .reveal-title>h2{
    display: block;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 1.625rem;
    font-weight: 600;
}
.reveal-heading {
    background: #fff;
    padding: 20px 15px;
}

.reveal-title p {
    display: none;
}

/*========================
    Loader Styles
==========================*/
/*

.page-loader .loader-container{
    display: inline-block !important;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;  
}

.loader {
    border: none;
    border-top: none;
    border-radius: 0;
    width: auto;
    height: auto;
    animation: spin 1.3s linear infinite;
    -webkit-animation: spin 1.3s linear infinite !important;
    -moz-animation: spin 1.3s linear infinite !important;
    -o-animation: spin 1.3s linear infinite !important;
}

.loader::after {
    display: inline-block;
    content: url('/image/spinner-icon.svg');
    font-family: 'Font Awesome 6 pro';
    width:auto;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    text-align: center;
}


@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
*/
/*=======================================================
  Modify product fields page
========================================================*/

.page-dynamic-fields .personalize-product-grid .cell.medium-10{
    width: 100%;
}
.page-dynamic-fields .personalize-product-grid .cell.medium-10 .card.personalize-card{
    width: 100%;
    flex-direction: row;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-dynamic-fields .personalize-product-grid .cell.medium-10 .personalize-card .card-section {
    width: 75%;
}
.page-dynamic-fields .personalize-product-grid .cell.medium-10 .card.personalize-card .card-image{
    width: 25%;
    margin: 0;
}
.page-dynamic-fields .personalize-product-grid .cell.medium-10 .card.personalize-card .card-image .thumbnail-container{
    text-align: left;
}
.page-dynamic-fields .personalize-product-grid .cell.medium-10 .card.personalize-card .item-details{
    text-align: left;
}
.page-dynamic-fields .personalize-product-grid .cell.medium-10 .card.personalize-card .item-details .item-name{
    font-size: 24px;
    font-weight: 800;
    color: #000;
    text-align: left;
}

.page-dynamic-fields .page-content .page-header h1{
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}
.page-dynamic-fields .page-content .page-header{
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}
.page-dynamic-fields .page-content .page-header .container{
    padding-left: 0;
}
@media print, screen and (max-width: 48em) {
    .page-dynamic-fields .personalize-product-grid .cell.medium-10 .card.personalize-card{
        flex-direction: column;
    }
}

/* Remove bread crumbs on fields view */
.page-dynamic-fields .breadcrumbs{
    display: none;
}


.page-dynamic-fields label{
    font-weight: 800;
    color: #000;
}


.results-section.results--grid .profile__cta {
    min-height: 127px;
}

#fieldRuleSelections .card-title,
#fieldRuleResults .card-title {
    font-weight: 800;
    margin-left: 0;
}
#fieldRuleSelections .card-section,
#fieldRuleResults .card-section{
    padding: 0 0 1rem 0;
}
/*=======================================================
  ##### For staging #####
========================================================*/

.page-homepage .callout.alert {
    background-color: #fde7eb;
    border-color: #f9b8c3;
    position: absolute;
    z-index: 1300;
    opacity: 30%;
}

/*=======================================================
  ##### Kitting interface #####
========================================================*/
.customize-bundles-view .kit-profile__cta .button, 
.customize-bundles-view .cart-items-list .kit-profile__cta a.button{
    border-color: #00A3E0;
}
.customize-bundles-view .kit-profile__cta .save{
    margin-bottom: 5px;
    padding: 8px;
}
