.autocomplete {
    position: relative;
    display: inline-block;
}

#autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

#autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

#autocomplete-items div.error {
    color: red;
    pointer-events: none;
}
#autocomplete-items div.error:hover {
    cursor: default !important;
}

/*when hovering an item:*/
#autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.v-online-spares .banner {
    min-height: 0;
}

.v-online-spares .banner .span {
    padding: 2em 0;
}

.v-online-spares .filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.v-online-spares .or {
    border-color: #fff;
    margin: 2rem 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9em;
}

.v-online-spares .or span {
    background: rgb(0, 173, 239);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    z-index: 1;
    border: #fff 1px solid;
}

.v-online-spares .or::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-bottom: #fff 1px solid;
    width: 100%;
}

@media (min-width:48em) {
    .v-online-spares .or {
        margin: 0.125em 0;
    }

    .v-online-spares .or::before {
        display: none;
    }
}

.v-online-spares .filters>div {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.v-online-spares .filters.filters-primary {
    flex-direction: column-reverse;
}

.v-online-spares .filters.filters-secondary {
    margin-bottom: 0;
}

.v-online-spares .filters.filters-secondary>div {
    margin-bottom: 1rem;
}

.v-online-spares .filters.filters-secondary>div:last-child {
    margin-bottom: 0;
}

.v-online-spares .control-label {
    position: relative;
    font-size: 1.2em;
}

.v-online-spares .select-wrapper {
    position: relative;
    font-size: 1em;
    max-width: 100%;
}

.v-online-spares .select-wrapper:hover {
    cursor: pointer;
}

.v-online-spares .select-wrapper select {
    width: 100%;
    padding: 0.5em 2.5em 0.5em 0.9375em !important;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0.25em;
    background: #fff;
    color: rgb(0, 173, 239);
    font-size: 1em;
    font-weight: 200;
}

.v-online-spares .select-wrapper select:hover {
    cursor: pointer;
}

.v-online-spares .select-wrapper>div::before {
    pointer-events: none;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0.675em;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(0, 173, 239);
}

.v-online-spares .filters-search {
    display: flex;
    align-items: flex-end;
}

.v-online-spares .filters-search .btn-search {
    width: 1.5em;
    height: 1.25em;
    border: none !important;
    background-color: #00adef !important;
    background-position: center center !important;
    background-image: url('/images/common/search.svg') !important;
    background-repeat: no-repeat;
    background-size: auto 70% !important;
    color: #fff !important;
    box-sizing: content-box;
}

.v-online-spares .select-wrapper input {
    width: 20em;
    max-width: 100%;
}

.v-online-spares #autocomplete-items {
    color: rgb(0, 173, 239);
    max-height: 20rem;
    overflow-y: auto;
    top: calc(100% + 0.5rem);
    border-radius: 0.25em;
}

.v-online-spares .input-wrapper {
    position: relative;
    font-size: 1em;
    width: 20em;
    max-width: 100%;
}

.v-online-spares .input-wrapper input {
    width: 100%;
    padding: 0.5em 2.5em 0.5em 0.9375em !important;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0.25em;
    background: #fff;
    color: rgb(0, 173, 239) !important;
    font-size: 1em;
    font-weight: 200;
}

.v-online-spares .input-wrapper input::placeholder {
    color: rgb(0, 173, 239) !important;
}

.v-online-spares .input-wrapper>div:not(#autocomplete-items):before {
    pointer-events: none;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0.675em;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(0, 173, 239);
}

.v-online-spares .input-wrapper input#sp_categories {
    width: 20em;
    max-width: 100%;
}

.v-online-spares .table-empty {
    padding: 3rem;
    background: #fff;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.v-online-spares .table-empty .panel {
    width: 100%;
    padding: 2rem;
    color: rgb(0, 173, 239);
    border: 1px solid rgb(0, 173, 239);
    font-size: 1em;
    text-align: center;
}

.v-online-spares .table-responsive {
    width: 100%;
}

.v-online-spares .table-responsive * {
    border: none;
}

.v-online-spares .table-responsive .table-header {
    background: rgb(0, 173, 239);
}

