/* global styles */

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


body{
    background-color: #edeae8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

    font-size: 15px;
    color: #9a8b7d;
    overflow-x: hidden;
}

body, div, a, span, ul, li, button{
    font-family: 'Montserrat', sans-serif;

}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    color: #F68C25;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: normal;
}

h1, h2{ font-size: 48px; }
h3, h4{ font-size: 36px; }
h5, h6{ font-size: 28px; }

h1, h2{ font-size: 30px; }
h3, h4{ font-size: 22px; }
h5, h6{ font-size: 18px; }

h1, h2, h3{
    color: #6f1200;
}

h4, h5, h6{
    color: #a84b0f;
}



#site_container{ overflow-x: hidden;}


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


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

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-size: 15px;
    border: 1px solid #9a8b7d;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    color: #a84c0f;
}
input[type=radio], input[type=checkbox]{ padding: 0px; border: 0px solid #fff; border-radius: 0px; background-color: transparent; }

.button, .button2{
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    background: #ffc423;
    padding: 15px 20px;
    color: #6f1100;
    text-align: center;
    text-transform: uppercase;

    min-width: 120px;

    -webkit-appearance: none;
    transition: background .1s linear;

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

a.button, a.button2{
    display: inline-block;
    color: #6f1100;
}

.button:hover, .button2:hover, a.button:hover, a.button2:hover{
    background: #ffebbf;
}

.button.blog_search_button{
    padding: 5px 10px;
    min-width: 0px;
    margin-left: 5px;
}

/* END FORM ELEMENTS */

/* anchors */
a{ color: #f3901d; }
#contentContainer .a{ font-weight: bold; }
a:hover{ color: #c57415; }

a.alt_link{
    color: #9a8b7d;
    text-decoration: none;
}
a.alt_link:hover{
    color: #f38f1d;
}

/* 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 */

#main_container{
    overflow: visible;

    margin: 0px auto;
    max-width: 100%;

    background: #fff;
}


/* header styles */

#header_container{
    position: relative;
    z-index: 20000;
    /* max-width: 1360px; */
    margin: 0px auto;

    background: #fff url(/images/header_gradient.gif) repeat-x left top;

    text-align: left;

}

#header{
    position: relative;
    padding: 0px;
    margin: 0 auto;
    max-width: 1360px;
}

#print_logo{ display: none; }

#header_logo{
    position: relative;
    line-height: 0px;
    padding: 5px;
    max-width: 72%;

    transition: margin .5s, padding .5s;
}


.logo_link{ text-decoration: none; border: 0px; }
.logo_link img{ display: inline-block; border: 0px; max-width: 100%; display: block; margin: 0px; padding: 0px;}

#head_menu{
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
}

#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-block;
}

#h_menu li a{
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #998b7d;
    font-size: 12px;
    text-decoration: none;
}
#h_menu li a:hover{ text-decoration: underline; }

#h_menu li:last-child a{ padding-right: 0; }

#h_menu_cart_qty {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #cb0000;
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    min-width: 26px;
}

#h_menu_cart_qty > span{ padding: 4px; color: #fff; }

.fixed_cart_block_info, .fixed_cart_block_info .p_list_txt, .fixed_cart_block_info .p_list_txt > a {
    font-size: 14px;
}

#fixed_cart_block{
    display: none;

    position: absolute;
    background-color: #fff;
    z-index: 99999;
    color: #000;
    right: 0;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0 0 0 / 50%);
    width: 380px;
}

@media screen and (max-width: 1023px){
    #fixed_cart_block{ display: none !important; }
}

#fixed_cart_block::after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    right: 24px;
    transform: rotate(135deg);
}

.fixed_cart_block_left > img {
    width: 110px !important;
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    display: block;
}

.fixed_cart_block_right {
    text-align: center;
}

#fcb_product_list{
    max-height: 40vh;
    overflow-y: auto;
}

#fixed_cart_block_title_row, .fcb_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.fixed_cart_block_info {
    padding: 0 10px;
}

#fixed_cart_block_title_row > div {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.fixed_cart_block_left {
    flex: 2 0 0px;
}

.fixed_cart_block_info {
    flex: 3 0 0px;
}

.fixed_cart_block_right {
    flex: 1 0 0px;
}

#fixed_cart_block_tools > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 20px;
}

.fixed_cart_block_info a {
    font-size: 14px;
    line-height: 1.2em;
    display: block;
}


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

#h_menu_button{
    position: absolute;
    top: 20px;
    right: 20px;

    z-index: 10000;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

#hmb_nav{
    width: 46px;
    height: 46px;
    display: block;
    background: #b1ba1d;

    border-radius: 7px;
}
.hmb_active #hmb_nav{ background-color: transparent; }

.hmb_active#h_menu_button{
    top: 20px;
    right: 10px;

    transition: top .2s linear;
    transition: right .2s linear;
}

#hmb_nav_inner{
    display: block;
    position: relative;
    padding: 8px 2px;
}

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

    background: #fff;
    width: 24px;
    height: 3px;
    line-height: 0;
    padding: 0;
    margin: 5px auto;
    transition: top .3s ease-out, transform .5s ease-out, width .5s ease-in-out, background-color .75s ease-out;

    box-shadow: none;
}

