.blog .hentry .entry-cover a:after,
.single-post .hentry .entry-cover a:after,
.blog .hentry .entry-cover a:before,
.single-post .hentry .entry-cover a:before,
#site-wrapper .wpb_gallery .wpb_image_grid .isotope-item a:after,
#site-wrapper .wpb_gallery .wpb_image_grid .isotope-item a:before,
#site-wrapper .blog-shortcode.blog-grid .hentry .entry-cover a:after,
#site-wrapper .blog-shortcode.blog-grid .hentry .entry-cover a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  z-index: 9;
  margin-top: -15px;
  margin-left: -1px;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.blog .hentry .entry-cover a:before,
.single-post .hentry .entry-cover a:before,
#site-wrapper .wpb_gallery .wpb_image_grid .isotope-item a:before,
#site-wrapper .blog-shortcode.blog-grid .hentry .entry-cover a:before {
  height: 1px;
  width: 30px;
  margin-top: -1px;
  margin-left: -15px;
}

.blog .hentry .entry-cover a:hover img,
.single-post .hentry .entry-cover a:hover img,
#site-wrapper .blog-shortcode.blog-grid .hentry .entry-cover a:hover img {
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}

.blog .hentry .entry-cover.flexslider a:hover,
.single-post .hentry .entry-cover.flexslider a:hover {
  cursor: zoom-in;
}

.blog .hentry .entry-header .entry-time,
.single-post .hentry .entry-header .entry-time {
  text-transform: uppercase;
  margin: 0;
  float: left;
  width: 85px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  line-height: 1;
}

.blog .hentry .entry-header .entry-time span,
.single-post .hentry .entry-header .entry-time span {
  font-size: 14px;
  line-height: 0.7;
}

.blog .hentry .entry-header .entry-time span.entry-day,
.single-post .hentry .entry-header .entry-time span.entry-day {
  display: block;
  font-size: 64px;
}

.blog .hentry .entry-header .entry-title,
.single-post .hentry .entry-header .entry-title {
  font-size: 24px;
  margin: 3px 0 10px 0;
  text-transform: uppercase;
}

.blog .hentry .entry-header .entry-meta i,
.single-post .hentry .entry-header .entry-meta i {
  margin-right: 5px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(54, 70, 115, 0.08);
  color: #b9c1cf;
}

.blog .hentry .entry-header .entry-meta i:first-child,
.single-post .hentry .entry-header .entry-meta i:first-child {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}

.blog .hentry .entry-content .readmore,
.single-post .hentry .entry-content .readmore,
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
  margin-top: 25px;
}

.blog .hentry .entry-content .readmore .more-link,
.single-post .hentry .entry-content .readmore .more-link {
  padding: 7px 25px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog .hentry .entry-content .readmore .more-link:after,
.single-post .hentry .entry-content .readmore .more-link:after {
  font-family: "fontAwesome";
  content: "\f054";
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.single-post .hentry {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 50px;
}

.single-post .hentry .entry-cover {
  margin-bottom: 40px;
}

.single-post .hentry .entry-footer {
  margin-top: 40px;
}

.box.author-box .author-avatar {
  float: left;
  margin-right: 30px;
  width: 50px;
}

#site-wrapper .box.related-posts-box .blog-grid.blog-shortcode .hentry .entry-header {
  position: static;
  padding: 0;
  margin: 0;
}

#site-wrapper .box.related-posts-box .blog-grid.blog-shortcode .hentry .entry-header .entry-title {
  position: static;
  padding-bottom: 0;
  border: none;
  font-size: 18px;
}

#site-wrapper .box.related-posts-box .blog-grid.blog-shortcode .hentry .entry-content {
  padding: 0;
  margin: 15px 0 0 0;
}

.woocommerce-edit-account .woocommerce h3,
.woocommerce-edit-address .woocommerce h3 {
  font-size: 24px;
  margin: 50px 0 42px 0;
  position: relative;
}

.woocommerce-edit-account .woocommerce h3:before,
.woocommerce-edit-address .woocommerce h3:before {
  background: rgba(54, 70, 115, 0.08);
  content: "";
  height: 1px;
  left: 50px;
  right: 0;
  position: absolute;
  bottom: -12px;
}

.woocommerce-edit-account .woocommerce h3:after,
.woocommerce-edit-address .woocommerce h3:after {
  content: "";
  height: 3px;
  left: 0;
  width: 40px;
  position: absolute;
  bottom: -13px;
}