.v-online-spares .table-responsive .table-header .table-cell {
    color: #fff;
    font-weight: 600;
}

.v-online-spares .table-responsive .table-cell {
    display: inline-block;
    word-break: break-word;
}

.v-online-spares .table-responsive .table-body.table-row {
    font-weight: 400;
    color: #000 !important;
}

.v-online-spares .table-responsive .table-body.table-row:nth-child(odd) {
    background: #f8f8f8;
}

.v-online-spares .table-responsive .table-body.table-row:nth-child(even) {
    background: #fff;
}

.v-online-spares h2.spares-category {
    font-size: 1.75em;
    margin-bottom: 1em;
    font-weight: 200;
}
.v-online-spares .media-popup {
    background: #fff;
    max-width: 25rem;
    padding: 2rem;
    margin: 0 auto;
}
.v-online-spare .media-popup {
    background: #fff;
    max-width: 25rem;
    padding: 2rem;
    margin: 0 auto;
}
.v-online-spare .lity-content .media-popup {
    display: block !important;
}
.v-online-spare .media-popup > div:first-child {
    margin-bottom: 2em;
}

.v-online-spares .filters-applied {
    margin-bottom: 1rem;
}

.v-online-spares .filters-applied p {
    margin-bottom: 0.5rem;
}

.v-online-spares .filters-applied ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}

.v-online-spares .filters-applied ul li {
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    border-radius: 1.5rem;
    border: 1px rgb(0, 173, 239) solid;
    color: rgb(0, 173, 239);
    display: flex;
    align-items: center;
    position: relative;
}

.v-online-spares .filters-applied ul li strong {
    display: block;
    padding-right: 0.5rem;
}

.v-online-spares .filters-applied ul li i {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.35rem;
    height: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.v-online-spares .filters-applied ul li:hover {
    cursor: pointer;
    background: #f8f8f8;
}

.v-online-spares .filters-applied ul li:hover i {
    background: rgb(0, 173, 239);
    color: #fff;
}

.v-online-spares .side_panel .panel {
    padding: 1rem;
    margin-bottom: 3rem;
}

.v-online-spares .side_panel .panel h3 {
    font-weight: 400;
    margin-bottom: 1em;
}

.v-online-spares .side_panel .enquire_box .btn {
    font-size: 1em;
}

.v-online-spares .side_panel .media_box ul li a {
    font-weight: 400;
    color: #fff !important;
    position: relative;
    display: block;
    padding: 0.5em 0.65em;
    padding-right: 2em;
    font-size: .95em;
}

.v-online-spares .side_panel .media_box ul li a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.75em;
}

.v-online-spares .side_panel .media_box ul li a {
    background: #ccc;
}

.v-online-spares .side_panel .media_box ul li a[data-media] {
    background: #121c33;
}

@media (max-width:47.99em) {
    .v-online-spares .table-responsive .table-header {
        display: none;
    }

    .v-online-spares .table-responsive .table-body.table-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 1rem;
        border: 1px solid rgb(0, 173, 239);
    }

    .v-online-spares .table-responsive .table-body.table-row .table-cell:not(.th) {
        margin-bottom: 0.5rem;
    }

    .v-online-spares .table-responsive .table-body.table-row .th {
        font-weight: 600;
    }

    .v-online-spares .table-responsive .table-row [data-cell="button"] {
        padding: 0.25em;
        background: rgb(0, 173, 239);
        color: #fff;
        text-align: center;
        margin-top: 0.5rem;
    }

    .v-online-spares .table-responsive .table-row [data-cell="button"] span {
        display: inline-block;
        margin-right: 0.5rem;
    }
}

