﻿@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");

.steps-view {
    width: 65% !important;
    margin-left: 0 !important;
}

.footer-checkout {
    width: 100%;
    background: #35241d;
    display: inline-block;
    height: auto;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 0px;
}

.coupon-column a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    background: #000;
    padding: 5px 10px;
    text-align: center;
    font-weight: 700;
    display: block;
    text-decoration: none !important;
}

i.icon.icon-plus-sign,
i.icon.icon-minus-sign {
    font-size: 0px;
}
i.icon.icon-plus-sign:after {
    content: "+";
    font-size: 12px;
    background: #75aeb2;  
    padding: 3px;  
    color: #fff;
}
i.icon.icon-minus-sign:after {
    content: "-";
    font-size: 12px;
    background: #75aeb2;
    padding: 3px 6px;
    color: #fff;
}
.full-cart .quantity input {
    border-radius: 0;
}

button#cart-shipping-calculate {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
}

button#cart-coupon-add {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.btn-success:hover {
    background: #6a9d9f;
}

textarea#cart-note {
    display: none;
}

p.note-label label {
    display: none;
}

.client-pre-email input {
    box-shadow: none !important;
}

input#client-pre-email {
    border: 1px solid;
}

span.error {
    color: #dd4b39;
}

input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
}

.client-pre-email input {
    box-shadow: none !important;
}

input#client-pre-email {
    border: 1px solid;
}

span.error {
    color: #dd4b39;
}

.table.cart-items td a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

.payment-group-item {
    padding: 0 58px 0 8px !important;
}

.cart-fixed {
    position: relative;
    width: 215px;
    min-height: 310px;
    ;
}

.gift-card-section, .payment-discounts-alert {
    width: 75% !important;
    /* float: left; */
    margin-left: 0%;
}

.x-header {
    width: 74%;
    margin: 0 auto;
}

.x-footer {
    width: 74%;
    margin: 0 auto;
}

.x-footer2 {
    width: 80%;
    margin: 0 auto;
}

.x-wrapper {
    float: left;
    display: inline-block;
    padding-top: 15px;
    width: 100%;
    padding-bottom: 1%;
}

.x-payment {
    float: left;
    width: 60%;
}

.x-title {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    float: left;
    margin-right: 10px;
    display: block;
    color: #fff;
    margin-top: 4px;
}

.x-text {
    display: inline-block;
    float: left;
}

* {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

a#shipping-calculate-link {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

.x-flag1 {
    background: url('/arquivos/check-flags.png') no-repeat 0 0;
    width: 200px;
    height: 27px;
    float: left;
    /* margin-right: 10px; */
    display: inline-block;
}

.x-flag2 {
    background: url('/arquivos/check-flag2.png') no-repeat 0 0;
    width: 87px;
    height: 25px;
    float: left;
    margin-right: 10px;
    display: inline-block;
    display: none;
}

.x-flag3 {
    background: url('/arquivos/check-flag3.png') no-repeat 0 0;
    width: 30px;
    height: 21px;
    display: inline-block;
    float: left;
    display: none;
}

.accordion-inner td.info {
    text-align: left !important;
}

.full-cart .summary-totalizers tr {
    border-bottom: 1px solid #000;
}

.footer-checkout2 {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: #35241d;
    color: #fff;
    margin-top: 0px;
}

.step, .cart, .totalizers {
    border: none !important;
}

a.uber {
    float: right;
    background: url('/arquivos/check-uber.png') no-repeat 0 0;
    width: 53px;
    height: 24px;
    margin-top: 10px;
    text-indent: -99999em;
}

a.vtex {
    float: right;
    background: url('/arquivos/check-vtex.png') no-repeat 0px -5px;
    width: 65px;
    height: 25px;
    margin-right: 21px;
    text-indent: -99999em;
    margin-top: 10px;
}

.x-text {
    margin-top: 10px;
    font-size: 10px;
    width: 80%;
}

.x-cert {
    float: left;
    width: 40%;
}

td.info {
    font-size: 14px;
}

.full-cart .totalizers tfoot td {
    font-size: 14px;
    font-weight: bold;
}

    #cart-to-orderform {
        background: #75aeb2;
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
        font-size:0px;
        padding: 10px 20px 5px 20px;
        font-weight: 800;
        letter-spacing: 0.5px;
        float: right;
}
    #cart-to-orderform:hover {
        background: #6a9d9f;
}
        #cart-to-orderform:after {
            Content: "Finalizar Compra";
            font-size: 16px;
    }
