@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic|Open+Sans:400,600,700|Material+Icons);

/* global styles */

html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #fdfdfd;
    font-family: "Noto Serif", serif;
    font-size: 16px;
    color: #616161;

    /* Background pattern from subtlepatterns.com */
    background: rgba(31,31,31,1);
}

body, div, a, span, ul, li{
    font-family: "Noto Serif", serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans", sans-serif;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

h1{ font-size: 32px; }
h2{ font-size: 24px; }
h3{ font-size: 20px; }
h4{ font-size: 18px; }
h5{ font-size: 16px; }
h6{ font-size: 14px; }

/*
h1{ font-size: 48px; }
h2{ font-size: 30px; }
h3{ font-size: 24px; }
h4{ font-size: 18px; }
h5{ font-size: 16px; }
h6{ font-size: 14px; }
*/


#site_container{ overflow-x: hidden;}


#bg_image{ width: 100%; position: absolute; top: 0px; left: 0px; z-index: -1; }


a img{ border: 0px solid #fff; }


#header_container a {
    text-decoration: none;
}
/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
}

.button, .button2{
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    background: #d81d1d;
    padding: 10px;
    color: #fff;
    text-align: center;

    min-width: 120px;

    -webkit-appearance: none;
    transition: background .1s ease-in;
}
.button:hover, .button2:hover{
    background: #ca5d55;
}

a.button, a.button2, a.button:hover, a.button2:hover{
    display: inline-block;
    color: #fff;
    padding: 11px;
}

/* END FORM ELEMENTS */

/* anchors */
a{ color: #0f1f71; }
a:hover{ color: #525e9c; }

/* end anchors */

/* misc */
.clearBoth{ display: table; clear: both; }

.error{ font-weight: bold;  color: #FF0000; border: 0px solid #fff; padding: 0px 2px;}
.warn{ color: #dd9500; font-weight: bold; }
.good{ color: #090; font-weight: bold; }

form{ padding: 0px; margin: 0px; }

hr, div.hr{
    background: #ddd;
    height: 1px;

    padding: 0;
    margin: 20px 0px;

    line-height: 0;

    border: 0px solid #fff;

}

/* end misc */

/* end global styles */


#top_bar_c{
    padding: 0px 20px;
    margin: 0px;

    text-align: center;

    overflow: hidden;

    display: none;
}
#top_bar{
    position: relative;
    margin: 0px auto;
    max-width: 1350px;
    text-align: center;
}
#tb_contact_bar{
    text-align: left;
    color: #fff;
    padding: 15px 0px;
    font-size: 15px;
}
#tb_social{
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 0px 15px 0px;
}

.tb_icon{
    padding: 0px 5px;
    margin: 0px 5px;
    opacity: 1;
    transition: opacity .1s ease-in;
}
.tb_icon:hover{
    opacity: .8;
}

/* header styles */

#header_container{
    position: relative;
    z-index: 20000;
}

#header_container * {
   font-family: "Oswald", sans-serif;
}
#home_body #header_container{ border-bottom: 0px solid #fff; }

#header{
    position: relative;
    height: 120px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

#print_logo{ display: none; }

#header_logo{
    left: 50%;
    top: 10px;
    display: inline-block;
    text-align: center;
    order: 1;
    margin: initial;
}

.social_container span {
    padding-right: 15px;
}

.social_container {
    padding-top: 20px;
    display: none;
}
@media screen and (min-width: 1040px){
    .social_container {
        display: flex;
        flex-flow: nowrap;
        position: absolute;
        top: 0;
        right: 20px;
    }
}

.logo_link{
    max-width: 100%;
    text-decoration: none;
    border: 0px solid #fff;
}
.logo_link img{ border: 0px solid #fff; max-width: 100%; display: block; width: 100%; }

#h_menu, #h_menu li{ list-style: none; margin: 0px; padding: 0px; }

#h_menu{
    padding: 10px 10px 8px 10px;
    overflow: hidden;
}

#h_menu li{
    display: inline;
    display: inline-block;
    margin: 0px 5px;
}
#h_menu li a{
    display: inline-block;
    padding: 5px 10px;
}

.h_spacer{
    display: none;
    float: left;
    background: #e9e9e9;
    width: 1px;
    height: 42px;
    margin: 10px;
}

#h_menu_button{
    order: 3;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 5px;

    z-index: 10000;
    cursor: pointer;

    margin: auto 0;
    height: 48px;
    width: 48px;

    transition: top .2s;
}

#h_menu_button.hmb_active{
    top: 10px;
    bottom: auto;

}

#hmb_nav{
    width: 48px;
    height: 48px;
    display: block;
}
.hmb_active #hmb_nav{ background-color: #fff; }

#hmb_nav_inner{
    display: block;
    position: relative;
}

#hmb_nav_inner span{
    position: absolute;
    top: 8px;
    right: 11px;
    display: block;

    background: #c4c4c4;
    width: 26px !important;
    height: 4px;
    line-height: 0;
    padding: 0;
    margin: 5px auto;
    transition: top .1s, transform .2s linear;
}

#hmb_nav_inner span:first-child{
    top: 17px;
}
#hmb_nav_inner span:last-child{
    top: 26px;
}
.hmb_active #hmb_nav_inner span:first-child{
    top: 18px;
    transform: rotateZ(-135deg);
}
.hmb_active #hmb_nav_inner span:last-child{
    top: 18px;
    transform: rotateZ(135deg);
}
.hmb_active #hmb_nav_inner span:nth-child(2){
    top: 18px;
    transform: rotateZ(135deg);
}

#h_menu_button #h_menu_button_txt{
    float: left;
    padding: 7px 0px 0px 8px;
    font-size: 18px;
    color: #323e99;
}

#header_tools{
    right: 12px;
    top: 0;
    bottom: 0;

    margin: auto 0;

    padding: 7px 0px 0px 0px;
    line-height: 0;
    overflow: hidden;

    height: 48px;
    order: 2;
    margin-left: 200px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row-reverse;
}
@media screen and (min-width: 1040px){
    #header_tools{
        padding-top: 30px;
    }
}

.h_tool{
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;

    margin: 0px 5px;

    cursor: pointer;
    line-height: 0;
    float: left;

    transition: opacity .2s ease-in;
}
.h_tool:hover{
    /* don't think I like the idea of these changing backgrounds on hover */
    /* background-color: #f3f3f3; */
    opacity: .6;
}

#header .right_container {
    display: flex;
    order: 2;
}

.h_tool img{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
}

#h_login, #h_search{ display: none; }

.h_menu_cart{
    width: 55px;
    text-align: left;
    top: 5px;
    left: 7px;
}

.h_menu_cart.h_tool img, .h_menu_cart img{
    right: auto;
}

.h_menu_cart.h_tool span {

}



.h_cart_num_c{
    position: absolute;
    top: 18px;
    left: 34px;
    display: block;

    padding: 0;
    width: 24px;
    text-align: center;
}
.h_cart_num{ font-size: 16px; font-family: 'Open Sans', sans-serif; color: #da2128; }

#h_search_drop{
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background-color: #414143;
}
#h_search_drop_i{ position: relative; overflow: hidden; margin: 10px; }

#h_search_input{ font-style: italic; width: 100%; font-size: 16px; padding: 12px 10px 11px; border-radius: 0px; }
#h_search_submit{
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
    min-width: 0px;
    padding: 10px 20px 9px;
    border-radius: 0px;
}

#h_menu_h_cart{
    position: absolute;
    top: 56px;
    right: 65px;
    left: initial;
}

#h_menu_h_login{
    top: 56px;
    right: 140px;
}

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    top: 0px;
    right: 100%;
    width: 100%;
    min-height: 768px;
    z-index: 2000;
    background: #fff;
    padding-top: 150px;
    transition: left .2s
}
#menubar.mb_active{
    right: 0;
}

#menubar > ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tmenu li ul{ list-style: none; margin: 0px; padding: 0px; }
.tmenu li ul li{ margin: 0px; }
.tmenu li ul li ul{ display: none; }

.tmenu > li{
    float: none;
    list-style: none;
    display: block;
}

.tmenu > li {
    border-bottom: 1px solid #dedede;
}

@media screen and (min-width: 1040px){
   .tmenu > li {
        border-bottom: none;
    }
}


.tmenu > li a{
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: normal;
    padding: 10px;


    font-size: 16px;

    color: #2b2b2b;
}
.tmenu > li:first-child > a{ border-top: 1px solid #dedede; }

#tmenu_right.tmenu > li:first-child a{
    border-top: 0px;
}

#menubar #tmenu_left {
    margin: 0;
    right: 5%;
    top: 67px;
}

#menubar #tmenu_right {
    right: 18%;
    top: 67px;
}

.tmenu > li a.ta_cur, .tmenu > li a:active, .tmenu li a:hover{
    text-decoration: underline;
}

.tmenu li a{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.tmenu li li a{
    text-transform: none;
}

.tmenu li ul li a span{ display: none; }
.tmenu li a span{ position: absolute; right: 20px; display: block; background-color: #c4c4c4; height: 2px; width: 15px; transition: top .1s, right .1s linear; }
.tmenu li a span:first-child{ top: 16px; transform: rotateZ(45deg); }
.tmenu li a span:last-child{ top: 26px; transform: rotateZ(-45deg); }

.tmenu li a.ta_active span:first-child{ top: 20px; right: 24px; }
.tmenu li a.ta_active span:last-child{ top: 20px; right: 15px }

.tmenu li div{
}

.tmenu li ul li a{
    padding: 10px 25px;
    text-decoration: none;
    background: #fcfcfc;
    font-family: "Open Sans",sans-serif;
    text-transform: capitalize;
}

.tmenu li ul li a:before{
    /*content: "\00bb  ";*/
}

.tmenu li ul li ul li a{
    padding: 10px 60px;
}

/* low res only items */

#h_menu_search_f{
    position: relative;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #dedede;

    line-height: 0;
}
#h_menu_search_f input{
    border: 0px;
}
#h_menu_search_input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
}

#h_menu_search_submit.button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    min-width: 0;
}
/* END MENUBAR STYLES */

/* structure */

#pageContainer{
    position: relative;
    z-index: 1000;
    padding: 0px;
    width: 100%;
    text-align: left;
    background-color: #fff;
}

#main{
    background: #fff;
    overflow: hidden;
}

.homepage_container{ background-color: transparent !important; margin: 0px auto !important; width: 980px !important; }

#contentTable{ width: 980px; margin: 0px auto; }

#columnMain, #columnLeft{ vertical-align: top; }

#columnLeft{ width: 280px; }
#columnMain{ padding-left: 40px; }
.homepage_container #columnMain{ padding-left: 0px !important; }

#homepage_container .content_container { position: static; margin: initial;}

.content_container{
    position: relative; overflow: hidden; z-index: 1000; padding: 20px 15px; margin: 0px auto;
}

/* put these on content_containers */
.bg_white{
    background: #fff;
}
.bg_light{
    /*background: url(/images/texture_light.jpg) repeat top left;*/
}
.bg_dark{
    background: url(/images/texture_dark.jpg) repeat top left;
    color: #fff;
}

