/*
 Copyright(c) 2004-2014, Second Phase, LLC, All rights reserved worldwide. www.secondphase.net
     File: main.css
     Purpose: main styling page

/**** placeholder base styles ****/
.footer {
    width:100%;
    height:120px;
    padding: 10px;
    background-color:#7cc4e7;
}
.header {
    width:100%;
    height:120px;
    padding: 10px;
    background-color:#7cc4e7;
}
.header .navbar ul {
    list-style: none;
    margin: 1em 0 0 0.25em;
    padding: 0;
}
.header .navbar ul li {
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    display: inline-block;
    margin: 0 3em 0 0;
    padding: 0;
}

.header .navbar ul li a:link, .header .navbar ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.header .navbar ul li a:hover, .header .navbar ul li a:active {
    color: #333;
    text-decoration: none;
}
.content {
    min-height:300px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:20px;
    padding-top:5px;
}

.left { float: left; }
.right { float: right; }


/**** base styles ****/

BODY.cms_class {
    text-align: left;
    background-image: none;
    background-color: #fff;
}

.mobile, .tzone { display: none; }

/* product category, my account, admin page list styles */
#content .listnav {
    width:275px;
    min-height:210px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 10px 0;
    color:#605a40;
}
#content .listnav ul li a, #content .catDDList ul li a {
    font-size: 14px;
    line-height: 100%;
    padding-top: 1px;
    color:#605a40;
    font-weight:normal;
}
#content .listnav h2 {
    font-size: 16px;
    color: #296ebb;
    line-height: normal;
    font-weight: normal;
}
#content .catDDHead, #content .catDDHead a {
   font-size: 16px;
   color: #ec1f27;
   line-height: normal;
   font-weight: bold;
   margin: 0;
   text-decoration: none;
   text-transform: uppercase;
}
#content .catDDHead a:hover, #content .catDDHead a:hover {
    color: #666;
    text-decoration: none;
}
#content .container #quickbuygroups .quickbuygroups ul.catDDThumbs li a .image:hover {
  background: rgba(0,0,0,.7);
}

.comparespecs {
    padding: 6px;
    border-collapse: collapse;
    border: 1px solid #454545;
}

/* silver button styles */
.pageContents .button, .pageContents .button_sm, .button, input.button_sm {
    background: #ec1f27;
    font: 700 12px/100% "Lato", sans-serif;
    height: 19px;
    color: #fff;
    border: none;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    border-radius : 5px;
    padding: 2px 7px 4px;
    cursor: pointer;
    margin-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

       /*font-weight: bold;
    color: #fff !important;
    background-color: #296ebb;
    background-color:#ec1f27;
    background: none repeat scroll 0 0 #296EBB;
    background: none repeat scroll 0 0 #ec1f27;
    border-bottom: 1px solid #194372;
    border-radius: 4px;
    font: 11px/100% "arial" !important;
    font-weight: normal !important;
    padding: 3px 12px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);*/
}
/*  Blog Items  */

.blog-category-head {
    margin: 0;
    padding: 0;
}
#blogContent {
    text-align: left;
}

#blogContent .blog-item {
    width: 175px;
    margin: 0 40px 30px 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#blogContent .blog-item-small {
    width: 120px;
    margin: 0 25px 25px 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#blogContent .blog-item-small .blogImg IMG {
    width: 120px;
    vertical-align: top;
}

#blogContent .blog-item-left {
    clear: both;
    width: 90%;
    margin: 0 0 5px 0;
    padding: 15px;
    display: inline-block;
    text-align: left;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    behavior: url("./style/PIE.htc");
}

#blogContent .blog-item-left .blog-title H4,
#blogContent .blog-item-left .blog-title H4 A {
    font-size: 18px;
}

#blogContent .blogImg {
    margin-bottom: 10px;
    display: inline-block;
}

#blogContent .blogImg IMG {
    width: 175px;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: block;
}

#blogContent .blog-item-left.shaded {
    background: #f4f2eb;
}

#blogContent .blog-item-left .blogImg {
    float: left;
    display: block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    padding: 0;
}

#blogContent .blog-item-left .blogImg IMG {
    border: none;
    margin-top: 3px;
    padding: 7px;
    background: #fff;
    border: 1px solid #605a40;
}

#blogContent .blog-item-left .blog-date {
    margin-bottom: 8px;
}


#blogContent .blog-title h4 {
    font-size: 14px;
    color: #008149;
    line-height: normal;
    text-align: left;
    font-weight: bold;
}


#blogContent .blog-title h4 A {
    font-size: 14px;
    color: #008149;
    font-weight: bold;
    text-decoration: none;
}

#blogContent .blog-title h4 A:hover {
    font-size: 14px;
    color: #008149;
    font-weight: bold;
    text-decoration: underline;
}

#blogContent .blog-desc, #blogContent .blog-name, #blogContent .blog-location {
    text-align: left;
}

#blogContent .blog-name {
    font-weight: bold;
    margin-top: 5px;
}

/*****     Blender css      *****/

/* Reset */
html,/* body, div,*/ span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, /*form,*/ label, legend,
/*table,*/ caption, /*tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/
/* End Reset */
/* Styles  */
.clear {
    clear: both;
    height: 0;
    line-height: 0px;
    font-size: 1px;
}
.lowrider-depot {
    background: #000;
    text-align: left;
    font: 400 14px/100% 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}
.lowrider-depot .container {
    width: 920px;
    margin: 0 auto;
}
/*  Header  */
.lowrider-depot header {
    background: url("../images/bg/fire.png") no-repeat right bottom;
    position: relative;
    min-width: 920px;
}
/* Top menu */
.lowrider-depot .top-menu {
    text-align: right;
    padding: 5px 0  15px;
}
.lowrider-depot header .top-menu a,
.lowrider-depot header .top-menu span {
    color: #ccc;
    font-size: 13px;
    display: inline-block;
    margin: 0 7px;
}
.lowrider-depot header .top-menu  .cart {
    background: url('../images/icons/cart.jpg') no-repeat left center;
    padding-left: 20px;
}
/* Search */
.lowrider-depot .search {
    display: inline-block;
    position: relative;
    z-index: 50;
}
.lowrider-depot .search input[type="search"] {
    background: #fff;
    font: 13px/100% 'Lato', sans-serif;
    color: #888;
    width: 250px;
    border: none;
    height: 15px;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1px 10px;
    -webkit-box-shadow: inset 1px 2px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    inset 1px 2px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         inset 1px 2px 4px 0px rgba(0, 0, 0, 0.75);
}
.lowrider-depot .search input[type="submit"]{
    position: absolute;
    top: 3px;
    right: 10px;
    width: 12px;
    height: 11px;
    background: url('../images/icons/search.png') no-repeat left center;
    border: none;
    text-indent: -1000px;
    overflow: hidden;
}

