section.float-shop>form>div>a.button,
section.float-shop>p>a.button {
	width: 50%;
}

section.float-shop>hr {
	margin: 1em auto !important;
}

section.float-shop>p {
	text-align: center;
}

section.float-shop>div.shopbox-outer {
	width: 100%;
}

section.float-shop>div.shopbox-outer>div.shopbox-buy {
	margin: 0 auto !important;
	width: 50%;
}

section.float-shop>div.shopbox-outer>div.shopbox-buy>* {
	text-align: center;
}

section.float-shop>div.shopbox-outer>div.shopbox-buy a,
section.float-shop>div.shopbox-outer>div.shopbox-buy input {
	width: 100%;
}

section.float-shop>p.shopbox-donate {
	text-align: center;
}

section.float-shop>form.edd_download_purchase_form {
	width: 50%;
}

section.float-shop select#aelia_cs_currencies {
	width: 100%;
}

section.float-shop .currency_button {
	background: none;
	border: 0px;
	font-size: small;
}

section.float-shop .currency_button.active {
	font-weight: 600;
}

section.float-shop span.edd_purchase_tax_rate {
	display: none;
}

section.float-twinshop .edd_download_quantity_wrapper {
	display: none;
}

section.float-twinshop div.edd_aelia_currencyselector_widget {
	display: none;
}

section.float-twinshop div.edd_purchase_submit_wrapper {
	padding-top: 1em;
}

@media only screen and (min-width:1200px) {
	section.float {
		width: 200px;
		position: fixed;
		box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
		background-color: white;
		top: 50%;
		transform: translate(0, -51%);
		padding: 1em;
	}

	section.float-shop>div.shopbox-outer>div.shopbox-buy {
		margin: 0 auto !important;
		width: 100%;
	}

	section.float>hr {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
	}

	section.float>* {
		width: 100% !important;
		text-align: center !important;
	}

	section.float-shop {
		right: 50px;
	}

	section.float-shop>form>div a.button,
	section.float-shop>p a.button {
		width: 100% !important;
	}

	section.float-donate {
		left: 50px;
	}

	img.page-image {
		width: 1024px;
	}

	.edd_quantity_amount,
	.edd_aelia_currencyselector_widget.dropdown .edd_download_quantity_wrapper {
		font-size: small;
	}
}