.mobile { display: none; }
body {background: url('/images/background.jpg') no-repeat fixed #ebebeb; background-size: cover; color: #000; font: 14px 'Arial', sans-serif; }
body, select, input, textarea { color: #000; }
body.popup { background: #fff; padding: 0 30px; }
a { color: #ff0000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
ul,ol{/*list-style: none;*/}
ul.display, #new_products ul, #recently_viewed ul, #featured_products ul, #featured_categories ul, #suggested_products ul, #related_products ul, #you_may_also_like ul, .messages ul, .member-links ul, #shop_by_price ul, #category_filter ul  {list-style-type: none; list-style: none; padding-left: 0; }
li { margin-left: 0px; padding-bottom: 0px; }
.container { background: rgba(255,255,255,.8); box-shadow: 0px 15px 25px rgba(0,0,0,.5); }
.grid li .qty-label, .grid li div.child, .grid li div.status, .grid li input.qty { display: none; }
p { padding-bottom: 0px; margin-bottom: 18px; }
.messages { padding: 15px; }
.form-control { border-radius: 0px; }
.meta_post_body { display: none; }
/*#menu { display: none; }*/
#menu:not( .mm-menu ) { display: none; }
.btn { font-size: 16px; font-weight: bold; }
.btn-primary {
    color: #fff;
    background: #ce3739;
    border-color: #871516;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #871516;
    border-color: #ce3739 
}
.btn-default {
    color: #fff;
    background-color: #4260ac;
    border-color: #1f2e65
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus,
.btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #1f2e65;
    border-color: #4260ac
}
.btn-full { width: 100%; margin: 15px 0; }
#main { background: #fff; margin: 0; }
#index #main, #category #main, #product #main { background: transparent; margin: 0 -15px; }
.table { border: 1px solid #000; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { border: 1px solid #000; text-align: center; }
.table>thead>tr>th { background: #e1e1e1; font-size: 12px; }
/* HEADER STYLING */
.top-nav { background: #333; color: #fff; }
.top-nav .row { max-width: 1200px; margin: 0 auto; }
.top-nav a { color: #999; font-size: 22px; }
.top-nav a:hover { color: #fff; }
.promo-banner {
    padding: 10px 20px;
    color: #fff;
}
.promo-banner a {
    color: #fff;
}
.top-nav nav { float: right; padding: 10px 5px; }
.top-nav nav a { margin-right: 10px; }
#container #header .desktop-header { background: url('/images/Category/header-bg.jpg') no-repeat top center; }
#container #header figure {
    margin: 10px 0;
}
#container #header #tagline {
    clear: right;
    color: #58abcb;
    float: right;
    font-size: 20px;
    font-style: italic;
    margin: 30px 15px 10px;
    padding: 0;
    text-align: right;
}
#container #header .phone {
    margin-top: 10px;
    color: #fafdfc;
    font-size: 29px;
}
#container #header .phone .red { font-size: 21px; }
#minicart {
    float: right; 
    margin: 0;
    padding: 10px 5px; 
    font-size: 24px;
    color: #fff;
}
#cartitems img {
    display: inline;
    vertical-align: middle;
}
#minicart a#vcart, #minicart img {
    text-decoration: none;
    color: #ff0000;
    margin: 0 8px 0 0;
}
#mobile-search {display: none;}
.mobile-logo { }
.nav-icons img.mobile-search {margin-left: 10px;}
input.search-image { position: absolute; right: 5px; top: 6px; }
#search form {position: relative;  margin: 10px 0px;}
#search input[type=text] {
    color: #333;
    background: #ebeaea;
}
#suggestions { background: #fff; }
#suggestions .suggestion { padding: 2px 5px; }
#suggestions .suggestion_hover { padding: 2px 5px; background: #e1e1e1; }
.mobile-header { background: url('/images/Category/header-bg.jpg') no-repeat top center #000; }
.navbar-collapse {background-color: #fff; overflow: hidden;}
/* HEADER STYLING ENDS */

/* MINICART */
#minicart_overlay_box { left: 0; margin-left:auto; margin-right: auto; position:fixed; right:0; top:20px; z-index:99999; width:500px;}
#minicart_overlay { background-color: #fff; border: 2px solid #ed1c24; border-radius: 10px 10px 10px 10px; box-shadow: 0 0 20px #000000; margin: 0 auto; padding: 10px 0px; width: 450px; overflow: hidden; }
#minicart_overlay .pull-right.minicart_exit { margin-right: 15px; }
#minicart_overlay #minicart_products div.minicart_product { padding: 15px; clear: both; background: #eee; overflow: hidden; }
#minicart_overlay .minicart_total { clear:both; padding: 15px 15px 15px 0px; text-align:right }
#minicart_overlay .productname { color: #000; font-size: 22px; font-weight: bold; margin: 3px 10px 18px; text-transform: capitalize; text-align: left; }

#index #newsletter h2, 
#global_filter h2 {background-color: #ed1c24;border-color: #337ab7;color:#FFF;padding:10px 0px 10px 10px}
#newsletter input[type=email]{font-size:15px;}

input{
    vertical-align:middle;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #ed1c24;
    border-color: #337ab7;
}
.hed_font{
    margin-top: 0px;
    font-size: 14px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px dotted #ccc !important;
    border: 0px;
}
.border-btm0{
    border-bottom:0px !important;
}
/* MAIN NAVIGATION STYLING STARTS */
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar {
    margin-bottom: 1px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #999;
    color: #000;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #999;
    color: #000;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a{
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
    color:#000;
    border-right: 0px solid #000;
    padding: 15px 33px !important;
}
.navbar-default .navbar-nav>li:last-child>a:after {
    content: none;
}
.navbar-default .navbar-nav>li:last-child>a {
    border-right: none;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-radius: 0px;
}
.dropdown-menu { background: #999 none repeat scroll 0 0; position: absolute; right: -15px; left: -15px; padding: 0; width: 1168px; }
.dropdown-menu > li > a { color: #000; padding: 5px 12px; border-right: 0; font-weight: bold; line-height: 31px; font-size: 12px; }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #666666 none repeat scroll 0 0;
    color: #fff;
}
.nav>li { position: static; }
#nav1 .list-inline>li.dropdown-submenu { padding: 0; margin: 0 -4px; }
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.menu-icon img { margin-top: 8px; }
.navbar button {float: left;}
nav.nav-icons {margin-top: 8px;}
.sm-nav {border: none;}
.navbar-collapse {border-bottom: 1px solid #ccc; margin-bottom: 20px;}
/* MAIN NAVIGATION STYLING ENDS */
/* CAROUSEL STYLING START */
#Carousel { margin-left: -15px; margin-right: -15px; padding: 0; }
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-inner img {width: 100%;}
#index .carousel-indicators {
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px;
    z-index: 15;
    color: #000;
    margin-left: 0;
    text-align: right;
    height: 20px;
    width: auto;
}
#index .carousel-indicators span{
    display: block;
    float: left;
    height: 20px;
    width:20px;
    padding-right: 4px !important;
    text-indent: -9999px;
}
#index .carousel-indicators li { border: none; font-size:13px; border-radius: 10px; border: 2px solid #fff9f5; background-color: #fff9f5; height: 20px; margin: 0; width: 20px; padding-bottom: 0px; color: #fff9f5; }
#index .carousel-indicators li.active { background-color:#ff0000; color:#ff0000; }
.carousel-indicators li { text-indent: -9999px; }
.carousel_rt { float: right; }
/* CAROUSEL CSS ENDS */
#tech-questions { background: url('/images/tech-bg.jpg') no-repeat top center; margin-left: -15px; margin-right: -15px; padding: 20px 15px; margin-bottom: 30px; }
#tech-questions div { color: #fbf8f1; font-size: 24px; text-shadow: 3px 3px 5px rgba(0,0,0,.7); font-weight: bold; font-style: italic; }
#tech-questions div.text-center { margin-top: 20px; }
#tech-questions img { box-shadow: 5px 5px 7px rgba(0, 0, 0, .7); }
#promos { padding: 0 15px; }
#index #welcome{padding-bottom:10px;}
#welcome h4 {
    margin: 0px 0px 13px 0px;
    color: #333;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
#welcome p {
    font-size: 16px;
    line-height: 18px;
    color:#333333;
}

/* NEWSLETTER SECTION STYLING STARTS */
#newsletter-block {
    width: 100%;
    margin: 10px 0px;
    overflow: visible;
    height: 65px;
    background: #333;
}
#newsletter-block div.column1 {
    color: #fff;
    padding-top: 12px;
}
#newsletter-block div:first-child {
    border-left: 0;
}
#newsletter-block div {
    padding: 0px 10px;
    margin-top: 10px;
    /* width: 30%; */
    display: inline-block;
    vertical-align: top;
    min-height: 33px;
    border-left: 1px solid #888;
}
#newsletter-block div.column1 #nwsl {
    font-size: 18px;
    margin: 0px 12px;
}
#newsletter-block div.column1 #nwsl a {
    text-decoration: none;
    color: #58abcb;
    cursor: pointer;
}
#newsletter-block div.column3 #shr {
    font-size: 18px;
    color: #fff;
    padding: 0 15px 0 20px;
}
#newsletter-block div.column3 #shrlnk {
    margin-top: -3px;
    padding: 0;
    border: 0;
    width: 30px;
}
/* NEWSLETTER SECTION STYLING ENDS */
#category_menu h2,
#category_filter h2,
#global_filter h2,
#newsletter h2,
#shop_by_price h2,
#minicart h2,
#left_column #recently_viewed h2{font-size:14px;background-color: #ed1c24;border-color: #337ab7;color: #fff;padding: 10px 0 10px 10px;text-transform: uppercase;}
#left_column #recently_viewed ul li{padding:0px;margin:0px;}
#left_column #recently_viewed .thumb-product{text-align:center; height: 80px; overflow: hidden;margin: 0px;width: auto;}
#left_column #recently_viewed .thumb-product .image {
    width: 75px; 
    float: left;
}
#left_column #recently_viewed .thumb-product .info{
    float: left;
    padding: 20px;
    text-align: left;
    width: 60%;
    max-width:180px;
}
#left_column #recently_viewed .thumb-product .name{display: block;padding: 10px 0 0;}

