

/* Start:/local/components/axxon/contact-us/templates/.default/style.css?17504152061943*/
.contact-form #subscribe{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.contact-form #subscribe+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    top: -7px;
    position: relative;
    cursor: pointer;
}
.contact-form #subscribe+label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #BB442A;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.contact-form #subscribe:checked+label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23BB442A' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

label {
    margin: 0;
}

/*file*/
.input-file {
    position: relative;
    display: inline-block;
    width: 100%;
    top: -12px;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    height: 42px;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0;
    transition: background-color 0.2s;
    border: 1px solid #BB442A;
    color: #14243A;
    font-weight: 300;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    background: transparent;
    border-radius: 0;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}
.input-file-list {
}
.input-file-list-item {
    margin-bottom: 10px;
}
.contact-form .input-file-list-remove {
    color: #ba432b;
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
    text-decoration: none;
    font-weight: normal;
}
/* End */
/* /local/components/axxon/contact-us/templates/.default/style.css?17504152061943 */
