/*CSS Destinado ao One Step Checkout*/
body {
    font-family: "Roboto", sans-serif;
}

.wrapper {
    min-width: auto;
}
fieldset {
    clear: both;
}
.osc-onepage-checkout {
    color: #333;
    font-family: arial, sans-serif;
    font-size: 13px;
}
/* ================================ */
/* ======= CAMADA TRANSPARENTE====== */
/* ================================ */

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
    display: none;
    z-index: 99999999;
}
/* == HEADER == */

.header-container-osc {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 0;
    clear: both;
    background: #fff;
    height: 79px;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    z-index: 30;
}
.header-container-osc .header-osc {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}
.logo_osc {
    float: left;
    margin: 0;
}
.header-osc .top-itens {
    width: 258px;
    float: right;
    position: relative;
    top: 12px;
}
.header-osc .top-itens li {
    border-right: 1px solid #CCCCCC;
    float: left;
    margin: 0 20px 0 0;
    line-height: 1.3;
    padding: 0 20px 0 0;
    vertical-align: middle;
}
.header-osc .top-itens li.last {
    border-right: medium none;
    color: #fff;
    margin-right: 0;
    margin-top: 0px;
    padding-right: 0;
    float: right;
}
.header-osc .top-itens span {
    clear: both;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #313030;
}
.header-osc .top-itens span:before {
    font-family: "fontello";
    color: #00aeff;
}
.header-osc #chatLink {
    float: left;
    margin: 0;
    padding: 10px 0;
    color: #666;
}
/* Rodapé */

.container-footer-osc {
    clear: both;
    box-shadow: none;
    position: relative;
    border-top: solid 1px #ddd;
    bottom: 0;
    font-size: 12px;
    background: #eee;
    padding: 10px 0;
    color: #666;
    width: 100%;
}
.container-footer-osc p {
    margin: 0;
    font-family: arial, sans-serif;
    color: #666;
    text-shadow: 0 1px 0px #fff;
}
.container-footer-osc #b2b {
    float: right;
    margin: 5px 0 0;
    opacity: 0.7;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.container-footer-osc #b2b:hover {
    opacity: 1;
}
.buttonset {
    float: right;
}
.buttonset img {
    float: left;
}
.buttonset .selo-seguranca {
    margin: -15px 20px 0 0;
}
/* Fim Rodapé */
/* ================= */
/* ===== LOGIN ===== */
/* ================= */
/* == BOXES PRINCIPAIS == */

