body.single-product .shop-container {
  background: #eef2f2;
}
body.single-product .col.product-summary .product-breadcrumb-container {
  margin-bottom: 15px;
}
body.single-product .col.product-summary .product-title {
  color: #214741;
}
body.single-product .col.product-summary .price-wrapper .amount {
  color: #214741;
  font-size: 25px;
}
body.single-product .col.product-summary .product-short-description {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
body.single-product .col.product-summary .product-short-description p {
  margin-bottom: 5px;
}
body.single-product .col.product-summary button[type=submit] {
  background: #214741 !important;
  background-color: #214741 !important;
  border-radius: 5px;
}
body.single-product .related .product-section-title {
  color: #214741;
}
body.single-product .related .box .box-image {
  border-bottom: 1px solid #F1F1F1;
}
body.single-product .related .box .box-text {
  background: #FFF;
}

.single-product-content-after .img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.67);
  overflow: hidden;
}
.single-product-content-after .col-inner h1, .single-product-content-after .col-inner h2, .single-product-content-after .col-inner h3, .single-product-content-after .col-inner h4, .single-product-content-after .col-inner h5, .single-product-content-after .col-inner h6 {
  color: #214741;
}
.single-product-content-after .col-inner p {
  margin-bottom: 10px;
}

/*# sourceMappingURL=single-product.css.map */