/* jquery-autocomplete */
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-autocomplete.ui-widget {
    font-size: 100%;
}
.ui-autocomplete.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
.ui-autocomplete.ui-front {
    z-index: 200;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#acloading,
#acloading:before,
#acloading:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#acloading {
    color: #ec1f27;
    font-size: 2px;
    line-height: 1;
    margin: 1px 0 0 0;
    position: absolute;
    display: none;
    top: 0;
    right: 45px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    z-index: 99999;
}
#acloading:before,
#acloading:after {
  content: '';
  position: absolute;
  top: 0;
}
#acloading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#acloading:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* ***************************************
** edit these items to match site's theme
**************************************** */
.ui-autocomplete.ui-widget-content {  /* dropdown menu */
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #666666;
    width: 248px !important;
    line-height: 1.2;
}
.ui-autocomplete-category {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    padding: 0.75em 1em 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #eee;
    list-style: none;
}
.ui-autocomplete.ui-menu .ui-menu-item {  /* individual dropdown menu items */
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 0;
    position: relative;
}
.ui-autocomplete.ui-menu .ui-menu-item span {
    font-weight: 700;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
    display: block;
    color: #ec1f27 !important;
    text-decoration: none !important;
    word-wrap: break-word;
    padding: 0.3em 1em;
}
.ui-autocomplete.ui-menu .ui-menu-item:hover a,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {  /* hover style of menu items */
    color: #ffffff !important;
    text-decoration: none !important;
    background: #ec1f27;
}

/* Main menu */
.lowrider-depot header .main-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.lowrider-depot header .main-menu li {
    display: inline-block;
    margin: 0 15px;
}
/*.lowrider-depot header .main-menu li:first-child {margin-left: 0;} */
.lowrider-depot header .main-menu li a {
    display: block;
    color: #fff;
    line-height: 125%;
    padding-bottom: 1px;
}
.lowrider-depot header .main-menu li.active a,
.lowrider-depot header .main-menu li a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none !important;
    padding-bottom: 0;
}
/* Drop menu */
ul.main-menu LI {
    z-index: 15;
    cursor: pointer;
    display: inline;
    position: relative;
}
ul.main-menu LI:hover UL {
   display: block;
}
ul.main-menu UL {
    padding:10px 0px;
    left: 0;
    width: 150px;
    display: none;
    background: #000;
    position: absolute;
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.22);
}
ul.main-menu UL LI {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    /*border-top: 1px solid #fff;*/
}
ul.main-menu UL A {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    text-decoration: none !important;
    color: #fff!important;
    padding: 9px 15px;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
}
ul.main-menu UL A:hover {
    text-decoration: none !important;
    color: #ec1f27 !important;
}
ul.drop-down li a {
    text-decoration: none !important;
}
.lowrider-depot  header .red-line {
    background: #b1002c;
    height: 1px;
    position: absolute;
    top: 79px;
    left: 50%;
    width: 50%;
    z-index: -1;
}
.lowrider-depot  header .container {position: relative;}
.lowrider-depot  header .container .red-line  {
    left: 0;
    width: 100%;
}
/*  Content  */
.lowrider-depot #content {min-width: 920px;}
.lowrider-depot #content .container {
    background: #fff ;
    height: 100% !important;
    display: table;
}
.lowrider-depot #content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #222;
    padding-bottom: 12px;
}
.lowrider-depot #content h2 {
    font-size: 36px;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    color: #222;
    line-height: 120%;
    margin-bottom: 12px;
}
/*  Slider  */
.lowrider-depot .slider {
    position: relative;
    z-index: 1;
}
.lowrider-depot .slide{
    width: 100%;
    line-height: 0;
    display: none;
}
.lowrider-depot .slider .slide img {width: 100%;}
.lowrider-depot .slider .prev,
.lowrider-depot .slider  .next {
    background: url("../images/bg/prev-next.png") no-repeat right top;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 120;
    width: 70px;
    height: 120px;
    margin: -60px 0 0 -477px;
}
.lowrider-depot .slider  .next {
    background-position: left top;
    margin: -60px  0 0 407px;
}
/* Links */
.lowrider-depot  .links a{
    float: left;
    width: 230px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
}
.lowrider-depot  .links a span {
    position: absolute;
    top: 7px;
    left: 15px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

/***SIDEBAR***/

#content .sidebar.left {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 100%;
    background-color: #dddddd;
    padding: 5px 0 0;
    margin: 60px 0 0 25px;
}
#content .categories-area {
    padding: 5px 0 15px;
}
#content .categories-area h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    padding: 2px 10px 5px 15px;
}
#content .accordion-menu ul ul {
    display: none;
}
#content .accordion-menu ul li.active ul {
    display: block;
}
#content .categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .categories-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .categories-list A,
#content .categories-list A:link,
#content .categories-list A:visited {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    padding: 4px 15px 6px 15px;
    word-wrap: break-word;
}
#content .categories-list li > A img {
    vertical-align: -3px;
}
#content .categories-list > li > A:before {
    content: "+";
    display: inline-block;
    vertical-align: -1px;
    width: 0.75em;
    font-size: 18px;
    text-align: center;
    padding-right: 5px;
}
#content .categories-list > li.active > A:before {
    content: "-";
}
#content .categories-list > li.noSubs > A:before,
#content .categories-list > li.noSubs > A:after {
    display: none;
}
#content .categories-list > li > A:hover,
#content .categories-list > li.active > A,
#content .categories-list > li.active > A:link,
#content .categories-list > li.active > A:visited,
#content .categories-list > li.active > A:hover,
#content .categories-list > li.active > A:active
{
    text-decoration: none;
    color: #ffffff;
    background: #f37421;
}
#content .categories-list > li > ul > li > A,
#content .categories-list > li > ul > li > A:link,
#content .categories-list > li > ul > li > A:visited {
    background: #cccccc;
}
#content .categories-list > li > ul > li.active-category > A,
#content .categories-list > li > ul > li.active-category > A:link,
#content .categories-list > li > ul > li.active-category > A:visited,
#content .categories-list > li > ul > li > A:hover,
#content .categories-list > li > ul > li > A:active
{
    text-decoration: none;
    color: #ffffff;
    background: #cccccc;
}