.bg_dark h1, .bg_dark h2, .bg_dark h3, .bg_dark h4, .bg_dark h5, .bg_dark h6{
    color: #fff;
}

.bg_light h1, .bg_light h2, .bg_light h3, .bg_white h1, .bg_white h2, .bg_white h3, .bg_dark h1, .bg_dark h2, .bg_dark h3{
    text-align: center;
    margin-bottom: 50px;
}

.bg_light.bg_light_default h1, .bg_light.bg_light_default h2, .bg_light.bg_light_default h3,
.bg_light.bg_light_default h4, .bg_light.bg_light_default h5, .bg_light.bg_light_default h6{
    text-align: left;
}

.bg_light.bg_light_default{
    padding-top: 0px;
}

.bg_light.bg_light_default .bc_hax{
    max-width: 1366px;
    margin: 0px auto;
    padding-top: 40px;
}
.bg_light.bg_light_default .content{
    padding-top: 0;
    margin-top: 0;
}

.small_h{
    font-size: 16px;
    color: #d93030;
    text-transform: none;
}

/* It will create a stars topper in javascript any time these are used and prepend it to the object */
.stars_bg_gray{}
.stars_bg_gold{}

/* this is what they create */
.stars_bg{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 22px;
    margin: 30px 0px 20px 0px;
    text-align: center;
}

.stars_lines_left, .stars_lines_right{
    position: absolute;
    top: 6px;

    width: 50%;
    height: 4px;
    box-sizing: border-box;

    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.stars_lines_left{
    left: 0;
    margin-left: -71px;
}
.stars_lines_right{
    right: 0;
    margin-right: -71px;
}
.stars_gray, .stars_gold{
    width: 142px;
    height: 22px;
    margin: 0px auto;
    background: url(/images/graphic_stars.png) no-repeat center center;
}
.stars_gold{
    background: url(/images/graphic_stars_gold.png) no-repeat center center;
}

.content{ position: relative; height: auto; margin: 0px auto; padding: 40px 0px 60px 0px; max-width: 1366px; line-height: 1.75em;}

.max_width_container .content {
    padding-top: 20px;
}
.content img{
    max-width: 100%;
}

#content_bottom{ background-color: #f9f9f9; border-top: 1px solid #eaeaea; padding: 0px 10px; }

#footer * {
    font-family: "Open Sans", sans-serif;
    color: rgba(142,142,142,1);
}

#footer .bottommenu li a {
    font-family: "Oswald", sans-serif;
}

#footer .bottommenu li ul li a {
    font-family: "Open Sans", sans-serif !important;
}


#footer_follow {
    font-family: "Oswald", sans-serif;
}

#footer_outer{ padding: 0px 0px 10px; overflow: hidden; }
#footer{ position: relative; max-width: 1366px; margin: 0px auto; color: #fff; }

.bottommenu{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; max-width: 1366px; }
.bottommenu > li > a {
    font-size: 18px;
}

#footer #footer_follow {
    color: rgba(142,142,142,1);
}

.bottommenu > li > ul > a {
    font-size: 14px;
}

.bm_a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #7e7e7e;
}
.bm_a:hover{ color: #fff; }
#footer_follow, #footer_newsletter_title{ cursor: default; color: #fff; }

#footer_follow{ padding-left: 0px; }
#footer_follow:hover{ color: #fff !important; }

#social_block{
    padding: 30px 0px 20px 10px;
}

#footer_social_icons{
    display: block;
    margin-right: 10px;
    padding-top: 10px;
}

#footer_social_icons a:first-child {
    padding-left: 0;
    margin-left: 0;
}


.bottommenu > li{ }
.bottommenu >li > a { font-family: "Oswald", sans-serif; }
.bm_a span{ position: absolute; top: 23px; right: 17px; display: block; width: 20px; height: 5px; background-color: #fff; border-radius: 1px; transition: all .3s linear; }
.bm_a span:first-child{ }
.bm_a span:last-child{ transform: rotateZ(-270deg); }

.bm_a.bm_active span{
     transform: rotateZ(0deg);
}

.bottommenu li ul{ display: none; background-color: #fff; list-style: none; margin: 0px; padding: 10px;}
@media screen and (min-width: 1220px){
    .bottommenu li ul {
        max-width: 185px;
    }
}
.bottommenu li ul li a{ display: block; color: #2b2b2b; font-size: 14px; text-decoration: none; transition: color .1s linear; padding: 5px 0px; }
.bottommenu li ul li a:hover{ color: #568aff; }

#footer_newsletter_title{ padding: 0px; }
#footer_newsletter{ padding: 10px; }
#footer_newsletter input{
    width: 100%;
    box-sizing: border-box;
}

#footer_contact div{
    padding: 20px 0px 0px 10px;
    line-height: 1.5em;
    font-size: 14px;
}

#footer_contact .bm_a{
    border-bottom: 0px;
}

#footer_follow, #footer_newsletter_title{ border-bottom: 0px solid #fff; }

#footer_call{ float: right; color: #c0c0c0; font-size: 20px; margin-top: -4px; }
#footer_call span{ color: #fff; }

#footer_categories{ list-style: none; margin: 0px; padding: 33px 0px 0px 0px; text-align: left; }
#footer_categories .footer_main_category{ float: left; margin-right: 24px; }
#footer_categories .footer_main_category a{ display: block; text-decoration: none; color: #fff; font-size: 20px; padding-bottom: 4px; }
#footer_categories .footer_main_category a:hover{ border-color: #fff; }
#footer_categories .footer_main_category ul{ list-style: none; margin: 8px 0px; padding: 0px; }
#footer_categories .footer_main_category ul li a{ display: inline; text-decoration: none; color: #fff; font-size: 15px; }
#footer_categories .footer_main_category ul li a:hover{ text-decoration: underline; }

#footer_bottom_outer{ background: transparent; padding: 50px 10px 100px 10px; }
#footer_bottom{ position: relative; margin: 0px auto; }
#footer_bottom, #footer_bottom a{ color: #dcdcdc; font-size: 14px; }
#footer_copyright{ text-align: center; font-family: "Open Sans", sans-serif; font-size: 14px; }
#footer_cred a { font-family: "Open Sans", sans-serif; font-size: 14px; }
#footer_copyright span{ display: block; }
#footer_cred{ text-align: center; padding-top: 20px; }
#footer_cred a{ text-decoration: none; }
#footer_cred a:hover{ text-decoration: underline; }

#footer_bottom_outer #footer_bottom * {
    color: rgba( 142,142,142,1);
}
/* end column main */



.breadcrumb_navigation{ margin: 2px 0px 14px 0px; font-size: 14px; }
.breadcrumb_navigation a{ text-decoration: none; font-size: 14px; color: #616161; padding: 0px 5px; }
.breadcrumb_navigation a:first-child{ padding-left: 0px; }
.breadcrumb_navigation a:hover{ text-decoration: underline; }
.breadcrumb_navigation h5{ font-size: 14px; display: inline; font-weight: normal; padding-left: 5px; text-transform: none; font-family: "Noto Serif", serif; color: #e01e29; }

#form_error_container, .form_error_container{
    background: #ffe59f url(/images/icons/warning_32x32.gif) no-repeat 8px 4px;
    padding: 4px 15px 4px 50px;
    border: 1px solid #f59722;
    margin: 15px 0px;
    color: #9b3a1d;
    font-weight: bold;
    min-height: 35px;
    line-height: 1.3em;
    font-size: 14px;
}
#form_error_container div{ margin-left: 10px; font-weight: normal; margin-top: 3px; }

/* generic styles */

.round_3{border-radius: 3px;}
.round_4{border-radius: 4px;}
.round_5{border-radius: 5px;}
.round_6{border-radius: 6px;}
.round_8{border-radius: 8px;}

.round_top_3{border-top-left-radius: 3px;border-top-right-radius: 3px;}
.round_top_4{border-top-left-radius: 4px;border-top-right-radius: 4px;}
.round_top_5{border-top-left-radius: 5px;border-top-right-radius: 5px;}
.round_top_6{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.round_top_8{border-top-left-radius: 8px;border-top-right-radius: 8px;}

.round_bottom_3{border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}
.round_bottom_4{border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.round_bottom_5{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.round_bottom_6{border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
.round_bottom_8{border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}

.round_left_3{border-bottom-left-radius: 3px;border-top-left-radius: 3px;}
.round_left_4{border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.round_left_5{border-bottom-left-radius: 5px;border-top-left-radius: 5px;}
.round_left_6{border-bottom-left-radius: 6px;border-top-left-radius: 6px;}
.round_left_7{border-bottom-left-radius: 7px;border-top-left-radius: 7px;}
.round_left_8{border-bottom-left-radius: 8px;border-top-left-radius: 8px;}

.round_right_3{border-bottom-right-radius: 3px;border-top-right-radius: 3px;}
.round_right_4{border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.round_right_5{border-bottom-right-radius: 5px;border-top-right-radius: 5px;}
.round_right_6{border-bottom-right-radius: 6px;border-top-right-radius: 6px;}
.round_right_8{border-bottom-right-radius: 8px;border-top-right-radius: 8px;}


/* general content related styles */

.g_content_block{
    padding: 20px 0px;
    border-top: 1px solid #c9c9c9;
    clear: both;

    /* hack for old ie */
    max-width: 100%;
    overflow: hidden;
}

.g_img_thumbs_left{
    float: left;
    padding-right: 2%;
    width: 15%;
}

/* used in conjunction with g_img_thumbs_left */
.g_float_right{
    float: right;
    padding-left: 2%;
    width: 80%;
}

.g_cel_thumbs{
    float: left;
    padding-right: 20px;
}
.g_cel_thumbs img{
    margin-bottom: 10px;
    margin-right: 10px;

}
.g_cel_content{
    padding-left: 20px;
}

.g_thumb img{
    width: 100px;
}

.g_content_block h1 a, .g_content_block h2 a, .g_content_block h3 a, .g_content_block h4 a, .g_content_block h5 a, .g_content_block .h6 a{
    font-size: 1em;
    font-weight: bold;
}

/* end general styles */


/* products */

#category_name{ margin-bottom: 20px; padding-bottom: 0px; }

.p_list{ list-style: none; margin: 0px; padding: 0px; padding-bottom: 20px; display: flex; flex-wrap: wrap; }

.p_list li{
    list-style: none;
    display: block;
    width: 100%;
    min-width: 260px;
    margin: 0px 0px 20px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

.p_list li a{
    display: block;

    width: 100%;
    text-align: left;

    color: #383838;
    font-size: 14px;

    padding: 0px 10px 20px 10px;

    text-decoration: none;

}
.p_list li a:hover{
    color: #525e9c;
}
.p_list_thumb{
    display: block;
    padding: 0px !important;
    text-decoration: none;

    text-align: center;
    position: relative;
    width: 100%;
    min-height: 240px;

    line-height: 0;
    background-color: #fff;
}

.p_list_thumb img{
    margin: auto;
    padding: 0px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.p_list_txt{
    display: block;
    padding: 10px;

    font-size: 15px;

    min-height: 64px;

    background: #fff;

    font-family: "Open Sans", sans-serif;
    text-align: center;
}
.cart_prod_data .p_list_txt{ background-color: transparent; }

.product_quick_view_overlay{
    display: none;
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    vertical-align: middle;

}

.p_list a.product_quick_view_overlay{
    display: block;

    width: 160px;
    max-width: 160px;
    text-align: center;

    background: #d81d1d;

    color: #fff;
    font-size: 14px;

    text-transform: uppercase;

    padding: 20px 0px;

    opacity: .9;

    text-decoration: none;

}


.p_list a.product_quick_view_overlay:hover{ text-decoration: none; opacity: 1; color: #fff; }

.p_list_brand{ font-size: 12px; }

.final_price{ font-family: "Noto Serif", serif; color: #d13d3d; font-size: 18px; }

.final_price.call_for_availability{ color: #e02632 !important; }


#product_results_none{ font-size: 16px; font-style: italic; padding: 15px; }

#product_category_nav{
    /* float left, show in higher res */
    display: none;
}
#product_category_main{
    /* float right in higher res */
}

#products_container{
    /*margin-top: -34px;*/
}
.mb_active #tm_0 a {
    left: -35px;
    width: calc(100% + 35px);
}
@media screen and (min-width: 1040px){
    .mb_active #tm_0 a {
        left: initial;
    }
}

.product_category_tools{ width: 100%; overflow: hidden; }
.product_category_tools_left{ text-align: center; padding: 0px 0px 10px 0px; }
.product_category_tools_left .button{ min-width: 0; }
.product_category_tools_right{ text-align: center; font-weight: bold; padding: 12px 0px 10px 0px; }
.product_category_tools_right a{ text-decoration: none; color: #383838; }
.product_category_tools_right .product_navigation_current{ color: #fff; padding: 2px 4px; background-color: #323e99; }
.product_category_tools_right a:hover{ text-decoration: underline; }


/*  border-bottom: 1px solid #e9e9e9; */
#product_category_nav_top{ padding: 0px 10px 10px; margin-bottom: 20px; text-align: center; }
#product_category_nav_bottom{ clear: both; padding: 10px; border-top: 1px solid #e9e9e9; margin-top: 10px; }
#product_category_nav_top select, #product_category_nav_bottom select{ border: 1px solid #d1d1d1; box-shadow: 0px 0px 0px 3px #f8f8f8; }


#ajax_loader_container{ }
#ajax_product_loader{ position: fixed; width: 220px; font-size: 18px; text-align: center; padding: 20px 0px; background: #fff; }

/* product details */

#p_product_c{
    padding: 30px 0px;
}

#p_product_images_c, #pkg_prod_img_c{
    padding-bottom: 40px;
}

#p_product_details_c, #pkg_prod_details_c{
    padding-bottom: 40px;
}

#product_details_table{ width: 100%; }
#product_details_left, #product_details_right{ vertical-align: top; }
#product_details_left{ width: 350px; }
#product_details_right{ padding-left: 24px; }

.product_images{
    text-align: center;
}

#product_main_img{
    display: inline-block;
    position: relative;
    max-width: 100% !important;
    max-height: 500px;

    margin: 0px auto;

    text-align: center;
    border: 0px solid #fff;
}

#product_main_img .cloud-zoom, #product_main_img #wrap{
    max-width: 100% !important;
    max-height: 500px !important;

    width: 100%;
    height: 100%;
}

#main_product_image{
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
    margin: 0px auto;
    border: 0px solid #fff;
}
#main_product_image_zoom{
    position: absolute;
    z-index: 25000;
    bottom: 26px;
    left: 0px;
}
#main_product_image_zoom img{ display: block; }

#prod_img_gal{
    position: relative;
    overflow: hidden;
}

#prod_img_gal ul, #prod_img_gal ul li{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
}

