/** header cleanup **/
.ba-nav {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 3px;
}

.breadcrumbs {
    margin:18px auto;
}

.breadcrumbs li a {
    color: #A6A7AA !important;
}

.breadcrumbs li a:hover {
    color: #4a4b4c !important;
    text-decoration: none;
}

.breadcrumbs li {
    text-transform: uppercase;
    font-size: 0.8em !important;
}

.breadcrumbs li:after {
    content:'/' !important;
    font-size: 0.8em !important;
    line-height: unset !important;
}

.breadcrumbs li:last-child:after {
    display: none;
}

/** product page **/
/** header cleanup **/
.ba-nav {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 3px;
}

.breadcrumbs {
    margin:18px auto;
}

.breadcrumbs li a {
    color: #A6A7AA !important;
}

.breadcrumbs li a:hover {
    color: #4a4b4c !important;
    text-decoration: none;
}

.breadcrumbs li {
    text-transform: uppercase;
    font-size: 0.8em !important;
}

.breadcrumbs li:after {
    content:'/' !important;
    font-size: 0.8em !important;
    line-height: unset !important;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.ba-nav-top-outer {
    max-width:1600px;
    margin: auto;
}

.ba-footer-cms-links-container {
    padding-left:20px !important;
}

.ba-filter-categories h3 {
    padding-left:8px;
}

.ba-filter-categories li {
    line-height: unset !important;
    padding:0px !important;
}
.ba-filter-categories a {
    padding:0px 8px !important;
    line-height:unset !important;
}


@media screen and (max-width: 780px) {
    .ba-message-modal {
        display: none;
    }   
}

.ba-nav {
    background:white !important;
}

.ba-nav-open-model {
    background:transparent !important;
}

.ba_product_mixed_attributes span {
    font-weight: 300;
}

.catalog-product-view:not(.page-product-grouped) .field.qty {
    display: flex;
    align-items: center;
}

.catalog-product-view:not(.page-product-grouped) .field.qty label {
    width: 25%;
}

.ba-product-row1 {
    margin-bottom: 0;
}

.ba_product_mixed_attributes {
    margin-bottom: 0;
}

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 7px;
}

.ba-search-opener #mobileSearchOpen {
    background-color: transparent;
    border: none;

    &:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 32px;
        color: #757575;
        content: "\e615";
        font-family: "luma-icons";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: black;
    }
    span {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .ba-search-open .ba-simple-search-container {
        z-index: 9999;
    }

    .ba-simple-search-container .block.block-search #search {
        height: 80px;
    }

    .ba-simple-search-closer {
        position: absolute;
        top: -2px;
        left: unset !important;
        right: 0 !important;
        height: 70px;
        display: flex !important;
        align-items: center;
    }

    .ba-simple-search-container .block-search .action.search {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .ba-simple-search-container,
    .ba-search-container {
        display: block !important;
    }

    .ba-search-container .action.search[disabled] {
        opacity: 1;
    }
    .ba-nav-row {
        height: fit-content !important;
    }

    .page-wrapper {
        padding-top: 0 !important;
    }

    .ba-simple-search-closer {
        display: none !important;
    }

    .ba-search-opener {
        display: none !important;
    }
}