.content-inner>.woocommerce .myaccount_user+h2,
.content-inner>.woocommerce .address h3 {
  font-size: 24px;
  margin: 50px 0 30px 0;
  position: relative;
}

.woocommerce-result-count {
  padding: 8px 0;
  margin-bottom: 32px;
}

.woocommerce-ordering,
.woocommerce #reviews #comments ol.commentlist li .star-rating,
.woocommerce-page #reviews #comments ol.commentlist li .star-rating {
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce.no-sidebar .product .summary,
.woocommerce-page.no-sidebar .product .summary,
.vc_el_width_70,
.vc_cta3-container.vc_cta3-size-md,
.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper,
.vc_sep_width_70,
.vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
  width: 70%;
}

.woocommerce.no-sidebar #reviews #comments,
.woocommerce-page.no-sidebar #reviews #comments {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.woocommerce.no-sidebar #reviews #review_form_wrapper,
.woocommerce-page.no-sidebar #reviews #review_form_wrapper {
  float: right;
  width: 50%;
  padding-left: 30px;
}

.woocommerce form.login,
.woocommerce-page form.login {
  margin-bottom: 80px;
}

.woocommerce .onsale,
.woocommerce-page .onsale {
  position: absolute;
  padding: 0 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 15px;
  z-index: 2;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.woocommerce .onsale:after,
.woocommerce-page .onsale:after {
  background: transparent;
  border: 15px solid;
  bottom: 0;
  content: "";
  position: absolute;
  right: -15px;
  z-index: 9;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1.1em;
  font-size: 14px;
  width: 66px;
  font-family: 'FontAwesome';
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  left: 1px;
  position: absolute;
  top: 0;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  left: 1px;
  position: absolute;
  top: 0;
  content: "\f005\f005\f005\f005\f005";
}

.woocommerce .woocommerce-pagination ul,
.woocommerce-page .woocommerce-pagination ul {
  margin: 50px 0 0 0;
  padding: 0;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  padding: 20px 20px 20px 60px;
  margin-bottom: 40px;
  color: #3c763d;
  position: relative;
  background: #ffffff;
  border: 2px solid;
}

.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
#site-wrapper div.wpcf7-response-output.wpcf7-mail-sent-ok:after {
  position: absolute;
  font-family: 'FontAwesome';
  left: 20px;
  top: 50%;
  margin-top: -24px;
  font-size: 28px;
  content: "\f058";
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button {
  height: auto;
  line-height: 1.8;
  font-weight: bold;
  background: none;
  padding: 0 0 2px 0;
  border-bottom: 2px solid;
  float: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  color: #31708f;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  color: #a94442;
}

.woocommerce .login h1,
.woocommerce-page .login h1,
.woocommerce .checkout_coupon h1,
.woocommerce-page .checkout_coupon h1,
.woocommerce .checkout h1,
.woocommerce-page .checkout h1,
.woocommerce .login h2,
.woocommerce-page .login h2,
.woocommerce .checkout_coupon h2,
.woocommerce-page .checkout_coupon h2,
.woocommerce .checkout h2,
.woocommerce-page .checkout h2,
.woocommerce .login h3,
.woocommerce-page .login h3,
.woocommerce .checkout_coupon h3,
.woocommerce-page .checkout_coupon h3,
.woocommerce .checkout h3,
.woocommerce-page .checkout h3,
.woocommerce .login h4,
.woocommerce-page .login h4,
.woocommerce .checkout_coupon h4,
.woocommerce-page .checkout_coupon h4,
.woocommerce .checkout h4,
.woocommerce-page .checkout h4,
.woocommerce .login h4,
.woocommerce-page .login h4,
.woocommerce .checkout_coupon h4,
.woocommerce-page .checkout_coupon h4,
.woocommerce .checkout h4,
.woocommerce-page .checkout h4,
.woocommerce .login h6,
.woocommerce-page .login h6,
.woocommerce .checkout_coupon h6,
.woocommerce-page .checkout_coupon h6,
.woocommerce .checkout h6,
.woocommerce-page .checkout h6 {
  font-size: 20px;
  margin: 0 0 30px 0;
  position: relative;
  border-bottom: 1px solid rgba(54, 70, 115, 0.08);
  padding-bottom: 15px;
}

.woocommerce .form-row label,
.woocommerce-page .form-row label {
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
}

.woocommerce #customer_details,
.woocommerce-page #customer_details {
  float: left;
  width: 45%;
  margin-bottom: 50px;
}

