.togglebutton, .togglebutton label, .togglebutton input, .togglebutton .toggle {
    user-select: none;
}
.togglebutton { 
    vertical-align: middle;
}
.togglebutton label {
    cursor: pointer;
    color: rgba(0,0,0, 0.26);
}
.togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgba(235, 0, 208);
}
.togglebutton label .toggle, .togglebutton label input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 49.8px;
    height: 25px;
    background-color: rgba(197, 197, 197, 0.7);
    border-radius: 15px;
    margin-right: 15px;
    transition: background 0.3s ease;
    vertical-align: middle;
}
.togglebutton label .toggle {
    text-align: left;
    margin-left: 5px;
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
    border-color: #9c27b0;
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
    left: 25px;
}
.togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -0.1px;
    top: -0px;
    border: 1px solid rgba(0,0,0, .54);
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.split-view {
    height: 100%
} 

.split-view:before,
.split-view:after {
    content: " ";
    display: table
}

.split-view:after {
    clear: both
}

.split-view>* {
    width: 50%;
    height: 100%;
    position: relative
}

.split-view>*>.separator {
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1)
}

.split-view>*.left {
    float: left;
    padding-right: 0
}

.split-view>*.left>.separator {
    right: 0
}

.split-view>*.right {
    float: right;
    padding-left: 0
}

.split-view>*.right>.separator {
    left: 0
}

.split-view.small-gap:before,
.split-view.small-gap:after {
    content: " ";
    display: table
}

.split-view.small-gap:after {
    clear: both
}

.split-view.small-gap>* {
    width: 50%;
    height: 100%;
    position: relative
}

.split-view.small-gap>*>.separator {
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1)
}

.split-view.small-gap>*.left {
    float: left;
    padding-right: 5px
}

.split-view.small-gap>*.left>.separator {
    right: 0
}

.split-view.small-gap>*.right {
    float: right;
    padding-left: 5px
}

.split-view.small-gap>*.right>.separator {
    left: 0
}
.box .ckojs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0 0 5px;
    border-radius: 40px
}
.box .input-group {
    width: 100% !important;
    height: 40px !important;
    -webkit-appearance: none !important;
    margin-top: 10px !important;
    position: relative !important;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05) !important;
    /*font-size: 14px !important;*/
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.2px !important;
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;
    font-size: 17px !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    background:#fff !important;
    color:#303435 !important;
}
.box .input-group-download {
    width: 100% !important;
    height: 70px !important;
    -webkit-appearance: none !important;
    margin-top: 10px !important;
    margin-bottom:10px !important;
    padding:10px 5px 10px 0 !important;
    position: relative !important;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    /*border: 1px solid #eb00d0 !important;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05) !important;
    font-size: 14px !important;*/
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.2px !important;
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;
    font-size: 17px !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    background:#fff !important;
    color:#303435 !important;
}
.box .input-group-download label{
    display:block !important;
    color:#333 !important;
}
.box .input-group-album {
    width: 100% !important;
    height: 70px !important;
    -webkit-appearance: none !important;
    margin-top: 10px !important;
    margin-bottom:10px !important;
    padding:10px 5px 10px 0 !important;
    position: relative !important;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    /*border: 1px solid #eb00d0 !important;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05) !important;
    font-size: 14px !important;*/
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.2px !important;
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;
    font-size: 17px !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    background:#fff !important;
    color:#303435 !important;
}
.box .input-group-album label{
    display:block !important;
    color:#333 !important;
}
.box .input-group.disabled .input-control {
    color: #9a9a9a !important;
    background-color: #f3f3f3 !important
}

.box .input-group label {
    position: absolute !important;
    line-height: 38px !important;
    height: 38px !important;
    left: 10px !important;
    top: 0 !important;
    color: #777 !important;
    /* color: rgba(0,0,0,0.55) !important;*/
}

.box .input-group label+*:not(select) {
    padding-left: 105px !important
}
body.theme-standard a.ckojs {
    color: #fff !important
}

body.theme-standard a.ckojs:hover {
    background-color: rgba(0, 0, 0, 0.1) !important
}

body.theme-standard a.ckojs:active {
    color: #a6a6a6 !important
}

body.theme-standard .input-group label {
    color: #777 !important;
    /*color: rgba(0, 0, 0, 0.55) !important*/
}

body.theme-standard .input-group.disabled label {
    color: #cacaca !important
}

body.theme-standard .input-group.focus {
    background-color: #fbfbfb !important;
    border-color: #368bd9 !important
}
.box .input-group label.icon {
    color:#777 !important;
    width: 30px !important;
    height: 56px !important;
    overflow: hidden !important;
}
.box .input-group label.active{
    color:#777 !important;
}
.box .input-group label.icon+* {
    padding-left: 50px !important
}

.box .input-group label.icon+.no-left-padding {
    padding-left: 40px !important
}

.box .input-group label.icon>i.fa {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    opacity: 1 !important;
    font-size:22px !important;
    color:#777 !important;
}
.box .input-group label.icon>.ckojs {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    opacity: 1 !important;
    font-size:22px !important;
    color:#777 !important;
}

.box .input-group label.icon~.card-logo {
    width: 35px !important;
    height: 20px !important;
    right: 10px !important;
    background-repeat: no-repeat !important;
    background-size: 35px 20px !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) rotateY(140deg) !important;
    -moz-transform: translateY(-50%) rotateY(140deg) !important;
    -ms-transform: translateY(-50%) rotateY(140deg) !important;
    transform: translateY(-50%) rotateY(140deg) !important;
    -webkit-transition: opacity .15s ease-out !important;
    transition: opacity .15s ease-out !important;
    opacity: 0 !important;
    z-index: 10 !important
}

.box .input-group label.icon~.card-logo img {
    display: none !important;
    width: inherit !important;
    height: inherit !important
}

