/*
EVOLOK CSS
*/

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/webfonts/fa-regular-400.woff);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/webfonts/fa-solid-900.woff);
}

/*
COMMON
*/

.icon.close {
    cursor: pointer;
    font-size: 1.6em;
    position: absolute;
    top: -18px;
    right: -18px;
    background: black;
    line-height: 32px;
    padding: 0px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    /*box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);*/
    text-align: center;
}

.icon.close:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    font-size: .6em;
    color: #fff;
}

#widget-body .widget-label,
#widget-body .remember-me,
.txt_divider p {
    color: #777;
}

#widget-body .forgot-password {
	color: red;
	font-size: 14px;
}

#widget_social_icon_btns_desc {
    padding-top: 0px !important;
}

#login-flip-front {
    min-width: auto !important;
    width: 100%;
}


.custom_black_backgrnd,
.popup_lighbox {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0.8;
    z-index: 999999;
}

.ev-box-account {
    display: block;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
}

.ev-box-password {
    width: 480px;
    margin: 0px auto;
}

.ev-box-password .widget-body {
    padding: 4px;
}

div [type='button'] {
    -webkit-appearance: initial;
}



/*
PRODUCT SELECTION
*/



ev-product-selection,
ev-payment-type-selector,
ev-product-summary,
ev-product-profile,
ev-paypal-subscription {
    display: block;
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 20px;
    background: white;
    font-size: 14px;
}

.ev-link-login,
ev-profile,
.ev-button-suscribase,
.ev-link-home,
.ev-link-profile,
.ev-link-logout a {
    display: inline-block;
}

#show-sign-in,
#show-register,
.ev-link-login,
.ev-link-home,
.ev-link-profile,
.ev-button-suscribase a,
.ev-link-logout a {
    cursor: pointer;
    background-color: #F8F8F8 !important;
    border: 1px solid #EEE;
    color: #777;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 20px;
    margin: 5px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.ev-button-suscribase a {
    color: white;
    background-color: #E12248 !important;
    border: 1px solid #E12248;
    transition: none;
}


.normal-link{
    cursor: pointer;
    background-color: transparent !important;
    border: none;
    color: black;
    border-radius: initial;
    font-size: 14px;
    padding: initial;
    margin: initial;
    text-decoration: none;
    position: relative;
    display: initial;
}

#show-sign-in:hover,
#show-register:hover,
.ev-link-login:hover,
.ev-link-home:hover,
.ev-link-profile:hover,
.ev-button-suscribase a:hover,
.ev-link-logout a:hover {
    background-color: #E12248 !important;
    color: white !important;
    text-decoration: none !important;
    border: 1px solid transparent;
}

.ev-link-home:before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
}


.ev-button-suscribase a:hover {
    background-color: #C61C3E !important;
    border: 1px solid transparent;
}

.normal-link:hover {
    background-color: transparent !important;
    color: #E12248 !important;
    text-decoration: underline !important;
    border: none;
}

#ev-edit-profile-main ev-profile{
    width: 90%;
    max-width: 640px;
    margin: 0px auto;
    display: block;
}

.ev form {
    border: 1px solid #DDD;
    padding: 14px;
    background: #F8F8F8;
    border-radius: 5px;
}

.ev input:not([type="submit"]):not([type="checkbox"]){
    padding: 22px 16px;
    border-radius: 5px;
    font-size: initial;
    font-size: 14px;
}

.ev,
.ev .widget-body,
.ev .widget-header  {
    border-radius: 5px;
}

.ev.widget-header  {
    border: none;
    margin-bottom: 0px;
}

.ev .widget-body  {
    padding-top: 10px;
    padding-bottom: 0px;
}

ev-product-selection .ev .widget-body,
ev-payment-type-selector .ev .widget-body {
    padding-bottom: 20px;
}

.ev .text-lt {
    font-size: 1.2em;
    color: #777;
    text-transform: uppercase;
    font-weight: bold;
}


