/*
 Theme Name:   Test Your Infill
 Theme URI:    http://testyourinfill.com
 Description:  Charte graphique pour le site testyourinfill
 Author:       Objectif Multimédia
 Author URI:   http://www.objectif-multimedia.com
 Template:     enfold
 Version:      1.0
*/
#main a {
	text-decoration: underline;
}

p.demo_store {
	margin: 0 !important;
	opacity: .8 !important;
	padding: 0 !important;
}

.payment_method_paypal p {
	font-size: 16px !important;
	font-weight: 700 !important;
}

.cross-sells {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

button-mini-delimiter { 
	display: none !important; 
}

.show_details_button {
    display: none !important;
}

#top .avia_cart_buttons .button {
	width: 100% !important;
}

#disclaimer {
	clear: both;
	font-size: 12px;
	font-style: italic;
	padding: 10px 0 0 0;
	text-align: justify;
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the mobile view of your site */

@media only screen and (max-width: 768px) {
	
}

/*
Tablet Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the tablet view of your site */

@media only screen and (max-width: 989px) {	
	
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 990px) {
	.avia-menu-text {
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.coupon {
		float: right !important;
	}
	
	.cross-sells {
		float: left !important;
		width: 25% !important;
	}
	
	.cross-sells li {
		width: 100% !important;
	}
	
	.cart-collaterals {
		float: right !important;
		margin-left: 5% !important;
		width: 45% !important;
	}
	
	.cart-collaterals .cart_totals {
		width: 100% !important;
	}
}