/**CATEGORY MENU STYLING**/
#category_menu ul{list-style:none;background-color: #f0f0f0;}
#category_menu ul li{
    border-bottom: 1px dotted #ccc !important;border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    padding: 10px 15px;
    margin: 0 5px;
    padding: 10px 5px;
}
#category_menu ul li a {
    display: block;
    margin-bottom: -1px; 
    position: relative;
    color: #ed1c24;
}
#category_menu li.active, #category_menu li.category_top_active {
    font-weight: bold;
}
#category_menu ul li ul li {
    padding-left: 10px;
}
/**CATEGORY MENU STYLING ENDS**/

.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
}

/* FOOTER STYLING START */
.footerbg {
    background: #333;
    margin-top: 10px;
}
footer {
    margin: 20px 30px !important;
}
footer h3 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin: 15px 0;
}
footer a{ line-height:25px; color: #fff; display:block; font-size: 17px; }
footer a:hover{ color:#FFF; }
footer ul{list-style:none;}
#footer nav ul li{margin-left:0px;padding-bottom:0px;}
#footer #freephone p,
#footer #fax p{margin-bottom:0px;padding-bottom:0px;}
#footer #cprgt{margin-top:25px;}
#footer #cprgt p{margin-bottom:2px;padding-bottom:0px;}
#footer #contact-numbers{margin-top:20px;}
#footer #contact-details{ color:#FFF!important; font-size: 17px; }
#footer .fullsite,
#footer .gateway_links{padding-left: 10px;}
#footer-social img { margin-bottom: 15px; }
/* FOOTER STYLING END */
/* NAV MENU */
#horizontal #nav-menu-container ul li { margin-left: 0px; padding-bottom: 0px; float: left; }
.row.nav-wdmanage{
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}
div.errors {
    background-color: #fff2f2;
    border: 1px solid #c00;
    margin: 0 0 10px;
    padding: 5px 10px;
}

div.errors p em, .error {
    color: #c00;
    font-style: normal;
    font-weight: bold;
}

/*--featured product css start--*/
#featured_products,
#recently_viewed,
#featured_categories,
#new_products,
#related_products,
#suggested_products, 
#on_sale {
    clear: both;
    margin-bottom: 0px;
    width: 100%;
}
#suggested_products { margin: 0; }
#featured_products header,
#recently_viewed header,
#featured_categories header,
#new_products header,
#related_products header,
#viewcart #suggested_products header, 
#on_sale header{
    background-color: #666666;
    height: 45px;
}
#suggested_products header { background: #fff; }

