/**
*
* Additional style to override the current theme style
*
**/
.products .product:hover .product_after_title .product_after_shop_loop_price {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.page-template-template-shop {
  background: #ffffff;
}

.single-product {
  background: #ffffff;
}
.single-product #wrapper {
  overflow: visible;
}
.single-product .single-page #gallery-list ul li img {
  display: block;
  margin: 0 auto;
}
.single-product .single-page #gallery-list .lsGallery {
  margin: 0px 25px;
}
.single-product .single-page #gallery-list #gallery-nav {
  position: absolute;
  width: 100%;
  bottom: 62px;
}
.single-product .single-page #gallery-list #gallery-nav a {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  background-size: 32px;
  position: absolute;
}
.single-product .single-page #gallery-list #gallery-nav .prev-btn {
  background-image: url(../img/back.png);
  left: -5%;
}
.single-product .single-page #gallery-list #gallery-nav .next-btn {
  background-image: url(../img/next.png);
  right: -5%;
}
.single-product .single-page .product-meta {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}
.single-product .single-page .product-meta .amount {
  font-size: 22px;
  font-weight: lighter;
}
.single-product .single-page .product-meta #tax {
  font-size: 12px;
  margin: 10px 0px;
}
.single-product .single-page .product-content p {
  font-size: 14px;
}
.single-product .single-page #product-review .woocommerce-Reviews-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.single-product .single-page #product-review #comments {
  border-top: none;
}
.single-product .single-page #product-review #comments p {
  font-size: 14px;
}
.single-product .single-page #product-enquiry a {
  padding: 10px 25px;
  background: #d01f2f;
  color: #ffffff;
  display: inline-block;
}
.single-product .single-page .social-share {
  margin-top: 20px;
}
.single-product .related {
  margin: 100px 0 0 !important;
}
.single-product .related .heading {
  font-size: 20px;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 600;
}
.single-product .related .post {
  padding-bottom: 0;
}
.single-product .comment-form-rating label {
  display: none;
}
.single-product #sizing-table {
  margin-bottom: 20px;
}
.single-product #sizing-table .sizing-text {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.single-product #sizing-table ul {
  list-style-type: none;
  display: table;
  width: 100%;
  margin: 0;
}
.single-product #sizing-table ul li {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 15%;
  border: 1px solid #ccc;
  margin: 1px;
  line-height: 1;
}

#enquiry-form-container {
  max-width: 600px;
}
#enquiry-form-container form {
  text-align: left;
}
#enquiry-form-container form input[type="text"], #enquiry-form-container form input[type="email"], #enquiry-form-container form textarea {
  width: 100%;
}
#enquiry-form-container form .btn-submit input {
  display: block;
  margin-top: 45px;
  padding: 10px 25px;
  background: #d01f2f;
  color: #ffffff;
  border: none;
}

/*# sourceMappingURL=custom-style.css.map */