.box .input-group label.icon[class*=card-]~.card-logo {
    -webkit-transition: all .4s ease-out !important;
    transition: all .4s ease-out !important;
    -webkit-transform: translateY(-50%) rotateY(0deg) !important;
    -moz-transform: translateY(-50%) rotateY(0deg) !important;
    -ms-transform: translateY(-50%) rotateY(0deg) !important;
    transform: translateY(-50%) rotateY(0deg) !important;
    opacity: 1 !important
}

.box .input-group label.icon[class*=card-].remove~.card-logo {
    -webkit-transition: all .15s ease-out !important;
    transition: all .15s ease-out !important;
    -webkit-transform: translateY(-35%) !important;
    -moz-transform: translateY(-35%) !important;
    -ms-transform: translateY(-35%) !important;
    transform: translateY(-35%) !important;
    opacity: 0 !important
}

.box .input-group label.icon.card-amex~.card-logo .amex {
    display: block !important
}

.box .input-group label.icon.card-dinersclub~.card-logo .dinersclub {
    display: block !important
}
.box .input-group label.icon.card-diners~.card-logo .diners {
    display: block !important
}
.box .input-group label.icon.card-elo~.card-logo .elo {
    display: block !important
}
.box .input-group label.icon.card-cabal~.card-logo .cabal {
    display: block !important
}
.box .input-group label.icon.card-hiper~.card-logo .hiper {
    display: block !important
}

.box .input-group label.icon.card-discover~.card-logo .discover {
    display: block !important
}

.box .input-group label.icon.card-jcb~.card-logo .jcb {
    display: block !important
}

.box .input-group label.icon.card-mastercard~.card-logo .mastercard {
    display: block !important
}

.box .input-group label.icon.card-maestro~.card-logo .maestro {
    display: block !important
}

.box .input-group label.icon.card-unionpay~.card-logo .unionpay {
    display: block !important
}

.box .input-group label.icon.card-visa~.card-logo .visa {
    display: block !important
}

.box .input-group .input-control {
    width: 100% !important;
    height: 56px !important;        
    line-height: 24px !important;
    border: 0 none transparent !important;
    background: none !important;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    outline: none !important;
    color: #656565 !important;
    text-align: left;
    font-size: 17px !important;
    padding: 16px;

}

.box .input-group .input-control.center-align {
    text-align: center !important
}

.box .input-group .input-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-style: italic;
    font-weight: normal
}

.box .input-group .input-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-style: italic;
    font-weight: normal
}

.box .input-group .input-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-style: italic;
    font-weight: normal
}

.box .input-group .input-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25) !important;
    font-style: italic !important;
    font-weight: normal !important
}

.box .input-group .input-control[data-checkout*="cvv"]~.hint.image img {
    width: 60px !important;
    height: 40px !important
}

.box .input-group .input-control[data-checkout*="cvv"]~.hint.image:not(.amex)>img.cvv {
    display: block !important
}

.box .input-group .input-control[data-checkout*="cvv"]~.hint.image:not(.amex)>img.cvv-amex {
    display: none !important
}

.box .input-group .input-control[data-checkout*="cvv"]~.hint.image.amex>img.cvv {
    display: none !important
}

.box .input-group .input-control[data-checkout*="cvv"]~.hint.image.amex>img.cvv-amex {
    display: block !important
}

.box .input-group>.input-control {
    padding-right: 10px !important
}

.box .input-group .down-arrow {
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 4px solid #000 !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    margin-top: -1px !important
}
.hidden_pbb,.hidden_pcc,.hidden_pdo,.hidden_pay,.hidden_payDown{
    display:none;
}
.box .input-group.error:not(.focus) {
    border-color: #b11717 !important
}

.box .input-group.error:not(.focus) .input-control {
    color: #b11717 !important
}

.box .input-group.error:not(.focus)>.input-control {
    padding-right: 50px !important
}

.box .input-group.error:not(.focus) label {
    color: #b11717 !important
}

.box .input-group.error:not(.focus) label~.card-logo {
    opacity: 0 !important;
    -webkit-transition: opacity .15s !important;
    transition: opacity .15s !important
}

.box .input-group.error:not(.focus) .hint-icon {
    display: block !important
}

.box .input-group.error:not(.focus) .hint-icon:hover {
    color: #b11717 !important
}

.box .input-group.with-hint .hint-icon {
    display: block !important
}

.box .input-group .hint-icon {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    right: 10px !important;
    color: rgba(0, 0, 0, 0.25) !important;
    display: none !important
}

.box .input-group .hint-icon.hint-icon-mobile {
    right: 0 !important
}

.box .input-group .hint-icon:hover {
    color: #368bd9 !important
}

.box .input-group .hint-icon-mobile {
    height: 38px !important;
    line-height: 35px !important;
    padding: 3px 0 0 6px !important;
    width: 35px !important
}

.box .input-group .hint {
    position: absolute !important;
    z-index: 20 !important;
    top: 38px !important;
    border-radius: 2px !important;
    left: -1px !important;
    right: -1px !important;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    display: none !important
}

.box .input-group .hint.error-message {
    padding: 0 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px; 
    background-color: rgba(177, 23, 23, 0.9);
    height: 40px
}

.box .input-group .hint.error-message>span {
    height: 38px;
    line-height: 38px
}

.box .input-group .hint.error-message>.arrow {
    position: absolute;
    top: -8px;
    right: 17px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b11717
}

.box .input-group .hint.image {
    padding: 10px;
    left: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.box .input-group .hint.image>.arrow:not(.outline) {
    position: absolute;
    top: -7px;
    right: 18px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    z-index: 2
}

.box .input-group .hint.image>.arrow.outline {
    position: absolute;
    top: -8px;
    right: 17px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.15);
    z-index: 1
}