.hmb_active #hmb_nav_inner span:nth-child(2){
    background-color: transparent;
    transform: rotateZ(-180deg);
    top: 23px;
}
#hmb_nav_inner span:first-child{
    top: 8px;
}
#hmb_nav_inner span:last-child{
    top: 26px;
}
.hmb_active #hmb_nav_inner span:first-child{
    top: 22px;
    transform: rotateZ(135deg);
    background: #70760e;
}
.hmb_active #hmb_nav_inner span:last-child{
    top: 22px;
    transform: rotateZ(-135deg);
    background: #70760e;
}

.hmb_active #hmb_nav_inner span{
    width: 32px;
}

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

#menu_drop_c{
    display: none;
}

#h_search{
    position: absolute;
    z-index: 1000;
    padding: 0px 0px;
    cursor: pointer;
    display: none;
}

#h_search_close{
    display: none;
}

#h_search_button{
    padding: 26px;
    line-height: 0;

}

#h_search_button img{
    margin: 0;
    padding: 0;
}
#h_search_default{ display: none; }
#h_search_white{ display: none; }

#h_search_drop{
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
}
#h_search_drop_i{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

    width: auto;
    height: 36px;

    background: #fff;

    border-radius: 5px;
}

#h_search_input{
    box-sizing: border-box;
    color: #b1b1b1;
    width: 100%;

    width: calc(100% - 36px;);
    height: 36px;

    font-size: 14px;
    font-weight: normal !important;
    padding: 14px 10px 15px 10px;

    border-radius: 0px;
    border: 0px;
}
#h_search_input:focus{
    outline-width: 0;
}

#h_search_submit{
    position: absolute;
    top: 0px;
    right: 0px;

    display: inline-block;
    box-sizing: border-box;

    color: #9a8b7d;

    width: 36px;
    height: 36px;
    padding: 0px;

    outline: 0;
    border: 0;
    border-left: 1px solid #9a8b7d;

    background-color: transparent;

    font-size: 24px;
    text-align: center;

    cursor: pointer;
}
#h_search_submit:focus{
    outline-width: 0;
}

#h_login{
    float: right;
    padding: 20px 10px 0px 0px;
    text-align: center;

}

#h_login a{
    display: inline-block;

    padding: 0px 5px;
    margin: 0px 10px;

    text-decoration: none;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 0;

    text-transform: uppercase;
}

#h_login a:hover{
    color: #f38f1d;
}


#h_phone{
    display: none;
}


#h_menu_cart{
    position: relative;
    padding-left: 20px;

    width: 65px;
    height: 65px;
    z-index: 999999;
}

#h_nav_bar{
    display: none;
}

#banner_cont {
    background-color: #f8a025;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}
/* MENUBAR STYLES */

#header_tools{
    position: absolute;
    top: 0px;
    right: -100%;

    z-index: 2000;

    width: 0%;
    min-height: 1500px;

    overflow: hidden;

    padding-top: 74px;
    padding-bottom: 100px;

    background: #b1ba1d;
    color: #fff;

    transition: right .2s ease-out, width .2s ease-out;

    box-shadow: 8px 8px 9px rgba(0, 0, 0, .25);
}
#header_tools.mb_active{
    display: block;
    right: 0px;

    width: 100%;
}

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

.tmenu{
    padding: 0px;
    margin: 0px;
}

.tmenu li{
    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;
    padding: 0px;
}

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

    border-bottom: 1px solid #cdd632;
    border-left: 1px solid #cdd632;
    font-size: 18px;

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

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

.tmenu > li a.ta_wholesale{
    background: #ffc423;
    border-left: 1px solid #ffc423;
    border-bottom: 1px solid #ffc423;

    color: #a84d10;
}


.tmenu li ul li a span{ display: none; }
.tmenu li a span{ position: absolute; right: 20px; display: block; background-color: #fff; 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 a:hover, .tmenu li a.ta_active{
    /*
    background: #ffebbf;
    border-left: 1px solid #ffebbf;
    border-bottom: 1px solid #ffebbf;
    */
    background: #858c0a;
    border-left: 1px solid #858c0a;
    border-bottom: 1px solid #858c0a;

    color: #fff;
}

.tmenu li a:hover span, .tmenu li a.ta_active span{
    /* background-color: #6e1100; */
    background-color: #fff;

}

.tmenu li div{
    display: none;
}

.tmenu li ul li a{
    padding: 10px 25px;
    text-decoration: none;
    background: #bcc42f;
}

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

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

#menubar .tmenu > li#tm_0 > div ul li#tm_more{ display: none; }

/* END MENUBAR STYLES */

/* structure */

#content_container{ position: relative; overflow: hidden; z-index: 1000; padding: 30px 10px 20px 10px; }

.content{ height: auto; max-width: 1360px; margin: 0 auto;}

.contrast_block{
    background: #EDE9E8;
}

