.dhb-margin-0 {
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.dhb-flex-break {
    flex-basis: 100%;
    height: 0;
}
/* SUBCATEGORIES */

.dhb-subcategories {
    margin-top: 100px;
}
.dhb-subcategories__title {
    text-transform: uppercase;
    text-align: center;
}
.dhb-subcategories__wrapper {
    display: flex;
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 16px;
    margin-top: 100px;
    margin-bottom: 50px;
    justify-content: center;
    flex-wrap: wrap;

}

.dhb-subcategory-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    position: relative;
    background-image: url('../images/subcategory_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 50%;
    flex: 1;
}

@media screen and (max-width: 1290px) {
    .dhb-subcategory-card {
        max-width: 100%;
    }
}

.dhb-subcategory-card__title-image-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.dhb-subcategory-card__title {
    width: 100%;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.dhb-subcategory-card__image {
    margin-top: -100px;
    margin-right: -40px;
    max-width: 149px !important;
}
@media screen and (max-width: 450px) {
    .dhb-subcategory-card__image {
        display: none;
    }
}

.dhb-subcategory-card__button {
    width: 100%;
    color: #fff;
    background: #000;
    text-align: center;
    font-weight: 600;
    padding: 0.5rem;
    text-transform: uppercase;
}

.dhb-fw-section-yellow {
    background: #FFC700;
}

/* END SUBCATEGORIES */

/* CARRIER WEIGHT FORMS */


.dhb-carrier-weight-main-filter__form, .dhb-category-carrier-filter__form, .dhb-carrier-weight-section-filter__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.dhb-carrier-weight-main-filter {
    padding: 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 6px;
}

.dhb-carrier-weight-main-filter__title{
    font-size: 29px;
    line-height: 120% !important;
}

.dhb-carrier-weight-section-filter {
    padding: 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 6px;
    max-width: 450px;
    margin: auto;
}

.dhb-carrier-weight-section-filter__title{
    font-size: 29px;
    line-height: 120% !important;
}

.dhb-carrier-filter__submit {
    text-align: center !important;
}

.dhb-fw-section-yellow__wrapper, .dhb-fw-section__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 37px;
    padding-right: 37px;
}

.dhb-fw-section-yellow__wrapper_grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
}
@media screen and (max-width: 1280px) {
    .dhb-fw-section-yellow__wrapper, .dhb-fw-section__wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .dhb-fw-section-yellow__wrapper_grid-2 {
        gap: 50px;

    }
}
@media screen and (max-width: 767px) {
    .dhb-fw-section-yellow__wrapper, .dhb-fw-section__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dhb-fw-section-yellow__wrapper_grid-2 {
        grid-template-columns: 1fr;
    }
}
.dhb-fw-section-yellow__title {
    margin-bottom: 36px;
}

.dhb-fw-section-yellow__description {

}

.dhb-fw-section-yellow__description a {
    text-decoration: underline;
    font-size: 0.95em;
    color: #000;
}

.dhb-fw-section-yellow__description a:hover{
    color: #000;
}

