@import url('https://fonts.googleapis.com/css?family=Allan:400,700|Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 09/10/2018, 16:37:46
    Author     : @kae.ux
*/

body{
    font-family: 'Lato', sans-serif !important;
    font-size: .9rem !important;
    line-height: 1.4 !important;
    font-weight: 500;
    color: #999999;
}
/*::-moz-selection {
    background: #374250;
    color: #fff
}

::selection {
    background: #374250;
    color: #fff
}

::-moz-selection {
    background: #374250;
    color: #fff
}*/


p{
    color: #999999;
    line-height: 1.4 !important;
}
p strong{
    color: #111318;
    font-weight: 900;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.0 !important;
}
a{
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: 0 none;
    text-decoration: none;
}
.center-align{
    margin: 0 auto; text-align: center;
}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;}

.ptb-img{
    padding-top: 300px;
    padding-bottom: 300px;
}
.pl-20{
    padding-left: 20px;
}
.pl-25{
    padding-left: 25px;
}
.pt-30_pl-20{
    padding-top: 30px;
    padding-left: 20px;
}
.pl-30{
    padding-left: 30px;
}
.pl-35{
    padding-left: 35px;
}
.pl-40{
    padding-left: 40px;
}
.pl-45{
    padding-left: 45px;
}
.pl-52{
    padding-left: 52px;
}
.pl-70{
    padding-left: 70px;
}
.pl-82{
    padding-left: 82px;
}
.pl-95{
    padding-left: 95px;
}
.pt5{
    padding-top: 5px;
}
.pt10{
    padding-top: 10px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pt-100{
    padding-top: 100px;
}
.pt-120{
    padding-top: 120px;
}
.pt-150{
    padding-top: 150px;
}
.pt-200{
    padding-top: 200px;
}
.pt-250{
    padding-top: 250px;
}
.pt-300{
    padding-top: 300px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-200{
    padding-bottom: 200px;
}
.ptb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-150{
    padding-top: 150px;
    padding-bottom: 150px;
}
.ptb-200{
    padding-top: 200px;
    padding-bottom: 200px;
}
.btn{
    white-space: normal !important;
}
.btn-widepay {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.425rem 1.9rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-widepay:hover{
    text-decoration: none;
}
.btn-border-dark{
    background-color: transparent;
    color: #121517;
    border: 2px solid #121517;
}
.btn-border-dark i{
    margin-left: 10px
}
.btn-border-dark:hover{
    background-color: #121517;
    color: #FFFFFF;
    border: 2px solid #212529;
}
.btn-border-white{
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
.btn-border-white i{
    margin-left: 10px
}
.btn-border-white:hover{
    background-color: #FFFFFF;
    color: #212529;
    border: 2px solid #FFFFFF;
}
.green-light{
    background-color: #6BB045;
    color: #FFFFFF;
    border: 2px solid #6BB045;
    text-decoration: none;
}
.green-light:hover{
    background-color: #5A9439;
    color: #FFFFFF;
    border: 2px solid #6BB045;
}
.white-light{
    background-color: #FFFFFF;
    color: #212529;
    border: 2px solid #FFFFFF;
}
.white-light:hover{
    background-color: #212529;
    color: #FFFFFF;
    border-color: #212529;
}
.black-dark{
    background-color: #121517;
    color: #FFFFFF;
    border: 2px solid #121517;
}
.black-dark:hover{
    background-color: #000;
    color: #FFFFFF;
    border: 2px solid #212529;
}
.text-rotate-10{
    font-family: 'Allan', cursive;
    text-align: center;
    color: #6BB045;
    font-weight: 300;
    font-size: 40px;
    transform: rotate(-10deg);
}

.next-green-light{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #6BB045;
    text-decoration: none;
}
.next-green-light i{
    font-size: 14px;
    margin-left: 5px;
}
.next-green-light:hover{
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.next-green-light-20{
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #6BB045;
    text-decoration: none;
}
.next-green-light-20 i{
    font-size: 20px;
    margin-left: 5px;
}
.next-green-light-20:hover{
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.next-green-black{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #6BB045;
    text-decoration: none;
}
.next-green-black i{
    font-size: 14px;
    margin-left: 5px;
}
.next-green-black:hover{
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.site-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 25rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;

    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);

}
.site-menu .navbar-content {
    padding: 25px;

}
.site-menu .navbar-footer{
    background: #F5F5F5;
    border-top: 1px solid #EEE;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    display: block;
}


.navbar-ghost:not(.navbar-stuck) .toolbar .toolbar .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid red;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.navbar-ghost:not(.navbar-stuck) .toolbar .btn-tools-white{
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
.navbar-ghost:not(.navbar-stuck) .toolbar .btn-tools-white:hover{
    background-color: #FFFFFF;
    color: #212529;
    border: 2px solid #FFFFFF;
}

.toolbar .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.375rem 0.90rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.toolbar .btn-tools-white{
    background-color: transparent;
    color: #606975;
    border: 2px solid #606975;
}
.toolbar .btn-tools-white:hover{
    background-color: #212529;
    color: #FFFFFF;
    border: 2px solid #212529;
}
.toolbar .btn-tools-green{
    background-color: #6BB045;
    color: #FFFFFF;
    border: 2px solid #6BB045;
}
.toolbar .btn-tools-green:hover{
    background-color: #5A9439;
    color: #FFFFFF;
    border: 2px solid #6BB045;
}


.logo-on-desk{
    display: block;
}
.logo-on-mobile{
    display: none;
}
@media (max-width: 460px){
    .tools strong{
        display: none;
    }
    .logo-on-desk{
        display: none;
    }
    .logo-on-mobile{
        display: block;
        width: 40px !important;
    }
    .toolbar .btn{
        padding: 0.175rem 0.90rem;
    }
}


.title-home-header{
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
.text-home-header{
    font-size: 24px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 30px;
}

.maquina-home{
    position: relative;
    top: 0;
    display: block;
    margin: 50px auto;
    text-align: center;
}
.maquina-home-taxas{
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
}
.maquina-home-taxas-info{
    padding: 50px 50px;
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.maquina-home-item{
    width: 100%;
    clear: both;
    display: table;
}
.maquina-home-text-info{
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
@media (max-width: 1200px){
    .maquina-home-taxas-info{
        padding: 50px 20px;
    }
    .maquina-home-text-info {
        text-align: center;
    }
}

.venda-mais{
    font-size: 100px; color: #FFF; font-weight: 900; letter-spacing: -10px; line-height: 80%;
}
.pague-menos{
    font-size: 80px; color: #6BB045; font-weight: 900; letter-spacing: -10px; line-height: 80%;
}

.bg-home-header{
    background: url('/tpl/themes/widepay/assets/images/bg/bg-img-home.png') top center #0D1011;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0;
}
.bg-home-maquina{
    background: rgba(35,38,40,1);
    background: -moz-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(35,38,40,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(135deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232628', endColorstr='#000000', GradientType=1 );
    min-height: 800px;
}
.bg-dark-gradient{
    background: rgba(35,38,40,1);
    background: -moz-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(35,38,40,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(135deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232628', endColorstr='#000000', GradientType=1 );
}
.bg-home-boleto{
    background: #F5F5F5;
}
.bg-home-recursos-light{
    background: #FFF; padding: 100px 0 200px 0;
}
.bg-home-recursos-dark{
    background: #121517; padding: 100px 0;
}
.bg-home-afiliados{
    background: url(/tpl/themes/widepay/assets/images/bg/bg-afiliados-home.png) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 1000px;
}
.bg-home-cartao{
    background: radial-gradient(circle, #88d55a, #81cc55, #79c24f, #72b94a, #6bb045);
    padding: 100px 0 0 0;
}
.bg-chamada-calculadora{
    background-image: linear-gradient(to left, #88d55a, #81cc55, #79c24f, #72b94a, #6bb045);
    padding: 40px 0 30px;
}
.bg-chamada-calculadora-comissionamento{
    background-image: linear-gradient(to right top, #0761bb, #2b76cc, #448cde, #5ca2ee, #73b9ff);
    padding: 40px 0 30px;
}
.bg-question-afiliados{
    background-image: linear-gradient(to right top, #0761bb, #2b76cc, #448cde, #5ca2ee, #73b9ff);
}
.bg-footer-img{
    background: url('/tpl/themes/widepay/assets/images/bg/bg-footer-default.png') no-repeat  right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-footer-img-afiliados{
    background: url('/tpl/themes/widepay/assets/images/bg/bg-footer-afiliados.png') no-repeat  left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-center-img-afiliados{
    background: url('/tpl/themes/widepay/assets/images/bg/bg-afiliados-center.png') no-repeat  left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* backgrounds internas */

.bg-img-conheca-widepay{
    background: url('/tpl/themes/widepay/assets/images/temp/bg-conheca.png') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-img-afiliados{
    background: url('/tpl/themes/widepay/assets/images/bg/bg-afiliados.png') center center no-repeat #0D1011;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-img-trabalhe-conosco{
    background: url('/tpl/themes/widepay/assets/images/bg/bg-trabalhe-conosco.png') center center no-repeat #0D1011;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-interna-dark{
    background: rgba(35,38,40,1);
    background: -moz-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(35,38,40,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(135deg, rgba(35,38,40,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232628', endColorstr='#000000', GradientType=1 );
}
.bg-gray{
    background-color: #F5F5F5;
}
.bg-widepay-gray{
    background-color: #6BB045;
}
.bg-widepay-dark{
    background-color: #121517;
}

.bg-afiliados-content{
    background: url('/tpl/themes/widepay/assets/images/temp/bg-afiliados-content.png') left;
    min-height: 634px;
}

.emita-boletos{
    font-size: 40px; font-weight: 900; color: #121417; line-height: 80% !important; letter-spacing: -3px;
}
.gratis-boletos{
    font-size: 80px; font-weight: 900; color: #6BB045; line-height: 80% !important; letter-spacing: -3px;
}
.text-boletos-home{
    font-size: 20px; font-weight: 500; color: #999999; margin-top: 50px; line-height: 140%;
}
.modalidades-boleto-home{
    font-size: 14px; font-weight: 400; color: #999999; margin-top: 50px;
}
.title-big-center-light{font-size: 50px; color: #FFFFFF; font-weight: 900; letter-spacing: -1px; text-align: center; margin-bottom: 20px;}
.title-big-center-dark{font-size: 50px; color: #121417; font-weight: 900; letter-spacing: -1px; text-align: center; margin-bottom: 20px;}

.title-center-light-26{font-size: 26px; color: #FFFFFF; font-weight: 900; letter-spacing: -1px; text-align: center; margin-bottom: 20px;}
.title-center-light-30{font-size: 30px; text-align: center; color: #FFF; font-weight: 500; margin-bottom: 20px;}
.title-center-dark-26{font-size: 26px; color: #121417; font-weight: 900; letter-spacing: -1px; text-align: center; margin-bottom: 20px;}

.title-left-dark-26{font-size: 26px; color: #121417; font-weight: 900; letter-spacing: -1px; text-align: left; margin-bottom: 20px;}

.title-center-light{font-size: 20px; color: #FFFFFF; font-weight: 900; letter-spacing: -1px; text-align: center; margin-bottom: 20px; text-decoration: none; display: block;
}

.title-center-light-link{font-size: 20px; color: #FFFFFF; font-weight: 900; letter-spacing: -1px; text-align: center; margin-bottom: 20px; text-decoration: none; display: block;
}
.title-center-light-link:hover{opacity: 0.6; color: #FFFFFF; text-decoration: none;
}


.text-center-20{text-align: center; color: #999999; font-weight: 500; font-size: 20px;}

.text-left-20{text-align: left; color: #999999; font-weight: 500; font-size: 20px; margin-bottom: 30px;}
.text-left-30{text-align: left; color: #999999; font-weight: 500; font-size: 30px; margin-bottom: 30px;}

.text-center-16-light{text-align: center; color: #999999; font-weight: 500; font-size: 16px;}

.text-center-30-light{text-align: center; color: #999999; font-weight: 500; font-size: 30px;}
.text-center-30-light strong{font-weight: 900; color: #FFFFFF;}


.icon-center-medium{
    margin: 0 auto; text-align: center; margin-bottom: 40px; display: block; width: 180px;
}
.icon-center-small-20{
    margin: 0 auto; text-align: center; margin-bottom: 20px; display: block; width: 130px;
}
.icon-center-small{
    margin: 0 auto; text-align: center; margin-bottom: 40px; display: block; width: 130px;
}
.img-home-tablet{
    margin: 0 auto; text-align: center; margin-bottom: -100px;
}
.img-home-tablet img{
    position: relative; top: -200px; margin: 0 auto;
}
.img-card-home{
    position: relative;
    top: 60px;
    margin: 0 auto;
    text-align: center;
}
.logo-widepay-footer{
    margin-bottom: 20px; max-width: 160px;
}
.copyright-footer{
    font-size: 14px; color: #919191; margin-bottom: 20px;
}
.footer-infos{
    padding: 50px 0; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;
}
.title-footer-infos{
    font-size: 16px; font-weight: 800; color: #262A2C;
}
.text-footer-infos{
    font-size: 14px; color: #919191;
}
.footer-security{
    margin: 0 auto; display: block; padding: 50px 0;
}
.footer-security img{
    float: left; margin-right: 20px;
}
.footer-security p{
    font-size: 16px; color: #6BB045; margin-bottom: 0px; font-weight: 800;
}
.footer-security span{
    font-size: 14px; color: #919191;
}

.list-group-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-footer{
    list-style: none;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #919191;
    position: relative;
    display: block;
}
.list-group-item-footer a{
    color: #919191;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.list-group-item-footer a:hover{
    color: #6BB045;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.list-group-item-footer i{
    margin-right: 10px;
}
.social-buttom-footer{
    font-size: 20px;
    margin-right: 20px;
    color: #E4E1DE;
}
.social-buttom-footer:hover{
    color: #6BB045;
}


.breadcrumb-bg{
    background: #6BB045;
}
.breadcrumb-bg-afiliados{
    background: #2372cd;
}
.breadcrumb-widepay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item::before{
    color: #FFFFFF !important;
    content: '\f054' !important;
    font-size: 12px;
    font-family: 'Font Awesome 5 Pro' !important;
}
.breadcrumb-widepay a{
    color: #FFFFFF;
    text-decoration: none;
}
.breadcrumb-widepay a:hover{
    color: #121517;
    text-decoration: none;
}
.breadcrumb-item.active{
    font-weight: 900;
    color: #FFFFFF !important;
}

.title-big-left-light{font-size: 50px; color: #FFFFFF; font-weight: 900; letter-spacing: -1px; text-align: left; margin-bottom: 20px;}
.title-medium-left-light{font-size: 30px; color: #FFFFFF; font-weight: 900; letter-spacing: -1px; text-align: left; margin-bottom: 20px;}
.title-big-left-dark{font-size: 50px; color: #121417; font-weight: 900; letter-spacing: -1px; text-align: left; margin-bottom: 20px;}

.title-big-left-dark-tabs{font-size: 36px; color: #121417; font-weight: 900; letter-spacing: -1px; text-align: left; margin-bottom: 50px;}

.title-top-left{font-size: 50px; color: #FFFFFF; font-weight: 900; letter-spacing: 0.5; text-align: left; margin-bottom: 20px;}
.text-top-left{font-size: 20px; color: #FFFFFF; font-weight: 400; text-align: left; line-height: normal !important;}

.text-top-left a{color: #6BB045; text-decoration: none; font-weight: 900;}
.text-top-left a:hover{color: #FFF; text-decoration: none;}

.text-20{font-size: 20px; margin-bottom: 25px;}
.text-16{font-size: 16px; margin-bottom: 20px; line-height: 150% !important;}
.text-12{font-size: 12px; margin-bottom: 20px;}
.divider{
    background: #222222;
    height: 2px;
    width: 100%;
    margin: 50px 0;
}
.divider-clean{
    background: #EEE;
    height: 2px;
    width: 100%;
    margin: 50px 0;
}
question-afiliados{

}
.question-afiliados .icon-question-afiliados{
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 100px 0;
}

.question-afiliados .title-question-afiliados{
    text-align: right;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 36px;
    padding: 100px 0;
}
.question-afiliados .text-question-afiliados{
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 500;
    padding: 100px 0;
}
@media (max-width: 767px) {
    .question-afiliados .icon-question-afiliados{
        padding: 0 !important;
    }
    .question-afiliados .title-question-afiliados{
        text-align: center;
    }
    .question-afiliados .text-question-afiliados{
        text-align: center;
    }
}

.img-afiliados-cenario-perfeito{
    margin: 0 auto; text-align: center; margin-bottom: -100px;
}
.img-afiliados-cenario-perfeito img{
    position: relative; top: -200px; margin: 0 auto;
}

.img-footer-afiliados{
    margin-bottom: -150px;
}
.img-footer-afiliados img{
    position: relative; top: -100px;
}
.comissao-direta{
    padding: 150px 0;
}
.comissao-direta h3{
    font-size: 50px;
    color: #121317;
    font-weight: 900;
    margin-bottom: 30px;
}
.comissao-direta p{
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.ativar-cartao{
    padding: 80px 30px;
}
.img-ativar-cartao{
    margin-bottom: -150px;
}
.img-ativar-cartao img{
    position: relative;
    top: -100px;
}

.img-maquininha-black{
    margin-bottom: -200px;
}
.img-maquininha-black img{
    position: relative;
    top: -80px;
}

.ptb-ativar-cartao-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .ativar-cartao{
        padding: 80px 0 0 0;
    }
    .ativar-cartao h2, .ativar-cartao p{
        text-align: center;
    }
    .img-ativar-cartao{
        text-align: center;
    }
    .img-maquininha-black{
        text-align: center;
    }
    .ptb-ativar-cartao-80{
        padding-top: 20px;
    }
}

.table-clean-widepay, .table-tarifas{

}
.table-clean-widepay thead tr, .table-tarifas thead tr{
    background: #121517;
    color: #FFFFFF;
}
.table-clean-widepay tbody, .table-tarifas tbody{
    color: #999999;
}
.table-clean-widepay .table th, .table td, .table-tarifas .table th{
    padding: 0.95rem !important;
    border: none !important;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #F8F8F8 !important;
    color: #999999;
}
.badge-success-widepay{
    font-size: 14px !important;
    background-color: #6BB045;
    color: #FFFFFF;
}

.light-footer-link-20{
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-decoration: none;
}
.light-footer-link-20 i{
    font-size: 20px;
    margin-right: 10px;
}
.light-footer-link-20:hover{
    color: #6BB045;
    text-decoration: none;
}
.tag-indique{
    position: absolute;
    top: -77px;
    right: 0px;
    padding: 0px;
}
.tag-melhores-tarifas{
    position: absolute;
    bottom: -200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
@media (max-width: 1200px){
    .tag-indique{
        right: 20px;
    }
}
@media (max-width: 1070px){
    .tag-indique{
        top:-82px;
        right: 20px;
    }
}
@media (max-width: 991px){
    .tag-indique{
        top:-123px;
        right: 20px;
    }
}
@media (max-width: 679px){
    .tag-indique{
        display: none;
    }
}
.btn-left-menu{
    font-size: 12px; background: transparent; border: 2px solid #FFFFFF; color: #FFFFFF; padding: 6px 10px; border-radius: 25rem; text-decoration: none; margin-right: 6px;
}
.btn-left-menu:hover{
    background-color: #FFFFFF;
    color: #212529;
    border: 2px solid #FFFFFF;
    text-decoration: none;
}
.btn-right-menu{
    font-size: 12px; background: #6BB045; border: 2px solid #6BB045; color: #FFFFFF; padding: 6px 10px; border-radius: 25rem; text-decoration: none;
}
.btn-right-menu:hover{
    text-decoration: none;
    background: #5A9439;
    color: #FFFFFF;
}

.title-decole{
    color: #FFFFFF !important; text-align: center; font-size: 26px; padding: 0 50px
}
@media (max-width: 767px){
    .title-decole{
        margin-top: 120px;
    }
}

.navbar-dropdown-info{
    margin-bottom: 10px; padding: 5px 10px; border-bottom: 1px solid #EEE;
}
.navbar-dropdown-info span{
    font-size: 20px; font-weight: 800; color: #212529;
}
.navbar-footer-content{
    padding: 20px 25px; text-align: left; font-size: 14px;
}
.navbar-footer-content h2{
    font-size: 16px; font-weight: 900; margin-bottom: 0px;
}
.navbar-footer-content span{
    font-size: 13px;  color: #999999;
}
.navbar-footer-content i{
    margin-top: 15px; font-size: 20px;
}

.cada-duvida-destaque{
    border: 2px solid #EEE;
    background: #FFF;
    padding: 30px;
    display: block;
    border-radius: 5px;
    color: #6BB045;
    margin-bottom: 30px;

}
.cada-duvida-destaque:hover{
    color: #262A2C;
    text-decoration: none;
    background: #EEE;
}
.cada-duvida-destaque h2{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.card-link{
    color: #6BB045;
    font-weight: 800;
}
.card-link:hover{
    color: #262A2C;
    text-decoration: none;
}
.link-green{
    color: #6BB045;
    font-weight: 800;
}
.link-green:hover{
    color: #262A2C;
    text-decoration: none;
}
.space-faq-top{
    padding-top: 123px;
}

.modo-widepay-caixa{
    background: #6BB045; color: #FFF; font-size: 20px; padding: 30px;
}

.table-responsive{
    display: inline-table !important;
}
.big-price{
    font-size: 30px; font-weight: 900;
}
.nowrap{
    white-space: nowrap;
}
.mais-indica{
    font-size: 60px; font-weight: 900; color: #121317; text-transform: uppercase;
}
.mais-ganha{
    font-size: 60px; font-weight: 900; color: #6BB045; text-transform: uppercase;
}
.title-bold{
    font-size: 30px;
    color: #121317;
    font-weight: 900;
    margin-bottom: 30px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    text-align: center;
    background-color: rgb(107, 176, 69);
    background-image: linear-gradient(to left bottom, #88d55a, #81cc55, #79c24f, #72b94a, #6bb045);
    border-bottom: none;
    color: #FFF;
    font-weight: 900;
}
.table th, .table td{
    border-top: none !important;
}
.bg-solicitar-maquininha{
    background-image: linear-gradient(to left top, #88d55a, #81cc55, #79c24f, #72b94a, #6bb045); padding: 30px; border-radius: 5px;
}

.contrato-servicos{
    color: #333 !important;
}
.contrato-servicos a{
    color: #6BB045;
}
.contrato-servicos a:hover{
    color: #262A2C;
    text-decoration: none;
}
.contrato-servicos h2{
    margin-bottom: 40px;
    font-weight: 900;
}
.contrato-servicos h3{
    font-size: 22px;
    font-weight: 900;
}
.contrato-servicos p {
    color: #333 !important;
}
.contrato-servicos p strong {
    font-weight: 900;
}
.contrato-servicos ol{
    line-height: 1.4 !important;
}
.contrato-servicos ul, .contrato-servicos ol {
    padding-left: 30px !important;
}
.contrato-servicos ol strong{
    font-weight: 900;
}
.contrato-servicos ol li{
    margin-bottom: 20px;
    /*margin-left: 20px;*/
}





/********************** ///// ***********************/




.sub-menu, .toolbar-dropdown {
    display: none; /* ////////////////////////////// AQUI É NONE */
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0px !important;
    text-align: left;
    width: 340px;
    /*padding: 10px 0 !important;*/

    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;

    background-color: #fff;
    line-height: 1.5;
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2)
}

.sub-menu > li, .toolbar-dropdown > li {
    display: block;
    position: relative
}

.sub-menu > li > a, .toolbar-dropdown > li > a {
    display: block;
    padding: 5px 20px !important;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-decoration: none
}

.sub-menu > li > a > i, .toolbar-dropdown > li > a > i {
    display: inline-block;
    margin-top: -4px;
    margin-right: 4px;
    font-size: 15px;
    vertical-align: middle;
}

.sub-menu > li.sub-menu-user, .toolbar-dropdown > li.sub-menu-user {
    display: table;
    width: 100%;
    padding: 4px 17px 6px
}

.sub-menu > li.sub-menu-user .user-ava, .toolbar-dropdown > li.sub-menu-user .user-ava, .sub-menu > li.sub-menu-user .user-info, .toolbar-dropdown > li.sub-menu-user .user-info {
    display: table-cell;
    vertical-align: middle
}

.sub-menu > li.sub-menu-user .user-ava, .toolbar-dropdown > li.sub-menu-user .user-ava {
    width: 44px
}

.sub-menu > li.sub-menu-user .user-ava > img, .toolbar-dropdown > li.sub-menu-user .user-ava > img {
    display: block;
    width: 44px;
    padding: 3px;
    border: 1px solid #e1e7ec;
    border-radius: 50%
}

.sub-menu > li.sub-menu-user .user-info, .toolbar-dropdown > li.sub-menu-user .user-info {
    padding-left: 8px
}

.sub-menu > li.sub-menu-user .user-info > .user-name, .toolbar-dropdown > li.sub-menu-user .user-info > .user-name {
    margin-bottom: 2px;
    font-size: 14px
}

.sub-menu > li.sub-menu-user .user-info > span, .toolbar-dropdown > li.sub-menu-user .user-info > span {
    display: block
}

.sub-menu > li.sub-menu-separator, .toolbar-dropdown > li.sub-menu-separator {
    margin-top: 5px;
    margin-bottom: 3px;
    border-top: 1px solid #e1e7ec
}

.sub-menu > li:hover > a, .toolbar-dropdown > li:hover > a {
    color: #6BB045
}

.sub-menu > li.active > a, .toolbar-dropdown > li.active > a {
    color: #6BB045
}

.sub-menu > li.has-children > a, .toolbar-dropdown > li.has-children > a {
    padding-right: 35px !important
}

.sub-menu > li.has-children > a::after, .toolbar-dropdown > li.has-children > a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .32em solid;
    content: ''
}

.sub-menu > li > .sub-menu, .toolbar-dropdown > li > .sub-menu {
    top: -4px;
    left: 100%;
    margin-left: -5px
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -1px !important;
    border: 1px solid #e1e7ec;
    background-color: #fff;
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
    table-layout: fixed
}

.mega-menu > li {
    display: table-cell !important;
    position: relative;
    padding: 25px !important;
    border-left: 1px solid #e1e7ec;
    vertical-align: top
}

.mega-menu > li .mega-menu-title {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e7ec;
    color: #9da9b9;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left
}

.mega-menu > li:first-child {
    border-left: 0
}

.mega-menu .sub-menu {
    display: block !important;
    position: relative;
    width: 100%;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.mega-menu .sub-menu > li > a {
    padding: 5px 0 !important
}

.offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden
}

.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas-menu ul.menu {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}

.offcanvas-menu ul.menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.offcanvas-menu ul.menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-menu ul li {
    display: block
}

.offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color .3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.offcanvas-menu ul li a:hover {
    color: #6BB045
}

.offcanvas-menu ul li.back-btn > a {
    background-color: #6BB045;
    color: #fff
}

.offcanvas-menu ul li.back-btn > a::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-top: .32em solid transparent;
    border-right: .37em solid;
    border-bottom: .32em solid transparent;
    content: '';
    opacity: .75
}

.offcanvas-menu ul li.active > a {
    color: #6BB045
}

.offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%
}

.offcanvas-menu ul li.has-children > span > a {
    padding-right: 65px
}

.offcanvas-menu ul li.has-children.active > span > a {
    color: #6BB045
}

.offcanvas-menu ul li.has-children .sub-menu-toggle {
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 1px);
    transition: background-color .3s;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    z-index: 1;
    transition: color .3s;
}

.offcanvas-menu ul li.has-children .sub-menu-toggle::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: .35em solid transparent;
    border-bottom: .35em solid transparent;
    border-left: .4em solid;
    content: ''
}

.offcanvas-menu ul li.has-children .sub-menu-toggle:hover {
    color: #6BB045;
    transition: color .3s;
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@-webkit-keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes megamenu-show {
    from {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes megamenu-show {
    from {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


a {
    color: #6BB045;
    text-decoration: underline
}

a:hover {
    color: #6BB045;
    text-decoration: none
}

a:focus {
    outline: none
}

.small, small {
    font-size: 85%
}

.navi-link, .navi-link-light {
    transition: color .3s;
    color: #606975;
    text-decoration: none
}

.navi-link:hover, .navi-link-light:hover {
    color: #6BB045
}

.navi-link-light {
    color: #fff
}

img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg {
    max-width: 100%
}

iframe {
    width: 100%
}

* {
    box-sizing: border-box
}

*::before, *::after {
    box-sizing: border-box
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #e1e7ec
}

hr.hr-light {
    border-top-color: rgba(255, 255, 255, 0.12)
}

pre {
    display: block;
    padding: 15px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #f5f5f5
}


figure {
    position: relative;
    margin: 0
}

figure figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 12px;
    font-size: 14px
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle
}

.close {
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: #606975;
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer
}

.close:hover {
    opacity: .6
}

.icon-medal {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: center;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDAzIDUxMi4wMDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDMgNTEyLjAwMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjU2LjAwMSw2NGMtNzAuNTkyLDAtMTI4LDU3LjQwOC0xMjgsMTI4czU3LjQwOCwxMjgsMTI4LDEyOHMxMjgtNTcuNDA4LDEyOC0xMjhTMzI2LjU5Myw2NCwyNTYuMDAxLDY0eiAgICAgIE0yNTYuMDAxLDI5OC42NjdjLTU4LjgxNiwwLTEwNi42NjctNDcuODUxLTEwNi42NjctMTA2LjY2N1MxOTcuMTg1LDg1LjMzMywyNTYuMDAxLDg1LjMzM1MzNjIuNjY4LDEzMy4xODQsMzYyLjY2OCwxOTIgICAgIFMzMTQuODE3LDI5OC42NjcsMjU2LjAwMSwyOTguNjY3eiIgZmlsbD0iIzYwNjk3NSIvPgoJCQk8cGF0aCBkPSJNMzg1LjY0NCwzMzMuMjA1YzM4LjIyOS0zNS4xMzYsNjIuMzU3LTg1LjMzMyw2Mi4zNTctMTQxLjIwNWMwLTEwNS44NTYtODYuMTIzLTE5Mi0xOTItMTkycy0xOTIsODYuMTQ0LTE5MiwxOTIgICAgIGMwLDU1Ljg1MSwyNC4xMjgsMTA2LjA2OSw2Mi4zMzYsMTQxLjE4NEw2NC42ODQsNDk3LjZjLTEuNTM2LDQuMTE3LTAuNDA1LDguNzI1LDIuODM3LDExLjY2OSAgICAgYzIuMDI3LDEuNzkyLDQuNTY1LDIuNzMxLDcuMTQ3LDIuNzMxYzEuNjIxLDAsMy4yNDMtMC4zNjMsNC43NzktMS4xMDlsNzkuNzg3LTM5Ljg5M2w1OC44NTksMzkuMjMyICAgICBjMi42ODgsMS43OTIsNi4xMDEsMi4yNCw5LjE5NSwxLjI4YzMuMDkzLTEuMDAzLDUuNTY4LTMuMzQ5LDYuNjk5LTYuNGwyMy4yOTYtNjIuMTQ0bDIwLjU4Nyw2MS43MzkgICAgIGMxLjA2NywzLjE1NywzLjU0MSw1LjYzMiw2LjY3Nyw2LjcyYzMuMTM2LDEuMDY3LDYuNTkyLDAuNjQsOS4zNjUtMS4yMTZsNTguODU5LTM5LjIzMmw3OS43ODcsMzkuODkzICAgICBjMS41MzYsMC43NjgsMy4xNTcsMS4xMzEsNC43NzksMS4xMzFjMi41ODEsMCw1LjEyLTAuOTM5LDcuMTI1LTIuNzUyYzMuMjY0LTIuOTIzLDQuMzczLTcuNTUyLDIuODM3LTExLjY2OUwzODUuNjQ0LDMzMy4yMDV6ICAgICAgTTI0Ni4wMTcsNDEyLjI2N2wtMjcuMjg1LDcyLjc0N2wtNTIuODIxLTM1LjJjLTMuMi0yLjExMi03LjMxNy0yLjM4OS0xMC42ODgtMC42NjFMOTQuMTg4LDQ3OS42OGw0OS41NzktMTMyLjIyNCAgICAgYzI2Ljg1OSwxOS40MzUsNTguNzk1LDMyLjIxMyw5My41NDcsMzUuNjA1TDI0Ni43LDQxMS4yQzI0Ni40ODcsNDExLjU2MywyNDYuMTY3LDQxMS44NCwyNDYuMDE3LDQxMi4yNjd6IE0yNTYuMDAxLDM2Mi42NjcgICAgIEMxNjEuOSwzNjIuNjY3LDg1LjMzNSwyODYuMTAxLDg1LjMzNSwxOTJTMTYxLjksMjEuMzMzLDI1Ni4wMDEsMjEuMzMzUzQyNi42NjgsOTcuODk5LDQyNi42NjgsMTkyICAgICBTMzUwLjEwMywzNjIuNjY3LDI1Ni4wMDEsMzYyLjY2N3ogTTM1Ni43NTksNDQ5LjEzMWMtMy40MTMtMS43MjgtNy41MDktMS40NzItMTAuNjg4LDAuNjYxbC01Mi4zNzMsMzQuOTIzbC0zMy42NDMtMTAwLjkyOCAgICAgYzQwLjM0MS0wLjg1Myw3Ny41ODktMTQuMTg3LDEwOC4xNi0zNi4zMzFsNDkuNTc5LDEzMi4yMDNMMzU2Ljc1OSw0NDkuMTMxeiIgZmlsbD0iIzYwNjk3NSIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 14px;
    line-height: 1
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-static {
    position: static !important
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.w-90 {
    width: 90px !important
}

.w-110 {
    width: 110px !important
}

.w-150 {
    width: 150px !important
}

.w-200 {
    width: 200px !important
}

.w-250 {
    width: 250px !important
}

.w-270 {
    width: 270px !important
}

.w-300 {
    width: 300px !important
}

.col-sm-6.horizontal-center {
    margin: 0 auto !important;
}

.border-default {
    border: 1px solid #e1e7ec
}

.border-default.border-light {
    border-color: rgba(255, 255, 255, 0.12)
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded {
    border-radius: 7px
}

.rounded-top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.rounded-right {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px
}

.rounded-bottom {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.rounded-left {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.box-shadow {
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2)
}

.img-thumbnail {
    padding: 5px !important;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff
}

.img-thumbnail.rounded-circle {
    border-radius: 50%
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

[class^='col-'] .img-cover {
    left: 15px;
    width: calc(100% - 30px)
}

.opacity-100 {
    opacity: 1 !important
}

.opacity-90 {
    opacity: .9 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-15 {
    opacity: .15 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ''
}

.text-muted {
    color: #9da9b9 !important
}

.text-primary {
    color: #6BB045 !important
}

.text-info {
    color: #50c6e9 !important
}

.text-warning {
    color: #ffb74f !important
}

.text-success {
    color: #43d9a3 !important
}

.text-danger {
    color: #ff5252 !important
}

.text-gray-dark {
    color: #374250 !important
}
.text-green{
    color: #6BB045 !important;
}
.text-body {
    color: #606975 !important
}

.text-light, .text-white {
    color: #fff !important
}

.text-highlighted {
    background-color: #fff8b0 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-crossed {
    text-decoration: line-through !important
}

.text-shadow {
    text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important
}

.text-black {
    font-weight: 900 !important
}

.text-bold {
    font-weight: bold !important
}

.text-medium {
    font-weight: 500 !important
}

h2.text-normal.with-side, span.h2.with-side {
    margin-bottom: 10px;
    font-size: 22px;
}

h2.padding-top-1x.with-side {
    padding-top: 10px;
}

.text-normal {
    font-weight: normal !important
}

.text-thin {
    font-weight: 300 !important
}

.text-uppercase {
    letter-spacing: .04em
}

.padding-top-1x {
    padding-top: 24px !important
}

@media (max-width: 768px) {
    .padding-top-1x {
        padding-top: 16px !important
    }
    .home-cat{
        margin-bottom: 30px;
    }
    .shop-cat{
        margin: 0 auto;
    }
    .single-shop{
        margin-top: 20px;
    }
    .order-sum{
        margin-top: 20px;
    }
}

.padding-top-2x {
    padding-top: 48px !important
}

@media (max-width: 768px) {
    .padding-top-2x {
        padding-top: 32px !important
    }
}

.padding-top-3x {
    padding-top: 72px !important
}

@media (max-width: 768px) {
    .padding-top-3x {
        padding-top: 48px !important
    }
}

.padding-top-4x {
    padding-top: 96px !important
}

@media (max-width: 768px) {
    .padding-top-4x {
        padding-top: 64px !important
    }
}

.padding-top-5x {
    padding-top: 120px !important
}

@media (max-width: 768px) {
    .padding-top-5x {
        padding-top: 80px !important
    }
}

.padding-top-6x {
    padding-top: 144px !important
}

@media (max-width: 768px) {
    .padding-top-6x {
        padding-top: 96px !important
    }
}

.padding-top-7x {
    padding-top: 168px !important
}

@media (max-width: 768px) {
    .padding-top-7x {
        padding-top: 112px !important
    }
}

.padding-top-8x {
    padding-top: 192px !important
}

@media (max-width: 768px) {
    .padding-top-8x {
        padding-top: 128px !important
    }
}

.padding-top-9x {
    padding-top: 216px !important
}

@media (max-width: 768px) {
    .padding-top-9x {
        padding-top: 144px !important
    }
}

.padding-top-10x {
    padding-top: 240px !important
}

@media (max-width: 768px) {
    .padding-top-10x {
        padding-top: 160px !important
    }
}

.padding-bottom-1x {
    padding-bottom: 24px !important
}

@media (max-width: 768px) {
    .padding-bottom-1x {
        padding-bottom: 16px !important
    }
}

.padding-bottom-2x {
    padding-bottom: 48px !important
}

@media (max-width: 768px) {
    .padding-bottom-2x {
        padding-bottom: 32px !important
    }
}

.padding-bottom-3x {
    padding-bottom: 72px !important
}

@media (max-width: 768px) {
    .padding-bottom-3x {
        padding-bottom: 48px !important
    }
}

.padding-bottom-4x {
    padding-bottom: 96px !important
}

@media (max-width: 768px) {
    .padding-bottom-4x {
        padding-bottom: 64px !important
    }
}

.padding-bottom-5x {
    padding-bottom: 120px !important
}

@media (max-width: 768px) {
    .padding-bottom-5x {
        padding-bottom: 80px !important
    }
}

.padding-bottom-6x {
    padding-bottom: 144px !important
}

@media (max-width: 768px) {
    .padding-bottom-6x {
        padding-bottom: 96px !important
    }
}

.padding-bottom-7x {
    padding-bottom: 168px !important
}

@media (max-width: 768px) {
    .padding-bottom-7x {
        padding-bottom: 112px !important
    }
}

.padding-bottom-8x {
    padding-bottom: 192px !important
}

@media (max-width: 768px) {
    .padding-bottom-8x {
        padding-bottom: 128px !important
    }
}

.padding-bottom-9x {
    padding-bottom: 216px !important
}

@media (max-width: 768px) {
    .padding-bottom-9x {
        padding-bottom: 144px !important
    }
}

.padding-bottom-10x {
    padding-bottom: 240px !important
}

@media (max-width: 768px) {
    .padding-bottom-10x {
        padding-bottom: 160px !important
    }
}

.margin-top-1x {
    margin-top: 24px !important
}

@media (max-width: 768px) {
    .margin-top-1x {
        margin-top: 16px !important
    }
}

.margin-top-2x {
    margin-top: 48px !important
}

@media (max-width: 768px) {
    .margin-top-2x {
        margin-top: 32px !important
    }
}

.margin-top-3x {
    margin-top: 72px !important
}

@media (max-width: 768px) {
    .margin-top-3x {
        margin-top: 48px !important
    }
}

.margin-top-4x {
    margin-top: 96px !important
}

@media (max-width: 768px) {
    .margin-top-4x {
        margin-top: 64px !important
    }
}

.margin-top-5x {
    margin-top: 120px !important
}

@media (max-width: 768px) {
    .margin-top-5x {
        margin-top: 80px !important
    }
}

.margin-top-6x {
    margin-top: 144px !important
}

@media (max-width: 768px) {
    .margin-top-6x {
        margin-top: 96px !important
    }
}

.margin-top-7x {
    margin-top: 168px !important
}

@media (max-width: 768px) {
    .margin-top-7x {
        margin-top: 112px !important
    }
}

.margin-top-8x {
    margin-top: 192px !important
}

@media (max-width: 768px) {
    .margin-top-8x {
        margin-top: 128px !important
    }
}

.margin-top-9x {
    margin-top: 216px !important
}

@media (max-width: 768px) {
    .margin-top-9x {
        margin-top: 144px !important
    }
}

.margin-top-10x {
    margin-top: 240px !important
}

@media (max-width: 768px) {
    .margin-top-10x {
        margin-top: 160px !important
    }
}

.margin-bottom-1x {
    margin-bottom: 24px !important
}

@media (max-width: 768px) {
    .margin-bottom-1x {
        margin-bottom: 16px !important
    }
}

.margin-bottom-2x {
    margin-bottom: 48px !important
}

@media (max-width: 768px) {
    .margin-bottom-2x {
        margin-bottom: 32px !important
    }
}

.margin-bottom-3x {
    margin-bottom: 72px !important
}

@media (max-width: 768px) {
    .margin-bottom-3x {
        margin-bottom: 48px !important
    }
}

.margin-bottom-4x {
    margin-bottom: 96px !important
}

@media (max-width: 768px) {
    .margin-bottom-4x {
        margin-bottom: 64px !important
    }
}

.margin-bottom-5x {
    margin-bottom: 120px !important
}

@media (max-width: 768px) {
    .margin-bottom-5x {
        margin-bottom: 80px !important
    }
}

.margin-bottom-6x {
    margin-bottom: 144px !important
}

@media (max-width: 768px) {
    .margin-bottom-6x {
        margin-bottom: 96px !important
    }
}

.margin-bottom-7x {
    margin-bottom: 168px !important
}

@media (max-width: 768px) {
    .margin-bottom-7x {
        margin-bottom: 112px !important
    }
}

.margin-bottom-8x {
    margin-bottom: 192px !important
}

@media (max-width: 768px) {
    .margin-bottom-8x {
        margin-bottom: 128px !important
    }
}

.margin-bottom-9x {
    margin-bottom: 216px !important
}

@media (max-width: 768px) {
    .margin-bottom-9x {
        margin-bottom: 144px !important
    }
}

.margin-bottom-10x {
    margin-bottom: 240px !important
}

@media (max-width: 768px) {
    .margin-bottom-10x {
        margin-bottom: 160px !important
    }
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.margin-right-none {
    margin-right: 0 !important
}

.margin-left-none {
    margin-left: 0 !important
}

.padding-right-none {
    padding-right: 0 !important
}

.padding-left-none {
    padding-left: 0 !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    color: #374250;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    text-transform: none
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    display: block;
    padding-top: 3px;
    color: #9da9b9
}

h1, .h1 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.15
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 31px
    }
}

h2, .h2 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.2
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 28px
    }
}

h3, .h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.25
}

@media (max-width: 768px) {
    h3, .h3 {
        font-size: 22px
    }
}

h4, .h4 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.3
}

h5, .h5 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35
}

h6, .h6 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.4
}

.display-1, .display-2, .display-3, .display-4 {
    font-weight: normal;
    line-height: 1.15
}

.display-1 {
    font-size: 72px
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 57px
    }
}

.display-2 {
    font-size: 60px
}

@media (max-width: 576px) {
    .display-2 {
        font-size: 48px
    }
}

.display-3 {
    font-size: 50px
}

@media (max-width: 576px) {
    .display-3 {
        font-size: 42px
    }
}

.display-4 {
    font-size: 40px
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 36px
    }
}

p {
    margin: 0 0 16px
}

.lead {
    font-size: 18px
}

.text-lg {
    font-size: 16px
}

.text-sm {
    font-size: 13px
}

.text-xs {
    font-size: 12px
}

ul, ol {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 18px;
    line-height: 1.8
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.list-icon {
    padding: 0;
    list-style: none
}

.list-icon > li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 22px
}

.list-icon > li > i {
    display: block;
    position: absolute;
    left: 0;
    line-height: inherit;
    top: 2px;
}

.list-icon.text-lg > li {
    padding-left: 25px
}

.list-icon.text-sm > li {
    padding-left: 18px
}

.list-icon.lead > li {
    padding-left: 26px
}

dl {
    margin-top: 0;
    margin-bottom: 16px
}

dt, dd {
    line-height: 1.5
}

dt {
    padding-top: 9px;
    border-top: 1px solid #e1e7ec;
    color: #374250;
    font-weight: 500
}

dt:first-child {
    padding-top: 0;
    border: 0
}

dd {
    margin-top: 3px;
    margin-bottom: 15px;
    margin-left: 0
}

blockquote {
    position: relative;
    margin: 0;
    margin-bottom: 16px;
    padding: 24px 0 24px 36px;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    color: #606975;
    font-size: 18px
}

blockquote::before {
    position: absolute;
    top: 24px;
    left: -17px;
    color: #9da9b9;
    font-size: 82px;
    font-style: italic;
    line-height: .8;
    content: '"'
}

blockquote cite {
    display: block;
    margin-top: 9px;
    color: #9da9b9;
    font-size: 14px;
    font-style: normal;
    font-weight: normal
}

blockquote cite::before {
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
    color: #9da9b9;
    font-family: feather;
    font-size: .95em;
    content: '\e074';
    vertical-align: middle
}

blockquote p {
    margin-bottom: 0
}

blockquote.blockquote-reverse {
    padding-right: 36px;
    padding-left: 0;
    border-left: 0;
    text-align: right
}

blockquote.blockquote-reverse::before {
    right: 10px;
    left: auto
}

kbd {
    background-color: #606975
}


.scroll-to-top-btn {
    display: block;
    position: fixed;
    right: 16px;
    bottom: -88px;
    width: 44px;
    height: 44px;
    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    line-height: 39px;
    opacity: 0;
    z-index: 2000;
    text-align: center;
    text-decoration: none
}

.scroll-to-top-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}

.scroll-to-top-btn:focus, .scroll-to-top-btn:active {
    color: #fff
}

.scroll-to-top-btn.visible {
    bottom: 14px;
    opacity: 1
}

@media (max-width: 768px) {
    .scroll-to-top-btn {
        bottom: -72px;
        width: 36px;
        height: 36px;
        line-height: 31px
    }
}

.topbar {
    display: table;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    border-bottom: 1px solid #e1e7ec;
    background-color: #121517;
    z-index: 9010;
}
@media (max-width: 991px){
    .topbar {
        display: none;
    }
}
.topbar .topbar-column {
    display: table-cell;
    vertical-align: middle
}

.topbar .topbar-column:last-child {
    text-align: right;
    max-width: 240px;
}

.topbar .topbar-column:first-child {
    text-align: left
}

.topbar .topbar-column a:not(.social-button), .topbar .topbar-column span, .topbar .topbar-column p {
    color: #606975;
    font-size: 13px
}

.topbar .topbar-column > a:not(.social-button), .topbar .topbar-column > span, .topbar .topbar-column > p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px
}

.topbar .topbar-column > a:not(.social-button) > i, .topbar .topbar-column > span > i, .topbar .topbar-column > p > i {
    margin-top: -3px
}

.topbar .topbar-column > a:not(.social-button) > i.icon-download, .topbar .topbar-column > span > i.icon-download, .topbar .topbar-column > p > i.icon-download {
    margin-top: -4px
}

.topbar .topbar-column a:not(.social-button) {
    transition: color .3s;
    text-decoration: none
}

.topbar .topbar-column a:not(.social-button):hover {
    color: #6BB045
}

.topbar .topbar-column:last-child > a:not(.social-button), .topbar .topbar-column:last-child > span, .topbar .topbar-column:last-child > p {
    margin-left: 20px
}

.topbar .topbar-column:first-child > a:not(.social-button), .topbar .topbar-column:first-child > span, .topbar .topbar-column:first-child > p {
    margin-right: 20px
}

.topbar.topbar-ghost {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-color: rgba(255, 255, 255, 0.15);
    background-color: #0D1011;
}

.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item), .topbar.topbar-ghost .topbar-column span, .topbar.topbar-ghost .topbar-column p {
    color: #fff
}

.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item):hover {
    color: #6BB045
}

.topbar.topbar-ghost .lang-currency-switcher-wrap .lang-currency-switcher > .currency {
    border-left-color: rgba(255, 255, 255, 0.15)
}

.topbar.topbar-ghost .dropdown-toggle::after {
    color: #fff
}

.social-button-topbar{
    margin: 5px 0;
    color: #6BB045;
    text-decoration: none;
}

.lang-currency-switcher-wrap {
    display: inline-block;
    position: relative;
    margin-left: 22px;
    cursor: pointer;
    vertical-align: middle
}

.lang-currency-switcher-wrap .lang-currency-switcher > .language, .lang-currency-switcher-wrap .lang-currency-switcher > .currency, .lang-currency-switcher-wrap .lang-currency-switcher::after {
    display: inline-block;
    transition: color .3s;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle
}

.lang-currency-switcher-wrap .lang-currency-switcher > .language {
    width: 20px
}

.lang-currency-switcher-wrap .lang-currency-switcher > .currency {
    margin-left: 12px;
    padding: 4px 0 4px 12px;
}

.lang-currency-switcher-wrap .lang-currency-switcher::after {
    margin-left: 6px;
    margin-right: 8px;
    transition: all .3s
}

.lang-currency-switcher-wrap .lang-currency-switcher:hover > .language, .lang-currency-switcher-wrap .lang-currency-switcher:hover > .currency, .lang-currency-switcher-wrap .lang-currency-switcher:hover::after {
    color: #6BB045
}

.lang-currency-switcher-wrap.show > .lang-currency-switcher .currency, .lang-currency-switcher-wrap.show > .lang-currency-switcher::after {
    color: #6BB045
}

.lang-currency-switcher-wrap .dropdown-menu {
    right: 0;
    left: auto;
    padding-bottom: 12px
}

.lang-currency-switcher-wrap .dropdown-item {
    padding-top: 4px;
    padding-bottom: 4px
}

.lang-currency-switcher-wrap .dropdown-item > img {
    display: inline-block;
    width: 17px;
    margin-top: -1px;
    margin-right: 7px;
    vertical-align: middle
}

.lang-currency-switcher-wrap .currency-select {
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px
}

.site-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10
}

.site-search > input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 120px;
    padding-left: 30px;
    border: 0;
    background-color: #fff;
    color: #606975;
    font-size: 16px
}

.site-search > input:focus {
    outline: 0
}

.site-search > input::-moz-placeholder {
    color: #9da9b9;
    opacity: 1
}

.site-search > input:-ms-input-placeholder {
    color: #9da9b9
}

.site-search > input::-webkit-input-placeholder {
    color: #9da9b9
}

.site-search .search-tools {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -20px;
    z-index: 5
}

.site-search .search-tools .clear-search, .site-search .search-tools .close-search {
    display: inline-block;
    transition: color .25s;
    cursor: pointer;
    vertical-align: middle
}

.site-search .search-tools .clear-search {
    padding: 10px 0;
    color: #9da9b9;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase
}

.site-search .search-tools .clear-search:hover {
    color: #606975
}

.site-search .search-tools .close-search {
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 10px
}

.site-search .search-tools .close-search:hover {
    color: #9da9b9
}

.site-search.search-visible {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1200px) {
    .site-search > input {
        padding-right: 105px;
        padding-left: 15px
    }

    .site-search .search-tools {
        right: 15px
    }
}

.navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 84px;
    border-bottom: 1px solid #e1e7ec;
    background-color: #fff;
    z-index: 9000
}

.navbar.navbar-stuck {
    position: fixed;
    box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);
    z-index: 9010
}

.site-branding {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5
}

.site-branding .inner {
    display: table;
    height: 100%;
    min-height: 100%
}

.site-logo, .offcanvas-toggle {
    display: table-cell;
    vertical-align: middle
}

.site-logo {
    width: 154px;
    padding: 12px 0 12px 25px;
    text-decoration: none
}

.site-logo > img {
    /*display: block;*/
    width: 100%
}

.site-logo.logo-stuck {
    display: none
}

.navbar-ghost.navbar-stuck .site-logo {
    display: none
}

.navbar-ghost.navbar-stuck .site-logo.logo-stuck {
    display: table-cell
}

.offcanvas-toggle {
    width: 74px;
    transition: color .3s;
    border-right: 1px solid #e1e7ec;
    color: #606975;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

.offcanvas-toggle::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c9";
}

.offcanvas-toggle:hover {
    color: #6BB045
}

.offcanvas-toggle.menu-toggle {
    display: none
}

.site-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1
}

.site-menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.site-menu ul > li > a {
    padding: 0 10px;
    transition: color .3s;
    color: #606975 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none
}

.site-menu ul > li:hover > a {
    color: #6BB045 !important;
}

.site-menu ul > li.active > a {
    color: #6BB045
}

.site-menu > ul {
    display: table;
    height: 100%;
    min-height: 100%
}

.site-menu > ul > li {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.site-menu > ul > li > a {
    display: table;
    height: 100%;
    min-height: 100%;
    border-top: 1px solid transparent;
}

.site-menu > ul > li > a > span {
    display: table-cell;
    vertical-align: middle;
}

.site-menu > ul > li.active > a {
    border-top-color: #6BB045
}

.site-menu ul > li:hover > .sub-menu {
    display: block;
    -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.site-menu ul > li:hover > .mega-menu {
    display: table;
    -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.site-menu ul > li:hover > .mega-menu .sub-menu {
    -webkit-animation: none;
    animation: none
}

.site-menu > ul > li.has-megamenu {
    position: static
}

.toolbar {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    z-index: 5
}

.toolbar .inner {
    display: table;
    height: 100%;
    min-height: 100%
}

.toolbar .tools {
    display: table-cell;
    vertical-align: middle
}

.toolbar .search, .toolbar .account, .toolbar .cart {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 6px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none
}

.toolbar .search > i, .toolbar .account > i, .toolbar .cart > i {
    line-height: 39px
}

.toolbar .search > a, .toolbar .account > a, .toolbar .cart > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.toolbar .search:hover, .toolbar .account:hover, .toolbar .cart:hover {
    background-color: #f5f5f5
}

.toolbar .account > a::after, .toolbar .cart > a::after {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    margin-top: -10px;
    content: ''
}

.toolbar .search > i {
    line-height: 40px
}

.toolbar .cart {
    width: auto;
    padding: 0 16px;
    border-radius: 22px
}

.toolbar .cart > a {
    border-radius: 22px
}

.toolbar .cart > .count, .toolbar .cart > .subtotal {
    display: inline-block;
    margin-top: 2px;
    font-size: 14px;
    vertical-align: middle
}

.toolbar .cart > .count {
    margin-left: 5px
}

.toolbar .cart > .subtotal {
    margin-left: 11px;
    padding: 1px 0 1px 12px;
    border-left: 1px solid #e1e7ec
}

@media (max-width: 1200px) {
    .toolbar .cart {
        padding: 0 14px
    }

    .toolbar .cart > .subtotal {
        display: none
    }
}

.toolbar-dropdown {
    margin-top: 7px !important;
    text-align: left
}

.toolbar .account > .toolbar-dropdown {
    left: 50%;
    margin-left: -100px
}

.toolbar .cart > .toolbar-dropdown {
    right: 0;
    left: auto;
    width: 260px;
    padding-right: 18px !important;
    padding-left: 18px !important
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group {
    display: table;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e1e7ec
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group:last-child {
    border-top: 0
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column {
    display: table-cell;
    vertical-align: top
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:first-child {
    padding-right: 6px
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:last-child {
    padding-left: 6px
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group .btn {
    margin: 0
}

.dropdown-product-item {
    display: table;
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px dashed #d8e0e6
}

.dropdown-product-item:first-child {
    border-top: 0
}

.dropdown-product-item > .dropdown-product-thumb, .dropdown-product-item > .dropdown-product-info {
    display: table-cell;
    vertical-align: top
}

.dropdown-product-item > .dropdown-product-thumb {
    width: 55px;
    border-radius: 50%;
    overflow: hidden
}

.dropdown-product-item > .dropdown-product-thumb > img {
    display: block;
    width: 100%
}

.dropdown-product-item > .dropdown-product-remove {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    color: #ff5252;
    font-size: 13px;
    line-height: 1;
    cursor: pointer
}

.dropdown-product-item > .dropdown-product-info {
    padding-right: 15px;
    padding-left: 12px
}

.dropdown-product-item .dropdown-product-title {
    display: block;
    padding-top: 2px;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.dropdown-product-item .dropdown-product-title:hover {
    color: #6BB045
}

.dropdown-product-item .dropdown-product-details {
    color: #9da9b9;
    font-size: 14px
}

.toolbar .account:hover > .toolbar-dropdown, .toolbar .cart:hover > .toolbar-dropdown {
    display: block;
    -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.navbar-ghost:not(.navbar-stuck) {
    position: absolute;
    top: 40px;
    border-bottom-color: rgba(255, 255, 255, 0.15);
    background-color: transparent
}

.navbar-ghost:not(.navbar-stuck) .offcanvas-toggle {
    border-right-color: rgba(255, 255, 255, 0.15);
    color: #fff
}

.navbar-ghost:not(.navbar-stuck) .offcanvas-toggle:hover {
    color: #6BB045
}

.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li > a {
    color: #fff !important;
}

.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li:hover > a {
    color: #6BB045 !important;
}

.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li.active > a {
    color: #6BB045
}

.navbar-ghost:not(.navbar-stuck) .toolbar .search, .navbar-ghost:not(.navbar-stuck) .toolbar .account, .navbar-ghost:not(.navbar-stuck) .toolbar .cart {
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff
}

.navbar-ghost:not(.navbar-stuck) .toolbar .search:hover, .navbar-ghost:not(.navbar-stuck) .toolbar .account:hover, .navbar-ghost:not(.navbar-stuck) .toolbar .cart:hover {
    background-color: rgba(255, 255, 255, 0.07)
}

.navbar-ghost:not(.navbar-stuck) .toolbar .cart > .subtotal {
    border-left-color: rgba(255, 255, 255, 0.15)
}

.navbar-ghost:not(.navbar-stuck) .toolbar .toolbar-dropdown-group {
    color: #606975
}

@media (max-width: 1070px) {
    .navbar {
        min-height: 78px
    }

    .toolbar {
        right: 15px
    }

    .offcanvas-toggle.menu-toggle {
        display: table-cell
    }

    .site-menu, .offcanvas-toggle.cats-toggle, .toolbar .account, .toolbar-dropdown {
        display: none !important
    }
}
@media (max-width: 991px){
    .navbar-ghost:not(.navbar-stuck) {
        top: 0px;
    }
}
@media (max-width: 576px) {
    .topbar {
        padding-right: 15px;
        padding-left: 15px
    }

    .offcanvas-toggle {
        width: 56px
    }

    .site-logo {
        /*width: 145px;*/
        padding-left: 16px
    }
}

.page-title {
    width: 100%;
    margin-bottom: 60px;
    padding: 36px 0;
    border-bottom: 1px solid #e1e7ec;
    background-color: #f5f5f5
}

.page-title > .container, .page-title > .container-fluid {
    display: table
}

.page-title .column {
    display: table-cell;
    vertical-align: middle
}

.page-title .column:first-child {
    padding-right: 20px
}

.page-title h1, .page-title h2, .page-title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25
}

@media (max-width: 576px) {
    .page-title {
        margin-bottom: 53px
    }
}

.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.breadcrumbs > li {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 0;
    color: #9da9b9;
    font-size: 14px;
    cursor: default;
    vertical-align: middle
}

.breadcrumbs > li.separator {
    width: 3px;
    height: 3px;
    margin-top: 2px;
    padding: 0;
    border-radius: 50%;
    background-color: #9da9b9
}

.breadcrumbs > li > a {
    transition: color .25s;
    color: #606975;
    text-decoration: none
}

.breadcrumbs > li > a:hover {
    color: #6BB045
}

@media (max-width: 768px) {
    .page-title > .container, .page-title > .container-fluid {
        display: block
    }

    .page-title .column {
        display: block;
        width: 100%;
        text-align: center
    }

    .page-title .column:first-child {
        padding-right: 0
    }

    .breadcrumbs {
        padding-top: 10px;
        text-align: center
    }

    .breadcrumbs > li {
        margin-left: 3px;
        margin-right: 3px
    }
}

.offcanvas-wrapper {
    position: relative;
    /*min-height: 100vh;*/
    /*background-color: #fff;*/
    z-index: 10
}

.offcanvas-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100%;
    background-color: #121517;
    box-shadow: inset -4px 0 17px 0 rgba(0, 0, 0, 0.35);
    visibility: hidden;
    z-index: 1;
    overflow-y: auto
}

.offcanvas-container.active {
    visibility: visible
}

.offcanvas-header {
    padding: 28px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
}

.offcanvas-header .offcanvas-title {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 500
}

.mobile-link {
    display: table;
    width: 100%;
    padding: 20px 18px;
    transition: background-color .3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #0D1011;
    text-decoration: none;
}

.mobile-link .logo-wp, .mobile-link .wp-info {
    display: table-cell;
    vertical-align: middle
}

.mobile-link .logo-wp {
    width: 48px
}

.mobile-link .wp-info {
    padding-left: 8px
}

.mobile-link .wp-info > .wp-name {
    margin-bottom: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.mobile-link .wp-info > span {
    display: block
}


.site-backdrop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    opacity: 0;
    z-index: 9980;
    position: fixed;
    transition: opacity .35s, visibility .35s;
    cursor: pointer;
    visibility: hidden
}

.no-csstransforms3d .offcanvas-wrapper, .no-csstransforms3d .navbar, .no-csstransforms3d .topbar {
    transition: left .4s ease-in-out, background-color .2s
}

.no-csstransforms3d .site-backdrop {
    transition: left .4s ease-in-out, opacity .35s, visibility .35s
}

.no-csstransforms3d .offcanvas-open .offcanvas-wrapper, .no-csstransforms3d .offcanvas-open .site-backdrop, .no-csstransforms3d .offcanvas-open .navbar, .no-csstransforms3d .offcanvas-open .topbar {
    left: 290px
}

.no-csstransforms3d .offcanvas-open .site-backdrop {
    opacity: .2;
    visibility: visible
}

.csstransforms3d .offcanvas-wrapper, .csstransforms3d .navbar, .csstransforms3d .topbar {
    transition: -webkit-transform .4s ease-in-out, background-color .2s;
    transition: transform .4s ease-in-out, background-color .2s
}

.csstransforms3d .site-backdrop {
    transition: -webkit-transform .4s ease-in-out, opacity .35s, visibility .35s;
    transition: transform .4s ease-in-out, opacity .35s, visibility .35s
}

.csstransforms3d .offcanvas-open .offcanvas-wrapper, .csstransforms3d .offcanvas-open .site-backdrop, .csstransforms3d .offcanvas-open .navbar, .csstransforms3d .offcanvas-open .topbar {
    -webkit-transform: translate3d(290px, 0, 0);
    transform: translate3d(290px, 0, 0)
}

.csstransforms3d .offcanvas-open .site-backdrop {
    opacity: .2;
    visibility: visible
}

.site-footer {
    padding-top: 72px;
    background-color: #374250
}

.site-footer .widget .text-white i {
    margin-top: -4px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .site-footer {
        padding-top: 48px
    }
}

.footer-copyright {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: normal
}

.footer-copyright > a {
    transition: color .25s;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none
}

.footer-copyright > a:hover {
    color: #6BB045
}

.footer-light {
    background-color: #f5f5f5
}

.footer-light .footer-copyright {
    color: #9da9b9
}

.footer-light .footer-copyright > a {
    color: #9da9b9
}

.footer-light .footer-copyright > a:hover {
    color: #6BB045
}

.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 90px;
    padding-bottom: 30px;
    border: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden
}

.user-info-wrapper .user-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover
}

.user-info-wrapper .user-cover .tooltip .tooltip-inner {
    width: 230px;
    max-width: 100%;
    padding: 10px 15px
}

.user-info-wrapper .info-label {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    height: 26px;
    padding: 0 12px;
    border-radius: 13px;
    background-color: #fff;
    color: #606975;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer
}

.user-info-wrapper .info-label > i {
    display: inline-block;
    margin-right: 3px;
    font-size: 1.2em;
    vertical-align: middle
}

.user-info-wrapper .user-info {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 18px;
    z-index: 5
}

.user-info-wrapper .user-info .user-avatar, .user-info-wrapper .user-info .user-data {
    display: table-cell;
    vertical-align: top
}

.user-info-wrapper .user-info .user-avatar {
    position: relative;
    width: 115px
}

.user-info-wrapper .user-info .user-avatar > img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50%
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    width: 36px;
    height: 36px;
    transition: opacity .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #606975;
    line-height: 34px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    text-align: center;
    text-decoration: none
}

.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
    font-family: feather;
    font-size: 17px;
    content: '\e058'
}

.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
    opacity: 1
}

.user-info-wrapper .user-info .user-data {
    padding-top: 48px;
    padding-left: 12px
}

.user-info-wrapper .user-info .user-data h4 {
    margin-bottom: 2px
}

.user-info-wrapper .user-info .user-data span {
    display: block;
    color: #9da9b9;
    font-size: 13px
}

.user-info-wrapper + .list-group .list-group-item:first-child {
    border-radius: 0
}



[data-toggle="collapse"] .fa:before {
    content: "\f0d8";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f0d7";
}

.bottom-line{
    border-bottom: 1px solid #EEE;
}
.bottom-line-white{
    border-bottom: 1px solid #FFF;
}
.bottom-line-none{
    border-bottom: none;
}
.no-padding-left{padding-left: 0px !important;}
.no-padding-right{padding-right: 0px !important; margin-right: -1px;}

.btn-calc {
    background-color: transparent;
    text-decoration: none;
    font-size: 30px;
    font-weight: 900;
    color: #121317;
    padding: 0 !important;
}
.title-calc{
    font-size: 30px;
    font-weight: 900;
    color: #121317;
}
.title-calc-black {
    font-size: 30px;
    font-weight: 900;
    color: #121317;
    text-align: left;
    margin-bottom: 3px;
    float: left;
}
.btn-calc h3{
    font-size: 18px;
    font-weight: 900;
    color: #121317;
    text-align: left;
    margin-bottom: 3px;
    float: left;
}
.btn-calc i{
    padding: 0 14px 0 0;
    float: left;
    display: block;
    font-size: 18px;
    line-height: 120%;
}
.btn-calc-span-blue{
    text-align: left;
    color: #0080FF;
    font-size: 12px;
    font-weight: 900;
    float: left;
    clear: both;
    padding-left: 25px;
}
.calc-span-blue{
    text-align: left;
    color: #0080FF;
    font-size: 14px;
    font-weight: 900;
    float: left;
    clear: both;
}
.btn:focus, .btn.focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.0) !important;
}
.total-green-right{
    /* background-color: #6BB045; */
    background-image: linear-gradient(to right top, #88d55a, #7ac34f, #6bb044, #5e9e39, #508d2e);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-block;
    border-left: 1px solid #68ad42;
}
.total-blue-right{
    /* background-color: #0080FF; */
    background-image: linear-gradient(to left top, #0761bb, #2b76cc, #448cde, #5ca2ee, #73b9ff);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-block;
    border-left: 1px solid #3a83d7;
}
.total-black-right{
    /*background-color: #121517;*/
    background-image: linear-gradient(to right top, #4d4d50, #3d3e41, #2e3032, #202224, #121517);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-block;
    border-left: 1px solid #1c1f20;
}
.total-black-circle{
    /*background-color: #121517;*/
    background-image: linear-gradient(to right top, #4d4d50, #3d3e41, #2e3032, #202224, #121517);
    color: #FFF;
    font-weight: 900;
    padding: 4px;
    line-height: normal;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    display: inline-block;
}
.total-black-circle-finish{
    /*background-color: #121517;*/
    background-image: linear-gradient(to right top, #4d4d50, #3d3e41, #2e3032, #202224, #121517);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    display: inline-block;
}
.total-black-circle-acumulado{
    background-image: linear-gradient(to right top, #949494, #797979, #5f5f5f, #464646, #2f2f2f);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    display: inline-block;
}
.unitario-green-left{
    /* background-color: #B1D49E; */
    background-image: linear-gradient(to left top, #88d55a, #7ac34f, #6bb044, #5e9e39, #508d2e);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: inline-block;
    opacity: 0.8;
}
.unitario-blue-left{
    /* background-color: #73B9FF; */
    background-image: linear-gradient(to right top, #0761bb, #2b76cc, #448cde, #5ca2ee, #73b9ff);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: inline-block;
    opacity: 0.8;
}
.unitario-black-left{
    /*background-color: #4D4D50;*/
    background-image: linear-gradient(to left top, #4d4d50, #3d3e41, #2e3032, #202224, #121517);
    color: #FFF;
    font-weight: 900;
    padding: 14px;
    text-align: center;
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: inline-block;
    opacity: 0.9;
}
.title-calc-green{
    font-size: 16px;
    font-weight: 900;
    color: #6BB045;
    margin-bottom: 5px;
}
.title-calc-blue{
    font-size: 16px;
    font-weight: 900;
    color: #0080FF;
    margin-bottom: 5px;
}
.text-calc{
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 94% !important;
}
.text-calc-total{
    font-size: 14px;
    font-weight: 600;
    color: #121417;
    line-height: 94% !important;
    /*letter-spacing: -1px;*/
    margin-bottom: 0px;
}
.bg-calc-blue{
    /*background: #0080FF;*/
    background-image: linear-gradient(to right top, #0761bb, #2b76cc, #448cde, #5ca2ee, #73b9ff);
    padding: 25px 25px 45px 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.bg-calc-blue p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 98% !important;
    min-height: 45px;
}
.text-calc-meta{
    color: #FFFFFF;
    font-weight: 900;
    font-size: 16px;
    line-height: 98% !important;
    min-height: 30px;
}
.result-calc-meta{
    /*background: #121517;*/
    background-image: linear-gradient(to right top, #4d4d50, #3d3e41, #2e3032, #202224, #121517);
    text-align: center; color: #FFF; font-weight: 900; padding: 20px; border-radius: 50px;
}
.title-calc-meta{
    font-size: 36px;
    font-weight: 900;
    color: #FFFFFF;
    padding: 30px 0;
}
.bg-calc{
    background: #F8F8F8;
}
.block-991{
    display: none;
}
@media (max-width: 991px){
    .text-calc-meta {
        min-height: auto;
    }
    .none-991{
        display: none !important;
    }
    .block-991{
        display: block;
    }
    .btn-calc h3, .btn-calc i, .title-calc{
        font-size: 16px;
    }
    .title-big-left-dark{
        font-size: 40px;
    }
}

form {
    padding: 20px;
}

.form-group-default {
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    margin-bottom: 0px !important;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.form-group-default.focused {
    background-color: #f0f0f0;
}

.form-group-default.required:after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 6px;
}

.form-group-default .form-control {
    border: 0;
    padding: 0;
    margin-top: -4px;
    background: 0 0;
    border-radius: 0;
    resize: vertical;
}

.form-group-default .form-control:not(textarea){
    height: 25px;
    min-height: 25px;
    font-size: 12px;
}

.form-group-default select.form-control {
    /*  -webkit-appearance: none;
      -moz-appearance: none;
      height: inherit !important;*/
}

.form-group-default .form-control:focus {
    outline: 0 !important;
    box-shadow: none;
}

.form-group-default .control-label {
    margin: 0;
    display: block;
    line-height: 20px;
    margin-bottom: 2px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.form-group .control-label {
    font-size: 12px;
    /* letter-spacing: 0.06em; */
    /* text-transform: uppercase; */
    font-weight: 900;
}

.form-group-default .custom-select.is-invalid,
.form-group-default .form-control.is-invalid,
.was-validated .form-group-default .custom-select:invalid,
.was-validated .form-group-default .form-control:invalid {
    box-shadow: none;
    border-bottom: 1px solid #dc3545;
}

.form-group-default .custom-select.is-valid,
.form-group-default .form-control.is-valid,
.was-validated .form-group-default .custom-select:valid,
.was-validated .form-group-default .form-control:valid {
    box-shadow: none;
}


.toggle_green_Wrapper {
    overflow: hidden;
}
.toggle_green_Wrapper input {
    position: absolute;
    left: -99em;
}

.toggle_green {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 120px;
    height: 30px;
    background: #bdc1c8;
    border-radius: 50px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-bottom: 5px;
}
.toggle_green:before, .toggle_green:after {
    position: absolute;
    line-height: 30px;
    font-size: 12px;
    font-weight: 900;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle_green:before {
    content: "OFF";
    left: 20px;
    color: #bdc1c8;
}
.toggle_green:after {
    content: "ON";
    right: 20px;
    color: #fff;
}

.toggle_green__handler {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 65px;
    height: 24px;
    border-radius: 50px;
    top: 3px;
    left: 3px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

input:checked + .toggle_green {
    background: #6BB045;
}
input:checked + .toggle_green:before {
    color: #fff;
}
input:checked + .toggle_green:after {
    color: #66B317;
}
input:checked + .toggle_green .toggle_green__handler {
    width: 54px;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    border-color: #fff;
}


.toggle_blue_Wrapper {
    overflow: hidden;
}
.toggle_blue_Wrapper input {
    position: absolute;
    left: -99em;
}

.toggle_blue {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 120px;
    height: 30px;
    background: #bdc1c8;
    border-radius: 50px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-bottom: 0px;
}
.toggle_blue:before, .toggle_blue:after {
    position: absolute;
    line-height: 30px;
    font-size: 12px;
    font-weight: 900;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle_blue:before {
    content: "OFF";
    left: 20px;
    color: #bdc1c8;
}
.toggle_blue:after {
    content: "ON";
    right: 20px;
    color: #fff;
}

.toggle_blue__handler {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 65px;
    height: 24px;
    border-radius: 50px;
    top: 3px;
    left: 3px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

input:checked + .toggle_blue {
    background: #0080FF;
}
input:checked + .toggle_blue:before {
    color: #fff;
}
input:checked + .toggle_blue:after {
    color: #0080FF;
}
input:checked + .toggle_blue .toggle_blue__handler {
    width: 54px;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    border-color: #fff;
}

.form-control:disabled, .form-control[readonly]{
    background-color: transparent !important;
}


.tab-slider--nav {
    /* width: 100%; */
    display: table;
    /*float: left;*/
    margin: 0 auto;
    margin-bottom: 60px;
    border: 1px solid #EEE;
    border-radius: 50px;
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #121517;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}
.tab-slider--tabs.slide:after {
    left: 50%;
}

.tab-slider--trigger {
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    color: #9e9e9e;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--trigger.active {
    color: #fff;
}

.tab-slider--body {
    margin-bottom: 20px;
}
.ptb-20_991{
    padding-top: 20px;
    padding-bottom: 0px;
}
.ptb-20_991 > .mb-10{
    margin-bottom: 0px;
}
@media (max-width: 1200px){
    .pl-20{
        padding-left: 20px;
    }
    .pl-25{
        padding-left: 25px;
    }
    .pt-30_pl-20{
        padding-top: 30px;
        padding-left: 20px;
    }
    .pl-30{
        padding-left: 10px;
    }
    .pl-35{
        padding-left: 15px;
    }
    .pl-40{
        padding-left: 20px;
    }
    .pl-45{
        padding-left: 25px;
    }
    .pl-52{
        padding-left: 32px;
    }
    .pl-70{
        padding-left: 50px;
    }
    .pl-82{
        padding-left: 42px;
    }
    .pl-95{
        padding-left: 95px;
    }
    .bg-calc-blue p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 98% !important;
        min-height: auto;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }
}
@media (max-width: 991px){
    .ptb-20_991{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ptb-20_991 > .mb-10{
        margin-bottom: 10px;
    }
}
@media (max-width: 480px){
    .none-480{
        display: none;
    }
}

.emita-boletos-home{

}
.emita-boletos-home h3{
    font-size: 50px; margin-bottom: 40px; font-weight: 600;
}
.emita-boletos-home a{
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 25px;
    color: #999999;
}
.emita-boletos-home a:hover{
    text-decoration: none;
    color: #121417;
}

.chamada-calculadora{
    padding: 20px 0;
    text-align: center;
}
.chamada-calculadora h2{
    font-weight: 900;
    color: #121517;
    font-size: 34px;
}
.chamada-calculadora p{
    font-size: 16px;
    font-weight: 500;
    color: #121317;
}
.icon-calculadora{
    margin: 0 auto; text-align: center; margin-bottom: 40px; display: block; width: 150px;
}
.info-tarifas{
    font-style: italic; font-size: 14px; color: #6BB045;
}
.chamada-marketplace{
    padding: 20px 0;
    text-align: center;
}
.chamada-marketplace h2{
    font-weight: 900;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 85% !important;
    margin-bottom: 25px;
}
.chamada-marketplace h2 span{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #6BB045;
}
.chamada-marketplace p{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.min-w-290{
    min-width: 290px;
}

.text--left-30{
    float: left; width: 30%;
}
.text--left-70{
    float: left; width: 70%; text-align: left;
}
.text--zero{
    font-size: 120px; color: #FFFFFF; font-weight: 900; line-height: 90px !important; text-align: left;
}
.text--percent{
    font-size: 30px;color: #FFFFFF;font-weight: 900;line-height: 40px !important;margin-bottom: 0px;
}
.text--info{
    font-size: 12px; text-transform: uppercase; color: #FFFFFF; line-height: 16px;
}
.bloco--text--info{
    margin-top: 30px;
}
.bloco--text--info p{
    text-align: left;
    font-weight: 500;
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.bloco--text--info p strong{
    text-align: left;
    font-weight: 900;
    color: #FFFFFF;
}
.bloco--text--info i{
    color: #6BB045;
    margin-right: 5px;
    font-size: 14px;
    height: 20px;
    line-height: 16px;
    float: left;
}

.bloco--text--card{
    display: inline-block;
    margin-top: 40px;
}
.bloco--text--card p{
    text-align: left !important;
    color: #888888;
    font-size: 11px;
    text-transform: uppercase;
}
.bloco--text--card p strong{
    color: #FFFFFF;
    font-weight: 900;
}
.bloco--text--card i{
    color: #6BB045;
    font-size: 40px;
    float: left;
    text-align: left;
    margin-right: 8px;

}
.block-img{
    display: block;
}

.b-green{
    border: 1px solid #EEE;
    padding: 0 15px;
}

.b-blue{
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    padding: 0 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media (max-width: 400px){
    .title-trabalhe-conosco {
        top: -310px;
        padding: 50px 30px;
        width: 95%;
    }
    .title-trabalhe-conosco > .title-top-left{
        font-size: 36px;
    }
}

@media (max-width: 1160px){
    .toolbar .btn {
        font-weight: 400;
        text-align: center;
        border: 2px solid transparent;
        padding: 0.375rem 0.70rem;
        font-size: 0.70rem;
        line-height: 1.5;
    }
}

@media (max-width: 1071px){
    .toolbar .btn {
        font-weight: 400;
        text-align: center;
        border: 2px solid transparent;
        padding: 0.375rem 0.90rem;
        font-size: 0.80rem;
        line-height: 1.5;
    }
}

.title-trabalhe-conosco{
    background: #6BB045;
    position: absolute;
    top: -300px;
    padding: 100px 40px;
    width: 95%;
    margin: 0 auto;
    display: table;
}
.vagas-disponiveis{
    background: #F5F5F5;
    padding: 40px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.vagas-disponiveis h3{
    font-weight: 900;
    color: #121517;
    font-size: 24px;
    margin-bottom: 10px
}

.file-drop-area {
  border: 1px dashed #7c7db3;
    border-radius: 3px;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    padding: 14px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50px;
}
.file-drop-area.is-active {
  background-color: #C4DFB5;
}

.fake-btn {
  background-color: #6ab045;
    border-radius: 3px;
    color: #FFF;
    padding: 8px 15px;
    margin-right: 8px;
    font-size: 12px;
    border-radius: 50px;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 130px);
  vertical-align: middle;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

.p-0{
    padding: 0;
}
.t--1{
    top: -1px;
}

.title-parceiros{
    font-size: 30px;
    color: #121417;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.line-title-parceiros{
    height: 2px;
    width: 100%;
    background: #121417;
    margin-bottom: 20px;
}
.cada-parceiro-bloco{
    margin: 40px auto;
}
.cada-parceiro-card{
    border-top: 5px solid transparent;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    transition: 0.6s;
    margin: 30px auto;
}
.cada-parceiro-card:hover{
    border-top: 5px solid #6BB045;
    box-shadow: 0px 10px 40px 0px rgba(238, 238, 238,0.9);
    background: #eee;
    transition: 0.6s;
}
.cada-parceiro-card h3{
    font-size: 20px;
    color: #121417;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 10px;
}
.cada-parceiro-card .logo-parceiros {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 10px;
    box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
    animation: scale-up-three 11s infinite linear;
    margin: 20px auto;
    text-align: center;
}
.cada-parceiro-card .img-box{
    position: relative;
    margin: 10px auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    z-index: 5;
    padding: 10px;
    background: #FFF;
    border: 1px solid #DDD;
}
.cada-parceiro-card .img-box:before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.cada-parceiro-card .img-box img {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.labelFilter{
    font-size: 20px;
    color: #121417;
    font-weight: 900;
    letter-spacing: -1px;
    margin-right: 10px;
}
.selectFilter{
  border-radius:50px;
  padding: 10px 15px;
  display:inline-block;
  overflow:hidden;
  background: #FFFFFF;
  border:1px solid #DDDDDD;
}
.selectFilterBox{
  min-width: 200px;
  border: 0px;
  outline: none;
  background: transparent;
}
.box-select-filter{
    float: right;
    margin-bottom: 20px;
}