/* FONTS */

@font-face {
    font-family: 'museo_sans700';
    src: url('../fonts/museosans_700.eot');
    src: url('../fonts/museosans_700.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_700.woff2') format('woff2'), url('../fonts/museosans_700.woff') format('woff'), url('../fonts/museosans_700.ttf') format('truetype'), url('../fonts/museosans_700.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans300_italic';
    src: url('../fonts/museosans-300italic.eot');
    src: url('../fonts/museosans-300italic.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-300italic.woff') format('woff'), url('../fonts/museosans-300italic.ttf') format('truetype'), url('../fonts/museosans-300italic.svg#museo_sans300_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans';
    src: url('../fonts/museosans_500-webfont.eot');
    src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_500-webfont.woff') format('woff'), url('../fonts/museosans_500-webfont.ttf') format('truetype'), url('../fonts/museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo700-regular-webfont.woff') format('woff'), url('../fonts/museo700-regular-webfont.ttf') format('truetype'), url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular-webfont.woff') format('woff'), url('../fonts/museo300-regular-webfont.ttf') format('truetype'), url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GRID */

#cielo_body .cielo_row {
    width: 100%;
    display: inline-block;
}

#cielo_body .cielo_grid_12,
#cielo_body .cielo_grid_11,
#cielo_body .cielo_grid_10,
#cielo_body .cielo_grid_9,
#cielo_body .cielo_grid_8,
#cielo_body .cielo_grid_7,
#cielo_body .cielo_grid_6,
#cielo_body .cielo_grid_5,
#cielo_body .cielo_grid_4,
#cielo_body .cielo_grid_3,
#cielo_body .cielo_grid_2,
#cielo_body .cielo_grid_1 {
    float: left;
    display: inline-block;
}

#cielo_body .cielo_grid_12 {
    width: 100%;
}

#cielo_body .cielo_grid_11 {
    width: 91.66666667%;
}

#cielo_body .cielo_grid_10 {
    width: 83.33333333%;
}

#cielo_body .cielo_grid_9 {
    width: 75%;
}

#cielo_body .cielo_grid_8 {
    width: 66.66666667%;
}

#cielo_body .cielo_grid_7 {
    width: 58.33333333%;
}

#cielo_body .cielo_grid_6 {
    width: 50%;
}

#cielo_body .cielo_grid_5 {
    width: 41.66666667%;
}

#cielo_body .cielo_grid_4 {
    width: 33.33333333%;
}

#cielo_body .cielo_grid_3 {
    width: 25%;
}

#cielo_body .cielo_grid_2 {
    width: 16.66666667%;
}

#cielo_body .cielo_grid_1 {
    width: 8.33333333%;
}

/* GENERAL */

#cielo_body .cielo_hide {
    display: none !important;
}

#cielo_body .cielo_show {
    display: block !important;
}

#cielo_body .cielo_clearfix {
    clear: both;
    float: none;
}

#cielo_body .cielo_pull_right {
    float: right;
}

#cielo_body .cielo_pull_left {
    float: left;
}

#cielo_body {
    width: 95%;
    margin: 0 auto;
    margin-top: 95px;
    max-width: 940px;
    position: absolute;
    z-index: 45;
    position: relative;
}

@media (max-width: 990px) {
    #cielo_body {
        margin-top: 0px;
    }
}

#cielo_body h1,
#cielo_body h2,
#cielo_body h3,
#cielo_body h4,
#cielo_body h5,
#cielo_body h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "museo700";
}

#cielo_body p {
    padding: 0;
    margin: 0;
}

#cielo_body button {
    cursor: pointer;
}

#cielo_body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#cielo_body img {
    border: none;
}

body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    margin-top: 95px;
    margin-bottom: 60px;
    padding: 0;
}

@media (max-width: 990px) {
    body {
        width: 100%;
        height: 100%;
        min-height: 100%;
        margin: 0;
        margin-bottom: 60px;
        padding: 0;
    }
}

* {
    outline: none !important;
}

#cielo_body input::-webkit-input-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 14px;
    color: #303137;
}

#cielo_body input::-moz-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 14px;
    color: #303137;
}

#cielo_body input:-moz-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 14px;
    color: #303137;
}

#cielo_body input:-ms-input-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 14px;
    color: #303137;
}

#cielo_body .cielo_login_password::-webkit-input-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 12px;
    color: #303137;
}

#cielo_body .cielo_login_password::-moz-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 12px;
    color: #303137;
}

#cielo_body .cielo_login_password:-moz-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 12px;
    color: #303137;
}

#cielo_body .cielo_login_password:-ms-input-placeholder {
    font-family: 'museo_sans300_italic';
    font-size: 12px;
    color: #303137;
}

#cielo_body input.has_error,
#cielo_body select.has_error,
#cielo_body .cielo_register_confirm_email.has_error input,
#cielo_body .cielo_register_password.has_error input,
#cielo_body .cielo_register_confirm_password.has_error input {
    border: 2px solid #FF0054 !important;
}

#cielo_body .cielo_register_confirm_email.has_error label,
#cielo_body .cielo_register_password.has_error label,
#cielo_body .cielo_register_confirm_password.has_error label {
    color: #ff0054 !important;
}

#cielo_body .cielo_register_password .cielo_check_ok {
    margin-right: 15px;
}

#cielo_body .cielo_inner_validation {
    margin-top: 27px;
    float: left;
    text-align: right;
    margin-left: 22px;
}

#cielo_body select {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #303137;
    display: block;
    height: 42px;
    padding: 0 4px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 2px solid #e5e5e5;
    float: left;
}

#cielo_body .cielo_no_border {
    border: none !important;
}

/* HEADER */

#cielo_body .cielo_header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 80px;
    max-height: 80px;
    box-sizing: border-box;
    position: relative;
}

    #cielo_body .cielo_header .cielo_header_inner {
        background: #00a7ec;
        float: left;
        width: 80%;
        display: block;
        padding: 0px 31px 0px 29px;
        min-height: 80px;
        box-sizing: border-box;
    }

#cielo_body .info {
    color: #FF0054;
    font-family: 'museo-sans';
    font-size: 10px;
}

#cielo_body .cielo_header .cielo_header_inner .cielo_logo {
    float: left;
    margin-top: 20px;
}

#cielo_body .cielo_identification_page .cielo_address_form .cielo_delivery_form .cielo_login_inner {
    float: left;
    padding: 0px 31px 0px 29px;
    min-height: 0px;
    box-sizing: border-box;
    position: relative;
    max-width: 65%;
}

#cielo_body .cielo_header .cielo_header_pagination {
    float: left;
    margin-left: 85px;
    margin-top: 35px;
}

    #cielo_body .cielo_header .cielo_header_pagination span {
        width: 6px;
        display: block;
        height: 6px;
        border: 2px solid #FFF;
        margin-right: 14px;
        -webkit-border-radius: 5px;
        border-radius: 15px;
        float: left;
    }

        #cielo_body .cielo_header .cielo_header_pagination span.active {
            background: #FFF;
        }

#cielo_body .cielo_header .cielo_header_safety {
    float: right;
    max-width: 160px;
    margin-top: 20px;
}

    #cielo_body .cielo_header .cielo_header_safety h4 {
        color: #FFF;
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 39px;
        padding-left: 39px;
        background: url(../img/secure_env.png) no-repeat left center;
    }

#cielo_body .cielo_header .cielo_login_inner .login_cielo {
    padding: 40px 10px 10px 10px;
    text-align: center;
    z-index: 1;
}

#cielo_body .cielo_header .cielo_login_inner .divider {
    padding-top: 20px;
    padding-left: 20px;
    font-family: 'museo-sans';
    font-size: 14px;
    text-align: center;
}

#cielo_body .signup-or-separator {
    display: none;
}

#cielo_body .signup-or-separator {
    position: relative;
    margin: 5px 0;
    text-align: center;
    background: none;
}

    #cielo_body .signup-or-separator hr {
        width: 90%;
        margin: -16px auto 10px auto;
        border-top: 1px solid #dce0e0;
    }

    #cielo_body .signup-or-separator .text {
        display: inline-block;
        padding: 8px;
        margin: 0;
        background-color: #00A7EC;
        color: white;
    }

#cielo_body .cielo_header .cielo_language {
    background: #00A7EC;
    float: left;
    width: 20%;
    height: 80px;
    display: block;
    padding: 0px 20px;
    box-sizing: border-box;
}

    #cielo_body .cielo_header .cielo_language h4 {
        color: #fff;
        font-family: 'museo-sans';
        font-size: 14px;
        margin-top: 20px;
        margin-left: 30px;
    }

        #cielo_body .cielo_header .cielo_language h4 .cielo_flag_spain {
            margin-left: 5px;
            margin-top: 12px;
        }

        #cielo_body .cielo_header .cielo_language h4 .cielo_flag_gbrit {
            margin-left: 3px;
            margin-top: 12px;
        }