.widget-header {
    background: white;
    color: black;
    text-align: left;
    padding-bottom: 0px;
}

.ev .product-title{
    font-family: 'Merriweather';
    text-transform: capitalize;
}

.ev .product-title::first-word {
    border-bottom: 4px solid #E12248;
}

.ev .pm2 .product-features ul {
    width: fit-content;
    margin: 0px auto;
}

.ev .pm2 .product-item {
    border: 1px solid #DDD;
    background: #F8F8F8;
    border-radius: 0px;
    padding: 10px;
}
.ev .pm2 hr {
    border-color: #DDD;
    border-style: dotted;
    margin: 10px -10px;
}
.ev .pm2 .product-image {
    margin: 0px auto;
}
.ev .pm2 .product-image img {
    width: auto;
}

.ev .pm2 .product-body ul {
    margin: 0px;
    text-align: center;
}

.ev .product-body ul li {
    background: white;
    display: inline-block;
    width: 40%;
    text-align: left;
    padding-left: 30px;
    margin-right: 2%;
}
.ev .product-body ul li:last-child {
    /* margin-right: 0px; */
}

.ev .pm2 .payment-content li {
    padding-left: 30px;
}
.ev .pm2 .payment-content li:before {
    margin-right: 20px;
    content: '\2003';
}

.ev .pm2 .payment-plan-selected {
    border: 1px solid #0074D9 !important;
    background: #e6f1fb;
    color: #0074D9;
}

.ev .pm2 li.payment-plan-selected:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #0074D9;
}

.ev .pm2 .product-footer {
    margin: 0px;
    padding: 0px;
}

.ev .pm2 .product-features{
    margin: 0px;
    padding: 0px;
}

.ev .pm2 .product-features li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 22px;
    text-indent: -24px;
    color: #777;
}
.ev .pm2 .product-features li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    margin-right: 10px;
    color: #0074D9;
    position: relative;
    margin-left: initial;
}

.ev .btn-default,
.ev .pm2 .product-item .product-footer .btn-lg {
    margin: 10px auto;
    background-image: none;
    border: none;
    background-color: black;
    color: #CCC;
    padding: 10px 24px;
    text-shadow: none !important;
}
.ev .pm2 .product-item .product-footer .btn-lg {
    width: 90%;
}


.ev .btn-default:hover,
.ev .pm2 .product-footer .btn-lg:hover {
    background-color: #E12248;
    background-position: initial;
    color: #FFF;
    text-shadow: none;
}

.ev .btn-default:active {
    background-color: #333;
    color: white;
    outline: none;
}

.ev .pm2 .checkout-button-processing {
    display: block;
}

.ev .btn-primary[disabled],
.ev .btn-success[disabled],
.ev .btn-primary,
.ev .btn-success,
.ev .pm2 #product-profile-login .card
{
    outline: none;
    background-image: none;
    background-color: #E12248;
    padding: 10px 40px;
    color: white;
    border: none;
    border-radius: 5px;
}

.ev .btn-primary[disabled]:hover,
.ev .btn-success[disabled]:hover,
.ev .btn-primary:hover,
.ev .btn-success:hover,
.ev .pm2 #product-profile-login .card:hover
{
    background-color: #E12248;
}

.ev .pm2 #product-profile-login .card .text {
    text-shadow: none;
}

.ev .checkout-button-processing .btn-success{
    margin: 0px auto;
    display: block;
}

.ev .btn-primary,
.ev .btn-success {
    text-shadow: none;
}

.ev .pm2 .payment-price {
    margin-right: 4px;
    color: #C00;
    font-size: 1.2em;
    width: 62px;
}

.ev .pm2 .payment-frequency {
    font-size: 1.2em;
}

.ev .pm2 .payment-text {
    margin-top: 0px;
    
}

