/*div.payment_module { padding-bottom: 20px; text-transform: none; }*/
/*.payment-options div.payment_module { padding-bottom: 20px; margin-left: 2.875rem; margin-top: 1.25rem;}	*/
div.payment_module { padding-bottom: 0px; margin-left: 2.875rem; margin-top: 1.25rem;}

div.payment_module.panel {
  width: 80%;
  margin: 0 auto;
}

div.payment_module form.panel-body {
  width: 80%;
  margin: 0 auto;
}

div.payment_module form.panel-body .control-label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

div.payment_module form.panel-body .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div.payment_module form.panel-body .helper-text {
  color: #8A6D3B;
  font-size: 12px;
  margin-top: 5px;
  height: auto;
  display: block;
}

div.payment_module form.panel-body .has-warning .helper-text {
  color: red;
}

div.payment_module form.panel-body .has-optional .helper-text {
  color: orange;
}

div.payment_module form.panel-body .braintree-hosted-fields-focused { 
  border: 1px solid #0275d8;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

div.payment_module form.panel-body .braintree-hosted-fields-focused.focused-invalid {
  border: 1px solid #ebcccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,0,.6);
}

div.payment_module form.panel-body .has-success .control-label {
	color: #3c763d;
}

div.payment_module form.panel-body .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

div.payment_module form.panel-body .has-warning .control-label {
	color: #8a6d3b;
}

div.payment_module form.panel-body .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@media (max-width: 670px) {
  div.payment_module form.panel-body .form-group {
    width: 100%;
  }
  
  div.payment_module form.panel-body .btn {
    white-space: normal;
  }
}
.braintree_title img { float: none; margin-right: 8px; margin-top: -2px; vertical-align: middle; }
#braintree-payment-form {}
#braintree-payment-form label { display: inline-block; margin-bottom: 4px; text-transform: uppercase; }
#braintree-payment-form label.lowercase { text-transform: none; }
#braintree-payment-form input[type="text"], #braintree-payment-form select { border: #CCCCCC solid 1px; margin-bottom: 15px; padding: 3px; }
#braintree-payment-form input[type="checkbox"] { margin-bottom: 15px; }
#braintree-payment-form input.braintree-card-number { width: 210px; }
#braintree-payment-form input.braintree-card-cvc {width: 48px;}
#braintree-payment-form a { display: inline; position: relative; border: none; padding: 0;}
a.braintree-card-cvc-info { font-style: italic; display: inline;}
a.braintree-card-cvc-info div.cvc-info {
	background-color: #BDE5F8;
	border: #00529B solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #00529B!important;
	display: none;
	font-style: normal;
	padding: 8px;
/*	position: absolute;
	right: -170px;
	top: -77px;*/
	text-decoration: none;
	width: 300px;
}
a.braintree-card-cvc-info:hover div.cvc-info { display: block; }
div.cvc-info:hover { cursor: default; }
#braintree-payment-form img.cc-icon { border: #CCCCCC solid 1px; float: left; margin-right: 5px; }
.block-left { display: inline-block; float: left; margin-right: 20px; }
img.disable { opacity: 0.3; }
img.enable { opacity: 1; }
#braintree-payment-form-cc .braintree-submit-button-cc { margin-left: 5px; }
#braintree-payment-form-cc a { display: inline; font-size: 11px; text-decoration: underline; }
#braintree-payment-form .braintree-submit-button, #braintree-payment-form-cc .braintree-submit-button-cc {
	position:relative;
	display:inline-block;
	padding:5px 7px;
	border:1px solid #cc9900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	color:#000;
	background:url(../../themes/default/img/bg_bt.gif) repeat-x 0 0 #f4b61b;
	cursor: pointer;
}
#braintree-payment-form .braintree-submit-button:hover, #braintree-payment-form-cc .braintree-submit-button-cc:hover {
	text-decoration:none;
	background-position: left -50px
}
div.braintree-payment-errors {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #900;
	font-size: 13px;
	background: #FCC;
	display: none;
}

div.braintree-card-deleted {
	margin: 0 0 10px 0; 
	padding: 10px;
	border: 1px solid #ade27d; 
	font-size: 13px;
	background: #d3ffab;
	display: none;
	text-transform: none;
}

#braintree-translations, #braintree-ajax-loader, #braintree-ajax-loader-paypal { display: none; }
#braintree_save_token { vertical-align: top; }
a#bt_error {
	border: none;
    padding: 0;
    margin: 0;
}
#braintree-payment-form input, #braintree-payment-form select { margin-left: 0; }
#braintree-replace-card, #braintree-delete-card { border: none; padding: 0; cursor: pointer; }

#braintree-form .clear{clear: both;}
#braintree-form .clear_none{clear: none;}
#braintree-form .ui-block-b{clear: both;}

#braintree-form #paypal-button {
	margin-bottom: 10px;
}

