.tml {
	max-width: 320px;
}

.tml * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tml .error,
.tml .message,
.tml .success {
	padding: 1em;
}

.tml .error {
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	color: #a94442;
}

.tml .error a {
	color: #843534;
}

.tml .message {
	border: 1px solid #faebcc;
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.tml .message a {
	color: #66512c;
}

.tml .success {
	border: 1px solid #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
}

.tml .success a {
	color: #2b542c;
}

.tml p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.tml label {
	display: block;
	text-align: left;
}

.tml .tml-rememberme-wrap label {
	display: inline;
	font-size: 90%;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: -1px 0 1.5em;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass1.short,
#pass1-text.short {
	border-color: #e35b5b;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass1.bad,
#pass1-text.bad {
	border-color: #f78b53;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass1.good,
#pass1-text.good {
	border-color: #ffc733;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

#pass1.strong,
#pass1-text.strong {
	border-color: #83c373;
}

.tml .password-input-wrapper {
	display: table;
	width: 100%;
}

.tml .input.password-input {
	display: table-cell;
	margin: 0;
}

.tml .pw-weak {
	display: none;
	margin-bottom: 1.5em;
}

.tml .wp-hide-pw {
	cursor: pointer;
	display: table-cell;
	margin: 0;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tml {
		max-width: 500px;
	}

	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}
#express_checkout_button_product_page {
    float: left;
    display: inline-block;
    clear: both;
    margin-top: 20px;
}
#express_checkout_button_product_page .express_checkout_button {
    float: left;
}
#express_checkout_button_product_page .express_checkout_button_cradit_card {
    float: left;   
}
.express-checkout .ex-show-address-fields {
    width: 100%;
}
.express-checkout .express-provided.hidden {
    display: none !important
}
.express-checkout #order_payment_heading {
    display: none;
}
.express-checkout .wc-terms-and-conditions {
   width: 100%; 
}
.express-checkout #ship-to-different-address {
    display: none;
}
.express-checkout.express-hide-terms .wc-terms-and-conditions {
    display: none !important
}
.express-checkout #payment .payment_methods {
    display: none
}
.ec_clearfix:before,
.ec_clearfix:after {
    content: " ";
    display: table
}
.ec_clearfix:after {
    clear: both
}
/*#payment ul.wc_payment_methods li.payment_method_express_checkout img {
    height: 24px;
    width: 40px;
}*/
.express_checkout_button_chekout_page {
    content: " ";
    display: table;
}
#express_checkout_button_chekout_page {
    display: inline-block;
}
#express_checkout_button_chekout_page .express_checkout_button {
    float: left;
}
#express_checkout_button_chekout_page .express_checkout_button_cradit_card {
    float: left;
    margin-left: 10px;
}
.express-checkout .express-provided.hidden.form-row-first+.form-row-last:not(.express-provided) {
    width: auto;
    float: none
}
#express_checkout_button_text {
    padding-bottom: 20px;
    font-size: 20px;
    color: #1982d1;
}

.single_add_to_cart_button:disabled[disabled]{
cursor: not-allowed;
    opacity: .5;
}
#express_checkout_button_product_page .express_checkout_button a input.disabled {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
    padding: 0.618em 1em;
}
#express_checkout_button_product_page .express_checkout_button_cradit_card a input.disabled {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
    padding: 0.618em 1em;
}
p.woocommerce-SavedPaymentMethods-saveNew {
    margin-bottom: 8px;
}
.angelleye_ec_save_to_accoount_box {
    clear: both;
}   


div.widget_shopping_cart_content a.paypal_checkout_button {
    border: medium none;
    clear: both;
    float: left;
    box-shadow: none;
}

div.widget_shopping_cart_content a.paypal_checkout_button image {
    box-shadow: none;
    max-width: 100%;
     padding: 0;
}

div.widget_shopping_cart_content a.paypal_checkout_button .ec_checkout_page_button_type_paypalimage, div.widget_shopping_cart_content a.paypal_checkout_button .ec_checkout_page_button_type_customimage {
    border: medium none;
    box-shadow: none;
    height: auto;
    margin: 3px 5px 3px 0;
    padding: 0;
    width: auto;
}
div.widget_shopping_cart_content a.paypal_checkout_button img.ec_checkout_page_button_type_pc {
    box-shadow: none;
}

p.woocommerce-SavedPaymentMethods-saveNew {
    width: 100%;
}

.angelleye_ec_save_to_accoount_box {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}
form div.angelleye_ec_save_to_accoount_box p.form-row.woocommerce-SavedPaymentMethods-saveNew {
    margin: 0 0 6px;
    padding: 0px;
}
.button.alt.angelleye_cancel {
    float: left;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew > label {
    display: inline-block;
    margin: 0.25em 0 0.5em;
    cursor: pointer;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew input#wc-paypal_express-new-payment-method {
    margin-bottom: -1px;
    display: inline-block;
    height: 16px;
    line-height: 0;
    margin: -4px 4px 0 0;
    min-width: 16px;
    outline: 0 none;
    padding: 0;
    text-align: center;
    float: none;
    vertical-align: middle;
    width: 16px;
}
.angelleye_button_single a.paypal_checkout_button img.ppcreditlogo.ec_checkout_page_button_type_pc  {
    border: medium none;
    clear: both;
    height: auto;
    margin: 5px 5px;
    padding: 0;
    width: auto;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none;
}
.angelleye_button_single {
    clear: both;
    float: left;
}
.single_add_to_cart_button.paypal_checkout_button.paypal_checkout_button_cc {
    border: none !important;
}
.single_add_to_cart_button.paypal_checkout_button.paypal_checkout_button_cc::before {
    content: unset !important;
    font-family: inherit !important;
}
.button.alt.angelleye_cancel {
    margin-bottom: 10px;
    text-align: center;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1024px) {
      .angelleye_button_single a.paypal_checkout_button img.ppcreditlogo.ec_checkout_page_button_type_pc {
          margin: 0px;
      }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1080px) {
      .angelleye_button_single a.paypal_checkout_button img.ppcreditlogo.ec_checkout_page_button_type_pc {
          margin: 0px;
      }
}

.angelleye-woocommerce-customer-details-email::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute;
}
.angelleye-woocommerce-customer-details-phone, .angelleye-woocommerce-customer-details-email {
        margin-bottom: 0;
        padding-left: 1.5em;
}

.angelleye-woocommerce-customer-details-phone::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute;
}

.angelleye_smart_button_top, .angelleye_smart_button_bottom {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 500px;
}

.angelleye_smart_button_top, .angelleye_smart_button_bottom, .angelleye_smart_button_checkout_top {
    min-width: 150px;
    max-width: 500px;
}
@media screen and (max-width: 400px) {
    .angelleye_smart_button_top, .angelleye_smart_button_bottom, angelleye_smart_button_checkout_top {
        width: 100%;
    }
}

@media screen and (min-width: 400px) {
    .angelleye_smart_button_top, .angelleye_smart_button_bottom, .angelleye_smart_button_checkout_top {
       min-width: 150px;
       max-width: 500px;        

    }
}