/*
Theme Name: Hello Elementor - Tapada do Chaves
Theme URI: http://salesgroup.pt
Description: A child theme of Hello Elementor
Author: Sales Group
Author URI: http://salesgroup.pt
Version: 1.0.0
Template: hello-elementor
Text Domain: hello-elementor-child

*/
@import url("../hello-elementor/style.css");

/******************************************************************************************************
 HOME PAGE
******************************************************************************************************/
.hp-data-counter .elementor-counter-title {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.card-container {
    position: relative;
    overflow: hidden;
}
.front-card {
    position: relative;
    z-index: 1;
}
.back-card {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    opacity: 0;
}
.back-card-content-container {
    position: absolute;
    display: flex;
}
.card-container:hover .back-card {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.card-container .back-card-content {
    transition: transform 0.6s ease-in-out;
    transform: translateY(0);
}
/******************************************************************************************************
 CONHECA-NOS
******************************************************************************************************/
.icon-container-top {
    position: relative;
    padding-bottom: 60px;
}
.icon-container-top img {
    padding-bottom: 10px;
    background: #ffffff;
    position: relative;
    z-index: 25;
}
.icon-container-top::after {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 50%;
    width: 1px;
    height: 250px;
    background-color: #777777;
}
.icon-container-bottom {
    position: relative;
    padding-top: 60px;
}
.icon-container-bottom img {
    position: relative;
    padding-top: 10px;
    background: #ffffff;
    z-index: 25;
}
.icon-container-bottom::after {
    content: "";
    position: absolute;
    top: -75px;
    left: 50%;
    width: 1px;
    height: 250px;
    background-color: #777777;
}
/******************************************************************************************************
 VISITE-NOS
******************************************************************************************************/
.visite-nos-divider a {
    color: #201D1D;
}
.visite-nos-divider .icon-container-top::after {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 50%;
    width: 1px;
    height: 140px;
    background-color: #777777;
}
/*.visite-nos-divider .border-4-lines {
    border: 2px double #777777;
    border-radius: 15px;
}*/
.visite-nos-divider .border-4-lines:before {

}
.visite-nos-divider .border-4-lines:after {

}
/******************************************************************************************************
 CONTACTOS
******************************************************************************************************/
.wpcf7-form-contactos label {
    font-size: 20px;
}
.wpcf7-form-contactos label {
    font-size: 20px;
}
.wpcf7-form-contactos .wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-form-contactos .wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
}
.wpcf7-form-contactos .wpcf7-form-control.wpcf7-submit {
    display: block;
    background: #A6CCCC;
    background-color: #A6CCCC !important;
    font-size: 17px;
    font-weight: 500;
    color: #201D1D !important;
    border: none;
    margin-top: 15px;
}
/******************************************************************************************************
 POLITICAS
******************************************************************************************************/
.politicas-accordion a {
    color: inherit !important;
}
/******************************************************************************************************
 WOOCOMERCE PAGES
******************************************************************************************************/
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    background: #E4E1D9;
    border-radius: 40px;
    text-align: center;
    padding: 40px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    height: auto !important;
    justify-content: space-between;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    background-color: #9E4154;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    background-color: #494949;
}
.woocommerce.woocommerce-shop ul.products li.product .price {
    font-size: 20px;
    color: #201D1D;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}
.woocommerce-Price-currencySymbol {
    padding-left: 10px;
}
.woocommerce.woocommerce-shop ul.products li.product a img {
    margin-top: -100px;
}
.woocommerce.tax-product_cat ul.products li.product a img {
    margin-top: -100px;
}
.woocommerce ul.products {
    /*    display: flex;
        flex-wrap: wrap;
        align-items: stretch;*/
}
.woocommerce.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #201D1D;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: -3%;
    min-height: 150px;
}
.woocommerce ul.products li.product .button {
    margin: 0 auto;
    font-size: 17px;
    color: #E4E1D9;
    font-weight: 700;
    padding: 15px 30px;
}
.out-of-stock-button {
    background-color: #ccc !important;
    color: #666 !important;
    text-transform: uppercase;
    cursor: not-allowed !important;
    pointer-events: none;
    display: block;
    text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper,
.related.products {
    padding-top: 50px;
    /*background: #ffffff;*/
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding-bottom: 2em;
}
.product_title.entry-title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .product_title.entry-title {
        font-size: 30px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_title.entry-title {
        font-size: 32px;
        line-height: 37px;
    }
}
@media only screen and (min-width: 1920px) {
    .product_title.entry-title {
        font-size: 35px;
        line-height: 40px;
    }
}
.single-product .woocommerce-Price-amount.amount {
    font-family: "Futura PT", Sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #9E4154;
}
.woocommerce-product-details__short-description {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.woocommerce-shop .product .woocommerce-Price-amount.amount {
    font-family: "Futura PT", Sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #9F4154;
}
.ornamento-shop-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
    margin-bottom: 25px;
}
.woocommerce-page.single-product .product.purchasable {
    background: #E4E1D9;
    padding: 40px;
    border-radius: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    color: #515151;
    z-index: 2;
    border-bottom-color: #cfc8d8;
}
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px;
}
.elementor-menu-cart__container.elementor-lightbox {
    display: none !important;
}
.woocommerce-message {
    border-top-color: #9F4154;
}
.woocommerce-message::before {
    content: "\e015";
    color: #9F4154;
}
.woocommerce table.shop_attributes td {
    padding: 5px 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}
