/*mobile*/

@media only screen and (max-width: 1500px) {
  .contactos-page,
  .sobrenos_div4_list {
    width: 90%;
  }
}

@media only screen and (max-width: 1280px) {
  .subnav-list {
    position: unset;
    background-color: inherit;
    width: 100%;
  }

  .only_mobile_language .language_list {
    margin-left: 0px;
    padding-left: 30px;
    font-size: 23px;
  }

  .only_desktop {
    display: none;
  }
  .only_mobile_language {
    display: flex;
  }

  .thumbs .thumb-image img {
    margin: auto;
  }

  .product_side {
    max-width: 100%;
  }

  .menu_cat {
    display: none !important;
  }

  .cat_list2 {
    display: none;
  }

  .cart_end h5 {
    font-size: 22px;
  }

  .cart_values_box,
  .cart_values_total span:first-of-type {
    font-size: 19px;
  }

  .cart_values_total span:last-of-type {
    font-size: 21px;
  }

  .code_promo .contact-btn,
  .cart_end_finalize .contact-btn {
    font-size: 19px;
  }

  .contactos-page {
    padding-top: 20px;
  }

  .sobrenos_div1 .text {
    line-height: 40px;
  }
  .sobrenos_div1 {
    margin-top: 40px;
    max-width: 700px;
  }
  .sobrenos_div2 {
    margin-top: 70px;
  }
  .sobrenos_div3 {
    margin-top: 100px;
  }
  .sobrenos_div4 {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .sobrenos_div5 {
    margin-bottom: 20px;
  }

  .cart-pini-itens {
    right: 30px;
  }

  .product_page {
    flex-direction: column;
  }

  .product_page .product-div {
    max-width: 100%;
  }

  .product_page .big {
    margin: auto;
  }

  .product-detail {
    flex-direction: column-reverse; /* Muda para disposição em coluna */
  }

  .thumbs {
    margin-top: 40px !important;
    max-width: 650px;
    margin: auto;
    width: 100%;
    overflow-y: unset;
  }

  .product_page .product-div .personalize h2 {
    font-size: 24px;
  }

  .product_page .product-div .personalize label {
    font-size: 20px;
    padding-left: 20px;
  }

  .personalize_div .personalizeprice p {
    font-size: 20px;
  }

  .product_page .product-div .price {
    font-size: 22px;
  }

  .personalize_div .content {
    font-size: 18px;
  }

  .thumbs-container {
    height: 500px;
  }

  .pass_recovery_div,
  .sobrenos_div2,
  .sobrenos_div3 .text,
  .sobrenos_div5 .text-box,
  .sobrenos_div5 .div h4 {
    font-size: 18px;
  }

  .form_order h4 {
    font-size: 20px;
  }

  .form_order_div,
  .form_order_div input,
  .order_dados_edit span,
  .radio_input label {
    font-size: 16px;
  }

  .copyright {
    padding: 0 10px;
  }

  .footer .info,
  .info_2 .box span,
  .info_2 .box a {
    font-size: 18px;
  }

  .login_div .tab {
    font-size: 28px;
  }

  .tablinks {
    margin: 0 10px;
  }

  .faqdiv h2 {
    font-size: 25px;
  }

  .faq_text {
    font-size: 16px;
  }

  .areareservada_menu h4,
  .areares_dados_div h4,
  .areareservada_dados h4 {
    font-size: 18px;
  }
  .areareservada_dados label,
  .areares_dados_div input,
  .w3-select {
    font-size: 16px;
  }
  .custom-select .arrow i {
    font-size: 0.8em;
  }

  .areares_menu_ul li {
    font-size: 18px;
  }

  .products_page h3 {
    font-size: 20px;
  }

  .products_cat {
    font-size: 18px;
  }

  .path {
    font-size: 18px;
  }

  .btn_mostrarmais {
    font-size: 18px;
  }

  .news_text_container h1 {
    font-size: 18px !important;
  }

  .contact_div {
    font-size: 18px;
  }

  .contact_div_header {
    font-size: 25px;
  }

  .close_filter {
    display: block;
  }

  .cat_div {
    display: flex;
  }

  .filter_box_body {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background-color: rgba(255, 255, 255);
    z-index: 9999;
    padding-top: 6rem;

    border-right: 2px solid rgb(155, 123, 52);
    transition: transform 0.5s ease;

    display: none;
  }

  .filter_box_scrollable {
    overflow-y: scroll;
    padding-left: 2rem;
    padding-right: 2rem;
    height: calc(100vh - 96px);
  }

  .filter_box_body .line:first-of-type {
    display: none;
  }

  .products_page {
    flex-direction: column;
  }

  .product_listgrid {
    column-gap: 30px;
  }

  .filter_box {
    max-width: 100%;
    align-items: center;
    display: flex;
    padding: 0 20px;
    max-height: 3rem;
  }

  .filter_box .header {
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .banner_section {
    flex-direction: column;
  }

  .banner_slider {
    width: 100%;
  }

  .cookie-message-wrapper span {
    line-height: 1;
    text-align: center;
  }

  .cookie-inner-wrapper .button {
    margin-top: 10px;
  }

  .cookie-inner-wrapper a {
    padding-top: 10px;
  }

  .btn_cookie_accept {
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
  }

  .page-popup.open .page-popup-content {
    margin: 20% auto;
    max-width: 90%;
  }

  .page-popup.open .page-popup-content .page-popup-inner-content img {
    width: 100%;
  }

  .banner1 {
    padding-top: 15px;
  }

  .banner_section .text1 {
    font-size: 40px;
  }

  .banner_section .text2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .banner-img-all {
    display: flex;
  }

  .navbar {
    display: none;
    gap: 25px;
    list-style-type: none;
    padding: 30px 30px;
    align-items: baseline;
    flex-direction: column;
    flex: initial;
  }

  .navbar_extra {
    min-height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    justify-content: initial;
    display: none;
  }

  .main-nav {
    height: auto;
    padding: 15px 30px;
    width: 100%;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-web {
    display: block;
  }

  .logo {
    padding: 0 20px;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .areacliente {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
  }

  .contactos-page h1,
  .section_product .text p,
  .title-home {
    font-size: 30px;
  }

  .section_product .text span,
  .news_section .text span {
    font-size: 18px;
    border-bottom: 1px solid #9b7b34;
  }

  .newsletter_div .text_container h1 {
    font-size: 40px;
  }

  #searchIcon {
    display: none;
  }

  .navbar_hr {
    display: block;
  }

  .mobile-hamburger {
    display: block;
    max-width: 122px;
    width: 100%;
  }

  .toggle-sidebar {
    position: relative;
    display: block;
    width: 30px;
    height: 44px;
    margin: 0 0px 0 0px;
    background: transparent;
    font-size: 0;
    color: transparent;
    z-index: 100;
    top: 0px;
  }

  .toggle-sidebar:before {
    margin-top: -5px;
    height: 16px;
    border-top: 2px solid #858585;
    border-bottom: 2px solid #858585;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    width: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .toggle-sidebar:after {
    height: 2px;
    background: #858585;
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    width: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .toggle-sidebar.sidebar-open:before {
    transform: rotate(135deg);
    height: 0;
    border-bottom: 0;
    margin-top: 0;
    border-top: 2px solid #707070;
    top: 22px;
  }

  .toggle-sidebar.sidebar-open:after {
    transform: rotate(225deg);
    background-color: #707070;
  }

  .product_list .slick-dots {
    bottom: -50px;
  }

  .text-content {
    margin-bottom: 20px;
  }

  .sobrenos_div1 img {
    max-width: 25px;
  }

  .rotulo-text h2,
  .sobrenos_div1 .text {
    font-size: 24px;
  }

  .rotulo-text {
    width: 80%;
  }

  .lista_category .category::after {
    display: none;
  }

  .section_categories span {
    font-size: 30px;
  }

  /*serviços teste */

  .servicos_div .servico_img img {
    width: auto;
    object-fit: cover;
    max-height: 400px;
    max-width: 100%;
  }

  .servicos_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .servicos_div {
    flex-direction: column-reverse;
    gap: 40px;
    margin-top: 40px;
  }

  .servico_img {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
  }

  .news_section .text p {
    font-size: 30px;
  }

  .products_page {
    padding: 0;
  }

  .section_rotulo {
    height: 400px;
  }
}

@media only screen and (max-width: 1100px) {
  .order_summary .cart_page {
    margin-top: 100px;
    width: 100%;
  }

  .areareservada_section {
    flex-direction: column;
    gap: 0;
  }

  .areareservada_menu {
    max-width: 100%;
  }

  .areares_menu_ul {
    overflow-y: hidden;
    margin-top: 0px;
    border-right-width: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 0;
  }

  .areares_menu_ul li {
    align-items: center;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    border: 0;
  }

  .areares_menu_ul li a {
    white-space: nowrap;
  }

  .areares_menu_ul li img {
    display: none;
  }

  .order_summary .form_order {
    width: 100%;
  }

  .order_summary {
    flex-direction: column;
    gap: 0;
  }

  .cart_page {
    flex-direction: column;
  }

  .cart_list,
  .cart_end {
    width: 100%;
  }

  .cart_list {
    margin-bottom: 60px;
  }

  .contactos-flex {
    padding: 2rem 0 0 0;
    flex-direction: column-reverse;
    gap: 6rem;
    margin-bottom: 5rem;
  }
  .location-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 15px;
  }

  .news_page {
    flex-direction: column;
  }

  .news_page_div1 {
    width: 100%;
  }
  .news_page_div2 {
    width: 100%;
  }
  .news_page_div1-50 {
    margin-right: 0px;
  }

  .news_search {
    grid-column: span 2;
  }

  /* A.M. Removido 16-12-2024
  .lista_category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
  }*/

  .category {
    margin: 0 auto;
    max-width: 125px;
  }

  .lista_category .separator {
    display: none;
  }

  .news_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .section_categories .text_box {
    margin-top: 45px;
    font-size: 20px;
  }

  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    justify-content: center;
    row-gap: 50px;
    column-gap: 20px;
  }

  .footer .info_m,
  .footer .icons,
  .footer .info p {
    justify-content: center;
    text-align: center;
  }

  .footer .info {
    grid-column: span 2;
  }

  .footer .footer_menu {
    grid-row: 2 / 3;
  }

  .footer .info_2 {
    grid-row: 2 / 3;
  }

  /*
.servico {flex-direction: column; gap:10px;align-items: center;}

.servico .text {
  align-items: center;
  text-align: center;
}*/
}

/*apenas mobile pequeno*/

@media only screen and (max-width: 900px) {
  /* order history */

  .areareservada_orderhistory > div:nth-child(2) {
    margin-bottom: 20px;
  }

  .hide-for-small {
    display: none;
  }

  .show-for-small {
    display: block;
  }

  .line-1 > div {
    width: 50%;
  }

  .line-2 > div:first-child {
    width: 80%;
  }

  .line-2 > div:last-child {
    width: 20%;
  }

  .info-order {
    flex-direction: column;
    gap: 20px;
  }

  .info-order > div {
    width: 100%;
  }

  .carrinho_page .product_list,
  .sobrenos-page .product_list {
    padding: 0;
  }

  .carrinho_page .section_product .text {
    padding-right: 0;
  }

  .sobrenos-page .section_product .text {
    padding-right: 0;
  }

  .carrinho_page .product_list .slick-dots,
  .sobrenos-page .product_list .slick-dots {
    margin-left: 0;
  }

  .sobrenos_div3 {
    flex-direction: column;
  }

  .sobrenos_div5 .div {
    flex-direction: column;
  }

  .section_product .text {
    padding-right: 0;
  }

  .section_product .product_list {
    padding: 0 !important;
  }

  .section_product .product_list .slick-dots {
    margin-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .only_mobile_language .language_list {
    padding-left: 15px;
  }

  .orderhistory_header {
    flex-direction: column;
  }

  .history_date_filter {
    align-items: baseline;
  }

  .product_history .c_product_box {
    flex-direction: row;
  }

  .limpar {
    font-size: 20px;
  }

  .order_summary .counter {
    margin: 0;
  }

  .cart-pini-itens {
    right: 15px;
  }

  .label_flex {
    flex-direction: column;
    gap: 10px;
  }

  .mobile-hamburger {
    max-width: 96px;
  }

  .banner_section .text1 {
    font-size: 30px;
  }

  .cart_page .counter,
  .cart_page .priceandclear {
    margin-top: 0;
  }

  .cart_page .priceandclear .price.unit {
    display: none;
  }

  .cart_page .priceandclear .price {
    padding-left: 0;
  }

  .sobrenos_div4_list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rgpd span,
  .reg_newsletter_checkbox {
    font-size: 16px;
  }

  .box_c_product {
    max-width: 300px;
    margin: auto;
    width: 100%;
    padding: 1rem;
    border: 1px solid #d9d9d9;
  }

  .detail_extra {
    margin-left: 0;
  }

  .c_product {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-right: 0;
  }

  .counter {
    grid-row: 2/2;
    width: 100%;
    gap: 4px;
  }

  .c_product_box {
    flex-direction: column;
    grid-column: span 2;
  }

  .image-container {
    margin: auto;
  }

  .form-steps__item-text {
    font-size: 16px;
  }

  .label-simple-wp span,
  .form-link {
    font-size: 16px;
  }

  .code_promo input::placeholder {
    font-size: 16px;
  }

  .orderhistory_header label {
    display: none;
  }

  .rotulo-text {
    width: 100%;
  }

  .product_list_text {
    flex-direction: column;
  }

  .navbar {
    padding: 30px 15px;
  }

  .main-nav {
    padding: 15px;
  }

  .product_listgrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .location-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .contactos-page {
    padding: 0 15px;
    padding-top: 2rem;
    width: 100%;
  }

  .contact_div:last-child {
    margin-bottom: 0;
  }

  .grid-container {
    padding: 0 15px;
  }

  .area_res a {
    gap: 5px;
  }

  .area_res a span {
    display: none;
  }

  .area_res img {
    width: 28px;
  }

  .news_list .slick-dots {
    bottom: -55px;
  }

  .subscription {
    padding: 0.05rem 1rem;
  }

  .subscription_email {
    height: 44px;
  }

  .subscription_email input {
    height: 44px;
  }

  .servico .text p,
  .news_section .news_list .text_container h1 {
    font-size: 18px;
  }

  .newsletter_div .text_container h1 {
    font-size: 25px;
  }

  .newsletter_div .text_container p,
  .subscription,
  .subscription_email input {
    font-size: 18px;
  }

  .subscription_email input {
    padding-right: 112px;
  }

  .servicos_list {
    grid-template-columns: 1fr;
  }

  .copyright p {
    font-size: 16px;
  }

  .faq_pf {
    margin: 0 0px 10px 0px;
  }

  .product_box {
    min-height: 205px;
  }
}

/*end apenas mobile pequeno*/

@media only screen and (max-width: 560px) {


  .banner_section .text2{text-align: center;}

  .lista_category p{font-size: 18px;}
  .title-home {text-align:left}

  .text-content{width: 100%; display: flex; justify-content: space-between; align-items: center;}

  .thumbs .thumb-image img {
    min-width: auto !important;
  }

  .rotulo-text {
    font-size: 20px;
  }
  .cookie-inner-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .form_contact_div label {
    font-size: 20px;
  }
  .contact_div_header {
    font-size: 23px;
  }
  .contact-section .contact-btn {
    font-size: 18px;
  }
  .form_contact_div input,
  .form_contact_div textarea {
    font-size: 16px;
  }

  .faqdiv h2 {
    font-size: 23px;
  }
  .faq_header p {
    font-size: 18px;
  }
  .faq_text {
    font-size: 15px;
  }

  .sobrenos_div1 img {
    max-width: 20px;
  }
  .sobrenos_div1 {
    margin-top: 15px;
  }
  .sobrenos_div1 .text {
    line-height: 30px;
    font-size: 20px;
    text-align: justify;
  }
  .sobrenos_div2 {
    margin-top: 50px;
  }
  .sobrenos_div3 {
    margin-top: 80px;
  }
  .sobrenos_div4 {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .sobrenos_div5 {
    margin-bottom: 0;
    gap: 60px;
  }

  .sobrenos_div3 img {
    max-width: 240px;
  }

  .login_div .tab {
    font-size: 24px;
  }

  .product h1 {
    font-size: 18px;
  }
  .product p {
    font-size: 14px;
  }
  .product .price * {
    font-size: 16px;
  }

  .contactos-page h1,
  .section_product .text p,
  .title-home {
    font-size: 26px;
  }

  body {
    margin-top: 68px;
  }

  .section_product {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section_categories {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .newsletter_div {
    margin-top: 60px;
  }

  .banner_section .text1 {
    text-align: center;
  }

  #logo {
    display: none !important;
  }
  #logo2 {
    display: block !important;
  }
  .main-nav {
    height: 68px;
  }
  #search-input input {
    height: 40px; /* Altura do input de pesquisa para dispositivos móveis */
  }
  .search {
    top: 68px; /* Posição top do elemento de pesquisa para dispositivos móveis */
  }

  .cart-pini-itens {
    top: 69px;
  }

  .product_listgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .footer .footer_menu,
  .footer .info_2 {
    text-align: center;
  }

  .footer .footer_menu {
    grid-row: 2/3;
    min-width: 267px;
  }

  .footer .info_2 {
    grid-row: 3/3;
  }

  .box_header {
    justify-content: center;
  }
/* A.M. 16-12-2024
  .lista_category {
    grid-template-columns: repeat(2, 1fr);
  }*/

  .news_page_div2 {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .banner-img img {
    margin: auto;
  }
  .plk-cart-overflow {
    height: 20vh;
  }
  .rotulo-text {
    font-size: 18px;
  }
  .rotulo-text h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 360px) {
  .endline {
    flex-wrap: wrap;
  }
  .areares_savedata p {
    font-size: 12px;
  }
  .filter_box_body {
    width: 100%;
  }
}