#cart-choose-more-products {
    background: #ff712b;
    float: left;
    display: inline-block;
    font-size: 0px;
    text-align: center;
    text-decoration: none;
    padding: 5px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #fff;
}

#cart-choose-more-products:before {
    content: "Continuar Comprando";
    font-size: 16px;
    line-height: 30px;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    
    .pull-left.coupon-column a {
       width: 230px;
      
       float: left;
}
    
    .header-checkout {
        float: left;
        width: 100%;
        background: #ec008a;
        position: relative;
        z-index: 99999999999;
    }

    .forms.coupon-column.summary-coupon-wrap.span7.pull-left {
        width: 25%;
        display: inline-block;
        text-align: right;
        margin-left: 286px;
}

    input#client-first-name {
        width: 118px;
    }

    input#client-last-name {
        width: 118px;
    }

    input#client-document {
        width: 118px;
    }

    input#client-phone {
        width: 118px;
    }

    input#client-email {
        width: 260px;
    }

    .cart-fixed {
        position: relative;
        width: 215px;
        min-height: 310px;
    }

    .product-image img {
        color: transparent;
        height: 115px;
        max-width: 115px;
        width: 115px;
    }

    .center {
        margin: 0 auto;
        width: 1000px;
    }

    .header-checkout h1 a {
        cursor: pointer;
    }

    .header-checkout .info {
        float: right;
        background: url("/arquivos/info-checkout.png") left no-repeat;
        width: 241px;
        height: 44px;
        margin-top: 28px;
    }

    .header-checkout h1 {
        float: left;
        background: url("/arquivos/logo-checkout.png") no-repeat left;
        width: 156px;
        float: left;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 62px;
    }

    .checkout-container.row-fluid.cart-active {
        margin-top: 60px;
    }

    .container.container-main.container-cart h1 {
        display: none !important;
    }

    .step,.cart,.totalizers {
        border: none;
        margin-bottom: 15px;
        padding: 0px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .summary-coupon-wrap {
        position: relative;
        top: 140px !important;
        left: 86px !important;
    }

    .summary-coupon-wrap a {
        color: #ec008a;
        text-transform: uppercase;
        text-decoration: underline;
    
}

    .table.cart-items {
        font-family: "Open Sans", sans-serif;
    }

    .table.cart-items tr {
        border-bottom: 1px solid #000;
        color: #000;
    }

    .table.cart-items th {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }

    .table.cart-items th:first-child {
        text-align: left;
    }

    .table.cart-items td {
        border-right: none;
    }

    .table.cart-items td span {
        color: #666666;
        text-transform: uppercase;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
    }

    .table.cart-items .total-selling-price {
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }

    .footer-checkout {
        float: left;
        width: 100%;
        background: #35241d;
        padding-bottom: 20px;
    }

    .footer-checkout .footer-conteudo {
        float: left;
        width: 100%;
        height: 90px;
        background: url("/arquivos/background-footer.png?10") center no-repeat;
    }

    .accordion-inner {
        background: #fff;
        color: #000;
        text-transform: uppercase;
    }

    .accordion-inner td {
        text-align: right;
        font-size: 15px;
    }

    .accordion-inner td.empty {
        display: none;
    }

    .accordion-inner a {
        color: #000;
    }

    .pull-left.coupon-column {
        float: left;
        top: 162px;
        position: relative;
        left: 79px;
        font-weight: bold;
    }

    #cart-choose-more-products:hover {
        /* background: #ec008a; */
        ;
    }

    .link-choose-more-products-wrapper {
        float: left;
    }

    .btn-place-order-wrapper {
        float: right;
    }

    .clearfix.pull-right.cart-links.cart-links-bottom {
        float: left;
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .container-cart,.container-order-form {
        width: 1000px;
    }

    .masthead {
        padding: 10px 5px 0;
    }

    .masthead h3 {
        font-size: 24.5px;
        margin: 10px 0;
    }

    .masthead h1,.masthead h2,.masthead h3 {
        line-height: 40px;
    }

    .masthead h1,.masthead h2,.masthead h3,.masthead h4,.masthead h5,.masthead h6 {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    #footerCredits {
        background-color: #F5F5F5;
        padding: 60px 10px;
    }

    #footerCredits img {
        display: inline-block;
        margin-bottom: 40px;
    }

    h1.lead {
        margin-top: 0;
    }

    .valor-por {
        font-size: 36px;
        margin-top: 4px;
        display: block;
        line-height: 140%;
    }

    .descricao-preco {
        margin-top: 10px;
    }

    .buy-button {
        float: right;
        width: 30%;
        font-weight: bold;
    }

    nav {
        display: block;
    }

    .nav {
        margin-bottom: 20px;
        margin-left: 0;
        list-style: none;
    }

    .nav>li>a {
        display: block;
        font-size: 14px;
    }

    .nav>li>a:hover {
        text-decoration: none;
        background-color: #eeeeee;
    }

    .nav>li>a>img {
        max-width: none;
    }

    .nav>.pull-right {
        float: right;
    }

    .nav-tabs>li,.nav-pills>li {
        float: left;
    }

    .nav-tabs>li>a,.nav-pills>li>a {
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 2px;
        line-height: 14px;
    }

    .nav-pills>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 2px;
        margin-bottom: 2px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .product-name .brand-name,.product-name .seller {
        display: none;
    }

    .steps-view {
    }

    .mini-cart {
        text-shadow: 0 1px 0px #fff;
        position: relative;
    }

    .mini-cart .summary-template-holder,.mini-cart h2 {
        background: #f7f7f7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px dotted #eee;
        padding-top: 8px;
    }

    .mini-cart .cart-template-holder {
        background: #fff;
        border-right: 3px solid #F7F7F7;
        border-left: 3px solid #F7F7F7;
    }

    .mini-cart h2 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
        padding: 4px 6px;
        text-align: right;
        color: #aaa;
        margin-bottom: 0;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .mini-cart .cart {
        margin-bottom: 0;
        padding: 1px 3px 6px 5px;
    }

    .mini-cart .monetary,.mini-cart .quantity-price {
        text-align: right;
        white-space: nowrap;
    }

    .mini-cart .cart table tbody tr td.quantity-price {
        float: right;
        margin-right: 6px;
    }

    .mini-cart .info {
        text-align: right;
        width: 58%;
    }

    .mini-cart .info,.mini-cart .monetary {
        padding-top: 6px;
    }

    .mini-cart .table tfoot td {
        color: #468847;
        font-size: 13px;
        font-weight: bold;
        padding-top: 12px;
    }

    .mini-cart .product-item {
        padding-bottom: 6px;
    }

    .mini-cart .product-item .shipping-date,.mini-cart .product-item .quantity-price {
        font-size: 11px;
        padding: 10px 0 4px 0;
    }

    .mini-cart .totalizers {
        margin-bottom: 10px;
    }

    .mini-cart .link-cart {
        font-size: 11px;
        margin-top: 5px;
    }

    .locale {
        display: none;
    }

    .payment-confirmation-wrap {
        display: block !important;
    }

    .payment-confirmation-wrap .note,.payment-confirmation-wrap .note div {
        display: block !important;
    }

    .payment-confirmation-wrap .note-data {
        display: none !important;
    }
}