.login-panel {
    border: 1px solid #ddd;
    background: #FFF;
    clear: both;
    position: relative;
    float: left;
    min-height: 305px;
    width: 100%;
}
.login-panel button.button {
    width: auto;
    margin: 0 15px;
    position: relative;
    left: 0;
    right: 0;
    background: #00aeff;
    text-transform: uppercase;
    border: 2px #00aeff solid;
    box-shadow: none;
    transition: 0.3s all ease;
    font-family: 'Montserrat', sans-serif;
}
.login-panel .content {
    min-height: 100px;
    padding: 20px;
}
.login-panel h2 {
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
    text-shadow: 0 -1px 0 #fff;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.login-new-customer .btn-register {
    width: auto;
    margin: 0 15px;
    background: #00aeff;
}
.login-security-purchase {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    margin: 0;
    padding: 10px 15px;
}
.login-security-purchase .list {
    margin-bottom: 0;
}
.login-security-purchase h3 {
    background: url("../../images/osc/cadeado.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #008000;
    font-size: 21px;
    font-weight: 700;
    line-height: 2.5;
    margin: 0;
    padding: 0;
    text-indent: 45px;
    text-transform: uppercase;
    width: 100%;
}
.list {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
    list-style-position: outside;
    list-style-type: disc;
}
.list li {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.selo_list {
    float: left;
    margin: 0;
}
.selo_list li {
    float: left;
    margin: 0 20px 0 0;
}
.selo_list #site-blindado {
    margin: 20px 0 0;
}
#form-login {
    float: none;
    clear: both;
    width: auto;
    display: block;
}
#form-login a {
    font-size: 11px;
    text-decoration: underline;
    display: block;
}
.login-panel label {
    display: block;
    float: left;
    font-weight: bold;
    width: 100%;
    margin: 0 0 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
.login-panel input {
    width: 100%;
    max-width: 300px;
    padding: 5px 0;
    text-indent: 5px;
    margin: 0;
    border: 1px #e2e2e2 solid;
    font-family: 'Montserrat', sans-serif;
}
.field-required {
    color: #FF0000;
    margin-left: 5px;
}
.required-alert {
    font-size: 12px;
    float: right;
    display: block;
    margin-bottom: 10px;
}
.required-alert span {
    color: #FF0000;
}
.login-panel .col-1, .login-panel .col-2 {
    padding-bottom: 40px;
}
.login-panel .col-1 {
    width: 48%;
}
.login-panel .col-2 {
    width: 48%;
    margin-left: 10px;
}
.login-panel .bloco {
    float: none;
    padding: 15px;
    margin: 0;
    width: auto;
    min-height: 205px;
    font-family: 'Montserrat', sans-serif;
    display: block;
}
.login-panel .bloco .mensagem-checkout {
  display: inline-block;
  border: 1px solid #00aeff;
  padding: 12px 38px;
  color: #00aeff;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.login-panel .bloco .mensagem-checkout p {
    margin: 0;
}
/* == ALERTA DE VALIDAÇÃO == */

.osc-validation {
    width: 100%;
    clear: both;
    float: left;
    margin: 0 0 10px;
}
.osc-validation span {
    text-indent: 10px;
    float: left;
    color: #00aeff;
    font-size: 10px;
    font-weight: normal;
}
label.error_field {
    color: #FF3300;
    float: left;
    margin-left: 185px;
}
/* == BOX DE AJUDA == */

.box-ajuda {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: 1px solid #DDDDDD;
    width: AUTO;
    float: none;
    font-size: 17px;
    clear: both;
    margin: 0 0 20px;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    display: none;
}
.box-ajuda span {
    color: #df2832;
    text-transform: uppercase;
    font-weight: bold;
}
/* ==================== */
/* ===== CHECKOUT ===== */
/* ==================== */

.col1-button {
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin: 40px 0 15px;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
}
.col1-button .boxTitle {
    margin: 0px 0 0;
    width: auto;
    float: left;
}
.col3-left, .col3-middle, .col3-right {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-top: none;
    float: left;
    margin-bottom: 10px;
}
.col3-left {
    width: 320px;
    clear: both;
    background: #fff;
    margin-right: 0;
}
/*.col3-left .input-text{ margin:0; }*/

.col3-middle {
    border: medium none;
    margin: 0 10px;
    position: relative;
    width: 460px;
}
.col3-right {
    width: 38%;
    float: right;
    display: inline-block;
    margin: 0 0 10px;
    background: #fff;
}
.button-container {} .payment-messages {
    display: none;
    width: 210px;
}
.shipping-messages {
    display: none;
}
.loader-field {
    font-size: 10px;
}
.osc-loader {
    width: 100%;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
.osc-loader img {
    margin-top: 35px;
}
/* == FOMULÁRIOS == */

#shipping_methods, #checkout-review-table-wrapper {
    float: left;
    width: 100%;
}
#div_shipping_address_form {
    display: none;
    margin-bottom: 20px;
}
#div_billing_address_form {
    margin-bottom: 20px;
}
.sp-methods .form-list {
    padding: 0px !important;
}
.form-list input.input-text {
    width: 200px;
}
.form-list select {
    width: 210px;
}
.form-list input.cvv {
    width: 100px;
    margin-right: 10px;
}
.form-list select {
    width: 210px;
}
.form-list select.year {
    width: 97px;
}
.sp-methods select.month {
    margin-right: 10px;
    width: 104px;
}
.field_row {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}
.field_row .col-left, .field_row .col-right {
    width: auto;
    margin: 0 10px 0 0;
    float: left;
}
.osc_anchor {
    float: left;
    font-size: 12px;
}
input.osc_input {
   margin: 0;
    padding: 6px 2px;
    float: left;
    clear: both;
    width: 100%;
}
input.osc_input:focus {
    background: #ffffea;
}
.osc_label {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    float: left;
    margin: 0 0 2px;
}
.osc_label strong {
    font-weight: bold;
    font-size: 12px;
    color: #b9b9b9;
}
.osc_selected strong {
    font-weight: bold;
    color: #000000;
}
.billing_unique, .shipping_unique {
    width: 98%;
}
.billing_select, .shipping_select {
    clear: both;
    padding: 3px;
    float: left;
    border: solid 1px #ccc;
    width: auto;
}
label.error {
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    text-align: left;
    position: relative;
    margin: 0;
    width: 100%;
}
input.error, select.error {
    border-color: #ea8a94;
    color: #666;
    font-weight: normal;
    background: #ffeaea;
}
.osc_required {
    color: #F00;
    font-weight: bold;
    margin-left: 3px;
}
#ship-method {
    margin: 10px 20px 20px;
    font-family: 'Montserrat', sans-serif;
}
.field_pj {
    display: none;
}
.col-unique {
    position: relative;
}
.col-unique .left {
    margin-left: 0;
    margin-top: 5px;
}
.col-left {
    float: left;
    width: 47%;
    margin-right: 3%;
}
.col-right {
    float: right;
    width: 47%;
}
#billing_customer_address, #shipping_customer_address {
    width: 295px;
}
.formpaymentmethod .input-box {
    position: relative;
}
.formpaymentmethod label.error {
    display: none !important;
}
.formpaymentmethod .messages {
    width: 85% !important;
}
.col-left .osc_input, .col-right .osc_input {
    width: 120px;
}
#div_billing_address_form input[type="radio"] {
    float: left;
    margin: 3px 5px 0 0;
}
.osc-title {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    height: 35px;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.osc-title .number {
    border-right: none;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 36px;
    text-align: center;
    width: 35px;
    background: #00aeff;
    margin-top: -1px;
    font-family: 'Montserrat', sans-serif;
}
.osc-title h2 {
    color: #333;
    font-weight: 700;
    line-height: 25px;
    margin-left: 45px;
    font-size: 12px;
    padding-top: 5px;
    font-family: 'Montserrat', sans-serif;
}
.osc_error_div {
    background: #F5A9A9;
    margin-bottom: 10px;
    border: 1px solid #8A0808;
    height: 25px;
    width: 885px;
    display: none;
}
.osc_error_div span {
    color: #8A0808;
    display: block;
    font-family: arial;
    font-size: 1em;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
button.disabled_ckt {
    background: #BBB !important;
}
#co-payment-form {
    line-height: 2;
    padding: 10px;
}
#co-payment-form p {
    margin: 0;
}
/* == SCREEN LOCKER == */

