/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.2.1
License:
License URI:

*/

@import url("css/foundation_v-2.2.1.css");
/*************** ADD CUSTOM CSS HERE  ***************/

/**** Tim begin coupon code to always show on the checkout page *****/

.checkout_coupon{
display: block !important;
}

.showcoupon{
}

/**** End of coupon show on checkout page *****/


@media only screen and (max-width:48em){div[id^=aviscertifies_widget_]{display:none}}

#masthead.stuck{
	z-index: 99999999;
}

.woocommerce-checkout form.login{
	clear: both;
}

.wide-nav.stuck{
	z-index: 99999998;
}

.showcoupon{
	clear: both;
	margin-right: 20px;
}

.related.products h2{
	text-align: center;
}

.button.medium.facebook-button{
	float: left;
	display: block;
	position: relative;
	margin-right: 20px;
	
}

.pay_with_amazon{
	margin: 10px;
}



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


}