/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 29 2025 | 16:08:29 */
.blockUI.blockOverlay {
    display: none!important;
}

/* Ajustes depois de atualização 3-6-2025 */
@media(max-width: 489px){
	.woocommerce-cart .woocommerce-message {
		display: flex;
	}
}


textarea, input, .woocommerce-message:focus {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-color: inherit;
	border: 1px solid #e5e5e5;
	border-top-color: rgb(229, 229, 229);
	border-right-color: rgb(229, 229, 229);
	border-bottom-color: rgb(229, 229, 229);
	border-left-color: rgb(229, 229, 229);
}

/*
Acrescentado a 28/11/2024
Frase na dedicatória 

*/
.single-product .cpf-type-textarea .tc-row label.tc-cell::after {
	content: " (Cartão com dedicatória Grátis)";
}

.woocommerce-checkout .woocommerce-terms-and-conditions h2 {
	font-size: 14px;
}

.actions .coupon label {
	display: none;
}

.breadcrumb > :not(:last-child):not(:first-child) {
	display: none;
}

.tawk-branding {
	display: none !important;
}