#featured_products header h2,
#recently_viewed header h2,
#featured_categories header h2,
#new_products header h2,
#related_products header h2,
#viewcart #suggested_products header h2, 
#on_sale header h2{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 0; 
    line-height: 45px; 
}
#suggested_products header h2 { color: #000; margin-top: 0; font-size: 24px; text-transform: uppercase; font-weight: normal; }
#cap {
    float: left;
    width: auto;
}
#seemore {
    color: #fff;
    float: right;
    font-size: 19px;
    padding: 14px;
    text-align: right;
    text-transform: none;
    font-weight: bold; 
}
#seemore a {
    color: #fff;
    text-decoration: none;
}
.thumb-product{
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
#recently_viewed .thumb-product { height: 240px; }
#specials_sort .thumb-product { min-height: 320px; }
.thumb-product img{width:100%;
    max-height: 150px;
    max-width: 150px;
}
.thumb-club{
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.thumb-club img{width:100%;
    max-height: 150px;
    max-width: 150px;
}
.red, .req, .sale-price {
    color: #ff0000;
}
.blue { 
    color: blue;
}
.small { font-size: 12px; }
#featured_products ul li .info a,
#recently_viewed ul li .info a,
#featured_categories ul li .info a,
#new_products ul li .info a,
#related_products ul li .info a,
#suggested_products ul li .info a, 
#on_sale ul li .info a{
    color: #000;
    text-decoration: none;
    font-weight: bold; 
}
#featured_products ul li .name,
#recently_viewed ul li .name,
#featured_categories ul li .name,
#new_products ul li .name,
#related_products ul li .name,
#suggested_products ul li .name, 
#on_sale ul li .name{
    margin: 10px 0px 5px 0px;
}
#featured_products .price,
#recently_viewed .price,
#featured_categories .price,
#new_products .price,
#related_products .price,
#suggested_products .price, 
#on_sale .price { 
    color: #ed1f24;
    font-weight: bold;
}
#product .product #suggested_products .price { float: none; }
/* BREADCRUMB STYLING START */
#breadcrumb {
    color: #ed1c24;
    font-size: 12px;
    padding: 10px 10px 10px 0;
    text-transform: capitalize;
}
#index #breadcrumb  {
    display: none; 
}
#breadcrumb .separator {
    padding: 0 5px;
}
/* BREADCRUMB STYLING END */
/* CATEGORY PAGE STYLING STARTS HERE */
#prev-next2 { color:#ed1c24; clear: both; text-align: right; border-top: 1px solid #ccc; margin: 10px 0px 0px 0px; padding: 10px 0px; border:none; }
#prev-next2 span { color:#ed1c24; text-transform: uppercase; }
#prev-next2 .pagenumber a, #prev-next2 a { color:#58abcb; text-transform: uppercase; }
#prev-next2 .pagenumber a:hover, #prev-next2 a:hover { text-decoration:none; }
#cat .cat-img { margin-left: -15px; margin-right: -15px; }
#cat h1 {
    color: #000;
    font-size: 50px;
    font-family: Eras Bold ITC, sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 20px 0 0;
    padding-bottom: 0px;
    text-align: center;
}
#cat .cat-desc { background: #fff; padding: 10px 20px; margin: 0 0 20px 0; font-size: 20px; font-weight: normal; }
#category_options {
    clear: both;
    background: #000 none repeat scroll 0 0;
    color: #fcffff;
    font-weight: normal;
    padding: 10px;
}
#category_options ul { margin:0px; list-style-type: none; padding-left: 0; }
#category_options li#prev-next { margin: 0px; text-align: right; }
#category_options li#toggle { padding-top: 5px; }
#category .info h2, #prod_detail_list .info h2{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 10px;
    max-height: 43px;
    overflow:hidden;
}