@media (min-width:48em) {
    .v-online-spares .banner .span {
        padding: 3em 0;
    }

    .v-online-spares .select-wrapper {
        width: 20em;
    }

    .v-online-spares .filters.filters-primary {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .v-online-spares .filters.filters-primary .select-wrapper,
    .v-online-spares .filters.filters-primary .input-wrapper {
        width: 100%;
    }

    .v-online-spares .filters.filters-primary>div:not(.or) {
        width: auto;
        flex: 0 0 calc(50% - 3rem);
        max-width: calc(50% - 3rem);
    }

    .v-online-spares .filters.filters-primary>div.or {
        width: auto;
        flex: 0 0 2.5rem;
        max-width: 2.5rem;
    }

    .v-online-spares .side_panel .panel {
        padding: 1.875rem;
    }

    .v-online-spares .table-empty .panel {
        padding: 4rem 10%;
        font-size: 1.25em;
    }

    .v-online-spares .filters-applied ul {
        flex-direction: row;
    }

    .v-online-spares .filters-applied ul li {
        margin-right: 1rem;
    }

    .v-online-spares .filters-applied ul li:last-child {
        margin-right: 0;
    }

    .v-online-spares .filters {
        justify-content: flex-start;
    }

    .v-online-spares .filters.filters-secondary>div:nth-child(1) {
        flex: 0 0 calc(65% - 1rem);
        max-width: calc(65% - 1rem);
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .v-online-spares .filters.filters-secondary>div:nth-child(2) {
        flex: 0 0 calc(35% - 1rem);
        max-width: calc(35% - 1rem);
        margin-bottom: 0;
        margin-right: 0;
    }

    .v-online-spares .filters.filters-secondary .select-wrapper {
        width: 100%;
    }

    .v-online-spares .table-responsive {
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    }

    .v-online-spares .table-responsive .table-row [data-cell="button"]>div {
        color: rgb(0, 173, 239);
        border: 1px solid rgb(0, 173, 239);
        border-radius: 0.25em;
        text-align: center;
        padding: 0.25rem 0.5rem;
    }

    .v-online-spares .table-responsive .table-row {
        display: flex;
        align-items: stretch;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_suppref"] {
        flex: 1 0 17%;
        max-width: 17%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_ref"] {
        flex: 1 0 17%;
        max-width: 17%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_desc"] {
        flex: 1 0 38%;
        max-width: 38%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_media"] {
        flex: 1 0 20%;
        max-width: 20%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="button"] {
        flex: 1 0 8%;
        max-width: 8%;
        text-align: center;
        justify-content: center;
    }

    .v-online-spares .table-responsive .table-row [data-cell="button"] span {
        display: none;
    }

    .v-online-spares .table-responsive .table-row .table-cell {
        padding: 0.5rem 1rem 0.5rem 0.75rem;
        display: flex;
        align-items: center;
    }

    .v-online-spares .table-responsive .table-row.table-body:hover {
        cursor: pointer;
        background: rgba(0, 173, 239, .15);
    }

    .v-online-spares .table-responsive .table-row.table-body:hover [data-cell="button"]>div {
        background: #fff;
    }

    .v-online-spares .table-responsive .table-row .th {
        display: none;
    }
}

@media (min-width:62em) {
    .v-online-spares .filters.filters-primary>div {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .v-online-spares .side_panel {
        margin-top: -18em;
    }
    .p-aftermarket-support-spares-and-consumables-catalogue-view-all.v-online-spares .side_panel {
        margin-top: -10em;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_suppref"] {
        flex: 1 0 21%;
        max-width: 21%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_ref"] {
        flex: 1 0 17%;
        max-width: 17%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_desc"] {
        flex: 1 0 37%;
        max-width: 37%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="sp_media"] {
        flex: 1 0 18%;
        max-width: 18%;
    }

    .v-online-spares .table-responsive .table-row [data-cell="button"] {
        flex: 1 0 7%;
        max-width: 7%;
        text-align: center;
        justify-content: center;
    }
}

.v-online-spares .relevant_products h3 {
    color: rgb(0, 173, 239);
    font-size: 1.5em;
    width: 100%;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.v-online-spares .relevant_products .products_list li {
    margin-bottom: 2em;
    width: 100%;
}

.v-online-spares .relevant_products .products_list li a {
    display: block;
    background: #fff;
    padding: .75em 1em;
    position: relative;
    color: #000 !important;
    border: rgb(0, 173, 239) 1px solid;
    border-radius: 0.5em;
    min-height: 8em;
}

.v-online-spares .relevant_products .products_list li a span {
    font-size: 1.2em;
    font-weight: 600;
    display: block;
    margin-bottom: .75em;
}

.v-online-spares .relevant_products .products_list li a p {
    font-size: 1em;
    color: rgb(0, 173, 239) !important;
    font-weight: 400;
    margin-bottom: 0;
}

.v-online-spares .relevant_products .products_list a::after {
    content: '\f054';
    font-size: 0.7rem;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 1em;
    right: 1em;
    padding: 0.25em 0.5em;
    border: 1px rgb(0, 173, 239) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25em;
    color: rgb(0, 173, 239);
    background: #fff;
}

.v-online-spares .relevant_products .products_list a:hover::after {
    color: #fff;
    background: rgb(0, 173, 239);
}

.v-online-spares .relevant_products .products_list a img {
    position: absolute;
    top: -1.5em;
    right: 1em;
    max-width: 5em;
    margin: 0;
    max-height: calc(100% - 1em);
}

@media (min-width: 48em) {
    .v-online-spares .relevant_products .products_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .v-online-spares .relevant_products .products_list li a {
        min-height: 4em;
        padding-right: 4em;
        height: 100%;
    }

    .v-online-spares .relevant_products .products_list li[data-thumb="fx-series"] a img,
    .v-online-spares .relevant_products .products_list li[data-thumb="s-series"] a img,
    .v-online-spares .relevant_products .products_list li[data-thumb="a-mist"] a img {
        right: 2.25em !important;
        max-height: calc(100%);
    }
}

@media (min-width: 62em) {

    .v-online-spares .relevant_products .products_list li[data-thumb="fx-series"] a img,
    .v-online-spares .relevant_products .products_list li[data-thumb="s-series"] a img,
    .v-online-spares .relevant_products .products_list li[data-thumb="a-mist"] a img {
        right: 1.5em;
    }

    .v-online-spares .relevant_products .products_list li[data-thumb="vessel"] a,
    .v-online-spares .relevant_products .products_list li[data-thumb="silo"] a {
        padding-right: 45%;
    }

    .v-online-spares .relevant_products .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a,
    .v-online-spares .relevant_products .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a {
        padding-right: 3.5em;
    }

    .v-online-spares .relevant_products .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a img {
        max-width: 3em;
        right: .5em;
        top: -.25em;
    }

    .v-online-spares .relevant_products .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a img {
        max-width: 3em;
        right: .5em;
        top: -.25em;
    }
}

@media (min-width: 75em) {
    .v-online-spares .relevant_products .products_list a img {
        display: block !important;
    }

    .v-online-spares .relevant_products .products_list li a {
        padding-right: 3em;
    }

    .v-online-spares .relevant_products .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a,
    .v-online-spares .relevant_products .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a {
        padding-right: 4.5em;
    }
}

.v-online-spare #banner {
    padding: 2em 0;
}

.v-online-spare #spare_details .btn-contact {
    font-size: 1em;
    display: block;
    text-align: left;
}
.v-online-spare #spare_details .btn-contact.btn-enquiry::before {
    content: '+';
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.5em;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0.65em;
}
.v-online-spare #spare_details .btn-contact.btn-enquiry.added::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 1em;
    left: 1em;
}

