﻿body {
    font: unset;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    text-transform: none;
    font-style: normal;
}

.cf-rounded-button-red {
    display: inline-block;
    border-radius: 24px;
    color: #fff;
    background-color: #d30000;
    border: 2px solid #d30000;
    font-weight: bold;
    padding: 8px 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .cf-rounded-button-red:hover {
        background-color: #000;
        color: #fff;
        border: 2px solid #000;
    }

.cf-rounded-button-white {
    display: inline-block;
    border-radius: 24px;
    color: #d30000;
    background-color: #fff;
    border: 2px solid #d30000;
    font-weight: bold;
    padding: 8px 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .cf-rounded-button-white:hover {
        background-color: #000;
        color: #fff;
        border: 2px solid #000;
    }

/* BEGIN FOOTER */
footer {
    color: #fff;
}

    footer a,
    footer h4 {
        color: #fff;
        font-weight: 700;
    }

        footer a:hover {
            color: #d30000;
        }

    footer .accent_title {
        color: #d30000;
        font-weight: bold;
    }

    footer [class*="c_info_"]:not(ul)::after {
        color: #d30000;
    }

    footer .footer_social_media_links i {
        font-size: 24px;
    }

/* END FOOTER */
::-webkit-scrollbar-thumb {
    background: #d30000;
}

.wide_layout,
#main_navigation_wrap,
[class*="page_wrapper"] {
    background: #000;
}

    #main_navigation_wrap .container > .row {
        padding-top: 8px;
    }

    #main_navigation_wrap::after, #main_navigation_wrap::before {
        border-top: 0px;
    }

.main_navigation:not(.full_width_nav) > ul > li > a {
    background: #000;
    color: #fff;
    border: 0px;
}

#main_navigation_wrap .main_navigation li:nth-child(1) > a {
    border: 0
}

.main_navigation > ul > .current > a,
.main_navigation .mobile_active > a,
.main_navigation .tablet_active > a,
.main_navigation:not(.full_width_nav) > ul > li:hover > a {
    color: #fff !important;
    background: #d30000 !important;
    border-color: #d30000 !important;
}

#main_navigation_wrap .main_navigation > ul > li > a {
    font-size: 17px;
}

#main_navigation_wrap .sticky_logo {
    flex: 1;
    justify-content: left;
}

.sticky_inner > .nav_item, .full_width_nav > ul > li {
    border: 0px;
}

.nav_item.size_100px {
    width: 100px;
}

.top_part .currency .current {
    color: #fff;
}

.top_part .currency li.animated_item a:hover {
    background-color: #d30000;
    background: #d30000;
    border-color: #d30000;
    color: #fff;
}

#open_shopping_cart {
    border: 0px;
    color: #fff;
    margin-top: 0px;
    border-radius: 4px !important;
    padding: 16px 16px 16px 65px;
}

#open_shopping_cart:hover {
    color: #fff;
    background-color: #d30000;
}

#open_shopping_cart .title{
    font-size: 16px;
}

    #open_shopping_cart::before{
        font-size: 32px;
    }

    #open_shopping_cart .total_price {
        color: #fff;
    }

#main_navigation_wrap .open_button .title {
    color: #fff;
}

.cf-menu-auth-button {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

    .cf-menu-auth-button:hover {
        color: #fff;
        background-color: #d30000;
    }

#main_navigation_wrap.sticky .alert_box.info.price_alert_info_box_sticky, .alert_box.info.price_alert_info_box_header {
    background-color: #d30000;
}

#main_navigation_wrap .sticky_inner.type_2 {
    padding-bottom: 8px;
}

    #main_navigation_wrap .sticky_inner.type_2 .cf_nav_authneticated_menu_item_left {
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        border-radius: 3px !important;
        margin-bottom: 8px;
    }

    #main_navigation_wrap .sticky_inner.type_2 .cf_nav_authneticated_menu_item_right {
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
        border-radius: 3px !important;
        margin-bottom: 8px;
    }

