<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.banner_1 {
    background: url('../img/banner/banner1.jpg') center no-repeat;
    background-size: 100%;
}

.banner_2 {
    background: url('../img/banner/fundo.jpg') center no-repeat;
}


.relative {
    position: relative;
    height:100%; 
}

.txt_banner {
    position: absolute;
    bottom: 95px;
    right: 100px;
}

.txt_banner h2 {
    font-size: 41px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
}

@media screen and (max-width: 600px) {
    .txt_banner {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        left: 0;
        bottom: 110px;
        text-align: center;
    }

    .txt_banner h2 {
        font-size: 35px;
    }
}


.fundo_index .banner #slider-with-blocks-1 .rsSlide {
    padding-top: 171px!important;
}

#slider-with-blocks-1 .rsContent::after {
    content:'';
    position:absolute;
    background: url("../img/banner/banner3/folha.png") center no-repeat;
    bottom: 36px;
    right:0;
    width: 385px;
    height: 280px;
    z-index: 9999;
}

.rsContent {
    display:flex;
    justify-content: space-around;
    align-items:center;
    position: relative;
    bottom: -38px;
}

#slider-with-blocks-1 {
    -webkit-box-shadow: 0px 1px 16px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 16px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 16px -2px rgba(0,0,0,0.75);
}

/*BANNER3*/

.banner3 .logo {
    margin-left:-100px;
    position:relative;
    top: -120px;
}

.banner3 .logo {
    width:460px;
}

.banner3 .produto {
    position:relative;
    top: -40px;
    margin-left: -90px;
}

.banner3 .txt {
    position:relative;
    top: -65px;
}

/*BANNER 4*/


.banner4 .produto {
    position:relative;
    top: -45px;
    margin-left: -90px;
}

.banner4 .txt {
    position:relative;
    top: -100px;
    right: 200px;
}

@media screen and (max-width: 1600px) {
    .banner3 .produto {
        margin-left:-50px;
        top: -40px;
        width:550px;
    }

    .banner3 .logo {
        width:400px;
    }

    .banner3 .txt {
        position:relative;
        top: -65px;
        width:320px;
        right: 50px;
    }

    .banner4 .produto {
        top: -60px;
        margin-left: -60px;
        width:450px;
    }

    .banner4 .txt {
        width:550px;
        right: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .banner3 .produto {
        margin-left:-60px;
        top: -40px;
        width:450px;
    }

    .banner3 .logo {
        width:320px;
    }

    .banner3 .txt {
        position:relative;
        top: -65px;
        width:300px;
        right: 50px;
    }

    .fundo_index .banner #slider-with-blocks-1 .rsSlide {
        padding-top: 150px!important;
    }
}

@media screen and (max-width: 1200px) {
    .banner3 .produto {
        margin-left: -65px;
        top: -40px;
        width: 480px;
    }

    .banner3 .logo {
        display:none;
    }

    .banner3 .txt {
        position:relative;
        top: -100px;
        width:350px;
        right: 50px;
    }

    .fundo_index .banner #slider-with-blocks-1 .rsSlide {
        padding-top: 150px!important;
    }

    .banner4 .produto {
        top: -40px;
        margin-left: -50px;
        width:350px;
    }

    .banner4 .txt {
        width:450px;
        right: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .banner4 .txt {
        width:400px;
        right: 80px;
    }
}

@media screen and (max-width: 950px) {
    .banner3 .produto {
        width: 400px;
    }

    .banner3 .txt {
        top: -80px;
        width:280px;
        right: 60px;
    }
    .banner4 .produto {
        top: -60px;
        margin-left: 20px;
        width:300px;
    }
    
    .banner4 .txt {
        width:400px;
        right: 10px;
    }

    #slider-with-blocks-1 .rsContent::after {
        content:'';
        position:absolute;
        background: url("../img/banner/banner3/folha.png") center no-repeat;
        bottom: 0px;
        right:0;
        width: 300px;
        height: 250px;
        z-index: 9999;
        background-size:100%;
    }

}

@media screen and (min-width:701px) {
    .banner4 .txt2 {
        display:none;
    }
}