#braintree-payment-form #paypal-container {
	margin-top: 20px;
}

#braintree-dropin-form {}
#braintree-dropin-form #braintree-submit-button {
	display:none;
}


#braintree-hosted-form #paypal-container {
	margin-bottom: 20px;
}

#braintree-hosted-form {}
#braintree-hosted-form #braintree-submit-button {
	position:relative;
	display:none;
	padding:5px 7px;
	border:1px solid #cc9900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	color:#000;
	background:url(../img/bg_btn.gif) repeat-x 0 0 #f4b61b;
	cursor: pointer;
	line-height: normal;
    height: 30px;
}
#braintree-hosted-form #braintree-submit-button:hover {
	text-decoration:none;
	background-position: left -50px
}

#braintree-hosted-form .card-field-container {
    height: 30px;
    display: block;
}

#braintree-hosted-form .card-label {
    display: block;
    border-top: solid 1px #DEE2E5;
    border-bottom: solid 1px #DEE2E5;
    padding: 8px 0;
    margin-top: -1px;
	margin-bottom: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: background-color 131ms linear;
    -moz-transition: background-color 131ms linear;
    transition: background-color 131ms linear;
}

#braintree-hosted-form .row {
	margin: 0;
	zoom: 1;
	display: block;
    clear: both;
}

#braintree-hosted-form .column.half {
	width: 50%;
}

#braintree-hosted-form .column {
    box-sizing: border-box;
    display: block;
    float: left;
	width: 100%;
}

#braintree-hosted-form .expiration-label.right-border {
    border-right: solid 1px #DEE2E5;
    margin-right: -1px;
}

#braintree-hosted-form .cvv-label {
    border-left: solid 1px #DEE2E5;
}

#braintree-hosted-form .card-label .invalid-bottom-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #D0021B;
    height: 10px;
    width: 100%;
    -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);
    -moz-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);
    -ms-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);
    -o-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);
}

#braintree-hosted-form .ie8 .card-label .invalid-bottom-bar,.ie9 .card-label .invalid-bottom-bar{bottom:-15px}
#braintree-hosted-form .card-label .invalid-bottom-bar, .card-label .invalid-bottom-bar {bottom:-15px}

#braintree-hosted-form .braintree-hosted-fields-invalid .invalid-bottom-bar {bottom:15px}

#braintree-hosted-form .braintree-hosted-fields-invalid .field-name {color:#D0021B}

#braintree-hosted-form .card-label.invalid .invalid-bottom-bar {
    -webkit-animation: invalidBarAnimation 1600ms linear both;
    animation: invalidBarAnimation 1600ms linear both;
}

#braintree-hosted-form .payment-method-icon {
    position: absolute;
    left: auto;
    right: 14px;
    top: 50%;
    width: 41px;
    height: 27px;
    margin-top: -14px;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

#braintree-hosted-form .payment-method-icon.visa {
    display: block;
    text-indent: -999em;
    background-image: url(../img/braintree_dropin_sprite.png);
    background-position: 0 -380px;
    width: 44px;
    height: 28px;
}

#braintree-hosted-form .payment-method-icon.american-express {
    display: block;
    text-indent: -999em;
    background-image: url(../img/braintree_dropin_sprite.png);
    background-position: 0 -352px;
    width: 44px;
    height: 28px;
}
#braintree-hosted-form .payment-method-icon.master-card {
    display: block;
    text-indent: -999em;
    background-image: url(../img/braintree_dropin_sprite.png);
    background-position: 0 -268px;
    width: 44px;
    height: 28px;
}
#braintree-hosted-form .payment-method-icon.diners-club {
    display: block;
    text-indent: -999em;
    background-image: url(../img/braintree_dropin_sprite.png);
    background-position: 0 -128px;
    width: 44px;
    height: 28px;
}
#braintree-hosted-form .payment-method-icon.discover {
    display: block;
    text-indent: -999em;
    background-image: url(../img/braintree_dropin_sprite.png);
    background-position: 0 -156px;
    width: 44px;
    height: 28px;
}
#braintree-hosted-form .payment-method-icon.jcb {
    display: block;
    text-indent: -999em;
    background-image: url(../img/braintree_dropin_sprite.png);
    background-position: 0 -212px;
    width: 44px;
    height: 28px;
}
#braintree-hosted-form .payment-method-icon.maestro {
    display: block;
    text-indent: -999em;
    background-image: url(../img/braintree_dropin_sprite.png);
    background-position: 0 -240px;
    width: 44px;
    height: 28px;
}

#braintree-hosted-form #braintree-paypal-loggedout #braintree-paypal-button {
    border: none;
    padding: 0;
}

#braintree-dropin-form #braintree-submit-button {
	padding: 12px 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #3AAB00;
    width: 100%;
    text-align: center;
	font-weight:bold;
	border-radius: 3px;
}