.dhb-carrier-weight__wrapper, .dhb-form__field-wrapper {
    color: #000;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}

.dhb-carrier-weight__label, .dhb-form__label {
}
.dhb-carrier-weight__product-cat {
    max-width: unset;
}
.dhb-carrier-filter__input-wrapper {
    display: grid;
    grid-template-columns: 1fr min-content min-content;
    gap: 10px;
    width: 100%;
}

.dhb-carrier-weight__button {
    min-width: 0 !important;
    display: flex !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

.dhb-carrier-weight__button .fas, .dhb-carrier-weight__button .fas:before{
    font-weight: 900!important;
    font-family: 'Font Awesome 5 Free'
}

/* END CARRIER WEIGHT FORMS */

/* HERO HOMEPAGE */

.dhb-hero-hp {
    min-height: 430px;
    width: 100%;
    position: relative;
    margin-top: 20px;
    background-color: rgb(255 255 255 / 0.3);
    background-image: url("../images/hero_bg.png");
    background-position: center;
    background-size: cover;
    margin-bottom: 55px;
}

.dhb-hero-hp__blur {
    width: 100%;
    background: #fff;
    backdrop-filter: blur(10px);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dhb-hero-hp__image-wrapper {
    max-width: 1437px;
    height: 100%;
    position: relative;
    margin: auto;
}

.dhb-hero-hp__image-bg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dhb-hero-hp__image-top {
    position: absolute;
    z-index: 993;
    bottom: 100%;
    left: 53.8%;
}

@media screen and (max-width: 1437px) {
    .dhb-hero-hp__image-top {
        width: 18.02vw
    }
}

@media screen and (max-width: 1300px) {
    .dhb-hero-hp__image-wrapper {
        display: none;
    }
    .dhb-hero-hp__blur {
        display: none;
    }
}

.dhb-hero-hp__content {
    max-width: 1230px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    padding: 30px 0;
    align-content: center;
    align-items: center;

}
@media screen and (max-width: 1280px) {
    .dhb-hero-hp__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 767px) {
    .dhb-hero-hp__content {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
}
@media screen and (max-width: 650px) {
    /*.dhb-hero-hp__content {*/
    /*    position: relative;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    backdrop-filter: blur(10px);*/
    /*}*/
    /*.dhb-hero-hp__image-wrapper {*/
    /*    display: block;*/
    /*}*/
}

/* EBD HERO HOMEPAGE */


/* HOMEPAGE CATEGORIES */

.dhb-hp-categories {
    margin-top: 100px;
    background-image: url('../images/categories_bg.png');
    background-position: bottom;
    background-size: cover;

}

.dhb-hp-categories__title {
    text-transform: uppercase;
    text-align: center;
}

.dhb-hp-categories__wrapper {
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0;
    margin-top: 100px;
    margin-bottom: 50px;
    justify-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;

}

.dhb-hp-category-card {
    display: grid;
    grid-template-rows: 1fr 50px;
    padding: 16px;
    gap: 10px;
    border: 1px solid #00000036;
    justify-items: center;
    align-items: center;
    align-content: space-between;
    transition: background-color 0.5s ease;
    background: transparent;
}

.dhb-hp-category-card:hover {
    text-decoration: none;
    background: #ffb920b8;
}

.dhb-hp-category-card:not(:last-child) {
    border-right: 0;
}

.dhb-hp-category-card__image {
    margin-top: -50px;
}

.dhb-hp-category-card__title {
    font-size: 1.1em;
    margin: 0;
    margin-top: auto;
    width: 100%;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .dhb-hp-categories__wrapper {
        grid-template-columns: 1fr;
    }
    .dhb-hp-category-card {
        padding: 5px 10px;
        display: flex;
        flex-direction: row-reverse;
    }
    .dhb-hp-category-card:not(:last-child) {
        border-right: 1px solid #00000036;
        border-bottom: 0;
    }
    .dhb-hp-category-card__image {
        max-height: 80px;
        margin-top: 0;
    }

    .dhb-hp-category-card__title {
        font-size: 1.35rem;
        margin-bottom: auto;
    }

}

/* END HOMEPAGE CATEGORIES */

/* AFTERMARKET FORM */

.dhb-aftermarket__section {
    padding-top: 100px;
}
.dhb-aftermarket__form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
    gap: 25px;
}

.dhb-aftermarket__form select, .dhb-aftermarket__form .select2 {
    min-width: unset;
    max-width: unset;
    width: 100%;
}
.dhb-aftermarket__form .select2-container {
    width: 100% !important;
}

@media screen and (max-width: 1000px) {
    .dhb-aftermarket__form {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
     .dhb-aftermarket-accessories__form [type="submit"] {
        grid-row-start: 2;
        grid-column-start: 1;
        grid-column-end: 3

     }
}
@media screen and (max-width: 767px) {
    .dhb-aftermarket__form {
    grid-template-columns: 1fr;
    gap: 10px;
}
     .dhb-aftermarket__form [type="submit"] {
         margin-top: 20px;
     }
}
.dhb-aftermarket-products__title {
    font-size: 2rem;
    margin-bottom: 50px;
}
/* END AFTERMARKET FORM */


.elementor-form .elementor-field {
    margin-bottom: 0 !important;
}

select.elementor-field-textual {
    min-height: 50px !important;
    border-radius: 60px !important;
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 50px !important;
    margin-top: 20px !important;
}