/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


table.ai-single-product-table{
    width: 100%;;
    /* table-layout: fixed; */
    border-collapse: collapse;
}

table.ai-single-product-table tbody{
  width: 100%;
  overflow: auto;
  height: auto !important;
	max-height:50vh;
}

table.ai-single-product-table thead tr {
}

table.ai-single-product-table thead {
  background: black;
  color:#fff;
}

table.ai-single-product-table thead th{
	padding: 8px !important;

}

table.ai-single-product-table th,
table.ai-single-product-table td {
  padding: 5px;
  text-align: left;
  width: 200px;
	white-space: nowrap;
}

.single-product .single_add_to_cart_button.wp-element-button {
      padding : 20px 25px !important;
	}