/* Modo de teste */

#cielo_body .cielo_test_mode {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 50px;
    max-height: 50px;
    box-sizing: border-box;
    position: relative;
}

    #cielo_body .cielo_test_mode .cielo_test_mode_inner {
        background: red;
        float: left;
        width: 100%;
        display: block;
        padding: 0px 31px 12px 29px;
        min-height: 50px;
        box-sizing: border-box;
    }

        #cielo_body .cielo_test_mode .cielo_test_mode_inner h4 {
            color: #000;
            font-family: 'museo700';
            text-align: center;
            color: white;
            font-size: 18px;
            margin-top: 20px;
        }

#cielo_body .cielo_hidden_adress.cielo_delivery_address,
#cielo_body .cielo_first_label.cielo_first_cep_label {
    display: block;
}

/* BODY */

#cielo_body .cielo_container {
    background: #FFF;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

    #cielo_body .cielo_container.cielo_container_success {
        padding: 0 40px;
        box-sizing: border-box;
    }

    #cielo_body .cielo_container h2 {
        font-family: 'museo700';
        font-size: 20px;
        line-height: 55px;
        color: #000;
    }

    #cielo_body .cielo_container .cielo_identification_page,
    #cielo_body .cielo_container #cielo_security_check {
        width: 65%;
        padding: 5px 15px 0px 45px;
        float: left;
        display: inline-block;
        margin-bottom: 42px;
        box-sizing: border-box;
    }

    #cielo_body .cielo_container #cielo_security_check {
        position: relative;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_login {
        width: 570px;
    }

    #cielo_body .cielo_container .cielo_identification_page h1 {
        font-family: 'museo700';
        font-size: 24px;
        line-height: 27px;
        color: #000;
        margin-bottom: 8px;
    }

    #cielo_body .cielo_container .cielo_identification_page p {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 18px;
        color: #5e5e5e;
    }

        #cielo_body .cielo_container .cielo_identification_page p.cielo_edit_billing {
            margin-bottom: 0px;
        }

    #cielo_body .cielo_container .cielo_identification_page #cielo_login_form label {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 21px;
        color: #303137;
        display: block;
        margin-bottom: 0px;
        margin-left: 1px;
    }

        #cielo_body .cielo_container .cielo_identification_page #cielo_login_form label.details {
            margin-top: 10px;
        }

#cielo_body #cielo_login_form input[type="text"],
#cielo_body #cielo_login_form input[type="password"],
#cielo_body #cielo_login_form input[type="email"] {
    font-family: 'museo-sans';
    font-size: 14px;
    color: #303137;
    display: block;
    height: 38px;
    width: 248px;
    margin-bottom: 9px;
    border: 2px solid #e5e5e5;
    float: left;
    padding: 0/0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_button_continue {
    float: left;
}

#cielo_body .cielo_register_login_email .cielo_check_ok,
#cielo_body .cielo_register_confirm_email .cielo_check_ok,
#cielo_body .cielo_register_password .cielo_check_ok,
#cielo_body .cielo_register_confirm_password .cielo_check_ok,
#cielo_body .cielo_password .cielo_check_ok {
    margin-left: 10px;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_button_continue,
#cielo_body .cielo_container .cielo_identification_page .cielo_button_login,
#cielo_body .cielo_container .cielo_identification_page .cielo_button_register,
#cielo_body .cielo_container .cielo_identification_page .cielo_button_recover,
#cielo_body .cielo_container .cielo_identification_page .cielo_button_continue_payment,
#cielo_body .cielo_container .cielo_identification_page .cielo_button_continue_address {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    height: 32px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    background: url(../img/btn_bg_purple.jpg);
    border: none;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_button_continue,
#cielo_body .cielo_container .cielo_identification_page .cielo_button_recover,
#cielo_body .cielo_container .cielo_identification_page .cielo_button_register {
    width: 224px;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_button_register {
    margin-bottom: 50px;
    margin-top: 50px;
}

#cielo_body .cielo_container .cielo_button_disabled {
    opacity: 0.7;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_button_login {
    width: 150px;
    float: left;
}

#cielo_body .cielo_check_ok,
#cielo_body .cielo_check_error,
#cielo_body .cielo_info {
    width: 17px;
    height: 13px;
    margin-top: 13px;
    float: left;
    margin-left: 15px;
}

#cielo_body .cielo_info {
    margin-top: 10px;
}

#cielo_body .cielo_check_ok {
    background: url(../img/icons/check_ok.png) no-repeat center center;
}

#cielo_body .cielo_check_error {
    background: url(../img/icons/check_error.png) no-repeat center center;
    margin-left: 15px;
}

#cielo_body .cielo_password {
    margin-top: 15px;
}

#cielo_body .cielo_recover_password {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #00A7EC;
    margin-top: 10px;
    cursor: pointer;
}

#cielo_body .cielo_existing_account,
#cielo_body .cielo_existing_account .link {
    font-family: 'museo-sans';
    font-size: 12px;
    color: #00A7EC;
    text-align: center;
}

    #cielo_body .cielo_existing_account .link {
        cursor: pointer;
        text-decoration: underline;
        margin-left: 0px;
    }

#cielo_body .cielo_login_continue {
    margin-top: 6px;
    float: left;
    margin-left: 10px;
}

    #cielo_body .cielo_login_continue.cielo_cancel_purchase {
        margin-left: 129px;
        margin-top: 25px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_modal.cielo_cancel_purchase_modal {
    padding-bottom: 45px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_modal h1.cielo_cancel_purchase_title {
    float: left;
    margin-left: 127px;
    margin-bottom: 27px;
}

#cielo_body .cielo_login_continue span,
#cielo_body .cielo_login_continue a {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #00A7EC;
    margin-top: 10px;
    cursor: pointer;
}

#cielo_body .cancel_buy_adjust {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #00A7EC;
    margin-top: 56px;
    display: inline-block;
    float: right;
    margin-right: 88px;
}

#cielo_body .cielo_login_continue span {
    color: #303137;
}

#cielo_body .cielo_login_continue a {
    color: #00A7EC;
}

#cielo_body .cielo_container .cielo_register_page {
    width: 570px;
    padding: 25px 20px 0px 30px;
    float: left;
    display: inline-block;
}

#cielo_body .cielo_container .cielo_no_register {
    padding-bottom: 25px;
    padding-top: 25px;
}

#cielo_body .cielo_container .cielo_no_register {
    padding-bottom: 25px;
    padding-top: 25px;
}

    #cielo_body .cielo_container .cielo_no_register h1 {
        font-family: 'museo700';
        font-size: 20px;
        line-height: 24px;
        color: #000;
        margin-bottom: 7px;
    }

    #cielo_body .cielo_container .cielo_no_register p.cielo_subtitle {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 18px;
        color: #5e5e5e;
        margin-bottom: 28px;
    }

#cielo_body .cielo_container .cielo_identification_page #cielo_login_form .cielo_register_radios label {
    display: inline;
}

#cielo_body .cielo_container .cielo_register_page p {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #303137;
    margin-bottom: 20px;
}

#cielo_body #cielo_login_form .cielo_register_login_email .cielo_check_error {
    margin-left: 10px;
}

#cielo_body .cielo_container label.has_error,
#cielo_body .cielo_container input.has_error {
    color: #ff0054 !important;
}

#cielo_body .cielo_container .cielo_register_page #cielo_register_form .cielo_form_checkbox,
#cielo_body .cielo_container .cielo_register_page #cielo_register_form .cielo_register_terms {
    font-family: 'museo-sans';
    font-size: 14px;
    color: #303137;
    line-height: 23px;
    margin-top: 9px;
    margin-bottom: 15px;
}

    #cielo_body .cielo_container .cielo_register_page #cielo_register_form .cielo_form_checkbox input,
    #cielo_body .cielo_container .cielo_register_page #cielo_register_form .cielo_register_terms input {
        width: 16px;
        height: 16px;
        margin-left: 0;
        margin-right: 9px;
        border: none\0;
        margin-left: 0\0;
        padding-left: 0\0;
        padding-right: 5px\0;
    }

    #cielo_body .cielo_container .cielo_register_page #cielo_register_form .cielo_register_terms a {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 21px;
        color: #00a7ec;
    }

#cielo_body .cielo_container .cielo_register_page #cielo_register_form label {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #303137;
    display: block;
    margin-bottom: 4px;
}

    #cielo_body .cielo_container .cielo_register_page #cielo_register_form label[for="foreign"] {
        font-family: 'museo300';
    }

#cielo_body .cielo_info {
    background: url(../img/icons/info.png) no-repeat center center;
    width: 20px;
    margin-left: 10px;
    height: 20px;
}

    #cielo_body .cielo_info:hover {
        cursor: pointer;
    }

#cielo_body .cielo_info_box .cielo_arrow_left {
    width: 8px;
    height: 15px;
    background: url(../img/icons/arrow_left.png) no-repeat;
    position: absolute;
    left: -8px;
}