#global_payment_methods {
    padding: 10px;
    background-color: #75a100;
}

#global_payment_methods img {
    filter: invert(1);
}

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

#footer_outer{ background: #a84d0f url(/images/footer_top_bg.gif) repeat-x left top; width: 100%; padding: 40px 0px 0px 0px; }
#footer{
    overflow: hidden; position: relative; padding: 0px 10px; color: #fff; font-size: 11px;
    max-width: 1100px;
    margin: 0px auto;
}

#footer a{ color: #fff; }
#footer a:hover{ color: #fff; text-decoration: underline; }

#bottommenu{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; padding-bottom: 40px; border-bottom: 1px solid #fff; margin-bottom: 30px; }
.bm_a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
}
.bm_a:hover{ color: #fff; }

#bottommenu > li{

}

#f_social{ padding: 10px 0px 40px 0px; }

#f_social a{
    display: inline-block;
    margin-left: 15px;
}
#f_social a:first-child{
    margin-left: 0px;
}

.newsletter_container{
    background: #fff;
    padding-top: 30px;
}

#footer_newsletter{
    text-align: center;
    max-width: 370px;
    margin: 0px auto;
    padding: 20px;
}

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

#f_letter_content{
    padding-bottom: 30px;
    text-transform: uppercase;
}

#f_letter_content h5{
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 40px;
    color: #f3901d;
}

#f_email, #f_email_action{
    display: inline-block;

    overflow: hidden;

    width: 279px;
    height: 72px;
}

#f_email{
    background: url(/images/news_email_input.gif) no-repeat top left;
}

#f_email_action{
    background: url(/images/news_go_button_big.gif) no-repeat top left;
}

#f_email input, #f_email_action input{
    width: 100%;
    height: 100%;
    border: 0px;
    background-color: transparent;
}

#f_email input{
    padding: 7px 20px 16px 20px;
}

#f_email_action input{
    cursor: pointer;
}



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

#f_cred{
    line-height: 2.5em;
    text-align: left;
}

#footer_copyright{  }
#footer_copyright span{ display: block; }
#footer_cred{  }
#footer_cred a{ font-size: 12px; text-decoration: none; }
#footer_cred a:hover{ text-decoration: underline; }

/* end column main */