.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
  width: 48%;
  float: right;
}

.woocommerce #order_review,
.woocommerce-page #order_review {
  text-align: left;
  float: right;
  width: 48%;
  position: relative;
  margin-bottom: 50px;
}

.woocommerce #order_review #payment .payment_methods,
.woocommerce-page #order_review #payment .payment_methods {
  padding: 0 20px;
  margin: 40px 0;
  border: 1px solid rgba(54, 70, 115, 0.08);
}

.woocommerce #order_review #payment .payment_methods li,
.woocommerce-page #order_review #payment .payment_methods li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.woocommerce #order_review #payment .payment_methods li .payment_box,
.woocommerce-page #order_review #payment .payment_methods li .payment_box,
#site-wrapper .blog-shortcode.blog-grid .hentry .entry-footer {
  margin-top: 15px;
}

.woocommerce .order_details,
.woocommerce-page .order_details {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
  list-style: none;
  float: left;
  border-right: 1px dotted #cccccc;
  padding: 0 20px;
}

.woocommerce .products,
.woocommerce-page .products {
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}

.woocommerce .products li,
.woocommerce-page .products li {
  list-style: none;
  float: left;
  padding: 30px;
  width: 25%;
  margin-bottom: -1px;
  position: relative;
  text-align: center;
  border: 1px solid #f1f2f8;
  border-right-color: transparent;
}

.woocommerce .products li:hover,
.woocommerce-page .products li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.woocommerce .products li:nth-child(4n),
.woocommerce-page .products li:nth-child(4n),
.woocommerce .products li:last-child,
.woocommerce-page .products li:last-child {
  border-right: 1px solid #f1f2f8;
}

.woocommerce .products li .product-thumbnail,
.woocommerce-page .products li .product-thumbnail {
  margin-bottom: 30px;
  padding: 0 30px;
}

.woocommerce .products li .product-info h3,
.woocommerce-page .products li .product-info h3,
.woocommerce .products li .product-info .woocommerce-loop-product__title,
.woocommerce-page .products li .product-info .woocommerce-loop-product__title {
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: none;
}

.woocommerce .products li .product-info .price,
.woocommerce-page .products li .product-info .price {
  display: block;
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #b9c1cf;
}

.woocommerce .products li .product-info .price del,
.woocommerce-page .products li .product-info .price del {
  font-weight: normal;
  font-size: 14px;
}