.box .input-group .required {
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: rgba(0, 0, 0, 0) #DD3030 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

/*form>#frmCheckout .input-group:first-child {
    margin-top: 0
}*/



hr {
    border-color: #d0d0d0 !important;
}

.box {
    position: relative;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width:767px) {
    .box {
        background: 0 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 6px;
        margin-bottom: 0px
    } 
    .box.overlap-head {
        margin-top: 38px
    }
}
.boxy{
    padding: 0 15px 12px !important;
}
.boxy .btn-full{
    width:100% !important;
    margin-bottom:5px !important;
    /*display:block !important;*/
}
.boxy .heading { 
    margin-bottom: 15px !important;
    /*padding: 12px 34px 12px 0 !important*/
}
.boxy .heading h3 {
    color: #444 !important;
    font-size:20px !important;
}
.box.padsides .body {
    padding: 0 15px 12px !important;
}
.box.padsides .heading {
    padding: 12px 34px 12px !important
}

@media only screen and (max-width:767px) {
    .boxy .btn-full{
        width:98% !important;
    }
    .box.padsides .body,
    .box.padsides .heading {
        padding: 0 30px 12px !important;
    }
    .boxy{
        padding: 0 30px 12px !important;
    }
    /*.boxy .heading {
        padding: 5px 0 5px 0 !important;
    }*/
    .boxy .heading h3 {
        text-align:left !important;
        font-size:14px;
        color:#444 !important;
    }
}
@media only screen and (max-width:480px) {

    /*.boxy .heading {
        padding: 5px 0 5px 15px !important;
    }*/

}

.box .box-icon {
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: #1a8ef9;
    font-size: 32px;
    height: 78px;
    width: 78px;
    line-height: 64px;
    border-radius: 39px;
    position: absolute;
    top: -39px;
    left: 50%;
    margin-left: -39px;
    box-sizing: border-box;
    border: 7px solid #f3f3f3
}

@media only screen and (max-width:767px) {
    .box .box-icon {
        position: relative;
        top: auto;
        left: auto;
        height: 64px;
        width: 64px;
        border: 0;
        border-radius: 32px;
        margin: 12px auto 20px
    }
}

.box .box-icon-push {
    padding-bottom: 14px
}

@media only screen and (max-width:767px) {
    .box .box-icon-push {
        display: none
    }
}

.box .heading {
    display: block;
    text-align: center;
    padding: 32px 32px 42px;
    text-decoration: none
}

.box .heading.heading-left h1,
.box .heading.heading-left h2,
.box .heading.heading-left h3,
.box .heading.heading-left h4,
.box .heading.heading-left h5,
.box .heading.heading-left h6 {
    text-align: left
}

.box .headings.heading-right h1,
.box .headings.heading-right h2,
.box .headings.heading-right h3,
.box .headings.heading-right h4,
.box .headings.heading-right h5,
.box .headings.heading-right h6 {
    text-align: right
}

.box .heading .circle {
    margin: 0 auto 16px
}

.box .heading p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #303435;
    max-width: 492px;
    margin-left: auto;
    margin-right: auto
}

.box .heading p a {
    font-weight: 600
}

.box .heading p.info {
    color: #939596;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .box .heading {
        padding: 32px
    }
}

.box .heading~.body {
    padding-top: 0!important
}


.box .box-toggle:after {
    content: "\f107";
    position: absolute;
    display: block;
    padding: 9px;
    top: 42px;
    right: 64px;
    background: #deeffe;
    color: #1a8ef9;
    width: 42px;
    height: 42px;
    font-family: Font Awesome\ 5 Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border-radius: 6px
}

@media only screen and (max-width:767px) {
    .box .box-toggle:after {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px
    }
}

.box.box-fold.open .box-toggle:after {
    content: "\f106"
}

.box.box-fold:not(.open) .body {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden
}

.box .body {
    /*padding: 32px;*/
    max-height: 2000px;
    transition: padding .1s ease, max-height .1s ease
}



.box h1,
.box h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    line-height: 42px;
    text-align: center
}

.box h1 {
    font-size: 42px
}

@media only screen and (max-width:767px) {
    .box h1 {
        font-size: 32px;
        line-height: 1
    }
}

.box h2 {
    font-size: 36px
}

@media only screen and (max-width:767px) {
    .box h2 {
        font-size: 23px;
        line-height: .83
    }
}

.box .buttons {
    margin-top: 24px
}

.box .buttons .btn {
    padding: 0 24px
}

.box .card {
    margin-left: -32px;
    margin-right: -32px;
    border: 1px solid #ebebeb;
    border-radius: 6px
}

@media only screen and (max-width:767px) {
    .box .card {
        margin: 0
    }
}

.box .card .card-head {
    height: 45px;
    padding: 12px 32px;
    background: #f8f8f8
}

.box .card .card-head .left {
    text-align: left;
    float: left
}

.box .card .card-head .right {
    float: right;
    text-align: right
}

.box .card .card-head .col {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .9px;
    text-align: left;
    color: #939596;
    text-transform: uppercase;
    line-height: 21px
}

@media only screen and (max-width:767px) {
    .box .card .card-head {
        padding: 20px 14px
    }
}

.box .card .card-body {
    padding: 24px 32px
}

.box .card .card-body hr {
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    outline: 0;
    background: #ebebeb;
    padding: 0;
    margin: 24px 0
}

.box .card .card-body .item {
    position: relative;
    text-align: left
}

.box .card .card-body .item .name {
    font-size: 18px;
    color: #000;
    line-height: 24px
}

.box .card .card-body .item~.item {
    margin-top: 16px
}

.box .card .card-body .item .info {
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 24px
}

.box .card .card-body .item .posts {
    margin: 12px 0 6px;
    font-size: 0
}

.box .card .card-body .item .posts img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .item .posts img {
        height: 56px;
        width: 56px
    }
}

.box .card .card-body .item .price {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #303435
}

.box .card .card-body .item .price span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #6f6f6f
}

