@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");.bf-footer-page .container,.bf-header-checkout__container,.body-checkout-confirmation .ph3-ns,.body-checkout-confirmation .w-70-ns,body .container-cart,body .container-order-form {
    margin: 0 auto;
    width: auto
}

.bf-footer-page .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.bf-footer-page .reverse.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.bf-footer-page .col-xs-12,.bf-header-checkout__logo,.bf-header-checkout__security,.body-checkout-confirmation #app-top .cconf-alert .w-30-ns,.body-checkout-confirmation #app-top .cconf-alert .w-50-ns,.body-checkout-confirmation #app-top .cconf-alert .w-100,.body-checkout-confirmation .ph3-ns,.body-checkout-confirmation .w-70-ns {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .9375rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (min-width: 48rem) {
    .bf-footer-page .container,.bf-header-checkout__container,.body-checkout-confirmation .ph3-ns,.body-checkout-confirmation .w-70-ns,body .container-cart,body .container-order-form {
        width:48rem
    }

    .bf-header-checkout__logo,.bf-header-checkout__security {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .9375rem;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .client-pre-email .span8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .client-pre-email .offset2,.client-pre-email .span8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .9375rem
    }

    .client-pre-email .offset2 {
        margin-left: 16.66667%
    }
}

@media only screen and (min-width: 64rem) {
    .bf-footer-page .container,.bf-header-checkout__container,.body-checkout-confirmation .ph3-ns,.body-checkout-confirmation .w-70-ns,body .container-cart,body .container-order-form {
        width:64rem
    }

    .body-checkout-confirmation #app-top .cconf-alert .w-30-ns {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .9375rem;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .bf-footer-page .col-md-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .9375rem;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .body-checkout-confirmation #app-top .cconf-alert .w-50-ns,.body-checkout-confirmation #app-top .cconf-alert .w-100 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .9375rem;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
}

@media only screen and (min-width: 75rem) {
    .bf-footer-page .container,.bf-header-checkout__container,.body-checkout-confirmation .ph3-ns,.body-checkout-confirmation .w-70-ns,body .container-cart,body .container-order-form {
        width:75rem
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.visuallyhidden .focusable:active,.visuallyhidden .focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

body {
    background-color: #fff;
    color: #4d4d4d;
    padding: 0
}

body .container-cart,body .container-order-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 .9375rem!important
}

.checkout-container {
    overflow: visible;
    position: static
}

.loading-bg {
    background-color: #fff
}

.loading-bg i {
    color: #f58220
}

.loading-coupon {
    height: 100%;
    width: 100%;
    -webkit-animation: none;
    animation: none;
    background-color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 10
}

.loading-coupon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto;
    width: auto;
    -webkit-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear;
    color: #f58220;
    content: "\f110";
    display: inline-block;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    font-family: FontAwesome;
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    opacity: .5;
    speak: none;
    text-decoration: inherit;
    vertical-align: baseline
}

.loading-coupon span {
    display: none
}

.bf-input__error,.bf-input__error--required,.bf-input__help {
    color: #f58220;
    font-size: .875rem;
    margin-top: .3125rem
}

.item-attachment-name-segmento,.loading-coupon {
    display: none
}

.row-fluid .full-cart,.row-fluid .orderform-template {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.bf-header-checkout {
    background-color: #013b82;
    background-image: url(/arquivos/bg-header-mobile.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.875rem;
    padding: 1.0625rem 0
}

@media (min-width: 48rem) {
    .bf-header-checkout {
        background-image:url(/arquivos/bg-header.png);
        background-size: cover;
        height: 5.625rem;
        margin: 0 0 3.4375rem;
        padding: 0
    }
}

.bf-header-checkout__container,.bf-header-checkout__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bf-header-checkout__logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 48rem) {
    .bf-header-checkout__logo {
        -webkit-box-pack:start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.bf-header-checkout__logo .icon {
    height: 2.8125rem;
    width: 10.3125rem
}

@media (min-width: 48rem) {
    .bf-header-checkout__logo .icon {
        height:3.25rem;
        width: 12.0625rem
    }
}

.bf-header-checkout__security {
    display: none
}

@media (min-width: 48rem) {
    .bf-header-checkout__security {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.bf-header-checkout__security p {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-family: Roboto,sans-serif;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    text-transform: uppercase;
    width: 100%
}

.bf-header-checkout__security p span {
    display: block;
    margin-right: 1.25rem
}

.bf-header-checkout__security p .icon {
    height: 1.375rem;
    width: 1.1875rem
}

.bf-footer-page {
    border-top-color: #e6e6e6;
    border-top-style: solid;
    border-top-width: .0625rem;
    margin-top: 1.875rem
}

@media (min-width: 48rem) {
    .bf-footer-page {
        margin-top:2.5rem
    }
}

.bf-stamps {
    padding: 2.5rem 0
}

@media (min-width: 48rem) {
    .bf-stamps {
        padding:2.5rem 0 1.875rem
    }
}

.bf-stamps__title {
    color: #013b82;
    font-size: 1rem;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .9375rem;
    margin-top: .625rem
}

@media (min-width: 48rem) {
    .bf-stamps__title {
        font-size:1.125rem;
        margin-top: 0
    }
}

.bf-stamps__cards {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -.9375rem
}

.bf-stamps__cards li {
    margin: 0 .9375rem .625rem
}

.bf-stamps__cards--credit {
    margin: 0 -.3125rem 1.875rem
}

@media (min-width: 48rem) {
    .bf-stamps__cards--credit {
        margin-bottom:0
    }
}

.bf-stamps__cards--credit li {
    margin: 0 .3125rem .625rem
}

#app-top h1,h1#cart-title,h1#orderform-title {
    color: #013b82;
    font-family: Roboto,sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3125rem;
    margin: 0 0 1.875rem
}

@media (min-width: 48rem) {
    #app-top h1,h1#cart-title,h1#orderform-title {
        font-size:1.5rem;
        line-height: 1.75rem;
        margin: 0 0 1.25rem
    }
}

#app-container .cconf-continue-button,#app-container .cconf-myorders-button,#btn-client-pre-email,#cart-shipping-calculate,#print-bank-invoice .link,.btn-place-order-wrapper #cart-to-orderform,.cart-template .summary .coupon-fields button,.empty-cart-links .link-choose-products,.payment-submit-wrap button,.step .btn-submit-wrapper button {
    background-color: #f58220;
    background-image: none;
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem;
    border-width: 0;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .1ch;
    min-height: 3.75rem;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1
}

#app-container .cconf-continue-button:focus,#app-container .cconf-continue-button:hover,#app-container .cconf-myorders-button:focus,#app-container .cconf-myorders-button:hover,#btn-client-pre-email:focus,#btn-client-pre-email:hover,#cart-shipping-calculate:focus,#cart-shipping-calculate:hover,#print-bank-invoice .link:focus,#print-bank-invoice .link:hover,.btn-place-order-wrapper #cart-to-orderform:focus,.btn-place-order-wrapper #cart-to-orderform:hover,.cart-template .summary .coupon-fields button:focus,.cart-template .summary .coupon-fields button:hover,.empty-cart-links .link-choose-products:focus,.empty-cart-links .link-choose-products:hover,.payment-submit-wrap button:focus,.payment-submit-wrap button:hover,.step .btn-submit-wrapper button:focus,.step .btn-submit-wrapper button:hover {
    background-color: #d8690a
}

#app-container .cconf-continue-button:disabled,#app-container .cconf-continue-button[disabled],#app-container .cconf-myorders-button:disabled,#app-container .cconf-myorders-button[disabled],#btn-client-pre-email:disabled,#btn-client-pre-email[disabled],#cart-shipping-calculate:disabled,#cart-shipping-calculate[disabled],#print-bank-invoice .link:disabled,#print-bank-invoice .link[disabled],.btn-place-order-wrapper #cart-to-orderform:disabled,.btn-place-order-wrapper #cart-to-orderform[disabled],.cart-template .summary .coupon-fields button:disabled,.cart-template .summary .coupon-fields button[disabled],.empty-cart-links .link-choose-products:disabled,.empty-cart-links .link-choose-products[disabled],.payment-submit-wrap button:disabled,.payment-submit-wrap button[disabled],.step .btn-submit-wrapper button:disabled,.step .btn-submit-wrapper button[disabled] {
    background-color: #4d4d4d!important
}