.breadcrumb_navigation{
    padding: 2px 0px 20px 0px;
    font-size: 14px;
    background: url(/images/border_horizontal.png) repeat-x bottom left;
}
.breadcrumb_navigation a{ text-decoration: none; font-size: 14px; color: #9a8b7d; 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; padding-left: 5px; text-transform: none; }

/* 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 */

.p_list{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; }

#product_list{ margin-top: -25px; }

.p_list li{
    position: relative;
    list-style: none;
    display: block;
    height: auto;
    width: 100%;

    padding: 30px 0px 20px 0px;
    margin: 0;
    vertical-align: top;
    text-align: center;

}

.p_list li .bhck{
    position: absolute;
    bottom: 0px;
    left: 0px;

    background: url(/images/border_horizontal.png) repeat-x left bottom;

    height: 4px;
    width: 100%;
}

.p_list li > a{
    display: block;

    width: 100%;
    text-align: center;

    font-size: 14px;

    padding: 20px 0px;

    text-decoration: none;

    box-sizing: border-box;

}
.p_list li > a:hover{
    text-decoration: none;
}

.p_list_thumb{
}

.p_list_thumb img{

    width: 100% !important;
    height: auto !important;

    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;

    box-sizing: border-box;

}

.p_list_thumb.pos_tl img{ object-position: top left; }
.p_list_thumb.pos_tc img{ object-position: top center; }
.p_list_thumb.pos_tr img{ object-position: top right; }

.p_list_thumb.pos_cl img{ object-position: center left; }
.p_list_thumb.pos_cc img{ object-position: center center; }
.p_list_thumb.pos_cr img{ object-position: center right; }

.p_list_thumb.pos_bl img{ object-position: bottom left; }
.p_list_thumb.pos_bc img{ object-position: bottom center; }
.p_list_thumb.pos_br img{ object-position: bottom right; }

.p_list_txt{
    display: block;

    font-size: 16px;
}

.product_quick_view_overlay{
    display: none;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -93px;
    width: 160px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.p_list a, .recent_products a{
    font-size: 18px;
    color: #6f1200;
}
.p_list a:hover, .recent_products a:hover{ color: #a84b0f; }

.p_list a .final_price{
    font-size: 16px;
    font-weight: 400;
    color: #9a8b7d;
}

.p_cat_list{
    margin-top: -25px;
    padding: 0px 0px 20px 0px;
}

.p_list_brand{ font-size: 12px; }

.final_price{ font-weight: bold; }

.final_price .sale_type{
    font-size: 14px;
}

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


h1, #category_name{ padding-top: 40px; padding-bottom: 40px; margin-bottom: 0px; text-align: center; }

#category_description, #category_description_bottom{
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px;
    margin: 0px auto;
    max-width: 800px;
}
#category_description a, #category_description_bottom a, .testimonial a{ font-weight: normal; color: #f3901d; }
#category_description a:hover, #category_description_bottom a:hover, .testimonial a:hover{ color: #c57415; }

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

.content_left{
    /* float left, show in higher res */
    display: none;
}
.content_right{
    /* float right in higher res */
}

.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: #2149a1; }
.product_category_tools_right a:hover{ text-decoration: underline; }



#product_category_nav_top{ padding: 0px 10px 10px; margin-bottom: 20px; }
#product_category_nav_bottom{ padding: 10px; 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; }

.recently_viewed{
    text-align: center;
    padding: 40px 0px 20px 0px;
}

.recently_viewed h4{
    padding-top: 20px;
}

.recent_products{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-top: 20px;
}
.recent_products li{
    display: inline;
    margin: 0px;
    padding: 0px;
}
.recent_products li a{
    position: relative;
    display: inline-block;
    padding: 20px;
    margin: 0px;
    text-decoration: none;
    text-align: center;
}

.recent_thumb{
    position: relative;
    display: block;

    padding: 0px !important;
    margin: 0px auto;
    text-decoration: none;

    text-align: center;

    width: 80px;
    height: 80px;

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

.recent_products img{
    margin: auto;
    padding: 0px;
    /* width: auto; */
    height: auto;

    width: 80px;

    /*max-width: 100%;
    max-height: 100%;*/

}


.recent_p_data{
    display: none;
}

.recent_hover{
    display: none;
    position: absolute;
    top: -98px;
    left: -255px;

    width: 212px;
    padding: 15px 20px 10px;
    /*height: 280px;

    background: url(/images/recent_hover.png) no-repeat top left;*/

    background-color: #fff;
    border: 1px solid #7d2d1b;
    border-radius: 10px;

    box-shadow: 6px 6px 10px -4px rgb(54, 54, 54);
    box-shadow: 6px 6px 10px -4px rgba(54, 54, 54, 0.56);
}

/*.recent_hover_arrow{
    background: url(/images/recent_hover_arrow.png) no-repeat top left;
    width: 35px;
    height: 28px;
    display: block;
    position: absolute;
    right: -34px;
    top: 150px;
    box-shadow: 7px 10px 15px 0px rgb(54,54,54);
    box-shadow: 7px 10px 15px 0px rgba(54, 54, 54, 0.56);
}*/
.recent_hover_arrow{
    position: absolute;
    top: 160px;
    right: -42px;
    width: 42px;
    height: 42px;
    overflow: hidden;
}
.recent_hover_arrow:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 168px;
    background-color: #fff;
    border: 2px solid #7d2d1b;
    transform: rotateX(122deg) rotateY(174deg) rotateZ(136deg);
    top: -85px;
    left: -79px;
    box-shadow: -5px 6px 10px -2px rgba(54, 54, 54, 0.56);
}

.recent_hover_i{
    /*display: inline-block;*/
    padding: 20px 40px 20px 12px;

}

.recent_hover_i .recent_thumb{
    width: 170px;
    height: 170px;
}
.recent_hover_i .recent_thumb img{
    width: 170px !important;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: auto;
}

.recent_hover .recent_p_data{
    display: block;

}

.recent_hover .p_list_txt{
    font-size: 16px;
}

.recent_hover .final_price{
    font-size: 14px;
    color: #9a8b7d;
}

/* product details */

#p_product_c{
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

#p_product_details_c{
    margin-bottom: 35px;
    background: url(/images/border_horizontal.png) repeat-x bottom left;
}

#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_main_img{
    position: relative;
    max-width: 100%;
    max-height: 100%;

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

    line-height: 0;
    padding: 0;
    margin: 0;

    overflow: hidden;
}

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

    width: 100%;
    height: 100%;
}

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

#prod_img_gal {
    display: flex;
    list-style: none;
    margin: 10px 0 0;
    gap: 10px;
    flex-wrap: wrap;
}

#prod_img_gal li {
    width: 80px;
    height: 80px;
}

#prod_img_gal li img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

#p_share{
    padding: 20px 20px 40px 0px;
}

#p_share span{
    display: inline-block;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

#p_share span#p_share_email{
    position: relative;
    top: 11px;
    width: 180px;
    max-width: 180px;
}
#p_share span#p_share_email a{
    display: inline-block;
    width: 180px;
    height: 45px;

    background: url(/images/product_email_friend.gif) no-repeat top left;
}

.product_details_section{ border-bottom: 1px solid #c9c9c9; padding-bottom: 10px; margin-bottom: 10px; }
#product_name, #product_name a{ text-align: left; color: #6f1200; font-size: 36px; margin: 0px; padding: 0px; }
#product_brand, #product_number{ margin-top: 4px; font-size: 15px; }

#cart_form_c{
    background: url(/images/border_horizontal.png) repeat-x bottom left;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#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: 18px;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    display: flex;
    row-gap: 10px;
    column-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}


#cart_form .prod_pad{ padding-bottom: 30px; }

.prod_wholesale_login_link{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

#cart_form .final_price .final_price_num{
    font-size: 34px;
    font-weight: 800;
}

