@charset "UTF-8";

/*

Theme Name: Zelo&Zen Theme Store Project
Theme URI: https://zeloezen.com.br
Author: Wilson Falcão
Author URI: https://zeloezen.com.br
Description: Zelo e Zen é uma loja virtual desenvolvida para empresa Wilson Falcão e Serviços
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zeloezen 

*/

/* Zelo&Zen CSS adicional */

.modal-line {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 8vh;
    background-color: var(--e-global-color-header-zeloezen);
    color: rgb(0, 0, 0);
    z-index: 999999;
}

.modal-content-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    box-sizing: border-box;
}

.modal-container-line {
    display: flex;
    min-height: 8vh;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.modal-text-line {
    font-size: 14px;
    text-align: left;
    padding: 0 .8em 0 1em;
}

.modal-text-line a {
    color: #00f;
    text-decoration: underline;
}

.modal-buttons {
    display: flex;
    gap: 10px;
}

.modal-buttons button {
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.modal-buttons button:hover {
    background-color: #0056b3;
}

.modal-close-line {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.text-align-icon {
    align-items: center;
    justify-content: center;
    display: flex;
}

/** Modal **/

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    border-top-right-radius: 80px 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-width: 55%;
    display: flex;
    position: relative;
    /* Adicionando posição relativa */
}

.modal-left {
    flex: 1;
}

.modal-left img {
    width: 100%;
    height: 100%;
    /* Ajustando a imagem para cobrir todo o espaço */
    object-fit: cover;
    /* Faz com que a imagem cubra todo o espaço mantendo sua proporção */
}

.modal-right {
    flex: 1;
    padding: 36px;
    margin: auto;
}

.modal-right {
    margin-top: 0;
}

.modal-form {
    max-width: 90%;
}

.modal-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.modal-form #button-submit {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.modal-right button {
    background-color: #117272;
    /* Alterando a cor dos botões */
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}



.close {
    position: absolute;
    /* Alterando para posição absoluta */
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #117272;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.close:before,
.close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.adivise {
    padding: 0 0 2.3vw 0;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .modal-content {
        max-width: 80%;
        /* Reduzindo o tamanho do modal para dispositivos menores */
    }

    .modal-content {
        flex-direction: column;
        align-items: center;
    }

    .modal-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .modal-right {
        width: 100%;
        text-align: center;
        /* Centralizando o conteúdo */
    }
}

@media (max-width: 768px) {
    .modal-content-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-buttons {
        margin-top: 10px;
    }

    .modal-text-line {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .modal-text-line {
        font-size: 12px;
    }

    .modal-buttons button {
        padding: 6px 12px;
    }

    .redimension-mobile {
        height: 15vh;
    }

    .exclude-mobile-screen {
        display: none !important;
    }
}

/* table */
table {
    margin-bottom: 18px;
    border-collapse: collapse;
    width: 100%
}

th,
td {
    text-align: center;
}

table:last-child {
    margin-bottom: 0 !important
}

table.a-align-top td,
table.a-align-top th {
    vertical-align: top
}

table.a-align-center td,
table.a-align-center th {
    vertical-align: middle
}

table.a-align-bottom td,
table.a-align-bottom th {
    vertical-align: bottom
}

table.a-bordered {
    margin-bottom: 22px;
    border: 1px solid #bbbfbf;
    border-spacing: 0
}

table.a-bordered td,
table.a-bordered th {
    border-bottom: 1px solid #bbbfbf
}

table.a-bordered tr:first-child th {
    background-color: #f0f2f2
}

table.a-bordered.a-vertical-stripes {
    border-right: none
}

table.a-bordered.a-vertical-stripes tr td,
table.a-bordered.a-vertical-stripes tr th {
    border-right: 1px solid #bbbfbf
}

table.a-bordered.a-vertical-stripes tr td:last-child,
table.a-bordered.a-vertical-stripes tr th:last-child {
    border-right: 1px solid #bbbfbf
}

table.a-bordered.a-vertical-stripes td:nth-child(even),
table.a-bordered.a-vertical-stripes th:nth-child(even) {
    background-color: #fff
}

table.a-bordered.a-vertical-stripes td:nth-child(odd),
table.a-bordered.a-vertical-stripes th:nth-child(odd) {
    background-color: #f0f2f2
}

table.a-bordered.a-vertical-stripes tr:first-child th {
    background-color: #f0f2f2
}

table.a-bordered.a-vertical-stripes tr:nth-child(even) {
    background-color: transparent
}

table.a-keyvalue {
    margin-bottom: 22px;
    border-bottom: 1px solid #bbbfbf
}

table.a-keyvalue th {
    background-color: #f0f2f2;
    color: #0f1111;
    font-weight: 400
}

table.a-keyvalue td,
table.a-keyvalue th {
    border-top: 1px solid #bbbfbf
}

td,
th {
    vertical-align: top
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

th {
    text-align: center
}

tr:last-child td,
tr:last-child th {
    padding-bottom: 0
}

tr:first-child td,
tr:first-child th {
    padding-top: 0
}

.a-text-center table {
    margin-left: auto;
    margin-right: auto
}

td,
th {
    padding: 3px
}

table.a-bordered td,
table.a-bordered th {
    padding: 7px 14px 6px
}

table.a-bordered tr:nth-child(even) {
    background-color: #fff
}

table.a-bordered tr:nth-child(odd) {
    background-color: #f0f2f2
}

table.a-lineitem td,
table.a-lineitem th {
    padding: 0 3px
}

table.a-lineitem td:first-child,
table.a-lineitem th:first-child {
    padding-left: 0
}

table.a-lineitem td:last-child,
table.a-lineitem th:last-child {
    padding-right: 0
}

table.a-keyvalue td,
table.a-keyvalue th {
    padding: 7px 14px 6px
}

.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
    /* Ajuste conforme necessário */
}

#search-product {
    width: 100%;
    padding: 8px;
    /* Ajuste conforme necessário */
    box-sizing: border-box;
}

.suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    /* Mesmo tamanho do input */
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* Para garantir que fique acima de outros elementos */
    border-radius: 20px;
    margin-top: 5px;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.suggestion-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.suggestion-item span {
    font-size: 16px;
    color: #333;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.no-results {
    padding: 10px;
}

.swiper-slide-auto {
    width: auto !important;
}

.swiper-slide-40 {
    width: 40% !important;
}

.swiper-slide-responsive {
    width: 40% !important;
}


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

    .swiper-slide-responsive {
        width: 50% !important;
    }
}


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

    .swiper-slide-responsive {
        width: 100% !important;
    }
}