.btn-primary {
  background-color: #747474;
  border-color: #747474;
  color: #fff;
}

.btn-primary:hover,  
.btn-primary:focus,
.btn-primary:active{
  background-color: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff;
}

.header h1 {
  margin-bottom: 30px;
}

.header h1 a {
  color: #777;
  font-size: 28px;
}

.header h1 a:hover {
  color: #444;
  text-decoration: none;
}

.header .basket {
  list-style: none;
  margin-top: 10px;
}

.header .basket li {
  text-align: right;
}

.header .basket a {
  color: #777;
}

.header .search .search-text {
  width: 250px;
}

.website-topbar {
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.website-topbar {
  min-height: 20px;
}

.website-topbar .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.website-navbar {
  border-bottom: none;
}

.website-navbar .nav>li>a  {
 font-size: 15px; 
}

ul.no-bullets {
  list-style: none outside;
  margin-left: 0;
  padding: 0;
}

.page h1.page-title {
  margin-bottom: 20px;
}

.visually-hidden {
  display: none;
}

.footer {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #f2f2f2;
  color: #636363;
}

.product-carousel .carousel-control {
  background: none;
}

.add-to-cart-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-description {
  font-size: 17.5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.product-vintage-description {
  font-size: 17.5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.product-label {
  letter-spacing: 1px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}
.product-characteristic {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #eee;
}


#product-carousel {
  height: 650px;
}

.carousel-inner > .item {
  height: 600px;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 600px;
  width: auto;
}