#screenlocker {
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
}
#screenlocker .logo {
    margin: 10px 0;
}
#screenlocker > img {
    margin: 0 14px;
}
#screenlocker > div {
    box-shadow: 0 2px 4px #ccc;
    width: 260px;
    height: 120px;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -130px;
}
/* == BOTÃO CHECKOUT == */

.btn-checkout {
    background: #70a83b;
    color: #FFF;
    text-shadow: none;
    border: none;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.3);
    float: right;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    border: 1px #eeeeee solid;
    padding: 15px 10px;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 1 !important;
}
.btn-checkout:hover {
    opacity: .8 !important;
    letter-spacing: 1px;
}


.btn-checkout:active {
    position: relative;
    top: 1px;
}
/* == POPUPS == */

.hover-img {
    display: none;
    position: absolute;
    left: 55px;
    top: 0px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px #999;
}
.img-product {
    cursor: pointer;
}
.img-wrapper {
    position: relative;
}
.alert {
    display: none;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    padding: 15px;
    margin: 0 0 20px;
}
/* ================================ */
/* ======= CUPOM DE DESCONTO ====== */
/* ================================ */

#coupon_container {
    padding: 0 10px 10px;
    clear: both;
    float: left;
    width: 100%;
}
#coupon_container .button_coupon_use {
    padding: 0 8px;
    border-radius: 3px;
    font-weight: normal;
    text-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    height: 27px;
}
#coupon_container .button_coupon_use:hover, #coupon_container .button_coupon_cancel:hover {
    opacity: 0.8;
}
#coupon_container .button_coupon_cancel {
    margin: 10px 0 0 50px;
    font-size: 10px;
}
#coupon_container .text_coupon {
    width: 145px;
    border-color: #ddd;
    height: auto;
}
/* ================================ */
/* ======= CAMADA TRANSPARENTE====== */
/* ================================ */

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.7;
    display: none;
    z-index: 99999999;
}
/* ================================ */
/* ===== TERMO DE COMPROMISSO ===== */
/* ================================ */