#final_price_per {
    color: #fff;
    padding: 4px 8px;
    background-color: #b2b937;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

#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_bottom{
    padding: 10px 0px;
    text-align: right;
}

#cfb_qty{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#cart_form_table{ width: 100%; }
#cart_form_table td{ vertical-align: bottom;}
#cart_form_options{ float: left; text-align: left; margin-right: 20px; 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{
    padding-top: 20px;
    font-size: 17px;
    margin: 0px auto;
}

.cfc_left{
    float: left;
}

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

.cfc_price{
    color: #6f1200;
    font-weight: 700;
}

#product_min_qty {
    color: #9a8b7d;
    font-size: 15px;
}

#cart_form_checkout input[type=number]{ width: 25px; text-align: center; color: #988c7e; }

.cfc_info div{
    overflow: hidden;
    padding-bottom: 10px;
}

.cfc_info div.cfc_qty_c{
    padding-top: 30px;
    padding-bottom: 50px;
}

.cfc_info div span{
    display: inline-block;
}

.cfc_label{
    float: left;
    text-transform: uppercase;
}
.cfc_label_qty{
    padding-top: 10px;
}

.cfc_data{
    float: right;
    text-align: right;
    color: #6f1200;
}

#cart_form #button_add_to_cart.button{
    padding: 11px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}

#p_product_details_desktop_tabs{ display: none; }

#product_tabs > ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
#product_tabs > ul, #product_tab_accordions > ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

#product_tab_accordions > ul > li {
    margin-bottom: 20px;
}

#product_tabs > ul li{
    position: relative;
    display: block;
    margin: 0px;
}

#product_tabs > ul li.prod_tab_cur{ bottom: -3px; }

#product_tabs > ul li a{
    display: block;
    position: relative;
    padding: 10px 20px;
    border-top: 3px solid #a84b0f;
    border-left: 3px solid #a84b0f;
    border-right: 3px solid #a84b0f;
    background-color: #a84b0f;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;

    transition: .2s all ease-in-out;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#product_tabs > ul li a:hover, #product_tabs > ul li a.prod_tab_cur{
    color: #a84b0f;
    background-color: #fff;
}

#product_tabs > ul li a.prod_tab_cur{
    color: #a84b0f;
    background-color: #fff;
    padding-bottom: 13px;
}

#product_tabs .tab_content{
    border: 3px solid #a84b0f;
    padding: 20px;
}

#product_tab_accordions > ul li .tab_desc{
    position: relative;
    padding: 10px 0px;
}
#product_tab_accordions > ul li .tab_close{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.tab_close{
    display: none;
    color: #f38f1d;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s;
}
.tab_close:hover{
    color: #ffc423;
}

.tab_desc{
    display: block;
}

#product_tab_accordions > ul > li > h5 {
    text-transform: uppercase;
    margin: 0;
    border-bottom: 4px solid #b2bb1e;
    padding: 10px 0;
}

.testimonial {
    padding: 10px 0px;
    margin-bottom: 30px;
}

#product_info_tags {
    display: flex;
    list-style: none;
    margin: 30px 0 0px;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
    font-weight: 600;
}

#product_info_tags li{
    background-color: #f7f5f2;
    color: #9e9185;
    padding: 10px;
    border-radius: 4px;
    white-space: nowrap;
}

#product_info_tags li{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

#product_info_tags .material-symbols-outlined {
    font-size: 20px;
}

#product_description{
    font-size: 16px;
    padding: 20px 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_related{ padding: 20px 0px 20px 0px; }
.product_details_heading{ font-size: 30px; padding: 0px 0px 0px 0px; margin: 0px; text-align: center; color: #f3901d; }

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

#product_quick_view{ width: 800px; 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;
}

/* product ratings */
.cfc_rating{
    display: flex;
    gap: 30px;
    align-items: center;
}

.product_stars{
    display: block;
    padding-bottom: 15px;
    white-space: nowrap;
}

.p_star{
    display: inline-block;

    width: 22px;
    height: 22px;

    margin-left: 5px;
}

.product_stars .p_star:first-child{
    padding-left: 0px;
}

.p_star_none{
    background: url(/images/product_star_gray.gif) no-repeat top left;
}
.p_star_full{
    background: url(/images/product_star_full.gif) no-repeat top left;
}
.p_star_half{
    background: url(/images/product_star_half.gif) no-repeat top left;
}

#p_review_info{
    padding-bottom: 15px;
}

.p_review_item{
    padding: 5px 0px;
}

#p_review_info div, #p_review_info a{
    text-transform: uppercase;
    font-size: 14px;
}

#p_reviews{

    display: none;

    position: relative;
    margin-top: 10px;

    padding: 0px 0px 50px 0px;
}

#product_review_top, #product_review_top_tab{
    overflow: hidden;
    margin-bottom: 30px;

    text-align: center;
}

#product_review_top a {
    text-decoration: underline;
}

.prt_nav_item{
    display: inline-block;
}

.prt_nav_item_l{
    /* float: left; margin: 30px; */
    margin: 0px 15px;
}
.prt_nav_item_r{
    position: absolute; top: 50px; right: 20px;

    /* float: right; margin-left: 30px; */
}

