.radio.form-control:focus,
.checkbox.form-control:focus {
    box-shadow: none;
}

form div.field,
form div.fieldgroup-field {
    clear: both;
    margin-bottom: 1em;
}

form div.fieldgroup-field {
    margin-bottom: 1em;
}

form label,
form label{
    font-family: 'MetaCompPro-Bold W01 Regular', sans-serif !important;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 0 !important;
    margin-left: 0;
    letter-spacing: 0.5px;
    color: #000;
    user-select: none;
}

form div.text {
    position: relative;
}

form div.text label:not(.error) {
    position: absolute;
    top: 14px;
    left: 10px;
    font-family: 'Meta Offc W01 Normal, sans-serif', sans-serif !important;
    font-size: 19px;
    color: #999;
    font-weight: normal;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
}

form div.text.date-alt label,
form div.text label.active {
    font-family: 'MetaCompPro-Bold W01 Regular', sans-serif !important;
    top: -3px;
    left: 6px;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 0 5px;
}

form label.error {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

form .textarea label {
    padding: 6px 0;
}

form div.dropdown label {
    display: none;
}

form .textarea,
form option,
form select {
    color: #000 !important;
    font-size: 18px !important;
}

form *::placeholder {
    color: #000 !important;
}

label.left,
.fieldholder-small-label {
    display: block;
    line-height: 0.9;
    margin-bottom: 9px !important;
}

form ul.optionset,
form ul.coloroptionset{
    padding-left: 0px;
}

form .optionset li:before {
    display: none !important;
}

.form input.text,
form input.text {
    border: 0;
    border: 1px solid #ced4da;
    height: 42px;
    line-height: 42px;
    color: #000 !important;
    font-size: 18px;
    box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 42px !important;
    line-height: 28px !important;
}

form .optionset li,
form .coloroptionset li {
    display: inline-block;
    margin-right: 12px;
}

form .optionset li input,
form .coloroptionset li input {
    position: absolute;
    opacity: 0;
    display: inline-block !important;
    width: auto !important;
    height: 38px;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

form input.checkbox {
    width: auto;
    float: left;
    height: 24px;
    margin-right: 8px;
}

.text-center input.checkbox {
    float: none;
    margin: 0 auto;
}

form .checkbox label {
    position: relative;
    top: -10px;
}

form select,
form option {
    font-size: 19px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #000;
    height: 58px;
    line-height: 58px;
}

form input.action {
    font-family:MetaCompPro-Bold W01 Regular, sans-serif;
    border-radius:30px !important;
    padding:9px 20px 9px 40px !important;
    font-size:13px;
    text-transform: uppercase;
    position:relative;
    background-color:#dd2314 !important;
    width: auto;
    border:0;
    color:#fff;
    line-height: 0.8;
    letter-spacing: 1px;
    background:url("/public/resources/themes/Red/images/chev-right.png") no-repeat 6px 5px;
}

form input.action:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.form-control {
    border-radius: 0;
}

.dropzone-holder {
    background: rgba(255, 255, 255, 0.1) !important;
}

form span.description {
    font-size: 14px;
    color: #ccc;
    margin-left: 0px;
    position: relative;
    top: -6px;
}

form span.description a{
    font-size: 14px;
    color: #ccc;
    text-decoration: underline;
}

.field.checkbox span.descricption{
    left: 52px;
}

#ForgotPassword {
    display: block;
    margin-top: 12px;
    width: 100%;
}

form ul.checkboxset {
    padding-left: 0;
}

form ul.checkboxset li {
    display: block;
    width: 100%;
    position: relative;
    height: 48px;
    margin-bottom: 12px;
}

form ul.checkboxset--inline li {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin-bottom: 0;
}

.field.checkboxset--left ul,
.field.checkboxset--left .middleColumn{
    float: none;
    clear: both;
    width: 100%;
}

form ul.checkboxset--left li {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    form ul.checkboxset--left li {
        min-width: 100%;
    }
}
@media (min-width: 768px) {
    form ul.checkboxset--left li {
        min-width: 200px;
    }
}

form ul.checkboxset label {
    font-family: 'Meta Offc W01 Normal', sans-serif !important;
    border: 2px solid #ececec;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    font-size: 19px;
    font-weight: normal;
    text-transform: none;
    color: #000 !important;
}

form ul.checkboxset label.selected {
    padding-left: 19px;
    padding-right: 19px;
    border-color: #000;
    border-width: 2px;
    height: 42px;
    line-height: 42px;
}

form ul.checkboxset input.checkbox {
    outline: 0;
    opacity: 0;
}

form ul.checkboxset label:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
}