#cielo_body .cielo_info_box {
    padding: 20px 20px 15px 25px;
    background: #262C3A;
    display: none;
    position: absolute;
    max-width: 225px;
    margin-left: 327px;
    font-family: 'museo-sans';
    font-size: 13px;
    line-height: 16px;
    margin-top: -4px;
    color: #f2f2f2;
    z-index: 2;
}

#cielo_body .cielo_info:hover + .cielo_info_box {
    display: block;
}

#cielo_body #cielo_login_form .cielo_register_phone label span {
    font-style: italic;
    font-size: 12px;
}

#cielo_body #cielo_login_form .cielo_register_phone .cielo_phone_ddd {
    width: 30px;
    margin-right: 10px;
}

#cielo_body #cielo_login_form .cielo_register_phone .cielo_phone_number {
    width: 183px;
}

#cielo_body .cielo_container #cielo_login_form .want_register .password_strength .cielo_pass_bullet {
    background: #D9D9D9;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 6px;
    margin-bottom: 9px;
}

#cielo_body .cielo_container #cielo_login_form .want_register .cielo_register_confirm_password input {
    margin-bottom: 3px;
}

#cielo_body .cielo_container .cielo_register_page #cielo_register_form button {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    width: 145px;
    color: #fff;
    height: 32px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgb(122,188,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-color: transparent;
    background: url(../img/btn_bg_purple.jpg);
    border: none;
}

    #cielo_body .cielo_container .cielo_register_page #cielo_register_form button.cielo_button_goback.cielo_modal_ok {
        background-color: transparent;
        background: url(../img/btn_bg_purple.jpg);
        border: none;
    }

    #cielo_body .cielo_container .cielo_register_page #cielo_register_form button.cielo_button_goback {
        margin-right: 16px;
        margin-bottom: 50px;
        background: transparent !important;
        border: none;
        font-family: 'museo-sans';
        font-size: 14px;
        color: #00A7EC;
        margin-right: 25px;
        width: auto;
        text-decoration: underline;
    }

    #cielo_body .cielo_container .cielo_register_page #cielo_register_form button.cielo_send_email {
        width: 186px;
        margin-top: -32px;
        margin-right: 145px;
        background-color: transparent;
        background: url(../img/btn_bg_blue.jpg);
        border: none;
    }

/* Terms */

#cielo_body .cielo_header.cielo_terms .cielo_header_inner {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

#cielo_body .cielo_container .cielo_register_page.cielo_terms_page {
    width: 100% !important;
    padding: 45px 45px 40px 45px;
    box-sizing: border-box;
}

#cielo_body .cielo_container .cielo_terms_page #cielo_terms_text {
    border: 1px solid #E5E5E5;
    padding: 15px 0px 30px 20px;
    width: 100%;
    height: 560px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 100%;
    box-sizing: border-box;
}

#cielo_body .cielo_container .cielo_terms_page #cielo_register_form button.cielo_button_goback {
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 0;
}

    #cielo_body .cielo_container .cielo_terms_page #cielo_register_form button.cielo_button_goback.cielo_pull_right {
        margin-top: -32px;
    }

/* Identification */

#cielo_body.cielo_identification {
    width: 765px;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_user_identification {
    margin-left: 40px;
    position: relative;
}

#cielo_body.cielo_identification .cielo_header .cielo_header_inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 47px;
}

    #cielo_body.cielo_identification .cielo_header .cielo_header_inner .cielo_header_safety {
        visibility: hidden;
    }

#cielo_body .cielo_container .cielo_identification_page h2 {
    padding-left: 38px;
    margin-bottom: 25px;
    background: url(../img/icons/user.png) no-repeat left center;
}

    #cielo_body .cielo_container .cielo_identification_page h2.sign_in_title {
        background: url(../img/icons/recover.png) no-repeat left center;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_modal {
    width: 720px;
    padding: 70px 15px 75px 30px;
    text-align: center;
}

#cielo_body .cielo_container .cielo_modal.cielo_recover_password.seamless {
    float: left;
    width: 100%;
    display: inline-block;
}

#cielo_body .cielo_container .cielo_modal.cielo_recover_password h1,
#cielo_body .cielo_container .cielo_recover_password h1 {
    padding-left: 38px;
    display: inline-block;
    padding-top: 6px;
    margin-bottom: 25px;
    font-size: 20px;
    background: url(../img/icons/recover.png) no-repeat left center;
}

#cielo_body .cielo_container .cielo_modal.cielo_recover_password p {
    margin-bottom: 38px;
}

#cielo_body .cielo_container .cielo_modal.cielo_recover_password form {
    width: 348px;
    text-align: left;
    margin: auto;
}

#cielo_body .cielo_container .cielo_modal.cielo_recover_password #cielo_login_form input {
    width: 290px;
    margin-bottom: 30px;
}

#cielo_body .cielo_container .cielo_modal.cielo_recover_password #cielo_login_form .cielo_button_recover {
    margin-left: 0px;
    width: 113px;
    margin-top: 35px;
}

#cielo_body .cielo_container .cielo_modal.cielo_recover_password h2 {
    background: none;
    line-height: 23px;
    margin-left: -52px;
    font-size: 18px;
    color: #5e5e5e;
}

    #cielo_body .cielo_container .cielo_modal.cielo_recover_password h2 span {
        color: #00A7EC;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_modal h1 {
    font-size: 20px;
    margin-bottom: 35px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_modal .cielo_button_continue,
#cielo_body .cielo_container .cielo_identification_page.cielo_modal .cielo_button_recover {
    float: left;
    margin-left: 112px;
    width: 186px;
    margin-right: 54px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_modal .cielo_button_continue {
    margin-left: 100px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_modal .cielo_button_continue_payment {
    margin-top: 15px;
    width: 188px;
    margin-left: -20px;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_login_inner .cielo_header_safety {
    float: left;
    max-width: 100%;
}

    #cielo_body .cielo_container .cielo_identification_page .cielo_login_inner .cielo_header_safety h4 {
        font-family: 'museo700';
        color: #303137;
        font-size: 18px;
        line-height: 39px;
        padding-left: 39px;
        background: url(Images/lock.png) no-repeat left center;
    }

#cielo_body .cielo_container .cielo_identification_page .cielo_login_inner .login_cielo {
    width: 50%;
    padding: 10px 10px 10px 10px;
    text-align: center;
    float: left;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_login_inner .login_visa_checkout {
    padding: 10px 10px 10px 10px;
    text-align: center;
    float: left;
}

/* Address */

#cielo_body .cielo_container .cielo_identification_page.cielo_address {
    width: 65%;
    z-index: 10002;
    box-sizing: border-box;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_address h2 {
        margin-bottom: 5px;
    }

        #cielo_body .cielo_container .cielo_identification_page.cielo_address h2.cielo_address_header {
            background: url(../img/icons/pin.png) no-repeat left center;
            margin-bottom: 20px;
        }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form label.cielo_first_label {
        margin-bottom: 15px;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_login_cep {
        width: 40px;
        padding: 0 10px;
        margin-right: 10px;
        border-width: 2px;
        margin-bottom: 12px;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form {
        width: 525px;
    }

        #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_login_cep_sufix {
            width: 29px;
            padding: 0 10px;
            border-width: 2px;
            margin-bottom: 12px;
            margin-right: 10px;
        }

#cielo_body .cielo_container form .cielo_address_street,
#cielo_body .cielo_container form .cielo_address_complement,
#cielo_body .cielo_container form .cielo_address_state {
    width: 500px;
}

    #cielo_body .cielo_container form .cielo_address_street .cielo_street,
    #cielo_body .cielo_container form .cielo_address_complement .cielo_neighboor,
    #cielo_body .cielo_container form .cielo_address_state .cielo_city {
        width: 330px;
        float: left;
    }

    #cielo_body .cielo_container form .cielo_address_street .cielo_street,
    #cielo_body .cielo_container form .cielo_address_complement .cielo_complement,
    #cielo_body .cielo_container form .cielo_address_state .cielo_state {
        margin-right: 20px;
    }

        #cielo_body .cielo_container form .cielo_address_street .cielo_street label,
        #cielo_body .cielo_container form .cielo_address_street .cielo_number label,
        #cielo_body .cielo_container form .cielo_address_complement .cielo_complement label,
        #cielo_body .cielo_container form .cielo_address_complement .cielo_neighboor label,
        #cielo_body .cielo_container form .cielo_address_state .cielo_state label,
        #cielo_body .cielo_container form .cielo_address_state .cielo_city label {
            width: 100%;
        }

        #cielo_body .cielo_container form .cielo_address_street .cielo_street input,
        #cielo_body .cielo_container form .cielo_address_complement .cielo_neighboor input,
        #cielo_body .cielo_container form .cielo_address_state .cielo_city input {
            width: 306px !important;
        }

    #cielo_body .cielo_container form .cielo_address_street .cielo_number,
    #cielo_body .cielo_container form .cielo_address_complement .cielo_complement,
    #cielo_body .cielo_container form .cielo_address_state .cielo_state {
        width: 104px;
        float: left;
    }

        #cielo_body .cielo_container form .cielo_address_street .cielo_number input,
        #cielo_body .cielo_container form .cielo_address_complement .cielo_complement input {
            width: 80px !important;
        }

        #cielo_body .cielo_container form .cielo_address_state .cielo_state select {
            width: 104px !important;
            margin-right: 0;
        }

    #cielo_body .cielo_container form .cielo_address_street .cielo_inner_validation,
    #cielo_body .cielo_container form .cielo_address_complement .cielo_inner_validation,
    #cielo_body .cielo_container form .cielo_address_state .cielo_inner_validation {
        margin: 0;
    }

    #cielo_body .cielo_container form .cielo_address_street .cielo_check_ok,
    #cielo_body .cielo_container form .cielo_address_complement .cielo_check_ok,
    #cielo_body .cielo_container form .cielo_address_state .cielo_check_ok {
        margin-top: 35px;
        margin-left: 20px;
    }