.v-online-spare #spare_details h2 {
    color: #000;
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.v-online-spare #spare_details h2+h2 {
    margin-top: 0;
}

.v-online-spare #spare_details h2 span {
    display: inline-block;
    margin-left: 1rem;
}

.v-online-spare #spare_image #spare_img {
    position: relative;
    height: 15em;
    width: 100%;
    border-radius: 1rem;
}

.v-online-spare #spare_image #spare_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    display: block !important;
}

.v-online-spare .table-responsive {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1em;
}

.v-online-spare .table-responsive * {
    border: none;
}

.v-online-spare .table-responsive .table-header .table-cell {
    color: #fff;
    font-weight: 600;
}

.v-online-spare .table-responsive .table-cell {
    display: inline-block;
    word-break: break-word;
}

.v-online-spare .table-responsive .table-body.table-row {
    font-weight: 400;
    color: #000 !important;
}

.v-online-spare .table-responsive .table-body.table-row:nth-child(odd) {
    background: #f8f8f8;
}

.v-online-spare .table-responsive .table-body.table-row:nth-child(even) {
    background: #fff;
}

.v-online-spare #spare_description h3 {
    font-weight: 400;
    font-size: 1.25em;
}

@media (max-width:47.99em) {
    .v-online-spare .table-responsive .table-header {
        display: none;
    }
    .v-online-spare .table-responsive .table-body.table-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 1rem;
        border: 1px solid rgb(0, 173, 239);
    }
    .v-online-spare .table-responsive .table-body.table-row .table-cell:not(.th) {
        margin-bottom: 0.5rem;
    }
    .v-online-spare .table-responsive .table-body.table-row .th {
        font-weight: 600;
    }
}