.grid li .image, .grid li .info, .grid li .content, .grid li .order {
    text-align: center;
}

#cat .display, .cat-thumbs {
    padding-left: 0;
    list-style-type: none;
}
.cat-thumbs li { min-height: 170px; }
.cat-thumbs li .info {
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
#category .product .image img, #prod_detail_list .product .image img {width:100%;max-width:150px;max-height:150px;}
#category ul.display li, #prod_detail_list ul.display li  {
    height: 300px;
    overflow: hidden;
}
#category ul.display.list li, #prod_detail_list ul.display.list li { height: 165px; border-bottom: 1px solid #ccc;}
.grid li .sku, .grid li p, .grid li .price, .grid li .rev-stars, .grid li .qanda {
    margin: 0 0 10px;
}
.grid li .sku { color: #494949; font-size: 14px; font-weight: bold; padding: 4px 10px 5px; }
.grid li .rev-stars { display: none; }
.display li .price, .grid li .price { color: #ed1f24; }
.grid li .form { display: none; }
#category #sort label, #prod_detail_list #sort label { text-transform: uppercase; }
#category .display.list li .image , #prod_detail_list .display.list li .image {float: left; margin-right: 5%; width: 20%; }
#category .display.list li .info, #prod_detail_list .display.list li .info { float: left; width: 75%; }
#category .display.list li .info .order, #prod_detail_list .display.list li .info .order { float: right; }
#category .display.list li .info .order .qty-line, #prod_detail_list .display.list li .info .order { display: none; }
#category .btn-link { padding: 0; color: #000; font-weight: bold; margin: 10px 0; }
/* CATEGORY PAGE STYLING ENDS HERE */

/* PRODUCT PAGE STYLING START */
#product .product { background: #fff; padding: 15px 0; margin: 15px 15px 0 15px; }
#product .product.gray {background: #333; color: #fff;}
#product .product.gray .sku, #product_builder .product.gray .sku {
    color: #fff;
}
.whitebox { background: #fff; padding: 15px; margin: 15px 0; clear: both; }
div .additional-prod {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    float: left;
    margin: 10px 0;
    overflow: visible;
    padding: 0 0 10px;
}
#product h3.desc-title {
    margin-top: 0;
}
#product_tabs {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
    overflow: auto;
    width: 100%;
}

