/* header */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
#hd-logo, #hd-search, #hd-cart, #hd-cart-list, #hd-cart-total, #main-carousel {
  margin-bottom: 10px;
}
#hd-categories {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
  z-index: 9999;
}
#hd-categories .navbar-brand,
#hd-categories .navbar-nav > li > a {
  color: #fff;
}
#hd-categories .navbar-nav > li > a:hover,
#hd-categories .navbar-nav > li > a:focus {
  background-color: #265a88;
}
#hd-categories .navbar-nav > .open,
#hd-categories .navbar-nav > .active {
  background-color: #fff;
}
#hd-categories .navbar-nav > .open > a,
#hd-categories .navbar-nav > .active > a {
  background-image: none;
  background-color: #265a88;
}
#hd-categories .navbar-toggle {
  border-color: #fff;
}
#hd-categories .navbar-toggle:hover,
#hd-categories .navbar-toggle:focus {
  background-color: #265a88;
}
#hd-categories .navbar-toggle .icon-bar {
  background-color: #fff;
}
#navbar-2 > ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.yamm .yamm-content {
  background-color: #fff;
  padding-bottom: 10px;
}
.yamm-col {
  padding-bottom: 20px;
}
.yamm-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
}
/* general */
@media (min-width: 1200px) {
  .container {
    width: 98%;
  }
}
@media print {
  a[href]:after {
    content: none;
  }
}
h1.main {
  font-size: 26px;
  margin-top: 0;
}
h1.main .small {
  padding: 2px 0;
}
h4.sub {
  margin-bottom: 5px;
}
section {
  border-top: 1px solid #000;
}
section h2 {
  font-size: 20px;
  margin-top: 10px;
}
.highlight {
  color: #CC0000;
}
.indent-sm {
  padding-left: 10px;
}
.indent-lg {
  padding-left: 30px;
}
.form-button-sm,
.spacer-sm,
.form-inline {
  margin-bottom: 10px;
}
.form-button,
.spacer-md {
  margin-bottom: 20px;
}
.form-inline label {
  margin-right: 5px;
}
.form-inline .form-group {
  min-width: 50%;
}
.form-space {
  margin-top: 15px;
}
.pop-space,
.captcha {
  margin-top: 10px;
}
.captcha {
  display: inline-block;
  text-align: center;
}
.break {
  padding-top: 10px;
}
.product {
  width: 250px;
}
.product p,
.product-pricing p,
.no-pad {
  margin: 0;
}
.product p.desc {
  margin-bottom: 10px;
}
.product .btn,
.pagination {
  margin-top: 5px;
  margin-bottom: 15px;
}
.product-img {
  position: relative;
  width: 250px;
  height: 250px;
  border: 1px solid #ddd;
}
.product-addl-img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cart-img {
  position: relative;
  width: 64px;
  height: 64px;
}
.product-img img,
.cart-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-img-help {
  width: 250px;
  text-align: center;
}
.tab-content {
  margin: 10px;
}
.product-divider {
  border-top: 1px solid #000;
  margin: 10px 0;
}
.product-cmp {
  margin-left: 10px;
}
.col-md-12 .product {
  width: 100%;
}
.col-md-12 .product .btn {
  margin-bottom: 10px;
}
.col-md-12 .product-img {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.col-md-12 .product-cmp {
  display: block;
}
.col-md-12 .product-info,
.col-md-12 .product-info-narrow,
.col-md-12 .product-price {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.col-md-12 .product-info {
  width: 590px;
}
.col-md-12 .product-info-narrow {
  width: 350px;
}
.col-md-12 .product-price {
  border-left: 1px solid #ddd;
}
.page-results,
.top-spacer {
  margin-top: 5px;
}
.panel-body h4,
td > h5 {
  margin-top: 0;
}
td > h5 {
  margin-bottom: 0;
}
.cart-qty input {
  width: 75px;
  margin: 0 auto;
}
.embed-popup-sm {
  padding-bottom: 250px;
}
.embed-popup-lg {
  padding-bottom: 400px;
}
.table > tbody > tr.no-bg {
  background-color: transparent;
}
.g-light, .y-light, .r-light {
  font-weight: bold;
}
.g-light {
  color: #00A000;
}
.y-light {
  color: #A0A000;
}
.r-light {
  color: #A00000;
}
.rating-help {
  width: 200px;
}
/* footer */
.social {
  color: #fff;
  background-color: #444;
}
.social h4 {
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
}
.social a {
  background-image: url('/images/social.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}
.facebook {
  background-position: 0 0;
}
.facebook:hover {
  background-position: 0 -64px;
}
.google {
  background-position: -192px 0;
}
.google:hover {
  background-position: -192px -64px;
}
.linkedin {
  background-position: -256px 0;
}
.linkedin:hover {
  background-position: -256px -64px;
}
.pinterest {
  background-position: -320px 0;
}
.pinterest:hover {
  background-position: -320px -64px;
}
.twitter {
  background-position: -512px 0;
}
.twitter:hover {
  background-position: -512px -64px;
}
.youtube {
  background-position: -640px 0;
}
.youtube:hover {
  background-position: -640px -64px;
}
.instagram {
  background-position: -704px 0;
}
.instagram:hover {
  background-position: -704px -64px;
}
.reverb {
  background-position: -768px 0;
}
.reverb:hover {
  background-position: -768px -64px;
}
footer {
  color: #fff;
  background-color: #333;
  padding: 20px 0;
}
footer a {
  color: #bbb;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
.copyright {
  color: #888;
  border-top: 1px solid #888;
  padding-top: 20px;
  margin-top: 20px;
}