ev-product-selection[group-name="productselection_page"] {
    border: none;
    border-radius: 0px;
    background: transparent;
}

ev-product-selection[group-name="productselection_page"] .widget-body {
    padding: 0px !important;
}

ev-product-selection[group-name="productselection_page"] .widget-header,
ev-product-selection[group-name="productselection_page"] .widget-body {
    background: transparent;
}

ev-product-selection[group-name="productselection_page"] .ev .pm2 .product-item {
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

ev-product-selection[group-name="productselection_page"] .ev .pm2 .product-item:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}


ev-product-selection[group-name="productselection_page"] .ev .product-body ul li,
.ev .pm2 .payment-content li {
    display: block;
    width: 90%;
}

ev-product-selection[group-name="productselection_page"] .ev .pm2 .payment-content li,
.ev .pm2 .payment-content li {
    padding: 10px;
    padding-left: 30px;
    margin: 0px auto 10px;
}


ev-product-selection[group-name="productselection_page"] .ev .pm2 .product-features {
    background: #F8F8F8;
    padding: 10px;
}

.ev .pm2 .payment-content li input[type=checkbox] {
    display: none;
}

.ev .pm2 .payment-content li:before {
    margin-right: 20px;
}




/*
LOGIN
*/



.signin_main {
    color: #777;
    max-width: 460px;
    position: absolute;
    display: none;
    background-color: white;
    width: 100%;
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 999999;
    max-height: fit-content;
    max-height: -moz-fit-content;
}


_::-webkit-:not(:root:root) .signin_main,
_::-webkit-:not(:root:root) .campaign-popup
{
    max-height: initial;
}

@media not all and (min-resolution:.001dpcm) { @media {

    .signin_main { 
        max-height: initial;
    }
}}


#login-divider {
    margin: 0px;
    margin-top: 10px;
}

#login-divider p {
    font-size: 14px;
}

.signin_main .widget-header,
.signin_main .widget-body {
    border-radius: 0px;
}

.signin_main .widget-header{
    display: none;
}
.signin_main .login-privacy{
    text-align: center;
    padding-bottom: 20px;
    font-size: .8em;
}

.signin_main .login-privacy a{
    margin-top: 6px;
    display: block;
}

.sign_head {
    width: 90%;
    margin: 20px auto 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.sign_head img {
    display: block;
    max-width: 160px;
    height: auto;
    margin: 0px auto;
}

.signin_reg {
    display: none;
}

.signin_buttons {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #E12248;
}

.signbutton {
    color: black;
    cursor: pointer;
    width: auto;
    padding: 6px 15px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}

.signbutton.active {
    border-bottom: 4px solid #E12248;
}

.ev-social-btns-group {
    display: block;
}

.ev-social-btns-group .btn-group {
 display: inline-block;
}

#widget_social_icon_btns .ev-social-btns-group>.btn-group{
    min-width: auto !important;
}


.ev-social-btn-wrapper {
    border-radius: 50%;
    width: 44px;
    margin: 0px 7px;
    box-shadow: none;
    border: 1px solid #ccc;
    line-height: 1em;
    outline-color: transparent;
}

.social-account-container .ev.fa.fa-google,
.ev.fa.fa-google { 
    background: none;
}


.ev-social-btn-wrapper .fa-google:before {
    color: black !important;
    margin-top: -2px;
    display: block;
    font-size: 1.1em;
}

.ev-social-btn-wrapper:hover .fa-google:before {
    content: none;
}


.ev.fa.fa-google:before {
    content: "\f1a0";
}
.ev.fa.fa-google:hover { 
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4cHgiIHZlcnNpb249IjEuMSIgdmlld…BhdGggZD0iTTAgMGg0OHY0OEgweiIgZmlsbD0ibm9uZSI+PC9wYXRoPiA8L2c+IDwvc3ZnPg==);
}



.ev-social-btn-text {
    display: none;
}

