/* remove amazon pay */
.password-info {
    display: none !important;
}

/* icone do fechar na opcao do zoom (tema porto) */
.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: "\f847"!important;
}

/* ocultar recurso de busca e favoritos */
.search-area.show-icon, .wishlist.mr-2 {
    display: none;
}

/* background - header */
.cms-porto_home_30 .page-header.type20 .header.content {
    background: #eeee;
}

/* ajuste modal login */
.popup-authentication .action.action-register.primary {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-authentication .action.action-login.secondary {
    font-family: Poppins;
    letter-spacing: .01em;
    font-weight: 700;
    line-height: 1.42857;
    padding: .8em 2em;
    background: #1f3255;
    color: #fff;
}
.popup-authentication .action.action-login.secondary:hover {
    background: #fff;
    color: #1f3255;
    border-color: #1f3255;
}

/* custom - opcoes personalizaveis */
.catalog-product-view .product-options-wrapper {
    border: solid 1px #00000017;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #00000017;
}
.catalog-product-view .product-options-wrapper .product-custom-option {
    border-radius: 10px;
}
#product-options-wrapper > div > .field:last-child {
    border: solid 1px #1f3255;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    margin-top: 20px;
}

/* Cancelamento - Penultima opção */
#product-options-wrapper .field.required:has(input[type="radio"]) {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    margin-top: 20px;
}
#product-options-wrapper .field.required:has(input[type="radio"]) label.label {
    position: relative;
    cursor: help;
}
#product-options-wrapper .field.required:has(input[type="radio"]) label.label:hover::after {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 999;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.website-1 #product-options-wrapper .field.required:has(input[type="radio"]) label.label:hover::after {
    content: "PLANO CANCELAMENTO LEGAL garanta 100% de reembolso se precisar cancelar ate 24 horas antes do passeio.";
}
.website-2 #product-options-wrapper .field.required:has(input[type="radio"]) label.label:hover::after {
    content: "PLANO CANCELAMENTO LEGAL garanta 100% de reembolso se precisar cancelar ate 5 dias antes do passeio.";
}


/* customizacao descricao longa */
.catalog-product-view .zz_description {
    margin: 5%;
}
.catalog-product-view .zz_text .tabs-content {
    padding: 15px;
}


/* ===== INIDIO @MEDIA ===== */

@media (max-width: 768px) {
    .zz_sitedabuzz, .custom-block.f-right {
        display: flex;
        justify-content: center;
    }
    .page-footer .footer-middle {
        padding: 0 2.8em;
    }
}

@media (min-width: 768px) {
    /* ajuste da pagina do cliente */
    .account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
        width: 100%;
    }
    /* custom carrinho - desktop */
    .header-right .minicart-wrapper.cart-design-2 {
        border: solid 1px;
        padding: 8px;
        border-radius: 50%;
        animation-timeline: auto;
        animation-range-start: normal;
        animation-range-end: normal;
        box-shadow: #1f3255 0px 0px 10px 1px;
        animation: 2.5s ease 0s infinite normal none running shake;
        border-width: 1px;
        border-style: solid;
        border-color: #1f3255;
        border-image: initial;
        background: #1f3255;
    }
    .header-right .minicart-wrapper.cart-design-2:hover {
        animation: none;
    }
    .header-right .minicart-wrapper .fa-shopping-cart:before {
        color: #fff;
    }
}