@media (min-width: 768px) {
  .website-navbar .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
  }
  
  .website-navbar .nav>li>a {
    text-transform: uppercase;
    color: #444;
    font-size: 15px;
    font-weight: normal;
  }
}

.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: 40px;
}

.header h1 a {
  color: #444;
  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;
}

.product-name {
  font-size: 15px;
}

.product-description {
  margin-top: 15px;
}

.product-details {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: #777;
}

.product-appellation {
  display: block;
  font-size: 13px;
}

.product-color {
  display: block;
  font-size: 13px;
}

.product-price {
  margin-top: 10px;
  font-weight: bold;
  display: block;
  font-size: 15px;
}

.products {
  margin-top: 30px;
}

.product-item {
  margin-bottom: 30px;
}

img.product-list {
  background: #f8f8f8;
}