.cart-template .summary .coupon-fields button {
    color: #fff;
    font-size: .8125rem;
    margin-left: .9375rem;
    min-height: 2.5rem;
    min-width: 6.875rem;
    padding: 0 .9375rem
}

.product-name .clone-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.25rem;
    min-height: 3.125rem;
    max-width: 11.875rem;
    padding: 0!important;
    text-transform: none;
    width: 100%
}

@media (min-width: 48rem) {
    .product-name .clone-item {
        max-width:15rem;
        min-height: 3.75rem;
        width: 100%
    }
}

#cart-choose-more-products,#orderform-minicart-to-cart,#orderform-to-cart {
    color: #4d4d4d;
    font-size: .75rem;
    margin: 0;
    position: relative
}

#cart-choose-more-products:before,#orderform-minicart-to-cart:before,#orderform-to-cart:before {
    height: 1rem;
    width: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTZweCcgaGVpZ2h0PScxNnB4JyB2aWV3Qm94PScwIDAgMTYgMTYnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBvbHlnb24gcG9pbnRzPSczLjJlLTA1IDAgMTUuODQgMCAxNS44NCAxNS44NDA2NCAzLjJlLTA1IDE1Ljg0MDY0Jz48L3BvbHlnb24+PC9kZWZzPjxwYXRoIGQ9J00xNS44NDAwMzIsNy45MjAyODggTDE1Ljg0MDAzMiw3LjkyMDI4OCBDMTUuODQwMDMyLDguNDg2NTI4IDE1LjM4MDk5Miw4Ljk0NTU2OCAxNC44MTQ3NTIsOC45NDU1NjggTDMuMTM2MzUyLDguOTQ1NTY4IEw4LjIyNjkxMiwxNC4wNTgwNDggQzguNjMzNjMyLDE0LjQ2NjUyOCA4LjYzMjk5MiwxNS4xMjczMjggOC4yMjUxNTIsMTUuNTM1MTY4IEM3LjgxNzc5MiwxNS45NDI1MjggNy4xNTcxNTIsMTUuOTQyNTI4IDYuNzQ5OTUyLDE1LjUzNTE2OCBMMC42MTE1NTIsOS4zOTY5MjggQy0wLjIwMzgwOCw4LjU4MTQwOCAtMC4yMDM4MDgsNy4yNTkzMjggMC42MTE1NTIsNi40NDM4MDggTDYuNzQ5OTUyLDAuMzA1NTY4IEM3LjE1NzE1MiwtMC4xMDE5NTIgNy44MTc3OTIsLTAuMTAxOTUyIDguMjI1MTUyLDAuMzA1NTY4IEM4LjYzMjk5MiwwLjcxMzI0OCA4LjYzMzYzMiwxLjM3NDA0OCA4LjIyNjkxMiwxLjc4MjUyOCBMMy4xMzYzNTIsNi44OTUwMDggTDE0LjgxNDc1Miw2Ljg5NTAwOCBDMTUuMzgwOTkyLDYuODk1MDA4IDE1Ljg0MDAzMiw3LjM1NDA0OCAxNS44NDAwMzIsNy45MjAyODgnIGZpbGw9JyM0ZDRkNGQnPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    content: "";
    left: -2.3125rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s
}

@media (min-width: 48rem) {
    #cart-choose-more-products:before,#orderform-minicart-to-cart:before,#orderform-to-cart:before {
        opacity:0
    }
}

#cart-choose-more-products:focus,#cart-choose-more-products:hover,#orderform-minicart-to-cart:focus,#orderform-minicart-to-cart:hover,#orderform-to-cart:focus,#orderform-to-cart:hover {
    text-decoration: none
}

#cart-choose-more-products:hover:before,#orderform-minicart-to-cart:hover:before,#orderform-to-cart:hover:before {
    left: -3.125rem;
    opacity: 1
}

.empty-cart-content {
    background-color: #fff;
    border: .0625rem solid #e6e6e6;
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
    padding: 1.875rem
}

.empty-cart-title {
    color: #013b82;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 0 1.25rem
}

@media (min-width: 48rem) {
    .empty-cart-title {
        font-size:1.625rem;
        margin: 0 0 .9375rem
    }
}

.empty-cart-message p {
    margin: 0
}

.empty-cart-message p+p {
    margin-top: .625rem
}

.empty-cart-message>* {
    color: #4d4d4d;
    font-size: 1rem
}

@media (min-width: 48rem) {
    .empty-cart-message>* {
        font-size:.875rem
    }
}

.empty-cart-links {
    display: block;
    padding-top: 1.25rem
}

.empty-cart-links .link-choose-products {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 16.875rem
}