.close_x{
    display: inline-block;
    padding-left: 10px;
    color: #f38f1d;
    font-size: 24px;
}

#product_reviews, #product_review_form{
    background: url(/images/border_horizontal.png) repeat-x top left;
    padding: 20px;
    min-height: 200px;
}

#product_reviews{
    display: block;
}

#product_review_form{
    display: none;
}



.comment_c{
    padding: 30px 0px;
}
.comment_c:nth-child(2) {
    padding: 0 0 30px 0;
}
.comment_c + .comment_c{ border-top: 1px solid #dedede; }

.comment_stars .product_stars{
    padding-bottom: 20px;
}

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

.comment_attr{
    font-weight: normal;
    padding-bottom: 30px;
}
.comment_attr strong{ color: #a84b0f; }

.comment_nav_c{
    overflow: hidden;
    text-align: right;
    padding: 0px;
}

.comment_nav{
    float: right;
}

.comment_nav a{
    margin: 0px 3px;
    font-size: 16px;
    text-transform: uppercase;
}

.comment_nav a.cur{
    color: #f38f1d;
    font-style: normal;
}

.form_stars_c{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.form_stars_c li{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.form_stars_c li.form_stars_label{
    color: #701400;
    text-transform: uppercase;
}

.form_stars_c li img{
    width: 16px;
    height: 16px;
}


.form_stars_c li input[type="radio"]{
    display: none;
}
.form_stars_c li label{
    display: inline-block;

    width: 15px;
    height: 15px;

    padding: 0px;
    margin-top: 10px;

    border: 1px solid #9a8b7d;
    border-radius: 8px;

    cursor: pointer;
}

.form_stars_c li input[type="radio"]:checked + label {
    background-color: #f38f1d;
}

.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;
}

.rating_form_items input{
    width: 92% !important;
    max-width: 230px !important;
}

.rating_form_items textarea{
    width: auto !important;
    max-width: 92% !important;
}

.form_item_radios input{
    width: auto !important;
}

.f_email{
    display: none;
}

.comment_form .form_item_text, .comment_form .form_item_textarea{ float: none !important; width: auto !important; margin-right: 0px !important; }
.comment_form .form_item_label{ padding: 10px 0px 5px; }


/* 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: 'Oswald', sans-serif; color: #fff; background-color: #a84b0f; padding: 5px 10px; font-size: 22px; text-transform: uppercase; }
.cr_title_grey{ color: #383838; background-color: transparent; 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_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 !important;
    height: auto !important;
    border: 0px;
    border-radius: 7px;
}

.cart_product_c .cart_prod_data{
    /*float: left;
    width: 50%;
    padding-left: 8%;*/
    padding-left: 48%;
    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;*/
    text-align: left;
}
.cart_product_c .cart_prod_qty{
    /*text-align: center;*/
    text-align: left;
}
.cart_product_c .cart_prod_qty input[type=number]{
    width: 45px;
    padding-left: 5px;
    padding-right: 5px;
    /*text-align: center;*/
    text-align: left;
}
.cart_product_c .cart_prod_qty input[type=submit]{
    border: 0px solid #fff;
    color: #f3901d;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    font-weight: bold;
}
.cart_product_c .cart_prod_qty input[type=submit]:hover{ color: #c57415; }

.cart_product_c .cart_prod_total{
    /*text-align: center;*/
    text-align: left;
}

.cart_product_c .cart_prod_price, .cart_product_c .cart_prod_qty, .cart_product_c .cart_prod_total{ padding: 10px 0px 10px 48%; 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: #a84b0f;
    color: #fff;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding: 7px 20px;
}

.cart_buttons, .checkout_buttons{
    clear: both;
    padding: 20px 0px;
    text-align: center;
}

#cart_button_left{
    background-color: transparent;
    box-shadow: none;
    font-weight: normal;
    padding: 30px 0px 0px 0px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    color: #f3901d;
}
#cart_button_left:hover{ color: #c57415; }
#cart_button_right{
    background-color: #ffc423;
    max-width: 240px;
    width: 100%;
    color: #6f1100;
}
#cart_button_right:hover{ background-color: #ffebbf; }

.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;
}

.checkout_header_block h3{
    font-size: 20px;
    padding: 15px;
}
.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;
}

#order_sign_up{ color: #616161; }

/*.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 */

#cart_title{ padding: 0px 0px 20px; margin: 0px; text-align: left; }

#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_top_blocks_c{
    overflow: hidden;
}

.checkout_top_block{
    padding: 10px 0px 20px 0px;
    text-align: center;
    font-size: 18px;
}

.checkout_top_block a.button{
    padding: 15px 20px;
    line-height: 1.5em;
    min-width: 0;
}

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

#checkout_payment{ margin-top: 15px; }

.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;
    border-radius: 50%;
    background-color: #fdfdfd;
    width: 50px;
    padding: 8px 0px;
    text-align: center;
}