.list-price {
    display: none;
}

.payment-data .accordion-heading .accordion-toggle .desconto {
    position: absolute;
    top: 0;
    right: 20px;
    height: 34px;
    line-height: 34px;
    color: #ec008a;
    font-size: 12px;
}

#header {
    width: 100%;
    background: #35241d;
    height: 100px;
}

a.x-logo {
    background: url('/arquivos/logo.png')center center no-repeat;
    width: 118px;
    height: 70px;
    float: left;
    margin: 15px auto;
}

.x-safearea {
    background: url('/arquivos/check-safearea.png') no-repeat;
    width: 210px;
    height: 50px;
    float: right;
    margin-top: 37px;
}

h1#cart-title {
    float: left;
    display: none !important;
}


/*Alterações QA*/
span.new-product-price {
    #margin-top: -20px;
    display: block;
}

span.new-product-price-label {
    display: none;
}

td.product-price br {
    display: none;
}




@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        a.item-quantity-change {
            width: 50% !important;
            margin: 0 auto !important;
        }    
        .pull-left.coupon-column a {
       width: 200px;
       float: right;
      }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .pull-left.coupon-column a {
       width: 250px;
       float: right;
      }
}
@media (max-width: 620px) {
    .summary-template-holder .summary .coupon {
    display: block;
}
p.coupon-data {
    width: 100%;
}
fieldset.coupon-fieldset {
    width: 100%;
    display: block;
}
form.coupon-form {
    width: 100%;
}
.coupon.summary-coupon.pull-right {
    width: 100%;
    display: block;
}

    #cart-to-orderform {
        background: #75aeb2;
        border: none;
        border-radius: 0;
        text-shadow: none;
        text-align: center;
    
    
        margin-top: 40px;
    }

    .x-safearea {
        float: left;
        position: relative;
        left: 17%;
    }

    .x-logo {
        position: relative;
        left: 35%;
    }

    .x-flag1 {
        background: url('/arquivos/check-flag1.png') no-repeat 0 0;
        width: 100%;
        height: 19px;
        float: left;
        margin-right: 10px;
        display: inline-block;
        margin: 0 27%;
    }

    .x-flag2 {
        background: url('/arquivos/check-flag2.png') no-repeat 0 0;
        width: 87px;
        height: 26px;
        margin-right: 10px;
        display: block;
        margin-top: 10px;
        margin-left: 17%;
    }

    .x-flag3 {
        background: url('/arquivos/check-flag3.png') no-repeat 0 0;
        width: 30px;
        height: 19px;
        display: inline-block;
        float: left;
        /* margin-left: 41%; */
        margin-top: 10px;
    }

    .x-text {
        margin-top: 10px;
    }

    .x-cert {
        /* float: left; */
        /* margin-left: 15%; */
        margin-top: 5%;
        width: 100%;
        text-align: center;
    }

    .x-cert:nth-child(2) {
        margin-top: 30px;
    }

    .x-payment {
        float: left;
        width: 100%;
        text-align: center;
    }

    .x-title {
    /* font-weight: bold; */
    /* font-size: 14px; */
    /* letter-spacing: 2px; */
    /* float: left; */
    /* margin-right: 20px; */
    /* display: block; */
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .x-safearea {
        float: left;
        position: relative;
        left: 17%;
    
        margin-top: 0px;
}
    .footer-checkout {
    width: 100%;
    background: #35241d;
    display: inline-block;
    height: auto;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

    .footer-checkout2 {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: #35241d;
    color: #fff;
    margin-top: 0px;
    padding-bottom: 20px;
}
    .pull-left.coupon-column a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    background: #000;
    display: block;
    padding: 5px 15px;
    text-align: center;
    font-weight: 700;
}
    span.link-choose-more-products-wrapper {
    text-align: center;
}
    i.icon.icon-plus-sign:after {
    content: "+";
    font-size: 12px;
    background: #75aeb2;  
    padding: 2px 2px 2px 3px;  
    color: #fff;
}
i.icon.icon-minus-sign:after {
    content: "-";
    font-size: 12px;
    background: #75aeb2;
    padding: 2px 4px 2px 4px;
    color: #fff;
}

    .btn-success:hover,
    #cart-to-orderform {
        width: 100%;
        height: 22px;
        margin-top: 10px;
        padding: 10px 0;
    }

    #cart-choose-more-products {
        width: 100%;
        float: none;
        padding: 5px 0;
        text-align: center;
        height: 32px;
    }

    .steps-view, .gift-card-section, .payment-discounts-alert {
        width: 88% !important;
    }

    .x-header {
        width: 100%;
        margin: 0 auto;
    
}

    #header {
        color: #35241d;
        height: 95px;
        width: 100%;
        padding: 0 10px;
        margin-left: -10px;
    
        height: auto;
        display: inline-block;
}

    #header button.back {
        background-color: transparent;
        border: none;
        float: left;
        margin: 10px;
        color: #fff;
        border: 0;
        font-size: 17px;
        line-height: 24px;
        font-weight: normal;
        padding: 0;
    }

    #header button.back .arrow {
        width: 17px;
        height: 23px;
        background-image: url("/arquivos/playkids-mobile-sprite.png");
        background-size: 320px auto;
        background-repeat: no-repeat;
        background-position: -177px -60px;
        float: left;
    }

    #header h1 {
        float: right;
        margin: 3px 0 0;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 25px;
        width: 93px;
        height: 26px;
        color: #FFF;
    }
}

