/*
Theme Name: Staxx
Description: Simple. Affordable. Beatiful.
Author:  integritive inc.
Version: 1.0
Template: enfold
*/

:root {
	--main-theme: #005776;
	--dark: #005776;
	--alt-theme: #f8f8f8;
}

/* Fix for transparent logos with WebP Express in CDN Friendly mode */
#top .av_header_transparency.av_alternate_logo_active .logo a > picture > img {
	opacity: 0;
	filter: alpha(opacity=0);
}
@media only screen and (max-width: 767px) {
	.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > picture > img {
		opacity: 1;
	}
}

.cart input.wcsatt-add-to-subscription-action-input {
	width: auto;
}
.wcsatt-options-cart {
	text-align: left;
}

/*#top .wc_payment_methods .payment_method_cheque{
	display: none;
}*/

#top #payment ul.payment_methods{
	padding-top: 0;
}

/* Hide the "Click here to register" link on the registration page */
.wpmem-register-page .link-text-register {
	display: none;
}
#wpmem_login .div_text,
#wpmem_login .button_div,
#wpmem_login .link-text,
#wpmem_reg .button_div {
	width: 100%;
}

/* Cart subscriptions */
.cart-collaterals .cart_totals a.button.alt {
	float: none;
}
.wcsatt-add-cart-to-subscription-intro {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}
.wcsatt-add-cart-to-subscription-action-label {
	display: flex;
	align-items: center;
	text-align: left;
}
.wcsatt-add-cart-to-subscription-action-input {
	position: static;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td a,
.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td button,
.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td a,
.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td button {
	float: none;
}

/* Account Dashboard */
.button.reactivate {
	display: none;
}

#socket {
	z-index: 0;
}