.fh-gf-weglot-translation-bank {
    display: none;
}

#gform_wrapper_25 .fh-shipping-choices-buttons input[type="radio"],
#gform_wrapper_29 .fh-shipping-choices-buttons input[type="radio"],
.gform_wrapper .fh-shipping-choices-buttons input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#colour_section .second-page div.gform_wrapper .fh-shipping-choices-buttons label,
#colour_section .second-page div.gform_wrapper .fh-shipping-choices-buttons label,
div.gform_wrapper form .gform_body ul li.fh-shipping-choices-buttons label.gfield_label,
label#label_29_65_0,  label#label_29_65_1 {
    display: block;
    line-height: 1;
    width: 100%;
    padding: 15px 50px;
    border: 1px solid black;
    cursor: pointer;
    transition: all 0.2s ease;
    max-width: unset;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
#colour_section .second-page div.gform_wrapper .fh-shipping-choices-buttons .gchoice label,
div.gform_wrapper .fh-shipping-choices-buttons .gchoice label {
    text-transform: uppercase;
    font-family: 'Circular', serif;
}

#gform_wrapper_25 .fh-shipping-choices-buttons input[type="radio"]:hover + label,
#gform_wrapper_29 .fh-shipping-choices-buttons input[type="radio"]:hover + label,
.gform_wrapper .fh-shipping-choices-buttons input[type="radio"]:hover + label{
    border-color: #111;
    box-shadow: inset 0 0 0 1px #111;
}
#gform_wrapper_25 .fh-shipping-choices-buttons input[type="radio"]:checked + label,
#gform_wrapper_29 .fh-shipping-choices-buttons input[type="radio"]:checked + label,
.gform_wrapper .fh-shipping-choices-buttons input[type="radio"]:checked + label {
    background: #111;
    color: #fff;
}

#gform_wrapper_25 .fh-shipping-choices-buttons input[type="radio"]:checked + label span,
.gform_wrapper .fh-shipping-choices-buttons input[type="radio"]:checked + label span{
    color: white;
}

/* Asterisk removal*/
li#field_29_65 span.gfield_required.gfield_required_asterisk {
    display: none;
}

#gform_wrapper_25 #field_25_28 > .gfield_label,
#gform_wrapper_29 #field_29_65 > .gfield_label,
.gform_wrapper #field_25_28 > .gfield_label,
.gform_wrapper #field_29_65 > .gfield_label {
    border: 0;
    font-size: 37px;
    margin: 20px 0;
    padding: 0;
    line-height: 1.2;
}

#gform_wrapper_25 #field_25_28 > .gfield_label,
#gform_wrapper_29 #field_29_65 > .gfield_label {
    text-align: center;
}
.gform_wrapper li.fh-shipping-choices-buttons .gfield_description {
    font-size: 20px;
    margin-bottom: 15px;
}
.gform_wrapper li#field_29_65.fh-shipping-choices-buttons .gfield_description {
    text-align: center;
    margin-bottom: 65px;
}

.fh-money--usd {
    white-space: nowrap;
}

.fh-money__code {
    margin-right: 1px;
    font-size: 13px;
    color: #6C6C6C;
}

@media only screen and (min-width: 641px) {
    .gform_wrapper #field_25_28.fh-shipping-choices-buttons ul.gfield_radio,
    .gform_wrapper #field_29_65.fh-shipping-choices-buttons ul.gfield_radio {
        display: flex;
        gap: 20px;
    }
    .gform_wrapper #field_29_65.fh-shipping-choices-buttons ul.gfield_radio {
        width: 60% !important;
    }
}

.fh-paid-shipping-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: -2px;
    animation: fh-paid-shipping-spin 0.65s linear infinite;
}

@keyframes fh-paid-shipping-spin {
    to {
        transform: rotate(360deg);
    }
}