/* Main */
.lowrider-depot .main {
    width: 870px;
    padding: 25px;
}
div.admin {
    min-height:450px;
}
div.admin .listnav{
    height:100%;
    min-height: 140px !important;
}
div.admin ul li{
    list-style-type: none;
}
div.admin h2{
    font-size:20px !important;
}
div.myaccount {
    height:100%;
    min-height: 260px ;
}
div.myaccount .listnav{
    margin-right: 20px;
    min-height: 110px !important;
}
div.myaccount ul li{
    list-style-type: none;
}
div.myaccount h2{
    font-size:20px !important;
}
.lowrider-depot .main strong {
    font-weight: 900;
    color: #ec1f27;
}
/* Products */
.lowrider-depot #content .products h3,
.lowrider-depot #content .products h4 {
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    line-height: 120%;
    text-transform: uppercase;
    color: #ec1f27;
    border-bottom: 1px solid #ec1f27;
    padding: 25px 0 5px;
    margin: 0;
}
.lowrider-depot #content .products h4 {font-size: 18px;}
.lowrider-depot #content .products .product {
    /* width: 195px; */
    padding: 0 15px 20px;
    display: table-cell;
    position: relative;
}
.lowrider-depot #content .products .product:before {
    border-bottom: 1px solid #999;
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
}
.lowrider-depot #content .products .wrap {margin: 0 -15px 15px;}
.lowrider-depot #content .products .product-image {
    display: table-cell;
    height: 182px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
    width: 100%;
}
.lowrider-depot #content .products .product-image img {width :100%;}
.lowrider-depot #content .products .product-name {
    color: #ec1f27;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.lowrider-depot #content .products p {
    font-size: 11px;
    line-height: 130%;
    text-transform: uppercase;
    min-height: 43px;
}
.lowrider-depot #content .products .qty ,
.lowrider-depot #content .description-product .qty {
    float: left;
    color: #5f6062;
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
}
.lowrider-depot #content .description-product .qty {margin-top: 15px;}
.lowrider-depot #content .products .qty input[type="text"],
.lowrider-depot #content .description-product .qty input[type="text"]{
    width: 30px;
    height: 15px;
    border: 1px solid #5f6062;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 2px 5px;
    font-size: 11px;
}
.lowrider-depot #content .products .price {
    float: right;
    width: 115px;
    font-size: 12px;
    color: #5f6062;
    font-weight: 700;
}
.lowrider-depot #content .products .price span {font-weight: 400;}
.lowrider-depot #content .products .price button,
.lowrider-depot #content .productInfo .add-to-cart,
.lowrider-depot #content .buttons button,
.lowrider-depot #content .buttons a,
#mobile-app-reg-page .button{
    background: #ec1f27;
    font: 700 12px/100% "Lato", sans-serif;
    height: 19px;
    color: #fff;
    border: none;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    border-radius : 5px;
    padding: 2px 7px 4px;
    cursor: pointer;
    margin-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lowrider-depot #content .description-product .add-to-cart {margin-left: 30px;}
/* Tabs */
.lowrider-depot #content .tabs-description {margin: 45px 0 25px;}
.lowrider-depot #content .tabs ul li a {
    float: left;
    padding: 13px 20px;
    font-size: 13px;
    line-height: 100%;
    font-weight: 700;
    color: #222;
    list-style-type: none;
    background: #f6f6f6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ececec 100%);
    background: -o-linear-gradient(top,  #f6f6f6 0%,#ececec 100%);
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#ececec 100%);
    background: linear-gradient(to bottom,  #f6f6f6 0%,#ececec 100%);
    border: 1px solid #999;
    border-left: none
}
.lowrider-depot #content .tabs ul li a:first-child {border-left: 1px solid #999;}
.lowrider-depot #content .tabs ul li a.active,
.lowrider-depot #content .tabs ul li a:hover {
    color: #ec1f27;
    background: #fff;
    text-decoration: none;
    border-top: 1px solid #ec1f27;
    border-bottom: 1px solid #fff;
}
.lowrider-depot #content .tabs .box {
    margin-top: 20px;
    float: left;
}
.lowrider-depot #content .tabs .box ul li a {
    border:none;
}
.lowrider-depot #content .tabs .box ul li {
    /*list-style-type: square;*/
}


.lowrider-depot #content .tab-area {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    padding: 20px 30px;
    margin-top: -1px;
}
.lowrider-depot #content .tab-area p {
    font-size: 12px;
    padding-bottom: 20px;
}
.lowrider-depot #content .tab-detail {display: none;}
.lowrider-depot #content #tab-1 {display: block;}
/* Breadcrumb */
.lowrider-depot #content .breadcrumb {
    font-size: 12px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
}
.lowrider-depot #content .breadcrumb a {
    font-size: 12px;
    font-weight: 400;
    color: #ec1f27;
}
/* Gallery */
.lowrider-depot .gallery {position: relative;}
.lowrider-depot .carousel {
    margin: 0 10px 12px;
    width: 100%;
}
.lowrider-depot #content .carousel a {
    width: 100px;
    height: 53px;
    overflow: hidden;
    float: left;
    margin: 0 3px;
}
.lowrider-depot #content .carousel a img {width: 100%;}
.lowrider-depot .gallery .prev-carousel,
.lowrider-depot .gallery .next-carousel {
    background: url("../images/bg/prev-next-carousel.png") no-repeat right top;
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 19px;
    z-index: 120;
    cursor: pointer;
}
.lowrider-depot .gallery .next-carousel {
    background-position: left top;
    left: auto;
    right: 0;
}
.lowrider-depot .large-image {
    width: 100%;
    overflow: hidden;
}
.lowrider-depot #content .large-image img {max-width: 100%;}
.lowrider-depot .caption {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #666;
    margin: 10px 0 20px;
}
/* Product detail */
.lowrider-depot #content  .image-product {
    width: 410px;
    float: left;
    margin-right: 40px;
    margin-top: 13px;
    text-align: center;
}
.lowrider-depot #content .image-product img {max-width: 100%;}
.lowrider-depot #content .productInfo {
    width: 420px;
    float: right;
    padding-top: 42px;
    margin-top: 13px;
}
.lowrider-depot #content .productInfo  {
    font-size: 14px;
    color: #333;
    line-height: 120%;
    padding-bottom: 10px;
}
.lowrider-depot #content .productInfo  strong {color: #333;}
.lowrider-depot #content .productInfo .desc  {text-transform: uppercase;}
.lowrider-depot #content .productInfo .desc  strong{
    text-transform: none;
    display: block;
}
.lowrider-depot #content .productInfo a {
    font-size: 14px;
    color: #ec1f27;
}
.lowrider-depot #content .sort {
    background: #d2d4d3;
    padding: 3px 15px;
}
.lowrider-depot #content .sort label {
    font-size: 12px;
    font-weight: 700;
    color: #5f6062;
}
.lowrider-depot #content .buttons {
    background: #d2d4d3;
    padding: 4px 8px;
}
.lowrider-depot #content .buttons.bottom{border-top: 1px solid #5f6062;}
.lowrider-depot #content .buttons a,
.lowrider-depot #content .buttons button {
    margin: 0 30px 0 0;
    display: inline-block;
}
.lowrider-depot #content .buttons a {height: auto;}
.lowrider-depot #content .buttons a:hover {text-decoration: none;}
.lowrider-depot #content .buttons a.black,
.lowrider-depot #content .buttons button.black {background: #222;}
.lowrider-depot #content .buttons .view-cart {
    background-image: url("../images/icons/view-cart.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-left: 10px;
}
.lowrider-depot #content .pagination {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #5f6062;
    padding: 6px 15px;
}
.lowrider-depot #content .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lowrider-depot #content .pagination ul li {
    display: inline-block;
    margin: 0 2px;
}
.lowrider-depot #content .pagination ul li.active a,
.lowrider-depot #content .pagination ul li a:hover {
    font-weight: 700;
    color: #3e2d84;
    text-decoration: none;
}
.lowrider-depot #content .red-link {
    color: #ec1f27;
    text-decoration: underline;
}
.lowrider-depot #content .red-link:hover {text-decoration: none;}
.lowrider-depot #content .bottom-info {margin-top: 10px;}
.lowrider-depot #content .bottom-info p{
    font-size: 12px;
    color: #5f6062;
    padding-bottom: 5px;
}
.lowrider-depot #content .bottom-info p strong{
    font-weight: 700;
    color: #5f6062;
}
/*  Footer  */
.lowrider-depot footer {
    padding: 15px 0;
    min-width: 920px;
}
.lowrider-depot footer a {color: #fff;}
.lowrider-depot footer p {
    line-height: 170%;
    font-size: 12px;
    font-weight: 400;
}
.lowrider-depot footer .block {
    float: left;
    width: 180px;
    padding: 0 0 20px 25px;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lowrider-depot footer h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 130%;
    margin: 12px 0 7px;
}
.lowrider-depot footer ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 3px 0;
    font-size: 12px;
}
.lowrider-depot footer .small-logo {
    display: inline-block;
    line-height: 0;
    margin: 0 0 7px -45px;
}
/* Copyrights */
.lowrider-depot .copyrights {
    font-size: 10px;
    color: #fff;
    margin-left: 25px;
}
.lowrider-depot .copyrights a {margin: 0 8px;}
.lowrider-depot .copyrights a:first-child {margin: 0;}
/* Custom CSS  */
#content #find H1, #content #to H1, #content .bg-title {
    background: #f37421;
    padding: 8px 17px;
    /*font: 18px/100% "lato-bold";*/
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}
/*
#content #find table, #content #find table.prodTable tr,
#content #find table.prodTable {
    max-width: 870px !important;
}
#content #find table.prodTable tr td{
    max-width: 190px !important;
}
#content .prodTable A {
    display: inline-block;
    text-decoration: none;
}
#content .prodTable.thumbs A.prodTitle {
    margin: .5em 0;
    color: #ff0000;
}

#content .prodTable A:hover {
    text-decoration: underline;
}
#content .prodTable td {
    padding-right: 10px;
}
*/

