/*
  Products
*/

.wc-tabs, .quantity, .product_meta, .woocommerce-product-details__short-description { display: none; }

/* Buy Button */
body #gp-global-wrapper #gp-content section[class ^= "cci-product-category"] a.add-to-cart-button, body #gp-global-wrapper #gp-content section[class ^= "cci-product-category"] button.add-to-cart-button { width:100%; }
body #gp-global-wrapper #gp-content section[class ^= "cci-product-category"] a.add-to-cart-button:hover { background-color: #ee943a !important; color: #fff !important; }

/*Training*/
.cci-product-category-training .woocommerce-variation-add-to-cart {
  display: none;
}

.cci-product-category-training .woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 40px;
  font-weight: 700;
}

.cci-related-products .type-product {
  background-color: #f1f1f1;
  height: 100%;
}

.cci-product-category-training .type-product .summary.entry-summary {
  width: 100%;
  margin-bottom: 10px;
}

.cci-product-category-training .type-product .woocommerce-Price-amount, .cci-single-product .type-product .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 700;
  color: #EE943A;
  margin-top: 20px;
  display: inline-block;
}

.cci-single-product .type-product .entry-summary form.cart {
  margin-bottom: 0;
}

.cci-product-category-training .gform_wrapper {
  border: 1px solid #eee;
  background-color: #f1f1f1;
  padding: 30px;
}

.cci-product-category-training .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  padding: 20px 15px;
  font-weight: 400;
  background-color: #fff;
  color: #000;
}

.cci-product-category-training .gform_wrapper .gform_body .gform_fields .gfield select, .cci-product-category-training .gform_wrapper .gform_body .gform_fields .gfield textarea {
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  padding: 7.5px 15px;
  height: 100%;
}

.cci-product-category-training .container .product .summary .woocommerce-tabs .panel div.training-prices {
  color: #ee953a;
  font-size: 1.3em;
}

.cci-related-products .woocommerce-loop-product__title, .cci-products-guides .woocommerce-loop-product__title {
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 10px 20px 0px 20px;
  line-height: 150%;
  margin-bottom: 0;
  color: #3e5564;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.cci-products-guides a.woocommerce-loop-product__title:hover {
  text-decoration: none;
  color: #EE943A;
}

.cci-products-guides .product {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

.np-news-article .woocommerce-Price-amount {
  margin: 0 20px 20px 20px;
  font-weight: 600;
  color: #3e5564;
}

.cci-related-products .type-product p, .cci-products-guides .product p {
  color: #3e5564;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  padding: 0 20px 20px 20px;
}

.cci-related-products .type-product a, .cci-products-guides .product a:hover {
  color: #3e5564;
}

.cci-related-products .woocommerce-loop-product__link:hover, .cci-products-guides .woocommerce-loop-product__link:hover {
  text-decoration: none;
  color: #3e5564;
}

.cci-related-products .type-product img, .cci-products-guides .product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cci-related-products .type-product .button,
.cci-products-guides .product .button {
  font-size: 13px;
  border-radius: 0;
  margin: 0 20px;
  padding: 0;
  background-image: none;
  color: #3e5564;
  text-transform: uppercase;
  background-color: transparent;
}

.cci-related-products .type-product .button {
  margin-bottom: 20px;
}

.cci-related-products .type-product .button:after,
.cci-products-guides .product .button:after {
  content: " »";
}

  .cci-related-products .type-product .button:hover,
  .cci-products-guides .product .button:hover {
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    text-decoration: none;
    color: #ee943a;
    background-image: none;
  }

.cci-related-products .container {
  padding: 0;
}

.woocommerce-tabs p, .woocommerce-tabs ul, .woocommerce-tabs ol {
  font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-weight: 700;
}

.woocommerce-Price-amount .amount {
  font-size: 30px;
  font-weight: 700;
  color: #EE953A;
}

@media screen and (max-width: 800px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
  }
  .woocommerce div.product div.summary {
    margin-bottom: 0 !important;
  }
  .cci-related-products .col-md-12 {
    margin-bottom: 20px;
  }
}