#tab-row .active {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
}

#tab-row li {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #ed1c24;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    margin: 0 1px;
    padding: 15px 30px;
    position: relative;
    top: 1px;
}
#tab_contents {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    clear: both;
    margin-left: 1px;
    padding: 30px 20px;
}
.alternate_images {margin: 10px 0 0;overflow:hidden;}
.alternate_images img {border: 1px solid #ccc;cursor: pointer;float: left;height: 50px;margin-right: 5px;width: 50px;}
html input.dynamic_qty, html input.dynamic_qty:hover, html input.dynamic_qty:focus, input[readonly] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    filter: none;
    font-weight: bold;
    padding: 0;
    vertical-align: baseline;
    width: auto;
}
.rev-stars a {
    color: #000;
    text-decoration: none;
    font-weight:bold;
}
#product .product .sku, #product_builder .product .sku {
    margin: 10px 0;
    color: #303030;
    font-weight: bold;
    font-size: 14px;
}
#product .product .prod-desc, #product_builder .product .prod-desc {
    padding-bottom: 18px; 
}
#product .product .prodicons, #product_builder .product .prodicons {
    margin: 10px 0; 
    font-weight: bold;
    font-size: 16px;
}
#product .content h1, #product_builder .content h1 {
    color: #000;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 5px;
}
#suggested_products .product .image img{width:100%;}