.woocommerce .products li .product-info .secondary-image,
.woocommerce-page .products li .product-info .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.woocommerce .products li .wc-forward,
.woocommerce-page .products li .wc-forward {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  text-indent: -9999px;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.woocommerce .products li .wc-forward:after,
.woocommerce-page .products li .wc-forward:after {
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  left: 17px;
  top: 8px;
  font-size: 18px;
  color: #ffffff;
  text-indent: 0;
}

.woocommerce .products li.product-category a,
.woocommerce-page .products li.product-category a {
  display: block;
  background: #000000;
}

.woocommerce .products li.product-category a:hover img,
.woocommerce-page .products li.product-category a:hover img,
.woocommerce-product-gallery .flex-control-thumbs img,
#site-wrapper .wpb_gallery .wpb_image_grid .isotope-item a:hover img {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

.woocommerce .products li.product-category h3,
.woocommerce-page .products li.product-category h3 {
  font-size: 18px;
  margin: 0;
  position: absolute;
  background: #ffffff;
  bottom: 20px;
  left: 35px;
  right: 35px;
  text-align: center;
  padding: 15px 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.woocommerce .products li.product-category h3 mark,
.woocommerce-page .products li.product-category h3 mark {
  background: none;
  position: relative;
  font-size: 14px;
  top: -10px;
  color: #777;
}

.woocommerce .quantity .input-text,
.woocommerce-page .quantity .input-text {
  width: 90px;
  vertical-align: middle;
  text-align: center;
}

.woocommerce .product .images,
.woocommerce-page .product .images {
  float: left;
  width: 50%;
  padding-right: 25px;
  position: relative;
}

.woocommerce .product .images .thumbnails,
.woocommerce-page .product .images .thumbnails {
  overflow: hidden;
  width: 100%;
}

.woocommerce .product .images .thumbnails a,
.woocommerce-page .product .images .thumbnails a {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 90px;
}

.woocommerce .product .summary,
.woocommerce-page .product .summary {
  float: right;
  width: 50%;
  padding-left: 25px;
}

.woocommerce .product .summary .product_title,
.woocommerce-page .product .summary .product_title {
  font-size: 30px;
  margin-top: 0;
}

.woocommerce .product .summary .woocommerce-product-rating .star-rating,
.woocommerce-page .product .summary .woocommerce-product-rating .star-rating {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce .product .summary p.price,
.woocommerce-page .product .summary p.price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.woocommerce .product .summary p.price del .amount,
.woocommerce-page .product .summary p.price del .amount {
  background: none;
  padding: 0;
  margin-right: 10px;
  text-decoration: inherit;
  font-weight: normal;
}

.woocommerce .product .summary .cart,
.woocommerce-page .product .summary .cart {
  margin: 30px 0;
}

.woocommerce .product .summary .cart.variations_form,
.woocommerce-page .product .summary .cart.variations_form {
  margin-bottom: 0;
  margin-top: 30px;
}

.woocommerce .product .summary .cart button.single_add_to_cart_button,
.woocommerce-page .product .summary .cart button.single_add_to_cart_button {
  padding-top: 0;
  vertical-align: middle;
}

.woocommerce .product .summary .cart button.single_add_to_cart_button:disabled,
.woocommerce-page .product .summary .cart button.single_add_to_cart_button:disabled {
  background: #f2f2f2;
  cursor: no-drop;
}

.woocommerce .product .summary .cart button.single_add_to_cart_button:disabled:hover,
.woocommerce-page .product .summary .cart button.single_add_to_cart_button:disabled:hover {
  background: #f2f2f2;
}

.woocommerce .product .summary .cart .quantity,
.woocommerce-page .product .summary .cart .quantity {
  float: left;
  margin-right: 10px;
}

.woocommerce .product .summary .cart .variations,
.woocommerce-page .product .summary .cart .variations {
  position: relative;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.woocommerce .product .summary .cart .variations tr,
.woocommerce-page .product .summary .cart .variations tr {
  margin-bottom: 10px;
  border: none;
  background: none;
}

.woocommerce .product .summary .cart .variations tr td,
.woocommerce-page .product .summary .cart .variations tr td {
  vertical-align: sub;
}

.woocommerce .product .summary .cart .variations tr td.label,
.woocommerce-page .product .summary .cart .variations tr td.label {
  padding: 10px 10px 0 0;
  border: none;
}

.woocommerce .product .summary .cart .variations tr td.value,
.woocommerce-page .product .summary .cart .variations tr td.value {
  width: 100%;
  padding: 0 0 10px 0;
  border: none;
}

.woocommerce .product .summary .cart .variations tr td.value a.reset_variations,
.woocommerce-page .product .summary .cart .variations tr td.value a.reset_variations {
  margin-top: 10px;
  display: block;
  color: #b9c1cf;
  font-size: 11px;
}

.woocommerce .product .summary .cart .single_variation_wrap .single_variation .price,
.woocommerce-page .product .summary .cart .single_variation_wrap .single_variation .price,
#site-wrapper .pricing-table .price-column .column-container .price div {
  font-size: 18px;
}

.woocommerce .product .woocommerce-tabs,
.woocommerce-page .product .woocommerce-tabs {
  padding-top: 50px;
  clear: both;
}

.woocommerce .product .woocommerce-tabs .tabs,
.woocommerce-page .product .woocommerce-tabs .tabs {
  padding: 0 5px;
  margin-bottom: 0;
}

.woocommerce .product .woocommerce-tabs .tabs li,
.woocommerce-page .product .woocommerce-tabs .tabs li {
  list-style: none;
  float: left;
}

.woocommerce .product .woocommerce-tabs .tabs li.active a,
.woocommerce-page .product .woocommerce-tabs .tabs li.active a,
#site-wrapper .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
  background: #f1f2f8;
}

.woocommerce .product .woocommerce-tabs .tabs li a,
.woocommerce-page .product .woocommerce-tabs .tabs li a {
  color: #ffffff;
  padding: 15px 25px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.woocommerce .product .woocommerce-tabs .tabs li a:before,
.woocommerce-page .product .woocommerce-tabs .tabs li a:before,
#site-wrapper .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a:before {
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 5px;
  content: "";
  position: absolute;
  top: auto;
  display: none;
}

.woocommerce .product .woocommerce-tabs .entry-content,
.woocommerce-page .product .woocommerce-tabs .entry-content,
#site-wrapper .vc_tta-tabs .vc_tta-panels-container {
  padding: 25px 30px;
  background: #f1f2f8;
}

.woocommerce .product .woocommerce-tabs .entry-content img.alignnone,
.woocommerce-page .product .woocommerce-tabs .entry-content img.alignnone {
  margin-top: 50px;
  margin-bottom: 50px;
}

.woocommerce .product .woocommerce-tabs .shop_attributes tr th,
.woocommerce-page .product .woocommerce-tabs .shop_attributes tr th {
  width: 200px;
  font-weight: normal;
  color: #000000;
}

.woocommerce .product .woocommerce-tabs .shop_attributes tr td,
.woocommerce-page .product .woocommerce-tabs .shop_attributes tr td {
  font-style: italic;
  color: #666;
}

.woocommerce .product .woocommerce-tabs #comments,
.woocommerce-page .product .woocommerce-tabs #comments {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.woocommerce .product .related h2:not(.woocommerce-loop-product__title),
.woocommerce-page .product .related h2:not(.woocommerce-loop-product__title),
.woocommerce .product .upsells h2:not(.woocommerce-loop-product__title),
.woocommerce-page .product .upsells h2:not(.woocommerce-loop-product__title) {
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.woocommerce #respond #commentform p label,
.woocommerce-page #respond #commentform p label,
#site-wrapper .counter .counter-content {
  display: inline-block;
  margin-bottom: 5px;
}

.woocommerce #respond #commentform p.stars,
.woocommerce-page #respond #commentform p.stars {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1.1em;
  font-size: 14px;
  width: 66px;
  font-family: 'FontAwesome';
  margin-top: 10px;
}

