/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Hide product tabs*/
ul.tabs.wc-tabs.product-tabs {
    display: none;
}

/*styling for product info table*/
.product-info-table tr th, .product-info-table tr td {
  text-align: left;
  padding-left:10px;
}
.product-info-table td:nth-child(1){width: 30%;}
.product-info-table td:nth-child(2){width: 50%;}
.product-info-table tr:nth-child(even) {
  background-color: #d3dfe5;
}
.product-info-table tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.product-info-table th {
  background-color: #f5f5f5;
}
/*end styling for product info table*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}