@media only screen and (max-width:767px) {
    .box .card .card-body .item .name {
        font-size: 16px
    }
    .box .card .card-body .item .info {
        font-size: 14px
    }
    .box .card .card-body .item .price {
        font-size: 16px
    }
    .box .card .card-body .item .price span {
        font-size: 14px
    }
}

.box .card .card-body .total .info a {
    font-weight: 700;
    border-bottom: 1px dashed #8fbfd9;
    text-decoration: none
}

.box .card .card-body .total .price {
    font-size: 22px;
    color: #f3632e
}

.box .card .card-body .total .price.normal {
    color: #303435
}

.box .card .card-body .plan .posts {
    margin: 12px 0 6px;
    font-size: 0
}

.box .card .card-body .plan .posts img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .plan .posts img {
        height: 56px;
        width: 56px
    }
}

.box .card .card-body .posts {
    margin-top: 24px
}

.box .card .card-body .posts .item {
    margin-bottom: 12px
}

.box .card .card-body .posts .item img.thumb {
    width: 100%
}

.box .card .card-body .posts .item .item-info {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    height: 24px;
    color: #303435;
    font-size: 16px
}

.box .card .card-body .posts .item .item-info b {
    font-weight: 600
}

.box .card .card-body .posts .item .item-info img.status {
    float: left;
    height: 24px;
    width: 24px;
    margin-right: 10px
}

.box .card .card-body .posts .row {
    margin-left: -12px;
    margin-right: -12px
}

.box .card .card-body .posts .row .col-lg-1,
.box .card .card-body .posts .row .col-lg-2,
.box .card .card-body .posts .row .col-lg-3,
.box .card .card-body .posts .row .col-lg-4,
.box .card .card-body .posts .row .col-lg-5,
.box .card .card-body .posts .row .col-lg-6,
.box .card .card-body .posts .row .col-lg-7,
.box .card .card-body .posts .row .col-lg-8,
.box .card .card-body .posts .row .col-lg-9,
.box .card .card-body .posts .row .col-lg-10,
.box .card .card-body .posts .row .col-lg-11,
.box .card .card-body .posts .row .col-lg-12,
.box .card .card-body .posts .row .col-md-1,
.box .card .card-body .posts .row .col-md-2,
.box .card .card-body .posts .row .col-md-3,
.box .card .card-body .posts .row .col-md-4,
.box .card .card-body .posts .row .col-md-5,
.box .card .card-body .posts .row .col-md-6,
.box .card .card-body .posts .row .col-md-7,
.box .card .card-body .posts .row .col-md-8,
.box .card .card-body .posts .row .col-md-9,
.box .card .card-body .posts .row .col-md-10,
.box .card .card-body .posts .row .col-md-11,
.box .card .card-body .posts .row .col-md-12,
.box .card .card-body .posts .row .col-sm-1,
.box .card .card-body .posts .row .col-sm-2,
.box .card .card-body .posts .row .col-sm-3,
.box .card .card-body .posts .row .col-sm-4,
.box .card .card-body .posts .row .col-sm-5,
.box .card .card-body .posts .row .col-sm-6,
.box .card .card-body .posts .row .col-sm-7,
.box .card .card-body .posts .row .col-sm-8,
.box .card .card-body .posts .row .col-sm-9,
.box .card .card-body .posts .row .col-sm-10,
.box .card .card-body .posts .row .col-sm-11,
.box .card .card-body .posts .row .col-sm-12,
.box .card .card-body .posts .row .col-xs-1,
.box .card .card-body .posts .row .col-xs-2,
.box .card .card-body .posts .row .col-xs-3,
.box .card .card-body .posts .row .col-xs-4,
.box .card .card-body .posts .row .col-xs-5,
.box .card .card-body .posts .row .col-xs-6,
.box .card .card-body .posts .row .col-xs-7,
.box .card .card-body .posts .row .col-xs-8,
.box .card .card-body .posts .row .col-xs-9,
.box .card .card-body .posts .row .col-xs-10,
.box .card .card-body .posts .row .col-xs-11,
.box .card .card-body .posts .row .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px
}

.box .card .card-body .upsell {
    position: relative
}

.box .card .card-body .upsell .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 36px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell .text {
        display: block;
        margin: 0;
        line-height: 24px;
        max-width: 75%
    }
}

.box .card .card-body .upsell .text .alt {
    color: #f3632e
}

.box .card .card-body .upsell .added {
    font-size: 16px;
    line-height: 22px;
    color: #83b93f;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell .added {
        padding-bottom: 18px
    }
}

.box .card .card-body .upsell .added img {
    margin-right: 8px
}

.box .card .card-body .upsell .up-info {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 20px;
    width: auto;
    text-align: right
}

.box .card .card-body .upsell .up-info .up-price {
    display: block;
    font-size: 18px;
    color: #303435;
    line-height: 36px
}

.box .card .card-body .upsell .up-info .remove {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #6f6f6f
}

.box .card .card-body .upsell button {
    position: absolute;
    top: -2px;
    right: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    line-height: 36px;
    border-radius: 6px
}

.box .card .card-body .upsell button i {
    font-size: 16px;
    margin-right: 8px
}

.box .card .card-body .upsell button .strike {
    vertical-align: top;
    color: hsla(0, 0%, 100%, .7);
    text-decoration: line-through
}

.box .card .card-body .upsell .added,
.box .card .card-body .upsell .up-info,
.box .card .card-body .upsell input {
    display: none
}

.box .card .card-body .upsell.active .text {
    margin-top: 0;
    display: block
}

.box .card .card-body .upsell.active .added,
.box .card .card-body .upsell.active .up-info {
    display: block
}