#prod_img_gal ul li{
    width: 23%;
    padding: 0px 2.4% 2.4% 0px;

    float: left;
}

#prod_img_gal ul li:nth-child(4n + 0){
    padding-right: 0px;
}

#prod_img_gal ul li a{
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    line-height: 0;
    text-align: center;
    border: 1px solid #323e99;
    width: 100%;
    height: 80px;
}

#prod_img_gal ul li a:hover{
    border: 1px solid #f12100;
}

#prod_img_gal ul li a img{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    padding: 0px;
    max-width: 90%;
    min-height: 20px;
    max-height: 80px;
}




.product_details_section{ border-bottom: 1px solid #c9c9c9; padding-bottom: 10px; margin-bottom: 10px; }
#product_name, #product_name a{ color: #848484; font-size: 30px; margin: 0px; padding: 0px; font-weight: normal; }
#product_brand, #product_number{ margin-top: 4px; font-size: 15px; }

#product_number{
    padding-bottom: 30px;
}

#cart_form .button{ text-transform: none; }
#cart_form .product_list_price{ margin-top: 0px; }
#cart_form .price_strike{ text-decoration: line-through; color: #2cabe3; }
#cart_form .final_price{ font-size: 24px; padding: 5px 0px; margin: 0px; font-weight: normal; }
#cart_form .call_for_availability{ color: #e02b34; font-weight: bold; }

#cart_form_top{
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0px;
}

#cart_form_top .affirm-as-low-as{ text-align: right; margin-top: 10px; }

#cart_form_bottom{
    overflow: hidden;
    padding: 10px 0px;
    text-align: right;
}

#package_link{
    padding: 30px 0px 10px 0px;
    text-align: right;
}

#cart_form_table{ width: 100%; }
#cart_form_table td{ vertical-align: bottom;}
#cart_form_options{ float: left; text-align: left; margin: 0px 20px 20px 0px; width: auto !important; max-width: 100%; }
#cart_form_options select{ max-width: 99%; box-sizing: border-box; }

.p_option_name{ font-size: 15px; color: #464646; }
.p_option_sel{ padding: 5px 0px 10px 0px; }
.p_option_sel select{ font-size: 17px; max-width: 100%; }
.p_option_sel:last-child{ padding-bottom: 0px; }

.p_option_sku{ padding-top: 5px; clear: both; }
.p_sku_id{float: left; margin-right: 10px; margin-bottom: 40px;}
.p_sku_label{ display: block; padding-top: 0px; color: #262626; font-size: 14px; }

#product_options .product_details_heading{ margin-top: 0px; padding-top: 0px; }

#cart_message{ }

#cart_form_checkout{
    white-space: nowrap;
    padding-top: 20px;
    font-size: 17px;
    overflow: hidden;
}

.cfc_controls{
    float: right;
    width: 220px;
}

.cfc_left{
    float: left;
}

.cfc_right{
    float: right;
    white-space: normal;
}


#cart_form_checkout input[type=text]{ width: 20px; }

#affirm_button{ text-align: center; display: none; }

#product_options{
    float: left;
}
#product_options div{
    padding: 10px 0px;
}


#button_wishlist_c{
    padding: 30px 0px 10px 0px;
    text-align: right;
}

#product_tabs_c{
    margin: 40px 0px 20px;
}

#product_tabs ul{
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

#product_tabs ul li a{
    display: block;
    position: relative;
    top: 1px;
    padding: 10px 0px;
    color: #b8b8b8;
    border-bottom: 4px solid #b8b8b8;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

#product_tabs ul li a:hover, #product_tabs ul li a.prod_tab_cur{
    color: #d93030;
    border-bottom: 4px solid #d93030;
}

#product_description{
    padding: 30px 0px;
}

#product_details_description{ margin-top: 24px; padding: 10px 0px 20px 0px; }
#product_description_attributes{ margin-top: 10px; }
#product_description_attributes td{ vertical-align: top; }
.product_attribute_container ul{ padding: 0px; margin: 0px; list-style-type: none; }
.product_attribute_container ul li{ margin: 0px; padding: 0px; }

.product_details_heading{ font-size: 15px; padding: 10px 0px; font-weight: normal; text-align: center; }

#product_details_related{ padding: 50px 0px; border-top: 1px solid #e9e9e9; }
#product_details_related .product_details_heading{ font-size: 30px; padding: 0px 0px 30px; margin: 0px; }

.manufacturer_products table{ width: 100%; }
.manufacturer_products td{ vertical-align: top; width: 20%; }

#product_tabs_desc_c{
    position: relative;
    overflow: hidden;

    border-top: 5px solid #1d2c79;
    margin: 0; padding: 0;
}

#product_tabs_desc, #product_tabs_desc li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;

    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

#product_tabs_desc li a{
    position: relative;
    display: block;
    padding: 15px 20px;
    background: #f5f5f5;

    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;

    text-transform: uppercase;
    text-decoration: none;

    font-family: "Open Sans", sans-serif;
    color: #717171;

}

#product_tabs_desc .prod_desc{
    display: none;
    position: relative;
    padding: 50px 20px;

    border-bottom: 1px solid #ececec;
}

#product_tabs_desc li.prod_tab_cur .prod_desc{
    /* display: block; */
}

#product_tabs_desc li a span{ position: absolute; top: 23px; right: 17px; display: block; width: 20px; height: 5px; background-color: #4e4e4e; border-radius: 1px; transition: all .3s linear; }
#product_tabs_desc li a span:first-child{ }
#product_tabs_desc li a span:last-child{ transform: rotateZ(-270deg); }

#product_tabs_desc li a.prod_tab_cur span{
     transform: rotateZ(0deg);
}


#product_quick_view{ width: 750px; margin-bottom: 30px; }
#product_quick_view_top{ text-align: left; }
#product_quick_view_left, #product_quick_view_right{ vertical-align: top; }
#product_quick_view_left{ width: 236px; }
#product_quick_view_right{ width: 440px; padding-left: 20px; text-align: left; }
#product_quick_view #product_name{ margin-bottom: 10px; }
#product_quick_view #product_description{ line-height: 1.5em; margin-bottom: 8px; }

#product_quick_view_more_details{ display: block; font-size: 16px; font-weight: bold; }
#wrap{ text-align: left; }

#product_error, .product_error{
    border: 2px solid #f76767;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    background: #fff2d6 url(/images/warning.png) no-repeat 4px 4px;
    font-weight: bold;
    font-size: 14px;
    color: #a01e1e;
}

.product_good{
    border: 2px solid #7cc466;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    background: #fff url(/images/checkmark.gif) no-repeat 4px center;
    font-weight: bold;
    font-size: 14px;
    color: #7cc466;
}

#button_add_to_wishlist{
    background: #fff;
    color: #848484;
}

#button_add_to_cart{
    background: #fff;
    border: 2px solid #d93636;
    color: #d93636;
}

#button_add_to_cart:hover{
    background: #d93636;
    color: #fff;
}


#pkg_prod_img_c{
    text-align: center;
}

#pkg_prod_details_c select{
    max-width: 100%;
}

.pkg_opt_header{
    background-color: #323e99;
    color: #fff;
    padding: 20px;
}

.pkg_option_c{
    background: #fafafa;
}