i.icon.icon-remove.item-remove-ico {
    /*  */
    /* display: none; */
    ;
}

td.item-remove {
}

.table.cart-items tr {
    border-bottom: 1px solid #000;
    color: #000;
    letter-spacing: 1px;
}

.cart-links-bottom {
    width: 100%;
}

span.brand-name {
    font-family: Myriad PRo, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
}

button.btn.btn-large, input[type="submit"].btn.btn-large {
    background: #000;
    letter-spacing: 1px;
    font-family: Open Sans, sans-serif;
    border: none;
    border-radius: 0;
    font-weight: 600;
    padding: 5px 15px 5px 15px;
}

a {
    color: #000;
}

span.brand-name {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 768px) {
    .x-payment {
        width: 100%;
    }
}

.client-pre-email .emailInfo .icon-lock {
    color: #efefef !important;
}

.client-pre-email .btn-success span {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}

.client-pre-email .emailInfo .icon-ok, .client-pre-email .emailInfo h3 {
    color: #000;
}

span.quantity.badge {
    color: #fff;
    background-color: #9f9f9f;
    padding: 1px 3px;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}

.mini-cart .table td {
    color: #000 !important;
}

.container {
    width: 74%;
    margin: 0 auto;
}

.input-small {
    width: 100px;
}