.box .card .card-body .upsell.active button {
    display: none
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell {
        border: 0;
        padding: 0;
        height: auto
    }
    .box .card .card-body .upsell .text {
        font-size: 16px;
        text-align: left;
        margin-top: 0
    }
    .box .card .card-body .upsell .added {
        position: relative
    }
    .box .card .card-body .upsell button {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 12px
    }
    .box .card .card-body .upsell .up-info {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell.av .info {
        margin-top: 28px;
        text-align: center
    }
    .box .card .card-body .upsell.av .info img {
        max-width: 100%
    }
}

.box .card .card-body .upsell.av .avinfo {
    margin-top: 18px;
    padding: 16px;
    border-radius: 4px;
    background-color: #f2f8e9;
    border: 1px solid rgba(128, 189, 41, .2)
}

.box .card .card-body .upsell.av .avinfo p {
    margin-bottom: 16px
}

.box .card .card-body .upsell.av .avinfo a.btn {
    font-weight: 200;
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell.av .avinfo a.btn {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .box .card .card-body {
        padding: 20px
    }
}

.box .card~.card {
    margin-top: 24px
}

.box .card.card-orange {
    margin: 0;
    padding: 24px;
    background: rgba(252, 101, 75, .05)
}
.box .warn-curr,.box .warn-curr strong,.box .warn-curr span {
    color: #444 !important;
}

.box .card.card-orange p {
    margin-bottom: 12px;
    font-size: 18px
}

.box .card.card-orange p>a {
    color: #fc654b
}

.box .card.card-orange p>a:hover {
    text-decoration: none;
    -webkit-appearance: none;
    outline: 0;
    border-bottom: 1px dashed #fc654b
}

.box .card.card-orange .form-control {
    padding: 12px;
    height: 45px
}

.box hr {
    margin: 20px 0
}
.box hr.hr-payment {
    margin: 0 0 32px 0
}
.box hr.hr-dez {
    margin: 20px 0 !important;
}

.box hr:first-child {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .box hr {
        margin: 20px 0
    }
    .box hr.hr-payment {
        margin: 0 0 20px 0
    }
    .box hr.hr-dez {
        margin: 10px 0 !important
    }
}

.box~.box {
    margin-top: 32px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width:767px) {
    .box~.box {
        margin: 24px 20px
    }
    .box~.box .heading {
        padding: 30px 20px
    }
    .box~.box .body {
        padding: 20px
    }
}

.errContainer {
    padding-top: 180px;
    padding-bottom: 40px;
    text-align: center;
    color: #303435
}

.errContainer .errTitle {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
    font-weight: 600
}

.errContainer .errText {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 300
}

.errContainer .btn {
    padding: 0 24px
}

.errContainer .btn img {
    margin-right: 9px;
    position: relative;
    top: -1px
}

@media only screen and (max-width:767px) {
    .errContainer {
        padding-top: 32px;
        padding-bottom: 16px
    }
    .errContainer .errTitle {
        font-size: 28px;
        line-height: 36px
    }
    .errContainer .errText {
        font-size: 16px;
        line-height: 22px
    }
}

.btn.toPaypal img {
    position: absolute;
    top: 10px;
    left: 16px
}

@media only screen and (max-width:767px) {
    .btn.toPaypal img {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        left: 0;
        top: -2px;
        margin-right: 8px
    }
}
.box .pl-3{
    padding-left:3px !important;
}
.box .pr-3{
    padding-right: 3px !important;
}
.box .pl-4{
    padding-left: 4px !important;
}
.box .pr-4{
    padding-right: 4px !important;
}
.box .save-opt input {
    position: absolute !important;
    opacity: 0 !important;
}
.box input[type=checkbox]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
    padding: 0 !important;
}


.box .save-opt input+label {
    position: relative !important;
    cursor: pointer !important;
    padding: 0 !important;
    user-select: none !important;
    line-height: 22px !important;
}

.box .save-opt input+label.label-checkbox:before {
    content: "";
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
    margin-top: -2px !important;
    width: 24px !important;
    height: 24px !important;
    background: #fff !important;
    border: 1px solid #ddd !important
}

.box .save-opt input:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #333 !important;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 #333, 4px 0 0 #333, 4px -2px 0 #333, 4px -4px 0 #333, 4px -6px 0 #333, 4px -8px 0 #333 !important;
    transform: rotate(45deg)
}
.box .btn:hover {
    background-color: #68bf28 !important;
    color: #fff !important;
}
.box .btn.btn-pay {
    position: relative;
    display: inline-block;
    height: 56px;
    line-height: 55px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    outline: 0 !important;
    border-radius: 6px;
    border: 0;
    background-color: #67b92b !important;
    font-size: 18px;
    font-weight: 200;
    color: #fff !important;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,opacity .1s ease-in-out;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}
.box .form-group {
    position: relative !important;
    margin-bottom: 16px !important;
}
.box .form-group label {
    font-size: 16px !important;
    line-height: 20px;
    text-align: left !important;
    color: #6f6f6f !important;
    display: block !important;
    margin-bottom: 6px !important;
    font-weight: 400 !important;
}
.box .input-group-download label {
    font-size: 16px !important;
    line-height: 20px;
    text-align: left !important;
    color: #6f6f6f !important;
    display: block !important;
    margin-bottom: 6px !important;
    font-weight: 400 !important;
}
.box label{
    margin: 0 !important;
    padding: 0;
    border: 0 !important;
    font-size: 100%;
    font: inherit !important;
    vertical-align: baseline !important;
}
.box .form-control {
    display: block;
    height: 56px;
    width: 100%;
    padding: 16px;
    line-height: 24px;
    outline: 0 !important;
    background: #fff !important;
    border: 1px solid #d0d0d0 !important;
    font-size: 17px;
    text-align: left;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#303435 !important;
    font-family:'Source Sans Pro', 'Open Sans', 'Ubuntu', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:360px) {
    .box .form-control {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .box .form-control {
        height: 50px;
        line-height: 50px;
        padding: 0 12px
    }
}

.box .form-control.active,
.box .form-control:focus {
    border-color: #fc654b;
    box-shadow: 0 0 10px 0 rgba(252, 101, 75, .2)
}
.box .form-control.secure:focus {
    border-color: #207fb3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .08)
}
.box .form-control.form-error.secure:focus {
    border-color: #f64c0e
}

.box .form-control.form-error {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    border-color: #f64c0e
}

.box .form-control.form-error.active,
.box .form-control.form-error:focus {
    border-color: #f64c0e;
    box-shadow: 0 0 2px 1px #fcc1c1
}

.box .form-control.form-error.secure:focus {
    border-color: #f64c0e
}

.box .form-controlinput ::-webkit-input-placeholder {
    color: #676767
}

.box .form-controlinput ::-moz-placeholder {
    color: #676767
}

.box .form-controlinput :-ms-input-placeholder {
    color: #676767
}

.box textarea.form-control {
    line-height: 1.3!important;
    padding: 16px!important
}

@media only screen and (max-width:767px) {
    .box textarea.form-control {
        line-height: 1.2!important;
        padding: 12px!important
    }
}

.box .form-error-text {
    margin: 6px 0;
    font-size: 16px;
    color: #f64c0e;
    font-weight: 500;
    line-height: 20px
}

.box .select-wrap {
    position: relative;
    display: block
}

.box .select-wrap:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    width: 0;
    height: 0;
    border-color: #464b4d transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0
}

@media only screen and (max-width:767px) {
    .box .select-wrap:after {
        top: 22px;
        right: 18px
    }
}

.box .select-wrap select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.box .select-wrap select.form-control.ph {
    font-weight: 300;
    color: #989898
}

.box .select-wrap select.form-control::-ms-expand {
    display: none
}

.box input.form-control::placeholder,
.box textarea.form-control::placeholder {
    font-weight: 300;
    color: #989898;
    opacity: 1
}

.box input.form-control:-ms-input-placeholder,
.box textarea.form-control:-ms-input-placeholder {
    font-weight: 300;
    color: #989898
}

.box input.form-control::-ms-input-placeholder,
.box textarea.form-control::-ms-input-placeholder {
    font-weight: 300;
    color: #989898
}

.box .form-group .card-group {
    position: relative
}

.box .form-group .card-group img {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1000;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .box .form-group .card-group img {
        top: 15px;
        right: 15px
    }
}

.box .selector {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #161616
}

.box .selector.disabled {
    pointer-events: none
}

.box .selector.selector-clear>.clear-add {
    position: absolute;
    top: 16px;
    right: 56px
}

@media only screen and (max-width:767px) {
    .box .selector.selector-clear>.clear-add {
        top: 13px;
        right: 46px
    }
}

.box .selector.selector-clear>.form-control {
    padding-right: 96px
}

.box .selector .selector-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.box .selector .alt {
    font-weight: 300
}

.box .selector>button.form-control {
    font-weight: 600;
    position: relative;
    margin-bottom: 6px;
    padding-right: 56px
}

@media only screen and (max-width:767px) {
    .box .selector>button.form-control .description {
        overflow: hidden;
        height: 100%;
        display: block
    }
}

@media only screen and (max-width:767px) {
    .box .selector>button.form-control .alt-group {
        display: none
    }
}

.box .selector>button.form-control .alt.alt-hide-selected {
    display: none
}

.box .selector>button.form-control:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 18px;
    width: 0;
    height: 0;
    border-color: #464b4d transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0
}