#cielo_body #cielo_login_form.cielo_address_form input {
    border-width: 2px;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 0;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form input[type="checkbox"] {
    width: auto\0;
    border: none\0;
    padding: 0\0;
    margin: -10px 10px 0 0\0;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form input[type="radio"] {
    margin-left: 0;
    height: 17px;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 4px;
    width: 17px;
    margin-bottom: 0px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices,
#cielo_body .cielo_container .cielo_identification_page #cielo_login_form .cielo_register_radios {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #303137;
    margin-bottom: 21px;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices label,
    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices span {
        margin-bottom: 12px;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices span {
        display: block;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices input {
        margin-top: 2px;
        border: none\0;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices .cielo_choices_radio,
    #cielo_body .cielo_container #cielo_login_form .cielo_register_radios .cielo_choices_radio {
        float: left;
        margin-right: 45px;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices.cielo_choices_margin {
        margin-bottom: 10px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_address_form_goback {
    font-family: 'museo-sans';
    font-size: 14px;
    color: #00A7EC;
    margin-right: 25px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_button_continue_address {
    width: 145px;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_button_continue_address.cielo_address_form_submit {
    margin-top: -6px;
    margin-bottom: 78px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_search_cep {
    margin-top: 11px;
    float: left;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_search_cep a {
        font-family: 'museo-sans';
        font-size: 14px;
        color: #00A7EC;
        margin-right: 25px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_address_show_more {
    margin-top: 4px;
    margin-left: 38px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_select_address input {
    margin-top: 2px;
    margin-right: 8px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_select_address {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #303137;
    margin-bottom: 0px;
    margin-top: -1px;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_select_address a {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 21px;
        color: #00a7ec;
        margin-right: 6px;
        margin-left: 2px;
        text-decoration: underline;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_new_select_address,
#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_new_select_address,
#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_edit_select_delivery_address,
#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_edit_select_billing_address,
#cielo_body .cielo_container .cielo_identification_page .cielo_edit_address_continue {
    border: none;
    margin-top: 13px;
    margin-bottom: 37px;
    background-color: transparent;
    background: url(../img/btn_bg_blue.jpg);
    border: none;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_choices.cielo_choices_margin.cielo_select_adress_choices {
    margin-bottom: 27px;
}

/* Processing */

#cielo_body .cielo_header.cielo_processing .cielo_header_inner {
    width: 100%;
    padding-right: 20px;
}

#cielo_body .cielo_container .cielo_register_page.cielo_processing_page {
    width: 890px;
    text-align: center;
    padding: 82px 20px 100px 26px;
}

    #cielo_body .cielo_container .cielo_register_page.cielo_processing_page img {
        max-width: 45px;
        width: 45px;
        margin-top: 25px;
    }

/* Success */

#cielo_body .cielo_success_header .cielo_header_inner {
    width: 100%;
    padding: 20px 40px 21px 40px;
}

#cielo_body .cielo_success_header .cielo_language {
    display: none;
}

#cielo_body .cielo_container .cielo_success_page {
    width: 100%;
    padding: 25px 0px 50px;
    text-align: center;
}

    #cielo_body .cielo_container .cielo_success_page .cielo_actions {
        text-align: right;
    }

        #cielo_body .cielo_container .cielo_success_page .cielo_actions a {
            margin-left: 13px;
        }

    #cielo_body .cielo_container .cielo_success_page h2 {
        font-family: 'museo_sans700';
        font-size: 30px;
        line-height: 21px;
        color: #303137;
        margin-bottom: 14px;
        margin-top: -4px;
    }

    #cielo_body .cielo_container .cielo_success_page p {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 21px;
        color: #303137;
        width: 500px;
        margin: 0 auto;
    }

        #cielo_body .cielo_container .cielo_success_page p a {
            font-family: 'museo-sans';
            color: #00A7EC;
            text-decoration: none;
        }

    #cielo_body .cielo_container .cielo_success_page .cielo_order_summary {
        width: 860px;
        margin: 0 auto;
        margin-top: 33px;
        display: inline-block;
    }

        #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_number,
        #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment {
            float: left;
        }

        #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_number {
            background: #3E249F;
            padding: 25px 50px;
            width: 360px;
            height: 86px;
        }

            #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_number h3 {
                font-family: 'museo-sans';
                font-size: 30px;
                color: #FFF;
            }

            #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_number p {
                width: 100%;
                font-family: 'museo-sans';
                color: #fff;
                line-height: 13px;
            }

                #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_number p.cielo_order_number_light {
                    font-family: 'museo-sans';
                    margin-top: 8px;
                    margin-bottom: 5px;
                }

                #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_number p a {
                    color: #FFF;
                    text-decoration: underline;
                }

        #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment {
            background: #f2f2f2;
            padding: 20px 60px;
            width: 280px;
            height: 96px;
        }

            #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment h3 {
                font-family: 'museo-sans';
                font-size: 30px;
                color: #303137;
            }

            #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment p {
                width: 100%;
                font-family: 'museo-sans';
                color: #303137;
                line-height: 13px;
            }

                #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment p.cielo_order_payment_light {
                    font-family: 'museo-sans';
                    color: #303137;
                    margin-top: -1px;
                    margin-bottom: 10px;
                    height: 13px;
                }

            #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment .cielo_b_wallet_success {
                margin-bottom: -20px;
                margin-top: -5px;
            }

            #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment p.cielo_payment_method {
                font-family: 'museo-sans';
                color: #303137;
            }

            #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment .cielo_order_debit_payment {
                margin-bottom: -6px;
            }

                #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment .cielo_order_debit_payment p {
                    font-family: 'museo-sans';
                    font-size: 14px;
                    color: #303137;
                }

                    #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment .cielo_order_debit_payment p span {
                        font-family: 'museo-sans';
                        font-size: 14px;
                        color: #303137;
                    }

                #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment .cielo_order_debit_payment.billet {
                    margin-top: 1px;
                    position: relative;
                    top: 8px;
                    margin-bottom: 16px;
                }

        #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_button_continue {
            font-family: 'museo-sans';
            font-size: 14px;
            line-height: 21px;
            color: #fff;
            height: 32px;
            -ms-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            background-color: transparent;
            background: url(../img/btn_bg_purple.jpg);
            border: none;
            margin: 0 auto;
            margin-top: 30px;
            float: none;
            width: 186px;
        }

        #cielo_body .cielo_container .cielo_success_page .cielo_order_summary .cielo_order_payment .cielo_order_debit_payment .cielo_billet_label {
            font-family: 'museo-sans';
            font-size: 14px;
            line-height: 21px;
            color: #303137;
        }

