@charset "UTF-8";

/*
Theme Name: hanoiluggagestore
*/
#gform_submit_button_1{
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    line-height: 1;
    padding: 22px 24px;
    min-width: 170px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}