.checkout_section_title{
    font-size: 24px;
    color: #383838;
    font-family: 'Oswald', sans-serif;
    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 select, .info_form_input input[type=text], .info_form_input input[type=number]{ width: 100%; box-sizing: border-box; }
#expMonth{ width: 160px; }
#expYear{ width: 82px; }
.cc_number{ overflow: hidden; }

.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: #a84b0f;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	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 0px -15px 10px -12px 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;
}

.h_menu_cart_i{ overflow: hidden; padding-bottom: 10px; }
.h_menu_cart_i_left{ float: left; width: 30%; text-align: center; }
.h_menu_cart_i_right{ float: left; width: 70%; }

#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%; border-radius: 7px; }
#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: 15px; border-bottom: 1px solid #d1d1d1; }
.checkout_shipping.shipping_calculated{ text-align: right; }
.checkout_shipping.shipping_calculated select{ width: 100%; max-width: 100% !important; }


#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: #fffa89; }
.cart_promo_box_r input[type=submit]:hover{ background-color: #ffebbf; }

#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{
    min-width: 280px;
    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_checkout_price{ text-align: center; }

.checkout_receipt_left{ width: 100%; }
.checkout_receipt_left > div{ border-right: 0px solid #fff !important; }


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

#order_thank_you{ text-align: left; }

/* 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;
}

#shipping_promo_inner {
    position: relative;
    display: inline-block;
    background-color: #b1ba1d;
    color: #fff;
    padding: 18px 20px 18px 80px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 20px 0px;
}

#shipping_promo_inner > span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a84b0f;
    border-radius: 10px;
    padding: 10px;
    font-size: 48px;
}

/* INVOICE STUFF / and PRINTABLE SCREENS */

.order_container, .print_container{
    max-width: 1024px;
    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 !important;
}

.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 td{
    padding: 0px 5px 5px 0px;
}

.order_header_c{
    overflow: hidden;
}

.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_box{
    padding: 1.5%;
    min-width: 220px;
    width: 30%;
    float: left;
}

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

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

.t_r{
    text-align: right;
}


.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_total_val{
    text-align: right;
}

.order_totals{
    padding: 0px 0px 20px 40px;
    text-align: right;
}
.order_totals table{
    margin: 0px 0px 0px auto;
    text-align: left;
}

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

.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; }


.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; }


div.galleryContainer{
    padding: 20px;
}

table.galleryContainer{
    width: 100%;
}
.galleryContainer td{
    text-align: center;
    vertical-align: top;
}
.galleryContainer td a img{
    border: 0px;
}

.round_shadow_spacer{
    display: block;
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.round_shadow_spacer img{
    max-width: 100%;
    height: 29px;
}

.dotted_border_cover_h{
    position: relative;
    top: -10px;
    height: 10px;
    background: #fff;
}

/* home page */

#home_shop{
    position: relative;
    z-index: 1;

    width: 100%;

    overflow: hidden;
    padding: 0px 0px 19px 0px;
    margin: 20px 0px;
}

#hs_bottom_gradient{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 19px;
    line-height: 0;
}

#hs_bottom_gradient img{
    display: inline-block;
    height: 19px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#home_shop_splash{
    max-width: 100%;
}

#home_shop_splash_img{
    display: block;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

#home_shop_content{
    padding: 40px 20px 20px 20px;
    text-align: center;
    max-width: 340px;
    margin: 0px auto;
}

#home_shop_content h1{
    padding: 0px;
    margin: 0px;
}

#home_shop_content p{
    width: 98%;
    margin: 0px auto;
    padding: 20px 0px;
}


#home_featured_cats{
    padding: 0px 25px 50px 25px;
    text-align: center;
}

#home_featured_cats h2{
    font-size: 30px;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
#home_featured_cats h4{
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    text-transform: none;
    color: #f3901d;
}

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

#home_featured_cats ul li{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}

#home_featured_cats ul li a{
    display: block;
    text-decoration: none;
    font-size: 26px;
}

.hfc_img{
    display: block;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;

    /*width: 268px;*/
    width: auto;
    height: 268px;

    overflow: hidden;

    border-radius: 10px;

}

.hfc_img img{
    display: inline-block;
    border-radius: 10px;

    width: 268px;
    height: auto;
}


.home_feature{
    position: relative;
    overflow: hidden;

    background: #f4911e;

    padding: 0px;
    margin: 0px 0px 14px 0px;
}

.hf_image{
    line-height: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}
.hf_image img{
    width: 100%;
}

.hf_txt{
    background: #f4911e;
    text-align: center;
    padding: 30px;
}

.hf_txt span{
    display: block;
}
.hf_title{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.hf_desc{
    font-size: 16px;
    color: #6f1200;
    padding-bottom: 20px;
}

.hfc_name{
    display: block;
    padding-top: 20px;
}

#home_sculptware{
    overflow: hidden;
    padding: 40px 10px;
    text-align: center;
}

