/*
Theme Name: 	Hello Elementor Child
Template:		hello-elementor
Version: 		1.6.1.1
*/


.grecaptcha-badge {
    display: none !important;
}

bdi {
    font-family: "cinzel";
    font-weight: bold;
    color: #5b662b;
}

/* Privacy/Checkbox Styling */
.ywraq-privacy-wrapper {
    background-color: #f9f2e8;
    padding: 16px;
    border-radius: 8px;
    border-left: 3px solid #d4a574;
    margin: 20px 0;
}

.ywraq-privacy-wrapper p {
    color: #5b5b5b;
    font-size: 13px;
    margin: 8px 0;
}

/* Estilos adicionais complementares */


/*************************************************/
/*PG Request a Quote*/

/* Tabela de Produtos */
form#yith-ywraq-form {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 12px;
    border: none;
    font-family: 'Roboto' !important;
    box-shadow: 0 2px 8px rgba(212, 165, 116, 0.1);
}

form#yith-ywraq-form table {
    width: 100%;
    border-collapse: collapse;
}

form#yith-ywraq-form table.shop_table tbody td.product-thumbnail {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 90px !important;
    text-align: center !important;
    padding: 16px !important;
}

form#yith-ywraq-form table.shop_table tbody td.product-thumbnail img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 70px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

form#yith-ywraq-form table.shop_table_responsive tbody td.product-thumbnail a {
    display: inline-block !important;
    text-decoration: none;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Garantir visibilidade em todos os breakpoints */
@media (max-width: 768px) {
    form#yith-ywraq-form table.shop_table_responsive tbody td.product-thumbnail {
        display: table-cell !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-width: 100px !important;
    }
    
    form#yith-ywraq-form table.shop_table_responsive tbody td.product-thumbnail img {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 80px !important;
    }
}

form#yith-ywraq-form table thead tr {
    background: #5b662b;
    color: white;
}

form#yith-ywraq-form table thead th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

form#yith-ywraq-form table tbody tr {
    border-bottom: 1px solid #e8dcc8;
    transition: background-color 0.3s ease;
}

form#yith-ywraq-form table tbody tr:hover {
    background-color: #faf5ed;
}

form#yith-ywraq-form table td {
    padding: 16px;
    vertical-align: middle;
}

form#yith-ywraq-form table .product-remove a {
    color: #c99450;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

form#yith-ywraq-form table .product-remove a:hover {
    color: #a67638;
}

/* Total da Tabela */
form#yith-ywraq-form table .ywraq-total-row {
    background-color: #f0e6d2;
}

form#yith-ywraq-form table .ywraq-total-row td {
    padding: 20px 16px;
    font-weight: 600;
    border-top: 2px solid #d4a574;
    border-bottom: 2px solid #d4a574;
}

form#yith-ywraq-form table .ywraq-total-label {
    color: #6b5d4f;
    text-align: right;
}

form#yith-ywraq-form table .ywraq-total-value {
    color: #5b662b;
    font-size: 18px;
}

td.product-name a {
    color: #5b5b5b !important;
    font-weight: 600 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

td.product-name a:hover {
    color: #d4a574 !important;
}

td.product-stock {
    color: #6b7d5b;
    font-weight: 500;
}

.ywraq-stock-badge {
    display: inline-block;
    background-color: #f0e6d2;
    color: #6b7d5b;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.woocommerce .quantity input.qty {
	color: #5b5b5b;
    background-color: #ffffff;
    border: 1px solid #d4a574 !important;
    border-radius: 6px;
    padding: 8px 10px;
    font-weight: 500;
}

a.quantity-change {
    color: #d4a574 !important;
    font-weight: bold;
}

td.actions .button {
    background: linear-gradient(135deg, #d4a574 0%, #c99450 100%);
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

td.actions .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.3);
}

.ywraq-form-table-wrapper.wide {
    align-items: start;
}

/* Formulário de Contato */
.yith-ywraq-mail-form-wrapper {
    background: #fbfff4;
    padding: 40px !important;
    border-radius: 12px;
    border: 2px solid #d4a574 !important;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 2px 8px rgba(212, 165, 116, 0.1);
}

.yith-ywraq-mail-form-wrapper h3 {
    color: #5b662b;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce form .form-row .input-text,
.yith-ywraq-mail-form-wrapper input[type="text"],
.yith-ywraq-mail-form-wrapper input[type="email"],
.yith-ywraq-mail-form-wrapper textarea {
    border: 1px solid #d4a574 !important;
    border-radius: 6px;
    padding: 12px 14px;
    color: #5b5b5b;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.yith-ywraq-mail-form-wrapper input[type="text"]:focus,
.yith-ywraq-mail-form-wrapper input[type="email"]:focus,
.yith-ywraq-mail-form-wrapper textarea:focus {
    outline: none;
    border-color: #c99450 !important;
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.yith-ywraq-mail-form-wrapper input[type="checkbox"] {
    accent-color: #d4a574;
}

.yith-ywraq-mail-form-wrapper label {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #5b662b;
    font-family: "cinzel", serif;
    color: white;
    margin-top: 24px;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 165, 116, 0.4);
}

.wpcf7-form-control-wrap textarea {
    width: 100% !important;
}

.wpcf7-form-group {
    margin-bottom: 20px;
}

span.posted_in.detail-container {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    width: fit-content;
}

.dataentrega {
    display: flex;
    gap: 2%;
}

.dataentrega div {
    width: 48%;
}

.wpcf7-form-control {
    border-radius: 5px !important;
}


.woocommerce .sku_wrapper {
    display: none !important;
}
input#search-c8e6eba {
    width: 100%;
	margin: 0 !important;
}

.elementor-page-title.elementor-widget-heading {
    display: block !important;
}
