body.product main {
  padding-top: 30px;
}
body.product .productpage,
body.product .product-sidebar {
  margin-top: 20px;
}
body.product .productpage {
  padding-left: 15px;
}
body.product .productpage .saleicon {
  top: 10px;
  right: 28px;
  width: 96px;
  height: 96px;
}
body.product .productpage #product-gallery {
  border: none;
}
body.product .productpage #thumbs img {
  border: none;
}
body.product .product-sidebar p {
  margin: 4px 0 0 0;
}
body.product .product-sidebar p,
body.product .product-sidebar h3,
body.product .product-sidebar td {
  font-size: 16px;
}
body.product .product-sidebar h2 {
  font-size: 18px;
}
body.product .product-sidebar h3 {
  border-bottom: 0;
}
body.product .product-sidebar .intro h1 {
  font-size: 43px;
  text-transform: uppercase;
  line-height: 43px;
}
@media all and (max-width: 991px) {
  body.product .product-sidebar .intro h1 {
    font-size: 28px;
  }
}
body.product .product-sidebar .intro .product-price .price-wrap .price {
  font-size: 50px;
  color: #fff;
}
@media all and (max-width: 991px) {
  body.product .product-sidebar .intro .product-price .price-wrap .price {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.product .product-sidebar .intro .product-price .price-wrap .price {
    text-align: left;
  }
}
@media (max-width: 767px) {
  body.product .product-sidebar .intro .price-tax {
    text-align: left;
  }
}
body.product .product-sidebar .intro .review-score {
  color: #fff;
  font-size: 16px;
}
body.product .product-sidebar .intro .review-score .divider {
  color: #fff;
  margin: 0 3px;
}
body.product .product-sidebar .intro .review-score a {
  color: #fff !important;
  text-decoration: none;
}
body.product .product-sidebar .intro .review-score a:hover {
  text-decoration: underline;
}
body.product .product-sidebar .product-stock span {
  font-size: 16px !important;
  font-weight: normal !important;
}
body.product .product-sidebar .product-stock .available {
  color: #a3d20b;
}
body.product .product-sidebar .product-tabs {
  margin-top: 20px;
}
body.product .product-sidebar .product-tabs .tabs ul li {
  background-color: #00a3e0;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: none;
  padding: 0;
  margin-bottom: -1px;
}
body.product .product-sidebar .product-tabs .tabs ul li a {
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 1px;
  padding: 16px;
}
body.product .product-sidebar .product-tabs .tabs ul li.active {
  border-color: white;
}
body.product .product-sidebar .product-tabs .tabs ul li.active a {
  border: 1px solid white;
  border-bottom: none;
  color: white;
}
body.product .product-sidebar .product-tabs .tabs ul li:hover {
  background-color: #539BD3;
  cursor: pointer;
}
body.product .product-sidebar .product-tabs .tabsPages {
  border-bottom: none;
}
body.product .product-sidebar .product-tabs .tabsPages #formTags .info {
  color: #fff;
}
body.product .product-sidebar .product-tabs .tabsPages .tags .tagcloud li {
  margin: 0 20px 15px 0;
}
body.product .product-sidebar .product-tabs .tabsPages .page {
  font-size: 16px;
}
body.product .product-sidebar .add-to-wishlist {
  padding: 10px 30px;
  background-color: #004377;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body.product .product-sidebar .add-to-wishlist .fa {
  margin-left: 10px;
}
body.product .product-sidebar .add-to-wishlist:hover {
  background-color: #0060aa;
}
body.product .product-sidebar .add-to-wishlist:focus {
  text-decoration: none;
}
body.product .product-sidebar .cartbtnContainer {
  border: none;
}
body.product .product-sidebar .cartbtnContainer .cart .input {
  padding-left: 0;
}
body.product .product-sidebar .cartbtnContainer .cart input[type="text"] {
  border: none;
  color: #000;
  font-size: 16px;
  height: 47px;
  line-height: 47px;
}
body.product .product-sidebar .cartbtnContainer .cart .cartbutton {
  background-color: #004579;
  font-size: 18px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
}
body.product .product-sidebar .cartbtnContainer .cart .cartbutton:hover {
  text-decoration: underline;
}
body.product .links {
  float: none !important;
  padding-left: 15px;
}
body.product .links ul li a {
  color: #fff;
  font-size: 13px;
}
body.product .links ul li a:hover {
  text-decoration: underline;
}
body.product .related {
  margin-top: 20px;
}
@media (max-width: 480px) {
  body.product .related {
    display: block !important;
  }
}
body.product .related h3 {
  border-bottom: 1px solid white;
  font-size: 16px;
}
body.product ul.tagcloud li {
  margin: 0 5px 0 0;
}
body.product .tags .block a {
  background: #eee;
  padding: 0 10px;
}
/*# sourceMappingURL=meledi-product.css.map */