.product-item-actions .unavailable {
    display: none;
}

.price-final_price {
    display: flex !important;
    flex-direction: row !important;
}

.old-price .price-label {
    display: none !important;
}

.old-price .price {
    margin-left:8px;
    position: relative;
    font-size:95% !important;
}

.old-price .price:after {
    content:'';
    position: absolute;
    width:100%;
    height:2px;
    background:red;
    left:0;
    top:50%;
}
footer {
    padding:16px 0px !important;
}

.ba-menu-block > .ba-child-menu {
    width:100% !important;
    max-width: unset !important;
    padding: 16px 0px !important;
    border-top:1px #efefef solid;
}

.ba-desktop-nav .ba-menu-block>ul>li>h6 {
    padding-top:16px;
}

.ba-desktop-nav .ba-menu-block>ul>li>h6 + ul {
    padding-top:8px;
}

.ba-desktop-nav .ba-menu-block>ul:before {
    display: none;
}

.ba-menu-block > .ba-child-menu > li:not(:first-child) {
    border-left:1px #efefef solid;
}
/*
.ba-menu-block a[href$='motorsport.html'] {
    position: relative;
    font-weight: 400;
}
*/

@media screen and (min-width:770px) {
    .customer-welcome {
        margin-left:0px !important;
        padding:0px 20px !important;
    }
}

.link.wishlist  {
    display: none;
}

.ba_product_image_grid_desktop .image_outer .zoomImg,
.ba_product_image_grid_desktop .image_outer img {
    background:white !important;
}

.product-item .ba-sku {
    display: block !important;
}

.product-section-title,
.product-section-title + .additional-attributes-wrapper,
.description,
.product-social-links {
    display: none;
}

.opc-block-summary .totals.rewardpoints button {
    display: none !important;
}