.ev.btn-facebook,
.ev.btn-twitter,
.ev.btn-linkedin {
    color: black;
    background-color: white;
}

.flip-flipped.flip-back {
    width: 100%;
}

.flip-flipped.flip-back .widget-container {
    padding-top: 20px;
    border-radius: 0px;
}

.login-help,
.login-message {
    font-size: .9em;
    line-height: 1.2em;
    padding: 10px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #826739;
    margin-bottom: 14px;
}

.login-message {
    width: 90%;
    margin: 20px auto 0px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #2b6684;
}

.ng-binding {
    font-size: .8em;
}

.ev .btn-success.active, 
.ev .btn-success:active,
.ev .btn-primary:active,
.ev .btn-success.active.focus, 
.ev .btn-success.active:focus, 
.ev .btn-success.active:hover, 
.ev .btn-success:active.focus, 
.ev .btn-success:active:focus, 
.ev .btn-success:active:hover, 
.ev .btn-primary:active:focus, 
.ev .btn-primary:active:hover, 
.ev .open>.dropdown-toggle.btn-success.focus, 
.ev .open>.dropdown-toggle.btn-success:focus, 
.ev .open>.dropdown-toggle.btn-success:hover,
.ev .btn-success:focus {
    color: #fff;
    background-color: #C61C3E;
    border-color: transparent;
}


.flip-back-content, .flip-front-content {
    display: block;
}

.social-account-panel .social-account-buttons {
    padding: 0 0 0 78px;
}

.social-account-panel .social-account-icon {
    width: 50px;
}

.txt_spacer {
    line-height: 1.2em;
}

.ev .form-group {
    margin-bottom: 10px;
}

.flip-back-content {
    background: white;
}




/*
SOCIAL REDIRECT
*/


