.hero-new .hero-box p {
    font-size: 1em;
}

.tabbed-boxes .nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    min-height: 40px;
    DISPLAY: NONE;
}

.tabbed-boxes .nav-box.active, .tabbed-boxes .nav-box:focus-visible, .tabbed-boxes .nav-box:hover {
    background-color: var(--evo-brand-default);
    color: #fff;
    DISPLAY: NONE;
}

.header-switch {
    background: #f6f8fb;
    color: var(--evo-text-col);
    padding: 5px 0;
    display: none;
}

.tabbed-boxes .owl-nav>div {
    background-color: #fafafa;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .35s ease;
}

.socialicons social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
    justify-content: flex-end !important;
    margin: 0;
    flex-direction: row-reverse !important;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--evo-text-col);
    display: flex;
    font-size: 0.75em !important;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f6f8fb !important;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 12px;
}

.contactformcontactpage {
  background: #f6f8fb !important;
padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.contactuscontent {
    padding: 20px;
  background: #f6f8fb !important;
}

.productsummary_container .productdetails .prod-code span {
background-color: #f6f8fb !important;
 color: var(--evo-text-col);
 font-weight: 400;
}

.lastviewedproducts_container .product div.product-sku, .lastviewedproducts_container .tile div.product-sku, .merchandisingcontent_container .product div.product-sku, .merchandisingcontent_container .tile div.product-sku, .productsgrid_container .product div.product-sku, .productsgrid_container .tile div.product-sku, .productsrelated_container .product div.product-sku, .productsrelated_container .tile div.product-sku, .widget-contract-items-html .product div.product-sku, .widget-contract-items-html .tile div.product-sku, .widget-lastviewedproducts-html .product div.product-sku, .widget-lastviewedproducts-html .tile div.product-sku {
    background-color: #f6f8fb !important;
}

/*MH Test*/

.out-stock {
    color: red !important;
}

.live-inventory-v2-shipping {
    color: green !important;
}