#content  .button-bar { /* find page buttons in a bar */
    clear: left;
    position: relative;
}
#content .button-bar .btn {
    margin: 2px 10px 5px;
}

/*** PRODUCT LIST PAGE ***/
span.categoryMatch {
    color: green;
}
.refinements-box {
    position: relative;
    background: #dddddd;
    padding: 10px;
}
.narrowby-div {
    margin-bottom: 5px;
}
#narrowByStr, #narrowByPrice, #narrowByAvail {
    position: absolute;
    top: 10px;
    left: 325px;
}
.items {
    float: left;
    display: inline-block;
    padding: 5px 10px;
}
#find-page .items .pageContents,
#find-page .items .itemsperpage {
    display: inline-block;
    margin-left: 10px;
}
#find-page .items .itemsperpage {
    margin-top: -2px;
    padding: 2px;
}
#find-page .button-bar {
    /* show or hide here */
}
#find-page .prodbutton {
    /* inline add-to-cart button position, style */
}
.pagination-box {
    float: right;
    display: inline-block;
    padding: 5px 10px;
}
.pagination-box span {
    font-weight: bold;
}
.pagination-box a:hover img {
    opacity: 0.6;
}
#find-page .items.viewby {
    margin: 0 0 0 50px;
}
#find-page .items.viewby a.list, #find-page .items.viewby a.grid {
    display: inline-block;
    vertical-align: bottom;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
#find-page .items.viewby a.list {
    background: #efefef url("../../../images/site/list.png") no-repeat center center;
}
#find-page .items.viewby a.grid {
    background: #efefef url("../../../images/site/grid.png") no-repeat center center;
}
#find-page .items.viewby a.list:hover, #find-page .items.viewby a.list.active,
#find-page .items.viewby a.grid:hover, #find-page .items.viewby a.grid.active {
    background-color: #fff;
}
#find-page .items.viewby .pipe {
    display: none;
}
#find-page #catmatch {
    margin-bottom: 1em;
    max-width: 100%;
}
#find-page #prodgroups {
    clear: both;
}
#find-page #prodgroups table th:last-child {
    text-align: center !important;
}
#find-page #prodgroups table th img {
    position: absolute;
    right: 5px;
}

/***product grid display***/
#find-page .thumb ul {
    list-style: none;
    width: inherit;
    margin: 0;
    padding: 0;
}
#find-page .thumb ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    color: #666;
    width: 15%;
    margin: 0.5em 2% 1.5em;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#find-page .thumb ul li .image {
    display: block;
    text-align: center;
    height: 100px;
    margin: 0;
    padding: 0;
}
#find-page .thumb ul li .image:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#find-page .thumb ul li .image a {
    display: inline-block;
    font-size: 1px;
    line-height: 0;
}
#find-page .thumb ul li .image img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 98%;
    max-height: 100%;
}
#find-page .thumb ul li .prodDesc {
    display: block;
    padding: 10px 0;
    height: 4.25em;
    overflow: hidden;
}
#find-page .thumb ul li .prodTitle {
    display: block;
}
#find-page .thumb ul li .prodQty {
    float: left;
    font-weight: bold;
    font-size: 11px;
    padding-top: 0.75em;
}
#find-page .thumb ul li .prodQty .inputQtyBody {
    font-size: 12px;
    text-align: center;
    width: 1.5em;
}
#find-page .thumb ul li .prodPrice {
    float: right;
    font-size: 11px;
}
#find-page .thumb ul li .prodPrice span {
    font-weight: bold;
}
#find-page .thumb ul li .prodPrice span.yourprice {
    color: #333;
    font-size: 12px;
}
#find-page .thumb .compareBox {
    clear: both;
    padding-top: 4px;
}

/***product list display***/
#find-page .product-table-header ul {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#find-page .product-table-header ul li {
    list-style: none;
    display: table-cell;
    font-weight: bold;
    min-width: 38%;
    text-align: left;
    white-space: nowrap;
}
#find-page .product-table-header ul li:first-child {
    width: 12.25%;
    min-width: 95px;
}
#find-page .product-table-header ul li:last-child {
    text-align: right;
}