.woocommerce #respond #commentform p.stars:before,
.woocommerce-page #respond #commentform p.stars:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}

.woocommerce #respond #commentform p.stars span a,
.woocommerce-page #respond #commentform p.stars span a {
  float: left;
  height: 0;
  left: 0;
  overflow: hidden;
  padding-top: 1em;
  position: absolute;
  top: 0;
}

.woocommerce #respond #commentform p.stars span a:before,
.woocommerce-page #respond #commentform p.stars span a:before {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  content: "\f005\f005\f005\f005\f005";
}

.woocommerce #respond #commentform p.stars span a.star-1,
.woocommerce-page #respond #commentform p.stars span a.star-1 {
  width: 13px;
  z-index: 10;
}

.woocommerce #respond #commentform p.stars span a.star-2,
.woocommerce-page #respond #commentform p.stars span a.star-2 {
  width: 26px;
  z-index: 9;
}

.woocommerce #respond #commentform p.stars span a.star-3,
.woocommerce-page #respond #commentform p.stars span a.star-3 {
  width: 39px;
  z-index: 8;
}

.woocommerce #respond #commentform p.stars span a.star-4,
.woocommerce-page #respond #commentform p.stars span a.star-4 {
  width: 52px;
  z-index: 7;
}

.woocommerce #respond #commentform p.stars span a.star-5,
.woocommerce-page #respond #commentform p.stars span a.star-5 {
  width: 65px;
  z-index: 6;
}

.woocommerce #respond #commentform p.stars span a.active:before,
.woocommerce-page #respond #commentform p.stars span a.active:before {
  color: #000000;
  visibility: visible;
}

.woocommerce #respond #commentform p.comment-form-comment,
.woocommerce-page #respond #commentform p.comment-form-comment {
  float: none;
  padding: 0;
  width: 100%;
}

.woocommerce #respond #commentform p.comment-form-comment textarea,
.woocommerce-page #respond #commentform p.comment-form-comment textarea {
  height: 100px;
}

.woocommerce #reviews #comments,
.woocommerce-page #reviews #comments {
  margin-top: 0;
  margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin-left: 80px;
  position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta,
#site-wrapper .blog-shortcode.blog-grid.blog-one-column .hentry .entry-wrapper .entry-content-wrap .entry-header {
  margin-bottom: 5px;
}

.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
  padding-left: 75px;
}
