/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/

/* Product Table CSS */
@media only screen and (max-width: 767px) {
	#product-table tbody tr {
		border-bottom: 20px solid #ffffff;
	}

	#product-table tbody tr td:first-child {
		border-top: 1px solid #E0DEDE !important;
	}
}
/* End Product Table CSS */

/* Footer CSS */
footer#thrive-footer {
    overflow: hidden !important;
}
/* End Footer CSS */