@media (min-width: 799px) {
    #main_navigation_wrap .sticky_inner.type_2 .cf_nav_authneticated_menu_item_left {
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        border-radius: 3px 0 0 3px !important;
    }

    #main_navigation_wrap .sticky_inner.type_2 .cf_nav_authneticated_menu_item_right {
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        border-left: none !important;
        border-radius: 0 3px 3px 0 !important;
    }

    .main_navigation > ul > .current > a,
    .main_navigation .mobile_active > a,
    .main_navigation .tablet_active > a,
    .main_navigation:not(.full_width_nav) > ul > li:hover > a {
        border-radius: 3px !important;
    }
}

#open_shopping_cart::before {
    color: #fff;
}

.shopping_cart .sc_product a:hover {
    color: #d30000;
}

.shopping-cart-action-item .dark_text {
    color: #504f4f;
}

.saved-list-action-item .dark_text {
    color: #504f4f;
}

.dark_text {
    color: #504f4f;
}

.light_text {
    color: #fff;
}

[class*="toggle_menu"] {
    border: none;
}

    .open_menu.active,
    [class*="toggle_menu"].active,
    .compare_button:hover,
    .wishlist_button:hover,
    .compare_button:hover::after,
    .wishlist_button:hover::after {
        border-color: #d30000;
        background-color: #d30000;
    }

.theme_menu li:hover > a,
.theme_menu > li:hover > a,
.theme_menu > .current > a,
.theme_menu > .tablet_active > a,
.theme_menu > .mobile_active > a,
.theme_menu li.has_megamenu:hover > a,
.theme_menu li.has_megamenu.current > a,
.theme_menu > li > a::before {
    border-color: #d30000;
    background-color: #d30000;
}

.has_mega_menu h3 {
    color: #fff;
    font-weight: 700;
}

/* BEGIN SEARCH HEADER */
a.request-boom-system-quote {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px;
}

.search > *:first-child {
    border-right: 1px solid #d30000;
    border-left: 2px solid #d30000;
}

.search > * {
    border-top: 2px solid #d30000 !important;
    border-bottom: 2px solid #d30000 !important;
}

.search > button:hover {
    border-color: #d30000 !important;
}

.search > *:last-child {
    border-right: 2px solid #d30000;
}

.search .button_blue:hover {
    background: #fe0000;
}

.search .button_blue {
    background: #d30000;
}

/* END SEARCH HEADER */

section h3 {
    color: #fff;
    font-weight: 700;
}

.secondary_page_wrapper h1,
.page_wrapper h1,
.secondary_page_wrapper h3,
.page_wrapper h3 {
    color: #fff;
    font-weight: 700;
}

.info, .alert_box_info {
    color: #d30000;
}

.single_product_description a:hover {
    color: #fe0000;
}

.single_product_description .qty button {
    color: #504f4f;
}

    .single_product_description .qty button:hover {
        color: #fff;
    }

.toggle > dt::after,
.accordion > dt::after,
.collapse-title-minus::after,
.collapse-title-plus::after {
    color: #d30000;
}

.toggle > dt:hover::after,
.accordion > dt:hover::after,
.collapse-title-minus:hover::after,
.collapse-title-plus:hover::after {
    background: #d30000;
}

/* BEGIN LOGIN DIALOG */

@media(min-width:768px) {

    #dlgModalLogin .modal-dialog {
        width: 800px;
    }
}


#dlgModalLogin #password-recovery a {
    color: #d30000;
}

    #dlgModalLogin #password-recovery a:hover {
        color: #fe0000;
    }

