@media (min-width: 768px) {
	.pisol_single_buy_now_fixed {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.pisol_single_buy_now_fixed {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 0px 16px 21px 16px;
		background-color: rgba(255, 255, 255, 0.7);
		z-index: 101;
		display: none;
	}
	.pisol_single_buy_now_fixed .pisol_buy_now_button {
		border-radius: 10px !important;
		padding: 8px 0px 8px 16px !important;
		text-align: left!important;
	}
	
	.pisol_single_buy_now_fixed .pisol_buy_now_button span {
    float: right;
    margin-right: 96px;
    font-weight: 500;
  }
}

.acdc-modal {
	margin-top: 5rem!important;
}

#acdc-phone-label {
	width: 100%;
    padding: 15px;
}

#acdc-phone {
	width: 100%;
	text-align: left;
}

#acdc-phone.invalid {
	box-shadow: inset 2px 0 0 #e2401c;
}

#acdc-code-label {
	width: 100%;
    padding: 15px;
	display: none;
}

#acdc-code {
	width: 100%;
	text-align: left;
}

#acdc-code.invalid {
	box-shadow: inset 2px 0 0 #e2401c;
}

.acdc-error {
	background-color: #e2401c;
    border-left: .6em solid rgba(0,0,0,.15);
    padding: 1em 1.5em;
    margin-top: 0.5em;
    color: #fff;
	display: none;
}

.grecaptcha-badge {
	display: none !important;
}