#find-page .text ul {
    list-style: none;
    width: inherit;
    margin: 0;
    padding: 0;
}
#find-page .text ul li {
    list-style: none;
    vertical-align: top;
    color: #666;
    width: 100%;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
}
#find-page .text ul li div {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
#find-page .text ul li .image {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 0 30px 0 100px;
}
#find-page .text ul li .image img {
    display: inline-block;
    overflow: hidden;
}
#find-page .text ul li .prodDesc {
    padding-top: 5px;
    max-width: 325px;
}
#find-page .text ul li .prodTitle {
    display: block;
}
#find-page .text ul li .prodQty {
    margin-top: -60px;
    float: left;
}
#find-page .text ul li .prodQty .inputQtyBody {
    text-align: center;
    width: 2em;
}
#find-page .text ul li .prodPrice {
    margin-top: -62px;
    float: right;
}
#find-page .text ul li .prodPrice span {
    font-weight: bold;
}
#find-page .text ul li .prodPrice span.yourprice {
    color: #333;
    font-size: 16px;
}
#find-page .text div.compareBox {
    display: inline-block;
    float: right;
    height: 20px;
    vertical-align: top;
    margin-top: -38px;
}

#find-page p.pageContentsLabel {
    font-weight: normal;
    clear: both;
    padding-top: 25px;
    line-height: 139%;
}
#find-page p.pageContentsLabel span {
    font-weight: bold;
}

/*** Featured Find, Featured To ***/

#featuredFind > TABLE,
#featuredTo > TABLE {
    width: 100%;
}

#featuredFind a,
#featuredTo a {
    font-size: 18px;
}



/* btn-groups */
#content .btn-groups {
    background: #DDDDDD;
    padding: 4px 8px 0;
    /* margin: 0 0 15px; */
}
#content .btn-groups.bottom {
    border-top: 1px solid #ff0000;
}
#content .btn-groups>A{
    float: left;
    margin-left: 20px;
}
#content .btn-groups>:first-child{
    margin-left: 0;
}
#content .btn{
    display: inline-block;
    background: #ff0000;
    font: 700 12px/100% "Lato", sans-serif;
    color: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 9px;
    text-align: center;
    margin: 0 0 5px;
    position: relative;
    text-decoration: none;
}
#content #shopcart .btn{
    margin-bottom: 0;
}
#content .btn.red{
    background: #ff0000;
    padding-left: 28px;
}
#content .btn.red-noicon {
    background: #ff0000;
}
#content .btn.checkout{
    padding-left: 9px;
}
#content .btn.red:after{
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 17px;
    height: 13px;
}/*
#content .btn.checkout:after{
    background:  url("../images/icons/sprite.png") 0 0 no-repeat;
}
 */
#content .btn.view-cart:after{
    background:  url("../images/icons/sprite.png") 0 -286px no-repeat;
}
.inputQtyBody {
    border: 1px #000000 solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 2px;
    width: 30px;
    color: #343434;
}
.bottom-rule  {
    padding-top: 10px;
}
#product table{
    max-width: 820px;
}
#product .productInfo h2{
    font-size: 24px;
}
#product td.productInfo{
    padding:0px 20px 20px 20px;
}
#product td.productImg{
    width: 410px;
    /*height: 410px;*/
}
#product .productImg img{
    max-width: 410px;
    /*max-height: 410px;*/
    border: none !important;
}
#content h1 {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #222;
    line-height: 120%;
}
.login h2 {
    font-size: 24px !important;
}
.tabs ul li {
    list-style-type: none;
}
.tabs ul li ul li a{
    border: none;
}
.lowrider-depot #content .featuredPrice a {
    float: right;
    background: #ec1f27;
    font: 700 12px/100% "Lato", sans-serif !important;
    height: 19px;
    color: #fff;
    border: none;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    border-radius : 5px;
    padding: 4px 7px 4px;
    cursor: pointer;
    margin-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.product li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 195px;
    margin-right: 1.45em;
}
ul.product li:nth-child(4n) {
    margin-right: 0;
}
.italics {
    font-style: italic;
}
#mobile-app-reg-page strong {
    color:#000;
}
#MobileAppRegForm textarea {
    width: 236px;
    height: 60px;
}
#MobileAppRegForm .button {
    margin-left: 410px;
}
#shipinfoupdate tr td a{
   color: #ec1f27 !important;
   font-weight:bold;
   text-decoration: underline !important;
}
#shipinfoupdate input::-webkit-input-placeholder {
	color: red;
	font-style: italic;
}
#shipinfoupdate input::-moz-placeholder {
	color: red;
	font-style: italic;
}
#shipinfoupdate input:-moz-placeholder {   /* Older versions of Firefox */
	color: red;
	font-style: italic;
}
#shipinfoupdate input:-ms-input-placeholder {
	color: red;
	font-style: italic;
}

#content #catDDList1 > ul > li,
#content ul.catDDThumbs li,
#topcategories ul li {
    display: inline-block;
    vertical-align: top;
    width: 16.5%;
    margin: 20px 2%;
    line-height: 1.4;
    background: rgba(0,0,0,0.8);
}
#content ul.catDDThumbs li, #topcategories ul li {
    text-align: center;
    list-style: none;
}
#content ul.catDDThumbs li ul li {
    border: none;
}
ul.catDDThumbs li .image,
#topcategories ul li .image {
  display: block;
  text-align: center;
  height: auto;
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.catDDThumbs li .image .c,
#topcategories ul li .image .c {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
}
ul.catDDThumbs li .image IMG,
#topcategories ul li .image IMG {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}
ul.catDDThumbs li .catDDHead,
ul.catDDThumbs li .catDDList,
#topcategories ul li .catDDHead {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 5px;
    background: #fff;
}
#content ul li .catDDList ul {
    width: 100%;
}
#content ul li .catDDList ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0.25em 0;
    width: 100%;
}
#content ul.catDDThumbs .catDDHead a,
#content ul.catDDThumbs .catDDHead a:visited {
    text-align: center;
    text-decoration: none;
}
#content ul.catDDThumbs .catDDHead a:hover {
    text-decoration: underline !important;
}
#content ul.catDDThumbs > li > a,
#content ul.catDDThumbs > li > a:visited,
#content ul.catDDThumbs .catDDHead > a,
#content ul.catDDThumbs .catDDHead > a:visited {
    color: #666;
}
#content ul.catDDThumbs > li > a:hover,
#content ul.catDDThumbs .catDDHead > a:hover {
    color: #666;
    text-decoration: none;
}
.catDDExtra {
    margin-top: 3em;
    line-height: 1.4;
}
.catDDExtra span {
    font-weight: bold;
}
#topcategories ul li .catDDHead span {
    display: inline-block;
    height: auto;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#topcategories ul li a:hover .catDDHead span {
    text-decoration: underline;
}

/* Quick Buy Groups */
#quickbuygroups-page ul li .image {
    display: block;
    text-align: center;
    height: auto;
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#quickbuygroups-page li .image:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#quickbuygroups-page ul li .image a {
    display: inline-block;
    font-size: 1px;
    line-height: 0;
}
#quickbuygroups-page ul li .image img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 95%;
    max-height: 95%;
    width: 150px;
    height: 150px;
}
#quickbuygroups-page ul li .image img:hover {
    opacity: 0.9;
}