#dlgModalLogin.ra-modal .login-header a,
#dlgModalLogin #login-tab-header a,
#dlgModalPasswordConfirmation.ra-modal .login-header a,
#dlgModalPasswordConfirmation #login-tab-header a,
#dlgModalAccountConfirmation.ra-modal .login-header a,
#dlgModalAccountConfirmation #login-tab-header a,
#dlgModalPasswordRecovery.ra-modal .login-header a,
#dlgModalPasswordRecovery #login-tab-header a {
    color: #d30000 !important;
}

    #dlgModalLogin.ra-modal .login-header:hover,
    #dlgModalLogin.ra-modal .login-header a:hover,
    #dlgModalLogin #login-tab-header a:hover,
    #dlgModalPasswordConfirmation.ra-modal .login-header:hover,
    #dlgModalPasswordConfirmation.ra-modal .login-header a:hover,
    #dlgModalPasswordConfirmation #login-tab-header a:hover,
    #dlgModalAccountConfirmation.ra-modal .login-header:hover,
    #dlgModalAccountConfirmation.ra-modal .login-header a:hover,
    #dlgModalAccountConfirmation #login-tab-header a:hover,
    #dlgModalPasswordRecovery.ra-modal .login-header:hover,
    #dlgModalPasswordRecovery.ra-modal .login-header a:hover,
    #dlgModalPasswordRecovery #login-tab-header a:hover {
        background: #d30000 !important;
        color: #fff !important;
    }

#dlgModalLogin #registrationApp h5 {
    margin-top: 12px;
}

#dlgModalLogin #registrationApp .cf-registration-header {
    margin-top: 24px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

#dlgModalLogin #registrationApp .credit-application-trade-reference {
    margin-bottom: 16px;
}

/* END LOGIN DIALOG */
/* BEGIN PAGINATION */
.pags > li:not(:last-child) > a::after,
.pags > li:not(:last-child) > button::after {
    background: #d30000;
}

.pags > li.active > a,
.pags > li > a:hover,
.pags > li.active > button,
.pags > li > button:hover {
    background: #d30000;
    border-color: #d30000;
}

/* END PAGINATION */

.page-nav > [class|="page"]:hover,
.owl-nav > [class^="owl"]:hover {
    background: #d30000;
    border-color: #d30000;
}

.product_item a:hover {
    color: #d30000;
}

.product_item .centered_buttons a:hover {
    color: #fff;
}

.prod

.product_item .description a:hover {
    color: #d30000;
}
/* BEGIN LOADER */
#loader {
    border-top: 16px solid #d30000 !important;
}

    #loader.small {
        border-top: 2px solid #d30000;
    }

#loader-container h3 {
    color: #fff;
}

.modal_window #loader-container h3 {
    color: #000;
    font-weight: 700;
}

/* END LOADER */

.breadcrumbs li,
.breadcrumbs li a {
    color: #aaa;
}

    .breadcrumbs li a:hover {
        color: #d30000;
    }

/* BEGIN TABS */

.ts_nav > li.active > a,
.ts_nav > li:hover > a,
.tabs_nav > li.active > a,
.tabs_nav > li:hover > a {
    background: #d30000;
    border-color: #d30000;
}

/* END TABS */

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child > i,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child > i {
    color: #d30000;
}


div.dataTables_wrapper div.dataTables_processing {
    background: #000 !important;
    color: #fff !important;
}

.button_green,
.button_blue {
    background: #d30000;
}

.button_grey {
    color: #d30000;
    background: #f8f8f8;
}

    .button_grey:hover,
    .button_grey.active,
    .button_green:hover,
    .button_green.active {
        color: #fff;
        background: #fe0000;
    }

.button_blue {
    color: #fff;
    background: #d30000;
}

    .button_blue:hover {
        color: #fff;
        background: #fe0000;
    }

.theme_color {
    color: #d30000;
}

.theme_button:hover,
.button_grey_2:hover {
    background: #d30000;
    border-color: #d30000;
}

/* BEGIN ORDER WIZARD */

#orderCreationWizard .infoblock:not(.info-block-active) .caption,
#orderCreationWizard .infoblock:not(.info-block-active) i[class|="icon"] {
    color: #d30000;
}

#orderCreationWizard .info-block-active,
#orderCreationWizard .infoblock:hover,
#orderCreationWizard .infoblock.active,
#orderCreationWizard .infoblock:hover .caption,
#orderCreationWizard .infoblock:hover i[class|="icon"],
#orderCreationWizard .infoblock.active .caption,
#orderCreationWizard .infoblock.active i[class|="icon"] {
    background: #d30000;
    color: #fff;
}