#cielo_body .cielo_container.cielo_container_success .cielo_sidebar {
    width: 100%;
    margin: 0 0px;
    padding-top: 40px;
    margin-bottom: 40px;
}

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar h2 {
        float: left;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_id {
        float: right;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_itens .cielo_summary_desc {
        width: 50%;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_itens .cielo_summary_quant,
    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_itens .cielo_summary_value {
        font-family: 'museo-sans';
        line-height: 18px;
        color: #5e5e5e;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_itens .cielo_summary_quant {
        width: 25%;
        margin: -1px 5px 0 0;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_itens .cielo_summary_value {
        float: left;
        margin-top: -1px;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_subtotal .cielo_subtotal_label {
        width: 75%;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_subtotal .cielo_subtotal_operat {
        width: 20px;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_subtotal .cielo_subtotal_value {
        float: left;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_itens li {
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_total .cielo_total_label {
        width: 75%;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_total .cielo_total_operat {
        width: 20px;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_total .cielo_total_value {
        float: left;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_subtotal li {
        margin-bottom: 9px;
        padding-bottom: 9px;
        margin-top: -3px;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_total {
        margin-top: -12px;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_summary_total {
        width: 100%;
    }

#cielo_body .cielo_container.cielo_container_success .cielo_banner_footer {
    margin: 0 0px 35px;
    width: 100%;
}

#cielo_body .cielo_container.cielo_container_success .cielo_sidebar.cielo_order_sidebar {
    padding-right: 0;
    width: 100%;
}

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar.cielo_order_sidebar h2 {
        width: 100%;
        margin-bottom: 0;
    }

#cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_order_address,
#cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_order_delivery {
    width: 33%;
    float: left;
    margin-top: 37px;
    font-family: 'museo-sans';
    font-size: 14px;
    color: #5e5e5e;
}

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_order_address h5,
    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_order_delivery h5 {
        font-family: 'museo-sans';
        font-size: 14px;
        color: #00a7ec;
        margin-bottom: 22px;
    }

    #cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_order_delivery .cielo_delivery_method {
        font-family: 'museo-sans';
        color: #000;
    }

#cielo_body .cielo_container.cielo_container_success .cielo_sidebar .cielo_order_delivery {
    background: #E9E9E9;
    margin-top: -53px;
    position: relative;
    padding: 89px 35px 66px;
    width: 34%;
    box-sizing: border-box;
}

#cielo_body .cielo_header.cielo_success_header .cielo_header_safety {
    max-width: 370px;
    display: inline-block;
}

    #cielo_body .cielo_header.cielo_success_header .cielo_header_safety h4 {
        background: url(../img/secure_env_alt.png) no-repeat left center;
        float: left;
        padding-left: 25px;
    }

    #cielo_body .cielo_header.cielo_success_header .cielo_header_safety a {
        background: url(../img/icons/close.png) no-repeat right center;
        float: left;
        display: inline-block;
        font-family: 'museo-sans';
        font-size: 15px;
        color: #FFF;
        padding-right: 37px;
        height: 39px;
        line-height: 39px;
        text-decoration: none;
        margin-left: 58px;
    }

/* Delivery */

#cielo_body .cielo_container .cielo_identification_page.cielo_delivery h2.cielo_address_header {
    margin-bottom: 3px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_delivery_form .cielo_address_delivery {
    background: url(../img/icons/delivery.png) no-repeat left center;
    margin-left: -7px;
    padding-left: 47px;
}

#cielo_body .cielo_container .cielo_identification_page p.cielo_edit_delivery {
    margin-top: 0;
    margin-bottom: 0px;
    cursor: pointer;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_delivery #cielo_login_form.cielo_delivery_form .cielo_delivery_row {
    margin-bottom: 0px;
    position: relative;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_delivery #cielo_login_form.cielo_delivery_form .cielo_delivery_row .cielo_select_address input {
        margin-bottom: 5px;
        border: none\0;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_delivery .cielo_button_continue_address.cielo_address_form_submit {
    margin-bottom: 50px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_edit_select_delivery_address,
#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_edit_select_billing_address {
    width: 175px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_select_address.cielo_edit_delivery_address input,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_select_address.cielo_edit_billing_address input {
    margin-bottom: 15px;
    border: none\0;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_edit_address_street,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_neighboor .cielo_address_edit_address_city {
    width: 328px;
    float: left;
    margin-right: 20px;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_edit_address_street input,
    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_neighboor .cielo_address_edit_address_city input {
        width: 304px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_edit_address_number,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_edit_address_state {
    width: 100px;
    float: left;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_address_edit_address_number input {
        width: 80px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_delivery_form .cielo_address_neighboor .cielo_city {
    margin-left: 0;
    width: 540px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_delivery_form .cielo_address_edit_address_state select {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #303137;
    display: block;
    height: 42px;
    width: 104px;
    padding: 0 4px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 2px solid #e5e5e5;
    float: left;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_edit_address_continue {
    float: left;
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    height: 32px;
    width: 140px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_delivery_form .cielo_login_continue {
    margin-top: 18px;
    margin-bottom: 50px;
}

/* Payment */

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_delivery_form .cielo_payment_method {
    background: url(../img/icons/payment.png) no-repeat 8px center;
    margin-left: -7px;
    padding-left: 47px;
    margin-bottom: 11px;
}

#cielo_body .cielo_container .cielo_payment {
    width: 530px;
}

    #cielo_body .cielo_container .cielo_payment .cielo_payment_header {
        height: 50px;
        background-color: #EEEEEF;
        padding: 0 26px;
        width: 478px;
        line-height: 50px;
        font-family: 'museo-sans';
        font-size: 14px;
        color: #000;
        cursor: pointer;
        margin-bottom: 2px;
        display: inline-table;
    }

        #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content {
            background: #FFF;
            margin-left: -26px;
            margin-right: -26px;
            margin-bottom: -26px;
            padding-bottom: 30px;
            padding-top: 35px;
            cursor: default;
        }

            #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content p {
                font-family: 'museo-sans';
                font-size: 14px;
                color: #303137;
                margin-bottom: 0;
            }

            #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content .cielo_cellphone_methods {
                width: 490px;
                display: inline-block;
                margin-left: 20px;
                margin-top: 50px;
            }

    #cielo_body .cielo_container .cielo_payment .cielo_payment_content .cielo_cellphone_methods .cielo_cellphone_choice {
        width: 33.33333333%;
        float: left;
        text-align: center;
    }

        #cielo_body .cielo_container .cielo_payment .cielo_payment_content .cielo_cellphone_methods .cielo_cellphone_choice p {
            font-family: 'museo-sans';
            font-size: 14px;
            color: #303137;
        }

        #cielo_body .cielo_container .cielo_payment .cielo_payment_content .cielo_cellphone_methods .cielo_cellphone_choice.cielo_cellphone_oi p {
            margin-top: 8px;
        }

    #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content .cielo_cellphone_phone_number {
        display: inline-block;
        margin-top: 40px;
        margin-bottom: -20px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form input.cielo_cellphone_prefix {
    width: 50px;
    margin-right: 10px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form input.cielo_cellphone_number {
    width: 225px;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_credit_card_tab_content h3,
#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_card_tab_content h3,
#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content h3 {
    margin-top: -10px;
    font-family: 'museo-sans';
    font-size: 14px;
    color: #303137;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content .cielo_debit_choices {
    display: inline-block;
}

    #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content .cielo_debit_choices div {
        float: left;
        font-family: 'museo-sans';
        font-size: 14px;
        color: #303137;
        line-height: 12px;
        margin-right: 5px;
    }

        #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content .cielo_debit_choices div img {
            margin-top: -10px;
            padding-right: 5px;
        }

        #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content .cielo_debit_choices div.cielo_debit_bb {
            margin-right: 30px;
        }

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_online_tab_content .cielo_debit_choices input[type="radio"] {
    margin-top: 7px;
    margin-left: 8px;
    margin-right: 4px;
    border: none\0;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content .cielo_debit_choices img {
    float: left;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content .cielo_info {
    float: right;
    margin-right: 235px;
    margin-top: 15px;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_online_tab_content .cielo_info_box {
    margin-top: -53px;
    margin-left: 310px;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_billet_tab_content img {
    margin-left: 10px;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_billet_tab_content input[type="radio"] {
    margin-right: 10px;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_billet_tab_content .cielo_billet_label {
    margin-left: 5px;
    vertical-align: text-bottom;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_billet_tab_content p {
    margin-bottom: 30px;
}

    #cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_billet_tab_content p span {
        font-family: 'museo-sans';
        color: #303137;
    }

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_grid_12 {
    float: none;
}

#cielo_body .cielo_container .cielo_payment .cielo_cellphone_tab_header img {
    margin-left: -5px;
    margin-top: -50px;
    margin-bottom: -10px;
    position: absolute;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_finish_purchase {
    width: 284px;
    height: 46px;
    font-size: 15px;
    font-family: 'museo-sans';
    margin-top: 45px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: transparent;
    background: url(../img/btn_bg_purple_big.jpg);
    border: none;
}

.opened_accordion #cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_finish_purchase {
    margin-bottom: 40px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_finish_purchase.disabled {
    background: url(../img/btn_bg_purple_big_disabled.png);
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address .cielo_finish_purchase .cielo_shopping_cart {
    background: url(../img/icons/cart.png) no-repeat center center;
    width: 24px;
    height: 20px;
    margin-left: -67px;
    display: inline-block;
    margin-right: 38px;
    margin-top: 2px;
    margin-bottom: -6px;
}

/* Cards */

#cielo_body .cielo_container .cielo_payment .cielo_credit_card_tab_content .cielo_credit_card_choices .cielo_card_brand {
    float: left;
    text-align: center;
    margin-right: -12px;
    min-width: 40px;
    max-width: 50px;
    max-height: 49px;
    padding: 0 18px 0px 0;
    line-height: 21px !important;
}

    #cielo_body .cielo_container .cielo_payment .cielo_credit_card_tab_content .cielo_credit_card_choices .cielo_card_brand img,
    #cielo_body .cielo_container .cielo_payment .cielo_debit_card_tab_content .cielo_debit_card_choices .cielo_card_brand img {
        margin-bottom: 10px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_tab_content .cielo_credit_card_choices .cielo_card_brand input {
    margin: 0 auto;
    float: none;
    margin-top: -10px;
    border: none\0;
}

#cielo_body .cielo_container .cielo_payment .cielo_debit_card_tab_content .cielo_debit_card_choices .cielo_card_brand {
    float: left;
    width: 50px;
    margin-right: 10px;
    text-align: center;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_tab_content .cielo_debit_card_choices .cielo_card_brand input {
    margin: 0 auto;
    float: none;
    margin-top: -100px;
    border: none\0;
}

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_credit_card_tab_content h3,
#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content.cielo_debit_card_tab_content h3 {
    margin-top: -35px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_owner input,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_number input,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_owner input,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_number input {
    width: 324px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_number .cielo_credit_image {
    margin-left: 290px;
    margin-top: 10px;
    position: absolute;
    width: 50px;
    text-align: center;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_infos {
    margin-bottom: -40px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_validity,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_validity {
    width: 190px;
    display: inline-block;
    float: left;
}

#cielo_body .cielo_container .cielo_identification_page #cielo_login_form .cielo_checkbox_input label {
    font-family: 'museo-sans';
    color: #303137;
    font-size: 14px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_validity select,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_validity select {
    width: 80px;
    margin-right: 10px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_secure_pin,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_secure_pin {
    width: 190px;
    display: inline-block;
    float: left;
}

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_secure_pin input,
    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_secure_pin input {
        width: 80px;
        margin-right: 5px;
    }

    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_secure_pin .cielo_info,
    #cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_secure_pin .cielo_info {
        float: right;
        margin-top: 1px;
        margin-right: 10px;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_guest_identification .cielo_info {
    float: left;
    margin-top: 10px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_secure_pin .cielo_info_box,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_secure_pin .cielo_info_box {
    margin-left: 195px;
    margin-top: -40px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_secure_pin img,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_secure_pin img {
    margin-top: 5px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_secure_pin.selected img,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_debit_card_secure_pin.selected img {
    margin-top: -5px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_quota select {
    width: 80%;
    margin-bottom: 0;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_number .cielo_info {
    float: right;
    margin-top: 0px;
    margin-right: 245px;
    margin-bottom: 5px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_credit_card_number .cielo_info_box {
    margin: -39px 0 0 240px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_save_credit_card .cielo_info,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_save_debit_card .cielo_info {
    float: right;
    margin-top: -25px;
    margin-right: 78px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_save_credit_card .cielo_info_box,
#cielo_body .cielo_container .cielo_identification_page.cielo_address #cielo_login_form.cielo_address_form .cielo_save_debit_card .cielo_info_box {
    margin-top: -42px;
    margin-left: 460px;
}

/* Expired */

#cielo_body.cielo_expired_body {
    width: 765px;
}

#cielo_body .cielo_expired {
    height: 80px;
    width: 765px;
}

    #cielo_body .cielo_expired .cielo_header_inner {
        width: 100%;
        padding: 22px 31px 23px 29px;
    }

#cielo_body .cielo_container.cielo_expired_container {
    width: 605px;
    width: 0 auto;
    padding: 40px 80px 60px 80px;
    text-align: center;
}

    #cielo_body .cielo_container.cielo_expired_container h1 {
        font-family: 'museo_sans700';
        font-size: 20px;
        line-height: 35px;
        color: #000;
        background: url(../img/icons/expired.png) no-repeat left center;
        padding-left: 20px;
        display: inline-block;
        margin-bottom: 60px;
    }

    #cielo_body .cielo_container.cielo_expired_container h2 {
        font-family: 'museo_sans700';
        font-size: 18px;
        color: #5e5e5e;
        margin-bottom: 60px;
    }

    #cielo_body .cielo_container.cielo_expired_container a {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        text-decoration: none;
        height: 30px;
        padding: 0 30px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-color: transparent;
        background: url(../img/btn_bg_purple.jpg);
        border: none;
    }

/* Sidebar */
#cielo_body .cielo_sidebar {
    float: right;
    width: 35%;
    padding: 30px 20px 0;
    background: #F2F2F2;
    display: inline-block;
    font-size: 14px;
    position: relative;
    right: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

    #cielo_body .cielo_sidebar h2 {
        line-height: 14px;
        margin-bottom: 14px;
    }

    #cielo_body .cielo_sidebar .cielo_bottom_info {
        background-color: #fff;
        padding-top: 10px;
        text-align: center;
        margin-left: -20px;
        margin-right: -20px;
        font-family: 'museo-sans';
    }

    #cielo_body .cielo_sidebar .cielo_bottom_info span {
        position: relative;
        top: -2px;
    }

    #cielo_body .cielo_sidebar .cielo_summary_id {
        line-height: 18px;
        margin-bottom: 35px;
    }

        #cielo_body .cielo_sidebar .cielo_summary_id p {
            font-family: 'museo-sans';
            color: #5E5E5E;
        }

        #cielo_body .cielo_sidebar .cielo_summary_id a {
            font-family: 'museo-sans';
            color: #00A7EC;
        }

    #cielo_body .cielo_sidebar .cielo_summary_itens li {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 9px;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }

        #cielo_body .cielo_sidebar .cielo_summary_itens li:last-child {
            border-bottom: none;
            margin-top: -1px;
            margin-bottom: 6px;
        }

    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_header_quant,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_quant,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_quant,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_quant {
        font-family: 'museo-sans';
        line-height: 21px;
        color: #00AEEF;
        float: left;
        height: 21px;
        margin-right: 14px;
        margin-top: -1px;
    }

    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_desc,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_header_desc,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_desc {
        font-family: 'museo-sans';
        line-height: 18px;
        color: #5e5e5e;
        float: left;
        margin-left: 20px;
    }

    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_value,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_header_value,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_value {
        font-family: 'museo-sans';
        line-height: 18px;
        color: #000;
        float: right;
    }

    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_header_desc,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_header_value,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_header_quant,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_quant,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_desc,
    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_value {
        color: #00AEEF !important;
        line-height: 12px !important;
        font-size: 12px;
    }

    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_header_desc {
        margin-left: 0;
    }

    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_quant {
        margin-left: 360px;
    }

    #cielo_body .cielo_sidebar .cielo_summary_itens .cielo_summary_receipt_header_value {
        margin-right: 150px;
    }

    #cielo_body .cielo_sidebar .cielo_summary_subtotal li {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 6px;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }

        #cielo_body .cielo_sidebar .cielo_summary_subtotal li:last-child {
            border-bottom: none;
            margin-top: 0px;
        }

    #cielo_body .cielo_sidebar .cielo_summary_subtotal .cielo_subtotal_label {
        font-family: 'museo-sans';
        line-height: 21px;
        color: #00AEEF;
        float: left;
        /*height: 21px;*/
        width: 55%;
    }

    #cielo_body .cielo_sidebar .cielo_summary_subtotal .cielo_subtotal_operat {
        font-family: 'museo-sans';
        line-height: 21px;
        color: #000;
        float: left;
    }

    #cielo_body .cielo_sidebar .cielo_summary_subtotal .cielo_subtotal_value {
        font-family: 'museo-sans';
        line-height: 18px;
        color: #000;
        float: right;
        margin-top: 1px;
    }

    #cielo_body .cielo_sidebar .cielo_summary_total {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        font-family: 'museo-sans';
        line-height: 48px;
        color: #FFF;
        background: #00A7EC;
        margin-top: -7px;
        margin-left: -20px;
    }

        #cielo_body .cielo_sidebar .cielo_summary_total .cielo_total_label {
            width: 55%;
            float: left;
        }

        #cielo_body .cielo_sidebar .cielo_summary_total .cielo_total_operat {
            float: left;
        }

        #cielo_body .cielo_sidebar .cielo_summary_total .cielo_total_value {
            float: right;
            margin-top: 1px;
        }

