/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Forms */
.gform_heading{
    display: none;
}
.gform_wrapper form .gform-body .gform_fields .gform-field-label{
    color: #093247;
}
.gform_wrapper form .gform-body .gform_fields .ginput_container input[type="text"],
.gform_wrapper form .gform-body .gform_fields .ginput_container input[type="email"],
.gform_wrapper form .gform-body .gform_fields .ginput_container input[type="tel"],
.gform_wrapper form .gform-body .gform_fields .ginput_container textarea,
.gform_wrapper form .gform-body .gform_fields .ginput_container select{
    box-shadow: none;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 4px 32px;
    min-height: 44px;
    font-size: 18px;
}
.gform_wrapper form .gform-body .gform_fields .ginput_container input[type="text"]:focus,
.gform_wrapper form .gform-body .gform_fields .ginput_container input[type="email"]:focus,
.gform_wrapper form .gform-body .gform_fields .ginput_container input[type="tel"]:focus,
.gform_wrapper form .gform-body .gform_fields .ginput_container input[type="checkbox"]:focus,
.gform_wrapper form .gform-body .gform_fields .ginput_container textarea:focus,
.gform_wrapper form .gform-body .gform_fields .ginput_container select:focus{
    --gf-local-outline-color: #093247;
}
.gform_wrapper.gform-theme form .gform-footer input[type="submit"]{
    background-color: #AB2328 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 8px 32px 8px 32px !important;
    border-radius: 0 !important;
    transition: all 0.3s;
}
.gform_wrapper.gform-theme form .gform-footer input[type="submit"]:hover,
.gform_wrapper.gform-theme form .gform-footer input[type="submit"]:focus{
    background-color: #8D2226 !important;
    transition: all 0.3s;
}
.gform-theme--api,
.gform-theme--foundation{
    --gf-form-gap-x: 40px;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    color: #093247;
}
.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)){
    font-size: 18px;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error{
    font-size: 18px;
}
.gform-theme--framework .gfield .chosen-container .chosen-single{
    border-radius: 0;
    padding: 3px 32px;
    font-size: 18px;
    min-height: 43px;
}
.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{
    font-size: 18px;
}
body .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{
    box-shadow: inset 3px 0 0 #AB2328;
}
body .gform-theme--framework .gfield .chosen-container .chosen-single:focus{
    --gf-local-outline-color: #093247;
}
body .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{
    --gf-local-border-color: #093247;
    --gf-local-outline-color: #093247;
}
.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{
    border-color: #093247;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #093247;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #093247;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #093247;
}
:-moz-placeholder { /* Firefox 18- */
    color: #093247;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/* Header lang switcher */
.hh-lang-switcher{
    padding-top: 10px;
    padding-bottom: 10px;
}
.hh-lang-switcher .dropdown-menu{
    position: absolute;
    right: -13px;
    top: 40px;
    z-index: 1110;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    transition: all 0.3s;
}
.hh-lang-switcher .dropdown-item{
    font-size: 16px;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    color: #093247;
}
.hh-lang-switcher .dropdown-item svg{
    opacity: 0;
    margin-right: 8px;
}
.hh-lang-switcher .dropdown-item.current-lang svg{
    opacity: 1;
}
.hh-lang-switcher .dropdown-item.current-lang {
    background-color: #f5f5f5;
    color: #ab2328;
}
.hh-lang-switcher .dropdown-toggle{
    color: #093247;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hh-lang-switcher .dropdown-toggle svg{
    width: 16px;
    margin-right: 5px;
    fill: #093247;
}
.hh-lang-switcher .dropdown-toggle:hover,
.hh-lang-switcher .dropdown-toggle:focus,
.hh-lang-switcher .dropdown-toggle:hover svg,
.hh-lang-switcher .dropdown-toggle:focus svg{
    color: rgb(39,80,101,80%);
    fill: rgb(39,80,101,80%);
}
.hh-lang-switcher:hover .dropdown-menu{
    display: block;
    transition: all 0.3s;
}
/* Mobile search */
.header-search__form-mobile{
    padding: 10px;
    display: flex;
}
.header-search__form-mobile button[type="submit"]{
    background: transparent;
    border: 1px solid rgb(112, 112, 112);
    width: 60px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.header-search__form-mobile-internal-wrp{
    flex-grow: 1;
}
.header-search__form-mobile button[type="submit"] svg{
    width: 24px;
    height: 24px;
}
.header-search__form-mobile .header-search__form-input{
    border: 1px solid rgb(112, 112, 112);
    border-radius: 0;
    min-height: 50px;
}
.elementor-widget-nav-menu .elementor-nav-menu__container .elementor-nav-menu .mobile-find-dealer-btn{
    display: none;
}
@media (max-width: 1024.9px) {
    .elementor-widget-nav-menu .elementor-nav-menu__container .elementor-nav-menu .mobile-find-dealer-btn{
        display: block;
        margin: 0 15px 15px 15px;
    }
    .elementor-widget-nav-menu .elementor-nav-menu__container .elementor-nav-menu .mobile-find-dealer-btn a{
        background-color: #AB2328;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 5px 14px 4px;
    }
}
/* Results grid */
.hh-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.hh-product-grid .hh-product-item {
    padding-bottom: 50px;
    width: calc(25% - 18.75px);
}
.hh-product-grid .hh-product-thumb img {
    padding: 0 25px;
}
.hh-product-grid  .hh-product-title{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.hh-product-grid .hh-product-thumb {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.hh-products-result .no-posts-found{
    margin-top: 40px;
    padding: 25px;
    background-color: #F7F9FC;
    font-weight: bold;
}
@media (max-width: 992px) {
    .hh-product-grid .hh-product-item{
        width: calc(50% - 18.75px);
    }
    .hh-product-grid .hh-product-thumb img {
        padding: 0 10px;
    }
}
@media (max-width: 450px) {
    .hh-product-grid .hh-product-item{
        width: calc(100% - 18.75px);
    }
    .hh-product-grid  .hh-product-title{
        font-size: 24px;
    }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev{
    color: #AB2328;
}
/* Cookie Banner */
button.wcc-btn-revisit:hover {
    background-color: transparent;
}
body .wcc-consent-container .wcc-consent-bar{
    border-radius: 0;
}
body .wcc-consent-container {
    width: 550px;
}
body .wcc-notice .wcc-title{
    font-size: 20px;
    line-height: 28px;
    font-family: 'Heebo';
}
body .wcc-notice-des * {
    font-size: 16px;
    line-height: 26px;
}
body .wcc-notice-btn-wrapper .wcc-btn,
body .wcc-prefrence-btn-wrapper .wcc-btn{
    font-size: 16px;
}
body .wcc-preference-header{
    background-color: #F7F9FC;
}
body .wcc-preference-header .wcc-btn-close img {
    height: 15px;
    width: 15px;
}
body .wcc-btn-close,
body .wcc-show-desc-btn{
    background-color: transparent !important;
    color: #AB2328 !important;
}
body .wcc-switch input[type="checkbox"]:checked{
    background: #AB2328 !important;
}
body .wcc-accordion-header .wcc-accordion-btn:hover{
    background-color: transparent;
}
body button.wcc-show-desc-btn:not(:hover):not(:active),
body .wcc-accordion-header .wcc-always-active{
    color: #AB2328;
}
body .wcc-audit-table {
    background-color: #F7F9FC !important;
    border-radius: 0;
}
body .wcc-preference-content-wrapper *,
body .wcc-preference-body-wrapper *{
    font-size: 13px;
    line-height: 21px;
    color: #093247 !important;
}
body .wcc-audit-table .wcc-cookie-des-table li{
    padding: 0;
}
/* Store Locator */
#store_locator{
    padding: 0;
}
#store_locator_sidebar{
    display: flex;
    align-items: center;
    justify-content: center;
}
#store_locator_address_field{
    box-shadow: none;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 4px 32px;
    min-height: 44px;
    font-size: 18px;
}
@media (max-width: 767px) {
    #store_locator_map{
        margin-bottom: 20px;
    }
}