input#client-email {
    width: 240px;
}

span.help.error {
    width: 100%;
}

.client-pre-email .btn-success {
    background: #000 !important;
}

.payment-security {
    background: none !important;
}

.link-choose-products {
    margin-top: 15px;
    background: #75aeb2;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 16px;
}

input#ship-street {
    width: 210px !important;
}

input#ship-number {
    width: 35px !important;
}

input#ship-more-info {
    width: 142px !important;
}

.payment-confirmation-wrap {
    background: none !important;
}

.alert-success h4 {
    color: #000 !important;
}

p.orderplaced-sending-email {
    color: #000 !important;
}

.orderplaced-alert-text.span9 {
    color: #000 !important;
}

p.bank-invoice-print-text span {
    color: #000 !important;
}

p.bank-invoice-print-text {
}

p.bank-invoice-print-text strong {
    color: #000 !important;
}

a#print-bank-invoice {
    background: #000 !important;
    border-radius: 0;
    font-weight: 900;
    letter-spacing: 1px;
}

.alert-success {
    background: #eee !important;
    border-radius: 0 !important;
    border: none !important;
}

.message-text {
    width: 100% !important;
    display: inline-block;
}

.vtex-message-template-default {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    background: #EeEeEe;
    border: 1px solid rgba(204, 204, 204, 0.23);
    margin-top: 24px;
    font-size: 12px;
    color: red;
    position: relative;
}

.vtex-message-template-default .close {
    position: absolute;
    top: 2px;
    right: 11px;
    line-height: 20px;
}

.payment-connector.muted {
    display: none !important;
}

.x-cert1,
.x-cert2 {
    float: left;
    display: inline-block;
}

.body-cart .add-service {
    color: #c71f2c !important;
    padding: 5px;
    height: 24px;
    line-height: 27px;
}

.body-cart .add-service .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
    background: url('/arquivos/checkout-presente.png') no-repeat;
}

.summary-coupon {
    margin-top: -2px !important;
    float: right;
}
.payment-card-number input {
    width: 300px;
}
input.card-cvv {
    margin-left: 10px;
}
.forms.coupon-column.summary-coupon-wrap.span4.pull-right {
    float: left;
}
body.body-order-form .summary-coupon {
    display: none !important;
}