.cart-template .srp-main-title {
    color: #013b82;
    font-family: Roboto,sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3125rem;
    margin: 0 0 1.875rem
}

@media (min-width: 48rem) {
    .cart-template .srp-main-title {
        font-size:1.5rem;
        line-height: 1.75rem;
        margin: 0 0 1.25rem
    }
}

.cart-template .blue {
    color: #013b82
}

.cart-template .b--blue {
    border-color: #013b82
}

@media (min-width: 48rem) {
    .cart-template .cart-more-options {
        width:75%
    }
}

.cart-template .summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.875rem
}

@media (min-width: 48rem) {
    .cart-template .summary {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 2.5rem
    }
}

.cart-template .summary-coupon {
    clear: none;
    float: inherit!important;
    margin: 0;
    min-width: inherit;
    text-align: inherit;
    width: 100%!important
}

.cart-template .summary-coupon .coupon-fieldset>div[data-bind] {
    height: 100%!important;
    margin: 0!important;
    position: static;
    padding: 0!important;
    width: 100%!important
}

.cart-template .summary-coupon-wrap {
    margin-bottom: 1.875rem;
    min-height: inherit;
    width: 100%
}

@media (min-width: 48rem) {
    .cart-template .summary-coupon-wrap {
        margin-bottom:.9375rem
    }
}

.cart-template .summary-coupon .coupon-form .coupon-label label {
    color: #013b82;
    font-size: .875rem;
    margin-bottom: .9375rem;
    text-align: left
}

.cart-template .summary-coupon .coupon-form .coupon-fields {
    margin: 0
}

.cart-template .summary-coupon .coupon-form .coupon-fields>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.cart-template .summary-coupon .coupon-form .coupon-fields>span .delete {
    margin-left: .5rem
}

.cart-template .summary-coupon .coupon-form .coupon-fields>span .delete a {
    color: #f58220
}

.cart-template .summary-coupon .coupon-data {
    color: #f58220;
    float: inherit;
    margin: 0;
    text-align: left
}

.cart-template .summary-coupon .coupon-data span {
    color: #013b82;
    font-size: .875rem;
    -webkit-transition: .4s;
    transition: .4s
}

.cart-template .summary-coupon .coupon-data .link-coupon-add {
    color: #013b82
}

.cart-template .summary-coupon .coupon-data .link-coupon-add:focus,.cart-template .summary-coupon .coupon-data .link-coupon-add:hover {
    text-decoration: none
}

.cart-template .summary-coupon .coupon-data .link-coupon-add:focus span,.cart-template .summary-coupon .coupon-data .link-coupon-add:hover span {
    color: #f58220
}

.cart-template .summary-totalizers {
    margin: 0;
    padding: 0;
    min-width: 16.875rem;
    width: 100%
}

@media (min-width: 48rem) {
    .cart-template .summary-totalizers {
        width:25%
    }
}

.cart-template .summary-totalizers tr {
    border-width: 0
}

.cart-template .summary-totalizers .accordion-group {
    margin: 0
}

.cart-template .summary-totalizers .shipping-calculate,.cart-template .summary-totalizers .table,.cart-template .summary-totalizers .totalizers-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-template .summary-totalizers .shipping-calculate {
    position: relative
}

.cart-template .summary-totalizers .shipping-calculate .form-postal-code {
    margin-bottom: 5rem
}

.cart-template .summary-totalizers .shipping-calculate .form-postal-code .shipping,.cart-template .summary-totalizers .shipping-calculate .form-postal-code .summary-shipping {
    left: 0;
    position: absolute;
    top: 1.875rem;
    width: 100%
}

.cart-template .summary-totalizers .info,.cart-template .summary-totalizers .monetary {
    padding: 0
}

.cart-template .summary-totalizers .info {
    color: #4d4d4d;
    font-size: .75rem;
    text-align: left
}

.cart-template .summary-totalizers .monetary {
    text-align: right
}

.cart-template .summary-totalizers .Discounts,.cart-template .summary-totalizers .Items,.cart-template .summary-totalizers .shipping-calculate tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.8125rem
}

@media (min-width: 48rem) {
    .cart-template .summary-totalizers .Discounts,.cart-template .summary-totalizers .Items,.cart-template .summary-totalizers .shipping-calculate tr {
        margin-bottom:2.5rem
    }
}

.cart-template .summary-totalizers .Shipping {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-template .summary-totalizers .Shipping .info {
    margin-bottom: 2.8125rem
}

@media (min-width: 48rem) {
    .cart-template .summary-totalizers .Shipping .info {
        margin-bottom:2.5rem
    }
}

.cart-template .summary-totalizers .shipping-calculate-link {
    color: #013b82;
    -webkit-transition: .4s;
    transition: .4s
}

.cart-template .summary-totalizers .shipping-calculate-link:focus,.cart-template .summary-totalizers .shipping-calculate-link:hover {
    color: #f58220;
    text-decoration: none
}

.cart-template .summary-totalizers .empty,.cart-template .summary-totalizers .space {
    display: none
}

.cart-template .summary-totalizers tfoot tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.cart-template .summary-totalizers tfoot tr td,.cart-template .summary-totalizers tfoot tr td.info {
    color: #013b82;
    font-size: .875rem;
    font-weight: 700
}

.cart-template .summary-totalizers .shipping-fieldset {
    position: relative
}

.cart-template .summary-totalizers .shipping-fieldset .postal-code-service a,.cart-template .summary-totalizers .shipping-fieldset .summary-postal-code-service a {
    color: #013b82;
    -webkit-transition: .4s;
    transition: .4s
}

.cart-template .summary-totalizers .shipping-fieldset .postal-code-service a:focus,.cart-template .summary-totalizers .shipping-fieldset .postal-code-service a:hover,.cart-template .summary-totalizers .shipping-fieldset .summary-postal-code-service a:focus,.cart-template .summary-totalizers .shipping-fieldset .summary-postal-code-service a:hover {
    color: #f58220;
    text-decoration: none
}

.cart-template .summary-totalizers .shipping-fieldset .shipping-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.cart-template .summary-totalizers .shipping-fieldset #cart-shipping-calculate {
    color: #fff;
    font-size: .75rem;
    margin-left: .625rem;
    min-height: 1.25rem;
    padding: 0 .3125rem
}

.cart-template .summary-totalizers .shipping-fieldset .icon-spin,.cart-template .summary-totalizers .shipping-fieldset .icon-spinner,.cart-template .summary-totalizers .shipping-fieldset .loading-inline {
    position: absolute;
    right: 6.25rem
}