#home_sculptware h2{
    padding: 0px 0px 15px 0px;
    margin: 0px;

    font-size: 36px;
}
#home_sculptware h4{
    padding: 0px 0px 10px 0px;
    margin: 0px;

    font-size: 20px;

    text-transform: none;
    color: #f3901d;
}
#home_sculptware p{

    padding: 0px 0px 20px 0px;

    font-size: 16px;

    line-height: 1.5em;
}

.home_sculptware_img{
    position: relative;
    padding: 20px 0px;
    max-width: 100%;

    background: url(/images/border_horizontal.png) repeat-x top left;

    line-height: 0;
}
.home_sculptware_img img{
    display: inline-block;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

#d_form_cal{
    background: #fff;
}


/* log in / create account page */
#login_error{ color: #cb0000; }

#login_form{
    max-width: 300px;
    text-align: center;
    margin: 0px auto;
}

#login_container{ overflow: hidden; padding: 10px; }
#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: 32px; text-align: center; }
#login_right .login_inner{ background-color: #edeae8; border: 1px solid #9a8b7d; border-radius: 7px; }
#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: 32%; 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 */


#google_map{
    width: 100%;
    height: 200px;
}
.gm-style-iw, #google_maps_infowindow{ overflow: visible !important; height: auto !important; width: auto !important; }

input[type='number']{
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.signup_img_link img{ transition: all .2s linear; }
.signup_img_link:hover img{ opacity: .9; }

#blog_other_tools > a {
    text-decoration: none;
}

#blog_tools {
    margin: 20px 0 0;
}

.blogs_list_description, #blog_container{ margin: 20px 0px; }

#dow_container{
    position: relative;
    background-color: #a84d10;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}
#dow_container strong{ font-weight: 700; }
#dow_container > a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-decoration: none; }

#dow_left, #dow_right{ display: inline-block; }

#dow_left{
    position: relative;
    color: #ffc423;
    padding-left: 30px;
}
#dow_left span{
    position: absolute;
    left: 0;
    top: -4px;
    color: #fff;
    display: inline-block;
}
#dow_left strong{ text-transform: uppercase; }


#dow_right{ text-transform: uppercase; }
#dow_right a{
    display: inline-block;
    padding: 6px 10px;
    margin-left: 10px;
    background-color: #ffc423;
    color: #a84d10;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}







/* home top sellers */

.home_top_sellers_container{
    padding: 40px 20px;
}

.home_top_sellers_top{
    text-align: center;
    margin-bottom: 30px;
}

.home_top_sellers_top h2{
    color: #F68C25;
}

.home_top_sellers{
    max-width: 1360px;
    margin: 0px auto;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home_top_item{
    position: relative;
    width: 100%;
    max-width: 328px;

    margin: 6px 6px;
}

.home_top_item.home_top_item_extended{
    max-width: 667px;
}

.home_top_item_img{
    display: block;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.home_top_item_img img{
    width: 100%;
}

.home_top_item_name{
    display: block;
    text-align: center;

    text-decoration: none;
    color: #6f1200;

    background-color: #fff;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.home_top_item_extended .home_top_item_name{
    background-color: #BBBD3A;
    color: #fff;
}

.home_top_item a{
    display: block;
    text-decoration: none;
}

.home_top_item.home_top_category_link{
    box-sizing: border-box;
    background: #F48F25;
    padding: 60px 60px 0px 60px;
    text-align: center;
    min-height: 360px;
}
.home_top_category_link h3{
    font-size: 28px;
    color: #86240C;
}

.home_top_category_link .button{
    width: auto;
    max-width: 100px;
    margin: 0 auto;

    font-weight: 900;
}


/* new featured categories (re-used the home_top_* above because they were basically the same layout) */

#home_featured_cats_container{
    padding: 20px 20px 40px 20px;
    text-align: center;
}

#home_featured_cats_container > h1{
    color: #F68C25;
    padding-top: 0;
    margin-top: 0;
}

.hfc_sub_title{
    margin-bottom: 40px;
}

#home_featured_cats_container .home_top_item_name{
    background-color: #a2b018;
    background-color: rgba(162, 176, 24, .8);
    color: #fff;

    position: absolute;

    left: 0;
    bottom: 0;

    z-index: 1;

    box-sizing: border-box;
    width: 100%;

    height: auto;


}

#home_featured_cats_container .home_top_item_img{
    height: 350px;
}



.p_list_bottom {
    display: flex;
    justify-content: space-between;
}

.p_list_data {
    flex: 1 0 0px;
    text-align: left;
}

.p_list_form {
    flex: 1 0 0px;
    text-align: right;

}

.p_list_qty_form {
    display: flex;
    justify-content: flex-end;
}

.p_list_qty_form > span {
    cursor: pointer;
    background-color: #6f1200;
    color: #fff;
    display: block;
    padding: 8px 4px;

    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
}

#cfb_qty_left .p_list_qty_form > span{
    background-color: #988c7e;
    padding: 10px 4px;
}

.p_list_qty_form > input {
    width: 20px;
    text-align: center;
    margin: 0 0px;
    border-radius: 0;
}

.p_list_qty_form .remove_item{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.p_list_qty_form .add_item{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.p_list_txt > a{ text-decoration: none; font-size: 16px; }