@media screen and (max-width:700px) {
    .fundo_index header {
        position: relative;
        background:#fff;
    }
    
    .banner3 .produto {
        width: 280px;
        top: inherit;
        margin: 0;
    }

    .banner3 .txt {
        top: -35px;
        width: 200px;
        right: inherit;
    }

    .banner4 .produto {
        top: 0px;
        margin-left: 0px;
        width: 230px;
    }
    
    .banner4 .txt {
        display:none;
    }

    .banner4 .txt2 {
        width: 320px;
        right: 0;
        top: -27px;
        position: relative;
    }

    .banner4 div:nth-child(2) {
        display:none;
    }
    
    .banner4,
    .banner3 {
        display:flex;
        flex-wrap:wrap;
        bottom: 0;
    }
    
    .banner4 div,
    .banner3 div {
        width:100%;
        padding: 10px;
    }
    
    .fundo_index .banner #slider-with-blocks-1 .rsSlide {
        padding-top: 0px!important;
    }

    #slider-with-blocks-1 .rsContent::after {
        display:none;
    }
}


/*
  ========================================
        CORES
  ========================================
*/

.bg_one {
    background-color: #286242;
}

.bg_two {
    background-color: #93c84e;
}

.color_one{}

.color_two,.color_two * {
    color: #93c84e!important;
}

/*
  ========================================
        HEADER
  ========================================
*/

.white_header {
    background-color: #ffffff;
    padding-bottom: 35px;
}

.logo {
    float: left;
    margin: 18px 0 0 40px;
}

.busca {
    float: left;
    width: 55%;
    margin-left: 90px;
    margin-top: 55px;
    position: relative;
}

.busca input[type="text"] {
    width: 100%;
    padding: 13px 13px;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    outline: none;
    font-size: 16px;
    color: #286242;
    position: relative;
    z-index: 1;
    font-family: 'Lato', sans-serif;
}

.busca .btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #83ba3d url("../img/geral/lupa-white.png") center no-repeat;
    border: 1px solid #83ba3d;
    width: 46px;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.busca .btn:hover {
    background: #65912d url("../img/geral/lupa-white.png") center no-repeat;
    border: 1px solid #65912d;
}


.carrinho_header {
    float: right;
    margin: 35px 65px 0 0;
    text-align: center;
    font-size: 14px;
    color: #106537;
}

.carrinho_header a {
    display: block;
    background: url('../img/geral/car-header.png') top center no-repeat;
    padding: 55px 0 0 0;
    position: relative;
}

.carrinho_header a span {
    /* background: red; */
    position: absolute;
    top: 11px;
    left: -3px;
    font-size: 17px;
    font-weight: 600;
    color: #93c84e;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .busca_desk {
        display: none;
    }

    .white_header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .carrinho_header,
    .logo {
        margin: 0;
    }

    .carrinho_header {
        margin-top: 10px;
    }

    .busca {
        float: none;
        margin: 0 auto;
        width: 60%;
    }

    .busca_resp {
        padding: 10px 0 20px 0;
        background: #ffffff;
    }
}

@media screen and (max-width: 500px) {
    .busca {
        width: 100%;
    }

    .busca_resp {
        padding: 15px 20px;
    }
}

@media screen and (min-width: 1025px) {
    .busca_resp {
        display: none;
    }
}

/*
  ========================================
        MEIO
  ========================================
*/

.bg_white {
    background: #ffffff;
    padding: 45px 0;
}

.content_sub {
    float: left;
    width: 26%;
}