.cart-template .cart-links-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: inherit;
    margin: 0;
    width: 100%
}

@media (min-width: 48rem) {
    .cart-template .cart-links-bottom {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.cart-template .cart-links-bottom .link-choose-more-products-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem
}

@media (min-width: 48rem) {
    .cart-template .cart-links-bottom .link-choose-more-products-wrapper {
        margin-bottom:0;
        margin-right: 3.125rem
    }
}

@media (min-width: 48rem) {
    .cart-template .cart-links-bottom .btn-place-order-wrapper {
        min-width:16.875rem;
        width: 25%
    }
}

.cart-template .cart-links-bottom .btn-place-order-wrapper #cart-to-orderform {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.cart-active .table tr.srp-summary-result,.loading-coupon {
    display: none
}

#bf-custom-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 48rem) {
    #bf-custom-cart {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#bf-input-vendedor {
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem;
    border: .0625rem solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .875rem;
    font-weight: 400;
    outline: none;
    padding: 0 .5rem;
    height: 2.5rem
}

#bf-vendedores__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .9375rem;
    max-width: 21.875rem
}

#bf-vendedores__form label {
    display: block;
    font-size: .875rem;
    margin-bottom: 1rem;
    width: 100%
}

#add-cod-vendedor {
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    margin-left: .9375rem;
    min-height: 2.5rem;
    padding: 0 .9375rem;
    background-color: #f58220;
    background-image: none;
    border-width: 0;
    font-weight: 500;
    letter-spacing: .1ch
}

#add-cod-vendedor:hover {
    background-color: #d8690a
}

#bf-input-vendedor:focus {
    border-color: #d8690a
}

#vendedor-inputed {
    display: block;
    margin: .5rem 0 0;
    width: 100%
}

.bf-shared-cart__button {
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    margin: 0 0 1rem;
    height: 2.5rem;
    padding: 0 .9375rem;
    background-color: #f58220;
    background-image: none;
    border-width: 0;
    font-weight: 500;
    letter-spacing: .1ch
}

@media (min-width: 48rem) {
    .bf-shared-cart__button {
        margin:0;
        min-width: 16.875rem;
        width: 25%
    }
}

.bf-shared-cart__button:hover {
    background-color: #d8690a
}

.bf-shared-cart__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    top: 0;
    z-index: 999;
    text-align: center
}

.bf-shared-cart__modal {
    width: 22rem;
    word-break: break-word;
    padding: 20px;
    background: #fff;
    display: block;
    position: relative;
    text-align: center;
    margin: 250px auto
}

.bf-shared-cart__modal p {
    font-weight: 700
}

#bf-shared-cart__copy {
    margin-top: .9375rem
}

@media (max-width: 490px) {
    .bf-shared-cart__modal {
        width:17rem
    }
}

@media (max-width: 767px) {
    .bf-header-checkout__container{
        flex-wrap: wrap;
    }
    .bf-header-checkout__logo{
        width: 100%;
    }
    .bf-header-checkout__cep{
        width: 100% !important;
        text-align: center;
        margin-top: 10px;
    }
}

p.bf-shared-cart__info-text {
    color: #f5b720;
    font-weight: 400
}

#cart-shipping-calculate {
    min-height: 0;
    padding: 5px 16px;
    color: #fff
}

#delivery-packages-options label.shp-lean-option,.address-list label.address-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.address-list label.address-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}

.vtex-pickup-points-modal-2-x-searchAlone button.vtex-pickup-points-modal-2-x-askGeolocationBtn {
    top: 1px;
    padding: 16px 18px;
    right: 3px
}

.vtex-pickup-points-modal-2-x-searchAlone svg.vtex-pickup-points-modal-2-x-modalSearchIcon {
    top: 17px
}

.cart-template-holder .cart {
    border: .0625rem solid #e6e6e6;
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
    margin: 0 0 3.75rem;
    padding: 0
}

.cart-template-holder .cart-items {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-template-holder .cart-items>thead {
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: .0625rem;
    display: none
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>thead {
        display:block
    }
}

.cart-template-holder .cart-items>thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart-template-holder .cart-items>thead th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #013b82;
    font-size: .875rem;
    font-weight: 700;
    padding: 1.25rem 1.875rem;
    text-align: left
}

.cart-template-holder .cart-items>thead th.item-remove {
    display: none
}

.cart-template-holder .cart-items>thead th.product-price,.cart-template-holder .cart-items>thead th.quantity,.cart-template-holder .cart-items>thead th.quantity-price,.cart-template-holder .cart-items>thead th.shipping-date {
    width: 16.66%
}

.cart-template-holder .cart-items>thead th.product {
    width: 33.33%
}

.cart-template-holder .cart-items>tbody .product-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: .9375rem 0;
    position: relative
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cart-template-holder .cart-items>tbody .product-item .bf-ticket {
    display: none
}

.cart-template-holder .cart-items>tbody .product-item td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.875rem
}

