@media only screen and (max-width: 1250px) {
  .page_ h1 {
    font-size: 28px;
  }

  .menu-list a {
    margin: 0 10px;
  }

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

  .data_3 {
    flex-wrap: wrap;
  }

  .data_billing_0 .btn-showcart {
    margin-left: initial;
  }

  .woocommerce_eupago_table.history #plk-mbway-number {
    max-width: fit-content;
  }
  .woocommerce_eupago_table.history .mwbway-field-wrapper.display-flex {
    margin: initial;
  }
}

/*mobile*/

@media only screen and (max-width: 1000px) {
  .cart_page1 h1 {
    font-size: 24px;
  }

  .promo_code2 div {
    justify-content: end;
  }
}

@media only screen and (max-width: 800px) {
  /* Angela 18/06/2025 ---------//////*/
  .btn_carrinho {
    width: 50%;
  }

  .nav-item.show1 .subnav-list {
    display: block;
  }

  .plk_img_cat {
    display: none !important;
  }

  #menu-background {
    display: none !important;
  }

  .subnav-list {
    position: unset;
    list-style: none;
    font-size: 1.125rem;
    line-height: 30px;
    padding-top: 0px;
  }

  .menuarrow {
    display: block;
  }

  .cookie-inner-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .cookie-inner-wrapper img,
  .cookie-inner-wrapper .text {
    grid-row: 1;
  }

  .cookie-inner-wrapper button {
    grid-row: 2;
    grid-column: 2;
  }

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

  .cart_page1 {
    width: 100%;
  }

  .cart_page2 {
    width: 100%;
  }

  .separator {
    margin: 0 5px;
  }

  .btn_filtromobile {
    display: flex;
    gap: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding: 1rem 0;
  }

  .btn_filtromobile button {
    margin: 0 1rem;
  }

  .btnclose_filtromobile button {
    margin-right: 35px;
  }

  .btnclose_filtromobile {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    padding: 1rem;
    z-index: 9999;
  }

  .cookie-inner-wrapper {
    flex-direction: column;
  }

  .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;
  }

  /** MENU OPEN**/
  /*icon menu*/
  .toggle-sidebar {
    position: relative;
    display: block;
    width: 87px;
    height: 44px;
    margin: 0 0px 0 0px;
    background: transparent;
    font-size: 0;
    color: transparent;
    top: 0px;
    z-index: 100;
  }

  .toggle-sidebar:before {
    margin-top: -5px;
    height: 11px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .toggle-sidebar:after,
  .toggle-sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    width: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
  }

  .toggle-sidebar:after {
    top: 23px;
    height: 1px;
    background: #000;
  }

  .toggle-sidebar.sidebar-open:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0;
    border-bottom: 0;
    margin-top: 0;
  }

  .toggle-sidebar.sidebar-open:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  /*end icon menu*/
  .overlay-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
  }

  .overlay-wrapper--header {
    display: block;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out;
  }

  .overlay-wrapper--header {
    z-index: 20;
  }

  .overlay-wrapper__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }

  .overlay-wrapper--header .overlay-wrapper__background {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  .overlay-wrapper--header .overlay-wrapper__background {
    background: rgba(0, 0, 0, 0.6);
  }

  .overlay--sidebar {
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 30%);
    box-shadow: 0 0 50px rgb(0 0 0 / 30%);
    overflow: hidden;
  }

  .overlay--header {
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }

  .overlay--header {
    position: absolute;
    top: 0;
  }

  .overlay-wrapper .overlay {
    z-index: 1;
  }

  .overlay--header.overlay--sidebar {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
  }

  .overlay--header.overlay--sidebar {
    right: 0;
    /*max-width: 380px;*/
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .noscrool {
    overflow: hidden;
    width: calc(100% - 0px);
  }

  .overlay--sidebar .sidebar-content {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    z-index: 2;
    overflow: auto;
  }

  .overlay-wrapper--header.overlay-wrapper--visible {
    visibility: visible;
  }

  .overlay-wrapper--header.overlay-wrapper--visible .overlay-wrapper__background {
    opacity: 1;
  }

  .overlay-wrapper--header .overlay-wrapper__background {
    background: rgba(0, 0, 0, 0.6);
  }

  .overlay--header.overlay--visible {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .overlay-wrapper .overlay {
    z-index: 1;
    overflow: auto;
  }

  .menu-list,
  .navbar-fixed .menu-list {
    flex-direction: column;
    padding: 0;
    margin-top: 200px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 5px;
  }

  .menu-list > div a {
    line-height: 2;
  }

  /** end MENU OPEN**/

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .z-index30 {
    z-index: 30;
  }

  header {
    padding: 25px 0;
  }

  .banner-top-promo {
    line-height: 25px;
    width: 100%;
    padding: 10px 0;
    height: 25px;
  }

  .banner-top-promo div {
    font-size: 10x;
  }

  .list-icons > div {
    padding: 0 4px;
  }

  .noscrool .toggle-sidebar {
    position: relative;
  }

  .noscrool #search.none {
    display: block;
    z-index: 31;
    top: 80px;
    right: 15px;
    position: absolute;
    height: 31px;
    width: calc(100% - 30px);
    padding-right: 0;
    opacity: 1;
  }

  .search input,
  .search input:focus {
    max-width: 100%;
    width: 100%;
  }

  .absolute.searchbtn {
    right: 10px;
  }

  .absolute.search {
    width: 100%;
  }

  /*
  .noscrool #search .absolute {
    position: inherit;
    right: -10px;
  }

  .noscrool .search.absolute {
    left: 20px;
    right: auto;
    width: 90%;
  }

  .search input,
  .search input:focus,
  .search input:focus-visible {
    width: 100%;
  } */

  .banner-slide button {
    padding: 10px 10px;
  }

  .slick-dots {
    bottom: 20px;
  }

  .banner img {
    height: 400px;
  }

  marquee {
    font-size: 20px;
    margin: 20px 0 20px 0;
  }

  marquee span {
    padding-right: 80px;
  }

  .home-image-product {
    width: 100% !important;
    height: auto !important;
  }

  .home-image-product img {
    width: 100%;
    height: auto;
  }

  .image-wrapper {
    width: 100%;
  }

  .title_descobrir h1 {
    font-size: 26px;
  }

  .overlay_img p {
    font-size: 18px;
  }

  .newsletter-title {
    font-size: 40px;
    top: -24px;
  }

  .newsletter-decoration {
    top: 336px;
  }

  .newsletter-form input[type="email"] {
    padding: 10px 0 10px 5px;
  }

  .gang h2 {
    font-size: 26px;
  }

  .gang p {
    font-size: 18px;
  }

  .simbols {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    align-content: center;
  }

  .simbol_delivery {
    width: 100%;
  }

  .footer_colunm1 p {
    text-align: center;
  }

  .footer_colunm {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }

  .footer_colunm > :first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_colunm > :last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .footer_colunm2_1 {
    width: 100%;
    align-items: center;
  }

  .footer_colunm_contact p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_colunm_contact a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .last_line {
    flex-wrap: wrap;
  }

  .last_line .display-flex {
    display: none;
  }

  .top20 {
    margin-top: 2rem;
  }

  .top40 {
    margin-top: 4rem;
  }

  .top60 {
    margin-top: 6rem;
  }

  /* Breadcrumbs */
  .breadcrumbs {
    font-size: 13px;
  }

  /* Breadcrumbs end*/

  /*Pontos de fidelidade*/
  .pontos-fidelidade h2 {
    font-size: 26px;
  }

  .pontos-fidelidade span {
    margin: 0;
  }

  .pontos-fidelidade span img {
    display: none;
  }

  .pontos-fidelidade h3 {
    font-size: 16px;
  }

  .conteudo {
    text-align: left;
  }

  /*Pontos de fidelidade end*/

  /*sobre nós*/
  .sobre1 {
    gap: 40px;
    padding-top: 0;
    padding-bottom: 1rem;
    flex-direction: column;
  }

  .sobre {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sobre_text h2 {
    font-size: 26px;
    justify-content: center;
  }

  .sobre_text {
    width: 100%;
    max-width: 100%;
  }

  .degrade_sobre {
    background-image: none;
    width: 100%;
    margin-top: 2rem;
  }

  .sobre_logo {
    display: none;
  }

  .sobre_text1 {
    text-align: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  .sobre_text1 h3 {
    font-size: 28px;
  }

  /*sobre nós end*/

  /*faq's*/
  .faq h2 {
    font-size: 26px;
  }

  .faq-item {
    margin-left: 1rem;
  }

  /*faq's end*/

  /*Login*/
  .login-form h2 {
    font-size: 24px;
  }

  /*Login end*/

  /*Area Reservada */
  .area_reservada {
    flex-direction: column;
  }

  .navegação {
    max-width: 100%;
  }

  .navegação h2 {
    font-size: 18px;
    text-align: center;
  }

  .navegação div {
    display: flex;
  }

  .mobile_nav_area {
    box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 1px;
  }

  .mobile_nav_area div {
    width: 100%;
    min-width: 240px;
  }

  .account-details h2 {
    font-size: 18px;
  }

  .account-details-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .account-details-input {
    width: 100%;
  }

  .pic_account {
    width: 100%;
  }

  .pic_account .btn_white {
    width: 30%;
    min-width: 180px;
  }

  .profile-pic {
    width: 150px;
    height: 150px;
  }

  .delivery-address h2 {
    font-size: 18px;
  }

  .address-flex {
    flex-direction: column;
  }

  .password-change h2 {
    font-size: 18px;
  }

  .password-flex {
    flex-direction: column;
    position: relative;
  }

  /*Area Reservada - dashboard end*/
  /*Area Reservada - portabilidade*/
  .data-details h2 {
    font-size: 18px;
  }

  /*Area Reservada - portabilidade end*/

  /*Area Reservada - histórico*/
  .historic_about {
    display: none;
  }

  .historic1 .data-details .mobile_historic {
    box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
  }

  .data_3 {
    flex-direction: column;
    /*
    min-height: 800px;*/
  }

  .mobile_historic {
    overflow-y: scroll;
  }

  .historic_tittle h2 div span {
    display: none;
  }

  .mobile_historic table tr th {
    min-width: 100px;
  }

  .data_payment {
    min-height: 200px;
  }

  /*Area Reservada - favoritos*/
  .fav .data-details .mobile_historic {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
  }

  /*Listagem de Produtos*/
  .product_list {
    flex-direction: column;
  }

  .filters {
    max-width: 100%;
    width: 100%;
  }

  .expanded {
    display: none;
  }

  .product_list .line {
    display: none;
  }

  .show {
    display: flex;
    position: fixed;
    z-index: 9999999;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
  }

  .filtermobile {
    width: 100%;
    height: 100vh;
    padding: 1rem;
    overflow-y: scroll;
  }

  .categorias {
    padding: 0 20px;
  }

  /* Estilo para o botão */
  #filterButton {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 30px;
    background: var(--white);
    color: var(--pink);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
  }

  .show_options select {
    font-size: 14px;
    padding: 8px 0 8px 0;
  }

  .show_options .show_results {
    display: none;
  }

  .products .btn_historic {
    max-width: 260px;
    padding-top: 2rem;
    font-size: 14px;
  }

  /* Pag de produto */
  .product_page {
    flex-direction: column;
  }

  .product-details .product-info h1 {
    font-size: 20px;
  }

  .size-option {
    padding: 7px 10px 7px 10px;
  }

  .product_size_option input[type="radio"] {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  /*Carrinho-passo*/
  .cart_page {
    flex-direction: column;
  }

  /*
  .cart_page1 {
    width: 100%;
  } */

  .cart_page2 {
    max-width: 100%;
    padding-top: 0;
  }

  .cart_page1 .city_car {
    flex-direction: column;
  }

  .cart_page1 .contact_car {
    flex-direction: column;
  }

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

  .promo_code p {
    width: 100%;
  }

  .promo_code div {
    width: 100%;
  }

  .product_imgandtitle .btn_p_more p {
    flex-wrap: nowrap;
  }

  /*
  .cart_product {
    border-bottom: none;
  }

  .box_c_product .c_product {
    border: none;
  }

  .box_c_product .c_product .cart_title {
    display: none;
  }

  .box_c_product .c_product .cart_product_1 {
    flex-direction: column;
  }
 */

  .cart_page1 .cart_product,
  .cart_page1 .c_product {
    border: none;
  }

  .box_c_product .c_product .cart_title {
    display: none;
  }

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

  .cookie-popup .cookie-popup-text {
    margin: auto;
    padding: 0;
    width: 100%;
  }

  .cookie-popup .cookie-popup-text p {
    padding: 12px;
  }

  .cookie-popup .cookie-popup-btn {
    width: 100%;
    gap: 5px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }

  .unit {
    display: none;
  }

  .only_mobile_product {
    padding-left: 20px;
    width: 50%;
  }

  .counter_div button img {
    max-width: 25px;
    height: auto;
  }

  .c_product .counter_div {
    max-width: 120px;
  }

  /*
  .cart_product_1 {
    width: 250px;
    position: relative;
    margin: auto;
  }

  .product_imgandtitle {
    width: 250px;
  }

  .ex {
    position: absolute;
    top: 0;
    right: 20px;
  }

  .ex button img {
    width: 30px;
    height: 32px;
  }


  .only_mobile_product {
    margin-top: 20px;
  }

 
  .c_product .counter {
    max-width: 120px;
  }

  .c_product .counter_div {
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 20px;
  }


  #open_info {
    justify-content: center;
  }

  .c_product_detail_extra {
    margin-left: 40px;
    width: 290px;
  }


  /* contact-form */

  .container-form {
    flex-direction: column;
  }

  .column-form {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 10px;
  }

  .column-form-st-text {
    width: auto;
  }

  .column-form-st-media {
    align-items: left;
    text-align: left;
  }

  .column-form-st {
    display: block;
    align-content: left;
    text-align: left;
    align-items: left;
  }

  .promotion .content {
    width: 100%;
  }

  .content h1 {
    min-height: 54px;
  }

  .price_product,
  .btn_carrinho {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    height: 50px;
  }

  .cart_end_finalize .btn_carrinho {
    width: 100% !important;
  }

  .price_product {
    width: 45% !important;
    left: 0;
    margin-bottom: 0 !important;
    white-space: nowrap;
    padding: 0 10px;
    background-color: var(--white);
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .price_product_normal {
    font-size: 22px !important;
  }

  .price_product_sale {
    margin-block-start: 0em !important;
  }

  .btn_carrinho {
    width: 55% !important;
    right: 0;
    margin-bottom: 0 !important;
    white-space: nowrap;
  }
}

/*end mobile*/

/*ipad*/
@media only screen and (min-width: 700px) and (max-width: 800px) {
  .logo img {
    width: 100%;
  }

  .noscrool .search.absolute {
    width: 100%;
  }

  .banner-slide .absolute {
    bottom: 15%;
  }

  .slick-dots {
    bottom: 30px;
  }

  .home-image-product {
    width: 100% !important;
    height: auto !important;
  }

  .home-image-product img {
    width: 100%;
    height: auto;
  }

  .newsletter-form input[type="email"] {
    padding: 10px 0 10px 15px;
  }

  .simbols {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 5px;
    align-content: center;
  }

  .simbol_delivery {
    width: 45%;
  }

  .footer_colunm2 {
    justify-content: space-between;
    white-space: nowrap;
    flex-direction: row !important;
    align-items: flex-start !important;
  }

  .footer_colunm2_1,
  .footer_colunm_contact p,
  .footer_colunm_contact a {
    align-items: flex-start;
  }

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

  /*Pontos de fidelidade*/
  .pontos-fidelidade span img {
    max-width: 75%;
    display: flex;
  }

  /*Login*/
  .login-form h2 {
    font-size: 28px;
  }

  /*Area Reservada - histórico*/
  .historic_about {
    display: flex;
    gap: 10px;
  }

  .show_options .show_results {
    display: flex;
  }
}

@media only screen and (max-width: 650px) {
  .products .show_options {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 10px;
  }

  .card-product {
    /*margin: auto;*/
    width: 45%;
  }
  /*
  .product_page_img {
    flex-direction: column-reverse;
  }

  .thumbs {
    margin-top: 10px !important;
    max-width: 500px;
    margin: auto;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-height: 150px;
  }
*/
  .only_mobile_product {
    padding-left: 20px;
    width: 40%;
    flex-direction: column-reverse;
    gap: 10px;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .only_mobile_product .price {
    font-size: 14px;
  }

  .only_mobile_product .ex {
    position: absolute;
    top: 0;
    right: 0;
  }

  .c_product_detail_extra {
    padding-left: 20px;
  }

  /* Correçoes pedidas pelo cliente  - Angela 17/06/2025 //////////////////---------- */
  .info_mobile {
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  .product_page_img {
    flex-direction: column-reverse;
    gap: 3px;
    align-items: center;
    max-width: 100vw;
  }

  #plk_prodimg,
  #plk_prodimg_thumbs {
    width: 100%;
  }

  .thumbs {
    max-width: 452px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-height: 162px;
  }

  .thumbs .slick-list {
    margin-left: -2.5px;
  }

  .thumbs .thumb-image {
    margin: 0 2.5px;
  }

  .thumbs .thumb-image img {
    max-width: 108px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .cookie-inner-wrapper img {
    display: none;
  }

  .cookie-inner-wrapper {
    display: flex;
    flex-direction: column;
  }
}

/*ipad end*/

@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .cart_page2 {
    width: 100%;
  }

  .logo img {
    width: 90px;
  }

  .menu-list {
    padding-right: 5px;
    padding-left: 5px;
  }

  .cart_page {
    flex-direction: column;
  }

  .cart_page1 {
    width: 100%;
  }

  .cart_page2 {
    width: 100%;
  }

  .cart_page2 {
    max-width: 100%;
    padding-top: 0;
  }
}

/* portatil 1080 */
@media only screen and (min-width: 801px) and (max-width: 1100px) {
  .home-image-product {
    max-width: 281px;
    width: 100%;
    height: auto;
  }

  .home-image-product img {
    max-width: 281px;
    width: 100%;
    height: auto;
  }

  /* Pag de produto */
  .product_page {
    flex-direction: column;
  }

  .menu-list a {
    margin: 0 10px;
  }

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

/* portatil 1080 end*/
