.dealer-banner form input[type="checkbox"]{
    appearance: auto;
    width: fit-content;
}

/**SUPPORT #352810 - FOR THE SEPARTOR OF LANGUAGES**/
#menu-item-wpml-ls-2-es:after, #menu-item-wpml-ls-2-en:after{
	content: "";
    position: absolute;
	right: -1.125rem;
    top: 50%;
    background: #adadad;
    width: 1px;
    height: 2.8125rem;
    transform: translateY(-50%);
	display: none;
}

.wpml-ls-current-language:after{
	display: block !important;
}

#menu-item-wpml-ls-2-en{
	margin-left: 30px;
}
/**ENDING OF SUPPORT #352810**/


/* Support #353311 - Hide Contact Section */
#page > .cta-side-form { display: none; }
.home #page > .cta-side-form { display: block; }

/*Support #382994 - Fix the display of the brand image*/
@media (max-width: 48em){
    .brand-single .brand-single-wrap .brand-single-desc .brand-single-desc-wrap img{
        height: auto;
    }
}

.dealer-banner-login #gform_fields_login .gfield {
    padding: 10px;
}
.dealer-banner-login #gform_fields_login .gfield .gfield_label.gform-field-label{
    min-height: 13vh
}

/*Support #455502 - Add footer link*/
p.ftr-send-payment {
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    margin: 1em 0;
}

/*Support #455502 - Fix Menu spacing*/
@media (min-width: 1025px) {
    .menu-toggle li.dealer-actions .sub-menu {
	 padding: 1.5625rem 0;
}
.languageEs .menu-toggle li.dealer-actions .sub-menu a {
	padding: 0 10px;
}
}