.cart-template-holder .cart-items>tbody .product-item .item-remove {
    min-height: 1.125rem;
    min-width: 1.125rem;
    padding: 0;
    position: absolute;
    right: .9375rem;
    top: 1.5625rem;
    width: auto
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .item-remove {
        top:50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.cart-template-holder .cart-items>tbody .product-item .item-remove .loading-text {
    background-color: #fff;
    font-size: .9375rem;
    margin: 0;
    position: absolute;
    right: .125rem;
    top: .125rem
}

.cart-template-holder .cart-items>tbody .product-item .item-remove .item-link-remove:focus,.cart-template-holder .cart-items>tbody .product-item .item-remove .item-link-remove:hover {
    text-decoration: none
}

.cart-template-holder .cart-items>tbody .product-item .item-remove .item-link-remove:focus .icon,.cart-template-holder .cart-items>tbody .product-item .item-remove .item-link-remove:hover .icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.cart-template-holder .cart-items>tbody .product-item .item-remove .icon {
    color: #f58220;
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.cart-template-holder .cart-items>tbody .product-item .product-image {
    height: 5.1875rem;
    width: 4.375rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #e6e6e6;
    -webkit-border-radius: 0 0 .3125rem .3125rem;
    border-radius: 0 0 .3125rem .3125rem;
    border-style: solid;
    border-width: .3125rem .0625rem .0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: .9375rem;
    margin-bottom: .9375rem;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media (min-width: 30rem) {
    .cart-template-holder .cart-items>tbody .product-item .product-image {
        left:1.875rem;
        margin: 0;
        padding: 0;
        position: absolute;
        top: .9375rem
    }
}

.cart-template-holder .cart-items>tbody .product-item .product-image img {
    height: 3.125rem;
    width: 3.125rem;
    max-width: inherit
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .product-image img {
        height:4rem;
        width: 4rem
    }
}

.cart-template-holder .cart-items>tbody .product-item .product-price,.cart-template-holder .cart-items>tbody .product-item .quantity,.cart-template-holder .cart-items>tbody .product-item .quantity-price,.cart-template-holder .cart-items>tbody .product-item .shipping-date {
    margin: 0;
    padding: .3125rem 1.875rem;
    width: 50%
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .product-price,.cart-template-holder .cart-items>tbody .product-item .quantity,.cart-template-holder .cart-items>tbody .product-item .quantity-price,.cart-template-holder .cart-items>tbody .product-item .shipping-date {
        padding:0 1.875rem;
        width: 16.66%
    }
}

.cart-template-holder .cart-items>tbody .product-item .product-price:before,.cart-template-holder .cart-items>tbody .product-item .quantity-price:before,.cart-template-holder .cart-items>tbody .product-item .quantity:before,.cart-template-holder .cart-items>tbody .product-item .shipping-date:before {
    color: #013b82;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: .625rem;
    display: block
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .product-price:before,.cart-template-holder .cart-items>tbody .product-item .quantity-price:before,.cart-template-holder .cart-items>tbody .product-item .quantity:before,.cart-template-holder .cart-items>tbody .product-item .shipping-date:before {
        content:"";
        display: none
    }
}

.cart-template-holder .cart-items>tbody .product-item .quantity-price:before {
    content: "Total"
}

.cart-template-holder .cart-items>tbody .product-item .quantity:before {
    content: "Quantidade"
}

.cart-template-holder .cart-items>tbody .product-item .product-price:before {
    content: "Preço"
}

.cart-template-holder .cart-items>tbody .product-item .shipping-date:before {
    content: "Entrega"
}

.cart-template-holder .cart-items>tbody .product-item .quantity-price {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .quantity-price {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cart-template-holder .cart-items>tbody .product-item .quantity-price span {
    color: #4d4d4d;
    font-size: 1rem
}

.cart-template-holder .cart-items>tbody .product-item .shipping-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .shipping-date {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cart-template-holder .cart-items>tbody .product-item .shipping-date .sla-name,.cart-template-holder .cart-items>tbody .product-item .shipping-date .sla-price,.cart-template-holder .cart-items>tbody .product-item .shipping-date span {
    color: #4d4d4d;
    font-size: 1rem;
    text-align: left
}

.cart-template-holder .cart-items>tbody .product-item .product-name {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0!important;
    min-height: 5.1875rem;
    padding-left: .9375rem!important;
    padding-right: .9375rem!important;
    width: 100%
}

@media (min-width: 30rem) {
    .cart-template-holder .cart-items>tbody .product-item .product-name {
        padding-left:9.6875rem!important;
        padding-right: 1.875rem!important
    }
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .product-name {
        padding-left:8.75rem!important;
        width: 33.33%
    }
}

.cart-template-holder .cart-items>tbody .product-item .product-name .brand,.cart-template-holder .cart-items>tbody .product-item .product-name .seller {
    display: none
}

.cart-template-holder .cart-items>tbody .product-item .product-name>a {
    color: #013b82;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s
}

.cart-template-holder .cart-items>tbody .product-item .product-name>a:focus,.cart-template-holder .cart-items>tbody .product-item .product-name>a:hover {
    color: #f58220;
    text-decoration: none
}

.cart-template-holder .cart-items>tbody .product-item .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: left
}

.cart-template-holder .cart-items>tbody .product-item .quantity input {
    height: 3.125rem;
    width: 4.0625rem;
    border: .0625rem solid #e6e6e6;
    color: #999;
    font-size: 1rem;
    margin: 0;
    padding: 0
}

.cart-template-holder .cart-items>tbody .product-item .quantity .item-quantity-change {
    height: .53125rem;
    width: .90625rem;
    float: inherit;
    left: 6.5625rem;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    position: absolute
}

.cart-template-holder .cart-items>tbody .product-item .quantity .item-quantity-change i {
    display: none
}

.cart-template-holder .cart-items>tbody .product-item .quantity .item-quantity-change-decrement {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPScjZjU4MjIwJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNC41IDguNSc+PHBhdGggZD0nTTAsMS4yNUExLjI1LDEuMjUsMCwwLDEsMi4xMy4zN0w3LjI1LDUuNDgsMTIuMzcuMzdhMS4yNSwxLjI1LDAsMCwxLDEuNzcsMS43N2wtNiw2YTEuMjUsMS4yNSwwLDAsMS0xLjc3LDBsLTYtNkExLjI1LDEuMjUsMCwwLDEsMCwxLjI1WicvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: cover;
    top: 4.375rem
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .quantity .item-quantity-change-decrement {
        top:2.1875rem
    }
}

.cart-template-holder .cart-items>tbody .product-item .quantity .item-quantity-change-increment {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPScjZjU4MjIwJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNC41IDguNSc+PHBhdGggZD0nTTE0LjUsNy4yNWExLjI1LDEuMjUsMCwwLDEtMi4xMy44OEw3LjI1LDMsMi4xMyw4LjEzQTEuMjUsMS4yNSwwLDAsMSwuMzcsNi4zN2w2LTZhMS4yNSwxLjI1LDAsMCwxLDEuNzcsMGw2LDZBMS4yNSwxLjI1LDAsMCwxLDE0LjUsNy4yNVonLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: cover;
    top: 2.8125rem
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .quantity .item-quantity-change-increment {
        top:.625rem
    }
}

.cart-template-holder .cart-items>tbody .product-item .product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .product-price {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cart-template-holder .cart-items>tbody .product-item .product-price .discount,.cart-template-holder .cart-items>tbody .product-item .product-price .how-much-discount,.cart-template-holder .cart-items>tbody .product-item .product-price .new-product-price-label,.cart-template-holder .cart-items>tbody .product-item .product-price .old-product-price-label,.cart-template-holder .cart-items>tbody .product-item .product-price br {
    display: none
}

.cart-template-holder .cart-items>tbody .product-item .product-price .old-product-price {
    color: #4d4d4d;
    display: block;
    font-size: .875rem;
    margin-bottom: .3125rem
}

.cart-template-holder .cart-items>tbody .product-item .product-price .new-product-price {
    color: #4d4d4d;
    font-size: 1rem
}

.cart-template-holder .cart-items>tbody .product-item .product-price .new-product-real-price-per-unit {
    font-size: .625rem
}

.cart-template-holder .cart-items>tbody .product-item .bf-quantity {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: red;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 500
}

@media (min-width: 48rem) {
    .cart-template-holder .cart-items>tbody .product-item .bf-quantity {
        font-size:1.25rem;
        font-weight: 400
    }
}

.cart-items tr.item-attachments-content input,.cart-items tr.item-attachments-content select,.cart-template .summary .coupon-fields input,.cart-template .summary .coupon-fields select,.client-pre-email input,.client-pre-email select {
    height: 3.125rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .0625rem solid #ccc;
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4d4d4d;
    font-size: 1rem;
    outline: none;
    padding: 0 1.25rem;
    max-width: none;
    -webkit-transition: .4s;
    transition: .4s
}

.cart-items tr.item-attachments-content input:active,.cart-items tr.item-attachments-content input:focus,.cart-items tr.item-attachments-content select:active,.cart-items tr.item-attachments-content select:focus,.cart-template .summary .coupon-fields input:active,.cart-template .summary .coupon-fields input:focus,.cart-template .summary .coupon-fields select:active,.cart-template .summary .coupon-fields select:focus,.client-pre-email input:active,.client-pre-email input:focus,.client-pre-email select:active,.client-pre-email select:focus {
    border-color: #f58220!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important
}

.cart-items tr.item-attachments-content select,.cart-template .summary .coupon-fields select,.client-pre-email select {
    background-image: url(/arquivos/icon-select.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.cart-template .summary .coupon-fields input[type=text] {
    height: 2.5rem;
    max-width: none;
    width: 100%
}

@media (min-width: 48rem) {
    .cart-template .summary .coupon-fields input[type=text] {
        max-width:16.875rem
    }
}

#summary-postal-code {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none
}

#summary-postal-code:active,#summary-postal-code:focus {
    border-color: #f58220!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important
}

input.success {
    background-position: 100%
}

.input-small+span.error {
    display: block;
    width: auto
}

#shipping-data input[type=email],#shipping-data input[type=tel],#shipping-data input[type=text],#shipping-data select,.box-client-info-pf input[type=email],.box-client-info-pf input[type=tel],.box-client-info-pf input[type=text],.box-client-info-pf select,.corporate-info-box input[type=email],.corporate-info-box input[type=tel],.corporate-info-box input[type=text],.corporate-info-box select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .0625rem solid #ccc;
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4d4d4d;
    font-size: 1rem;
    height: 3.125rem;
    max-width: inherit;
    outline: none;
    padding: 0 1.25rem
}

#shipping-data input[type=email]:disabled,#shipping-data input[type=tel]:disabled,#shipping-data input[type=text]:disabled,#shipping-data select:disabled,.box-client-info-pf input[type=email]:disabled,.box-client-info-pf input[type=tel]:disabled,.box-client-info-pf input[type=text]:disabled,.box-client-info-pf select:disabled,.corporate-info-box input[type=email]:disabled,.corporate-info-box input[type=tel]:disabled,.corporate-info-box input[type=text]:disabled,.corporate-info-box select:disabled {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #ccc
}

#shipping-data select,.box-client-info-pf select,.corporate-info-box select {
    background-image: url(/arquivos/icon-select.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.client-pre-email {
    background-color: #fff;
    border-width: 0
}

.client-pre-email .link-cart {
    margin-bottom: 1.875rem
}

@media (min-width: 48rem) {
    .client-pre-email .link-cart {
        display:block;
        margin: 0
    }
}

.client-pre-email .client-pre-email-h {
    margin: 0 0 1.5625rem
}

.client-pre-email .client-pre-email-h label {
    color: #4d4d4d;
    font-size: 1.375rem
}

.client-pre-email .client-pre-email-h label small {
    font-size: 1.125rem;
    padding: .9375rem 0 0
}

@media (min-width: 64rem) {
    .client-pre-email .client-pre-email-h label small {
        padding-left:.3125rem;
        padding-top: 0
    }
}

.client-pre-email .client-email {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.client-pre-email .client-email .loading-inline {
    right: .9375rem!important
}

@media (min-width: 48rem) {
    .client-pre-email .client-email .loading-inline {
        right:11.25rem!important
    }
}

.client-pre-email input#client-pre-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%!important
}

@media (min-width: 30rem) {
    .client-pre-email input#client-pre-email {
        margin-right:.9375rem;
        width: auto!important
    }
}

@media (min-width: 48rem) {
    .client-pre-email input#client-pre-email {
        margin-right:1.875rem
    }
}

.client-pre-email .help {
    width: 100%
}

.client-pre-email #btn-client-pre-email {
    margin-top: .9375rem;
    min-height: 3.125rem;
    padding: 0 .9375rem;
    right: 0;
    top: 0;
    width: 100%
}

@media (min-width: 30rem) {
    .client-pre-email #btn-client-pre-email {
        margin-top:0;
        width: auto
    }
}

.cart-fixed.affix,.cart-fixed.affix-bottom {
    position: static!important;
    width: auto
}

.step {
    background-color: #fff;
    border: .0625rem solid #e6e6e6;
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    padding: 1.75rem .9375rem
}

@media (min-width: 48rem) {
    .step {
        padding:1.75rem 1.5625rem
    }
}

.step .notification {
    color: #4d4d4d
}

.step .accordion-inner {
    padding: 0
}

.step span.error {
    display: block;
    width: 100%!important
}

.step a {
    color: #f58220
}

.step .btn-submit-wrapper {
    margin-top: 1.875rem
}

.step .btn-submit-wrapper button {
    width: 100%
}

.step label {
    font-size: .75rem;
    font-weight: 400;
    display: block;
    margin-bottom: .625rem
}

.step>.step {
    border: 0;
    padding: 0
}

.accordion-toggle .link-box-edit {
    background-color: #f58220;
    background-image: none;
    opacity: 1;
    overflow: hidden;
    right: -1rem;
    top: -1.875rem;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    z-index: 1
}

@media (min-width: 48rem) {
    .accordion-toggle .link-box-edit {
        right:-1.625rem
    }
}

.accordion-toggle .link-box-edit:focus,.accordion-toggle .link-box-edit:hover {
    background-color: #d8690a
}

.accordion-toggle .link-box-edit i {
    color: #fff
}

.accordion-toggle,.accordion-toggle-active {
    color: #013b82;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 1.25rem!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 0
}

.accordion-toggle-active .icon-credit-card,.accordion-toggle-active .icon-home,.accordion-toggle-active .icon-user,.accordion-toggle .icon-credit-card,.accordion-toggle .icon-home,.accordion-toggle .icon-user {
    display: none
}

.box-client-info-pf {
    float: inherit;
    margin: 0
}

.box-client-info-pj .corporate-hide-link a#is-corporate-client {
    color: #4d4d4d
}

.client-notice {
    font-size: .75rem;
    margin-bottom: 1.5625rem
}

p.client-company-document,p.client-company-ie,p.client-company-postal-code,p.client-different-document,p.client-document-type,p.client-email,p.client-new-phone,p.payment-card-due-date,p.ship-city,p.ship-name,p.ship-number,p.ship-state {
    display: block;
    float: inherit!important;
    margin-bottom: .9375rem;
    margin-right: 0;
    width: 100%
}

p.client-document,p.client-first-name,p.client-last-name,p.client-phone,p.ship-city,p.ship-more-info,p.ship-number,p.ship-state {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: .9375rem;
    margin-right: 0;
    width: 100%!important
}

@media (min-width: 48rem) {
    p.client-document,p.client-first-name,p.client-last-name,p.client-phone,p.ship-city,p.ship-more-info,p.ship-number,p.ship-state {
        width:50%!important
    }
}

.orderform-template-holder p.client-document input[type=tel],.orderform-template-holder p.client-document input[type=text],.orderform-template-holder p.client-first-name input[type=tel],.orderform-template-holder p.client-first-name input[type=text],p.ship-city input[type=tel],p.ship-city input[type=text],p.ship-number input[type=tel],p.ship-number input[type=text] {
    width: 100%!important
}

@media (min-width: 48rem) {
    .orderform-template-holder p.client-document,.orderform-template-holder p.client-first-name,p.ship-city,p.ship-number {
        padding-right:.9375rem
    }
}

.orderform-template-holder p.client-last-name input[type=tel],.orderform-template-holder p.client-last-name input[type=text],.orderform-template-holder p.client-phone input[type=tel],.orderform-template-holder p.client-phone input[type=text],p.ship-more-info input[type=tel],p.ship-more-info input[type=text],p.ship-state input[type=tel],p.ship-state input[type=text] {
    width: 100%!important
}

@media (min-width: 48rem) {
    .orderform-template-holder p.client-last-name,.orderform-template-holder p.client-phone,p.ship-more-info,p.ship-state {
        padding-left:.9375rem
    }
}

.links-other-phone {
    margin: 0 0 .9375rem
}

.newsletter {
    display: block;
    margin: .9375rem 0 0
}

.newsletter .newsletter-text {
    color: #4d4d4d;
    font-size: .75rem
}

.other-phone {
    margin-top: .9375rem
}

.client-profile-data h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .9375rem
}