@media only screen and (max-width:767px) {
    .box .selector>button.form-control:after {
        top: 22px
    }
}

.box .selector>button.form-control.active:after {
    border-color: #303435 transparent transparent
}

@media only screen and (max-width:767px) {
    .box .selector>button.form-control .alt-group {
        position: absolute;
        top: 66px;
        left: 16px
    }
}

.box .selector .dropdown-menu {
    display: none;
    position: absolute;
    margin: 0;
    top: 68px;
    left: 0;
    right: 0
}

.box .selector .dropdown-menu a.selected {
    background: #f5f5f5
}

.box .selector .dropdown-menu a.selected .description:after {
    content: "\f00c";
    display: inline-block;
    margin-left: 10px;
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    color: #fc654b
}

.box .selector .dropdown-menu a:focus {
    position: relative;
    z-index: 1000
}

.box .selector select[multiple]~.dropdown-menu a:not([data-value=""]):before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center;
    vertical-align: bottom
}

.box .selector select[multiple]~.dropdown-menu a:not([data-value=""]) .description:after {
    display: none
}

.box .selector select[multiple]~.dropdown-menu a:not([data-value=""]).selected:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    color: #fc654b
}

.box .selector .alt {
    margin-left: 10px;
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    text-align: right
}

.box .selector .alt b {
    color: #161616
}

.box .selector .alt.alt-strike {
    text-decoration: line-through
}

@media only screen and (max-width:767px) {
    .box .selector .alt.alt-strike {
        display: none
    }
}

.box .selector .alt.alt-tag {
    padding: 3px 6px;
    color: #fff;
    background: #1a8ef9;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .9px;
    border-radius: 6px;
    text-transform: uppercase
}

.box .selector .alt.alt-tag.alt-tag-green {
    background: #83b93f
}

.box .selector .alt.alt-tag.alt-tag-red {
    background: #e6481e
}

.box .selector .alt:last-child {
    margin-left: 0
}

#frmCheckout .selector .alt-group {
    float: right;
    line-height: 22px
}

.box .selector .alt-group:after {
    content: "";
    display: block;
    clear: both
}

.box iframe.cko-iframe.theme-standard {
    width:100% !important;
    height: 132px!important;
    border:none;
}

@media only screen and (max-width:767px) {
    .box iframe.cko-iframe.theme-standard {
        width:100% !important;
        height: 128px!important;
        border:none;
    }
}