.ev-box-redirect .loading {
    font-size: 50px;
    height: 1em;
    -webkit-animation: fadeout .5s 5s;
    animation: fadeout .5s 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.ev-box-redirect .loading span {
    -webkit-animation: fadein .5s .5s alternate infinite;
    animation: fadein .5s .5s alternate infinite
}
.ev-box-redirect .loading span:nth-child(2) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}
.ev-box-redirect .loading span:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.ev-box-redirect p, .ev-box-redirect h2 {
    text-align: center;
    font-family: helvetica;
    opacity: 0;
    -webkit-animation: fadein .5s 3s;
    animation: fadein .5s 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.ev-box-redirect p {
    font-size: smaller;
    word-break: break-word;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}
.ev-box-redirect .overflow {
    background: #000;
    color: #fff;
    max-width: 100%;
    text-align: left
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: scale(.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}
@-webkit-keyframes fadeout {
    to {
        opacity: 0;
        height: 0
    }
}
@keyframes fadein {
    from {
        opacity: 0;
        transform: scale(.2)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
@keyframes fadeout {
    to {
        opacity: 0;
        height: 0
    }
}



/*
POPUP
*/

.ev-modals .modal-dialog {
    width: fit-content !important;
    min-width: 450px;
}
/*
.ev-modals div,
.ev-modals p,
.ev-modals b,
.ev-modals small{
    font-family: "Open Sans";
}
*/

/* .ev-modal small{
    font-size: 13px;
} */

.ev-modals .campaign-popup {
    padding: 20px;
    text-align: center;
}
.ev-modals .campaign-popup H2 {
    font-family: "Merriweather";
    font-size: 26px;
    font-weight: bold;
}
.ev-modals input[type=button] {
    margin: 10px auto;
    line-height: initial !important;
    display: block;
    outline: none;
    background: #E12248;
    padding: 10px 24px !important;
    color: white !important;
    border: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.ev-modals a{
    color: inherit;
}

.ev-modals p {
    font-size: 15px;
    line-height: 1em;
    margin-block-start: 0em;
    margin-block-end: 1em;
    opacity: .7;
}

.ev-modals h2 {
    margin-top: 10px;
}

.ev-modals .campaign-popup img {
    width: 40%;
    margin: 10px auto;
}

.ev .close {
    opacity: 1 !important;
}
.ev-modals .campaign-popup .icon.close {
    font-size: 1.6em;
    position: absolute;
    top: -18px;
    right: -18px;
    background: white;
    line-height: 32px;
    padding: 0px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}

.ev-modals .campaign-popup .icon.close:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    font-size: .6em;
    color: #777;
}

.ev small {
    font-size: 13px;
    /* font-size: 70% !important; */
}

.ev-modals .campaign-popup.yellow{
    background: #FFC107;
    color: black;
}

.ev-modals .campaign-popup.yellow input[type=button] {
    background: black;
}





/*
STICKY BAR
*/

.sticky-bar {
    z-index: 99999;
    height: 70px;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    font-size: 14px;
}

.sticky-bar-toggle:after {
    z-index: 999999;
    color: white;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 1.6em;
}

.sticky-bar-toggle.active:after {
    content: '\f078';
}

.sticky-bar-collapsed {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.campaign-bar, .campaign-box {
    line-height: 70px;
    margin-left: 20px;
    text-align: left;
}

.campaign-bar .ng-binding, .campaign-box .ng-binding {
    font-size: 1.3em;
    font-family: "Open Sans";
}

.campaign-bar-left, .campaign-box-left {
    text-align: center;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #333;
    vertical-align: middle;
}
.campaign-bar-left, .campaign-bar-right, .campaign-box-left, .campaign-box-right {
    display: inline-block;
    vertical-align: middle;
}

.campaign-bar H3, .campaign-box H3 {
    font-size: 1em;
    font-family: "Open Sans";
    font-weight: bold;
    
}

.campaign-bar H3 span, .campaign-box H3 span {
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    color: black;
    border-bottom: none;
}

.campaign-bar a, .campaign-box a {
    color: #FBC02D;
}

.sticky-bar-expanded {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    display: none;
    height: 250px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: black;
}


.campaign-box {
    line-height: initial;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 0;
}


.campaign-box H2 {
    font-size: 2em;
    margin-bottom: 20px;
    font-family: "Merriweather";
}

.campaign-box a {
    background-color: #E12248;
    border: 1px solid transparent;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 12px;
    margin: 5px;
    text-decoration: none;
}

.ev .campaign-bar-left h3,
.ev .campaign-box-left h3 {
    margin-top: initial;
    margin-bottom: initial;
}


.checkout-wrapper {
    width: 650px;
    margin: 20px auto;
}

.checkout-wrapper .ev .widget-body {
    padding-bottom: 20px;
}

.checkout-wrapper .payment-content ul{
    border-top: none;
}
.checkout-wrapper .ev .btn-success,
.checkout-wrapper .ev .pm2 #product-profile-login .card {
    padding: 10px;
}

.ev .pm2 .twocheckout-payment label {
    color: black;
}

.ev .pm2 .twocheckout-payment .baseline {
    background-color: #999;
}
.ev small {
    font-family: "Open Sans";
    /* font-size: 0.5em !important; */
}

.ev .pm2 .twocheckout-payment {
    padding: 10px;
}


.ev select.form-control {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.ev .pm2 .twocheckout-payment .row {
    margin: 0 0px 30px
}

.ev .pm2 .twocheckout-payment .input.focused+label {
    color: #0074D9;
}

.ev .pm2 .twocheckout-payment .input.focused+label+.baseline {
    background-color: #0074D9;
}


ev-2checkout input:placeholder-shown+label {
    padding-left: 10px;
    margin-bottom: 0px;
}

ev-2checkout .ev input:not([type="submit"]):not([type="checkbox"]) {
    font-size: 18px;
}

.ev .pm2 .uses-ssl {
    margin-left: 0px;
}

.use-billing-address {
    visibility: hidden;
}


/* Ocultar tab de registro */
/* .signin_buttons .signbutton:nth-child(2) {
    display: none;
} */


/* DISABLE ANIMATIONS */
.flip.flip-front {
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition:inherit;
}
.flip-flipped.flip-front {
    display: none;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition:inherit;
}
.flip.flip-back {
    display: none;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition:inherit;
}
.flip-flipped.flip-back {
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition:inherit;
}

.signin_main2 .flip-flipped.flip-back {
    width: auto !important;
}


ev-payment-type-selector .btn-group #btn-group-payment {
    color: #777;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    padding-left: 10px;
    margin: 0px auto 10px;
    
}
ev-payment-type-selector .btn-group #btn-group-payment #ev-button-label{
    color: #777;
    font-size: 15px;
}

ev-payment-type-selector .btn-group #btn-group-payment #ev-button-label {
    margin-top: 0px;
}

ev-payment-type-selector .btn-group #btn-group-payment.active{
    box-shadow: none !important;
    border: 1px solid #0074D9 !important;
    background: #e6f1fb;
    color: #0074D9;
}

/* ev-payment-type-selector .btn-group #btn-group-payment.active #ev-button-label:before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #0074D9;
    margin-right: 6px;
} */

ev-payment-type-selector .btn-group #btn-group-payment.active #ev-button-label{
    color: #0074D9;
}