@media (min-width: 48rem) {
    .orderform-template .box-step-content {
        float:left
    }
}

@media (min-width: 48rem) {
    .orderform-template .steps-view {
        margin-left:1.75rem
    }
}

.ship-filled-data {
    margin: 0;
    padding: 1.25rem 0
}

.box-delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shipping-summary-placeholder .shipping-selected-sla {
    display: none
}

.shipping-summary-placeholder .link-change-shipping {
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1
}

.shipping-summary-placeholder .link-change-shipping:hover {
    background-color: #f58220;
    border-color: #f58220;
    border-style: solid;
    color: #fff
}

@media (min-width: 75rem) {
    .gift-card-section {
        width:26.125rem
    }
}

.cart-template.mini-cart,.cart-template.mini-cart .cart-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart-template.mini-cart .cart-fixed {
    background-color: #fff;
    border: .0625rem solid #e6e6e6;
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding: 1.75rem .9375rem;
    position: static!important;
    width: 100%
}

@media (min-width: 48rem) {
    .cart-template.mini-cart .cart-fixed {
        padding:1.75rem 1.5625rem
    }
}

.cart-template.mini-cart .cart-fixed .totalizers {
    min-width: inherit
}

.cart-template.mini-cart .cart-fixed h2 {
    background: none;
    border: 0;
    color: #013b82;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: left
}