#product .mapping {
    background: #f0f0f0 none repeat scroll 0 0;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
}
#product .recipent_mapping_shipto, #product_builder .recipent_mapping_shipto {
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-transform:uppercase;
    line-height: 30px;
    font-weight: normal;
}
#product .mapping .new_recipient_mapping, #product_builder .mapping .new_recipient_mapping {
    color: #232323;
    float: left;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
}
.child-wrapper .header-row {
    /*background: #e1e1e1;*/
    font-weight: bold;
    padding-bottom: 0;
}
.child-wrapper ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0 0 10px;
}
.child-wrapper li {
    margin: 0px;
    padding: 10px 0px 0px 0;
    vertical-align: middle;
}
.child-wrapper .header-row li { padding: 10px 15px; }
.child-wrapper li del{display:block;}
.child-wrapper li table { color: #000; }

#product .qty, #product_builder .qty {width:75px;margin: 0 auto;}

#product .mapping > div,
#product_builder .mapping > div,
#product #additional .child-one-btn, 
#product_builder #additional .child-one-btn {margin-top:10px;}
#product .child-one-btn .addtocart_button, #product_builder .child-one-btn .addtocart_button {float: right;margin-top: 5px;}
#product .mapping,
#product_builder .mapping,
#product .order, 
#product_builder .order {margin-bottom:10px;}
#product .qty-line, #product_builder .qty-line {height:34px;/*margin:10px 0px 0px 0px;*/}
#product .product .price, #product_builder .product .price { float: right; font-weight: bold; }
#product .product .price input.dynamic_qty, #product_builder .product .price input.dynamic_qty, #product .product .child-price .sale-price, #product_builder .product .child-price .sale-price { text-align: center; color: #ed1c24; font-size: 18px; font-weight: bold; max-width: 180px; }
#product .product.gray .price input.dynamic_qty, #product_builder .product.gray .price input.dynamic_qty { color: #fff; }
.product input.dynamic_qty.sale_price {
    text-decoration: line-through;
    display: block;
}
#product .product .child-price .sale-price, #product_builder .product .child-price .sale-price {font-weight: bold;}
#product .qty-label, #product_builder .qty-label {display: block;line-height: 34px;/*padding-top: 5px*/;vertical-align: middle;}
#product .qty-line > div, #product_builder .qty-line > div {padding-left: 0;}
#product .price, #product_builder .price {margin: 10px 0;}
#product .rev-stars, #product_builder .rev-stars {margin-top: 10px; overflow: hidden;}
#product .rev-stars .prod-rating, #product_builder .rev-stars .prod-rating {float: left; margin-right:10px;}
#product .rev-stars .prod-rating img, #product_builder .rev-stars .prod-rating img { margin-top: -5px; }
#product .rev-stars .review_links, #product_builder .rev-stars .review_links {/*margin-left: 10px;*/}
#product .image, #product_builder .image { margin: 0 0 10px 0; }
#product .image .product_image, #product_builder .image .product_image {width:100%;border: 1px solid #000;}
#product .image .enlarge, #product_builder .image .enlarge { margin: 5px 0 2px 5px; }
#product .image .enlarge a, #product_builder .image .enlarge a { color: #000; font-weight: bold; }
#img-caption {
    padding: 7px 0;
}
#product .order .child-one-btn, #product_builder .order .child-one-btn {margin: 10px 0;}
#product .attributes select, #product_builder .attributes select {margin: 5px 0;}
#product #suggested_products .image {min-height: 150px;}
#product .product .prod-form, #product_builder .product .prod-form {margin-top: 10px;}
#product .product .prod-form h4, #product_builder .product .prod-form h4 { color: #596FA9; font-size: 16px; padding: 0 0 5px; text-align: center; font-weight: bold; }
#product .product .prod-form h5, #product_builder .product .prod-form h5 { color: #596FA9; padding: 0 0 5px; font-weight: bold; }
#product .product .prod-form hr, #product_builder .product .prod-form hr { border-top: 1px solid #000; }
#product .product .prod-form ul { padding-left: 0; list-style-type: none; }

#product .tab-content li,
#product_builder .tab-content li,
#product .product .content-only .content > li,
#product_builder .product .content-only .content > li {margin-left: 40px;padding-bottom: 0.85em;}

#image_overlay {display:none;height: 100%;left: 0;position: fixed;text-align: center;top: 0;width: 100%;z-index: 1000;}
#fade {background: black none repeat scroll 0 0;height: 100%;left: 0;opacity: 0.5;position: fixed;top: 0;width: 100%;}
#image_overlay img {border-radius: 10px;cursor: pointer;margin: 50px auto;position: relative;z-index: 1001;}
#image_overlay #close {cursor: pointer;margin-left: -20px;position: absolute;top: -20px;z-index: 1002;}

body#product_qanda { background: none; }
#product_qanda .container{ box-shadow:none; margin: 0;}
ul#qa_box { list-style-type: none; padding-left: 0; }
#product_qanda textarea{width:100%}
#product_qanda #qa_box li.question {background: #fff none repeat scroll 0 0;border: 5px solid #bbb;font-size: 16px;margin: 2px;overflow: hidden;padding: 10px;}
#product_qanda #qa_box a {color: black;font-weight: bold;text-decoration: none;}

#reviews div { margin: 5px 0px; }
#reviews .rev-title {font-size: 18px; text-transform: uppercase;}
#reviews .rev-info { font-size: 14px; float: left; margin-right: 10px;}
#reviews .rev-stars {float: left; margin-top: 0px;}
#reviews .rev-comments { clear: both;}
#reviews .content_box { font-style: italic; color: #ed1c24; }
#reviews hr { margin-top: 10px; margin-bottom: 10px; border: 0; border-top: 1px solid #eee; }