/* Product Configurator */

#prodconfig-page #content #catDDList1 > ul > li,
#prodconfig-page #content ul.catDDThumbs li {
    width: 45%;
    text-align: left;
    margin-left: 0;
    margin-right: 4%;
    border-style: none;
}

#prodconfig-page #content ul.catDDThumbs li .catDDHead,
#prodconfig-page #content ul.catDDThumbs li .catDDList {
    text-align: left;
}

#prodconfig-page #content ul.catDDThumbs li .catDDList {
    border-style: none;
}

#prodconfig-page #content ul.catDDThumbs li .catDDList ul li {
    display: block;
    width: auto;
    margin: 0;;
}

#prodconfig-page #content ul.catDDThumbs li .image {
    text-align: left;
    vertical-align: middle;
    height: 100px;
    padding: 2px 0;
    background: #fff;
    overflow: hidden;
}

#prodconfig-page #content ul.catDDThumbs li .image img {
    max-width: 100%;
    max-height: 100%;
}






/*** PRODUCT DETAIL PAGE ***/

#product-page .addThisButtons i.fa-2x {
    font-size: 1.5em;
    margin-right: 2px;
}

#product-page span.list-price {font-size: 12px; text-decoration: line-through;}

#product-page #content .close-box {
    display: inline-block;
    float: right;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 1px 2px 2px 2px;
    width: 16px;
    height: 16px;
    background: #999999;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#product-page #content .close-box:hover {
    opacity: 0.8;
    text-decoration: none;
}
#product-page #branchavail,
#product-page #cpnmanage {
    padding: 10px;
    background: #ebeef4;
    margin-bottom: 1em;
}
#product-page #branchavail h2 {
    font-size: 14px;
}
#product-page #branchavail ul {
    display: table;
    width: 100%;
}
#product-page #branchavail ul li {
    display: table-row;
}
#product-page span.left,
#product-page span.right {
    display: table-cell;
    width: 50%;
}
#product-page .info-icon {
    display: inline-block;
    font-weight: bold;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none !important;
    line-height: normal;
    padding: 1px 2px 3px 2px;
    margin: 0 .5em;
    width: 14px;
    height: 14px;
    background-color: lightskyblue;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
#product-page .info-icon:hover {
    opacity: 0.8;
    color: #fff !important;
    text-decoration: none !important;
}

#product-page .image-box {
    text-align: center;
    padding: 20px 0;
    margin-right: 2em;
}
#product-page .image-box img {
    margin: 0 5px 0 0;
    padding:0;
}
#product-page .description-box p span,
#product-page .button-box .product-qty span,
#product-page .price-box span.availability {
    font-weight: bold;
}
#product-page .your-price {
    display: inline-block;
    font-size: 26px;
    line-height: 35px;
    margin: 0;
    padding: 15px 0;
}
#product-page .your-price span {
    display: none;
}
.button-box { /* product and reorder pad buttons */
    clear: left;
    position: relative;
    background: transparent;
    padding-bottom: 10px;
}
#product-page .button-box .product-qty {
    display: inline-block;
    margin-right: 10px;
}
#product-page .button-box .btn {
    margin: 0 20px 10px 0;
}
#product-page .prodgroup-box {
    padding: 10px;
    background: #ebeef4;
}
#product-page .prodgroup-box ul {
    list-style: none;
}
#product-page .prodgroup-box ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
#product-page #cpnmanage ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
#product-page .prodgroup-box ul.list-header li,
#product-page #cpnmanage ul.list-header li {
    font-weight: bold;
}
#product-page .prodgroup-box ul li .inputFieldBody,
#product-page #cpnmanage ul li .inputFieldBody {
    width: 120px;
    display: block;
}
#product-page .prodgroup-box a.manage-group,
#product-page #cpnmanage a.manage-cpn {
    display: block;
    margin-top: 1em;
}
#product-page .product-tabs {
    width:50%;
    float:right;
    font-size:12px;
    line-height:16px;
    margin-top: 15px;
}
#product-page .product-tabs h2 {
    font-size: 14px;
}
#product-page .product-tabs td {
    line-height:22px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding:0;
    margin:0;
}
#product-page .product-tabs tr {
    display: table-row;
    vertical-align: middle;
    padding:0;
    margin:0;
}
#product-page .product-tabs tbody {
    display: table-row-group;
    vertical-align: middle;
    padding:0;
    margin:0;
}
#product-page .product-tabs table {
    display: table;
    border-collapse: separate;
    padding:0;
    margin:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-indent: 0px;
}

#product-page .resources-box ul li a {
    font-weight: bold;
}

/* multiple images */
#product-page .image-box {
    width: 100%;
    text-align: center;
}
#product-page #big-image {
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    margin-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: zoom-in;
}
#product-page #big-image.nozoom {
    cursor: default;
}
#product-page #big-image:not(.nozoom):hover {
    border: 1px solid #999;
}
#product-page #big-image:not(.nozoom):hover:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
#product-page #big-image img {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 100%;
    max-height: 400px;
}
#product-page .zoom-note {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding-top: 0.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#product-page #small-images {
    padding: 5px 0;
}
#product-page #small-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#product-page #small-images ul li {
    display: inline-block;
    margin: 3px;
    width: 50px;
    height: 50px;
    border: 1px solid #d4d4d4;
    background: #fff;
    overflow: hidden;
}
#product-page #small-images ul li.active,
#product-page #small-images ul li:hover  {
    /* change to match your theme's link colors, also see cssmatic.com for box-shadow generator */
    border-color: #ff0000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(243,117,33,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(243,117,33,1);
    -ms-box-shadow: 0px 0px 5px 0px rgba(243,117,33,1);
    -o-box-shadow: 0px 0px 5px 0px rgba(243,117,33,1);
    box-shadow: 0px 0px 5px 0px rgba(243,117,33,1);
}
#product-page #small-images ul li a {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
#product-page #small-images ul li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    max-height: 50px;
}

/* end multiple images */

#product-page #content img.mfr-logo {
    display: inline-block;
    vertical-align: middle;
    max-height: 100px;
    max-width: 200px;
    margin-right: 1em;
}

#product-page #content .left-section {
    width: 40%;
    float: left;
    margin-bottom: 20px;
}
#product-page #content .image-box,
#product-page #content .product-description {
    margin-bottom: 20px;
}

#product-page #content .price-box,
#product-page #content .button-box {
    float: right;
    clear: right;
    width: 55%;
    margin-bottom: 20px;
}
#product-page #content .product-tabs {
    width: 100%;
    margin-bottom: 20px;
}
#product-page #content .button-box a.btn {
    margin: 0 0 0 5px;
    vertical-align: baseline;
}

#product-page #content .cart-buttons {
    display: inline-block;
    margin-top: 5px;
    padding: 10px 0;
}

#product-page #content .cart-buttons a.btn {
    vertical-align: top;
    margin-top: 5px;
}

