#grid-container .product {
  box-shadow: 0px 0px 4px #dfdfdf;
  padding: 5px;
}

#grid-container .action {
  margin-top: 10px;
}

#list-container .product-list.product {
  margin-bottom: 16px;
}

#list-container .product-image img {
  width: 100%;
}

.product .product-info .name {
  font-size: 16px;
}

#list-container .product-info {
  padding: 0;
}

#list-container .product-info .name {
  font-size: 16px;
}

.breadcrumb ul li a {
  white-space: nowrap;
}

.homepage-slider5 {
  height: 255px;
}
.homepage-slider5 #owl-main .item {
  height: 255px;
}
.homepage-slider5 #owl-main .item .caption {
  padding-left: 10%;
  padding-right: 44%;
}
.homepage-slider5 #owl-main .item .caption .small {
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'FjallaOneRegular';
  text-shadow: 2px 2px #c3c3c3;
  color: #fff ;
  padding-left: 0px;
}
.homepage-slider5 #owl-main .item .caption .big-text {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'FjallaOneRegular';
  text-shadow: 2px 2px #c3c3c3;
  color: #000;
}
.homepage-slider5 #owl-main .item .caption .excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-transform: none;
}
.homepage-slider5 #owl-main .owl-controls {
  margin-top: -79px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}