body.product-template-default .product_meta span.posted_in, body.product-template-default .product_meta span.tagged_as {
  display: none;
}

body.product-template-default .wc-points-rewards-product-message {
  display: block;
  margin-top: 16px;
  font-family: Noah Grotesque;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #777676;
}
.woocommerce div.product form.cart div.quantity {
  float:none;
  display: inline-block;
}

/*.single_add_to_cart_button {
  background: #FFFFFF !important;
  border: 1px solid #14435B !important;
  box-sizing: border-box;
  border-radius: 4px !important;
  font-family: Noah Grotesque;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #14435B  !important;
  text-transform: uppercase;
  float: none !important;
  height: 40px;
  display: inline-block;
}*/

.quantity input.qty {
  height: 48px;
  border-radius: 4px;
  outline: none;
  border: none;
  border: 1px solid #777676 !important;
  text-align: center;
}


body.product-template-default .col-12 .summary, body.product-template-default .col-12 .images {
  width: 100% !important;
  float: none !important;
}

body.product-template-default .summary h1.product_title {
  font-family: "Noah Grotesque", sans-serif;
  color:#14435B;
  font-weight: 500;
  font-size: 44px;
  line-height: 55px;
}

/*#buy-now-btn { background: #FF661F !important; background-color: #FF661F !important; font-weight: bold !important; letter-spacing: 2.5pt; color: #fff !important; text-transform: uppercase; line-height: 1.5; font-size: 2rem;  text-align: center; text-decoration: none; white-space: normal; width: auto; padding: 6px 38px; margin-left: 10px;}*/


.single_add_to_cart_button  {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 40px !important;
  padding-top: 5px !important;
  text-align: center;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  padding-left: 2rem !important;
  height: 4.8rem  !important;
  border-radius: 4px  !important;
  background: #FFFFFF !important;
  border: 1px solid #14435B !important;
  padding-right: 2rem  !important;
  color: #14435B  !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  float: none !important;
}

#buy-now-btn {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 40px !important;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  padding-left: 2rem;
  height: 4.8rem;
  border-radius: 4px;
  background: #ff661f;
  padding-right: 2rem;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-top: 32px;
}

#buy-now-btn:hover {
  padding-left: 2rem;
    height: 4.8rem;
    border-radius: 4px;
    background: #ff9e00;
    padding-right: 2rem;
    color: #ffffff;
    font-weight: 500;
}


.product-template-default .wpgs i {
  color: #ff661f;
  margin: 10px;
}

.product-template-default .resource-information .price {
  color: #222222 !important;
  font-family: Noah Grotesque;
  font-weight: 800;
  font-size: 40px !important;
  line-height: 50px;
}

.single-product-new-description {
  color:#222222;
}

.single-product-new-description h2, .single-product-new-description h3 {
  color: #14435B;
}

.single-product-new-description .posted_in, 
.single-product-new-description .tagged_as {
  font-family: Hind;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-top: 16px;
}

.single-product-new-description .posted_in a, .single-product-new-description .tagged_as a {
  font-weight: normal;
  text-decoration:underline;
  color: #222
}

.single-product-new-description .posted_in {
  margin-top: 40px;
}

.single-product-new-description h2 {
  font-family: Noah Grotesque;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #14435B;
  margin-bottom: 8px;
}

.single-product-new-description ul {
  list-style-type:none;
  list-style:none;
  margin-left: 20px;
  margin-bottom:16px;
}

.single-product-new-description ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FF661F; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.single-product-new-description p iframe {
  display: block;
  margin:0 auto;
}

h2.woocommerce-Reviews-title {font-size: 25px; margin-bottom: 24px;}

#reply-title {font-weight:bold}

.related.products .add_to_cart_button, .up-sells.upsells.products { display: none;}