#videos h3, 
#installation h3, 
#reviews h3, 
#qanda h3 { font-size: 24px; text-transform: uppercase; }
#reviews h3, #qanda h3, #qa_box h3 {margin-top: 0;}
#qa_box hr {margin-top: 10px; margin-bottom: 10px;}

/* PRODUCT PAGE STYLING END */

/*--featured product css end--*/
/*--tabs css start--*/
.tab_data_container {
    background: #fff;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
    margin-bottom: 10px;
    padding: 30px 20px;
    overflow: hidden; 
}
.nav-tabs{border-bottom:0px;}
.nav-tabs.nav-justified > li > a {
    border: 1px solid #ccc;
    border-radius:0px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 30px;
    background:#f0f0f0 none repeat scroll 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background: #4260ac; color: #fff; font-weight: bold; }
.nav-tabs > li.active > a:after, .nav-tabs > li.active > a:focus:after, .nav-tabs > li.active > a:hover:after { content: ""; height: 0;  width: 0; border: 10px solid transparent; border-bottom-color: #fff; position: absolute; bottom: 0px; left: 47%; z-index: 2; }
.nav-tabs > li > a:hover { border:1px solid #ccc; }

#tellfriend form{max-width:700px;margin:0px auto;}

/** CUSTOM STYLING **/
/** div.form-container fieldset {
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 10px;
}

div.form-container legend {
    color: #666;
    font-weight: bold;
    width:auto;
    margin:0px;
    border:none;
}
**/
div.form-container {
    margin-bottom: 15px;
} 

.hgt_0{height:0px!important;}
.pdd_tp10{
    padding-top: 10px !important;
}
.padd_0{
    padding: 0px !important;
}
.mar_0{
    margin: 0px !important;
}
.mar_rt10{
    margin-right: 10px;
}
.mar_top0{
    margin-top:0px !important;
}
.mar_top10{
    margin-top:10px !important;
}
.mar_top20{
    margin-top:20px;
}
.mar_btm{margin-bottom: 10px;}
.mar_btm20{margin-bottom: 20px;}
.mar_btm30 { margin-bottom: 30px; }
.text_upper{
    text-transform:uppercase!important;
}
.pdd_rt0{
    padding-right: 0px;
}
.pdd_lt0{
    padding-left: 0px;
}
.pad_tp20{
    padding-top: 20px;
}
.pad_btm10{
    padding-bottom:20px;
}
a:focus{
    outline: medium none;
}
.nopad p {
    padding: 0px;
}
.hide_col {
   display: none;
}
.clickable {
   cursor: pointer;
}
.border_top {
   border-top: 1px solid #ddd;
}

.split-left {
   padding-right: 0px;
}
.split-right {
   padding-left: 0px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
#fileDisplay {
   padding-left: 10px;
   background-color: white;
   border: 1px solid #ccc;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/** TOP NAV **/

#nav2 { 
    position: absolute;
    top: 51px;
    left: -15px;
    right: -15px;
    background: #999;
    font-size: 15px;
    font-weight: bold;
    z-index: 999;
    padding: 0 15px;
}
#nav2 ul { margin: 5px 0; }
#nav2 a { color: #000; }
#nav2 a:hover { color: #f00; }
#nav2 a:before {
    content: "|";
    color: #000;
    margin-right: 9px;
}
#nav2 li:nth-of-type(1) a:before {
    content: none;
    margin-right: 0;
}
#nav2 .list-inline>li {
    padding: 0 3px;
}

#nav3 { 
    position: absolute;
    top: 38px;
    left: 20px;
    right: 20px;
    width: 1128px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    z-index: 999;
    padding: 0 15px 15px;
}
#nav3 h3 {
    margin-top: 10px;
    margin-bottom: 0;
}
#nav3 h3 a {
    font-size: 18px;
    color: #00f;
    font-weight: bold;
}
#nav3 ul {
    padding-left: 18px;
    display: block;
}
#nav3 ul a { 
    color: #000;
}
#nav3 ul a:hover {
    color: #f00;
}
#nav3 img.nav3-img {
    position: absolute;
    right: -120px;
    bottom: -35px;
    top: 150px;
}
.brands #nav3 {
    top: 48px;   
}
.brands #nav3 ul {
    list-style-type: disc;
}
.brands #nav3 li {
    padding: 5px 0;
}
/** TOP NAV END **/

