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

/*align to center*/
.com_hikashop.com-hikashop.view-product.layout-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;
    color: #727474;
    margin-bottom: 30px;
}

/*textarea*/
textarea#hikashop_contact_altbody {
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ced4da;
}

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



/*EO CATALOG*/