.optionset label,
.coloroptionset label{
    float: none;
    margin-bottom: 18px;
}

form div.optionset .middleColumn,
form ul.optionset,
form div.coloroptionset .middleColumn,
form ul.coloroptionset {
    margin-bottom: 0;
}

form ul.optionset li,
form ul.coloroptionset li{
    width: 100%;
}

.field.optionset,
.field.coloroptionset{
    margin-bottom: 1.5rem;
}

form ul.optionset li label,
form ul.coloroptionset li label{
    width: 100%;
    border: 2px solid #eee;
    padding:6px 12px;
    border-radius: 36px;
    margin-bottom: 9px !important;
}

form ul.optionset li label.selected,
form ul.coloroptionset li label.selected{
    border-color: #dd2314;
}

form div.optionset:after,
form div.coloroptionset:after {
    content: " ";
    clear: both;
    width: 100%;
    height: 1px;
    display: block;
}


form .fieldgroup:not(.middleColumn) {
    border-bottom: 1px solid #ececec;
}

/* crazy checkboxes */
div.checkbox {
    padding-top: 1em;
}

form:not(.userform) div.checkbox label {
    position: relative;
    display: block;
    height: 15px;
    width: 40px;
    background: #e6ebf0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: 55px;
    font-family: 'Meta Offc W01 Normal', sans-serif !important;
    text-transform: none;
    font-weight: normal;
    line-height: 0.9;
    white-space: nowrap;
}

form:not(.userform) div.checkbox label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #dd2314;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    transition: all 0.3s ease;
}

div.checkbox label:active:after {
    transform: scale(1.15, 0.85);
}

div.checkbox input:checked ~ label {
    background: #dc3a2d;
}

div.checkbox input:checked ~ label:after {
    left: 20px;
    background: #dd2314;
}

div.checkbox input:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}

div.checkbox input:disabled ~ label:after {
    background: #bcbdbc;
}

form:not(.userform) div.checkbox input {
    display: none;
}

@media (max-width: 767.98px) {
    .productsearchbar__title .form-control:not(.action),
    select.form-control:not([size]):not([multiple]) {
        height: 42px !important;
        line-height: 42px !important;
    }

    form .textarea,
    form option,
    form select,
    form input.text {
        font-size: 18px !important;
    }
}

/* custom overrides */
#MemberLoginForm_LoginForm_Remember_Holder {
    white-space: nowrap;
}

#MemberLoginForm_LoginForm_action_doLogin {
    padding: 8px 18px;
    height: 34px;
    width: auto;
}

/* validation */
label.error,
div.checkbox label.error{
    position: absolute !important;
    z-index: 100 !important;
    color:#fff !important;
    border-radius: 3px !important;
    background: #000 !important;
    border:0 !important;
    padding: 3px 9px !important;
    top: 46px !important;
    left: 9px !important;
    text-transform: none !important;
    font-size: 12px !important;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
}

/*
div.checkbox label.error:after {
    display: none !important;
}
*/

label.error:after,
div.checkbox label.error:after{
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #000;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 101;
}

.Actions{
    clear: both;
    display: block !important;
}


/* default checkbox */
form.userform input[type=checkbox] {
    display:none !important;
} /* to hide the checkbox itself */

form.userform input[type=checkbox] + label:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
}

form.userform input[type=checkbox] + label ,
form.userform input[type=checkbox] + label p{
    text-transform: none;
    font-family: 'Meta Offc W01 Normal' !important;
    width: calc(100% - 30px);
    margin-left: 25px;
    line-height: 1.2;
    font-size: 16px;
    color:#333;
    font-weight: normal;
    padding-bottom: 10px;
}


form.userform input[type=checkbox] + label p{
    margin-left: 0;
}
form.userform input[type=checkbox] + label:before {
    content: "\f0c8";
    font-weight: 200;
    position: absolute;
    color: #ccc;
    margin-left: -25px;
} /* unchecked icon */
form.userform input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

form.userform input[type=checkbox]:checked + label:before { content: "\f14a"; font-weight: 600;color: #dd2314 } /* checked icon */
form.userform input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

form.userform div.checkbox input:checked ~ label{
    background: transparent;
}



fieldset{
    border-left:0 !important;
    border-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    border-radius: 0 !important;
}

legend{
    font-family: 'MetaCompPro-Bold W01 Regular', sans-serif !important;
    color:#000;
    background: #fff;
}

.userformsgroup{
    clear: both;
}

.holder-validation:after{
    font-family: "Font Awesome 5 Pro";
    content: '\f071';
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 10;
    color:red;
    font-weight: bold;
}


