/*Cores*/
.cabecalho{border:0.1px solid rgba(197, 170, 225, 0.322);}
.itens {background-color: rgb(243, 152, 187);color: white;}
.itens-pagina-produto,.superpfertas{background-color: rgb(231, 163, 189);color: white;}
.btn-procurar{background-color: rgba(102, 199, 167, 0.651);color:white;}
.bg-footer{background-color: rgb(221, 220, 220);}
.bg-bag{background-color:rgb(218, 101, 113);}
.bg-newlist{background-color:rgba(236, 168, 193, 0.87);}
.btn-btnpessoafisica,.bgh6-pessoafisica{background-color:rgba(214, 189, 247, 0.493);}
.btn-btnpessoajuridica,.bg-pessoajuridica{background-color: rgba(102, 199, 167, 0.651);}
.btn-enviar{background-color: #D797B0;color: white;}
.servicos h4{color: rgb(83, 138, 126);}
.footer-link-h5{color:rgba(138, 136, 136, 0.932);font-weight: 700;}
.footer-link{color:rgba(82, 80, 80, 0.719);font-weight: 500;}
.footer-link:hover{color: rgba(176, 180, 180, 0.795);}
.copyright{background-color: rgb(80, 87, 94);}
.text-voltaraotopo{color:rgb(255, 255, 255);padding: 5px;}
.text-voltaraotopo:hover{background-color:rgba(236, 168, 193, 0.87);color:rgb(235, 233, 233);border-radius: 10px;}
.fa-facebook-square{background-color:white;color:rgba(59, 88, 152, 0.849);padding: 5px 7px;}
.fa-instagram{background-color:white;color:rgba(167, 47, 141, 0.849);padding: 5px 7px;}
.fa-whatsapp{background-color:white;color:rgba(66, 181, 87, 0.849);padding: 5px 7px;}
.fa-youtube-square{background-color:white;color:rgba(196, 48, 43, 0.849);padding: 5px 7px;}
.produto:hover{border:.1px solid rgb(206, 204, 204)}
.bg-prod {background-color: rgb(243, 152, 187);color: #fff;}
/*Fim cores*/
  
/*Index*/
.menu_fixed {position: fixed;z-index: 9999 !important;width: 100%;box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);top: 0;background-color: #fff;}
.display-location{display: none;}
.bg-prod{background-color: rgb(243, 152, 187);color: #fff}
.product_name a{font-size: 20px;line-height: 1.2;color: #4a4a4a;font-weight: 500;}
.category{font-size: 14px;color: #969696;font-style: italic;font-weight: 400;}
.preco{font-size: 20px;color: #2fce98;font-weight: 500;line-height: 0.75;}
.like,.shop{color: #6c757dad;}
.product_name a:hover{color: #ffffff;}
.like:hover,.shop:hover{background: #2fce98;color: #FFFFFF;}
.fa-plus-circle{color: #2fce98;}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
    
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.bg-entrar,.bg-entrar-facebook{font-size: 15.5px;}
.dropdown-user-link__dec{font-size: 14px;}
.dropdown-content {display: none;position: absolute;z-index: 1;}
.dropdown-content a {text-decoration: none;display: block;}
.dropdown-user:hover .dropdown-content {display: block;}
.border-bottom-a{border-bottom: 1px solid rgba(231, 230, 230, 0.589);} 
/*Login Cadastro*/
.esconder{display: none;}

@media (min-width:340px){
    .logincadastro{width: 320px;position: absolute;margin-top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%)}
    .cabecalho .bars{font-size: 34px;color: #7a7979;}
    .cabecalho .user{background-color: #b6b6b6;color:white;font-size: 28px;cursor: pointer;}
    .carinho{margin-top: -9px;}
    .badge{margin-left: -7px;}
    .servicos__item{margin-bottom:12px;border:0.6px solid rgba(185, 185, 185, 0.425);border-radius: 11px;}
    .mapa iframe{height: 320px;}
}

@media (min-width: 576px) {
  }

@media (min-width: 768px) { 
    .logincadastro{width: 350px;position: absolute;margin-top:0;top: 35%;left: 50%;transform: translateY(-50%) translateX(-50%)}
    .produto{width: 75%;display: block;margin: 0 auto;}
 }

@media (min-width: 992px) { 
    .superpfertas{background-color: rgba(215, 151, 175, 0);color:rgb(64, 137, 179);}
    .conta{padding-top: 14px;border-left: .8px solid rgba(168, 168, 168, 0.651);}
    .itens_{margin-right: 18px;}
    .minhaconta{padding-right: 20px;}
    .logincadastro{width: 400px;}
    .conta{padding-left: 22px;}
    .conta a{font-size: 15px;}
    .servicos__item{margin-bottom:0;}
    .entrar-desktop,.cadastrar-desktop{color: #bd64c9;}
    .camposobrigatorios{margin-top:-15px;float: right;}
    .form-contato{max-width: 700px;display: block;margin: 0 auto;}
    .mapa iframe{height: 250px;}
}

@media (min-width: 1200px) { 
    .container-loja{min-width: 1300px;}
    .link-space{margin-right: 15px;}
    .conta{padding-left: 36px;}
    .conta a{font-size: 16px;}
    .minhaconta{padding-right: 30px;}
}

@media (min-width:1280px){
}

@media (min-width: 1366px) { 
    .minhaconta{padding-right: 40px;}
}

@media (min-width: 1600px) { 
    .itens_{margin-right: 28px;}
}

@media (min-width: 1890px) { 
    .container-loja{min-width: 1300px !important;}
    .form-contato{max-width: 800px;display: block;margin: 0 auto;}
}