/*COMPRA*/

#cielo_body .identificationTitle,
#cielo_body .cielo_address_header,
#cielo_body .cielo_address_delivery,
#cielo_body .cielo_payment_method {
    cursor: pointer;
}

    #cielo_body .identificationTitle span,
    #cielo_body .cielo_address_header span,
    #cielo_body .cielo_address_delivery span,
    #cielo_body .cielo_payment_method span {
        background: url('../img/icons/arrows.png') no-repeat 0 -109px;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-left: 5px;
    }

    .opened_accordion #cielo_body .identificationTitle span,
    #cielo_body .cielo_address_header span,
    #cielo_body .cielo_address_delivery span,
    #cielo_body .cielo_payment_method span {
        display: none;
    }

    #cielo_body .identificationTitle.open span,
    #cielo_body .cielo_address_header.open span,
    #cielo_body .cielo_address_delivery.open span,
    #cielo_body .cielo_payment_method.open span {
        background-position: 0px 0px;
    }

#cielo_body .cielo_address_header,
#cielo_body .cielo_address_delivery,
#cielo_body .cielo_payment_method {
    margin-top: 20px;
}

.opened_accordion #cielo_body .cielo_address_header,
#cielo_body .cielo_address_delivery,
#cielo_body .cielo_payment_method {
    margin-top: 0px;
}