.pkg_option{
    padding: 20px 20px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.pkg_opt_name{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
}

.pkg_opt_list{
    padding: 20px 10px 0px 10px;
}

.pkg_opt_list strong{
    display: inline-block;
    margin: 0px 10px;
}

.pkg_product_container{
    padding-bottom: 5px;
}

/* modified from old site */
#productPackageContainer{
    position: relative;
    padding-bottom: 36px;
}

#ppkg_price_info{

    border: 1px solid #eaeaea;

    text-align: right;

    padding: 20px;
    margin: 20px 0px;
}

#ppkg_price_info div{
    margin: 5px 16px 0px 8px;
    text-align: right;
    font-size: 14px;
}
#ppkg_price_info .button{
    border: 1px solid #cbebff;
    padding-bottom: 2px;
}

#productPackageContainer h4{
    background-color: #3ab0ff;
    color: #ffffff;
    padding: 2px 4px;
    margin: 5px 0px 5px 0px;
    font-size: 12px;
}
#productPackageContainer h5{
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    font-size: 13px;
}

#product_package_data{
    position: relative;
}

a.pkg_help_link{
    float: left;
    margin: 3px 4px 3px 2px;
    text-decoration: none;
}

a.pkg_help_link img{
    border: 0px solid #ffffff;
}

.pkg_help_content{
    display: none;
    position: absolute;
    right: 360px;
    z-index: 25000;
    width: 300px;
}
.pkg_help_content div{
    padding: 8px;
    background-color: #f9f9f9;
    border: 1px solid #323e99;
    color: #000000;
    font-size: 13px;

    min-height: 100px;

    border-radius: 5px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .45);
}

#productPackageContainer h4 a img, #productPackageContainer h5 a img{
    border: 0px solid #ffffff;
}

#productPackageContainer blockquote{
    margin: 0px;
    padding: 5px 0px 16px 10px;
}

.product_option_container{
    display: none;
    margin-left: 24px;
    padding-left: 20px;
    padding-bottom: 20px;
}

#pkg_footer{
    text-align: right;
    padding: 20px;
}

.pkg_error{
    border: 1px solid #f00;
}


/* end products */

/* cart */

#cart_intl{ border: 1px solid #d3dadc; padding: 8px; margin-bottom: 15px; }
#cart_buttons .button{ text-transform: none; }

#cart_intl{
    margin: 10px 0px 20px 0px;
    padding: 10px;
    border: 2px solid #5a5a5a;
    background-color: #fff;
    font-size: 14px;
}
#cart_intl a{
    font-size: 14px;
    font-weight: bold;
}


.cart_product_row td{
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #e0e3e0;
}

#cart_container{ overflow: hidden; }
#cart_left{ margin-bottom: 20px; }