.summary.entry-summary input[type=number] {
    padding: 5px;
}
.input-text.qty {
    width: 4.5em;
    padding: 5px;
}
.woocommerce .zoomImg {
    display: none !important;
    z-index: -10 !important;
}
.woocommerce .woocommerce-product-gallery__wrapper a {
    pointer-events: none;
    cursor: not-allowed;
}
.woocommerce-page .site-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register  {
    border: none;
    padding: 0px;
}
.woocommerce form .form-row .input-text {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #494949;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #A6CCCC;
    text-transform: uppercase;
}
.woocommerce .woocommerce-form-register.register .woocommerce-form-register__submit {
    background-color: #E4E1D9;
    text-transform: uppercase;
}
.woocommerce  .button {
    background-color: #9E4154 !important;
    color: #E4E1D9 !important;
    text-transform: uppercase;
}
.woocommerce  .button.disabled {
    background-color: #A2A2A2 !important;
    color: #E4E1D9 !important;
    text-transform: uppercase;
}
.woocommerce-products-header__title.page-title {
    font-family: "Futura PT", Sans-serif;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .woocommerce ul.products li.product {
        padding: 40px 20px;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-top: 100px;
    }
}
/******************************************************************************************************
 MENU MOBILE
******************************************************************************************************/
@media only screen and (max-width: 1023px) {
    .header-general-mobile::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        box-shadow: 0 -1px 0 0 #333, 0 0 0 0 #333, 0 2px 0 0 #333;
    }
    .header-general-mobile {
        position: fixed;
        background: #ffffff;
        z-index: 10;
    }
    .header-general-mobile .elementor-menu-toggle {
        padding: 0;
    }
    .mobile-logo-light {
        display: none;
    }
    .page-header-light .mobile-logo-light {
        /*display: block;*/
    }
    mobile-logo-dark {
        display: block;
    }
    .page-header-light .mobile-logo-dark {
        /*display: none;*/
    }
    .page-header-light .elementor-menu-toggle .e-font-icon-svg {
        /*fill: #E4E1D9;*/
    }
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    color: #201D1D !important;
    background: transparent !important;
}
.elementor-nav-menu--dropdown li,
.elementor-nav-menu--dropdown li a {
    color: #201D1D !important;
    background: transparent !important;
}
.elementor-nav-menu--dropdown > ul:not(.sub-menu) {
    padding: 50px;
}
/******************************************************************************************************
    MENU
******************************************************************************************************/
.header-general-desktop {
    display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .header-general-desktop .elementor-nav-menu .elementor-item {
        padding: 10px;
        font-size: 16px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .header-general-mobile {
        display: none;
    }
    .woocommerce-page .header-general-mobile {
        position: relative;
        z-index: 10;
    }
    .header-general-desktop .header-menu-dark {
        display: flex;
        padding: 25px !important;
    }
    .header-general-desktop .header-menu-light {
        display: none;
    }
    .page-header-light .header-general-desktop {
        position: absolute;
        top: 0;
        z-index: 9999;
    }
    .page-header-light .header-general-desktop .header-menu-dark {
        display: none;
    }
    .page-header-light .header-general-desktop .header-menu-light {
        display: flex;
        padding: 25px !important;
    }
    .header-general-mobile {
        display: none !important;
    }
    .header-general-desktop {
        display: block;
    }
    .header-menu-light *,
    .header-menu-dark * {
        display: flex;
        align-items: center;
    }
    .woocommerce-page .header-general-desktop {
        position: relative;
        z-index: 10;
    }
    .woocommerce-page .header-menu{
        /*display: none;*/
    }
    .woocommerce-page .header-menu-dark {
        display: flex;
    }
    .header-menu-left .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link,
    .header-menu-left .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a {
        color: #E4E1D9;
    }
    .woocommerce-page .header-menu-left .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link,
    .woocommerce-page .header-menu-left .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a {
        color: #494949;
    }
    .header-search-icon .elementor-icon:hover {
        cursor: pointer;
    }
    .header-search {
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: opacity 0.3s ease, visibility 0s 0.3s, height 0.3s ease;
        padding: 0;
        overflow: hidden;
    }
    .header-search.active {
        opacity: 1;
        visibility: visible;
        height: 100%;
        transition: opacity 0.3s ease, visibility 0s 0s, height 0.3s ease;
        padding: 10px;
    }
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-general-desktop .logo-item a {
        padding: 26px 10px !important;
    }
    .logo-item {
        width: 120px;
    }
    .header-menu-light .logo-item a {
        width: 120px;
        display: block;
        text-indent: -9999px;
        background: url('images/logo-tapadadochaves.svg') no-repeat center center;
        /*background-size: auto 68px;*/
        background-size: contain;
        overflow: hidden;
    }
    .header-menu-dark .logo-item a {
        width: 140px;
        display: block;
        text-indent: -9999px;
        background: url('images/logo-tapadadochaves-dark.svg') no-repeat center center;
        /*background-size: auto 68px;*/
        background-size: contain;
        overflow: hidden;
    }
    .header-general-desktop .logo-item a {
        border: none;
    }
    .header-general-desktop .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
        background-color: transparent;
    }
    .header-menu-right .elementor-menu-cart__toggle .elementor-button-text {
        display: none;
    }
    .header-menu-right .elementor-button-icon svg {
        height: auto;
        width: 1em;
    }
    .header-menu-right .elementor-menu-cart__toggle_button {
        padding: 5px;
    }
    .header-menu-right .elementor-button-icon .e-font-icon-svg {
        width: 25px;
        height: auto;
    }
    .header-menu-light .header-menu-right .elementor-menu-cart__toggle .elementor-button svg {
        fill: #E4E1D9;
    }
    .header-menu-dark .header-menu-right .elementor-menu-cart__toggle .elementor-button svg {
        fill: #494949;
    }
    .header-general-desktop {
        overflow: visible;
    }
    .header-general-desktop::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        box-shadow: 0 -1px 0 0 #333, 0 0 0 0 #333, 0 2px 0 0 #333;
    }
    .page-header-light .header-general-desktop::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        box-shadow: 0 -1px 0 0 #E4E1D9, 0 0 0 0 #E4E1D9, 0 2px 0 0 #E4E1D9;
    }
}
@media only screen and (min-width: 1366px) {
    .logo-item {
        width: 215px;
    }
    .header-menu-light .logo-item a {
        width: 215px;
    }
    .header-menu-dark .logo-item a {
        width: 215px;
    }
}
/******************************************************************************************************
 FOOTER
******************************************************************************************************/
.footer-general a {
    color: #777777 !important;
}
.footer-general .cf7-newsletter .wpcf7-form-control.wpcf7-email {
    border: none;
    border-bottom: 1px solid #777777;
    background: transparent;
}
.footer-general .cf7-newsletter .wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
}
.footer-general .cf7-newsletter .wpcf7-form-control.wpcf7-submit {
    display: block;
    background: #777777;
    background-color: #777777 !important;
    font-size: 12px;
    font-weight: 500;
    color: #E4E1D9 !important;
    border: none;
    margin-top: 15px;
}
.footer-general .cf7-newsletter .wpcf7-list-item {
    margin: 0 !important;
}
.footer-general .cf7-newsletter .wpcf7-form label {
    font-weight: 400;
}
@media only screen and (max-width: 1024px) {
    .footer-menu nav .elementor-nav-menu.sm-vertical li a {
        justify-content: center !important;
    }
}
.footer-general::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    box-shadow: 0 -1px 0 0 #333, 0 0 0 0 #333, 0 2px 0 0 #333;
}
/******************************************************************************************************
 HELPERS
******************************************************************************************************/
.d-flex-center {
    display: flex;
    align-items: center;
}
.br-768, .br-1200 , .br-1366 {
    display: none;
}
.br-768 {
    display: block;
}
.br-1200 {
    display: block;
}
.br-1366 {
    display: block;
}
.border-2-lines::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    box-shadow: 0 -1px 0 0 #777777, 0 0 0 0 #777777, 0 2px 0 0 #777777;
}
.border-2-lines::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    box-shadow: 0 -1px 0 0 #777777, 0 0 0 0 #777777, 0 2px 0 0 #777777;
}
.custom-horizontal-swiper .elementor-widget-loop-carousel .swiper-horizontal {
    padding-bottom: 25px;
}
.custom-horizontal-swiper .swiper-horizontal .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    top: calc(100% + 25px);
    left: calc(50% - 45px);
}
.custom-horizontal-swiper .swiper-horizontal .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    top: calc(100% + 25px);
    right: calc(50% - 45px);
}
.regras-compra-aviso {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
/******************************************************************************************************
 OVERRIDE CSS
******************************************************************************************************/
.elementor-menu-cart__toggle .elementor-button {
    border: none;
}
.elementor-icon i,
.elementor-icon svg {
    width: auto;
    height: auto;
}
.wpcf7-form * {
    font-family: "Futura PT", Sans-serif;
    font-weight: 400;
    color: #201D1D;
}
.wpcf7-form label {
    font-weight: 500;
    font-family: "Barlow", Sans-serif;
}
.footter-general .wpcf7-form * {
    color: red;
}
.wpcf7-form label {
    width: 100%;
    margin-top: 15px;
}
.elementor-swiper-button.elementor-swiper-button-prev,
.elementor-swiper-button.elementor-swiper-button-next {
    background: transparent;
    padding: 5px;
}
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: #494949 !important;
}
.elementor-icon-list-items a {
    color: inherit !important;
}
.elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wpcf7-form input[type=date],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form select,
.wpcf7-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #201D1D;
    color: #201D1D;
    border-radius: 0px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
table td, table th {
    border: none;
}
table td, table th {
    vertical-align: middle;
}
/******************************************************************************************************
 TESTES
******************************************************************************************************/
.show-admin {
    display: none;
}
#previewTempClose {
	display: none !important;
	top: -150000 !important;
	opacity: 0!important;
}
.otgs-development-site-front-end {
	/*
	display: none !important;
	top: -150000 !important;
	opacity: 0!important;
	*/
}