#orderCreationWizard .order-parts-by-supplier-header-table h3 {
    color: #000;
    font-weight: 700;
}

#orderCreationWizard .order-creation-form .order-creation-editable-label {
    color: #000;
    font-weight: bold;
}

#orderCreationWizard md-tabs.md-default-theme md-ink-bar,
#orderCreationWizard md-tabs md-ink-bar {
    color: #d30000;
    background: #d30000;
}

/* END ORDER WIZARD */

#order-system-main-container input[type="radio"] + label,
#order-system-main-container input[type="checkbox"] + label {
    color: #fff;
}

    #order-system-main-container input[type="radio"] + label:before,
    #order-system-main-container input[type="checkbox"] + label:before {
        color: #d30000;
    }

.table_type_1 a:hover {
    color: #d30000;
}

.single_product_description.quantity_container {
    color: #fff;
}

.single_product .single_product_description .product_price {
    color: #fff;
}

.single_product_description a:hover h3 {
    color: #d30000;
    font-weight: 700;
}

section.infoblock:hover {
    background: #d30000;
}

section.infoblock i[class|="icon"],
section.infoblock .caption {
    color: #d30000;
}

.view-in-cart-button::before {
    color: #d30000;
}

.ra-modal .loader,
.modal_window .loader,
.details_add_to_cart_button
.loader,
#order-creation-coupon-apply-btn .loader, .quick_add_btn .loader {
    border-top: 4px solid #d28383;
}


.shopping-cart-table-button-clear-with-border {
    border: 1px solid !important;
    background: transparent !important;
}

    .shopping-cart-table-button-clear-with-border:hover {
        background: #d30000 !important;
        color: white;
    }

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

    .stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
        opacity: 1 !important;
        color: #bbb;
        background: #fff;
        border: 1px solid #ccc;
    }

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429 !important;
    border-radius: 15px;
}

@media(max-width: 799px) {
    .stepwizard-step p {
        display: none;
    }
}

.ra-modal .auto-width-center {
    width: auto;
    margin: auto;
}

.ra-modal .auto-width {
    width: auto;
}


.ra-modal #registrationApp .remove-button {
    margin-top: 24px;
    color: #d30000;
}

    .ra-modal #registrationApp .remove-button:hover {
        color: #fff;
    }

#registrationApp .not-selected-existing-customer-option {
    border: 1px solid #d30000;
    background: #fff;
    color: #d30000;
}

#registrationApp .row-title {
    font-weight: bold;
    margin-top: 24px;
    text-align: left !important;
}

#registrationApp .wizard-step-title {
    display: block;
    margin-top: 12px;
}

@media (min-width: 799px) {

    #registrationApp .wizard-step-title {
        display: none;
    }
}

.ra-modal label {
    margin-top: 8px;
}

.part-category-advantage-container img.part-image {
    border-left: 6px solid #FFC72C;
    border-top: 6px solid #FFC72C;
    border-right: 6px solid #FFC72C;
}

.part-category-endurance-container img.part-image {
    border-left: 6px solid #888B8D;
    border-top: 6px solid #888B8D;
    border-right: 6px solid #888B8D;
}

.part-category-guardian-container img.part-image {
    border-left: 6px solid #CE0000;
    border-top: 6px solid #CE0000;
    border-right: 6px solid #CE0000;
}

.part-category-advantage-modal {
    border: 6px solid #FFC72C;
}

.part-category-endurance-modal {
    border: 6px solid #888B8D;
}

.part-category-guardian-modal {
    border: 6px solid #CE0000;
}

.part-category-advantage-container .part-category-image-container.part-category-image-container {
    background: black;
    padding: 24px;
    text-align: center;
    border-left: 6px solid #FFC72C;
    border-bottom: 6px solid #FFC72C;
    border-right: 6px solid #FFC72C;
}