.menu-item a {
    display: block;
    width: 100%;
    font-size: 17px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.menu-item a span {
    height: 14px;
    width: 22px;
    display: inline-table;
    background: url('../img/seta_drop.png') left center no-repeat;
    transform: rotateZ(-90deg) translateX(2px);

        -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.menu-item a.ativo span {
    transform: rotateZ(0deg) translateX(2px);
}

.ativo_drop {
    color: #286242!important;
}

.sub-menu{
    display : none;
    padding-left: 22px;
    padding-top: 8px;
}

.sub-menu li {
    margin: 0!important;
}

.sub-menu li a {
    font-size: 16px;
    color: #646464;
    font-weight: 600;
    text-transform: capitalize ;
    padding: 11px 0;
}

.nav-menu .menu-item {
    margin: 15px 0;
}

.menu-item i {
    display: inline-table;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #959595;

  margin-right: 5px;
}

.sub-menu li:hover i {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #286242;
}

.sub-menu li:hover a {
    color: #286242;
}

.content {
    float: right;
    width: 70%;
}

.lista center {
    font-size:20px;
    font-weight: 600;
    color: #93c84e;
}

.lista li {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 35px 0 0 0;
    text-align: center;
    position: relative;
}

.lista li:nth-of-type(3n) {
    margin-right: 0;
}

.lista li div {
    text-align: center;
    margin-bottom: 10px;
}

.lista li h2 {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    text-align: center;
    padding: 0 8px;
    line-height: 1.3;
    margin-bottom: 2px;
}

.lista li h3 {
    font-size: 13px;
    color: #959595;
    height: 18px;
    text-decoration: line-through;
}

.lista li h4 {
    font-size: 23px;
    font-weight: 900;
    color: #286242;
    line-height: 1.2;
    margin-bottom: 12px; 
}

.lista li h5 a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 9px 0;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lista li h5 a:hover {
    background: #122e1e!important;
}

.lista li h6 a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    color: #393939;
    text-align: center;
    padding: 7px 0;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lista li h6 a:hover {
    background:#7fb03e;
}

.lista li h6 a span {
    display: inline-table;
    background: url("../img/geral/car-content.png") left center no-repeat;
    padding: 0 0 0 25px;
}

.promocao {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 900;
    color: #286242;
    background: #93c84e;
}

.paginacao {
    margin-top: 40px;
    text-align:center;
}

.paginacao ul {
    margin: 5px 0 0 0!important;
}

.paginacao ul,
.paginacao a {
    float: left;
    font-size:15px;
    color: #7c7c7c;
    font-weight:600;
    text-transform:capitalize;
    margin: 0 22px;
}

.paginacao a:hover {
    color: #286242;
}

.paginacao div  {
    display:inline-table;
}

.paginacao ul li {
    float: left;
    display: block;
    margin-right: 12px;
    margin-bottom: 0;
    width:auto;
}

.paginacao ul li:last-child {
    margin-right:0;
}

.paginacao ul li a {
    display:block;
    width: 12px;
    height: 12px;
    background: #93c84e;
    border: solid 1px #93c84e;
    font-size: 0;
    padding:0;
    color: #878787;
    text-align: center;
    margin:0;
    cursor: pointer;
    border-radius: 50%;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.paginacao ul li a:hover,
.paginacao ul li a.active{
    background: #286242;
    color: white;
    border: 1px solid #286242;
}

.botao_sub {
    background: pink;
    padding: 10px 20px;
}

@media screen and (min-width: 1025px) {
    #sub_menu {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .nav-menu,
    .sub_menu {
        display: none;
    }

    .bg_white {
        padding: 25px 0;
    }

    .content {
        width: 100%;
    }

    .content_sub {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .lista li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 25px;
    }

    .lista li:nth-of-type(2n) {
        float: right;
    }
}

@media screen and (max-width: 500px) {
    .lista li {
        width: 100%;
        margin-bottom: 30px;
    }

    .lista li:last-child {
        margin-bottom: 0;
    }
}

/*
  ========================================
        INFERIOR
  ========================================
*/

.rodape {
    padding: 42px 0 35px 0;
}

.nav_rdp {
    float: left;
}

.nav_rdp h2 {
    font-size: 18px;
    font-weight: 600;
    color: #286242;
    margin-bottom: 8px;
    line-height: 1.2;
}

.nav_rdp li {
    margin:3px 0;
}

.nav_rdp li a {
    font-size: 15px;
    font-weight: 600;
    color: #2f2f2f;
    border-bottom: 1px solid #4e6237;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_rdp li a.active,
.nav_rdp li a:hover {
    color:#ffffff;
}

.pagamento {
    float: left;
    margin-left: 40px;
}

.contato_rdp {
    float: left;
    margin-left: 45px;
}

.contato_rdp h2 {
    font-size: 18px;
    font-weight: 600;
    color: #286242;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contato_rdp h3 {
    margin-bottom: 12px;
    font-size: 15px;
    color: #2f2f2f;
}

.contato_rdp h3 a {
    color: #2f2f2f;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contato_rdp h3 a:hover {
    color:#ffffff;
}

.social {
    float: right;
}

.social h5 {
    margin-bottom: 18px;
}


.social h5 a {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    color: #286242;
    background: url('../img/geral/facebook.png') top center no-repeat;
    padding: 50px 0 0 0;
    text-align: center;

        -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social h6 a {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    color: #286242;
    background: url('../img/geral/voltar-institucional.png') top center no-repeat;
    padding: 50px 0 0 0;
    text-align: center;
}

.social h6 a:hover,
.social h5 a:hover {
    opacity:0.6;
}

.last {
  padding: 12px 6px 12px 35px;
}

.last p,
.last p a {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
}

.direitos {
  float: left;
}

.desenvolvido {
  float: right;
}

@media screen and (max-width: 1080px) {
    .pagamento,
    .contato_rdp {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .nav_rdp {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .pagamento {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .pagamento img {
        max-width: 100%;
    }

    .rodape {
        padding: 25px 0;
    }

    .last {
        padding: 12px 0;
    }
}

@media screen and (max-width: 550px) {
    .contato_rdp {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .social h5,
    .social h6 {
        float: left;
        margin: 0 10px;
    }

    .social {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    .social div {
        display: inline-table;
    }

    .direitos {
        margin-bottom: 8px;
    }

    .direitos,
    .desenvolvido {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 350px) {
    .contato_rdp h3 br {
        display: none;
    }
}

/*
  ========================================
        DETALHES
  ========================================
*/

.img_detalhes {
    float: left;
    width: 45%;
}

.content_detalhes {
    float: right;
    width: 50%;
}

.content_detalhes h2 {
    font-size: 28px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 20px;
}

.content_detalhes p {
    font-size: 14px;
    color: #323232;
    margin-bottom: 25px;
}

.content_detalhes h3 {
    font-size: 18px;
    color: #959595;
    text-decoration: line-through;
}

.content_detalhes h4 {
    font-size: 34px;
    font-weight: 900;
    color: #286242;
    line-height: 1.1;
}

.content_detalhes h4 span {
    font-size: 14px;
    margin-left: 8px;
}

.precos select {
    width: 200px;
    font-size: 14px;
    color: #848484;
    font-weight: 600;
    background:#ffffff;
    border: 1px solid #b7b7b7;
    margin-top: 12px;
}

.precos {
    margin-bottom: 35px;
}

.precos h5 {
    font-size: 16px;
    color: #93c84e;
    font-weight: 900;
    margin: 7px 0 0 0;
}

.quantidade {
    float: left;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
}

.quantidade input {
    float: left;
    background: white;
    font-size: 26px;
    color: #606060;
    border: none;
    text-align: center;
    padding: 9.5px 0px;
}

.setas_qt {
    float: right;
}

.seta_cima,
.seta_baixo {
    display: block;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.seta_cima {
    background: url('../img/geral/seta-cima-carrinho.png') center no-repeat;
}

.seta_baixo {
    background: url('../img/geral/seta-baixo-carrinho.png') center no-repeat;
}

.simulador_frete {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #286242;
    font-weight: 900;
}

.simulador_frete div {
    position: relative;
    margin-bottom: 3px;
}

.simulador_frete input[type="text"] {
    width: 100%;
    padding: 8px 13px;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    outline: none;
    font-size: 16px;
    color: #286242;
    position: relative;
    z-index: 1;
    font-family: 'Lato', sans-serif;
}

.simulador_frete .btn2,
.simulador_frete .btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #286242;
    border: 1px solid #286242;
    width: 100px;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    font-size: 20px;
    /* font-weight: 600; */
    color: #ffffff;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.simulador_frete .btn:hover {
    background: #93c84e;
    border: 1px solid #93c84e; 
}

.botao_comprar .btn {
    background: #93c84e url('../img/carrinho-detalhes.png') left 55px center no-repeat;
    border: 1px solid #93c84e;
    margin-top: 25px;
    font-size: 25px;
    font-weight: 600;
    color: #393939;
    text-align: center;
    width: 260px;
    outline: none;
    cursor: pointer;
    padding: 17px 30px 17px 70px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.botao_comprar .btn:hover {
    background: #75a13c url('../img/carrinho-detalhes.png') left 55px center no-repeat;
    border: 1px solid #75a13c;
}

.left_cep {
    float: left;
    width: 31%;
}

@media screen and (max-width: 900px) {
    .left_cep {
        width:40%;
    }

    .carrinho .simulador_frete {
        width:100%!important;
    }
}

@media screen and (max-width: 800px) {
    .content_detalhes,
    .img_detalhes {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .botao_comprar .btn {
        width: 100%;
        background: #93c84e;
        padding: 15px;
    }
}

/*
  ========================================
        CARRINHO
  ========================================
*/

.carrinho li {
    border: 1px solid #707070;
    margin-bottom: 22px;
}

.img_carrinho {
    float: left;
    width: 15%;
    text-align: center;
    padding: 10px;
}

.img_carrinho a {
    display: block;
    width: 100%;
    position: relative;
}

.img_carrinho span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #286242;
    opacity: 0.8;
    padding: 3px 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.txt_carrinho {
    float: left;
    position: relative;
    width: 37%;
    padding: 30px 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #323232;
}

.posicao_quant {
    float: left;
    margin-left: 25px;
    margin-top: 32px;
}

.posicao_quant h6 {
    font-size: 17px;
    font-weight: 900;
    color: #286242;
    width: 100%;
    text-align: center;
}

.preco {
    float: right;
    margin-right: 45px;
    margin-top: 40px;
    text-align: center;
}

.preco h5 {
    font-size: 25px;
    font-weight: 600;
    color: #494949;
    text-align: center;
    margin-bottom: 18px;
}

.preco h6 a {
    font-size: 14px;
    font-weight: 600;
    color: #ab0303;
    text-align: center;
}

.preco h6 a:hover {
    color:#550f0f;
}

.total {
    float: right;
    font-size: 20px;
    font-weight: 600;
    color: #494949;
    margin-bottom: 40px;
    margin-right: 25px;
}

.total span {
    font-size: 35px;
    font-weight: 900;
    color: #286242;
    margin-left: 8px;
}

.carrinho .simulador_frete {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 900;
}

.continuar_comprando {
    float: left;
    margin-left: 10%;
    background: blue;
}

.continuar_comprando a {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #393939;
    padding: 19.5px 35px;
    text-align: center;
    background: #93c84e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.finalizar_compra {
    float: right;
}

.finalizar_compra a {
    display: block;
    font-size: 25px;
    font-weight: 900;
    color: #393939;
    padding: 17px 35px 17px 100px;
    background: #93c84e url('../img/geral/mao-dinheiro.png') left 25px center no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.continuar_comprando a:hover {
     background: #80b936;   
}

.finalizar_compra a:hover {
    background: #80b936 url('../img/geral/mao-dinheiro.png') left 25px center no-repeat;
}

#consulta_frete {
    float: left;
    width: 100%;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 16px;
    color: #286242;
    font-weight: 600;
}

.carrinho #consulta_frete  span {
    padding: 0;
    float: none!important;
}

.carrinho #consulta_frete  span p{
    margin-bottom: 0;
}

#consulta_frete &gt; span {
    padding: 10px;
}



#consulta_frete  span {
    float: left;
    display: block;
    margin-top:13px;
}

#consulta_frete p {
    float:left;
}

@media screen and (max-width: 1100px) {
    .continuar_comprando {
        margin-left: 5%;
    }
}

@media screen and (max-width: 1024px) {
    .left_cep {
        width: 100%;
        margin-bottom: 15px;
    }

    .finalizar_compra,
    .continuar_comprando {
        width: 48%;
        margin: 0;
    }
}

@media screen and (max-width: 900px) {
    .img_carrinho,
    .txt_carrinho {
        width: 100%;
    }

    .txt_carrinho {
        padding: 0 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .posicao_quant,
    .preco {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .posicao_quant h6 {
        float: left;
        width: 100%;
    }

    .center_posicao {
        display: inline-table;
    }

    .carrinho li {
        padding: 15px;
    }

    .carrinho .simulador_frete {
        width: 45%;
    }

    .carrinho li .quantidade {
        float:none;
    }
}

@media screen and (max-width: 720px) {
    .continuar_comprando,
    .finalizar_compra {
        width: 100%;
    }

    .finalizar_compra {
        margin-top: 15px;
    }

    .finalizar_compra a {
        padding: 16px 35px;
        text-align: center;
        background: #93c84e ;
    }
}

@media screen and (max-width: 500px) {
    .total {
        text-align: center;
        width: 100%;
        margin: 0 0 25px 0;
    }

    .finalizar_compra {
        width: 100%;
    }

    .finalizar_compra a {
        width: 100%;
        padding: 20px;
        background: #93c84e;
        text-align: center;
    }

    .finalizar_compra a:hover {
        background: #93c84e;
    }
}


/*INPUTS*/

.etapas_compra {
    margin-bottom: 30px;
}

.etapas_compra h3 {
    display: inline-table;
    font-size: 30px;
    font-weight: 600;
    color: #707070;
}

.etapas_compra h3 i {
    color: #286242;
}

.etapas_compra span {
    display: inline-block;
    margin: 0 35px;
    width: 19px;
    height: 23px;
    background: url('../img/geral/seta-etapas.png') center no-repeat;
}

.inputs h2 {
    font-size: 30px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 35px;
}

.inputs h6 {
    font-size: 20px;
    color: #8b8b8b;
    margin-bottom: 5px;
}

.inputs input[type="text"], textarea {
    padding: 7px 15px;
    background:#ffffff;
    border: 1px solid #707070;
    outline: none;
    font-size: 16px;
    color: #286242;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.inputs select {
    width: 100%;
    padding: 6px 15px;
    background:#ffffff;
    border: 1px solid #707070;
    outline: none;
    font-size: 16px;
    color: #a7a7a7;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

.inputs .btn {
    float: right;
    padding: 20px 25px 18px 75px;
    border:none;
    outline: none;
    font-size: 20px;
    color:#393939;
    font-weight: 600;
    cursor:pointer;
    margin-top: 20px;
    border: 1px solid #93c84e;
    background: #93c84e url('../img/geral/document.png') left 30px center no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inputs .btn:hover {
    border: 1px solid #72a333 ;
    background: #72a333  url('../img/geral/document.png') left 30px center no-repeat;
}

.inputs textarea:focus,
.inputs select:focus,
.inputs input:focus {
    border:1px solid #72a333;
}

.preview {
    margin-top:20px;
}

.preview,
.preview * {
    color: #93c84e;
    font-size: 18px;
    font-weight: 600;
}

.btn_carrinho .btn {
    font-size: 25px;
    font-weight: 900;
    color: #393939;
    padding: 17px 35px 17px 100px;
    background: #93c84e url('../img/geral/mao-dinheiro.png') left 25px center no-repeat;
}

.btn_carrinho .btn:hover {
    background: #72a333  url('../img/geral/mao-dinheiro.png') left 25px center no-repeat;
}


.left_input .margin {
    float: left;
    margin-right: 2%;
}

.left_input .margin:last-child {
    margin-right: 0%;
}

.margin {
    margin-bottom: 10px;
}

::-webkit-input-placeholder {
    color: #1271a8;
}

::-moz-placeholder {
    color: #1271a8;  
}

::-moz-placeholder { 
    color: #1271a8;  
} 

:-ms-input-placeholder {  
    color: #1271a8;  
}

.tipo_frete {
    margin-bottom: 10px;
    margin-top: 15px;
}

.tipo_frete li {
    float: left;
    margin-right: 3%;
    font-size: 20px;
    color: #8b8b8b;
}

@media screen and (max-width: 900px) {
    .margin {
        width: 100%!important;
        margin-right: 0!important;
    }

    .inputs h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .tipo_frete {
        margin-top: 0;
    }

    .tipo_frete li {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 600px) {
    .etapas_compra h3,
    .etapas_compra span {
        display: block;
        text-align: center;
    }

    .etapas_compra span {
        padding-top: 32px;
        margin: 0 auto;
        background: url('../img/geral/seta-down.png') center no-repeat;
        width: 23px;
    }
}

@media screen and (max-width: 500px) {
    .inputs .btn {
        padding: 15px 0;
        background: #93C84D ;
        width: 100%;
    }

    .inputs .btn:hover {
        background: #72a333 ;
    }
}

/*INPUT RADIO*/

 .inputs input[type="radio"] {
    display: none!important;
}

 .inputs input[type="radio"] + label {
    cursor: pointer;
}

 .inputs input[type="radio"] + label span {
    display:inline-block;
    width: 40px;
    height: 40px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url('../img/geral/checkbox.png') left top no-repeat;
    cursor:pointer;
}

 .inputs input[type="radio"]:checked + label span {
    background:url('../img/geral/checkbox-hover.png') left top no-repeat;
}

/*INPUT CHECK*/

 .carrinho .input_check span,
 .carrinho .input_check lable,
 .carrinho .input_check input[type="radio"] {
    height: 0!important;
    width: 0!important;
 }

 .input_check input[type="radio"] {
    display: none!important;
}

 .input_check input[type="radio"] + label {
    cursor: pointer;
}

 .input_check input[type="radio"] + label span {
    display:inline-block;
    width: 40px;
    height: 40px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url('../img/geral/checkbox.png') left top no-repeat;
    cursor:pointer;
}

 .input_check input[type="radio"]:checked + label span {
    background:url('../img/geral/checkbox-hover.png') left top no-repeat;
}

.float_fretes {
    width: 100%;
}

.float_fretes .simulador_frete {
    width: 40%;
    float: left;
}

.float_fretes .checkbox {
    float: left;
    margin-right: 50px;
}

@media screen and (max-width: 650px) {
    .float_fretes .simulador_frete {
        width: 100%;
    }
}</pre></body></html>