.cart-template.mini-cart #go-to-cart-button {
    margin: 0;
    text-align: right
}

@media (min-width: 48rem) {
    .cart-template.mini-cart #go-to-cart-button {
        margin-top:1.875rem
    }
}

.cart-template.mini-cart .summary-template-holder {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    overflow: visible;
    padding-top: 2.5rem
}

.cart-template.mini-cart .payment-confirmation-wrap {
    background-color: transparent;
    border: none;
    bottom: inherit;
    left: inherit;
    padding: 0;
    position: static
}

.cart-template.mini-cart .summary-totalizers .info,.cart-template.mini-cart .summary-totalizers .monetary {
    font-weight: 400
}

.cart-template.mini-cart .summary-totalizers tfoot .info,.cart-template.mini-cart .summary-totalizers tfoot .monetary {
    font-weight: 700
}

.cart-template.mini-cart .summary-totalizers tfoot .info {
    color: #4d4d4d
}

.cart-template.mini-cart .cart {
    max-height: none;
    overflow: visible
}

.cart-template.mini-cart .cart-items .item {
    border: none;
    float: inherit;
    margin: 0;
    min-height: 6.25rem;
    padding-bottom: .625rem;
    padding-top: .625rem;
    position: relative
}

@media (min-width: 48rem) {
    .cart-template.mini-cart .cart-items .item {
        min-height:5.9375rem
    }
}

.cart-template.mini-cart .cart-items .item .url {
    height: 5.1875rem;
    width: 4.375rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: .3125rem .0625rem .0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    top: .9375rem
}

.cart-template.mini-cart .cart-items .item .url img {
    height: 3.125rem;
    width: 3.125rem;
    margin: 0;
    max-width: inherit
}

@media (min-width: 48rem) {
    .cart-template.mini-cart .cart-items .item .url img {
        height:3.625rem;
        width: 3.625rem
    }
}

.cart-template.mini-cart .cart-items .item .product-name {
    color: #013b82;
    float: inherit;
    font-size: .875rem;
    line-height: 1.3;
    padding-left: 6.25rem;
    text-overflow: clip;
    text-shadow: none;
    white-space: normal;
    width: auto
}

.cart-template.mini-cart .cart-items .item span.badge {
    background-color: #f58220;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: none;
    top: .625rem
}