#product-page #content .product-qty {
    display: inline-block;
}

#product-page #content .your-price span,
#product-page #content span.availability {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

#product-page #content .description-box {
    margin: 0 0 20px;
}

#product-page #content .description-box span {
    font-weight: bold;
}

#product-page #content FORM INPUT.inputQtyBody {
    width: 38px;
    height: 20px;
    border: 1px solid #999;
    padding: 0px 3px;
    background: #fff;
    font: 12px/20px Arial, Helvetica, san-serif;
    color: #222;
    margin: 0 0 0 5px;
    cursor: text;
    display: inline-block;
    vertical-align: baseline;
}
#product-page #content FORM INPUT::-moz-placeholder,
#product-page #content FORM INPUT:-ms-input-placeholder,
#product-page #content FORM INPUT::-webkit-input-placeholder {
    font: 12px/190% Arial, Helvetica, san-serif;
    color: #222;
    opacity: 1;
}

#product-page #content #features {
    margin-bottom: 1.5em;
}
#product-page #content #features h2 {

}
#product-page #content #features LI {
    display: list-item;
    line-height: 1.5;
    list-style-position: outside;
    margin-left: 1.2em;
    margin-bottom: 0.25em;
}

#product-page #content #tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 5px;
    border-right: 1px solid #999;
}
#product-page #content #tabs A {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    font-weight: normal;
    color: #747474;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 9px 22px 12px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    background: #ededed;
}
#product-page #content #tabs A:hover {
    color: #ff0000;
}
#product-page #content #tabs A.active {
    background: #fff;
    color: #ff0000;
    position: relative;
    z-index: 1000;
    font-weight: normal;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #fff;
}
#product-page #content #tabs A strong {
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}
#product-page #content #tabs A.active strong {
    background: #fff;
    z-index: 1001;
    bottom: -5px;
    left: 0;
}
#product-page #content #tabs A.active strong.top-bg {
    width: 101%;
    bottom: 30px;
    border-top: 2px solid #db2e2d;
}
#product-page #content .tab-area {
    position: relative;
    z-index: 50;
    margin: -1px 0 25px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    background: #fff;
}
#product-page #content .tab-area .area-bottom {
    padding: 20px 10px;
    position: relative;
}
#product-page #content .detail {
    position: relative;
    left: 14px;
    top: 0;
    float: left;
    width: 100%;
    display: none;
}
#product-page #content .tab-area .area-top UL LI {
    width: 100%;
    display: inline-block;
}
#product-page #content .tab-area .area-top UL LI P {
    margin: 0;
    line-height: 120%;
}
#product-page #content .tab-area .area-top UL LI A {
    color: #873000;
}
#product-page #content .tab-area TABLE {
    width: 96% !important;
}
#product-page #content .tab-area TABLE TD {
    font-size: 13px !important;
    -ms-word-break: break-all;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    text-indent: 0 !important;
    border-bottom: 1px solid #dedede;
}
#product-page #content .tab-area TABLE TD:first-child {
    padding-right: 24px;
}
#product-page #content .tab-area TABLE TD UL LI {
    padding: 0 0 5px 1em;
}
#product-page #content .tab-area TABLE TD UL LI:before {
    background: #333;
    position: absolute;
    margin: 7px 0 0 -12px;
    content: '';
    height: 5px;
    width: 5px;
}

#product-page #content .related-products-box,
#product-page #content .bestseller-products-box,
#product-page #content .lastviewed-products-box {

}

#product-page #content .related-products-box H2,
#product-page #content .bestseller-products-box H2,
#product-page #content .lastviewed-products-box H2 {

}

#product-page #content .related-products-box UL LI,
#product-page #content .bestseller-products-box UL LI,
#product-page #content .lastviewed-products-box UL LI {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 10px 2.5%;
}

#product-page #content .related-products-box UL LI:nth-child(4n+1),
#product-page #content .bestseller-products-box UL LI:nth-child(4n+1),
#product-page #content .lastviewed-products-box UL LI:nth-child(4n+1) {
        margin-left: 0;
}
#product-page #content .related-products-box UL LI:nth-child(4n),
#product-page #content .bestseller-products-box UL LI:nth-child(4n),
#product-page #content .lastviewed-products-box UL LI:nth-child(4n) {
        margin-right: 0;
}

#product-page #content .related-products-box a,
#product-page #content .bestseller-products-box a,
#product-page #content .lastviewed-products-box a {
    display: block;
}

#product-page #content .related-products-box a.btn,
#product-page #content .bestseller-products-box a.btn,
#product-page #content .lastviewed-products-box a.btn {
    display: inline-block;
    vertical-align: middle;
}

#product-page #content .related-products-box a.image,
#product-page #content .bestseller-products-box a.image,
#product-page #content .lastviewed-products-box a.image {
    position: relative;
    display: block;
    height: 100px;
}

#product-page #content .related-products-box a.image:after,
#product-page #content .bestseller-products-box a.image:after,
#product-page #content .lastviewed-products-box a.image:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#product-page #content .related-products-box a.image IMG,
#product-page #content .bestseller-products-box a.image IMG,
#product-page #content .lastviewed-products-box a.image IMG {
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

#product-page #content .related-products-box a.title,
#product-page #content .bestseller-products-box a.title,
#product-page #content .lastviewed-products-box a.title {
    display: block;
    margin-top: 0.25em;
}


#product-page #content .related-products-box UL LI P,
#product-page #content .bestseller-products-box UL LI P,
#product-page #content .lastviewed-products-box UL LI P {
    padding-bottom: 0.25em;
}

#product-page #content .related-products-box span.your-price,
#product-page #content .bestseller-products-box span.your-price,
#product-page #content .lastviewed-products-box span.your-price {
    display: block;
    font-size: 18px;
    padding: 0;
}

#product-page #content .related-products-box input.inputQtyBody,
#product-page #content .bestseller-products-box input.inputQtyBody,
#product-page #content .lastviewed-products-box input.inputQtyBody {
    display: inline-block;
    margin: 10px 2px 10px;
}

#product-page #content .lastviewed-products-box .btn.compare {
    margin-top: 5px;
}

#product-page #content .lastviewed-products-box .compareBox {
    margin-top: 0.25em;
}

