/* Type */
h3, h4 {
	font-size: 24px;
	line-height: 32px;
	-moz-osx-font-smoothing: grayscale;
	margin: 24px 0 16px;
	text-align: left;
}

font {
	font-size: inherit !important;
}

/* Layout */
form.woocommerce-checkout {
	margin-bottom: 50px;
}

.align-left { text-align: left; margin: 0px auto; }

.align-right { text-align: right; margin: 0px auto; }

.mdl-inner-section {
	margin: 14px auto 24px;
	padding: 20px 24px 14px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 4px;
}

.shipping-address-btn, .billing-address-btn { margin: 0px auto; width: 90%; }

.shipping-address-btn button, .billing-address-btn button { width: auto;}

.mdl-grid--coupon {
	max-width: 400px;
	display: block;
}

.mdl-button.back-to-checkout { width: auto; }

.mdl-textfield--coupon, .mdl-button--coupon {
	margin: 0px auto;
	display: block;
}

.flux-coupon-text {
	margin: 0 0 10px;
}

.mdl-step__content {
	overflow: inherit;
	width: 100%;
}

.mdl-step__content:after {
	content: "";
	display: table;
	clear: both;
}

.mdl-grid.mdl-grid--flux {
	text-align: center;
	padding: 0px;
	margin: 0px -2%;
	width: auto;
}


.mdl-grid.mdl-grid--terms {
	text-align: center;
	padding: 0px;
	margin: 10px 0px;
	display: block;
	width: 100%;

}

.mdl-grid--flux .mdl-cell--2-col, .mdl-grid--flux .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
	width: 46%;
	margin: 0 2%;
}

.mdl-grid--flux > p.form-row:not(.mdl-cell),
.mdl-grid--flux .mdl-cell--12-col,
.mdl-grid--flux .mdl-cell--4-col-phone.mdl-cell--4-col-phone,
.mdl-grid--terms .mdl-cell--12-col,
.mdl-grid--terms .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
	margin: 0 2%;
	width: 96%;
}

.flux-heading {
	margin-bottom: 10px;
}

.mdl-cell--2-col.form-row-last {
	margin-right: auto;
}

.mdl-cell--2-col.form-row-first {
	margin-left: auto;
}

.payment_box .mdl-textfield {
	width: auto;
	clear: left;
	float: left;
}

.payment_box .mdl-textfield__input {
	display: inherit;
	width: inherit;
}

.back-to-checkout {
	width: auto;
	margin-left: 20px;
}

.mdl-layout__header-row {
	padding: 0 24px;
	max-width: 550px;
	margin: 0 auto;
}

.mdl-login-form h4 {
	text-align: left;
}