.cr_title{ font-family: 'Open Sans', sans-serif; color: #fff; background-color: #b0b0b0; padding: 5px 10px; font-size: 24px; text-transform: uppercase; font-weight: 600; }
.cr_title_grey{ color: #383838; background-color: #fff; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; padding: 15px 15px 0px; }

.cr_content{ padding: 15px; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; background-color: #fff; }

/* new cart product row */

.cart_product_c{
    padding: 20px;
    background-color: #fff;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
}
.cart_product_c:nth-child(2){ border-top: 1px solid #d1d1d1; }

.cart_product_c .button, .cart_product_c .button:hover{
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    min-width: 120px;
    max-width: 80%;
}

.cart_product_headings{ display: none; }


/* config for low res */
.cart_product_c .cart_prod_thumb{
    float: left;
    width: 40%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #383838;
}
.cart_product_c:first-child .cart_prod_thumb{ text-align: left; }

.cart_product_c .cart_prod_thumb img{
    float: none !important;
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    border: 0px;
}

.cart_product_c .cart_prod_data{
    float: left;
    width: 50%;
    padding-left: 8%;
    color: #383838;
    font-size: 16px;
}

.cart_product_c .cart_prod_data a{ font-size: 18px; text-decoration: none; font-weight: bold; }
.cart_product_c .cart_prod_qty a{ text-decoration: none; }

.cart_product_c .cart_prod_price{
    clear: both;
    text-align: center;
}
.cart_product_c .cart_prod_qty{
    text-align: center;
}
.cart_product_c .cart_prod_qty input[type=text]{
    width: 45px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.cart_product_c .cart_prod_qty input[type=submit]{
    border: 0px solid #fff;
    color: #323e99;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    font-weight: bold;
}
.cart_product_c .cart_prod_qty input[type=submit]:hover{ color: #4968aa; }

.cart_product_c .cart_prod_total{
    text-align: center;
}

.cart_product_c .cart_prod_price, .cart_product_c .cart_prod_qty, .cart_product_c .cart_prod_total{ padding: 10px 0px; color: #383838; font-size: 16px; font-weight: bold; }



#cart_footer{
    padding-top: 20px;
    overflow: hidden;
}

#cart_footer td{
    font-size: 16px;
    color: #383838;
}

#cart_footer_blocks{ overflow: hidden; }

.cart_shipping_calculator{ text-align: left; background-color: #fff; margin-bottom: 20px; }
.cart_shipping_container{
    text-align: left;
}
#cart_shipping_form span{ white-space: nowrap; }
#cart_shipping_form em{ font-size: 12px; }
#shipping_quote_zip{ width: 45px; }
.cart_shipping_container .button{ min-width: 0; }
#shipType{ max-width: 100%; }

.cart_totals{ background-color: #fff; }
.cart_totals_container{ text-align: right; }
.cart_totals_container tr td{
    text-align: right;
}
.cart_totals_container tr td:first-child{
    text-align: left;
}

.cart_bottom_title{
    background-color: #b0b0b0;
    color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px;
}

.cart_buttons, .checkout_buttons{
    clear: both;
    padding: 20px 0px;
    text-align: center;
}
#cart_button_left, #cart_button_right{ display: block; margin: 0 auto 15px; }
#cart_button_left{ background: #d81d1d url(/images/checkout_button_left.png) no-repeat 30px center; max-width: 240px; width: 100%; }
#cart_button_right{ background: #399d3b url(/images/checkout_button_right.png) no-repeat 210px center; max-width: 240px; width: 100%; }

.cart_bottom_content{ padding: 20px; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; color: #383838; }

.info_forms td{
    padding: 3px !important;
}


#cart_container{
    overflow: hidden;
}

.checkout_header{
    padding: 0px;
    overflow: hidden;
}

.checkout_header table{
    border-collapse: collapse;
    width: 100%;
}
.checkout_header td{
    width: 50%;
    padding: 10px !important;
    border: 1px solid #d1d1d1;
    vertical-align: top;
}

.checkout_header{
    padding-bottom: 15px;
}

.checkout_header .checkout_header_block{
    min-width: 320px;
    padding: 15px;
    box-sizing: border-box;
}

.checkout_header_block h3{
    font-size: 20px;
}
.checkout_header_block div{
    padding: 2px 15px;
}

.cart_totals_table{
    text-align: left;
    margin: 0px 0px 0px auto;
}
.cart_totals_table td{
    font-size: 14px;
    padding: 8px 0px;
}
.cart_totals_table tr:first-child td{ padding-top: 0px; }
.cart_totals_table tr:nth-child(2) td{ padding-bottom: 15px; }
.cart_totals_table tr:last-child td{
    border-top: 1px solid #d1d1d1;
    padding: 15px 0px 0px;
}

.discount_total{
    color: #090;
}

#receipt_shipping{
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #e0e3e0;
}
.receipt_container{
    overflow: hidden;
}

/*.receipt_container h1{
    font-size: 18px;
}*/

.p_ship_header{
    background-color: #efefef;
    padding: 6px 10px !important;
}

#cart_ship_rates td{
    border-bottom: 0px solid transparent;
    /* border-top: 1px solid #efefef; */
}

.checkout_footer_extra td{
    vertical-align: top;
}

.cart_shipping_message{ padding: 10px 10px 0px 0px; }
.cart_shipping_message a{ color: #cb0000; font-weight: bold; font-size: 16px; }
#site_message_container{ padding: 20px 10px; text-align: left; }

#cart_footer_tools{
    float: left;
    width: 320px;
    padding-bottom: 40px;
}

.cart_survey{
    padding-right: 100px;
}

#cart_survey_data{
    height: 73px;
}

.cart_survey_options{
    padding: 5px 0px 10px 0px;
}

.giftcard_amount strong{
    color: #090;
}

.giftcard_amount .button{
    padding: 0px;
    text-transform: none;
    font-weight: normal;
    background: none;
    border: 0px;
}
.giftcard_amount .button:hover{

}


#info_forms{
    overflow: hidden;
}

.info_form{
    float: left;
    min-width: 320px;
    width: 100%;
}

.info_form div{
    position: relative;
    padding: 10px 10px 10px 40px;
}
.info_form .required{
    position: absolute;
    left: 10px;
    top: 20px;
    color: #f00;
}

.info_form input[type=text]{
    width: 80%;
}

/* end cart */

/* new cart */
#checkout_intl_notice{
    padding: 14px 10px 14px 75px;
    margin-bottom: 30px;
    background: #fff url(/images/attention_international_icon.jpg) no-repeat 0px 0px;
    border: 1px solid #d1d1d1;
}

#checkout_container{ border: 1px solid #d1d1d1; overflow: hidden; background-color: #f8f8f8; }
#checkout_top{ padding: 30px; text-align: center; font-size: 24px; color: #383838; line-height: 2em; background-color: #f8f8f8; border-bottom: 1px solid #d1d1d1; }
#checkout_signin{ display: none; }

#checkout_left{ background-color: #fff; }
#checkout_left_inner{ border-right: 1px solid #d1d1d1; }

.checkout_step{ position: relative; padding: 105px 30px 30px; border-bottom: 1px solid #d1d1d1; }
.checkout_step:last-child{ border-bottom: 0px solid #fff; }
.checkout_step_number{
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 24px;
    color: #383838;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    background-color: #fdfdfd;
    width: 50px;
    padding: 8px 0px;
    text-align: center;
}

.checkout_section_title{
    font-size: 24px;
    color: #383838;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#checkout_left .checkout_section_title{
    position: absolute;
    top: 33px;
    left: 90px;
}

.info_form_item{ overflow: hidden; margin-bottom: 10px; }

.info_form_label{ display: none; float: left; margin: 10px 1% 0px 0px; text-align: right; }
.info_form_label.info_form_ship_select{ display: block !important; width: 5%; }
.info_form_input{ width: 90%; }


.info_form_input select, .info_form_input input[type=text]{ width: 85%; }
#expMonth{ width: 160px; }
#expYear{ width: 82px; }
.cc_number{ overflow: hidden; }
.cc_number input[type=text]{ float: left; width: 55%; min-width: 160px; }

.cc_number div{ padding: 10px 0px; clear: both; }

.cc_number div img{ margin-right: 5px; }

.info_form_select_shipping{ margin-top: 9px; }

.info_form_label label, .info_form_input label{ cursor: pointer; }

/* radio hack from http://www.inserthtml.com/2012/06/custom-form-radio-checkbox/ */
.info_form_label input[type=radio]{ display: none; }
.info_form_label input[type=radio] + label{
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 6px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.info_form_label input[type=radio]:checked + label:after{
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	background: #323e99;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: none;
	font-size: 32px;
}

.info_form_label input[type=radio]:checked + label{
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 15px 10px 12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.info_form_label input[type=radio] + label:active, .info_form_label input[type=radio]:checked + label:active{
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
/* end radio hack */

#info_form_shipping{ display: none; }

.checkout_step .required{ color: #cb0000; }

#checkout_right_inner{ padding: 10px; }


#checkout_right_inner .checkout_section_title{
    margin-bottom: 30px;
}

#checkout_right_inner .h_menu_cart_i_left{ width: 28%; margin-right: 2%; }
#checkout_right_inner .h_menu_cart_i_left img{ max-width: 100%; }
#checkout_right_inner .h_menu_cart_i_right{ padding-top: 8px; }

#checkout_summary{ width: 100%; }
#checkout_summary td{ color: #383838; padding: 4px 0px; }


#checkout_summary td:last-child{ text-align: right; }
#checkout_summary select{ max-width: 240px; }
#checkout_summary .checkout_items{ padding-top: 15px; border-top: 1px solid #d1d1d1; }
#checkout_summary .checkout_shipping{ padding-bottom: 5px; }
.checkout_shipping.shipping_calculated{ text-align: right; }
.checkout_shipping.shipping_calculated select{ width: 100%; max-width: 100% !important; }

#checkout_summary .checkout_nra_donation{ padding-bottom: 5px; border-bottom: 1px solid #d1d1d1; }
#checkout_summary .checkout_nra_donation input{ width: 70px; text-align: right; }


#checkout_summary .discount_total{ padding: 10px 0px; border-bottom: 1px solid #d1d1d1; }
#checkout_summary .checkout_total{ padding: 10px 0px; border-bottom: 1px solid #d1d1d1; font-weight: bold; }

.cart_promo_box_l{ margin-top: 20px; }
.cart_promo_box_r{ padding: 10px 0px 20px; border-bottom: 1px solid #d1d1d1; }
.cart_promo_box_r input[type=text]{ margin-bottom: 10px; }
.cart_promo_box_r input{ width: 100%; box-sizing: border-box; }
.cart_promo_box_r input[type=submit]{ background-color: #0094d4; }
.cart_promo_box_r input[type=submit]:hover{ background-color: #007aaf; }

#checkout_newsletter_signup{ padding-top: 10px; font-size: 12px; }

#checkout_submit_order input[type=submit]{ width: 100%; }
#checkout_submit_order{ padding-top: 20px; }

.receipt_container{ border: 1px solid #d1d1d1; background-color: #fff; }
.receipt_container .checkout_header{ padding-bottom: 0px; }
.receipt_container .checkout_header_shipping > div{ padding: 0px; }
.receipt_container .cart_totals_container{
    float: right;
    min-width: 170px;
    padding: 20px;
}
.receipt_container .checkout_header{ }
.receipt_container .cart_product_c{ border-left: 0px solid #fff; border-right: 0px solid #fff; }

.receipt_container .cart_prod_act{ text-align: right; padding-top: 10px; }

.checkout_receipt_left{ width: 100%; }

.checkout_header_block > div{ padding: 0px; }
.checkout_header_block{ border-bottom: 1px solid #d1d1d1; }
.checkout_header_block h3{ margin-top: 0px; }

#list_cart_form_top{ text-align: left; font-family: 'Noto Serif', serif; font-size: 18px; text-transform: none; font-weight: bold; }
#list_cart_form_buttons{ padding: 20px 0px; overflow: hidden; }

/* end new cart */

/* This node is for preload work and we don't want it to be seen */
#workNode{ display: none; }

.contactTable{ min-width: 300px; max-width: 500px; }
.contactTable td{ padding: 10px 5px; border-bottom: 1px solid #dedede;}

.contactTable td.cellHeader{
    background-color: #4d4d4d;
    color: #fff;
}

.customContactTable td select{
    font-size: 12px;
    max-width: 200px;
}

#new_customer_signup{ text-align: left; }
#new_customer_signup .cell strong, #new_customer_signup .required_box strong{ color: #f00; }

.show .cellHeader{ font-size: 18px; text-transform: uppercase; }
.show .cell{
    padding: 5px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}


/* INVOICE STUFF / and PRINTABLE SCREENS */

.order_top_container, .print_top_container{
    position: relative;
    text-align: center;
    height: 55px;
}

.order_top_container h3{
    display: none;

    margin: 0px;
    padding: 0px;
    text-align: left;
}

.order_container, .print_container{
    max-width: 700px;
    background: #fff;
    color: #000;
    font-size: 11px;
    padding: 10px 20px 20px 20px;
}

.order_edit_container{
    width: auto;
}


.order_container, .order_container div, .order_container span, .order_container td{
    color: #000;
    font-size: 11px;
}

.print_container, .print_container div, .print_container span, .print_container td{
    color: #000;
    font-size: 11px;
}

.print_container h1, .print_container h2, .print_container h3, .print_container h4, .print_container h5, .print_container h6{
    color: #636363;
}

.d_contact_print{
    display: inline-block;
    padding-right: 50px;
}

.d_contact_print table td{
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.order_top_container, .print_top_container{
    position: relative;
    text-align: center;
    height: 55px;
}
.order_logo, .print_logo{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.order_top_container h3{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.print_top_container h3, .print_top_container h5{
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.order_status_select{
    position: absolute;
    top: 0px;
    left: 0px;
}

.order_customer_number{
/*
    position: absolute;
    top: 0px;
    right: 0px;
*/
    text-align: right;
    padding-top: 10px;
}

.order_number_data{
    width: auto !important;
    margin: 0px !important;
}

.order_number_data td{
    padding: 0px 5px 5px 0px;
}

.order_container td img{
    max-width: 32px;
    max-height: 32px;
}

.order_header_table{
    width: 100%;
    border-collapse: collapse;
}

.order_header_cell{
    width: 33%;
    border: 1px solid #000;
}
.order_header_table td{
    font-size: 10px;
    padding: 3px 5px;

}


.order_header_c{
    overflow: hidden;
}

.order_header_c td{
    font-size: 10px;
    padding: 1px 5px;

}

.order_box{
    padding: 1.5%;
    min-width: 180px;
    width: 30%;
    float: left;
    padding-bottom: 30px;
}


.order_item_list{
    position: relative;
    padding: 20px 0px;
}

.order_item_list table{
    width: 100%;
}
.order_item_list table th{
    padding: 3px;
    background: #000;
    border-right: 1px solid #ccc;
    color: #fff;
}
.order_item_list table td{
    padding: 3px;
    vertical-align: middle;
}


.order_item_list tr th:nth-child(1), .order_item_list tr th:nth-child(3), .order_item_list tr th:nth-child(5){
    display: none;
}
.order_item_list tr td:nth-child(1), .order_item_list tr td:nth-child(3), .order_item_list tr td:nth-child(5){
    display: none;
}


.order_edit_box .order_edit_text{
    display: none;
}
.order_edit_box .order_edit_input{
    display: block;
}

.order_item_list table tr:nth-child(odd) td{
    background: #fff;
    border-right: 1px solid #ddd;
}
.order_item_list table tr:nth-child(even) td{
    background: #ddd;
    border-right: 1px solid #fff;
}

.order_shipping_notes{
    padding-bottom: 20px;
}

.order_footer{
    padding-top: 20px;
    border-top: 1px solid #000;
}
.order_footer_table{
    width: 100%;
}
.order_footer_table td{
    vertical-align: top;
}

.order_totals{
    float: right;
    min-width: 200px;
    max-width: 320px;
    padding: 0px 0px 20px 40px;
    text-align: right;
}

.order_totals table{
    margin: 0px 0px 0px auto;
    text-align: left;
    width: 200px;
}

.order_totals table td{
    padding: 5px 5px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.order_totals table tr td:nth-child(2){
    text-align: right;
}

.order_status_memo, .order_status_buttons{
    float: left;
}
.order_status_memo{
    padding-right: 20px;
}
.order_status_buttons{
    padding-top: 20px;
}

#order_status_memos{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;

    width: 200px;
    border: 1px solid #000;
    background: #eee;
}
#order_status_memos h6{
    background: #555;
    color: #fff;
    font-size: 12px;
    margin: 0px;
    padding: 5px;
}

#order_status_memos ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#order_status_memos ul li{
    list-style: none;
}
#order_status_memos ul li a{
    display: block;
    padding: 5px;
    border-bottom: 1px solid #999;
    text-decoration: none;
}

#gc_product_info td{ padding-bottom: 4px; }
#gc_product_info .gc_product_label{ text-align: right; font-weight: bold; padding-right: 6px; }
#gc_product_info .gc_product_q{ padding: 10px 0px 4px 0px; }
#gc_product_info .gc_product_q div{ font-weight: bold; }
#gc_amount{ width: 44px; }

.cart_prod_data .product_listed_name{ border-bottom: 0px solid #fff; height: auto; }

.cart_item_options{ font-size: 13px; padding: 10px; }
.cart_item_options ul{ margin: 0px; padding: 0px 0px 0px 20px; }
.cart_item_options ul li{ font-size: 13px; padding: 0px; margin: 0px; }


.m_box{
    border: 1px solid #a2a2a2;
    border-radius: 10px;

    padding: 20px;
    margin-bottom: 20px;
}

.youtube_thumb{
    position: relative;
    display: block;
}

.playbutton_m{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: url('/images/play_button_large.png') no-repeat center 30px;
    opacity: .7;
    cursor: pointer;
}

.playbutton_t{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: url('/images/play_button_small.png') no-repeat center 20px;
    opacity: .6;
    cursor: pointer;
}

.youtube_thumb:hover .playbutton_t{
    opacity: 1;
}

.country_select{ max-width: 200px; }



.galleryContainer ul{ list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; }
.galleryContainer ul li{ min-width: 300px; width: 50%; text-align: center; box-sizing: border-box; padding: 10px; }
.galleryContainer ul li img{ max-width: 100%; }

#homepage_hero{
    background: url(/uimages/home_content/sample_hero.jpg) no-repeat center center;
    background-size: cover;
    height: 450px;
    margin-bottom: 20px;
}
#homepage_hero_container{
    font-family: 'Noto Serif', serif;
    max-width: 1366px;
    margin: 0px auto;
    padding: 40px 10px 0px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(50, 50, 50);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#homepage_hero_container h1{
    font-family: 'Noto Serif', serif;
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    margin: 0px;
    padding: 0px 0px 10px;
}

#homepage_hero_container a{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgb(50, 50, 50);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: color .2s linear;
}
#homepage_hero_container a:hover{ color: #00c3ff; }

#homepage_videos_link img{
    border: 3px solid #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 10px 0px rgb(50, 50, 50);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

#homepage_top h2{ font-size: 48px; text-align: center; margin-bottom: 40px;}

#homepage_product_list{ max-width: 1366px; margin: 0px auto; }

#homepage_bottom{
    border-top: 1px solid #eaeaea;
    background-color: #fafafa;
    padding: 48px 0px;
    text-align: left;
}

#homepage_promo ul{ margin: 0px; padding: 0px; list-style: none; }
#homepage_promo ul li{ padding: 0px; margin: 0px 0px 10px; list-style: none; }
#homepage_promo ul li img{ max-width: 100%; }

/* log in / create account page */
#login_error{ color: #cb0000; }
#login_container{ overflow: hidden; }
#login_container ul{ padding: 0px; }
#login_container ul, #login_container li{ margin: 0px; }
#login_container li{ list-style: none; overflow: hidden; padding: 5px 0px; }
.login_inner{ padding: 40px; }
.login_inner h2{ margin-top: 0px; padding-top: 0px; font-size: 48px; }
#login_right .login_inner{ background-color: #efefef; border: 1px solid #d1d1d1; }
#login_left{ margin-right: 2%; }

#login_left li > div, #login_right li > div, #login_left li > input, #login_right li > input, #login_right li > select{
    float: left;
}
#login_left li > input, #login_right li > input, #login_right li > select{ box-sizing: border-box; }
#login_left li > div, #login_right li > div{ display: none; width: 23%; text-align: right; margin-right: 2%; padding-top: 2px; }
#login_left li > input, #login_right li > input, #login_right li > select{ width: 100%; }
#login_container input[type=checkbox]{ width: auto !important; }
#login_container input[type=submit]{ width: auto !important; }
/* end log in / create account page */

.checkout_faq_cb{ padding: 0px 10px; }

/* custom forms */

.cust_form_c{
    max-width: 980px;
    margin: 0px auto;
}

.form_items, .form_items li{
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.form_items{ padding-bottom: 12px; }

.form_items li{
    padding-bottom: 10px;
}

.form_item_states select{ max-width: 100%; }
.r_col .form_item_textarea{ width: 100%; }
.form_item_textarea textarea{ box-sizing: border-box; max-width: 100%; }

.custom_form_item_error{ position: relative; padding: 4px; color: #303030; border: 4px solid #fcb040; margin: 5px 5px 6px; border-radius: 4px; background-color: #fffbdb; font-weight: normal; font-size: 12px; }

.form_item_label{
    color: #701400;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.form_main_label{ display: block; padding: 10px 0px; font-size: 18px; }

/* end custom forms */



#phone_buttons{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 20000;

    background: #d81d1d;

    width: 100%;
    height: 60px;

    overflow: hidden;
}
#phone_buttons a{
    position: absolute;
    top: 0px;

    display: block;
    text-align: center;
    padding: 21px 0px;
    font-size: 15px;
    width: 50%;

    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}

#phone_buttons a:hover{
    background: #ca5d55;
}

#phone_buttons a:first-child{
    left: 0px;
}

#phone_buttons a:last-child{
    right: -1px;
    border-left: 1px solid rgba(255,255,255,1);
}

/* promo banner */
#promo_banner{
    display: block;
    line-height: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

#promo_banner a{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;

    text-decoration: none;
    text-align: center;
    border: 0;
    color: #fff;
    font-size: 15px;
}

#promo_banner img{
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;

    max-width: 100%;
}



/* brands */

#f_brands{
    position: relative;
    background: #fff;
    padding: 0px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0px;
    overflow: hidden;
    margin: 0px auto;
}


#brands_prev_c, #brands_next_c{
    position: absolute;
    top: 0; bottom: 0;
    margin: auto 0;
    width: 80px;
    height: 100%;

    transition: background-color .2s linear;
    cursor: pointer;
}
#brands_prev_c{
    left: 0px;
    background: #fff url(/images/arrow_gal_nav_prev.png) no-repeat center center;
}
#brands_next_c{
    right: 0px;
    background: #fff url(/images/arrow_gal_nav_next.png) no-repeat center center;
}
#brands_prev_c:hover, #brands_next_c:hover{
    background-color: #e8e8e8;
}

#brands_prev_c a, #brands_next_c a{
    display: block;
    width: 100%;
    height: 100%;
}

#brands{
    overflow: hidden;
    margin: 0px auto;
    text-align: left;

    height: 106px;

    padding: 0px 9px;

    /* just testing scrolling */
    /* width: 500px; */

    padding-top: 0px;
}

