/* /files/checkout5-custom.css */

@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Share+Tech+Mono);


body.helodoces-vtexcommercestable-com-br.body-cart {
    padding-top: 0px !important;
}
.container-cart {
    min-height: 710px;
}
.container-order-form {
    min-height: 710px;
}

.header img {
    max-width: 205px !important;
      margin-left: 6px;
}

.col-xs-12.text-center.header {
    padding: 30px;
}

.row.header.header_row {
    background-image: url(https://helodoces.vteximg.com.br/arquivos/fundo.png) !important;
    padding: 0 !important;
    height: 310px;
}

.btn.btn-large.btn-success.link-choose-products,
#cart-to-orderform {
    font-family: 'Share Tech Mono', sans-serif;
    color: white;
    padding: 20px 40px;
    background: #0084c5;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
    margin-bottom: 10px!important;
    text-transform: uppercase;
}

.btn.btn-large.btn-success.link-choose-products:hover,
#cart-to-orderform {
    color: white !important;
    background-color: #1a76af;
    border-radius: 3px;
    margin-bottom: -48px;
}

button#payment-data-submit {
    font-family: 'Share Tech Mono', sans-serif;
    color: white;
    padding: 20px 0px;
    background: #0084c5;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
}

@media (min-width: 1200px)
body {
   padding-top: 0px !important;
}

.row {
    margin-left: -5px;
}

body.helodoces-vtexcommercestable-com-br.body-order-form{
   padding-top: 0px !important;
}

div#footer {
    background-image: url(https://helodoces.vteximg.com.br/arquivos/ids/155407/fundo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #fff;
    width: 100% !important;
}

h1#orderform-title {
    color: #1686c2 !important;
}

a#cart-choose-more-products.link-choose-more-products {
    font-size: 18px;
    font-family: 'Share Tech Mono', sans-serif;
    vertical-align: middle;
}

    @media (max-width: 979px){
        .body-cart {
            padding-bottom: 0px!important;
        }
    }

    @media (max-width: 500px){
body > div.container.container-main.container-cart {
    height: auto!important;
    overflow-y: scroll!important;
}
.container-cart {
    height: auto!important;
    }
}