.card-label.active{z-index:2;background-color:#f9f9f9}
.card-label.active ::-webkit-input-placeholder{color:#283036}
.card-label.active :-moz-placeholder{color:#283036}
.card-label.active ::-moz-placeholder{color:#283036}
.card-label.active :-ms-input-placeholder{color:#283036}
.card-label.active .field-name{color:#283036}
.card-label.show-label .field-name{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.card-label.active+.card-label,.card-label.active+.checkbox-label{border-top-color:transparent}
.card-label.invalid{z-index:3}
.card-label.invalid ::-webkit-input-placeholder{color:#D0021B}
.card-label.invalid :-moz-placeholder{color:#D0021B}
.card-label.invalid ::-moz-placeholder{color:#D0021B}
.card-label.invalid :-ms-input-placeholder{color:#D0021B}
.card-label.invalid,.card-label.invalid .card-field,.card-label.invalid .field-name{color:#D0021B}
.card-label.invalid .card-field{border-bottom-color:#D0021B;background:0 0;-webkit-animation:cardFieldAnimation 800ms linear both;animation:cardFieldAnimation 800ms linear both}

.is-modern .card-label.invalid .invalid-bottom-bar{-webkit-animation:invalidBarAnimation 1600ms linear both;animation:invalidBarAnimation 1600ms linear both}

.ie8 .card-label.invalid .invalid-bottom-bar,.ie9 .card-label.invalid .invalid-bottom-bar{bottom:-7px}


p.payment_module a.braintree:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}

p.payment_module a.braintree {
    background: url(../img/braintree.png) 15px 12px no-repeat #fbfbfb;
}

.payment_module .spacer {
    margin-top: 5px;
    height: 12px;
    display: block;
}

#card-container .form-group .form-control {
    max-width: 100%;
}


#new-paypal-container .paypal-button {    white-space: nowrap;    overflow: hidden;    margin: 0;    padding: 0;    background: 0;    border: 0;    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;    text-transform: none;    font-weight: 500;    -webkit-font-smoothing: antialiased;    font-smoothing: antialiased;    cursor: pointer;    z-index: 0;}
#new-paypal-container .paypal-button-logo {    display: inline-block;    border: 1px solid #aaa;    border-right: 0;    border-radius: 3px 0 0 3px;    vertical-align: top;    box-sizing: content-box !important;}
#new-paypal-container .paypal-button-content {    padding: 4px 8px 4px;    border: 1px solid transparent;    border-radius: 0 3px 3px 0;    min-width: 57px !important;    box-sizing: content-box !important;}
#new-paypal-container .paypal-button-content img {    vertical-align: middle;    padding: 0 !important;    display: inline !important;    background: none !important;    border: none !important;    box-sizing: content-box !important;}
#new-paypal-container .paypal-button-logo {    width: 24px;    height: 24px;}
#new-paypal-container .paypal-button-logo img {    width: 18px;    height: 18px;    margin: 3px 0 0 -1px;    padding: 0 !important;    display: inline !important;    background: none !important;    border: none !important;    box-sizing: content-box !important;}
#new-paypal-container .paypal-button-content {    height: 16px;    display:inline-block;    font-size: 9.5px !important;    line-height: 16px !important;}
#new-paypal-container .paypal-button-content img {    width: 63px;    height: 16px;    margin: 1px 0 0 1px;}
#new-paypal-container .paypal-button-tag-content{    line-height: 10px;    width: 100%;    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    font-weight: normal;    font-size: 9.25px;    color: #003366;    display: inline-block;    width: 80%;    margin-top: -1px;    margin-top: -1px;}
#new-paypal-container .paypal-button.paypal-size-medium .paypal-button-logo {    width: 30px;    height: 30px;}
#new-paypal-container .paypal-button.paypal-size-medium .paypal-button-logo img {    width: 22px;    height: 22px;    margin: 4px 0 0 0px;}
#new-paypal-container .paypal-button.paypal-size-medium .paypal-button-content {    height: 19px;    font-size: 10px !important;    line-height: 19px !important;    padding: 5px 8px 6px;    min-width: 71px !important;}
#new-paypal-container .paypal-button.paypal-size-medium .paypal-button-content img {    width: 71px;    height: 19px;    margin: 2px 0 0 1px;}
#new-paypal-container .paypal-button.paypal-size-large .paypal-button-logo {    width: 42px;    height: 42px;}
#new-paypal-container .paypal-button.paypal-size-large .paypal-button-logo img {    width: 30px;    height: 30px;    margin: 6px 0 0 -1px;}
#new-paypal-container .paypal-button.paypal-size-large .paypal-button-content {    height: 25px;    font-size: 13px !important;    line-height: 25px !important;    padding: 8px 13px 9px;    min-width: 109px !important;}
#new-paypal-container .paypal-button.paypal-size-large .paypal-button-content img {    width: 93px;    height: 25px;    margin: 2px 0 0 2px;}
#new-paypal-container .paypal-button.paypal-style-primary .paypal-button-content {    background: #009cde;    border-color: #009cde;    color: #fff;}
#new-paypal-container .paypal-button.paypal-style-secondary .paypal-button-logo {    border: 1px solid #cfcfcf;    border-right: 0;}
#new-paypal-container .paypal-button.paypal-style-secondary .paypal-button-content {    background: #eee;    border-color: #cfcfcf;    color: #333;}
#new-paypal-container .paypal-button.paypal-style-tertiary {    line-height: 11.4px;}
#new-paypal-container .paypal-style-tertiary.paypal-size-small {    max-width: 144px;    overflow: visible;    display: block;}
#new-paypal-container .paypal-button.paypal-style-tertiary .paypal-button-logo {    display: none;}
#new-paypal-container .paypal-button.paypal-style-tertiary .paypal-button-content {    height: 14px;    white-space: nowrap;    overflow: hidden;    font-family: "Arial Black", gadget, sans-serif;    font-weight: bolder;    font-style: italic;    border: 1px solid #ffa823;    color: #003366;    background: #ffa823;    position: relative;    cursor: pointer;    z-index: 0;    border-top-left-radius: 30px;    border-top-right-radius: 30px;    border-bottom-left-radius: 30px;    border-bottom-right-radius: 30px;    /*border-radius: 30px;*/    line-height: 9px !important;    letter-spacing: -0.5px;}
#new-paypal-container .paypal-button.paypal-style-tertiary .paypal-button-content:after {    content: " ";    position: absolute;    width: 98%;    height: 60%;    /*border-radius: 40px 40px 68px 68px;*/    border-top-left-radius: 40px;    border-top-right-radius: 40px;    border-bottom-left-radius: 68px;    border-bottom-right-radius: 68px;    top: 0;    left: 0;    background: -webkit-linear-gradient(top, #fefefe 0%, #fed994 100%);    background: -moz-linear-gradient(top, #fefefe 0%, #fed994 100%);    background: -ms-linear-gradient(top, #fefefe 0%, #fed994 100%);    background: linear-gradient(top, #fefefe 0%, #fed994 100%);    z-index: -1;    -webkit-transform: translateX(1%);    -moz-transform: translateX(1%);    -ms-transform: translateX(1%);    transform: translateX(1%);}
#new-paypal-container .paypal-button.paypal-style-tertiary .paypal-button-content span {    white-space: normal;    display: inline-block;    width: 60px;    margin-top: -2px;    margin-right: 3px;    margin-left: -2px;    padding-left: 5px;    padding-right: 3px;}
#new-paypal-container .pt_BR.paypal-style-tertiary .paypal-button-content span {    padding-left: 3px;    padding-right: 5px;}
#new-paypal-container .de_DE.paypal-style-tertiary .paypal-button-content span {    width: 70px;    margin-left: -8px;    margin-right: 4px;}
#new-paypal-container .fr_CA.paypal-style-tertiary .paypal-button-content span {    width: 56px;    margin-left: -3px;    margin-right: 0;}
#new-paypal-container .en_US.paypal-style-tertiary .paypal-button-content span,.en_GB.paypal-style-tertiary .paypal-button-content span,.en_AU.paypal-style-tertiary .paypal-button-content span,.da_DK.paypal-style-tertiary .paypal-button-content span,.zh_HK.paypal-style-tertiary .paypal-button-content span,.zh_CN.paypal-style-tertiary .paypal-button-content span,.ja_JP.paypal-style-tertiary .paypal-button-content span,.pl_PL.paypal-style-tertiary .paypal-button-content span,.sv_SE.paypal-style-tertiary .paypal-button-content span,.zh_TW.paypal-style-tertiary .paypal-button-content span,.th_TH.paypal-style-tertiary .paypal-button-content span{    margin-top: 3px;}
#new-paypal-container .ja_JP.paypal-style-tertiary .paypal-button-content span:first-child {    width: 5px;}
#new-paypal-container .ja_JP.paypal-style-tertiary .paypal-button-content span:last-child {    width: 46px;}
#new-paypal-container .zh_CN.paypal-style-tertiary .paypal-button-content span {    width: 24px;}
#new-paypal-container .es_ES.paypal-style-tertiary .paypal-button-content span {    width: 41px;    margin-left: 8px;}
#new-paypal-container .fr_FR.paypal-style-tertiary .paypal-button-content span {    width: 49px;    margin-left: 6px;}
#new-paypal-container .it_IT.paypal-style-tertiary .paypal-button-content span {    width: 44px;    margin-left: 5px;    margin-right: 3px;}
#new-paypal-container .tr_TR.paypal-style-tertiary .paypal-button-content span {    width: 46px;    margin-left: 0;    margin-right: 1px;}
#new-paypal-container .he_IL.paypal-style-tertiary {    unicode-bidi: embed;    direction: rtl;}
#new-paypal-container .zh_HK.paypal-style-tertiary .paypal-button-content span {    width: 20px;    margin-left: 15px;    margin-right: 26px;    margin-top: -2px;}
#new-paypal-container .he_IL.paypal-style-tertiary .paypal-button-content span {    width: 44px;    margin-left: 5px;    margin-right: 6px;}
#new-paypal-container .nl_NL.paypal-style-tertiary .paypal-button-content span {    width: 40px;    margin-left: 9px;    margin-right: 12px;    margin-top: -2px;}
#new-paypal-container .no_NO.paypal-style-tertiary .paypal-button-content span {    margin-top: 3px;}
#new-paypal-container .paypal-button.paypal-style-tertiary .paypal-button-content img {    vertical-align: top;    margin-left: -7px;    margin-right: 4px;}
#new-paypal-container .pt_BR.paypal-style-tertiary .paypal-button-content img {    margin-left: -3px;    margin-right: 0;}
#new-paypal-container .es_ES.paypal-style-tertiary .paypal-button-content img,.it_IT.paypal-style-tertiary .paypal-button-content img {    margin-right: 13px;}
#new-paypal-container .fr_FR.paypal-style-tertiary .paypal-button-content img{    margin-right: 7px;}
#new-paypal-container .fr_CA.paypal-style-tertiary .paypal-button-content img {    margin-right: 5px;    vertical-align: middle;    margin-left: 0;}

#new-paypal-container .zh_CN.paypal-style-tertiary .paypal-button-content img {    margin: 0;} #new-paypal-container .de_DE.paypal-style-tertiary .paypal-button-content img {    margin-right: -1px;} #new-paypal-container .he_IL.paypal-style-tertiary .paypal-button-content img {    margin-left: 7px;    margin-right: -4px;} #new-paypal-container .ja_JP.paypal-style-tertiary .paypal-button-content img,.tr_TR.paypal-style-tertiary .paypal-button-content img {    margin-left: 7px;} #new-paypal-container .fr_CA .paypal-button-tag-content {    width: 70%;    white-space: normal;    margin-top: 0;} #new-paypal-container .id_ID .paypal-button-tag-content,.nl_NL .paypal-button-tag-content,.no_NO .paypal-button-tag-content,.pt_BR .paypal-button-tag-content,.ru_RU .paypal-button-tag-content,.sv_SE .paypal-button-tag-content,.tr_TR .paypal-button-tag-content {    width: 80%;    white-space: normal;    margin-top: 0;} #new-paypal-container .he_IL .paypal-button-tag-content,.pt_PT .paypal-button-tag-content  {    width: 100%;    white-space: normal;    margin-top: 0;} #new-paypal-container .es_ES .paypal-button-tag-content,.th_TH .paypal-button-tag-content {    width: 100%;} #new-paypal-container .de_DE.paypal-style-tertiary .paypal-button-content,.fr_FR.paypal-style-tertiary .paypal-button-content {    line-height: 9px !important;} #new-paypal-container /*NEW CREDIT BUTTON*/.paypal-button.paypal-style-quaternary .paypal-button-content {    padding-top: 0;    padding-bottom: 0;    background: #003087;    color: white;    text-shadow: 0px -1px 0 #0d86bb;    text-transform: uppercase;    font-style: italic;    font-weight: bold;    position: relative;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-small .paypal-button-content::before {    content: "";    padding: 1px;    top: -1px;    left: -1px;    position: absolute;    z-index: -1;    width: 100%;    height: 100%;    border-top-left-radius: 14px;    border-bottom-left-radius: 14px;    border-top-right-radius: 14px;    border-bottom-right-radius: 14px;    background:       -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#cccccc)) 0 100% !important;    background:       -webkit-linear-gradient(#f5f5f5, #cccccc) 0 100%;    background:      -moz-linear-gradient(#f5f5f5, #cccccc) 0 100%;        background:      -o-linear-gradient(#f5f5f5, #cccccc) 0 100%;    background:      linear-gradient(to bottom, #f5f5f5, #cccccc) 0 100% !important;} #new-paypal-container .paypal-style-quaternary .paypal-button-logo {    display: none;    } #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-small {    max-width: auto !important;    width: auto;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-small .paypal-button-content {    height: 24px !important;    max-height: 24px !important;    padding-left: 6px;    padding-right: 6px;    margin-left: 2px;    margin-top: 2px;    width: 130px;    display: inline-block;    overflow: visible;    border-top-left-radius: 12px;    border-bottom-left-radius: 12px;    border-top-right-radius: 12px;    border-bottom-right-radius: 12px;    border: none;    font-size: 11px !important;    line-height: 26px !important;    vertical-align: middle;    margin-right: 3px;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-small .paypal-button-content img {    height: 16px;    width: 100px !important;    line-height: 32px;    margin-top: -3px;    padding-right: 10px;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-small .paypal-button-tag-content {  line-height: 11px;  font-size: 9px;  margin-top: 2px;  color: #003366;  display: block;  text-align: center;  width: auto;} #new-paypal-container /* override: rectangle shape vs default pill-shape*/.paypal-button.paypal-style-quaternary.paypal-size-small.paypal-shape-rect .paypal-button-content::before {    border-top-left-radius: 4px;    border-bottom-left-radius: 4px;    border-top-right-radius: 4px;    border-bottom-right-radius: 4px;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-small.paypal-shape-rect .paypal-button-content {    border-top-left-radius: 4px;    border-bottom-left-radius: 4px;    border-top-right-radius: 4px;    border-bottom-right-radius: 4px;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-medium .paypal-button-content {    height: 30px !important;    max-height: 30px !important;    padding-left: 6px;    padding-right: 6px;    margin-left: 2px;    margin-top: 1px;    width: 210px;    display: inline-block;    overflow: visible;    border-top-left-radius: 15px;    border-bottom-left-radius: 15px;    border-top-right-radius: 15px;    border-bottom-right-radius: 15px;    border: none;    font-size: 12px !important;    line-height: 34px !important;    vertical-align: middle;    margin-right: 3px;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-medium .paypal-button-content::before {    content: "";    padding: 2px;    top: -2px;    left: -2px;    position: absolute;    z-index: -1;    width: 100%;    height: 100%;    background:       -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#cccccc)) 0 100%;    background:       -webkit-linear-gradient(#f5f5f5, #cccccc) 0 100%;    background:      -moz-linear-gradient(#f5f5f5, #cccccc) 0 100%;        background:      -o-linear-gradient(#f5f5f5, #cccccc) 0 100%;    background:      linear-gradient(to bottom, #f5f5f5, #cccccc) 0 100%;    border-top-left-radius: 17px;    border-bottom-left-radius: 17px;    border-top-right-radius: 17px;    border-bottom-right-radius: 17px;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-medium .paypal-button-content img {    height: 20px;    width: 150px !important;    line-height: 34px;    margin-top: -4px;    padding-right: 0;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-medium .paypal-button-tag-content {  line-height: 12px;  font-size: 10px;  margin-top: 4px;  color: #000;  display: block;  text-align: center;  width: auto;} #new-paypal-container /* override: rectangle shape vs default pill-shape*/.paypal-button.paypal-style-quaternary.paypal-size-medium.paypal-shape-rect .paypal-button-content::before {    border-top-left-radius: 6px;    border-bottom-left-radius: 6px;    border-top-right-radius: 6px;    border-bottom-right-radius: 6px;} #new-paypal-container .paypal-button.paypal-style-quaternary.paypal-size-medium.paypal-shape-rect .paypal-button-content {    border-top-left-radius: 6px;    border-bottom-left-radius: 6px;    border-top-right-radius: 6px;    border-bottom-right-radius: 6px;} #new-paypal-container /*NEW CHECKOUT BUTTON*/.paypal-button-widget {    overflow: visible;} #new-paypal-container .paypal-button-widget button[disabled] {    cursor: not-allowed;} #new-paypal-container .paypal-button.paypal-style-checkout .paypal-button-content {    padding-top: 0;    padding-bottom: 0;    position: relative;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-color-gold .paypal-button-content {    background: #ffc439;    color: #000;    text-shadow: 0px 1px 0 #ffdc88;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content::before {    content: "";    padding: 1px;    top: -1px;    left: -1px;    position: absolute;    z-index: -1;    width: 100%;    height: 100%;    border-top-left-radius: 14px;    border-bottom-left-radius: 14px;    border-top-right-radius: 14px;    border-bottom-right-radius: 14px;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-color-gold .paypal-button-content::before {    background:       -webkit-gradient(linear, 0 0, 0 100%, from(#ffdc88), to(#d9a630)) 0 100%;    background:       -webkit-linear-gradient(#ffdc88, #d9a630) 0 100%;    background:      -moz-linear-gradient(#ffdc88, #d9a630) 0 100%;        background:      -o-linear-gradient(#ffdc88, #d9a630) 0 100%;    background:      linear-gradient(to bottom, #ffdc88, #d9a630) 0 100%;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-color-blue .paypal-button-content {    background: #009cde;    color: white;    text-shadow: 0px -1px 0 #0d86bb;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-color-blue .paypal-button-content::before {    background:       -webkit-gradient(linear, 0 0, 0 100%, from(#4dbae8), to(#0d86bb)) 0 100%;    background:       -webkit-linear-gradient(#4dbae8, #0d86bb) 0 100%;    background:      -moz-linear-gradient(#4dbae8, #0d86bb) 0 100%;        background:      -o-linear-gradient(#4dbae8, #0d86bb) 0 100%;    background:      linear-gradient(to bottom, #4dbae8, #0d86bb) 0 100%;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-color-silver .paypal-button-content {    background: #eee;    color: #000;    text-shadow: 0px -1px 0 #ccc;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-color-silver .paypal-button-content::before {    background:       -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#cccccc)) 0 100% !important;    background:       -webkit-linear-gradient(#f5f5f5, #cccccc) 0 100%;    background:      -moz-linear-gradient(#f5f5f5, #cccccc) 0 100%;    background:      -o-linear-gradient(#f5f5f5, #cccccc) 0 100%;    background:      linear-gradient(to bottom, #f5f5f5, #cccccc) 0 100% !important;} #new-paypal-container .paypal-style-checkout .paypal-button-logo {    display: none;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-small {    max-width: 148px !important;    width: auto;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content {    height: 24px !important;    max-height: 24px !important;    padding-left: 6px;    padding-right: 6px;    margin-left: 2px;    margin-top: 2px;    margin-right: 2px;    width: 130px;    display: inline-block;    overflow: visible;    border-top-left-radius: 12px;    border-bottom-left-radius: 12px;    border-top-right-radius: 12px;    border-bottom-right-radius: 12px;    border: none;    font-size: 10.2px !important;    line-height: 26px !important;    vertical-align: middle;} #new-paypal-container /* override: rectangle shape vs default pill-shape*/.paypal-button.paypal-style-checkout.paypal-size-small.paypal-shape-rect .paypal-button-content::before {    border-top-left-radius: 4px;    border-bottom-left-radius: 4px;    border-top-right-radius: 4px;    border-bottom-right-radius: 4px;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-small.paypal-shape-rect .paypal-button-content {    border-top-left-radius: 4px;    border-bottom-left-radius: 4px;    border-top-right-radius: 4px;    border-bottom-right-radius: 4px;} #new-paypal-container /* end shape override */.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content img {    height: 20px;    line-height: 32px;    margin-top: -3px;    padding-right: 10px;    margin-right: 4px;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content {  line-height: 11px;  font-size: 9px;  margin-top: 3px;  color: #003366;  display: block;  text-align: center;  width: auto;} #new-paypal-container .pt_BR.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content,.id_ID.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content,.nl_NL.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content,.ru_RU.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content,.tr_TR.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content {  width: 80%;  margin: auto;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-tiny {    max-width: 80px !important;    width: auto;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-tiny .paypal-button-content {    height: 18px !important;    max-height: 18px !important;    padding-left: 5px;    padding-right: 5px;    margin-left: 2px;    margin-top: 2px;    margin-bottom: 2px;    margin-right: 2px;    width: 66px;    display: inline-block;    overflow: visible;    border-top-left-radius: 9px;    border-bottom-left-radius: 9px;    border-top-right-radius: 9px;    border-bottom-right-radius: 9px;    border: none;    font-size: 10px !important;    line-height: 20px !important;    vertical-align: middle;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-tiny .paypal-button-content::before {    content: "";    padding: 1px;    top: -1px;    left: -1px;    position: absolute;    z-index: -1;    width: 100%;    height: 100%;    border-top-left-radius: 10px;    border-bottom-left-radius: 10px;    border-top-right-radius: 10px;    border-bottom-right-radius: 10px;} #new-paypal-container /* override: rectangle shape vs default pill-shape*/.paypal-button.paypal-style-checkout.paypal-size-tiny.paypal-shape-rect .paypal-button-content::before {    border-top-left-radius: 3px;    border-bottom-left-radius: 3px;    border-top-right-radius: 3px;    border-bottom-right-radius: 3px;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-tiny.paypal-shape-rect .paypal-button-content {    border-top-left-radius: 3px;    border-bottom-left-radius: 3px;    border-top-right-radius: 3px;    border-bottom-right-radius: 3px;} #new-paypal-container /* end shape override */.paypal-button.paypal-style-checkout.paypal-size-tiny .paypal-button-content img {    height: 16px;    line-height: 24px;    margin-top: -4px;    padding-right: 0;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-tiny .paypal-button-tag-content {  display: none;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-medium {    max-width: 230px !important;    width: auto;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content {    height: 30px !important;    max-height: 30px !important;    padding-left: 6px;    padding-right: 6px;    margin-left: 2px;    margin-top: 2px;    margin-right: 2px;    width: 210px;    display: inline-block;    overflow: visible;    border-top-left-radius: 15px;    border-bottom-left-radius: 15px;    border-top-right-radius: 15px;    border-bottom-right-radius: 15px;    border: none;    font-size: 12px !important;    line-height: 34px !important;    vertical-align: middle;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content::before {    content: "";    padding: 2px;    top: -2px;    left: -2px;    position: absolute;    z-index: -1;    width: 100%;    height: 100%;    border-top-left-radius: 17px;    border-bottom-left-radius: 17px;    border-top-right-radius: 17px;    border-bottom-right-radius: 17px;} #new-paypal-container /* override: rectangle shape vs default pill-shape*/.paypal-button.paypal-style-checkout.paypal-size-medium.paypal-shape-rect .paypal-button-content::before {    border-top-left-radius: 6px;    border-bottom-left-radius: 6px;    border-top-right-radius: 6px;    border-bottom-right-radius: 6px;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-medium.paypal-shape-rect .paypal-button-content {    border-top-left-radius: 6px;    border-bottom-left-radius: 6px;    border-top-right-radius: 6px;    border-bottom-right-radius: 6px;} #new-paypal-container /* end shape override */.paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content img {    height: 24px;    line-height: 34px;    margin-top: -4px;    margin-right: 4px;    padding-right: 0;} #new-paypal-container .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-tag-content {  line-height: 12px;  font-size: 10px;  margin-top: 4px;  color: #003366;  display: block;  text-align: center;  width: auto;} #new-paypal-container .id_ID.paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-tag-content{  width: 66%;  margin: auto;} #new-paypal-container .pt_PT.paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-tag-content{  width: 80%;  margin: auto;} #new-paypal-container .pt_BR.paypal-style-checkout.paypal-size-small .paypal-button-content img {    display: inline-block;    margin-top: -4px;    margin-left: 6px;} #new-paypal-container .ru_RU.paypal-style-checkout.paypal-size-small .paypal-button-content img {    display: inline-block;    margin-top: -13px;    margin-left: 6px;} #new-paypal-container .pt_BR.paypal-style-checkout.paypal-size-small .paypal-button-content span,.ru_RU.paypal-style-checkout.paypal-size-small .paypal-button-content span {    line-height: 12px;    width: 56px;    display: inline-block;    height: 26px;    margin-right: 6px;    margin-left: 0px;    white-space: normal;} #new-paypal-container /*.nl_NL.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-content img {    height: 20px;    line-height: 32px;    margin-top: -11px;    padding-right: 10px;} #new-paypal-container *//*.nl_NL.paypal-style-checkout.paypal-size-small .paypal-button-content span {    line-height: 12px;    height: 26px;    display: inline-block;} #new-paypal-container */.nl_NL.paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content img {    height: 24px;    line-height: 34px;    margin-top: -5px;    margin-left: 16px;    padding-right: 0;}

#paypal-container #braintree-paypal-loggedin {
	display: block; max-width: 500px; overflow: hidden; padding: 16px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(209, 212, 214); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(209, 212, 214); background-position: 20px 50%; background-repeat: no-repeat;
}

#paypal-container #bt-pp-name {
	color: rgb(40, 48, 54); font-size: 13px; font-weight: 800; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-left: 88px; -webkit-font-smoothing: antialiased;
}

#paypal-container #bt-pp-email {
	color: rgb(110, 120, 127); font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-left: 5px; -webkit-font-smoothing: antialiased;
}

#paypal-container .bt-pp-submit {
	color: rgb(61, 149, 206); font-size: 11px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 20px; margin: 0px 0px 0px 25px; padding: 0px; border: 0px; cursor: pointer; text-decoration: underline; float: right; -webkit-font-smoothing: antialiased; background-color: transparent;
}

@media (max-width: 640px) {
  #braintree-hosted-form #braintree-submit-button {
	font-size: 15px;
  }
}

#braintree-applepay-option {
	display: none;
}

#braintree-applepay-option .braintree img {
	width: 61px;
}

#braintree-applepay #applepay-pay, #braintree-applepay #applepay-setup {
	display: none;
	cursor: pointer;
}

#braintree-applepay #applepay-pay span, #braintree-applepay #applepay-setup span {
	display: block;
}

/* CSS */
@supports (-webkit-appearance: -apple-pay-button) { 
    #braintree-hosted-form .apple-pay-button {
        display: none;
	}
    #braintree-hosted-form .apple-pay-setup-button {
        display: none;
	}

	.apple-pay-button {
        -webkit-appearance: -apple-pay-button;
		cursor: pointer;
    }
    .apple-pay-setup-button {
        -webkit-appearance: -apple-pay-button;
		-apple-pay-button-type: set-up;
		cursor: pointer;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}
@supports not (-webkit-appearance: -apple-pay-button) {
    #braintree-hosted-form .apple-pay-button {
        display: none;
	}
    #braintree-hosted-form .apple-pay-setup-button {
        display: none;
	}
	
	.apple-pay-button {
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
		cursor: pointer;
    }
    .apple-pay-setup-button {
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
		cursor: pointer;
    }
    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    } 
}

#braintree-hosted-form #cardholder-name {
	border: none;
	width: 100%;
	height: 100%;
	float: left;
	outline: 0;
}

#braintree-hosted-form #cardholder-name:invalid {
  color: red;
}

#braintree-hosted-form #cardholder-name:valid {
  color: green;
}