#brands ul{
    list-style: none;
    padding: 0px 100px;
    margin: 0px;
    white-space: nowrap;
    text-align: center;
}
#brands ul li{
    list-style: none;
    display: inline;
    padding: 0px;
    margin: 0px 0px 200px 0px;
}

#brands ul li span{
    display: inline-block;
    padding-right: 20px;
}

#brands ul li span img{
    display: inline-block;
    vertical-align: middle;
    max-height: 106px;
}

#brands ul li:last-child{
    margin-right: 100px;
}



/* instagram */

#instagram_c{
    position: relative;
    background: #fff;
    padding: 0px;
    text-align: center;
    padding: 40px 0px;
    overflow: hidden;
    margin: 0px auto;
}

#instagram_prev_c, #instagram_next_c{
    position: absolute;
    top: 0; bottom: 0;
    margin: auto 0;
    width: 60px;
    height: 106px;

    transition: background-color .2s linear;
    cursor: pointer;
}
#instagram_prev_c{
    left: 0px;
    background: #6b6b6b url(/images/arrow_gal_nav_prev.png) no-repeat center center;
}
#instagram_next_c{
    right: 0px;
    background: #6b6b6b url(/images/arrow_gal_nav_next.png) no-repeat center center;
}
#instagram_prev_c:hover, #instagram_next_c:hover{
    background-color: #e8e8e8;
}

#instagram_prev_c a, #instagram_next_c a{
    display: block;
    width: 100%;
    height: 100%;
}

#instagram{
    overflow: hidden;
    margin: 0px auto;
    text-align: left;

    padding: 0px 9px;

    /* just testing scrolling */
    /* width: 500px; */

    padding-top: 0px;
}

#instagram ul{
    list-style: none;
    padding: 0px 100px;
    margin: 0px;
    white-space: nowrap;

    text-align: center;

    height: 106px;
}
#instagram ul li{
    list-style: none;
    display: inline;
    padding: 0px;
    margin: 0px 0px 200px 0px;
}

#instagram ul li span{
    display: inline-block;
    padding-right: 20px;
}

#instagram ul li span img{
    display: inline-block;
    vertical-align: middle;
    max-height: 106px;
}

#instagram ul li:last-child{
    margin-right: 100px;
}

.form_items li {
    display: inline-block;
    margin: 0 10px 0 0;
}


#splash_c{
    position: relative;
    text-align: center;
}
#splash{
    margin: 0px;
    width: 100%;
    position: relative;

}
#splash_img{
    line-height: 0;
    background: #000;
}
#splash_img img{
    max-width: 100%;
}
#splash h1, #splash h2, #splash h3, #splash h4, #splash h5, #splash h6{
    color: #fff;
}
#splash_content_c .slide_text p {
    font-size: 16px;
}
#splash_content_c {
    color: #fff;
    position: absolute;
    top: -30%;
    padding: 0;
    width: 100%;
}
#splash_content{
    position: relative;
}
.slide_control_next, .slide_control_prev {
    background-repeat: no-repeat;
    width: 40px !important;
    height: 40px !important;
}
.slide_control_next {
    background-image: url('/images/r_arr.png');
}
.slide_control_prev {
    background-image: url('/images/l_arr.png');
}
.slide_control_next:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.slide_control_prev:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.slide_control_c {
    bottom: 0;
    height: 40px;
    margin: auto;
    max-width: 1366px;
    position: absolute;
    padding: 0 !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#splash_content_c .slide_text {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 15%;
}
#splash_content_c .slide_text h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#splash_content_c .slide_text p {
    font-size: 15px;
    margin: 0;
}
#splash_content_c .splash_btn .button{
    margin-top: 4px;
}
#splash_content_c .slide_text.hide_small{
    display: none;
    float: left;
    padding: 0 45px;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2%;
    width: 46%;
}
#below_splash_text {
    background-color: #f6f6f6;
    padding: 40px 15px;
    text-align: center;
}
.slide_text > * {
    text-align: center;
}
.alpha_slides ul {
    position: relative;
}
.alpha_slides{
    position: relative !important;
}
.splash_btn .button {
    text-align: center;
}

#contact_c{
    position: relative;
    width: 100%;
    height: 540px;
    max-height: 540px;
}

#contact_map{
    width: 100% !important;
    height: 100%;
}

.map_text{
    position: absolute;
    left: -90px;
    top: -145px;

    white-space: nowrap;

    color: #fff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;

    font-size: 15px;

    text-shadow: 0px 0px 5px rgba(0, 0, 0, .65);

    background: rgba(25, 34, 41, .6);

    padding: 5px;

    border-radius: 5px;
}

#about_container{ font-size: 18px; font-weight: 400; }
#about_container strong{ font-weight: 700; }
.about_row{ overflow: hidden; margin-bottom: 40px; }
.about_row img{ display: block !important; width: 100%; }
.about_row > div{ margin-bottom: 40px; text-align: center; }
.about_row > div:last-child{ margin-bottom: 0px; }
.about_row > div > div{ padding: 80px 40px; text-align: center; }
.about_row .stars_bg{ max-width: 320px; margin: 0px auto; }
.about_row h3{ text-align: center !important; margin-bottom: 30px; }

#promo_container{ display: none; }
#promo_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0, 0, 0, .7);
}

#promo_content_container{
    position: absolute;
    top: 10%;
    z-index: 100100;
    width: 600px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#promo_content_image img{ max-width: 100%; }

#promo_content_container{ text-align: right; }
#promo_content_container > a{ color: #fff; text-decoration: none; }
#promo_content_container > div{ text-align: left; }
#promo_content{ background-color: #fff; }
#promo_content_text{ padding: 20px 40px; }

#promo_subscribe{
    background-color: #232323;
    padding: 20px;
}
#promo_subscribe > form > div{ text-align: center; }
#promo_subscribe input[name=e]{
    width: 40%;
    margin-right: 10px;
}

#promo_signup_msg{ margin-bottom: 10px; text-align: center; font-weight: bold; color: #3ab52c; }
#promo_signup_msg.signup_error{ color: #d81d1d; }

@media screen and (min-width: 1024px){
.about_row.row_stagger_left > div{ float: left; margin-bottom: 0px; }
.about_row.row_stagger_left > div:first-child{ width: 48.6%; margin-right: 2.8%; }
.about_row.row_stagger_left > div:last-child{ width: 48.6%; }

.about_row.row_3 > div{ float: left; width: 31.4%; margin-right: 2.8%; }
.about_row.row_3 > div:last-child{ margin-right: 0%; }

.about_row.row_stagger_right > div{ float: left; margin-bottom: 0px; }
.about_row.row_stagger_right > div:first-child{ width: 48.6%; margin-right: 2.8%; }
.about_row.row_stagger_right > div:last-child{ width: 48.6%; }

.about_row.row_2 > div{ float: left; margin-bottom: 0px; }
.about_row.row_2 > div:first-child{ width: 48.6%; margin-right: 2.8%; }
.about_row.row_2 > div:last-child{ width: 48.6%; }

#promo_content_container{ position: fixed; }
#promo_subscribe input[name=e]{ width: 50%; }

}