.box .save-opt {
    padding-top: 20px;
    padding-left:20px;
}
.box .save-opt.input[type=checkbox]{
    margin-right:15px !important;
}
.box .save-opt input:checked+label:after {
    top: 11px;
}
.box .alert-infor{
    color: #000;
    background: #e8e8e8;
    border-color: #f300d6;
}
.box .paypal-dis {
    text-align: center;
    padding: 8px 16px;
    color: #555
}

.box .heading {
    position: relative;
    text-align: left;
    padding: 22px 44px 0
}

@media only screen and (max-width:767px) {
    .box .heading {
        padding: 14px 14px 0
    }
}

.box .heading h2 {
    color: #000 !important;
    font-size: 22px !important;
    line-height: 22px !important;
    text-align: left !important;
    font-weight: 600 !important
}

@media only screen and (max-width:767px) {
    .box .heading h2 {
        font-size: 22px !important;
        line-height: 22px !important
    }
}

@media only screen and (max-width:360px) {
    .box .heading h2 {
        font-size: 18px !important
    }
}

.box .heading .badge {
    position: absolute;
    top: 32px;
    right: 64px
}

@media only screen and (max-width:767px) {
    .box .heading .badge {
        top: 20px;
        right: 14px
    }
}

.box h3 {
    position: relative;
    text-align: left;
    font-weight: 200;
    font-size: 20px;
    /*line-height: 21px;*/
    margin-top:10px !important;
    margin-bottom: 10px;
    color: #000 !important
}
.box h3 span{
    color: #000 !important
}

.box h3 .cards {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0
}

@media only screen and (max-width:767px) {
    .box h3 .cards {
        position: relative;
        display: block;
        margin-top: 10px
    }
}

.box h3 .cards img {
    display: inline-block;
    margin-left: 6px
}

.box .row.row-exp {
    margin-left: -5px;
    margin-right: -5px
}

.box .row.row-exp>.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px
}

@media only screen and (max-width:767px) {
    .box .row.row-card {
        margin-left: -5px;
        margin-right: -5px
    }
    .box .row.row-card>.col-xs-4,
    .box .row.row-card>.col-xs-8 {
        padding-left: 5px;
        padding-right: 5px
    }
}

.box #cardNumber,.box #cardNumberDown {
    letter-spacing: .4px
}

.box .col-xs-6.col-month {
    padding-right: 5px
}

.box .col-xs-6.col-year {
    padding-left: 5px
}

.box .btn.btn-pay {
    margin-top: 8px;
    margin-bottom: 18px
}

.box .agree {
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.box .agree a {
    position: relative;
    display: inline-block;
    color: #161616;
    font-weight: 600
}

.box .agree a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #d8d8d8
}

.box .agree a:hover {
    text-decoration: none
}

.box .agree a:hover:after {
    background: #000
}

.box .agree strong {
    font-weight: 600;
    color: #000
}

@media only screen and (max-width:767px) {
    .box .agree {
        text-align: center
    }
}

.box span.secure {
    background: url(../img/secure_green.svg) no-repeat;
    width: 9px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 9px 0 8px
}

.box span.secure.lg {
    width: 12px;
    height: 18px;
    background-size: contain
}

.box .or-line {
    position: relative;
    height: 19px;
    line-height: 19px;
    text-align: center;
    margin: 32px 0
}

.box .or-line span {
    position: relative;
    z-index: 1000;
    display: inline-block;
    color: #676767;
    background: #fff;
    padding: 0 9px;
    font-size: 16px;
    letter-spacing: .5px
}

.box .or-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    height: 1px;
    background: #dfdfdf;
    z-index: 100
}

.selector.cardSelect {
    margin-bottom: 32px
}

.selector.cardSelect .item {
    font-size: 18px;
    font-weight: 400
}

.selector.cardSelect .item>div {
    margin-right: 32px;
    display: inline-block
}

@media only screen and (max-width:767px) {
    .selector.cardSelect .item>div {
        margin-right: 24px
    }
}

.selector.cardSelect .item>div:last-child {
    margin-right: 0
}

.selector.cardSelect .item .cc_card {
    font-weight: 600
}

.selector.cardSelect .item .cc_card img {
    margin-right: 16px
}

.selector.cardSelect .item .cc_card .dots {
    margin-right: 10px
}

@media only screen and (max-width:767px) {
    .selector.cardSelect .item .cc_name {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .selector.cardSelect .item .cc_exp {
        font-size: 16px
    }
}

.feedback .head {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 42px
}

@media only screen and (max-width:767px) {
    .feedback .head {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.feedback .head h2 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .feedback .head h2 {
        font-size: 32px;
        line-height: 32px;
        padding: 0 12px;
        margin-bottom: 16px
    }
}

.feedback .head p {
    font-size: 20px;
    line-height: 26px;
    color: #868e9b;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 300
}

@media only screen and (max-width:767px) {
    .feedback .head p {
        font-size: 18px;
        line-height: 22px;
        padding: 0 12px
    }
}

.feedback .box {
    margin-top: 0;
    padding: 56px 32px
}

@media only screen and (max-width:767px) {
    .feedback .box {
        padding: 20px
    }
}

.feedback .box form.form {
    max-width: 450px;
    margin: 0 auto
}

.feedback .box form.form textarea {
    height: 98px!important
}

.feedback .thank {
    display: flex;
    text-align: center;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    min-height: fit-content
}

@media only screen and (max-width:767px) {
    .feedback .thank {
        display: block;
        margin-top: 32px
    }
}

.feedback .thank .inner {
    max-width: 450px;
    padding: 16px
}

@media only screen and (max-width:767px) {
    .feedback .thank .inner {
        padding: 32px;
        margin: 0 auto
    }
}

.feedback .thank i {
    color: #00ca40;
    font-size: 56px;
    margin-bottom: 32px
}

.feedback .thank h3 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .feedback .thank h3 {
        font-size: 36px;
        line-height: 36px
    }
}

.feedback .thank p {
    font-size: 20px;
    line-height: 26px;
    color: #868e9b;
    max-width: 400px;
    font-weight: 300;
    margin: 0 auto 42px
}

@media only screen and (max-width:767px) {
    .feedback .thank p {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 460px) {
    .box .pl-3{
        padding-left:0px !important;
    }
    .box .pr-3{
        padding-right: 0px !important;
    }
    .box .pl-4{
        padding-left: 0px !important;
    }
    #frmCheckout .pr-4{
        padding-right: 0px !important;
    }
}







.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
    font-size: 18px;
    color: #111;
}
@media (min-width: 768px) {
    .select-box {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .select-box {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .select-box {
        width: 100%;
    }
}
.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}
.select-box__current:focus + .select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}
.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    transition: 0.2s ease;
}
.select-box__value {
    display: flex;
}
.select-box__input {
    display: none;
}
.select-box__input:checked + .select-box__input-text {
    display: block;
}
.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #333;
}
.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
    display: block;
    padding: 15px;
    background-color: #333;
}
.select-box__option:hover, .select-box__option:focus {
    color: #fff;
    background-color: #333;
}