@media (min-width:48em) {
    .v-online-spare #spare_image #spare_img {
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .v-online-spare #spare_image #spare_img img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        max-height: 100%;
    }
    .v-online-spare #banner>.span {
        padding: 1.25em 0;
    } 
    .v-online-spare .table-responsive .table-row {
        display: flex;
        align-items: stretch;
        padding-right: 1em;
    }
    .v-online-spare .table-responsive .table-row.table-header .table-cell {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: rgb(0, 173, 239);
    }
    .v-online-spare .table-responsive .table-row .table-cell {
        flex: 0 0 calc(100% / 6);
        max-width: calc(100% / 6);
        text-align: center;
        justify-content: center;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        border-right: #eee 1px solid;
        background-color: #fff;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
        clip-path: inset(0px 0px -15px 0px);

    }
 
    .v-online-spare .table-responsive .table-row .table-cell:last-child {
        border-right: none;
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
        clip-path: inset(0px -15px -15px 0px);
    } 
    .v-online-spare .table-responsive .table-row.table-body .table-cell {
        font-size: .9em;
    }

    .v-online-spare .table-responsive .table-row .th {
        display: none;
    }

    .v-online-spare #spare_description {
        display: flex;
        justify-content: space-between;
    }

    .v-online-spare #spare_description .cta_buttons {
        margin-top: 2em;
    }
}

@media (min-width:62em) {
    .v-online-spare #spare_image #spare_img {
        padding-left: 2rem;
    } 
}
@media (min-width:48em) {
    #enquiry-table .table-row .table-cell[data-cell="button"] {
        flex: 0 0 6.5rem;
        max-width: 6.5rem;
    }
    #enquiry-table .table-row .table-cell[data-cell="1"] {
        flex: 0 0 calc((100% - 6.5rem) / 3);
        max-width: calc((100% - 6.5rem) / 3);
    }
    #enquiry-table .table-row .table-cell[data-cell="2"] {
        flex: 0 0 calc(((100% - 6.5rem) / 3) - 3rem);
        max-width: calc(((100% - 6.5rem) / 3) - 3rem);
    }
    #enquiry-table .table-row .table-cell[data-cell="3"] {
        flex: 0 0 calc(((100% - 6.5rem) / 3) + 3rem);
        max-width: calc(((100% - 6.5rem) / 3) + 3rem);
    }
    #enquiry-table .table-row .table-cell[data-cell="button"] a {
        padding: 0.35rem 0.5rem;
        background: #b40010;
        color: #fff !important;
    }
    #enquiry-table .table-row [data-cell="button"] span {
        display: block;
    }
    #enquiry-table .table-responsive .table-row.table-body:hover {
        cursor: default;
        background: #f8f8f8;
    }
    #enquiry-table .table-responsive .table-row:nth-child(2n).table-body:hover {
        cursor: default;
        background: #fff;
    }
}
.p-aftermarket-support-spares-and-consumables-catalogue-enquiry .btn.btn-submit {
    background: rgb(0,173,239);
    color: #fff;
    display: block;
}
.p-aftermarket-support-spares-and-consumables-catalogue-enquiry #basket {
    opacity: 0;
    pointer-events: none;
}