@media screen and (min-width: 1400px){
.about_row > div{ float: left; margin-bottom: 0px; }
.about_row.row_stagger_left > div:first-child{ width: 39.7%; margin-right: 2.8%; }
.about_row.row_stagger_left > div:last-child{ width: 57.5%; }

.about_row.row_3 > div{ width: 31.4%; margin-right: 2.8%; }
.about_row.row_3 > div:last-child{ margin-right: 0%; }

.about_row.row_stagger_right > div:first-child{ width: 57.5%; margin-right: 2.8%; }
.about_row.row_stagger_right > div:last-child{ width: 39.7%; }

.about_row.row_2 > div{ width: 48.6%; }
.about_row.row_2 > div:first-child{ margin-right: 2.8%; }
}




/************************************************************************************************************************************
                                                               GLOBALS
************************************************************************************************************************************/


.section_wrapper h1{ font-size: 30px; font-weight: 400; font-family: "Oswald", sans-serif; }
.section_wrapper h2{ font-size: 26px; font-weight: 400; font-family: "Oswald", sans-serif; }
.section_wrapper h3{ font-size: 22px; font-weight: 400; font-family: "Oswald", sans-serif; }
.section_wrapper h4{ font-size: 28px; font-weight: 400; font-family: "Oswald", sans-serif; }
.section_wrapper h5{ font-size: 26px; font-weight: 400; font-family: "Oswald", sans-serif; }
.section_wrapper h6{ font-size: 22px; font-weight: 400; font-family: "Oswald", sans-serif; }

@media screen and (min-width: 768px) {
    .section_wrapper h1{ font-size: 60px; font-family: "Oswald", sans-serif; }
    .section_wrapper h2{ font-size: 44px; font-family: "Oswald", sans-serif; }
    .section_wrapper h3{ font-size: 40px; font-family: "Oswald", sans-serif; }
    .section_wrapper h4{ font-size: 38px; font-family: "Oswald", sans-serif; }
    .section_wrapper h5{ font-size: 36px; font-family: "Oswald", sans-serif; }
    .section_wrapper h6{ font-size: 28px; font-family: "Oswald", sans-serif; }
}

@media screen and (min-width: 1366px) {
    .section_wrapper h1{ font-size: 80px; font-family: "Oswald", sans-serif; }
    .section_wrapper h2{ font-size: 48px; font-family: "Oswald", sans-serif; }
    .section_wrapper h3{ font-size: 44px; font-family: "Oswald", sans-serif; }
    .section_wrapper h4{ font-size: 42px; font-family: "Oswald", sans-serif; }
    .section_wrapper h5{ font-size: 40px; font-family: "Oswald", sans-serif; }
    .section_wrapper h6{ font-size: 30px; font-family: "Oswald", sans-serif; }
}

#main .section_content_container.text_align_left {
    align-items: flex-start;
}

.rotate_up {}
@media screen and (max-width: 1366px){
    .rotate_up {
        transform: rotate(180deg);
    }
}

.section_content li {
    list-style: initial !important;
}

/************************************************************************************************************************************
                                                               HOMEPAGE || Content-Wrapper
************************************************************************************************************************************/

/*Splash section*/
.splash_container {}
@media screen and (min-width: 768px){
    .splash_container {
        padding-bottom: 0;
    }
}

.splash_container .img_container {
    position: relative;
}

/*Splash img*/
.img_container .splash_img {
    background-size: cover !important;
    min-height: 300px;
    max-height: 470px;
}
@media screen and (min-width: 768px){
    .img_container .splash_img {
        /*min-height: 470px;*/
        /*max-height: 800px; */
        min-height: 800px; /*height of splash container */
    }
    #non_homepage_container .img_container .splash_img {
        min-height: 650px;
    }
}
/*
@media screen and (min-width: 1366px){
    .img_container .splash_img {
        min-height: 800px;
    }
}*/
/*
.splash_img .section_title h1 {
    padding: 0 20px;
}
*/
/*Splash txt*/
.content_container {
    padding: 0 20px;
}

.content_container .content {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 2em;
}

.content_container.force_text_left .content,
.content_container.force_text_right .content {
    color: rgba(88,88,88,1);
    padding: 10px 20px 20px 20px;
    height: auto;
    line-height: 1.7em;
    font-weight: 400;
}

.has_bg_img .content_container .content {
    padding-bottom: 30px;
}

.has_bg_img .content_container .section_title h6 {
    margin-top: 0;
}
@media screen and (min-width: 767px){
    .has_bg_img .content_container .content {
        padding-bottom: 0;
    }
    .has_bg_img .content_container .section_title h6 {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px){
    .has_bg_img .content_container .section_title h1,
    .has_bg_img .content_container .section_title h2,
    .has_bg_img .content_container .section_title h3,
    .has_bg_img .content_container .section_title h4,
    .has_bg_img .content_container .section_title h5,
    .has_bg_img .content_container .section_title h6 {
        color: #585858 !important;
    }
    .has_bg_img .content_container .content {
        color: #585858 !important;
    }
}

.max_width_container.has_bg_img {
    padding-bottom: 25px;
}
@media screen and (min-width: 768px){
    .max_width_container.has_bg_img {
        min-height: 800px;
        max-height: 800px; /*height of splash container */
        position: absolute;
        top: 0;
        left: 0;
        max-width: 1366px;
        margin: auto;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
    }
    #homepage_container .max_width_container.has_bg_img {
        justify-content: center;
    }
    .max_width_container.has_bg_img.force_text_left .content_container,
    .max_width_container.has_bg_img.force_text_right .content_container {
        text-align: left !important;
        max-width: 500px !important;
    }
    .max_width_container.has_bg_img {
        min-height: 650px;
        max-height: 650px;
    }
    #homepage_container .max_width_container.has_bg_img {
        min-height: 800px;
        max-height: 800px;
    }
}
@media screen and (min-width: 1080px){
    .max_width_container.has_bg_img.force_text_left {
        justify-content: flex-start !important;
    }
    .max_width_container.has_bg_img.force_text_right {
        justify-content: flex-end !important;
    }
}
@media screen and (min-width: 1366px){
    .max_width_container.has_bg_img {
        min-height: 800px; /*height of splash container */
        max-width: 1920px;
        padding: 0 60px;
    }
    #non_homepage_container .max_width_container.has_bg_img {
        min-height: 650px;
    }

}

.max_width_container.has_bg_img .content_container {}
@media screen and (min-width: 768px){
    .max_width_container.has_bg_img .content_container {
        max-width: initial;
        text-align: center;
        padding: 0 20px;
    }
}

.keep_title .section_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    max-height: 470px;
}
@media screen and (min-width: 768px){
    .keep_title .section_title {
        min-height: 800px; /*height of splash container */
    }
    #non_homepage_container .keep_title .section_title {
        min-height: 650px; /*height of splash container */
    }
}

/**********************************************************************************************************************
                                                    SECTIONS
**********************************************************************************************************************/
* {
    padding: 0;
    margin: 0;
}

/*Video*/
#video_player {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.video_exists.img_container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 275px;
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 768px){
    .video_exists.img_container {
        min-height: 500px;
    }
}
@media screen and (min-width: 1024px){
    .video_exists.img_container {
        min-height: 620px;
    }
}
@media screen and (min-width: 1366px){
    .video_exists.img_container {
        min-height: 750px;
    }
}
@media screen and (min-width: 1920px){
    .video_exists.img_container {
        min-height: 750px;
    }
}
@media screen and (min-width: 2500px){
    .video_exists.img_container {
        min-height: 975px;
    }
}

.video_exists.splash_container {
    overflow: hidden;
    position: relative;
    width: 100%;
}



/*Sections*/
.page_sections_container.force_text_right {}
@media screen and (min-width: 900px){
    .page_sections_container.force_text_right {
        flex-flow: row !important;
    }
    .page_sections_container.force_text_right .section_content_container {
        padding-left: 60px;
        max-width: 680px;
    }
}
.page_sections_container.force_text_right .section_title,
.page_sections_container.force_text_left .section_title {
    padding-top: 0;
    padding-bottom: 0;
}


.page_sections_bg_color {
    border-top: 2px solid #f6f6f6;
}

