/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a	{
	color: #295a74;
}

div.table_description.footable_description {
	font-size:12px;
}

div.quantity:before{
	content: "Quantity";
    font-weight: bold;
    padding-right: 20px;
    float: left;
    color: black;
}
 .footable-details.table, .footable-details.table *, .footable.table, .footable.table * span{
	float: left;
    background-color: #2a59742e;
    padding:2px;
    min-width: 100%;
    text-align: center;
}
.fa-envelope:before {
	color: #ccc6ad;
}
.fa-phone:before{
		color: #ccc6ad;
}
.woocommerce ul.products li.product .button	{
	min-width: 60%;
}
.woocommerce ul.products li.product li.title a {
    font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 679px) {
 .size_guide_table{
	display: table-row-group!important;
	overflow:scroll;
	}
}