/* product page horizontal layout (horizontal=true page param) */
#product-page #content #product_content.horizontal .marketing-text {
    clear: both;
    width: 100%;
    margin-top: 2em;
}
#product-page #content #product_content.horizontal #features li {
    font-size: 13px;
}
#product-page #content #product_content.horizontal .left-section,
#product-page #content #product_content.horizontal .description-box,
#product-page #content #product_content.horizontal .product-description {
    margin-bottom: 0;
}
#product-page #content #product_content.horizontal .left-section {
    float: none;
    width: auto;
}
#product-page #content #product_content.horizontal .image-box {
    width: 50%;
    float: left;
}
#product-page #content #product_content.horizontal .description {
    float: left;
    clear: left;
    width: 50%;
    margin-right: 2em;
}
#product-page #content #product_content.horizontal .price-box,
#product-page #content #product_content.horizontal .button-box,
#product-page #content #product_content.horizontal .price-box .relax.clear {
    float: none;
    clear: none;
    display: inline-block;
    width: 45%;
}
#product-page #content #product_content.horizontal .product-tabs {
    width: 100%;
    float: none;
    clear: both;
}
#product-page #content #product_content.horizontal #features {
    float: none;
    margin-bottom: 0;
}
#product-page #content #product_content.horizontal .tab-area {
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
#product-page #content #product_content.horizontal .tab-area a,
#product-page #content #product_content.horizontal .tab-area a:visited {
    color: #666;
    text-decoration: underline;
}
#product-page #content #product_content.horizontal .tab-area a:hover,
#product-page #content #product_content.horizontal .tab-area a:active {
    color: #666;
    text-decoration: none;
}
#product-page #content #product_content.horizontal #tabs {
    display: none;
}
#product-page #content #product_content.horizontal .tab-area .area-bottom {
    padding: 0;
}
#product-page #content #product_content.horizontal .detail {
    display: block;
    left: 0;
}
#product-page #content #product_content.horizontal .product-tabs h2,
#product-page #content #product_content.horizontal #features h2 {
    font-size: 16px;
    margin: 2em 0 0.5em;
    text-transform: uppercase;
}
#product-page #content #product_content.horizontal .product-tabs .box h2 {
    margin-top: 0;
    font-size: 14px;
    color: #666;
    border: none;
}
#product-page #content #product_content.horizontal .tab-area TABLE {
    min-width: 50%;
    max-width: 65%;
}
#product-page #content #product_content.horizontal .tab-area TABLE TD {
    border-bottom: none;
}
#product-page #content #product_content.horizontal .tab-area TABLE TD:first-child {
    padding: 0;
}

/* QuickBuy styles */

#quickbuy-container {
    position: relative;
    padding: 1.5em 0 0;
}
#quickbuy-container .qbLevel {
    position: relative;
    padding-bottom: 1em;
}
#quickbuy-container #selected_title_1 {
    position: relative;
    padding-bottom: 1em;
    height: 32px;
}
#quickbuy-container #selected_title_1 span {
    display: inline-block;
    vertical-align: baseline;
}
#quickbuy-container #selected_title_1 .seltext {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-left: 1em;
}
#quickbuy-container .goback {
    margin: 0 1em;
    display: inline-block;
}
#quickbuy-container .goback a {
    font-weight: bold;
    color: #333 !important;
    line-height: normal;
}
#quickbuy-container .goback a i.fa {
    display: inline-block;
    vertical-align: baseline;
    font-size: 18px;
    line-height: normal;
    margin-right: 0.25em;
}
#quickbuy-container .rule-below {
    border-bottom: 1px solid #e8e8e8;
}
#quickbuy-container .cbox {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1.0;
    padding: 4px 12px 4px 7px;
    margin: 5px 1.5em 5px 0;
    color: #888;
    text-transform: uppercase;
    border: 1px solid #bbb;
    cursor: pointer;
}
#quickbuy-container .cbox i.fa {
    font-size: 20px;
    text-align: left;
    line-height: 12px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0.5em 0 0;
    color: #333 !important;
    border: 1px solid #bbb;
    overflow: visible;
}
#quickbuy-container .cbox i.fa:before {
    opacity: 0;
}
#quickbuy-container .cbox:hover, #quickbuy-container .cbox.active {
    color: #333;
}
#quickbuy-container .cbox:hover i.fa:before, #quickbuy-container .cbox.active i.fa:before {
    opacity: 1.0;
}
#quickbuy-container .cbox.smaller {
    font-size: 12px;
    padding: 3px 10px 3px 6px;
    margin-right: 1em;
}
#quickbuy-container .cbox.smaller i.fa {
    font-size: 15px;
    line-height: 8px;
    width: 8px;
    height: 8px;
    text-indent: -1px;
}
#quickbuy-container .seltitle {
    padding: 0.25em 0;
    margin-right: 1em;
}
#quickbuy-container .seltype {
    margin-left: 1em;
}
#quickbuy-container .button-bar {
    background: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
#quickbuy-container .lastLevel {
    display: none;
}
#quickbuy-container .lastLevel #prodDataTable {
    border-top: 1px solid #e8e8e8;
    border-collapse: collapse;
}
#quickbuy-container .lastLevel #prodDataTable td {
    border-bottom: 1px solid #e8e8e8;
}
#quickbuy-container .lastLevel #prodDataTable thead {
    display: none;
}
#quickbuy-container .lastLevel #prodDataTable img {
    display: inline-block;
    max-width: 50px;
    max-height: 50px;
}
#quickbuy-container .lastLevel #prodDataTable td.image_cell {
    text-align: center;
}
#quickbuy-container .lastLevel #prodDataTable tr.group td {
    padding-top: 4px;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    background: #f5f5f5;
}
#quickbuy-container .dataTables_wrapper {
    clear: none;
}
#quickbuy-container #loading-image {
    display: none;
    text-align: center;
    padding: 3em 0;
}
#quickbuy-container #loading-image img {
    display: inline-block;
    vertical-align: middle;
}
#quickbuy-container .inputQtyBody {
    width: 3.25em;
    margin-right: 0.25em;
}
#quickbuy-container strong {
    color: #333;
    font-weight: bold;
}
#quickbuy-container #totItems {
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
#quickbuy-container .dataTables_filter {
    display: inline-block;
    float: right;
    line-height: 1.0;
    margin-top: 15px;
}
#quickbuy-container .dataTables_filter input {
    display: inline-block;
    -webkit-appearance: textfield;
    height: 24px;
    margin-left: 0.5em;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#quickbuy-container .btn.clear-search {
    display: inline-block;
    line-height: 1.0;
    position: relative;
    float: right;
    margin-top: 15px;
    height: 24px;
    padding: 5px 12px;
    z-index: 20;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#quickbuy-container #prodgroups input[type="radio"] {
    display: inline-block;
    margin: 0 0.5em 0 33%;
}
#quickbuy-container #prodgroups table tr th:last-child {
    text-align: center !important;
}
#quickbuy-container #prodgroups table tr th:last-child img {
    position: absolute;
    right: 1em;
    top: 0.75em;
}

/* QuickBuy Promo Link */

.quickbuy-promo-link,
.prodconfig-promo-link {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #999;
}
.quickbuy-promo-link {
    background: #cccccc url('../../../images/style/quickbuy-promo.png') no-repeat center center;
}
.prodconfig-promo-link {
    background: #cccccc url('../../../images/style/prodconfig-promo.png') no-repeat center center;
}
.quickbuy-promo-link:before,
.prodconfig-promo-link:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    height: 100%;
    width: 0;
}
.quickbuy-promo-link span,
.prodconfig-promo-link span {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