.page_sections_container {
    padding: 40px 20px;
}
@media screen and (min-width: 900px){
    .page_sections_container {
        padding: 65px 20px 60px 20px;
        display: flex;
        flex-flow: row-reverse;
        align-items: center;
        max-width: 1366px;
        margin: auto;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1024px){
    .page_sections_container.force_text_right {
        padding: 100px 20px 100px 20px;
    }
    .page_sections_container.force_text_left {
        padding: 100px 20px 100px 20px;
    }
}

/*
.page_sections_container.force_text_right {}
@media screen and (max-width: 900px){
    .page_sections_container.force_text_right {
        display: flex;
        flex-flow: column-reverse;
    }
}
*/

.non_homepage_container .page_sections_container {
    padding: 65px 20px 65px 20px;
    max-width: 1366px;
    margin: auto;
}


.page_sections_container .section_title {
    font-size: 29px;
    font-family: "Oswald",sans-serif;;
    font-weight: 600;
    color: rgba(88,88,88,1);
    text-transform: uppercase;
    /*padding-top: 18px;*/
    padding-bottom: 28px;
}
@media screen and (min-width: 768px){
    .page_sections_container .section_title {
        font-size: 36px;
    }
}
@media screen and (min-width: 1920px){
    .page_sections_container .section_title {
        font-size: 42px;
    }
}

.non_homepage_container .page_sections_container .section_title {
    padding-top: 0;
    padding-bottom: 0;
    text-transform: initial;
    margin-top: 30px; /*strange padding removed*/
    margin-bottom: -5px; /*strange padding removed*/
    font-size: 24px;
    font-weight: 400;
}
@media screen and (min-width: 900px){
    .non_homepage_container .page_sections_container .section_title {
        padding-top: 0;
    }
}

.page_sections_container .section_content {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    padding-bottom: 28px;
}
@media screen and (min-width: 900px) {
    .page_sections_container .section_content {
        max-width: 660px;
        padding-right: 60px;
    }
}

.non_homepage_container .page_sections_container .section_content {
    padding-top: 27px;
    max-width: initial;
}

.non_homepage_container .page_sections_container.has_no_blocks .section_content {}
@media screen and (min-width: 900px){
    .non_homepage_container .page_sections_container.has_no_blocks .section_content {
        padding-right: 50px;
    }
}
@media screen and (min-width: 1366px){
    .non_homepage_container .page_sections_container.has_no_blocks .section_content {
        padding-right: 0;
    }
}
.non_homepage_container .page_sections_container.has_no_blocks .section_content {}

/*Read more btn*/
.read_more {
    margin-right: 4px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    border: none;
    padding: 14px 5px;
    background: rgba(197,29,29,1);
}

.read_more a {
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-family: "Oswald", sans-serif;
}

.section_btn .blue_arrow {
    background: url('/images/blue-arrow.png') no-repeat center center;
    height: 10px;
    width: 10px;
}

.non_homepage_container .section_content_container .section_btn {
    display: none;
}

.page_sections_container .section_img {
    max-width: 900px;
}
@media screen and (min-width: 900px){
    .page_sections_container .section_img {
        max-width: 860px;
        min-width: 446px;
        width: 50%;
    }
}
.section_img img {
    box-shadow: 0 -1px 16px rgba(0,0,0,0.2);
}

.page_sections_container.force_text_left .section_content_container {}
@media screen and (min-width: 900px){
    .page_sections_container.force_text_left .section_content_container {
        max-width: 450px;
        padding-right: 60px;
    }
}

.non_homepage_container .page_sections_container .section_img {}
@media screen and (min-width: 1080px){
    .non_homepage_container .page_sections_container .section_img {
        max-width: 566px;
    }
}

@media screen and (min-width: 900px) {
    .has_no_blocks .section_content_container {
        max-width: 683px;
    }
}

.page_sections_container .section_img img {
    width: 100%;
}

.page_sections_container.plain_section .section_content {
    padding-right: 0 !important;
}
@media screen and (min-width: 900px) {
    .page_sections_container.plain_section .section_content {
        max-width: 1366px;
    }
}


.page_sections_container.plain_section {
    flex-flow: column !important;
    align-items: initial !important;
}

.page_sections_container.plain_section .section_content_container {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.page_sections_container.plain_section .section_content {
    max-width: 1366px;
}





/*
Not sure how the base functionality of limiting the width got changed.
*/
.content_max_width{
    max-width: 1366px !important;
    margin: 0px auto !important;
}

/************************************************************************
                        product categories
************************************************************************/

.dashboard_container {}

.dashboard_container .featured_container {
    display: flex;
    margin: auto;
    flex-flow: row wrap;
}
@media screen and (min-width: 1030px){
    .dashboard_container .featured_container {
        flex-flow: row nowrap;
    }
}

.dashboard_img_content_container {
    padding-bottom: 40px;
    flex: 1 1 auto;
    width: 270px;
    border: 1px solid rgba(240,240,240,1);
    text-align: center;
    margin: 0;
    border-left: none;
}


.dashboard_img_container {
    padding: 10px;
}

.dashboard_img_container a {
    display: block;
}

.dashboard_container img {
    width: 100%;
}

.dashboard_container .title h6 {
    display: flex;
    justify-content: center;
    padding: 55px 0 40px 0;
}

.featured_container .description {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    padding-top: 10px;
    text-transform: uppercase;
}

.featured_container .price {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-top: 10px;
    color: #d61f25;
}

.dashboard_promos_container {
    display: flex;
    max-width: 1366px;
    margin: auto;
    flex-flow: row wrap;
    padding-bottom: 100px;
}

.dashboard_container .promo {
    width: 327px;
    flex: 1 1 auto;
}
@media screen and (min-width: 700px){
    .dashboard_container .promo {
        width 250px;
        max-width: 667px;
    }
    .dashboard_container .promo:nth-child(2n + 1) {
        margin-right: 10px;
    }
    .dashboard_container .promo:nth-child(2n + 0) {
        margin-left: 10px;
    }
}

.column_container {
    display: flex;
    flex-flow: column;
    width: 100%;

}

.row_container {
    display: flex;
    flex-flow: row wrap;
}
@media screen and (min-width: 813px){
    .row_container {
        flex-flow: row nowrap;
    }
}

.row_container:first-child .dashboard_img_content_container {
    border-bottom: none;
}

.view_product a {
    color: rgba( 197,29,29,1);
    text-decoration: none;
}

.blue_arrow {
    background: url(/images/red-right-arrow.png) no-repeat center center;
    padding: 10px;
    padding-left: 20px;
}

.dashboard_img_content_container .view_product a {
    font-family: "Open Sans", sans-serif;
}



/**********************************************************************************************************************************************************
                                                                        OUR CLIENTS
**********************************************************************************************************************************************************/
.clients-container {
    background: rgba(248,248,248,1);
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    height: 430px;
    overflow: hidden;
}

.clients-container .logo-title {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    color: rgba(88,88,88,1);
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    text-transform: uppercase;

}
@media screen and (min-width:1366px){
    .clients-container .logo-title {
        font-size: 36px;
    }
}

.clients-container .logo-container {
    margin: 0 15px;
    align-items: center;
    display: flex;
    min-width: 220px;
    height: 123px;
    background: rgba(234,234,234,1);
    justify-content: center;
    z-index: 100;
    width: 390px;
    height: 220px;
}

.clients-container .logo-container:hover img {
    zoom: 1.05;
    transition: zoom 1s ease-in;
}


.clients-container .arrows {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    margin: auto;
}

.carousel-container {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    left: 0;
}

.master-logo-container {
    max-width: 230px;
    margin: auto;
    overflow: hidden;
}

.master-logo-container .logo-container {}
/*enlarge*/
@media screen and (min-width: 430px){
    .master-logo-container .logo-container {
        min-width: 320px;
    }
    .master-logo-container {
        min-width: 330px;
    }
}

/*revert*/
@media screen and (min-width: 550px){
    .master-logo-container .logo-container {
        min-width: 390px;
    }
    .master-logo-container {
        min-width: 422px;
    }
}

/*revert*/
@media screen and (min-width: 780px){
    .master-logo-container .logo-container {
        min-width: 320px;
    }
    .master-logo-container {
        min-width: 560px;
        max-width: 705px;
    }
}
/*enlarge*/
@media screen and (min-width: 920px){
    .master-logo-container .logo-container {
        min-width: 390px;
    }
    .master-logo-container {
        min-width: 840px;
    }
}

/*enlarge*/
@media screen and (min-width: 1146px){
    .master-logo-container .logo-container {
        min-width: 320px;
    }
    .master-logo-container {
        min-width: 1056px;

    }
}

/*enlarge*/
@media screen and (min-width: 1366px){
    .master-logo-container .logo-container {
        min-width: 390px;
    }
    .master-logo-container {
        min-width: 890px;
        max-width: 1270px;
    }
}

.logo-left-arrow-container,
.logo-right-arrow-container {
    width: 40px;
    height: 90px;
    background: transparent;
    cursor: pointer;
}

.logo-left-arrow-container {
    left: 0;
    margin-left: 10px;
    background: url('/images/left-video-arrow.png') no-repeat center center;
}

.logo-right-arrow-container {
    right: 0;
    margin-right: 10px;
    background: url('/images/right-video-arrow.png') no-repeat center center;
}

.carousel-container.reset_left {
    left: 0 !important;
    transition: left .8s ease-in;
}

.embed_youtube {
    border: none;
}

/**************************************************************************
                        VIDEO LIBRARY MODIFICATIONS
**************************************************************************/

#main .videos .row_container {}

#main .videos .column_container {
    align-items: center;
}
@media screen and (min-width: 630px){
    #main .videos .column_container {
        flex-flow: row wrap;
        justify-content: center;
    }
}
@media screen and (min-width: 813px){
    #main .videos .row_container {
        flex-flow: row wrap;
    }
}
@media screen and (min-width: 1120px){
    #main .videos .row_container {
        flex-flow: nowrap;
    }
}
.videos .dashboard_img_content_container {
    border: none;
}

.videos .title {
    display: flex;
    justify-content: center;
}

.videos .dashboard_img_content_container {
    width: 280px;
}
@media screen and (min-width: 630px){
    .videos .dashboard_img_content_container {
        margin: 0 10px;
    }
}

.videos .dashboard_img_content_container {
    flex: initial;
}

.videos .dashboard_img_content_container {
    padding-bottom: 5px;
}

.video_exists + .max_width_container.has_bg_img {
    z-index: 300;
    position: relative;
    background: #fff;
}
@media screen and (min-width: 768px){
    #homepage_container .video_exists + .max_width_container.has_bg_img {
        position: absolute;
        background: initial;
        min-height: 500px;
        max-height: 500px;
    }
}
@media screen and (min-width: 1024px){
    #homepage_container .video_exists + .max_width_container.has_bg_img {
        min-height: 620px;
        max-height: 620px;
    }
}
@media screen and (min-width: 1366px){
    #homepage_container .video_exists + .max_width_container.has_bg_img {
        position: absolute;
        min-height: 750px;
        max-height: 750px;
    }
}
@media screen and (min-width: 2500px){
    #homepage_container .video_exists + .max_width_container.has_bg_img {
        min-height: 975px;
        max-height: 975px;
    }
}


/**************************************************************************
                                YOUTUBE VIDEOS
**************************************************************************/
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.youtube_master_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
@media screen and (min-width: 1200px){
    .youtube_master_container {
        max-width: 1200px;
        margin: auto;
    }
}

.youtube_container {
    min-width: 300px;
    max-width: 390px;
    flex: 1 1 auto;
    margin: 0 5px;
}
@media screen and (min-width: 1200px){
    .youtube_container {

    }
}

.youtube_master_wrapper .title {
    display: flex;
    justify-content: center;
}

.p_list li .affirm-as-low-as, .p_list li .affirm-as-low-as * {
    font-family: 'Arial';
    line-height: 1.2em;
    text-align: center;
}
.p_list li .affirm-as-low-as a {
    display: inline-block;
    color: #0fa0ea;
    text-align: center;
    text-decoration: underline;
}

#header_phone{ display: none; color: #fff; }

#header_affirm{
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
#header_affirm a{ color: #fff; text-decoration: underline; }


@media screen and (min-width: 340px){
    #header{ height: 150px; }
}

@media screen and (min-width: 720px){
    #header_phone{
        display: block;
        font-size: 24px;
        position: absolute;
        left: 260px;
        top: 57px;
    }

    #header_affirm{
        position: absolute;
        padding: 0px;
        right: 30px;
        top: 10px;
        z-index: 10000;
    }
}

@media screen and (min-width: 1040px){
    #header_phone{
        left: 300px;
        top: 13px;
    }
    #header_affirm{
        top: 19px;
        right: 200px;
    }
}

@media screen and (min-width: 1500px){
    #header_phone {
        left: 300px;
        top: 36px;
    }
    #header_affirm {
        top: 80px;
        right: auto;
        left: 300px;
    }

}

.inventory_quanity{ display: inline-block; padding-right: 30px; }


.p_quick_add_title {
    margin: 10px 0px;
    font-weight: 600;
    font-size: 18px;
}

.p_quick_add_price_button {
    display: flex;
}

.p_quick_add_price_button > div {
    flex: 1 0 0px;
}

.p_quick_add_price {
    line-height: 1em;
    color: #0f1f71;
    font-weight: 600;
}

.p_quick_add_button {
    text-align: right;
}

#desktop_pqa{ display: none; }
#mobile_pqa{ display: block; margin: 0px auto 20px; width: 320px; max-width: 100%; }
@media screen and (min-width: 1040px){
    #desktop_pqa{ display: block; }
    #mobile_pqa{ display: none; }
}