.part-category-endurance-container .part-category-image-container.part-category-image-container {
    background: black;
    padding: 24px;
    text-align: center;
    border-left: 6px solid #888B8D;
    border-bottom: 6px solid #888B8D;
    border-right: 6px solid #888B8D;
}

.part-category-guardian-container .part-category-image-container.part-category-image-container {
    background: black;
    padding: 24px;
    text-align: center;
    border-left: 6px solid #CE0000;
    border-bottom: 6px solid #CE0000;
    border-right: 6px solid #CE0000;
}

.part-category-advantage-container .part-category-image-container img,
.part-category-endurance-container .part-category-image-container img,
.part-category-guardian-container .part-category-image-container img {
    max-width: 240px;
    margin: auto;
}

.part-details .secondary_page_wrapper h1,
.part-details.secondary_page_wrapper h3,
.part-details .description_section,
.part-details h3.part_details_quantity_break,
.part-details h5.part_details_inventory,
.part-details .specifications-title,
.part-details .specifications li,
.part-details .product_price .part-price {
    color: black;
}

.specifications > li.quick-part-modal-supplier-info:first-child,
.part-details-header {
    padding: 8px 8px 8px 0 !important;
    display: flex;
    justify-content: space-between;
}

.specifications > li.quick-part-modal-supplier-info:first-child {
    padding: 8px !important;
}

.specifications > li.quick-part-modal-supplier-info:first-child {
    background: black;
    color: white;
}

.specifications > li.quick-part-modal-supplier-info .part-category-label,
.part-details-header .part-category-label {
    width: 120px;
    flex-grow: 1000;
    flex-shrink: 0;
    margin-left: 8px;
    text-align: right;
}

    .specifications > li.quick-part-modal-supplier-info .part-category-label img,
    .part-details-header .part-category-label img {
        vertical-align: middle;
        width: 120px;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d30000 !important;
    color: #fff !important;
}

    .select2-container--default .select2-results__option--highlighted[aria-selected]::before {
        background-color: #fff !important;
        color: #d30000 !important;
    }

.select2-results__option[aria-selected=true]:before {
    background-color: #d30000 !important;
}

.parts-filter-clear-button {
    color: #d30000;
}

    .parts-filter-clear-button:hover {
        color: #fe0000;
    }

h3.quantity_break,
h5.quantity_break,
h5.inventory,
li.part_cell_quantity_break {
    color: #504f4f;
}

h3.part_details_quantity_break,
h5.part_details_inventory {
    color: white;
}

#saved-list-description-value,
#saved-list-visibility-value {
    color: white;
}

.dataTables_paginate .paginate_button.active a {
    background: #d30000 !important;
}

.dataTables_paginate .paginate_button a:hover {
    background: #d30000 !important;
}


.blob-add-image-button {
    border: 1px solid #d30000;
}

.sub-categories-modal .sub-categories-modal-title {
    font-weight: bold;
}

.sub-categories-modal .sub-category-item {
    padding: 8px;
    font-size: 16px;
    color: #d30000;
    margin-bottom: 12px;
    cursor: pointer;
    border: 2px solid #d30000;
    border-radius: 8px;
    background: white;
    transition: 0.3s;
}

    .sub-categories-modal .sub-category-item:hover {
        background: #d30000;
        color: white;
    }


.specifications-title {
    margin-top: 24px !important;
    font-weight: bold;
    color: #fff;
}

.sub-categories-modal {
    width: auto !important;
    min-width: 300px;
    text-align: center;
}

#order-system-filter .checkbox-label {
    color: white;
}

    #order-system-filter .checkbox-label:before {
        color: #d30000;
    }

.cf-footer {
    color: white;
    font-weight: 900;
}

.cf-footer-companies-family-divider {
    margin-top: 24px;
    margin-bottom: 24px;
}

.cf-footer-companies-family-logos {
    display: flex;
    justify-content: space-between;
    margin-left: 24px;
    margin-right: 24px;
}

    .cf-footer-companies-family-logos a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.cf-footer-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .cf-footer-menu ul li {
        margin: 8px 0;
    }

