/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

#tab-description table {
    width: 100%;
}
.single-product .woocommerce-tabs table.woocommerce-product-attributes tr th, .single-product .woocommerce-tabs table.woocommerce-product-attributes tr td  {
    padding-top: 0;
    padding-bottom: 6px;
}
.single-product .woocommerce-tabs table.woocommerce-product-attributes tr th {
    white-space: nowrap;
}
.woocommerce-Tabs-panel > p  , .woocommerce-Tabs-panel, #tab-shipping_tab{
    font-size: 15px;
}
@media (max-width: 600px) {
    .single-product #page .woocommerce-tabs ul.tabs li {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        text-align: left;
    }
}