#cielo_body .cielo_address_container,
#cielo_body .cielo_delivery_row,
#cielo_body .cielo_payment_options {
    margin-left: 40px;
    float: left;
    min-width: 520px;
    position: relative;
}

    #cielo_body .cielo_address_container h3 {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 21px;
        color: #303137;
        display: block;
        margin-bottom: 10px;
    }

#cielo_body .cielo_billing_address {
    position: relative;
}

#cielo_body .paymentTabs {
    position: relative;
    top: 1px;
}

#cielo_body .cielo_delivery_row {
    margin-top: 10px;
}

    #cielo_body .cielo_delivery_row .addressSave,
    #cielo_body .cielo_address_container .addressSave,
    #cielo_body #cielo_register_form .addressSave,
    #cielo_body .user_info .cielo_guest_save,
    #cielo_body .deliveryAddressSave,
    #cielo_body .deliveryMethodSave,
    #cielo_body .cielo_edit_method {
        font-family: 'museo-sans';
        font-size: 14px;
        color: #00a7ec;
        margin-left: 230px;
        text-decoration: underline;
        cursor: pointer;
    }

#cielo_body .user_info .cielo_guest_save {
    margin-left: 0px;
    margin-right: 100%;
}

#cielo_body .cielo_address_container .addressSave {
    float: right;
    margin-right: 75px;
}

#cielo_body .cielo_row.cielo_debit_card .cielo_show_new_card,
#cielo_body .cielo_row.cielo_credit_card .cielo_show_new_card {
    font-family: 'museo-sans';
    font-size: 14px;
    color: #00a7ec;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
}

#cielo_body .cielo_row.cielo_debit_card .cielo_show_new_payment,
#cielo_body .cielo_row.cielo_credit_card .cielo_show_new_payment {
    font-family: 'museo-sans';
    font-size: 14px;
    color: #00a7ec;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
}

#cielo_body .cielo_row .cielo_show_new_address {
    font-family: 'museo-sans';
    font-size: 14px;
    color: #00a7ec;
    margin-left: 20px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
}

#cielo_body .cielo_edit_method {
    margin-left: 10px;
}

#cielo_body .deliveryAddressSave {
    margin-left: 415px;
    display: none;
}

#cielo_body .has_error label {
    color: rgb(255, 0, 84) !important;
}

    #cielo_body .has_error label[for="foreign"] {
        color: #303137 !important;
    }

#cielo_body .has_error input,
#cielo_body .has_error .chosen-single {
    border: 2px solid #FF0054 !important;
}

#cielo_register_form .cielo_check_error,
#cielo_register_form .cielo_check_ok {
    margin-left: 10px;
}

#cielo_body .cielo_container .cielo_identification_page #cielo_login_form label[for="state"],
#cielo_body .cielo_container .cielo_identification_page #cielo_login_form label[for="state2"],
#cielo_body .cielo_container .cielo_identification_page #cielo_login_form label[for="month"],
#cielo_body .cielo_container .cielo_identification_page #cielo_login_form label[for="creditCard_month"] {
    margin-bottom: 7px;
}

#cielo_body .cielo_delivery_container,
#cielo_body .cielo_billing_container {
    display: none;
    margin-top: -20px;
}

#cielo_body .selectedMethod {
    display: none;
}

#cielo_body .paymentTabs div {
    max-width: 102px;
    width: 102px;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
}

#cielo_body .paymentTabs .cielo_tab_closed,
#cielo_body .paymentTabs .cielo_tab_opened {
    width: 102px;
    vertical-align: middle;
    display: table-cell;
    font-family: 'museo-sans';
    font-size: 12px;
    cursor: pointer;
}

#cielo_body .paymentTabs .cielo_tab_closed {
    background: #eeeeef;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #cbcbcb;
}

#cielo_body .paymentTabs .cielo_tab_opened {
    background: #ffffff;
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid #ffffff;
}

    #cielo_body .paymentTabs .cielo_tab_opened.readonly,
    #cielo_body .paymentTabs .cielo_tab_closed.readonly {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

    #cielo_body .paymentTabs .cielo_tab_opened.readonly,
    #cielo_body .paymentTabs .cielo_tab_closed.readonly {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

#cielo_body .cielo_container .cielo_payment .cielo_payment_header .cielo_payment_content {
    width: 520px;
    max-width: 520px;
    margin-left: 0px;
}

#cielo_body .cielo_credit_card,
#cielo_body .cielo_debit_card,
#cielo_body .cielo_debit_online,
#cielo_body .cielo_billet,
#cielo_body .cielo_cellphone {
    border: 1px solid #cbcbcb;
    float: left;
    padding: 25px;
    width: 468px;
}

#cielo_body .cielo_save_credit_card {
    margin-top: 10px;
}

#cielo_body .cielo_credit_card_tab_content h3,
#cielo_body .cielo_debit_card_tab_content h3,
#cielo_body .cielo_debit_online_tab_content h3 {
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 21px;
    color: #303137;
    display: block;
    margin-bottom: 4px;
}

#cielo_body .cielo_save_credit_card .cielo_info,
#cielo_body .cielo_save_debit_card .cielo_info {
    margin-right: 25px !important;
    cursor: pointer;
}

#cielo_body .cielo_debit_online_tab_content .cielo_info {
    float: right;
    margin-top: 0px;
    margin-right: 170px;
}

#cielo_body .cielo_debit_online_tab_content .cielo_info_box {
    margin-top: -40px;
    margin-left: 310px;
}

#cielo_body .cielo_debit_visa,
#cielo_body .cielo_debit_maestro,
#cielo_body .cielo_debit_elo {
    margin-bottom: 25px;
}

    #cielo_body .cielo_debit_visa .iradio_minimal,
    #cielo_body .cielo_debit_maestro .iradio_minimal,
    #cielo_body .cielo_debit_elo .iradio_minimal {
        top: 23px;
    }

#cielo_body .cielo_save_debit_card {
    margin-top: 45px;
}

#cielo_body .cielo_debit_choices {
    font-family: 'museo-sans';
    font-size: 12px;
    line-height: 21px;
    color: #303137;
    display: block;
    margin-bottom: 4px;
}

#cielo_body .cielo_debit {
    float: left;
    margin-right: 15px;
}

#cielo_body .cielo_debit_bb {
    float: left;
    margin-right: 15px;
}

    #cielo_body .cielo_debit img,
    #cielo_body .cielo_debit_bb img,
    #cielo_body .cielo_debit_bradesco img {
        position: relative;
        top: 10px;
    }

#cielo_body .cielo_debit .iradio_minimal #cielo_body .cielo_debit_bb .iradio_minimal,
#cielo_body .cielo_debit_bradesco .iradio_minimal {
    top: 0px;
}

#cielo_body .cielo_container .cielo_identification_page .cielo_billet_tab_content p {
    margin-bottom: 25px;
}

#cielo_body .cielo_billet_tab_content img {
    left: 8px;
    top: 3px;
    position: relative;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_address .selectMethod .cielo_select_address {
    margin-bottom: 10px;
}

#cielo_body .cielo_credit_card_number_logo {
    display: none;
}

#cielo_body .payment_credit_card_info,
#cielo_body .payment_debit_card_info {
    margin-bottom: 15px !important;
}

    #cielo_body .payment_credit_card_info h3,
    #cielo_body .payment_credit_card_info {
        font-family: 'museo-sans';
        font-size: 14px;
        line-height: 21px;
        width: 100%;
    }

        #cielo_body .payment_credit_card_info input[type="checkbox"] {
            margin-right: 10px;
            top: 0;
        }

        #cielo_body .payment_credit_card_info img {
            position: relative;
            top: 10px;
            margin-left: 10px;
            margin-right: 10px;
        }

        #cielo_body .payment_credit_card_info .cielo_credit_card_secure_pin.selected {
            padding-top: 20px;
        }

        #cielo_body .payment_credit_card_info .payment_credit_card_details {
            float: left;
            width: 50%;
        }

        #cielo_body .payment_credit_card_info .payment_credit_card_secure_pin {
            float: left;
            width: 50%;
        }

#cielo_body .cielo_container .cielo_identification_page .payment_credit_card_info p {
    margin-bottom: 0px;
}

#cielo_body .cielo_container .cielo_identification_page .payment_debit_card_info p {
    margin-bottom: 12px;
}