@media only screen and (min-width:991px) and (max-width:1199px){
    #tech-questions div.text-center { margin-top: 10px; }
    .navbar-default .navbar-nav>li>a { padding: 15px 16px !important; }
    .dropdown-menu { width: 968px; }
    .dropdown-menu > li > a { padding: 5px 5px; font-size: 12px; line-height: 22px; }
    #nav3 { width: 928px; }
    #nav3 img.nav3-img { top: 180px; max-width: 540px; }
}
@media only screen and (min-width:768px) and (max-width:990px){
    #container #header figure { margin: 5px 0; }
    #container #header .phone { margin-bottom: 10px; }
    .row.nav-wdmanage { margin-left: -15px; margin-right: -15px; }
    #nav-menu-container { padding: 0; }
    .navbar-default .navbar-nav>li>a { font-size: 16px; padding: 15px 13px !important; }
    .dropdown-menu { width: 748px; left: 0; right: 0; }
    #nav3 { width: 708px; }
    .dropdown-menu > li > a { padding: 5px 6px; font-size: 8px; line-height: 22px; }
    #nav3 img.nav3-img { display: none; }
    #tech-questions div.text-center { margin-top: 10px; font-size: 16px; }
    .thumb-product { min-height: 260px; }
}

@media only screen and (min-width:320px) and (max-width: 767px) {
    #container #header figure { margin: 5px 0px; }
    .figure_align { text-align: center; }
    .pdd_rt15 { padding-right: 15px !important; }
    .carousel_rt { float: none; }
    #horizontal .navbar-nav { margin: 7.5px 0; }
    #newsletter-block { height: auto; overflow: hidden; }
    #newsletter-block div {margin-top: 0px; border: 0; text-align: center; padding: 10px 0;}
    #newsletter-block div.column3 #shrlnk{width: 23px;}
    #newsletter-block div.column3 #shr{font-size: 14px;}
    #newsletter-block div.column3 #shrlnk{width: 15px;}
    #shrlnk.img_fb{width:100%;}
    /*#category .display li, #prod_detail_list .display li {height: 235px;overflow: hidden;}*/
    #seemore { font-size: 12px; padding: 15px 6px; width: 80px; }
    #suggested_products .thumb-product{height:220px!important;}
    #minicart_overlay {max-width: 95%;}
    #minicart_overlay_box {width: 100%;}
    #tech-questions { background-size: auto 100%; }
    #tech-questions div.text-center { margin: 20px 0; font-size: 16px; }
    .thumb-product { min-height: 280px; }
    #recently_viewed .thumb-product { min-height: 240px; }
    #cat h1 { font-size: 44px; }
    #cat .cat-desc { font-size: 16px; line-height: 1.5em; }
    #product .content h1, #product_builder .content h1 { font-size: 24px; }
}

/***Specials Sort Page***/
section#top_links { width: 650px; padding: 5px 0px; margin: 0px auto; }
section#top_links .links { width: 200px; float: left; padding: 0px 0px 0px 10px; }
section#top_links .links ul { list-style: none; }
section#top_links .links ul li a { color: blue; font-size: 12px; font-weight: bold; text-transform: uppercase; }

section#event_links { width: 100%; padding: 5px 0px; margin: 0px auto; }
section#event_links .links { width: 180px; height: 280px; float: left; padding: 0px 0px 0px 10px; }

section#forum_links { width: 100%; padding: 5px 0px; margin: 0px auto; }
section#forum_links .links { width: 180px; float: left; padding: 0px 0px 0px 10px; }

section#color_links { width: 100%; padding: 5px 0px; margin: 0px auto; }
section#color_links .links { width: 275px; float: left; padding: 0px 0px 0px 10px; }
section#color_links header h1 { background:black;color:white;line-height:20px;text-align:center;font-size:16px;font-weight: bold; padding: 2px 0px 2px 0px;text-transform: uppercase !important; }
section#color_links header h3 { color: #FF0000; font-size: 12px; font-weight: bold; text-align: center; }

section#specials { width: 100%; padding: 5px 0px; margin: 0px auto; }
section#specials ul { list-style: none; }
section#specials header h1 { background:black;color:white;line-height:20px;text-align:center;font-size:16px;font-weight: bold; padding: 2px 0px 2px 0px;text-transform: uppercase !important; }
section#specials header h3 { color: #FF0000; font-size: 12px; font-weight: bold; text-align: center; }

.hidecust { display: none; }