#term_wrapper {} #term_wrapper #text_term {
    border: 1px solid black;
    height: 90px;
    overflow: auto;
    width: 345px;
    float: right;
    text-align: justify;
}
#term_wrapper .title {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    float: right;
    margin-right: 185px;
}
#term_wrapper label {
    font-weight: bold;
    float: right;
}
#term_wrapper .accept_wrapper {
    width: 280px;
    margin-left: 40px;
}
.osc-onepage-checkout {
    background: #fff;
    padding: 0;
}
.osc-onepage-checkout h1 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 0 auto;
    margin-top: 15px;
}
.osc-onepage-checkout .product-name {
    color: #333;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 1;
}
.osc-onepage-checkout .footer-container {
    float: left;
    margin: 0;
    width: 100%;
    padding: 8px 0;
}
.osc-onepage-checkout .page {
    float: left;
    width: 100%;
}
.osc-onepage-checkout #footer {
    margin: 0 0 0 10px;
    padding: 0;
    width: 960px;
}
.osc-onepage-checkout thead {
    /* background: #f9f9f9; */
    border-top: solid 1px #ddd;
}
.osc-onepage-checkout .price {
    font-weight: bold;
}
.osc-onepage-checkout #checkout-review-table {
    margin: 2%;
    width: 96%;
    font-family: 'Montserrat', sans-serif;
}
#checkout-review-table tr {
    border-bottom: solid 1px #ddd;
}
#checkout-review-table tr:nth-child(even) {
    background: #f9f9f9;
}
#checkout-review-table tfoot tr:nth-child(2) {
    background: #f9f9f9;
}
#checkout-review-table tfoot tr:nth-child(-n+2) td:first-child {
    font-size: 13px;
    font-weight: bold;
}
.shipping-container, .payment-container, .coupon-container {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-top: none;
    float: left;
    background: #fff;
    width: 100%;
}
.shipping-container, .payment-container {
    margin: 0 0 10px;
}
.coupon-container {
    margin: 0 0 10px;
}
.coupon-container .osc-title h2 {
    margin-left: 15px;
}
.osc-onepage-checkout .col-main {
    padding: 0;
    width: 100%;
    margin: 0;
}
.osc-onepage-checkout .img-wrapper {
    margin: 0 10px 0 0;
    float: left;
}
.fieldpart-postcode-link {
    clear: none;
    margin: 3px 0 0 10px;
    float: left;
}
.fieldpart-postcode-link a {
    color: #333;
}
.fieldpart-postcode-link a:hover {
    text-decoration: underline;
}
.oscWrap {
    float: left;
}
.oscWrap h1 {
    float: left;
    font-size: 24px;
    margin: 0 0 5px;
    width: auto;
    font-weight: bold;
}
.oscWrap .col1-button p {
    clear: both;
    display: block;
    width: auto;
}
/* == ERROS PGTO E ENVIO == */

.error_osc_msg {
    width: 100%;
    text-align: center;
}
.error_osc_msg .msg {
    background: #ffeaea;
    color: #d80e0e;
    font-size: 12px;
    line-height: 1.4;
    font-family: arial, sans-serif;
    padding: 10px;
    margin: 10px 0;
    border: 1px dashed #d80e0e;
    word-wrap: break-word;
    clear: both;
}
#osc_field_billing_newsletter, #osc_field_billing_useasshipping, #osc_field_billing_saveaddress, #osc_field_shipping_saveaddress {
    margin: 3px 5px 0 0;
    float: left;
}
/* CADASTRO*/

.w100 {
    width: 100% !important;
}
.form_billing_fs, .field_pf {
    padding: 0 15px;
}
#osc_field_billing_cep {
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    text-indent: 0;
    letter-spacing: 1px;
}
#osc_field_billing_number {
    width: 30%;
}
#osc_field_billing_dob, #osc_field_billing_complement, #osc_field_billing_cpf, #osc_field_billing_pass, #osc_field_billing_confirmpass, #osc_field_billing_cellphone, #osc_field_billing_telephone {
    width: 100%;
}
#checkout-review-table .data-table tfoot {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
}
#checkout-review-table tfoot tr:last-child {
    background: none repeat scroll 0 0 #00aeff;
    color: #FFFFFF;
    font-size: 15px;
}
/* ================= */
/* ===== CIELO ===== */
/* =================+ */

