.wc-block-customer-account__account-icon, .wc-block-mini-cart__icon {
    color: #fff;
    background: #007eff;
    border-radius: 10px;
    height: 1.3rem;
    padding: .3rem;
    width: auto;
}

.wc-block-grid__product {
    border-radius: 10px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: #FFFCF0;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    background: #FFFCF0;
}
input{
    background-color: #fffcf0 !important;
    border: none !important;
}
.form-control {
    border: none !important;
}
p {
    line-height: 160% !important;
}

.wp-block-query-pagination-next {
    font-weight: 600 !important;
    background: #fffcf0 !important;
    padding: .5rem 2rem !important;
    border-radius: 6px !important;
}
.guia-img {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.section-resenas .fa-star{
    color: #FFD33C !important;
}
.wpcf7-form p{
    margin-bottom: 0 !important;
}
.wpcf7-form-control.wpcf7-submit {
    background: #007eff !important;
    color: #ffffff;
}
.wpcf7-form .wpcf7-spinner{
    display: none;
}