.ev .pm2 .paypal-button,
ev-paypal-subscription,
ev-paypal-subscription .ev {
    display: none !important;
    border: none;
    padding: 0px;
    margin: 0px;
}























/*
SMALL SCREENS
*/

@media screen and (max-width: 800px) {

    .campaign-box {
        height: 200px;
        text-align: center;
    }

    .campaign-bar-left {
        margin-top: 10px;
        text-align: left;
    }

    .campaign-box-left {
        color: gray;
        margin-bottom: 20px;
    }
    
    .campaign-bar-left, .campaign-box-left {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
    }
    .campaign-bar-left, .campaign-bar-right, .campaign-box-left, .campaign-box-right {
        vertical-align: middle;
        display: block;
    }
    .campaign-box-left H3 span {
        background: gray;
    }

}




/*
MOBILE
*/

@media only screen and (max-width: 480px) {
    .signin_main {
        top: 20px;
        max-width: 90%;
    }

    .signin_main .widget-body{
        padding: 8%;
        padding-top: 10px;
    }


    .ev-box-account {
        text-align: center;
        margin-bottom: 10px;
    }



    .campaign-box {
        left: 0px;
    }

    .ev .campaign-bar-left h3,
    .ev .campaign-box-left h3 {
        margin-top: 20px;
    }
    .campaign-bar H3, .campaign-box H3 {
        font-size: .8em;
    }
    .campaign-bar H2, .campaign-box H2 {
        font-size: 1.2em;
    }
    .sticky-bar-toggle:after {
        top: 25px;
        font-size: 1em;
        right: 10px;
    }

    .checkout-wrapper {
        width: 100%;
    }

    .ev .pm2 .product-item-container {
        margin-bottom: 0px;
    }

    table tr.mobile-table-item {
        margin-bottom: 0px;
        border-bottom: none;
        box-shadow: none;
    }

    .ev .table-responsive {
        margin-bottom: 0px;
    }

    .widget-body {
        padding: 10px;
    }

    .ev .pm2 #product-profile-login .card {
        display: inline-block;
    }
    .ev .form-control {
        width: 90%;
        margin: 0px auto;
    }

    .ev .table > tbody > tr > td:first-child {
        border-top: none;
    }
    
    ev-2checkout .ev form {
        padding: 0px;
    }

    ev-2checkout .ev form .ng-binding{
        font-size: .6em;
    }

    

    .ev .text-lt {
        font-size: .9em;
    }


    .ev-modals .modal-dialog {
        min-width: 90%;
    }

}