/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.mobile-cta{
	position: fixed;
	bottom:0;
	width:100%;
	background-color:#8d9db3;
	border-top:1px solid white;
	z-index: 1000;
	color: #ffffff;
}
.mobile-cta-phone,
.mobile-cta-email{
	width:50%;
	float:left;
	text-align:center;
	padding: 10px 5px;
}
.mobile-cta-phone{
	border-right:1px solid white;
}
.mobile-cta-phone span,
.mobile-cta-email span{
	display:block;
	width:100%;
}

.mobile-cta-phone a,
.mobile-cta-email a{
	color: #ffffff;
}



/*Gutschein Styling der Namen*/

.product_cat-gutscheine .single_variation_wrap{
	margin-left:0 !important;
}
.product_cat-gutscheine .single_variation_wrap .input-text{
	background-color:#ffffff !important;
}

/*
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: 768px) {
  /* Add your Desktop Styles here */
	.mobile-cta{
		display:none;
	}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
}