/*
Theme Name: Industo Child
Theme URI: http://demo.casethemes.net/industo/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/portfolio/
Description: Industo is a WordPress theme specially designed for factory, manufacturing and industrial businesses. Industo has a beautiful and unique design that will be best suited for your online web presence. It is fully responsive, retina ready and easy to customize.
Version: 1.0.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: industo
Text Domain: industo-child
Tags: business, company, construction, industrial, industry, industry theme, manufacturing, factory, engineering, energy, plants, machinery, mechanical, oil
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* WooCommerce Spec Table */
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel, .single-product table {
    border-bottom: 1px solid #007bff;
    border-left: 1px solid #868e96;
    border-collapse: collapse;
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product--title {
    padding: 0 10px;
	text-transform: uppercase;
    font-size: 14px; !important
  }
}
.woocommerce .woocommerce-product-inner {
  padding: 15px 15px 28px 15px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
	  font-size: 14px;
}
@media (max-width: 1366px) {
    .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product--title {
        font-size: 15px;
        margin-bottom: 15px;
		  text-transform: uppercase;
    }
}