.mdl-layout__drawer {
	left: auto;
	right: 0px;
	-webkit-transform: translateX(80%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.mdl-step__label-indicator {
	width: 28px;
	height: 28px;
	overflow: hidden;
	min-width: 28px;
}

.mdl-step__label-indicator-content {
	line-height: 28px !important;
}

.mdl-step__label-indicator-preload-check {
	display: block;
	height: 0;
	width: 0;
	opacity: 0;
}

.mdl-textfield__label {
	margin: 0 !important;
}

.mdl-textfield__input {
	border-radius: 0;
	margin-top: 4px;
	border-color: #E0E0E0;
}

.woocommerce-input-wrapper strong {
	margin: 8px 0 0;
	display: block;
	line-height: normal;
}

textarea.mdl-textfield__input {
	min-height: 120px;
}

select.mdl-textfield__input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/* Remove autofill background styling. */
.mdl-textfield__input:-webkit-autofill,
.mdl-textfield__input:-webkit-autofill:hover,
.mdl-textfield__input:-webkit-autofill:focus,
.mdl-textfield__input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media screen and (max-width: 374px) {
	.mdl-step__label-indicator {
		margin-right: 0px;
	}

	.mdl-stepper--horizontal .mdl-step__label {
		flex-direction: column;
		min-height: 60px;
		padding: 24px;
		top: -13px;
	}
}

.create-account {
	margin: 20px 0 0;
	text-align: left;
	width: 100%;
}

.create-account-text {
	max-width: 400px !important;
	margin: 0 2% 30px !important;
}

.mdl-step--completed .mdl-step__label-indicator {
	background-color: #4caf50;
}

.mdl-radio {
	height: auto;
}

.woocommerce {
	position: relative;
}

.mdl-login-form {
	position: fixed;
	overflow: auto;
	top: 56px;
	left: 0px;
	padding: 10px 24px 0;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	background: white;
	text-align: center;
}

.mdl-login-form__inner {
	max-width: 500px;
	margin: 0 auto;
}

.wc_payment_methods {
	margin: 50px auto !important;
	padding: 0 !important;
	list-style: none none outside;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wc_payment_methods li {
	margin: 0 0 12px;
	padding: 15px !important;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.wc_payment_methods li:after {
	content: "";
	display: table;
	clear: both;
}

.wc_payment_methods li:last-child {
	border-bottom: none;
}

.flux-payment-method-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flux-payment-method-header label,
.flux-payment-method-header .mdl-radio__label {
	margin: 0 !important;
	width: 50%;
	cursor: pointer;
	font-size: 16px;
}

.flux-gateway-icon {
	width: 50%;
	text-align: right;
}

@media (max-width: 550px) {
	.flux-payment-method-header label {
		width: 100%;
	}

	.flux-gateway-icon {
		display: none;
	}
}

.flux-gateway-icon img {
	max-width: 100px;
	display: inline-block;
	margin: 0 0 0 4px;
	max-height: 24px;
}

.flux-gateway-icon img:first-child {
	margin-left: 0;
}

.woocommerce-terms-and-conditions-wrapper {
	text-align: left;
	margin: 50px auto;
}

/* PayPal */

.payment_method_paypal .flux-gateway-icon img {
	max-width: 118px;
	margin: -12px 0 -10px;
	max-height: none;
}

.about_paypal {
	display: none !important;
}

/* Braintree CC */

.flux-payment-method-header .wc-braintree-card-icons-container {
	float: none;
}

li.payment_method_braintree_cc .flux-gateway-icon .wc-braintree-card-icons-container img.wc-braintree-card-icon {
	height: 24px;
	width: 40px;
	margin: 0 0 0 -2px !important;
	padding: 0 0 0 3px;
	box-sizing: border-box;
}

body.wc-braintree-body .wc_payment_methods .row .form-group input[type="checkbox"] + label.wc-braintree-save-label {
	display: none !important;
}

body.wc-braintree-body .wc_payment_methods .wc-braintree-save {
	padding: 0 24px !important;
	margin: 0 15px;
	width: auto !important;
}

.payment_box .mdl-textfield.form-row-last { margin-bottom: -20px; }

.payment_box {
	margin: 6px 0 0;
	clear: both;
}

.payment_box p:last-child {
	margin-bottom: 0;
}

.wc_payment_methods li:last-child {
	margin-bottom: 0;
}

.terms {
	margin: 24px 0 16px;
}

.wc_payment_method,
.terms,
.europea-gdpr {
	text-align: left;
}

.wc_payment_method > img {
	margin: 6px 0 0;
}

.mdl-radio.is-upgraded {
	height: auto;
}

.wc_payment_method .mdl-radio {
	display: block;
	margin-top: 10px;
}

#account_password_field .mdl-textfield__label:after {
	bottom: auto;
	top: 46px;
}

.woocommerce-error {
	background: #fff;
	margin: 0px;
	padding: 20px;
	text-align: center;
	list-style: none;
	color: #b71c1c;
}

.woocommerce-password-strength {
	margin: 15px 0 0;
}

.woocommerce-password-hint {
	margin: 10px 0 0;
	display: block;
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
	color: #b71c1c;
}

.woocommerce-password-strength.strong {
	color: #4CAF50;
}

.mdl-cell,
p.form-row {
	text-align: left !important;
}

.mdl-grid {
	width: 90%;
}

.mdl-switch__focus-helper,
.mdl-radio__focus-helper,
.mdl-checkbox__focus-helper {
	transition-property: all;
	transition-delay: 0.15s;
}

.mdl-checkbox {
	height: auto;
}

.mdl-radio__label,
.mdl-checkbox__label {
	font-size: 14px;
}

.mdl-checkbox__box-outline {
	top: 4px;
}

.mdl-button {
	margin-top: 10px;
}

.mdl-button--top {
	margin-top: 24px;
}

.mdl-button--no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

form.login .mdl-checkbox {
	text-align: left;
}

.terms .mdl-checkbox {
	height: auto;
}

.mdl-step__transient-loader--generic {
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -17px;
}

.mdl-layout__drawer-button {
	left: auto;
	right: 0px;
}

.address, .mdl-button.large {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 55px !important;
}

.block {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 55px;
}

.mdl-list__item {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.billing {
	text-align: left;
}

.mdl-grid--flux .flux-checkbox--login {
	padding: 20px 0 10px;
	margin-bottom: 5px;
}

.is-active .mdl-step__actions.mdl-step__actions--hidden {
	display: none;
}

#place_order {
	margin: 16px 0;
}

body .mdl-layout__container.has-scrolling-header .mdl-layout__content {
	overflow: initial;
	position: static;
	display: block;
	background: #fff;
}

/* Order review table. */

.shop_table {
	width: 100%;
	text-align: left;
	border: solid 1px #E0E0E0;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: none;
	border-right: none;
	table-layout: fixed;
	margin-top: 24px;
	background: none !important;
}

.shop_table .product-thumbnail img {
	width: 45px;
	height: auto;
	float: left;
}

.shop_table tr {
	background: none !important;
}

.shop_table .product-total {
	width: 33.33%;
}

@media (max-width: 580px) {
	.shop_table .product-total {
		width: 50%;
	}
}

.shop_table thead th,
.shop_table tfoot th {
	border: solid 1px #E0E0E0;
	padding: 12px 10px 12px 0;
	text-align: left;
	border-left: none;
	border-right: none;
}

.shop_table tbody td,
.shop_table tfoot td {
	border: solid 1px #E0E0E0;
	padding: 12px 10px 12px 0;
	border-left: none;
	border-right: none;
	vertical-align: top;
}

.shop_table img {
	max-width: 100%;
	height: auto;
}

#shipping_method,
.woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none none outside;
}

.woocommerce-shipping-methods li {
	margin: 0 0 4px;
	display: block;
}

.woocommerce-shipping-methods li:last-child {
	margin-bottom: 0;
}

.woocommerce-shipping-methods li input {
	margin-right: 4px;
}

.woocommerce-shipping-methods li label {
	margin: 0;
}

.shop_table .product-info {
	padding-left: 60px;
}

.shop_table .variation {
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.2;
	overflow: hidden;
}

.shop_table .variation:last-child {
	margin-bottom: 0;
}

.shop_table dt,
.shop_table dd {
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

.shop_table dt {
	clear: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.shop_table dd {
	margin-bottom: 6px;
}

.shop_table dd:last-child {
	margin-bottom: 0;
}

.shop_table dt p,
.shop_table dd p {
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
}

.mdl-button--not-found { margin-bottom: 10px; }

.is-showing-login-form .mdl-layout__container .mdl-layout {
	overflow: hidden;
}

@media (max-width: 350px) {
	.mdl-grid--terms .wc-terms-and-conditions label.mdl-checkbox { font-size: 0.85em; }
}

.mdl-layout__title img {
	width: 100%;
	height: auto;
	max-height: 40px;
	max-width: 200px;
}

.mdl-grid.mdl-grid--terms { margin-bottom: 20px; }

.mdl-cell--12-col.cancel_login { margin-bottom: 10px; }


.show-coupon-button.mdl-button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.woocommerce-message { display: none; }

.pac-logo:after {display: none !important;}

.pac-icon {display: none;}

.pac-item {
	font-size: 12px;
	line-height: 34px;
	color: rgba(0, 0, 0, .87) !important;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
	padding: 0 16px;
	letter-spacing: 0;
	height: 34px;}

.mobile-sidebar {display: none;}

#login-form-popup {display: none;}

.et_social_pin_images_outer {display: none;}

.hide-on-flux {display: none !important;}

body {background: #fff;}

.select2-selection__rendered { display: none; }

.cart_item {border-bottom: 1px solid #ddd !important;}

.cart_item:nth-child(odd) {background-color: #fcfcfc;}

.flux-shipping {margin-bottom: 15px;}

.cart-link {color: #fff;text-decoration: none;}

.mdl-stepper {
	box-shadow: none;
}

.mdl-stepper--horizontal:before {
	border-bottom: 1px solid #E0E0E0 !important;
	box-shadow: none;
}

.mdl-stepper__nav {
	max-width: 550px;
	align-items: center !important;
	margin: 0 auto;
}

.mdl-step__container {
	box-sizing: border-box;
	max-width: 550px;
	padding: 0 24px;
	margin: 0 auto;
}

@media (min-width: 700px) {
	.mdl-layout__drawer {width: 320px;}
}

/* Fusion button fix */

.fusion-button {display: none;}

/* YITH Delivery Date compatability */
.is-active + #address .mdl-step__content {
	display: block;
	transform: translateX(999999999px);
	height: 0px;
}

.ywcdd_hide {
	display: none;
}

.address-info {
	vertical-align: middle;
	cursor: pointer;
}

.billing_address_fields .mdl-grid.mdl-grid--flux,
.shipping_address_fields .mdl-grid.mdl-grid--flux {
	text-align: left;
}

.woocommerce-error,
.woocommerce-message {
	display: none !important;
}

/* Social login styles */

body.woocommerce-checkout form.login .wc-social-login {
	display: block;
	text-align: left;
	margin: 20px 2% 6px;
	width: 96%;
}

.wc-social-login p {
	margin-bottom: 8px;
}

/* Germanized */

.wc-gzd-checkbox-placeholder {
	display: block;
}

.wc-gzd-checkbox-placeholder:after{
	display: table;
	clear: both;
	content: "";
}

.wc-gzd-checkbox-placeholder p {
	margin: 30px 0 5px;
}

.wc-gzd-order-submit {
	margin: 20px 0 0;
}

/* Textfield underline */

.mdl-textfield__label:after {
	display: none;
}

.mdl-textfield__input-wrapper {
	display: block;
	position: relative;
}

.mdl-textfield__highlight {
	background-color: rgb(63,81,181);
	bottom: 0;
	content: '';
	height: 2px;
	left: 45%;
	position: absolute;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	visibility: hidden;
	width: 10px;
}

.mdl-textfield.is-focused .mdl-textfield__highlight {
	left: 0;
	visibility: visible;
	width: 100%;
}

.mdl-textfield.is-invalid .mdl-textfield__highlight {
	background-color: #d50000 !important;
}

/* Select2 */
.woocommerce-checkout .billing_address_fields .select2-container,
.woocommerce-checkout .shipping_address_fields .select2-container {
	margin-top: 3px;
	height: 28px;
}

.woocommerce-checkout .billing_address_fields .select2-selection,
.woocommerce-checkout .shipping_address_fields .select2-selection {
	border-color: #e0e0e0;
	border-left: none;
	border-radius: 0px;
	border-right: none;
	border-top: none;
}

.woocommerce-checkout .billing_address_fields .select2-selection .select2-selection__rendered,
.woocommerce-checkout .shipping_address_fields .select2-selection .select2-selection__rendered {
	padding-left: 0px;
}

.woocommerce-checkout .select2-dropdown {
	border: 1px solid #e0e0e0;
}
/* End Select2 */

/* Metorik */

.metorik-email-usage-notice {
	font-size: 14px;
}

/* Woo EU VAT Field */

#woocommerce_eu_vat_number {
	width: 100%;
}

/* Extra spacing when coupon field is not present */

.flux-coupon-not-allowed {
    margin-top: 50px;
}

/* Compatibility between flux and Woo Smart coupon */
.checkout_container .gift-certificate.sc_info_box {
    width: 100% !important;
    text-align: left;
    padding: 7px 14px !important;
}
.gift-certificate ul.show_hide_list li {
    display: block;
    text-align: left;
}

li.wc_sc_schedule_gift_sending_wrapper.show {
    margin-left: 0;
}

.wc_sc_schedule_gift_sending_wrapper>span {
    display: inline-block;
    width: 50%;
}

.wc_sc_schedule_gift_sending_wrapper span.mdl-checkbox__box-outline {
	display: none;
}

.gift-certificate.sc_info_box h3 {
    margin: 10px 0;
}
/* Compatibility between flux and Woo Smart coupon ends */

/* Compatibility between Flux and Fast Checkout */
.mdl-stepper .fast-checkout-wrapper fast-checkout-cart-button {
	margin: 0 auto;
	max-width: 550px;
}

/* Compatibility with Select2 */
.mdl-textfield.is-invalid .select2-selection {
	border-color: #d50000 !important;
}

.select2-selection {
	background-color: transparent !important;
}

.select2-selection__placeholder  {
	display: none;
}

/**
 * Sometimes the placeholder shows even though its been removed, 
 * if that happens, make sure its at least transparent.
 */
#billing_state::-webkit-input-placeholder,
#shipping_state::-webkit-input-placeholder {
    opacity: 0;
}
#billing_state:-moz-placeholder,
#shipping_state:-moz-placeholder {
	opacity: 0;
}
#billing_state::-moz-placeholder,
#shipping_state::-moz-placeholder {
	opacity: 0;
}
#billing_state:-ms-input-placeholder,
#shipping_state:-ms-input-placeholder {
	opacity: 0;
}