table.table.cc_radio input[type=radio],
table.table.cc_radio_pagseguro input[type=radio],
table.table.cc_radio_wirecard input[type=radio]{
    display: none;
}
table.table.cc_radio input,
table.table.cc_radio_pagseguro input,
table.table.cc_radio_wirecard input{
    width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    float: left !important;
    /*border: 1px solid #ddd !important;*/
    border-left: 5px solid #ddd !important;
    background-color: #f0f0f0 !important;
    font-size: 15px !important;
    font-family: Tahoma,Arial,Helvetica,sans-serif !important;
    height: 44px !important;
    padding: 7px 29px 7px 52px !important;
}
table.table.cc_radio input[type=radio]:checked + label,
table.table.cc_radio_pagseguro input[type=radio]:checked + label,
table.table.cc_radio_wirecard input[type=radio]:checked + label{
    background-image: none !important;
    outline: 0 !important;
    border: 2px solid #f300d6 !important;
    /*-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05) !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05) !important;*/
    background-color: #fff !important;
    /*border-right: 1px solid #B48C25 !important;*/
}
table.table.cc_radio td,
table.table.cc_radio_pagseguro td,
table.table.cc_radio_wirecard td{
    vertical-align: middle !important;
}
table.table.cc_radio td button.btn-card,
table.table.cc_radio_pagseguro td button.btn-card,
table.table.cc_radio_wirecard td button.btn-card{ background-color: #eb00d0 !important; color: #fff !important;
                                                  padding: 8px 20px !important;
                                                  margin-bottom: 0 !important;
                                                  font-size: 14px !important;
                                                  border: none !important;
}
table.table.cc_radio td button.btn-card:hover,
table.table.cc_radio_pagseguro td button.btn-card:hover,
table.table.cc_radio_wirecard td button.btn-card:hover{ background-color: #7b33bd !important; color: #fff !important; }

table.table.cc_radio td button.btn-card:disabled,
table.table.cc_radio_pagseguro td button.btn-card:disabled,
table.table.cc_radio_wirecard td button.btn-card:disabled{ background-color: #7b33bd !important; color: #fff !important; opacity: 0.25 !important;}

table.table.cc_radio input[type=radio]+label,
table.table.cc_radio_pagseguro input[type=radio]+label,
table.table.cc_radio_wirecard input[type=radio]+label{
    font-family: Verdana, Geneva, sans-serif !important;
    float: left !important;
    display: inline-block !important;
    width: 100% !important;
    margin: -2px !important;
    padding: 8px 5px !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    /*height: 34px !important;
    line-height: 34px !important;*/
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    background-color: #fff !important;
    /*background-color: #eb00d0 !important;
    background-image: -moz-linear-gradient(top,#eb00d0,#7b33bd) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#eb00d0),to(#7b33bd)) !important;
    background-image: -webkit-linear-gradient(top,#eb00d0,#7b33bd) !important;
    background-image: -o-linear-gradient(top,#eb00d0,#7b33bd) !important;
    background-image: linear-gradient(to bottom,#eb00d0,#7b33bd) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb00d0',endColorstr='#7b33bd',GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;*/
    /* border: 1px solid rgba(0,0,0,0.05) !important;*/
    border: 2px solid rgba(0, 0, 0, 0.15) !important;
    /*border-bottom: 1px solid #B48C25 !important;*/
    border-radius: 3px !important;
    /*-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 1px 1px 2px rgba(0,0,0,0.05) !important;
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.2),1px 1px 2px rgba(0,0,0,0.05) !important;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 1px 1px 2px rgba(0,0,0,0.05) !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75) !important;*/
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    color:#333 !important;
}
table.table.cc_radio input[type=radio]+label:hover{
    border: 2px solid #f300d6 !important;
    /*background-color: #7b33bd !important;
    background-image: -moz-linear-gradient(top,#7b33bd,#eb00d0) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#7b33bd),to(#eb00d0)) !important;
    background-image: -webkit-linear-gradient(top,#7b33bd,#eb00d0) !important;
    background-image: -o-linear-gradient(top,#7b33bd,#eb00d0) !important;
    background-image: linear-gradient(to bottom,#7b33bd,#eb00d0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b33bd',endColorstr='#eb00d0',GradientType=0) !important;*/
}
@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
.form-check-input[type=radio] {
    border-radius: 50% !important;
}
.form-check .form-check-input {
    float: left !important;
    margin-left: -1.5em !important;
}
.form-check-input {
    --bs-form-check-bg: var(--bs-form-control-bg);
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.25em !important;
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
}