.form-list .select_cartoes {
    width: 35px;
}
div#payment_form_cielo {
    margin-bottom: 20px;
}
.pagamento_cartoes table {
    margin-top: 5px;
}
.pagamento_cartoes table tr {
    height: 15px;
}
ul.bandeiras_checkout {
    margin-top: 10px;
    display: block;
}
ul.bandeiras_checkout li {
    float: left;
    cursor: pointer;
    height: 45px;
}
ul.bandeiras_checkout li img {
    margin: 6px;
}
ul.bandeiras_checkout input[type='radio'] {
    display: none;
}
#advice-required-entry-billing {
    display: none;
}
select.select_cartao {
    width: auto;
}
.field_td.small {
    width: 145px;
}
.input-box.small {
    width: 145px;
}
.input-box .codigo_seguranca {
    width: 40px;
}
.input-text .codigo_seguranca {
    width: 40px;
}
.ul-flag-type-required {
    display: block;
}
.ul-flag-type-required .li-error {
    color: #FF0000;
    display: none;
}
.form-list div.codigo_seguranca {
    width: 130px;
}
.a_codigo {
    float: right;
    font-size: 11px;
    color: #FF0000;
    margin-right: 60px;
    margin-top: 5px;
}
#cvv-image {
    width: 500px;
    height: 210px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -105px;
    z-index: 1000000;
    background: #FFF;
    padding: 20px;
    display: none;
    position: absolute;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .7);
}
#cvv-image .close {
    cursor: pointer;
    text-decoration: none;
    font-family: arial;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #E2E2E2;
}
.customer_address_row {
    width: 250px;
    margin-left: 10px;
}
/* ================================ */
/* ===== TERMO DE COMPROMISSO ===== */
/* ================================ */

#term_wrapper #text_term {
    border: 1px solid black;
    height: 90px;
    overflow: auto;
    width: 345px;
    float: right;
    text-align: justify;
}
#term_wrapper .title {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    float: right;
    margin-right: 185px;
}
#term_wrapper label {
    font-weight: bold;
    float: right;
}
#term_wrapper .accept_wrapper {
    width: 280px;
    margin-left: 40px;
}
/******************
 *
 *  FINALIZAÇÃO
 *
 *******************/

#finish {
    display: contents;
    padding: 40px 0 80px;
    text-align: center;
    width: 100%;
}
#finish h1 {
    color: #e62d25;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}
#finish a {
    font-weight: bold;
}
#pedidoNum {
    color: #00aeff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px;
    padding-bottom: 10px;
    line-height: 2rem;
}
#finish .buttons-set {
    float: left;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
    border: none;
    width: 100%;
}
#finish .buttons-set button.button {
    float: none;
}

@media only screen and (max-width: 769px) {
    #finish {
        display: flex;
        flex-direction: column;
        max-width: 387px !important;
    } 
}

.pedidoBox {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 10px 0;
    width: 100%;
}
.pedidoNumber {
    color: #e62d25;
}
.atentionBox {
    background: none repeat scroll 0 0 #FFFFC4;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 15px 0 5px;
    width: 100%;
}
.atentionBox a {
    text-decoration: underline;
}
.back-to-cart {
    float: left;
}
.back-to-cart a {
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px;
    text-indent: 5px;
}
.back-to-cart a:hover {
    text-decoration: underline;
}
#containerCopyrights {
    box-shadow: none;
}
.seloSeguro {
      margin: -16px 32px 0 0;
      max-width: none;
}


@media only screen and (min-width: 768px) {

    html {
        height: 100%;
    }
    html,body {
        position: relative;
        min-height: 100%;
    }

    /* Categoria */
    body.catalog-category-view {
        padding: 0 0 60px; /*altura do footer*/
    }

    .customer-account-create{
        padding: 50px 0 60px;
    }
    body.checkout-cart-index .main-container {
        padding: 20px 0px;
    }

    .container-footer-osc {
        position: absolute ;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width: 769px) {
    #billing_customer_address, #shipping_customer_address {
        width: 100%;
    }
    #shipping_methods, #checkout-review-table-wrapper {
        overflow-x: scroll;
    }
    .pix-container .text-left {
        text-align: center;
        width: 100% !important;
        
    }
}
#footer-osc {
    padding-top: 80px;
}