/*remove filter on page*/
.layout-contact.task-contact aside#sp-left {
    display: none;
}

/*align to center*/
.com_hikashop.com-hikashop.view-product.layout-contact.task-contact section#sp-main-body .row {
    display: flex;
    justify-content: center;
}

/*align img and title*/

a.hikashop_contact_link_to_product {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*textarea*/
textarea#hikashop_contact_altbody {
    padding: 10px 15px;
}

/*btn-group*/
.contact-btn-group {
    text-align: right;
}