.cf-footer-menu-divider {
    border-bottom: 2px solid #d30000;
    width: 80px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.cf-footer-menu-item {
    margin-top: 36px;
}

.cf-footer-social a {
    font-size: 24px;
    margin-left: 12px;
}

.cf-footer-founding-member {
    margin-top: 12px;
}

.cf-footer-newsletter input {
    width: 80%;
    background-color: #000;
    color: gray;
    border: 1px solid gray;
}

    .cf-footer-newsletter input::placeholder {
        color: gray;
        opacity: 1; /* Firefox */
    }

    .cf-footer-newsletter input:-ms-input-placeholder {
        color: gray;
        opacity: 1; /* Firefox */
    }

    .cf-footer-newsletter input::-ms-input-placeholder {
        color: gray;
        opacity: 1; /* Firefox */
    }

.cf-footer-newsletter span {
    vertical-align: middle;
}

.cf-footer-newsletter a {
    margin-top: 12px;
}

.cf-footer .cf-footer-section {
    margin-top: 20px;
}

.cf-footer .cf-footer-section div {
    margin-bottom: 20px;
}

.cf-footer-tricon {
    width: 124px;
    height: 24px;
}

@media (max-width:767px) {
    .cf-footer-tricon {
        width: 108px;
        height: 20px;
    }
}

@media(min-width: 992px) {
    .cf-footer-companies-family-logos {
        margin-left: 0;
        margin-right: 12px;
    }

    .cf-footer-menu {
        flex-direction: row;
    }

    .cf-footer-menu-item {
        margin-top: 0;
    }
}

#change-customer-form button {
    background-color: #d30000;
}

    #change-customer-form button:hover {
        background-color: #fe0000;
    }

#change-customer-form #change-customer-skip-button {
    background-color: white;
    color: #d30000;
    border: 1px solid #d30000;
}

.embed-parts-list-row a {
    background-color: #000;
    border-radius: 24px;
    cursor: pointer;
}

    .embed-parts-list-row a:hover {
        background-color: #d30000;
    }

.options_list > li > a:hover {
    background-color: #d30000;
    border-color: #d30000 !important;
}

.options_list > li:not(:first-child) > a::after {
    background-color: transparent;
}

#products_container > h3 {
    color: #000;
}

#parts-filter-container h3 {
    color: #d30000;
}

#parts-filter-container .parts-filter-show-more {
    color: #d30000;
}

#categories-menu-container h3 {
    color: #d30000;
}

#categories-menu-container .categories-menu-show-more,
#categories-menu-container h4 a:hover,
#categories-menu-container .categories-menu-item-link:hover {
    color: #d30000;
}

#main-menu .categories-menu-item-selected,
#main-menu .categories-menu-heading-item-selected {
    color: #d30000;
}

.menu-dropdown.current .menu-dropbtn {
    background-color: #d30000;
}

.menu-dropdown:hover .menu-dropbtn,
.menu-dropdown:hover .menu-dropbtn a {
    background-color: #d30000;
    color: #fff;
}

.menu-dropdown::selection {
    background-color: #d30000;
}

.menu-dropdown-content a.current {
    color: white;
    background-color: #d30000;
}

.menu-dropdown-content a:hover {
    color: white;
    background-color: #d30000;
}

.cf-white-header {
    background-color: #fff;
    text-align: right;
}


.cf-header-menu {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    padding-bottom: 8px;
}

    .cf-header-menu > div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

@media(min-width: 991px) {
    .cf-header-menu {
        flex-direction: row;
    }
}


.topnav a:not(.toggle-button):hover {
    border-bottom: 3px solid #d30000;
}

.topnav .topnav-dropdown > a:hover {
    border-bottom: none;
}

.topnav .topnav-dropdown-content a:hover {
    border-bottom: none;
    background-color: #d30000;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .topnav a:not(.toggle-button):hover {
        border-bottom: none;
    }
}

.description_section_2 .title {
    color: #000;
}