#cielo_body .payment_debit_card_info {
    margin-bottom: 10px;
}

    #cielo_body .payment_debit_card_info input[type="checkbox"] {
        margin-right: 10px;
        top: 0;
    }

    #cielo_body .payment_debit_card_info img {
        position: relative;
        top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

/* Custom scroll */

#cielo_body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#cielo_body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #00a7ec !important;
    width: 6px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

#cielo_body .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f2f2f2 !important;
    width: 2px !important;
}

/* Base for label styling */

#cielo_body [type="checkbox"]:not(:checked),
#cielo_body [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    #cielo_body [type="checkbox"]:not(:checked) + label,
    #cielo_body [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        /* checkbox aspect */

        #cielo_body [type="checkbox"]:not(:checked) + label:before,
        #cielo_body [type="checkbox"]:checked + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            border: none;
            background-image: url(../img/checkbox.png);
            width: 15px;
            height: 15px;
            border-radius: 0px;
            box-shadow: 0 0 0;
        }

        /* checked mark aspect */

        #cielo_body [type="checkbox"]:not(:checked) + label:after,
        #cielo_body [type="checkbox"]:checked + label:after {
            content: "";
            position: absolute;
            top: 2px;
            left: 0px;
            font-size: 14px;
            background-image: url(../img/checkbox.png);
            background-position: 0 -18px;
            transition: all .2s;
            width: 15px;
            height: 15px;
        }

        /* checked mark aspect changes */

        #cielo_body [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        #cielo_body [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

/* disabled checkbox */

#cielo_body [type="checkbox"]:disabled:not(:checked) + label:before,
#cielo_body [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

#cielo_body [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

#cielo_body [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */

#cielo_body [type="checkbox"]:checked:focus + label:before,
#cielo_body [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

#cielo_body .chosen-container {
    width: 100% !important;
}

#cielo_body .chosen-container-single .chosen-single,
#cielo_body .chosen-container-active.chosen-with-drop .chosen-single {
    margin-top: -8px;
    background: #fff;
    border: 2px solid #e5e5e5;
    font-family: 'museo-sans';
    font-size: 14px;
    line-height: 40px;
    color: #303137;
    display: block;
    border-radius: 0;
    height: 42px;
    box-shadow: none;
}

#cielo_body .chosen-container-single .chosen-drop {
    font-family: 'museo-sans';
}

#cielo_body .chosen-container-single .chosen-single div b {
    background: url(../img/chosen-sprite.png) no-repeat 0 10px;
}

#cielo_body .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 10px;
}

#cielo_body .cielo_credit_card_validity .cielo_credit_card_month,
#cielo_body .cielo_credit_card_validity .cielo_credit_card_year,
#cielo_body .cielo_debit_card_validity .cielo_debit_card_month,
#cielo_body .cielo_debit_card_validity .cielo_debit_card_year {
    width: 80px !important;
    float: left;
}

#cielo_body .cielo_credit_card_validity .cielo_credit_card_month,
#cielo_body .cielo_debit_card_validity .cielo_debit_card_month {
    margin-right: 10px;
}

#cielo_body .cielo_credit_card_quota .cielo_credit_card_quota_select {
    width: 344px;
}

#cielo_body .chosen-container-single .chosen-single,
#cielo_body .chosen-container-active.chosen-with-drop .chosen-single {
    margin-top: -8px;
}

#cielo_body .cielo_state .chosen-container-single .chosen-single,
#cielo_body .cielo_state .chosen-container-active.chosen-with-drop .chosen-single {
    margin-top: 0\9 \0;
}

#cielo_body label#state-error + .chosen-container-single .chosen-single,
#cielo_body label#state2-error + .chosen-container-single .chosen-single {
    border: 2px solid #FF0054 !important;
}

#cielo_body .cielo_select_error {
    margin-left: 82px !important;
    z-index: 10;
}

#cielo_body .iradio_minimal {
    top: 0;
}

#cielo_body .cielo_register_confirm_email {
    margin-top: 20px;
}

/* overlayer */

#cielo_body .overlayer-modal {
    position: absolute !important;
    top: 0;
    left: 0;
    display: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.5);
}

    #cielo_body .overlayer-modal.open {
        display: block !important;
    }

#cielo_body .cielo_container {
    position: relative;
    overflow: hidden;
}

#cielo_body .unnecessary {
    border: 2px solid #e5e5e5 !important;
}

#cielo_body .cielo_credit_card_quota_select .chosen-single {
    margin-top: 0;
}

#cielo_body .card {
    float: left;
    width: 48px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    display: none;
    height: 45px;
}

    #cielo_body .card .iradio_minimal {
        position: absolute !important;
        top: 30px !important;
        left: 15px !important;
    }

#cielo_body .overlay,
#cielo_security_check .overlay,
.cielo_delivery_row .overlay,
.cielo_address_container .overlay,
.cielo_billing_address .overlay,
.cielo_login_form .overlay,
#cielo_body .loading-img,
#cielo_security_check .loading-img,
.cielo_address_container .loading-img,
.cielo_delivery_row .loading-img,
.cielo_billing_address .loading-img,
.cielo_login_form .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cielo_body .overlay,
#cielo_security_check .overlay,
.cielo_delivery_row .overlay,
.cielo_address_container .overlay,
.cielo_billing_address .overlay,
.cielo_login_form .overlay,
.cielo_user_identification {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

    #cielo_body .overlay.dark,
    #cielo_security_check .overlay.dark,
    .cielo_delivery_row .overlay.dark,
    .cielo_address_container .overlay.dark,
    .cielo_billing_address .overlay.dark,
    .cielo_login_form .overlay.dark,
    .cielo_user_identification .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }

    #cielo_body .loading-img,
    #cielo_security_check .loading-img,
    .cielo_delivery_row .loading-img,
    .cielo_address_container .loading-img,
    .cielo_billing_address .loading-img,
    .cielo_login_form .loading-img,
    .cielo_user_identification .loading-img {
        z-index: 1020;
        background: transparent url('../img/loader.gif') 50% 50% no-repeat;
        background-size: 40px 40px;
    }

#cielo_body .loading-img {
    background-size: 80px 80px;
}

/* Recaptcha */

#cielo_body .recaptcha_widget_div {
    margin: 20px 0 0px;
}

    #cielo_body .recaptcha_widget_div label {
        margin-top: 10px !important;
    }

#cielo_body #recaptcha_response_field {
    font-family: 'museo-sans' !important;
    font-size: 14px !important;
    color: #303137 !important;
    display: block !important;
    height: 38px !important;
    width: 248px !important;
    margin-bottom: 9px !important;
    border: 2px solid #e5e5e5 !important;
    float: left !important;
    padding: 0/0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 38px !important;
}

/* Security verification */

#cielo_body .smc-captcha {
    text-align: center;
}

    #cielo_body .smc-captcha .smc-input-result {
        font-family: 'museo-sans' !important;
        font-size: 14px !important;
        color: #303137 !important;
        display: inline-block !important;
        height: 38px !important;
        margin-bottom: 9px !important;
        border: 2px solid #e5e5e5 !important;
        padding: 0/0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        line-height: 38px !important;
        text-align: center !important;
    }

#cielo_body .cielo_container .cielo_identification_page.cielo_modal.cielo_recover_password .legend {
    margin-left: 0;
    padding-left: 0;
}

#cielo_body .cielo_container .cielo_identification_page .smc-captcha .cielo_button_continue {
    margin: 500px auto;
    margin-top: 30px;
    float: none;
}

/* Msg Error */

#cielo_body #cielo_login_form .cielo_password label.hasError {
    color: #FF0054;
}

#cielo_body .cielo_check_msg_error {
    display: none;
    color: #FF0054;
    font-family: 'museo-sans';
    font-size: 12px;
    float: left;
    clear: left;
    line-height: normal;
    margin-bottom: 14px;
}

#cielo_body .cielo_container .cielo_identification_page.cielo_modal.cielo_recover_password #cielo_login_form .cielo_check_msg_error {
    margin-top: -14px;
}

#cielo_body .chosen-container + .cielo_check_msg_error {
    width: 105px;
    margin-top: 11px;
}

#cielo_body .cep_msg .cielo_check_msg_error {
    width: 130px;
}

#cielo_body .number_msg .cielo_check_msg_error {
    width: 106px;
}

/* Tag Discount */

#cielo_body .paymentTabs div.discount:after {
    content: "%";
    color: #fff;
    font-family: 'museo700';
    font-size: 12px;
    background-color: #ed2552;
    overflow: hidden;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -16px;
    right: -16px;
}

#cielo_body .discount_info {
    font-family: 'museo-sans';
    font-size: 14px;
    color: #ed2552;
    display: block;
    position: relative;
    top: -13px;
}

@media screen and (max-width: 760px) {
    #cielo_body .max-width-180 {
        max-width: 180px;
    }
}