/*hikashop carousel btn*/

.hikashop_carousel a.hikabtn {
    background: #fec339;
    border: none;
    margin: 0;
    border-radius: 0px;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 12px 25px;
    transition: 0.5s;
    color:#000000;
    width: 140px;
    margin: auto;
}

.hikashop_carousel a.hikabtn:hover, .hikashop_carousel a.hikabtn:focus{
    background: #a1c7fa; color:#000000;
}

/*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;
}