.cart-template.mini-cart .cart-items .item .description {
    margin-top: .75rem;
    padding-left: 6.25rem
}

.cart-template.mini-cart .cart-items .item .description .price {
    color: #4d4d4d;
    float: inherit;
    font-size: 1rem;
    font-weight: 400;
    margin: 0
}

.cart-template.mini-cart .cart-items .shipping-date {
    display: none
}

.body-checkout-confirmation #app-top h1 {
    margin-bottom: 1.25rem
}

@media (min-width: 48rem) {
    .body-checkout-confirmation #app-top h1 {
        margin-bottom:1.875rem
    }
}

.body-checkout-confirmation #app-top .cconf-alert {
    background-color: #fff;
    border: .0625rem solid #e6e6e6;
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.body-checkout-confirmation #app-top .cconf-alert .fl,.body-checkout-confirmation #app-top .cconf-alert .fr {
    float: inherit
}

.body-checkout-confirmation #app-top .cconf-alert .fl+.fr {
    margin-top: 1.875rem
}

@media (min-width: 64rem) {
    .body-checkout-confirmation #app-top .cconf-alert .fl+.fr {
        margin:0
    }
}

.body-checkout-confirmation #app-top .cconf-alert p {
    color: #4d4d4d;
    font-size: .875rem;
    margin: 0
}

.body-checkout-confirmation #app-top .dark-green>p {
    color: #013b82
}

.body-checkout-confirmation #app-top .f4 {
    color: #013b82;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 0 1.25rem
}

@media (min-width: 48rem) {
    .body-checkout-confirmation #app-top .f4 {
        font-size:1.625rem;
        margin: 0 0 1.875rem
    }
}

.body-checkout-confirmation #app-top #print-bank-invoice {
    display: block;
    margin-top: 1.25rem
}

.body-checkout-confirmation #app-top #print-bank-invoice:focus,.body-checkout-confirmation #app-top #print-bank-invoice:hover {
    opacity: 1;
    text-decoration: none
}

.body-checkout-confirmation #app-top #print-bank-invoice .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.body-checkout-confirmation #app-top #print-bank-invoice .link:focus,.body-checkout-confirmation #app-top #print-bank-invoice .link:hover {
    opacity: 1;
    text-decoration: none
}

.body-checkout-confirmation #app-container .ph3-ns {
    padding-bottom: 5rem;
    position: relative
}

.body-checkout-confirmation #app-container .ph3-ns.w-70-ns>.pt4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.body-checkout-confirmation #app-container .ph3-ns.w-70-ns>.pt4>.dib.cf.w-100.pt4 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.body-checkout-confirmation #app-container .ph3-ns.w-70-ns>.pt4>.dib+.w-100>div {
    display: none
}

.body-checkout-confirmation #app-container .ph3-ns.w-70-ns>.pt4 .w-100.fl.pa2.pl0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.body-checkout-confirmation #app-container .ph3-ns.w-70-ns>.pt4 .w-100.fl.pa2.pl0 h2 {
    color: #013b82;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase
}

.body-checkout-confirmation #app-container .ph3-ns.w-70-ns>.pt4 .w-100.fl.pa2.pl0 time {
    color: #4d4d4d;
    font-size: 1rem;
    margin-bottom: .9375rem
}

.body-checkout-confirmation #app-container .cconf-continue-button,.body-checkout-confirmation #app-container .cconf-myorders-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .3125rem 0;
    width: 100%
}

.body-checkout-confirmation #app-container .cconf-continue-button span,.body-checkout-confirmation #app-container .cconf-myorders-button span {
    color: #fff
}

@media (min-width: 48rem) {
    .body-checkout-confirmation #app-container .cconf-continue-button,.body-checkout-confirmation #app-container .cconf-myorders-button {
        margin:0;
        width: -webkit-calc(50% - .938rem);
        width: calc(50% - .938rem)
    }
}

@media (min-width: 64rem) {
    .body-checkout-confirmation #app-container .cconf-continue-button,.body-checkout-confirmation #app-container .cconf-myorders-button {
        width:25%
    }
}

@media (min-width: 48rem) {
    .body-checkout-confirmation #app-container .cconf-myorders-button {
        margin-left:1.875rem
    }
}

.body-checkout-confirmation .cconf-address article,.body-checkout-confirmation .cconf-payment article,.body-checkout-confirmation .cconf-summary article {
    border: .0625rem solid #e6e6e6;
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.body-checkout-confirmation .cconf-product-table {
    border: .0625rem solid #e6e6e6;
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem
}

.body-checkout-confirmation .cconf-product-table thead th {
    padding: 1.6875rem 1.875rem
}

.body-checkout-confirmation .cconf-product-table thead th span {
    color: #013b82;
    font-size: .875rem;
    font-weight: 500
}

.body-checkout-confirmation .cconf-product-table tbody td {
    color: #4d4d4d;
    font-size: 1rem;
    padding: 1.6875rem 1.875rem
}

.body-checkout-confirmation .cconf-product-table tbody td img {
    height: 3.125rem;
    width: 3.125rem;
    border-color: #e6e6e6;
    -webkit-border-radius: 0 0 .3125rem .3125rem;
    border-radius: 0 0 .3125rem .3125rem;
    border-style: solid;
    border-width: .3125rem .0625rem .0625rem;
    float: inherit;
    margin-right: 1.25rem;
    max-width: inherit;
    padding: .125rem .1875rem .4375rem
}

@media (min-width: 48rem) {
    .body-checkout-confirmation .cconf-product-table tbody td img {
        height:4rem;
        width: 4rem;
        margin-right: 3.75rem;
        padding: .6875rem .625rem 1rem
    }
}

@media (min-width: 64rem) {
    .body-checkout-confirmation .cconf-product-table tbody td img {
        float:left
    }
}

.body-checkout-confirmation .cconf-product-table tbody td .w-80-ns {
    float: inherit;
    width: inherit
}

.body-checkout-confirmation .cconf-product-table tbody td a {
    color: #013b82;
    font-size: .875rem;
    font-weight: 500
}
p.add-item-attachment-container,
.body-checkout-confirmation .cconf-product-table tbody td a+span {
    display: none
}

.body-checkout-confirmation .cconf-product-table tbody td span {
    color: #4d4d4d;
    font-size: 1rem
}
body .cart-template .cart-more-options{
    margin-left: 0;
}
body .loading.loading-bg {
    margin: 0;
}

.client-phone label:before {
    content: "Celular";
    font-size: 12px;
}
.client-phone label {
    font-size: 0;
}
