.logoespecial .letra {
    width: 80px;
    height: auto;
}
.wc-block-cart__submit-button {
    
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: rgb(36, 168, 50);
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background-color: rgb(22, 122, 39);
}
.wc-block-components-product-metadata__description {
    display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #075e54;
    color: #fff;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #0a7229;
}
a.wc-block-components-checkout-return-to-cart-button {
    color: #000 !important;
    text-decoration: none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}