﻿/*

    All site-applicable classes go in here - fonts, colors etc...

*/

@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/opensans/opensans-bold-webfont.woff2') format('woff2'), url('/fonts/opensans/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/opensans/opensans-webfont.woff2') format('woff2'), url('/fonts/opensans/opensans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('/fonts/opensans/opensans-light-webfont.woff2') format('woff2'), url('/fonts/opensans/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    min-width: 320px;
    margin: auto;
    height: 100%;
    overflow-x: hidden;
}

/*EURO-2934*/
.opening-times-table .row > div
{
    padding-left: 20px;
}

/*EURO-2887*/
p.validation-text-sentence {
    margin-bottom: 10px;
}

.validation-text-sentence, .validation-text-sentence li, .validation-text-sentence li .validation-text {
    color: red !important;
    text-transform: none !important;
}

.account-exists-text {
    color: red !important;
    margin-bottom: 15px;
}

.discount-code-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}

#discount-code-feedback {
    color: red;
}

img.shipping {
    width: auto !important;
    height: auto !important;
    margin: auto;
}

.title-tip-row .icon-camera {
    float: left;
}

.green-dot-visible {
    width: 12px;
    height: 12px;
    margin-right: 3px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid green;
    background-color: green;
    position: absolute;
    left: 0px;
    top: 5px;
}

    .green-dot-visible.key {
        position: relative;
        top: 2px;
        left: 0;
    }

.green-dot-invisible {
    width: 12px;
    height: 12px;
    margin-right: 3px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: transparent;
}

#share-link-input {
    width: 95%;
}

.notes-popup {
    position: absolute;
    background-color: #FFCE06;
    color: black;
    padding: 15px;
    border: 1px solid black;
    z-index: 3;
    font-size: 14px;
}

.make-page-details {
    background-color: #555555;
    color: white;
    padding: 20px;
    height: 136px;
}

.make-page-arrow.yellow-arrow {
    float: left;
    bottom: 30px;
}

.make-page-link {
    display: block;
    margin-bottom: 15px;
}

.make-page-price {
    float: right;
    font-size: 18px;
    color: #FFCE06;
    font-weight: 700;
}

.make-page-title {
    height: 44px;
}

.make-page-title {
    color: white;
}

.mag-glass {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.diagrams-hdr-container h2.model.lg {
    display: none;
}

.car-breaking-lg {
    display: none;
}

.flex-row {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
}

.main-filter-overlay-row, .main-header-overlay-row {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.9;
    display: none;
}

.main-filter-overlay-row {
    height: 0;
}

#desktop-filter-background {
    display: none;
    position: absolute;
    left: -1000px;
    width: 2000px;
    height: 400px;
    background-color: black;
    z-index: 0;
}

.model-family-txt {
    font-size: 16px;
}

.popup-titletip {
    border: 3px solid #FFCE06;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.part-diagram-large {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    transform: translate(0);
}

.emulation-container {
    background-color: #d70000;
    padding: 15px;
    width: 100%;
    display: block;
}

    /*.emulation-container a {
        height: 51px;
    }*/

ul.supercession-chain {
    float: right;
    clear: both;
    text-align: right;
}

    ul.supercession-chain li a.selected {
        font-family: 'open_sansbold';
    }

    ul.supercession-chain li a.in-stock {
        color: forestgreen;
    }

.save-btn {
    opacity: 1;
    -webkit-transition: opacity .5s; /* Safari */
    transition: opacity .5s;
}

    .save-btn:hover {
        opacity: 0.8;
        -webkit-transition: opacity .5s; /* Safari */
        transition: opacity .5s;
    }

.view-all-btn.tubi {
    margin-top: 0;
}

.graphite-notice {
    font-size: 12px;
    margin-top: 5px;
    clear: both;
}

.main-page-content p {
    margin: 10px 0;
}

.main-page-content h1, h1.tubi {
    font-size: 2em !important;
}

.account-icon-txt {
    margin-top: 50px;
}

    .account-icon-txt > * {
        float: left;
    }

.login.account-icon-black {
    height: 72px;
    width: 72px;
}

.login-register-container div {
    padding: 0;
}

#main-filter-container-mobile {
    margin-left: 22px;
}

.mobile-menu {
    position: absolute;
    width: 100%;
    z-index: 10000;
    background-color: black;
    padding-top: 25px;
}

.mobile {
    background-color: black;
}

img.logo {
    float: left;
    width: 70%;
    margin-top: 10px;
}

.hamburger-menu {
    width: 40px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: auto;
}

    .hamburger-menu .icon-bar {
        background-color: white;
        margin-bottom: 10px;
        display: block;
        height: 2px;
    }

#search-area {
    width: 100%;
}

#search-area {
    margin-bottom: 10px;
}

.shipping-vat-costs-txt {
    font-size: 1rem !important;
}

.shipping-offer-txt {
    font-family: 'open_sansbold';
    margin-top: 15px;
    font-size: 1rem !important;
}

#car-search-results-container {
    margin-bottom: 50px;
}

.main-page-content {
    margin-bottom: 50px;
    min-height: 300px;
}

.abbreviations-body {
    min-height: 350px;
}

.left-col-img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-image {
    width: 100%;
}

#DiagramList li ul li {
    padding-left: 5px !important;
}

.browse-parts-btn {
    text-transform: uppercase;
}

.bold-font {
    font-family: 'open_sansbold', sans-serif;
}

body * {
    font-family: 'open_sanslight', sans-serif;
    color: black;
    font-size: 15px;
    line-height: 1.5em;
}

/*body span, body br, body hr {
    color: inherit;
    font: inherit;
    line-height: inherit;
}*/

.container {
    width: 100%;
    max-width: 1660px;
}

h1 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 1.5em;
    margin: 20px 0;
}

.h1-page-header {
    display: block;
    font-size: 1.556em;
    margin: 45px 0;
    font-family: 'open_sansbold', sans-serif;
}

h2 {
    font-size: 1.333em;
    margin: 15px 0;
    font-family: 'open_sansbold', sans-serif;
}

h3 {
    font-size: 1em;
    margin: 15px 0;
    font-family: 'open_sansbold', sans-serif;
}

strong {
    font-family: 'open_sansbold', sans-serif;
}

iframe {
    margin-bottom: 30px;
}

a {
    opacity: 1;
    -webkit-transition: opacity .5s; /* Safari */
    transition: opacity .5s;
}

    a:hover {
        opacity: 0.8;
        -webkit-transition: opacity .5s; /* Safari */
        transition: opacity .5s;
    }

    a:hover, a:focus, a:visited, a:active, a:link {
        text-decoration: none;
        color: black;
    }

.diagram-thumb-zoom-grid {
    position: absolute;
    z-index: 2;
    width: 350px;
    border: 1px solid black;
    text-align: center;
    background-color: #fff;
    padding-bottom: 10px;
    top: -210px;
    left: -20px;
}

.diagram-thumb-zoom-gallery {
    position: absolute;
    z-index: 2;
    width: 350px;
    margin-top: -250px;
    margin-left: -100px;
    border: 1px solid black;
    text-align: center;
    background-color: #fff;
    padding-bottom: 10px;
}

    .diagram-thumb-zoom-grid *, .diagram-thumb-zoom-gallery * {
        width: 100%;
    }


#add-to-basket-count {
    float: none;
}

.add-selection.basket-btn-clone .tick-icon-black {
    top: 2px;
}

.add-selection, .clear-selection, .show-selection {
    margin-right: 10px;
    cursor: pointer;
}

    .add-selection span, .clear-selection span, .show-selection span {
        float: left;
        font-weight: normal;
    }

    .add-selection i, .clear-selection i, .show-selection i {
        float: right;
    }

.sel-chk-col-hdr > div:first-child {
    float: left;
    width: 15%;
}

.sel-chk-col-hdr > div:nth-child(2) {
    float: left;
    width: 25%;
}

.sel-chk-col-hdr > div:nth-child(3) {
    float: left;
    width: 25%;
}

.sel-chk-col > i {
    float: left;
    width: 15%;
}

.sel-chk-col > input[type=text] {
    float: left;
    width: 20%;
}

.sel-chk-col > input[type=checkbox] {
    float: left;
    width: 25%;
}

.invalid-qty {
    background-color: #dd0000;
    color: white;
}

.to-order-avail {
    font-size: 12px;
    margin: 5px 0;
}

.icon-close {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/images/Icons/close-icon.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.icon-list {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/images/Icons/list.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.icon-camera {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/images/Icons/camera.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.icon-copy {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    top: 3px;
    left: 10px;
    color: black !important;
}

.icon-info {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/images/Icons/info.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 2;
    top: 3px;
    left: 5px;
}

.icon-reset {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/images/Icons/reset.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.icon-show-selection {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/images/Icons/show-selection.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.icon-clear-selection {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/images/Icons/clear-selection.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.icon-black-basket {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/images/Icons/black-basket.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    top: 4px;
}

.icon-zoom-in {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/images/Icons/zoom-in.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    top: 3px;
    float: left;
}

.icon-zoom-out {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/images/Icons/zoom-out.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    top: 3px;
    float: right;
}

.icon-next {
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url('/images/Icons/next.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.icon-previous {
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url('/images/Icons/previous.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.part-list-col {
    padding-right: 0;
    padding-left: 0;
}

.offers-container-fluid, .feeds-container {
    position: relative;
    top: 30px;
}

.menu-container {
    padding-right: 0;
}

.little-black-arrow {
    width: 12px;
    position: absolute;
    margin-top: 5px;
}

.category-mega-menu-row, .models-mega-menu-row {
    position: absolute;
    z-index: 1;
    top: 155px;
    left: 15px;
    width: 100%;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.view-all-btn {
    float: left;
    background-color: black;
    padding: 15px;
    display: inline-block;
    margin-bottom: 25px;
}

    .view-all-btn .yellow-arrow {
        position: static;
        float: left;
        margin-right: 15px;
        margin-top: 5px;
    }

    .view-all-btn span {
        color: #FFCE06;
        float: right;
        text-transform: uppercase;
    }

.desc-note-txt {
    margin-left: 25px;
    margin-top: 5px;
    font-size: 14px;
}

#phone-container .email-icon-yellow, #phone-container .phone-icon-yellow {
    margin-right: 5px;
}

#phone-container .email-icon-yellow {
    position: relative;
    top: 5px;
}

.item-condition-radio-container {
    margin-left: 10px;
    margin-top: 15px;
}

.item-condition-radio {
    float: left;
    margin-right: 15px;
}

    .item-condition-radio > div {
        margin-right: 5px;
        display: inline-block;
        font-weight: 700;
    }

.search-results-outer-container {
    margin-left: 30px;
}

.hr.search-result {
    margin-left: 10px;
    width: calc(100% - 10px);
}

span.pn-text {
    float: right;
    font-family: open_sansbold;
    font-size: 1.3rem;
}

.stock-price {
    float: right;
    padding-right: 25px;
    font-size: 1.3rem !important;
}

.pn-condition-txt {
    float: left;
    padding-right: 25px;
}

    .pn-condition-txt > span:first-child {
        font-size: 1.3rem;
    }

.basket-bulge {
    -webkit-animation: bulge-basket 0.25s 1; /* Safari 4+ */
    -moz-animation: bulge-basket 0.25s 1; /* Fx 5+ */
    -o-animation: bulge-basket 0.25s 1; /* Opera 12+ */
    animation: bulge-basket 0.25s 1; /* IE 10+, Fx 29+ */
}

@keyframes bulge-basket {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.buy-btn {
    border: none;
    outline: none;
    background-color: black;
    color: #FFCE06;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    margin-right: 5px;
}

video + .carousel-caption {
    left: 10%;
    bottom: 0px;
    width: auto;
}

#basket-container {
    margin-top: 5px;
    margin-right: 10px;
}

.basket-account-currency-menu i {
    position: absolute;
    color: #FFCE06;
    font-size: 1.25rem;
}

.yellow-btn {
    border: none;
    outline: none;
    background-color: #FFCE06;
    padding: 9px 10px 8px 10px;
    font-weight: normal;
}

.diagram-btn span {
    padding: 0 5px;
    font-weight: 700;
    color: black;
}


.part-popup {
    width: 100%;
    left: 0;
}

    .part-popup .part-popup-hdr {
        padding: 5px;
        padding-top: 25px;
        background-color: #e6e6e6;
        cursor: move;
    }

    .part-popup .close-part-popup-btn {
        padding-bottom: 0;
        font-weight: 700;
    }

.part-popup {
    position: absolute;
    background-color: white !important;
    border: 1px solid black;
    z-index: 1035;
    width: 1215px;
    max-width: 100%;
    margin: 0;
    top: 50vh;
    left: 50vw;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
    .part-popup {
        width: 100%;
    }
}

.part-popup a:hover {
    opacity: 1 !important;
}

.icon-camera.popup, .icon-info.popup {
    float: right;
    margin-right: 15px;
    top: 8px;
}

.notes-popup {
    right: 0;
}

/*.part-popup .icon-camera.popup, .part-popup .icon-info.popup
{
    float: right;
    margin-right: 15px;
    top: 8px;
}

.part-popup .notes-popup
{
    right: 0;
}*/

.part-popup .close-part-popup-btn {
    -webkit-transition: opacity .5s; /* Safari */
    transition: opacity .5s;
    opacity: 1;
    position: absolute;
    right: 10px;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
    top: 5px;
    padding-bottom: 15px;
}


.multi-part-selector {
    padding: 15px;
    position: absolute;
    background-color: white !important;
    border: 1px solid black;
    z-index: 99;
}

    .multi-part-selector span, .multi-part-selector button {
        font-size: 14px;
    }

    .multi-part-selector ul li span {
        display: inline-block;
        padding: 0 5px;
    }

        .multi-part-selector ul li span:first-child {
            width: 120px;
        }

        .multi-part-selector ul li span:nth-child(2) {
            width: 200px
        }

        .multi-part-selector ul li span:nth-child(3) {
            width: 30px
        }

#part-diagram-large-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 15px;
}

#part-diagram-large {
    position: absolute;
    left: 0;
    top: 0;
}

.title-tip-row.hover, .title-tip-row.selected {
    background-color: #FFCE06;
}

.container.hdr {
    background-color: black;
    padding-right: 30px; /* Compensate for scroll bar in list below */
}

    .container.hdr > div > div {
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.diagram-part-table {
    overflow-x: hidden;
    border: 1px solid black;
    clear: both;
    height: 505px;
    color: black;
}

#diagram-part-list-container {
    border: 1px solid black;
    clear: both;
    height: 505px;
    color: black;
    overflow-y: scroll;
}

    #diagram-part-list-container .title-tip-row {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.title-tip-row > div {
    font-size: 14px;
}

.title-tip-row.hdr > div > div {
    color: white;
}

.diagram-button-container {
    clear: both;
}

    .diagram-button-container button {
        margin-right: 10px;
    }

div.row.title-tip-row.hdr {
    padding-bottom: 5px;
    padding-top: 5px;
}

.diagram-container {
    background-color: white;
    border: 1px solid black;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 690px;
    height: 690px;
    z-index: 0;
}

#category-filter-container {
    margin-bottom: 50px;
}

.breadbrumb-container {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.breadbrumb, .breadbrumb-separator {
    font-family: open_sansbold;
    display: inline-block;
    margin: 0 3px;
}

.down-arrow {
    content: url(/images/Icons/yellow-arrow.svg);
    width: 16px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.up-arrow {
    content: url(/images/Icons/yellow-arrow.svg);
    width: 16px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

#about-container {
    clear: both;
    background-color: #000;
    margin-left: -15px;
    margin-right: -15px;
}

    #about-container nav, #phone-container nav {
        padding-left: 15px;
        padding-right: 15px;
    }

.special-offers-header-row {
    padding-bottom: 30px;
}

#phone-container * {
    color: #fff;
}

#phone-container > div {
    padding-left: 15px;
    padding-right: 15px;
}

#phone-container {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

    #phone-container div:first-child {
        margin-bottom: 10px;
    }

.dark-overlay.header-overlay {
    /*margin-top: 90px;*/
    z-index: 1;
}

.dark-overlay.filter-overlay {
    margin-top: 90px;
    z-index: 1;
    display: none !important;
}

.pulse {
    animation: pulse 1s linear infinite;
}

.pulse2 {
    animation: pulse2 1s linear infinite;
}

@keyframes pulse {
    0%, 100% {
        color: #aaa;
    }

    50% {
        color: #FFCE06;
    }
}

@keyframes pulse2 {
    0%, 100% {
        color: #000;
    }

    50% {
        color: #888;
    }
}

.dark-overlay {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.shake {
    background-color: #ffffff;
    -webkit-animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
    animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

#browse-container li {
    padding: 5px;
    padding-left: 0;
    font-size: 15px;
    position: relative;
}

    /*#browse-container li:before
{
    content: url(/images/Icons/yellow-arrow.svg);
    width: 22px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: 2px;
    top: 11px;
}*/

    #browse-container li a {
        font-size: 18px;
        margin-top: 5px;
        margin-left: 25px;
        display: inline-block;
        padding-left: 5px;
    }


.yellow-arrow {
    background-image: url('/images/Icons/yellow-arrow.svg');
    width: 22px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
}

    .yellow-arrow.quick-browse {
        bottom: 10px;
        left: 2px;
    }

#main-filter-container {
    position: relative;
    margin-top: 5px;
}

/*.dark-overlay.filter-overlay
{
    height: 0;
}

.dark-overlay.filter-overlay.open
{
    height: 210px;
}*/

#main-filter-row-container {
    float: left;
}

    #main-filter-row-container nav {
        cursor: pointer;
        float: left;
        text-align: left;
        width: 100%;
    }

        #main-filter-row-container nav > ul {
            margin: auto;
        }

    #main-filter-row-container .popup-container > li {
        padding: 8px;
        color: white;
        text-transform: uppercase;
    }

        #main-filter-row-container .popup-container > li:first-child {
            position: relative;
        }

    #main-filter-row-container > nav > li:first-child {
        text-align: center;
    }

    #main-filter-row-container .popup-container > li:first-child span {
        display: inline-block;
        height: 25px;
        overflow: hidden;
        font-size: 18px;
        color: #FFCE06;
    }

        #main-filter-row-container .popup-container > li:first-child span.selected {
            color: #FFCE06;
        }

        #main-filter-row-container .popup-container > li:first-child span.disabled {
            color: #999;
        }

    #main-filter-row-container .popup-container > li:first-child ul::-webkit-scrollbar-track {
        background: #36454F;
    }

    #main-filter-row-container .popup-container > li:first-child > ul {
        z-index: 99;
        margin-left: 1px;
        display: none;
        background-color: transparent;
        direction: rtl;
        width: 90vw;
    }

        #main-filter-row-container .popup-container > li:first-child > ul li {
            padding: 5px 0;
            text-align: left;
            color: white;
            font-size: 18px;
            direction: ltr;
        }

    #main-filter-row-container #ModelFamilyList li:first-child ul li.bul:after, #main-filter-row-container #ModelList li:first-child ul li.bul:after {
        content: "•";
        margin: 0 10px;
        color: #FFCE06 !important;
    }

    #main-filter-row-container #ModelFamilyList li:first-child ul, #main-filter-row-container #ModelList li:first-child ul {
        direction: ltr;
        overflow: hidden;
        margin-right: 20px;
    }

    #main-filter-row-container #ModelFamilyList, #main-filter-row-container #ModelList {
        direction: ltr;
        margin-right: 20px;
    }

    #main-filter-row-container .popup-container li:first-child ul li:hover, #main-filter-row-container .popup-container li:first-child ul li.active {
        color: #FFCE06;
    }

    #main-filter-row-container ul.popup-container > li:first-child.selected:before {
        content: url('/images/Icons/yellow-arrow.svg');
        width: 22px;
        height: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        position: absolute;
        left: -20px;
        top: 12px;
    }

    #main-filter-row-container #ManufacturerList > li > ul {
        height: auto;
        overflow-y: auto;
        background-color: transparent;
    }

.modal-header {
    background-color: #FFCE06;
    font-family: open_sansbold;
    color: black;
    border-bottom: 1px solid black;
}

.royal-mail-shipping-cost.content-body a {
    text-decoration: none !important;
}

.royal-mail-shipping-cost .pc-container .row.hdr-row > div, .royal-mail-shipping-cost .pc-container .row.title-hdr-row > div,
.royal-mail-shipping-cost .wz-container .row.hdr-row > div, .royal-mail-shipping-cost .wz-container .row.title-hdr-row > div {
    font-family: open_sansbold;
}

.royal-mail-shipping-cost .pc-container .row.data-row > div {
    width: 12%;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(255,234,0,0.8);
}

.royal-mail-shipping-cost .pc-container .row.hdr-row > div {
    width: 12%;
    background-color: #FFCE06;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

    .royal-mail-shipping-cost .pc-container .row.data-row > div:nth-child(7), .royal-mail-shipping-cost .pc-container .row.data-row > div:nth-child(8),
    .royal-mail-shipping-cost .pc-container .row.hdr-row > div:nth-child(7), .royal-mail-shipping-cost .pc-container .row.hdr-row > div:nth-child(8) {
        background-color: rgba(255,234,0,0.5);
    }

    .royal-mail-shipping-cost .pc-container .row.hdr-row > div:last-child, .royal-mail-shipping-cost .pc-container .row.data-row > div:last-child {
        width: 15%;
    }

    .royal-mail-shipping-cost .pc-container .row.data-row > div:first-child, .royal-mail-shipping-cost .pc-container .row.hdr-row > div:first-child {
        border-left: 1px solid black;
    }

.royal-mail-shipping-cost .pc-container .row.hdr-row {
    width: 100%;
}

.royal-mail-shipping-cost .pc-container .row.hdr-row, .royal-mail-shipping-cost .pc-container .row.title-hdr-row, .royal-mail-shipping-cost .pc-container .row.data-row,
.royal-mail-shipping-cost .wz-container .row.hdr-row, .royal-mail-shipping-cost .wz-container .row.title-hdr-row, .royal-mail-shipping-cost .wz-container .row.data-row {
    margin: 0;
}

.royal-mail-shipping-cost .pc-container .merge-cell-1 {
    width: 72%;
    background-color: rgba(255,234,0,0.8);
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.royal-mail-shipping-cost .pc-container .merge-cell-2 {
    width: 27%;
    background-color: rgba(255,234,0,0.5);
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.royal-mail-shipping-cost .pc-container .row.data-row div, .royal-mail-shipping-cost .pc-container .row.hdr-row div {
    text-align: center;
}

.royal-mail-shipping-cost .wz-container .row.hdr-row > div {
    background-color: rgba(255,234,0,1.0);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    height: 50px;
    text-align: center;
}

    .royal-mail-shipping-cost .wz-container .row.hdr-row > div:last-child {
        border-right: 1px solid black;
    }

.royal-mail-shipping-cost .wz-container .row.data-row > div {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    height: 50px;
    text-align: center;
}

    .royal-mail-shipping-cost .wz-container .row.data-row > div:last-child {
        border-right: 1px solid black;
    }

.royal-mail-shipping-cost .tab-pane {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

div.royal-mail-shipping-cost.content-body {
    padding-right: 20px;
}

.modal-body {
    color: black;
}

.modal-footer {
    color: black;
    border-color: #524e4e;
}

.modal-content {
    border: 2px solid #524e4e;
    border-radius: 0;
}

input[type=text], input[type=password], select, textarea {
    padding: 5px;
    margin: 5px 0;
    line-height: 1.5em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#parts-fit-container h1 {
    margin-top: 0;
    font-size: 1.2em;
}

    #parts-fit-container h1 span {
        font-size: 0.8em;
    }

.will-this-fit-link {
    text-decoration: underline;
    font-size: 0.8em;
}

#will-this-fit-list {
    list-style: disc;
    margin-left: 30px;
    margin-top: 15px;
    font-size: 0.9em;
}

#search-page-mobile-heading {
    font-weight: normal;
    display: none;
    text-align: center;
    font-size: 0.889em;
}

.admin-link {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: underline;
    z-index: 2;
}

.part-photo-popup-img {
    width: 1000px;
}

    .part-photo-popup-img img {
        max-width: 100%;
        width: 976px;
        height: 710px;
    }

@media only screen and (max-width: 992px) {

    .part-photo-popup-img {
        width: 100%;
    }

        .part-photo-popup-img img {
            width: 100%;
            height: auto;
        }
}

.part-photo-popup-img .modal-body {
    padding: 0;
}

#ManualPaymentMethod {
    /*height: 51px;
    margin-left: 15px;
    float: right;*/
}

.general-theme .feed-item-img {
    overflow: hidden;
}

.glyphicon.glyphicon-user {
    font-size: 10em;
    color: #acabab;
}

/* Common colors */
.white-all {
    color: white !important;
    background-color: white !important;
}

.transparent-all {
    color: transparent !important;
    background-color: transparent !important;
}

.yellow-bk {
    background-color: #FFCE06;
}

.white-bk {
    background-color: #ffffff;
}

.black-bk {
    background-color: #000000;
}

.dark-bk {
    background-color: #2a2727;
}

.light-gray-bk {
    background-color: #f2f2f2;
}

.dark-gray-bk {
    background-color: #e6e6e6;
}

.dark-brown-bk {
    background-color: #514d4d;
}

.white-border {
    border-color: white;
}

.dark-border {
    border-color: #656161 !important;
}

.dark-brown-border {
    border-color: #514d4d !important;
}

.dark-brown-line-bottom {
    border-bottom: 2px solid #514d4d;
}

.dark-brown-line-bottom-thin {
    border-bottom: 1px solid #514d4d;
}

.yellow-text {
    color: #FFCE06 !important;
}

.white-text {
    color: #ffffff;
}

.black-text {
    color: #000000 !important;
}

.dark-text {
    color: #635f5f;
}
/*.dark-brown-text{ color: #656161; }*/
.dark-brown-text {
    color: #524E4E;
}

.gray-text {
    color: #e5e5e5
}
/*.dark-gray-text{ color: #a8a9ad; }*/
.dark-gray-text {
    color: #acabab;
}

.darker-gray-text {
    color: #c0c0c0;
}

.full-width {
    width: 100%;
}

.three-qtr-width {
    width: 75%;
}

.half-width {
    width: 50%;
}

.quarter-width {
    width: 25%;
}

.ninety-five-width {
    width: 95%;
}

.auto-width {
    width: auto !important;
}

.auto-height {
    height: auto !important;
}

.price-strikethrough {
    font-size: 14px;
    margin-right: 5px !important;
    position: relative;
    white-space: nowrap; /* would center line-through in the middle of the wrapped lines */
}

    .price-strikethrough:after {
        border-top: 1px solid #000;
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        left: 0;
    }

.special-offer-container .price-strikethrough:after, .feeds-container .price-strikethrough:after {
    border-top: 2px solid #FFCE06;
}

.price-strikethrough.offer-old-price {
    padding-right: 0 !important;
}

.title-tip-row .price-strikethrough {
    display: block;
    float: left;
}

.ferrari-bk {
    background-color: #e7553c;
}

.maserati-bk {
    background-color: #004587;
}

.lamborghini-bk {
    background-color: #dda400;
}

/* Util classes*/
.email-icon-yellow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/email.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.phone-icon-yellow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/phone.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.enquiry-icon-black {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/black-enquire.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
}

.tick-icon-black {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/added-to-basket.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
}

.tick-icon-black-small {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/added-to-basket.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 17px;
    position: absolute;
    top: 5px;
}

.basket-icon-black {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/black-basket.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
}

.basket-icon-yellow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/yellow-basket.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
}

.account-icon-yellow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/account-yellow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.account-icon-black {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-image: url('/images/icons/account-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.fixed {
    position: fixed !important;
    top: 0px;
}

.font-weight-normal {
    font-weight: normal;
}

.chevron-left {
    border-left: 3px solid white;
    border-top: 3px solid white;
    height: 15px;
    width: 15px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    margin-top: 5px;
}

.chevron-right {
    border-left: 3px solid white;
    border-top: 3px solid white;
    height: 15px;
    width: 15px;
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    margin-top: 5px;
}

.bullet-point {
    font-size: 1rem;
}

.glyphicon {
    color: #FFCE06;
    font-size: 1rem;
}

.zero-opacity {
    opacity: 0;
}

.underline {
    text-decoration: underline !important;
}

.plain-text {
    font-size: 0.722em;
    font-weight: normal;
}

.generic-content-container {
    padding: 30px 0;
}

.strong {
    font-family: open_sansbold;
}

span.input-label {
    display: block;
    margin-top: 5px;
}

.position-bottom {
    position: absolute;
    bottom: 0;
}

a.validation-text {
    color: red !important;
    text-transform: lowercase;
    font-size: 0.667em;
    margin-top: -3px;
    text-decoration: underline !important;
}

.validation-text {
    color: red;
    text-transform: capitalize;
    margin-top: -3px;
}

.validation-text-checkbox {
    color: red;
    margin-top: -5px;
    margin-left: 20px;
    text-transform: lowercase;
    font-size: 0.667em;
}

.no-hover {
    cursor: default;
}

.table {
    display: table;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
}

.vertical-center {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom;
}

.full-height {
    height: 100%;
}

.block {
    display: block;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.transparent {
    background-color: transparent;
}

.overflow-visible {
    overflow: visible;
}

.hr {
    display: inline-block;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}

hr {
    border-top: 1px solid #e6e6e6;
}

/*.container-fluid .spacer-left, .container-fluid .spacer-right
{
    min-width: 120px;
}*/

.four-col-container {
    width: 90%;
    margin: 20px auto;
    padding: 15px 0;
    min-height: 160px;
}

.left-col-left-margin {
    margin-left: 5%;
}

.left-col-margin-top {
    margin-top: 130px;
}

.right-col-margin-top {
    margin-top: 50px !important;
}

.right-col-margin-heading-top {
    margin-top: 30px;
}

.right-col-margin-left {
    margin-left: 30px;
}

.main-content-left-offset-1 {
    margin-left: 30px;
}

.main-content-left-offset-2 {
    margin-left: 45px;
}

.col-make-button.selected {
    z-index: 999999;
}

.make-img-text-container {
    overflow: hidden;
    height: 100%;
}

.col-make-button .make-button-img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .col-make-button .make-button-img:hover {
        transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        -webkit-transition: all .5s;
        transition: all .5s;
    }

.col-make-button {
    height: 278px;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

div.offer-item-container {
    margin: auto;
}

.special-offer-link {
    display: block;
}

.padding-left {
    padding-left: 15px !important;
}

.padding-right {
    padding-right: 15px !important;
}

/* About us video */
.about-page-video-container {
    margin-top: 20px;
}

    .about-page-video-container video {
    }

    .about-page-video-container .video-buttons-container {
        margin-top: -65px;
        padding: 15px;
    }

        .about-page-video-container .video-buttons-container .video-play-pause {
            float: left;
            margin-right: 15px;
        }

.page-video-container {
    height: 600px;
}

/* Home slider */
.home-slider-container .carousel-inner {
    height: 260px;
    z-index: 1;
}

.carousel-indicators li {
    border: 1px solid #FFCE06;
}

    .carousel-indicators li.active {
        background-color: #FFCE06;
    }

.home-slider-container .video-buttons-container {
    position: absolute;
    width: 150px;
    z-index: 15;
    bottom: 20px;
    left: 90px;
}

.video-play-pause, .video-volume {
    color: #FFCE06 !important;
    font-size: 32px;
    cursor: pointer;
}

.video-volume-on {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/images/Icons/volume-up.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.video-volume-off {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/images/Icons/volume-off.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.video-play {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/images/Icons/play.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.video-pause {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/images/Icons/pause.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.home-slider-container .video-play-pause {
    margin-right: 25px;
    color: #FFCE06;
}

.carousel {
}

.carousel-inner > .item {
    background-color: black;
    text-align: center;
    height: 100%;
}

    .carousel-inner > .item > video {
        width: 100%;
        position: relative;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        height: 100%;
    }

.carousel-indicators {
    left: 5%;
    top: auto;
    bottom: 20px;
    width: auto;
    text-align: left;
    margin-left: 0;
}

.carousel-caption {
    left: 0;
    top: 20px;
    right: auto;
    bottom: auto;
}

    .carousel-caption * {
        color: white;
        z-index: 2;
        position: relative;
    }

    .carousel-caption h2 {
        font-size: 18px;
        color: #FFCE06;
        margin: 0;
        letter-spacing: 14px;
        text-transform: uppercase;
        text-align: left;
        margin-left: 15px;
    }

    .carousel-caption p {
        text-align: left;
        margin-left: 15px;
        font-size: 14px;
    }

.carousel-caption-video {
    text-align: center;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/* Form controls */
select {
    padding: 5px;
    margin: 5px 0;
    border: none;
    outline: none;
    background-color: #FFCE06;
    font-weight: 700;
}

.basic-text-box {
    padding: 5px;
    margin: 5px 0;
    outline: transparent;
}

.feedback-text {
    font-size: 0.667em;
}

.val-feedback-text {
    font-size: 0.667em;
}

.val-error-text {
    color: red;
    margin: 5px;
}

.val-error-bk {
    background-color: red;
}

.val-error-border {
    border: 1px solid red;
}

/* Logo */
.site-logo {
    width: 50%;
}

/* Header */
header {
    background: #000;
    position: relative;
    z-index: 15;
}

#header-container {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}

.home-page-content {
    z-index: 0;
    position: relative;
}

.logo-width {
    width: 206px;
}

.logo-container {
    margin-top: 20px;
    float: right;
    width: 95%;
}


/* Buttons */
.add-to-basket-button {
    background-image: url('/images/Menus/basket.png');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-x: 5px;
    background-position-y: 7px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: auto;
}

    .add-to-basket-button::after {
        content: "+";
        color: #bfbfbf;
        font-size: 1.444em;
        font-family: open_sansbold;
    }

.transparent-button {
    display: inline-block;
    background: #524e4e;
    color: #fff !important;
    border: none;
    outline: none;
    padding: 10px 40px;
    margin: 5px 0;
    text-align: center;
}

div.special-offer-heading a.special-offer-link.main-content-left-offset-1 {
    width: 100%;
}

a.transparent-button, a.transparent-button:hover, a.transparent-button:visited, a.transparent-button:active {
    text-decoration: none;
}

.address-button {
    display: inline-block;
    background: #524e4e;
    color: #fff;
    border: none;
    outline: none;
    padding: 5px 20px;
    margin: 5px;
    text-align: center;
}

.green-button {
    margin: 5px;
    background-color: #60c4c9;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    border: 2px solid #60c4c9;
    text-transform: uppercase;
}

.gray-button {
    margin: 5px;
    background-color: #bdbec1;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    border: 2px solid #bdbec1;
    text-transform: uppercase;
}

.dark-gray-button {
    margin: 5px;
    background-color: #949599;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    border: 2px solid #949599;
    text-transform: uppercase;
}

.clear-button {
    margin: 5px;
    background-color: transparent;
    color: #e7e7e8;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    border: 2px solid #e7e7e8;
    text-transform: uppercase;
}

.dark-brown-button {
    background-color: #524e4e;
    color: white;
    padding: 10px 20px;
    outline: none;
    border: none;
}

.caption-button, .caption-button:hover {
    margin: 10px 0;
    color: white;
    display: inline-block;
}

.caption-button {
    text-decoration: none;
}

    .caption-button:hover {
        text-decoration: underline;
    }

/* Cookie policy */
#cookie-policy-header {
    padding: 10px;
    font-size: 0.667em;
    margin-bottom: 2px;
    background-color: #f2f2f2;
}

    #cookie-policy-header .cookie-close-button {
        font-family: open_sansbold;
        font-size: 0.889em;
        padding-right: 15px;
        cursor: pointer;
    }

/* Menus */
.models-mega-menu-container {
    display: block;
    position: absolute;
    left: -5000px;
    z-index: 999999;
    background-color: whitesmoke;
    height: 982px;
    max-height: 982px;
    opacity: 0.96;
}

.mega-menu-content-left {
    padding: 50px;
}

.mega-menu-content-right {
    padding: 15px;
    padding-left: 30px;
}

.mega-menu-content-left img {
    width: 100%;
}

.mega-menu-content-left p {
    font-size: 0.833em;
    color: #4a4a4a;
    line-height: 1.5em;
    margin-right: 15px;
    margin-top: 15px;
}

.models-mega-menu ul {
    list-style: none;
    float: left;
    width: 100%;
}

    .models-mega-menu ul li {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .models-mega-menu ul:first-child > li:first-child {
        margin-bottom: 40px;
        font-family: open_sansbold;
    }

    .models-mega-menu ul li a {
        color: #000;
        display: block;
        margin-left: 15px;
        line-height: 1.333em;
    }

.models-mega-menu-child ul {
    list-style: none;
}

    .models-mega-menu-child ul li a {
        font-size: 0.889em;
        letter-spacing: 0;
        line-height: 1.333em;
        font-size: 0.889em;
        color: #4a4a4a;
    }

header .h1-page-header {
    font-size: inherit;
    margin: inherit;
}

.category-make-name {
    margin-top: 0 !important;
}

.category-model-name {
    opacity: 1 !important;
    margin-left: 0 !important;
    margin-top: -330px !important;
}

nav.category-mega-menu ul {
    margin-top: 1em;
    width: 100%;
}

    nav.category-mega-menu ul:first-child {
        margin-top: 0;
    }

.category-mega-menu ul {
    list-style: none;
}

    .category-mega-menu ul li nav {
        width: 25%;
        float: left;
    }

    .category-mega-menu ul li a {
        display: block;
        padding: 8px 0;
        color: #000;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.333em;
    }

        .category-mega-menu ul li a.category-mega-menu {
            text-transform: uppercase;
            font-family: open_sansbold;
            color: #000;
        }

.category-mega-menu-child ul {
    list-style: none;
}

a.category-mega-menu-child {
    text-transform: none;
}


.account-menu {
    padding: 0;
    width: 240px;
    list-style: none;
    position: absolute;
    right: 0;
    top: 42px;
    text-align: left;
    background: #fff;
}

.currency-menu {
    padding: 0;
    width: 240px;
    list-style: none;
    position: absolute;
    right: 0;
    top: 42px;
    text-align: left;
    background: #fff;
}

#basket-menu-item, #account-menu-item, #currency-menu-item {
    float: left;
}

#account-menu-item {
    height: 42px;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    z-index: 9999;
}

#currency-menu-item {
    height: 42px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

    #currency-menu-item .no-hover *, #account-menu-item .no-hover *, .whatsapp-menu .no-hover * {
        font-family: open_sansbold, sans-serif;
        padding-left: 10px;
        font-size: 1rem;
    }



.account-menu-icon {
    float: left;
    width: 26px;
    height: 26px;
}

#account-menu-username {
    text-transform: uppercase;
    padding-top: 2px;
    margin-left: 0;
    max-width: 55px;
    overflow: hidden;
    color: #FFCE06;
    font-size: 0.611em;
    line-height: 22px;
}

/*#account-menu-item:hover .account-menu
{
    display: block;
    position: absolute;
    z-index: 999999;
    padding: 0;
    margin-top: 42px;
    right: 0;
    background-color: white;
    border-top: 4px solid #e6e6e6;
}*/

#account-menu-item:hover #account-menu-username {
    color: #FFCE06;
}

.account-menu ul li a, .currency-menu ul li a, .whatsapp-menu ul li a {
    padding: 5px 10px;
    color: #000;
    display: block;
    font-size: 1rem;
}

    .account-menu ul li a:hover, .currency-menu ul li a:hover, .whatsapp-menu ul li a:hover {
        color: #000;
        background-color: #e6e6e6;
    }

#basket-menu-item {
    width: 26px;
    height: 30px;
    cursor: pointer;
    color: #bfbfbf;
}

    #basket-menu-item a {
        width: 20px;
        height: 30px;
        display: block;
    }

#currency-menu-item #selected-currency {
    color: #FFCE06;
    font-size: 1.6rem;
    position: relative;
    top: -8px;
}

/*#currency-menu-item:hover .currency-menu, #account-menu-item:hover .currency-menu
{
    display: block;
    position: absolute;
    z-index: 999999;
    right: 0;
    background-color: white;
    margin-top: 4px;
    border-top: 4px solid #e6e6e6;
}*/

.currency-menu ul, .account-menu ul {
    padding: 5px;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-bottom: 6px solid #e6e6e6;
}

.currency-menu li, .account-menu li {
    float: left;
    width: 100%;
}

.currency-menu-name, .currency-menu-symbol {
    display: inline-block;
}

.currency-menu-name {
    width: 50px;
    font-size: 1rem;
}

.currency-menu-symbol {
    font-size: 1rem;
}

.browse-by-part-container {
    padding-top: 44px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    float: left;
    clear: left;
    /* sketch */
    font-size: 1em;
    color: #504c4c;
    letter-spacing: 0.5px;
}

    .browse-by-part-container .browse-by-part-text {
        display: inline-block;
        border-bottom: 5px solid white;
        padding-bottom: 15px;
    }

    .browse-by-part-container span.glyphicon-play {
        left: 10px;
    }

.category-mega-menu > ul > li > a .glyphicon {
    display: none;
}

.category-mega-menu-container {
    min-height: 660px;
    position: absolute;
    left: -5000px;
    z-index: 99999;
    background-color: whitesmoke;
    opacity: 0.96;
}

#about-container nav ul {
    list-style: none;
}

    #about-container nav ul li, #phone-container nav ul li {
        padding: 8px 0;
        font-size: 15px;
        border-bottom: 1px dotted #FFCE06;
    }

        #about-container nav ul li:first-of-type {
            border-top: 1px dotted #FFCE06;
        }

        #about-container nav ul li a {
            font-size: 18px;
            color: white;
            letter-spacing: 0.5px;
            text-transform: capitalize;
            display: block;
            padding-left: 25px;
            padding-right: 10px;
        }

#phone-container nav ul li {
    color: white;
    letter-spacing: 0.5px;
    padding-left: 25px;
    padding-right: 10px;
}

    #phone-container nav ul li span, #phone-container nav ul li span a {
        font-size: 18px;
    }

#about-container nav ul li:last-child {
    padding-right: 0;
}

/* Basket */
.add-to-basket-menu {
    position: absolute;
    right: -2px;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-top: 3px solid #000;
    border-bottom: 5px solid #e6e6e6;
    background-color: white;
    z-index: 2;
    padding: 15px;
    margin-top: -5px;
}

    .add-to-basket-menu #customer-lists {
        height: 150px;
        overflow-y: scroll;
        margin-right: 15px;
    }

.add-to-basket-qty {
    position: relative;
    top: 0;
    width: 65px;
    text-align: center;
    padding: 9px;
    margin-right: 15px !important;
    outline: none;
    border-color: #e8e7e7;
    border-style: solid;
}

.add-to-basket-menu .fa-close {
    cursor: pointer;
}

/* Search */
span.ticked {
    font-family: open_sansbold;
    color: #000;
}

p.no-search-results-txt {
    margin-top: 15px;
    font-size: 14px;
    padding: 0 20px;
}

::-webkit-scrollbar {
    width: 14px; /* for vertical scrollbars */
    height: 14px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

ul[data-name='part_fits_list'] {
    margin-right: 5px;
    height: 70%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.see-all-row {
    padding: 10px;
}

select.fits-list, select.fits-list option {
    font-size: 1em;
}

ul[data-name='part_fits_list'] li {
    color: #a8a9ad;
    font-size: 0.722em;
}

ul.fits-list li.model-selected {
    text-decoration: underline;
}

ul.fits-list li.fits-list-item {
    float: left;
    word-break: normal;
    margin-right: 25px;
    font-size: 0.833em;
}

ul.fits-list {
    list-style-type: disc;
    list-style-position: inside;
    background-color: #ffffff;
    outline: none;
    max-width: 100%;
    border-color: #e8e7e7;
    margin-bottom: 35px;
}

.fits-list-shake {
    -webkit-animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
    animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes fadeinout {
    0% {
        background-color: #ffffff;
    }

    50% {
        background-color: #FFCE06;
    }

    100% {
        background-color: #ffffff;
    }
}

@keyframes fadeinout {
    0% {
        background-color: #ffffff;
    }

    50% {
        background-color: #FFCE06;
    }

    100% {
        background-color: #ffffff;
    }
}

.search-results-container {
    margin-bottom: 30px;
    margin-left: 30px;
    float: left;
    width: calc(100% - 30px);
}

    .search-results-container h1 {
        margin: 20px 0;
    }

#search-results-container .previous-prices * {
    font-size: 10px;
}

.search-result-part-name-desc {
    overflow: hidden;
}

    .search-result-part-name-desc p {
        font-size: 1.4rem;
        color: black;
        margin-bottom: 5px;
        margin-left: 25px;
        overflow: hidden;
        font-weight: normal;
    }

.search-result-add-price-container {
    height: 60%;
}

.search-result-pn-col {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    float: left;
    width: 72.5% !important;
}

@media only screen and (max-width: 768px) {
    .search-result-pn-col.auth {
        width: 100% !important;
    }
}

.search-result-details {
    float: right;
}

.search-result-other-options {
    font-size: 0.833em;
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 130%;
    cursor: pointer;
    text-align: right;
}

    .search-result-other-options span:last-child {
        padding: 10px;
        font-size: 11px;
        right: 2px;
    }

    .search-result-other-options .fa-rotate-90 {
        /*padding: 10px;
    padding-right: 12px !important;*/
    }

    .search-result-other-options .fa-rotate-270 {
        /*padding: 10px;
    padding-right: 12px !important;*/
        right: 2px;
    }

.search-result-used-manufactured-container {
    height: 100px;
}

.search-result-row select.fits-list {
    /*margin-left: 25px;*/
    margin-top: 15px;
    /*float: left;*/
    clear: both;
}

.search-result-pn .main-price {
    display: block;
    float: right;
    font-size: 1.3rem !important;
    font-family: open_sansbold;
}

.search-result-pn .stock-price .previous-prices {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

    .search-result-pn .stock-price .previous-prices > span {
        display: block;
        font-size: 10px;
        font-family: open_sansbold;
    }

.search-result-pn {
    padding: 7px 0;
    padding-left: 25px;
    background-color: #e6e6e6;
}

    .search-result-pn > span,
    .pn-condition-txt > span {
        font-size: 15px;
        font-family: open_sansbold;
        position: relative;
    }

.pn-condition-txt .instock-green:after {
    content: "";
    position: relative;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: green;
    right: -20px;
    border-radius: 50%;
    top: 5px;
}

.search-result-stock-price {
    float: right;
    padding-top: 15px;
    margin-right: 1%;
    font-size: 1em;
}

    .search-result-stock-price span {
        padding-right: 5px;
    }

        .search-result-stock-price span:last-child {
            padding-right: 0;
        }

    .search-result-stock-price p:first-child span {
        font-size: 1rem;
        color: inherit;
        font-weight: 700;
    }

        .search-result-stock-price p:first-child span:first-child {
            padding-right: 0;
        }

            .search-result-stock-price p:first-child span:first-child + span {
                color: black;
                font-weight: 700;
            }

    .search-result-stock-price p:last-child strong {
        font-size: 1.5rem;
        line-height: 1.222em;
    }

    .search-result-stock-price p:last-child {
        margin-top: 10px;
    }

.search-result-row .search-result-basket {
    text-align: right;
    font-size: 0.75rem;
    margin-top: 15px;
}

.search-part-row .desc-note-txt {
    margin-left: 5px;
    font-size: 12px;
    float: left;
    clear: both;
}

.search-part-row .search-result-basket {
    float: right;
    text-align: right;
    font-size: 0.778em;
}

.search-part-row .add-to-basket-menu .search-result-basket {
    margin-right: 15px;
}

.search-result-basket-clone {
    font-size: 0.778em;
}

.part-desc-qty {
    display: none;
}

.part-diagram-container-large .part-desc-qty {
    display: block;
    float: left;
    width: 60%;
    background-color: #f2f2f2;
    padding: 20px;
    padding-top: 30px;
    text-align: left;
    cursor: move;
}

    .part-diagram-container-large .part-desc-qty > div:first-child {
        color: #4a4a4a;
        /*font-size: 1.167em;*/
        letter-spacing: 0;
        line-height: 1.333em;
    }

        .part-diagram-container-large .part-desc-qty > div:first-child + div {
            color: #4a4a4a;
            font-size: 0.889em;
            letter-spacing: 0;
            line-height: 1.333em;
            margin-top: 10px;
        }

.part-diagram-container-large .search-result-row .col-lg-3, .part-diagram-container-large .search-result-row .col-md-3, .part-diagram-container-large .search-result-row .col-sm-3, .part-diagram-container-large .search-result-row .col-xs-3 {
    width: 40%;
}

.part-diagram-container-large .search-result-row .col-lg-9 > div:first-child, .part-diagram-container-large .search-result-row .col-md-9 > div:first-child, .part-diagram-container-large .search-result-row .col-sm-9 > div:first-child, .part-diagram-container-large .search-result-row .col-xs-9 > div:first-child {
    border-top: 1px solid #e8e7e7;
    padding-top: 10px;
}

.part-diagram-container-large .search-result-row .col-lg-9, .part-diagram-container-large .search-result-row .col-md-9, .part-diagram-container-large .search-result-row .col-sm-9, .part-diagram-container-large .search-result-row .col-xs-9 {
    width: 60%;
    padding-left: 0;
}

.part-diagram-container-large .search-result-row .col-lg-3 a, .part-diagram-container-large .search-result-row .col-md-3 a, .part-diagram-container-large .search-result-row .col-sm-3 a, .part-diagram-container-large .search-result-row .col-xs-3 a {
    display: block;
    float: left;
    width: 40%;
    padding: 10px 15px;
}

.part-diagram-container-large .search-result-row, .part-diagram-container-large .search-result-row, .part-diagram-container-large .search-result-row, .part-diagram-container-large .search-result-row {
    margin-bottom: 0;
}

    .part-diagram-container-large .search-result-row .search-result-img-col {
        border-right-color: white;
        height: 100%;
    }

.pager-container {
    font-size: 1rem;
    background-color: #b6b2b6;
    padding: 10px;
    margin: 15px 0;
}

.pager-row {
    float: left;
}

.pager-button {
    width: 50px;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    color: white;
}

.pager-button-first, .pager-button-prev {
    float: left;
    width: auto;
}

.pager-button-last, .pager-button-next {
    float: right;
    width: auto;
}

.pager-button-first {
    margin-left: 15px;
}

.pager-button-last {
    margin-right: 15px;
}

.pager-button-first .chevron-left {
    font-weight: 700;
}

.pager-button-last .chevron-right {
    font-weight: 700;
}

.pager-button-first .chevron-left, .pager-button-prev .chevron-left {
    float: left;
}

.pager-button-last .chevron-right, .pager-button-last .chevron-next {
    float: right;
}

.pager-button-prev .chevron-left:hover, .pager-button-next .chevron-right:hover, .double-chevron-container:hover * {
    opacity: 0.5;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.pager-x-of-y {
    margin: 0 5px;
    display: inline-block;
    color: white;
    font-weight: 700;
}

.double-chevron-container > .chevron-left + .chevron-left {
    margin-left: -5px;
}

.double-chevron-container > .chevron-right + .chevron-right {
    margin-right: -5px;
}

.supercedes-text {
    font-size: 0.8rem !important;
}

.ps-supercedes-text {
    font-size: 0.6rem !important;
    clear: both;
    /*float: right;*/
    text-align: right;
    display: block;
}

@media only screen and (max-width: 768px) {
    .ps-supercedes-text {
        text-align: left;
    }

}

.ps-supercedes-text .in-stock {
    position: relative;
}

    .ps-supercedes-text .in-stock:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background: #468847;
        top: 2px;
        margin-left: 3px;
        position: relative;
    }

.ps-supercedes-text span {
    font-size: inherit;
    display: block;
}

    .ps-supercedes-text span a {
        font-size: inherit;
        text-decoration: underline;
        cursor: pointer;
    }

    .ps-supercedes-text {
        font-size: 0.7em !important;
    }

        .ps-supercedes-text .fas {
            font-size: 10px;
        }

        .ps-supercedes-text .fa-arrow-circle-left {
            color: #b94a48;
        }

        .ps-supercedes-text .fa-arrow-circle-right {
            color: #468847;
        }

.ps-stock-description {
    overflow: hidden;
    width: 90%;
}

    .ps-stock-description p {
        font-size: 0.833em;
    }

.fits-container-list a {
    color: #656161;
    font-size: 0.722em;
}

.fits-container-list > div {
    line-height: 1em;
}

    .fits-container-list > div:first-child a {
        text-decoration: none;
        font-family: open_sansbold;
    }

.search-part-row {
    padding: 5px;
    border-bottom: 1px solid #a8a9ad;
    margin-left: 0;
    margin-right: 0;
    clear: left;
    font-size: 14px;
    color: black;
}

    .search-part-row .search-result-stock-price {
    }

#search-form .search-part-row .search-result-stock-price span {
    font-size: inherit;
}

/* Predictive search classes */
.pn-no {
    font-family: open_sansbold;
    font-size: 15px;
    text-align: right;
}

.man-model-desc-txt {
    padding-left: 5px;
}

.buy-now-btn {
    background-color: #000;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    font-family: open_sansbold;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
}

    .buy-now-btn.active {
        background-color: #ffce06;
    }

    .buy-now-btn.active span {
        color: #000 !important;
    }

#search-results-container .buy-now-btn span {
    font-weight: normal;
    color: #FFCE06;
}

.pn-buy {
    float: left;
    padding: 5px;
    background-color: #e6e6e6;
    margin-top: 10px;
    width: 100%;
}

    .pn-buy.enquire {
        width: 100%;
    }

    .pn-buy > span > span {
        padding-right: 3px;
        font-family: open_sansbold;
    }

    .pn-buy > span + span {
        font-family: open_sansbold;
    }

.search-part-row .enquire-menu-button {
    float: none;
    padding: 5px 8px;
    cursor: pointer;
    border-color: #e8e7e7;
    text-align: right;
    font-size: 1.15em;
}

.search-part-row .add-to-basket-menu-button {
    display: inline-block;
    padding: 5px 8px;
    cursor: pointer;
    border-color: #e8e7e7;
    text-align: right;
    font-size: 1.15em;
}

.search-part-row #add-to-basket-menu-clone {
    padding-top: 5px;
    padding-right: 5px;
    margin-top: -8px;
}

    /*.search-part-row #add-to-basket-menu-clone > div:nth-child(1) > div:nth-child(1)
{
    font-size: 0.778em;
}*/

    .search-part-row #add-to-basket-menu-clone > div:nth-child(1) > div > div {
        position: static;
    }

.search-part-row .enquire-menu-button span:first-child, .search-part-row .add-to-basket-menu-button span:first-child {
    padding-right: 5px;
}

#search-form .search-part-row .enquire-menu-button span:first-child, .search-part-row .add-to-basket-menu-button span:first-child {
    font-size: inherit;
}

.search-part-row .part-name {
    height: 70%;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 0.722em;
    position: absolute;
    top: 0;
    width: 80%;
}

.search-part-row .part-number {
    /*position: absolute;*/
    bottom: 0;
    font-size: 0.833em;
    margin-top: 5px;
}

.search-view-all-btn, .search-view-all-btn:hover {
    color: #000;
    text-decoration: none;
    font-family: 'open_sansbold', sans-serif;
}

.autocomplete-hilight {
    font-size: inherit;
    color: #a9a9a9;
}

.search-results-header {
    background-color: black;
    color: #fff;
    padding: 7px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.search-result-none-row {
    padding: 20px 0;
}

.search-result-row {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.search-results-container #close-diagram-popup-close-btn {
    display: none;
}

#part-list-item-container-hover #close-diagram-popup-close-btn {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 1em;
}

.search-results-container .search-result-row {
    background-color: #fff;
    margin-bottom: 10px;
}

.pattern-refurbished-used-row {
    /*height: 180px;*/
}

.search-result-row .qty-box-container, .search-part-row .qty-box-container {
    display: inline-block;
    width: 45px;
}

    .search-result-row .qty-box-container input.qty-box, .search-part-row .qty-box-container input.qty-box {
        width: 100%;
        border: 2px solid #e6e6e6;
        font-size: 0.9em;
        text-align: center;
        outline: none;
        margin: 0;
        position: relative;
        top: -4px;
        padding: 10px;
    }

.search-result-row .basket-confirm-msg {
    text-align: right;
    font-size: 1.15em;
    position: absolute;
    z-index: 1;
    border: none;
    outline: none;
    background-color: #e6e6e6;
    padding: 9px 10px 8px 10px;
}

    .search-result-row .basket-confirm-msg span {
        float: left;
    }

    .search-result-row .basket-confirm-msg i {
        float: right;
    }

.search-result-row .add-to-basket-menu-button {
    margin-left: 3px;
    cursor: pointer;
    text-align: right;
    font-size: 1.15em;
    display: inline-block;
    transition: all .5s;
}

    .search-result-row .add-to-basket-menu-button.active {
        background: #26e800;
    }

    .search-result-row .add-to-basket-menu-button.auth {
        margin-left: 2px;
    }

    .search-result-row .add-to-basket-menu-button > span, .search-result-row .enquire-menu-button > span {
        padding-right: 20px;
        position: relative;
        top: -5px;
        display: inline;
        vertical-align: middle;
    }

    .search-result-row .add-to-basket-menu-button + span.glyphicon, .search-part-row .add-to-basket-menu-button + span.glyphicon, .search-part-row .enquire-menu-button + span.glyphicon {
        font-size: 1.3rem;
        top: 3px;
        color: black;
    }

    .search-result-row .add-to-basket-menu-button > span.glyphicon-play, .search-part-row .add-to-basket-menu-button > span.glyphicon-play {
        top: 0;
    }

.search-result-row .add-to-basket-menu .add-to-basket-menu-button {
    margin-right: -5px;
}

.search-result-row .enquire-menu-button {
    margin-left: 5px;
    cursor: pointer;
    text-align: right;
    font-size: 1.15em;
    display: inline-block;
}

    .search-result-row .enquire-menu-button span.glyphicon {
        padding-left: 20px;
        top: -10px;
    }

.search-result-row-other-options {
    margin-top: -3px;
    height: 90px;
}

.search-result-row #add-to-basket-menu-clone > div:nth-child(1) > div {
    /*font-size: 0.778em;*/
}

    .search-result-row #add-to-basket-menu-clone > div:nth-child(1) > div > div {
        position: static;
    }

.filter-sort-row {
    margin-bottom: 15px;
}

#search-area {
    float: left;
}

#SearchTerm {
    box-sizing: border-box;
    padding: 7px;
    background-image: url('/images/icons/magnifying-glass.png');
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 20px;
    /*border: 1px solid #FFCE06;*/
    border: none;
    color: black;
    line-height: 22px;
    font-size: 16px;
    margin-top: 0;
    width: calc(100vw - 20px);
    margin-left: 10px;
    font-size: 16px;
    font-family: 'open_sansbold', sans-serif;
}

#search-results-container {
    border: 1px solid black;
    position: absolute;
    left: 25px;
    z-index: 10000;
    margin-top: -5px;
    margin-left: -1px;
    background-color: white;
    color: black;
    width: 452px;
    min-height: 200px;
    margin-bottom: 30px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

img#search-loading {
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 32px;
}

#search-results-container .add-to-basket-qty {
    top: 2px;
    padding: 6px;
}

.search-term-match {
    font-family: open_sansbold;
}

.search-result-part-thumb {
    width: 100%;
}

.search-result-img-col {
    padding: 0;
    text-align: center;
    background-color: white;
}

.dark-gray-border-top {
    border-top: 3px solid #f2f2f2;
}

.search-result-img-col img {
    display: block;
    width: calc(100% - 15px);
    margin: 15px;
}

.pn-link {
    display: block;
    margin-top: 15px;
}

.search-result-details-col {
    padding: 15px 15px;
}

    .search-result-details-col hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }


/* Footer */
footer {
    background-color: #000;
    text-align: left;
    font-size: 0.667em;
    margin-top: 35px;
    position: relative;
}

    footer * {
        color: white !important;
        font-size: 14px;
    }

    footer .footer-co-details, footer .footer-menu, footer .footer-social-icons {
        padding: 20px 0;
    }

    footer .footer-menu, footer .footer-social-icons {
        display: table;
    }

    footer .footer-social-icons {
        float: right;
        padding-right: 10px;
    }

        footer .footer-menu > div, footer .footer-social-icons > div {
            display: table-cell;
            vertical-align: bottom;
        }

    footer .footer-menu div > nav:last-child {
        margin-top: 15px;
        float: left;
    }

    footer .footer-menu nav li {
        float: left;
    }

    footer .footer-social-icons nav li {
        margin-right: 15px;
        float: right;
    }

        footer .footer-social-icons nav li:first-child, footer .footer-social-icons nav li:last-child {
            margin-right: 0;
        }

    footer .footer-co-details p span {
        display: inline-block;
    }

    footer .footer-co-details p:nth-child(4) {
        margin-top: 15px;
    }

    footer .footer-menu li:after {
        content: "|";
        color: #FFCE06;
        display: inline-block;
        margin: 0 10px;
    }

    footer .footer-menu li:last-child:after {
        content: "";
        margin: 0 0;
    }

    footer a.fb {
        background-image: url('/images/Icons/facebook.svg');
        width: 32px;
        height: 32px;
        background-size: 32px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    footer a.tw {
        background-image: url('/images/Icons/twitter.svg');
        width: 32px;
        height: 32px;
        background-size: 32px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    footer a.pi {
        background-image: url('/images/Icons/pintrest.svg');
        width: 32px;
        height: 32px;
        background-size: 32px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    footer a.in {
        background-image: url('/images/Icons/instagram.svg');
        width: 32px;
        height: 32px;
        background-size: 32px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    footer .footer-co-details p span:after {
        content: " ";
        color: #FFCE06;
        display: inline-block;
        margin: 0 3px;
    }


/* Basket */
.basket-total-row {
    margin-top: 15px;
}

.basket-qty-cell {
    padding-right: 15px !important;
}

@media only screen and (max-width: 992px) {
    .basket-qty-cell {
        padding-right: 0 !important;
    }
}

#basket-count-container {
    position: absolute;
    margin-left: -10px;
    margin-top: -5px;
    z-index: 999;
}

.basket-part-flyout {
    position: absolute;
    z-index: 99999;
    display: none;
    padding: 10px;
    width: 300px;
}

.basket-count-bk {
    background-color: #dd0000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 0.65em;
    text-align: center;
    padding-top: 2px;
}

.basket-count-text {
    padding: 0;
    padding-right: 2px;
    color: #ffffff;
    font-size: 0.6em;
}

#basket-count-container:hover .basket-part-flyout {
    display: block;
}

    #basket-count-container:hover .basket-part-flyout div {
        display: inline-block;
    }

.basket-confirmation-dlg, .list-confirmation-dlg {
    position: absolute;
    z-index: 2;
    right: 0;
    padding: 10px;
    display: none;
}

    .basket-confirmation-dlg span, .list-confirmation-dlg span {
        padding-right: 10px;
        color: #000;
    }

.list-confirmation-dlg {
    margin-right: 15px;
    top: 15px;
}

/* Checkout / customer lists */
.glyphicon-refresh {
    top: 3px;
    font-size: 1em;
    cursor: pointer;
}

.basket-hdr-row {
    margin-top: 15px !important;
    padding: 10px;
}

.basket-item-row {
    /*height: 120px;*/
    clear: left;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 2px !important;
}

@media only screen and (max-width: 768px) {
    .basket-item-row > div {
        height: auto !important;
    }
}


.basket-item-row .basket-make-model {
    overflow: hidden;
}

.basket-item-row .basket-description-condition {
    overflow: hidden;
}

.basket-item-row .basket-pn {
    font-family: 'open_sansbold';
    position: absolute;
    bottom: 0;
}


@media only screen and (max-width: 992px) {
    .basket-item-row .basket-pn {
        position: relative;
    }
}

.basket-item-row .basket-pn .ps-supercedes-text {
    font-size: 0.778em !important;
    padding-left: 5px;
    padding-top: 2px;
}

.basket-qty-edit {
    height: 40px;
    width: 60px;
}

.basket-qty-remove {
    background-image: url('/images/icons/close-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.basket-edit {
    background-image: url('/images/Menus/edit-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

#new-list-container {
    display: none;
}

.container.new-list-container {
    width: auto;
}

.add-to-basket-list-container {
    font-family: open_sansbold;
    line-height: 1.222em;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px 0;
}

    .add-to-basket-list-container > span {
        margin: 0 5px;
    }

    .add-to-basket-list-container #add-to-list-text {
        font-family: open_sansbold;
    }

a.customer-list-list-item:link, a.customer-list-list-item:hover, a.customer-list-list-item:active, a.customer-list-list-item:visited {
    display: block;
    line-height: 1.222em;
    color: #504C4C;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: none;
}

a.customer-list-list-item:hover {
    background-color: #e6e6e6;
}

.add-to-basket-new-list-container {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid;
    cursor: pointer;
    line-height: 1.222em;
}

    .add-to-basket-new-list-container span {
        line-height: 1.222em;
        font-family: open_sansbold;
    }

        .add-to-basket-new-list-container span:first-child {
            font-size: 1.75rem;
            padding-right: 10px;
            color: black;
            top: 5px;
        }

/* Parts filter */
.filter-container {
    padding-bottom: 50px;
    line-height: 1.333em;
}

.filter-section-container {
    clear: both;
    margin-top: 20px;
    font-size: 0.889em;
    color: #4a4a4a;
    line-height: 1.444em;
}

    .filter-section-container *, .filter-section-container a:link, .filter-section-container a:focus, .filter-section-container a:active, .filter-section-container a:visited {
        color: #000;
        line-height: 1.7rem;
    }

    .filter-section-container > * {
        padding-top: 3px;
        padding-bottom: 2px;
    }

.filter-sort-row {
    padding-top: 15px;
}

.filter-sort-header {
    border-bottom: 1px solid #514e4e;
    font-family: open_sansbold;
    font-size: 1.2rem;
    padding-bottom: 8px;
    letter-spacing: 1px;
    cursor: pointer;
}

    .filter-sort-header span.glyphicon-play {
        position: absolute;
        right: 20px;
        font-size: 1rem;
        margin-top: 8px;
    }

.filter-sort-menu {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: white;
    border-top: 1px solid black;
    cursor: pointer;
}

/*.filter-sort-header:hover .filter-sort-menu
{
    cursor: pointer;
    display: block;
    z-index: 1;
    background-color: white;
    border-top: 1px solid black;
}*/

#searchrefiner-sortcol {
    list-style: none;
    padding: 5px;
    margin: 0;
    border: 1px solid #000;
}

    #searchrefiner-sortcol li {
        padding: 10px;
        cursor: pointer;
        margin-bottom: 2px;
        font-size: 1rem;
    }

        #searchrefiner-sortcol li:hover, #searchrefiner-sortcol li.active {
            background-color: #e6e6e6;
        }

#filter-section-container-filter {
    padding-top: 15px;
}

.filter-section-header hr {
    margin: 0;
}

.sub-category {
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 15px;
}

@keyframes slideDown {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.models-mega-menu h3 {
    color: #000;
    margin-top: 0;
    font-size: 1.5rem;
}

.models-mega-menu ul li:hover div.model-link-list {
    /*transition: height 1s;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;*/
    /*animation: slideDown;
    animation-duration: 1s;
    height: 100%;*/
}

.models-mega-menu ul li div.model-link-list {
    /*transition: height 0.1s;
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -o-transition: height 0.1s;*/
    /*overflow: hidden;*/
    margin-left: 10px;
    /*height: 0;*/
}

.models-mega-menu ul li a.model-link {
    margin-bottom: 15px;
}

    .models-mega-menu ul li a.model-link:first-of-type {
        margin-top: 15px;
    }

.models-mega-menu .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.models-mega-menu li.col-xs-4.col-sm-4.col-md-4.col-lg-4:hover div.model-link-list /*.models-mega-menu ul li a.model-family-link:hover + div.model-link-list, .models-mega-menu ul li div.model-link-list:hover*/ {
    display: inline-block;
    width: 100%;
}

    .models-mega-menu li.col-xs-4.col-sm-4.col-md-4.col-lg-4:hover div.model-link-list a {
        text-decoration: none;
    }

        .models-mega-menu li.col-xs-4.col-sm-4.col-md-4.col-lg-4:hover div.model-link-list a span:first-child {
            padding-left: 10px;
            padding-right: 5px;
            text-decoration: none !important;
        }

            .models-mega-menu li.col-xs-4.col-sm-4.col-md-4.col-lg-4:hover div.model-link-list a span:first-child + span:hover {
                text-decoration: underline;
            }

.model-family-model {
    border-left: 1px solid #d0c060;
    padding-left: 10px;
    margin-left: 15px;
}

.model-family:nth-child(odd) {
    padding-right: 0.788em;
    word-break: break-all;
    overflow: hidden;
}

.model-family:nth-child(even) {
    padding-left: 0;
    word-break: break-all;
    overflow: hidden;
}

#MiscListContainer {
    margin-top: 30px;
}

    #MiscListContainer span {
        padding-left: 5px;
    }

.filter-section-header {
    font-family: open_sansbold;
    color: #000;
    font-size: 1.2rem;
    text-transform: uppercase;
}

    .filter-section-header .filter-section-header {
        padding-bottom: 8px;
    }

        .filter-section-header .filter-section-header hr {
            border-color: #000;
        }

#filter-section-container-makes .filter-section-header, #filter-section-container-models .filter-section-header, #filter-section-container-category .filter-section-header {
    text-transform: capitalize;
}

span.ticked::before {
    content: "X";
    padding-left: 10px;
    font-family: open_sansbold;
    color: #000;
}

#ModelListContainer a.x {
    height: 20px;
    overflow: hidden;
    display: block;
}

.make-model-part-header {
    height: 210px;
    padding-bottom: 30px;
    padding-left: 0;
}

    .make-model-part-header * {
        color: white;
    }

    .make-model-part-header h1 {
        font-size: 2rem;
        letter-spacing: 0.444em;
    }

/* Breaking cars */
.breaking-car-img {
    width: 100%;
    max-width: 100%;
}

    .breaking-car-img:hover {
    }

.breaking-car-col {
}

.breaking-car-container {
    display: block;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
}

.contact-form-container {
    margin-top: 15px;
    margin-bottom: 30px;
    width: auto;
}

    .contact-form-container button {
        margin-top: 35px;
        opacity: 1;
        -webkit-transition: opacity .5s; /* Safari */
        transition: opacity .5s;
    }

        .contact-form-container button:hover {
            opacity: 0.8;
            -webkit-transition: opacity .5s; /* Safari */
            transition: opacity .5s;
        }

.car-summary-container {
    padding: 15px;
}

.car-details-container {
}

.car-title {
    height: 70px;
    padding: 5px;
    overflow: hidden;
}

.car-details-hdr {
    font-family: open_sansbold;
    color: #000;
    margin-top: 5px;
    padding: 0;
}

.car-details-data {
    padding: 0;
}

.car-summary-container.yellow-bk .car-details-hdr, .car-summary-container.yellow-bk .car-details-data {
    padding-left: 15px;
}

.car-details-data button {
    margin-top: 15px;
}

.car-details-data input, .car-details-data textarea {
    width: 100%;
}

.car-details-data .validation-text {
    margin-top: 0;
}

.car-details-data .val-feedback-text {
    color: red;
}

.car-details-data textarea {
    height: 180px;
}

#car-carousel {
    width: 100%;
    overflow: hidden;
    height: 115px;
    overflow-x: scroll;
    padding-bottom: 15px;
}

    #car-carousel::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }

    #car-carousel::-webkit-scrollbar-thumb {
        background: #000;
    }

    #car-carousel .car-carousel-inner {
        width: 200%;
        margin: 5px 0;
    }

    #car-carousel .car-carousel-item {
        display: inline-block;
        position: relative;
    }

        #car-carousel .car-carousel-item a {
            display: block;
            margin-right: 5px;
        }

.car-carousel-carousel-control-left {
    position: absolute;
    z-index: 999999999;
    margin-top: -65px;
    margin-left: 15px;
}

.car-carousel-carousel-control-right {
    right: 0;
    position: absolute;
    z-index: 999999999;
    margin-top: -65px;
    margin-right: 15px;
}

    .car-carousel-carousel-control-left .glyphicon, .car-carousel-carousel-control-right .glyphicon {
        font-size: 24px;
        color: #FFCE06;
        cursor: pointer;
    }

.carousel-container {
}

.carousel-control {
}

    .carousel-control.left {
    }

    .carousel-control.right {
    }

/* Core layout classes */
/*.content-col-3
{
    margin-bottom: 20px;
}*/

.content-col-3 p {
    padding-right: 20px;
}

/* Misc pages */
.content {
    padding-left: 15px;
}

    .content h1 {
        margin: 20px 0;
    }

.content-body {
    padding-left: 20px;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 80px;
    font-size: 0.833em;
    line-height: 1.222em;
}

    .content-body * {
        font-size: inherit;
        line-height: 1.5em;
    }

    .content-body h2 {
        font-weight: normal;
        font-size: 1.3em;
        color: black;
        font-family: open_sansbold;
    }

        .content-body h2:first-child {
            margin-top: 0;
        }

    .content-body p {
        margin-bottom: 15px;
        color: #514d4d;
    }

    .content-body a {
        color: #514d4d;
        text-decoration: underline !important;
    }

.contact-address-container {
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .contact-address-container {
        margin-top: 30px;
    }
}

.address-line {
    margin: 5px 0;
    /*EURO-2887*/
    overflow: hidden;
    /*EURO-2887 post branch merge*/
    word-break: break-all;
}

.abbreviations-body > div {
    margin: 20px 0;
}

    .abbreviations-body > div td {
        padding: 5px;
    }

/* Popup modal dialog */
.modal-title {
    font-family: open_sansbold;
    font-size: 1rem;
}

body.modal-open {
    margin-right: auto !important;
}

.modal-header .close {
    margin-top: -10px;
    opacity: 1;
    -webkit-transition: opacity .5s; /* Safari */
    transition: opacity .5s;
}

    .modal-header .close:hover {
        opacity: 0.5;
        -webkit-transition: opacity .5s; /* Safari */
        transition: opacity .5s;
    }

    .modal-header .close > span {
        font-size: 2rem;
    }

.modal-dialog .new-list-container p, .modal-dialog .new-list-container input {
}

.modal-dialog .btn-primary {
    background-color: #524e4e;
    color: white;
    border-radius: 0;
}

/* Loading cover */
.modal-cover {
    position: fixed;
    background-color: white;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}

.modal-loading {
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    z-index: 1000000;
    display: inline-block;
    text-align: center;
    max-width: 100vw;
    width: 90%;
    border: 3px solid #FFCE06;
}

    .modal-loading > div:first-child {
        background-color: black;
        width: 100%;
        height: 100%;
    }

.modal-loading-block {
    display: inline-block;
    margin: 10px;
    width: 25px;
    height: 25px;
    background-color: #FFCE06;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}

    .modal-loading-block.active {
        opacity: 1.0;
        -webkit-transition: opacity 0.5s; /* Safari */
        transition: opacity 0.5s;
    }

.login-register-body {
    padding-right: 15px !important;
}

.service-kit-dialog {
    width: 1000px;
}

    .service-kit-dialog .modal-body {
        padding-bottom: 0;
    }

.service-kit-container {
    border-color: #D5D5D5;
}

.service-kit-dialog hr {
    border-top: 1px solid #D5D5D5;
}

.service-kit-row {
    margin: 15px;
}

    .service-kit-row td {
        font-size: 0.833em;
        line-height: 1.222em;
    }

    .service-kit-row div.add-cell input {
        margin-right: 10px;
    }

.service-kit-dialog .add-to-basket-menu-button {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 10px 20px;
}

.service-kit-dialog .add-cell {
    padding-right: 15px;
}

.service-kit-dialog .add-to-basket-menu-button {
    width: 180px;
    display: inline-block;
}

    .service-kit-dialog .add-to-basket-menu-button span {
        padding-right: 20px;
        position: relative;
        top: -5px;
    }

.service-kit-dialog .basket-confirmation-dlg {
    right: 20px;
    margin-top: 10px;
}

.service-kit-dialog .service-kit-price-row {
    padding-right: 5px;
}

.make-buttons-container h2 {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4.11px;
    margin-left: 15px;
    z-index: 1;
}

.col-make-button img:hover + div.make-overlay {
    visibility: visible;
}

.make-overlay {
    position: absolute;
    background-color: white;
    opacity: 0.5;
    top: 0;
    z-index: 999;
    display: none;
}

span.make-arrow {
    top: 2px;
    font-size: 0.9em;
    color: white;
}

.makes-no-filter-container {
    height: 400px;
}

    .makes-no-filter-container ul {
        list-style-type: disc;
        margin-left: 50px;
    }

        .makes-no-filter-container ul li {
            margin: 15px 0;
        }

    .makes-no-filter-container .make-buttons-container {
        margin-bottom: 50px;
    }

        .makes-no-filter-container .make-buttons-container h2 {
            margin-top: -70px;
            color: white;
            font-size: 1.167em;
            text-transform: uppercase;
            letter-spacing: 4.11px;
        }

.makes-no-filter-container {
    padding: 15px 30px;
    padding-bottom: 30px;
    margin-bottom: 52px;
}

    .makes-no-filter-container + .make-buttons-container {
        margin-bottom: 50px;
        margin-top: 110px;
    }

.price-change-text {
    font-size: 0.833em;
}

.mobile-filter-arrow {
    display: none;
    padding-left: 10px;
    color: #504c4c;
    cursor: pointer;
    font-size: 0.85em;
}

.desktop-item {
    display: initial;
    visibility: visible;
}

.mobile-item {
    display: none;
    visibility: hidden;
}

.slider-item-container-overlay {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 170px;
    left: 0;
    top: -30px;
    z-index: 1;
    padding-top: 10px;
}

.extended-width {
    width: 113.2%;
    overflow: hidden;
}

#whatsapp-container {
    float: right;
    position: relative;
    margin-top: 10px;
    margin-left: 15px;
}

.whatsapp-btn {
    position: relative;
    cursor: pointer;
}

    .whatsapp-btn i {
        display: inline-block;
        color: #FFCE06 !important;
        font-size: 22px;
    }

    .whatsapp-btn .whatsapp-title {
        display: inline-block;
        font-size: 10px;
        color: #fff;
    }

.whatsapp-menu {
    padding: 10px 0 0;
    width: 240px;
    list-style: none;
    position: absolute;
    right: 0;
    top: 42px;
    text-align: left;
    background: #fff;
}


/*
    ======================
        Mobile version
    ======================
*/
/* Equal Height Columns */
/*
    Bootstrap 3 responsive columns of same height:
    http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-same-height

    USAGE:

<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-6 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height">
      <div class="inside inside-full-height">
        <div class="content"></div>
      </div>
    </div>
  </div>
</div>
*/
/* content styles */
.inside {
    /*margin-top: 15px;
  margin-bottom: 5px;*/
}

.inside-full-height {
    /*
  // if you want to give content full height give it height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
    /*height: 100%;
  margin-top: 0;
  margin-bottom: 0;*/
}

/* columns of same height styles */
/*.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}*/

/* Hide all temporary elements created by JavaScript */
/*#basket-menu-item-temp,
#account-menu-item-temp,
#account-menu-username-temp,
#currency-menu-item-temp,
#search-area-temp,
#search-form-temp,
#SearchTerm-temp,
#search-results-container-temp {
	display: none !important;
}*/

.bounce {
    position: relative;
    -webkit-animation: bounce 1s infinite;
}

@-webkit-keyframes bounce {
    0% {
        left: -5px;
    }

    50% {
        left: 0;
    }

    100% {
        left: -5px;
    }
}

@media (min-width: 480px) {

    /*.parts-theme .part-diagram-grid-wrapper .part-diagram-container.col-xs-12
    {
        width: 50%;
    }*/

    .modal-loading {
        width: auto;
    }

    .home-slider-container .video-buttons-container {
        left: 110px;
    }

    .carousel-caption {
        top: 30px;
    }

    .col-make-button {
        height: auto;
    }

    .home-theme .feed-link .offer-feed-item-img {
        max-height: none;
    }

    .category-mega-menu-row, .models-mega-menu-row {
        top: 175px;
    }
}

@media screen and (min-width: 576px) {
    #make-buttons-container {
        margin-top: 10px;
    }

    .col-make-button {
        height: 80px;
        width: 100%;
        margin-top: 5px;
    }

    .make-buttons-container h2 {
        margin-top: 30px;
    }

    .your-feed-block {
        width: calc(50%);
        float: left;
    }

    .special-offer-block {
        width: calc(50%);
        float: left;
    }

    .carousel-caption {
        left: 30px;
    }

    .home-slider-container .carousel-inner {
        height: 320px;
    }

    nav.category-mega-menu {
        -webkit-columns: 4 350px;
        -moz-columns: 4 350px;
        columns: 4 350px;
    }

    .category-mega-menu-row, .models-mega-menu-row {
        top: 190px;
    }
}

@media screen and (min-width: 768px) {

    .filter-container {
        min-height: 500px;
    }

    .main-filter-overlay-row, .main-header-overlay-row {
        display: block;
    }

    #main-filter-container {
        left: 55px;
        /*margin-top: -40px;*/
    }

    #main-filter-row-container {
        /*background-color: black;*/
        width: 100%;
    }

        #main-filter-row-container .popup-container > li {
            padding: 5px;
        }

            #main-filter-row-container .popup-container > li:first-child {
                padding-left: 0;
                z-index: 9998;
            }

                #main-filter-row-container .popup-container > li:first-child > ul li {
                    padding: 3px 0;
                    font-size: 15px;
                }

                #main-filter-row-container .popup-container > li:first-child span {
                    font-size: 15px;
                }

        #main-filter-row-container ul.popup-container > li:first-child.selected:before {
            top: 7px;
            left: -28px;
        }


        /*#main-filter-row-container #ManufacturerList li:first-child ul, #main-filter-row-container #ModelFamilyList li:first-child ul, #main-filter-row-container #ModelList li:first-child ul, #main-filter-row-container #DiagramList li:first-child ul
    {
        background-color: black;
    }*/

        /*#main-filter-row-container #ManufacturerList li:first-child ul
    {
        min-height: 115px;
    }*/

        #main-filter-row-container #ModelFamilyList li:first-child ul, #main-filter-row-container #ModelList li:first-child ul {
            column-count: 2;
        }

        #main-filter-row-container #ModelFamilyList li:first-child ul, #main-filter-row-container #ModelList li:first-child ul, #main-filter-row-container #DiagramList li:first-child ul {
            float: left;
            /*clear: left;*/
            /*margin-left: -35px;
        padding-left: 35px;*/
        }

        /*#main-filter-row-container #DiagramList li:first-child ul
    {
        margin-left: -40px;
    }*/

        #main-filter-row-container #DiagramList li:first-child ul {
            direction: rtl;
            overflow-y: scroll;
            height: 315px;
            margin-bottom: 10px;
        }

        #main-filter-row-container nav {
            width: auto;
            cursor: pointer;
            float: left;
            clear: none;
            margin-right: 20px;
            text-align: left;
        }

    #ManufacturerList > li > ul, #ModelFamilyList > li > ul, #ModelList > li > ul, #DiagramList > li > ul {
        /*column-count: 3;*/
        padding-bottom: 15px;
        position: absolute;
    }

    #make-buttons-container {
        margin-top: -170px;
        /*position: relative;
        z-index: 3;*/
    }

    .make-buttons-container .col-sm-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .make-buttons-container h2 {
        margin-left: 10px;
    }

    /*#main-filter-container
    {
        left: 20px;
    }*/

    .carousel-indicators {
        bottom: 200px;
    }

    /*.dark-overlay.filter-overlay
    {
        margin-top: 0;
    }*/

    #browse-container .yellow-arrow {
        margin-top: 10px;
        bottom: unset;
    }

    .dark-overlay.header-overlay {
        height: 160px;
    }

    .menu-container {
        padding-right: 15px;
        /*z-index: 9999;*/
    }

    footer .footer-menu > div, footer .footer-social-icons > div {
        vertical-align: top;
    }

    .your-feed-block {
        width: 50%;
        padding-top: 15px;
    }

    .make-buttons-container {
        text-align: right;
        position: relative;
        top: 0;
    }

    .special-offer-block {
        width: 50%;
        padding-top: 15px;
    }

    .home-slider-container .carousel-inner {
        height: 680px;
    }



    footer * {
        font-size: 12px;
    }

    .graphite-notice {
        font-size: 12px;
    }

    .make-buttons-container h2 {
        font-size: 14px;
    }



    #browse-container li a {
        font-size: 15px;
    }


    #search-results-container {
        left: 0;
    }

    .pn-no {
        text-align: right;
    }

    .pn-buy.enquire {
        width: 78.5%;
    }

    .pn-buy {
        width: 86%;
    }

        .pn-buy .font-weight-normal {
            font-size: 12px;
        }

    .models-mega-menu ul li a.model-link:first-of-type {
        margin-top: 0;
    }

    .models-mega-menu ul li a.model-link {
        margin-bottom: 5px;
    }

    .models-mega-menu ul li {
        margin-bottom: 5px;
    }

        .models-mega-menu ul li a {
            margin-left: 40px;
        }

    .little-black-arrow {
        margin-left: 20px;
    }

    /*#basket-container {
        margin-right: 0;
    }*/

    #header-container {
        padding-left: 15px;
        padding-right: 15px;
        max-height: 100%;
    }

    .login-form-container div {
        padding: 0 15px 0 0;
    }

    .register-container div {
        padding: 0 0 0 15px;
    }

    footer .footer-co-details p span:after {
        content: "•";
        margin: 0 10px;
    }

    footer .footer-co-details p span:last-child:after {
        content: "";
        margin: 0 10px;
    }

    footer .footer-menu div > nav:last-child {
        margin-top: 35px;
        float: none;
    }

    /*footer {
        padding: 0;
        margin-top: 0;
    }*/

    .view-all-btn {
        margin-top: 30px;
        margin-bottom: 0;
        float: right;
    }

    .offers-container-fluid, .feeds-container {
        position: relative;
        top: 30px;
    }

    .col-make-button {
        height: 234px;
    }

    .slider-item-container-overlay {
        height: 100%;
    }

    .carousel-caption h2 {
        font-size: 38px;
        margin-bottom: 30px;
        text-align: inherit;
        margin-left: 0;
    }

    .carousel-caption p {
        font-size: 22px;
        text-align: inherit;
        margin-left: 0;
    }

    .carousel-caption .slider-item-container {
        padding: 40px;
    }

    .video-volume-on {
        width: 32px;
        height: 32px;
    }

    .video-volume-off {
        width: 32px;
        height: 32px;
    }

    .video-play {
        width: 32px;
        height: 32px;
    }

    .video-pause {
        width: 32px;
        height: 32px;
    }

    .home-slider-container .video-buttons-container {
        margin: 0;
        bottom: 200px;
        left: 150px;
    }

    .home-slider-container {
        position: relative;
        background-color: black;
    }

    .carousel-caption {
        padding: 0;
        width: 90%;
        text-align: left;
        padding: 0;
        right: auto;
        top: auto;
        bottom: 50px;
        left: 5%;
    }

    .carousel-inner > .item, .carousel-inner > .item > video {
        height: 100%;
    }

    /*body > div.container-fluid.home-page-content.home-theme {
        top: -90px;
    }*/

    .category-mega-menu ul li a {
        color: #000;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.333em;
        padding: 4px 0;
    }

    .mega-menu-content-right {
        padding: 50px;
        padding-left: 15px;
    }

    .category-mega-menu-row, .models-mega-menu-row {
        top: 170px;
    }









    #browse-container {
        margin-right: 60px;
    }

    #search-area {
        margin-bottom: 0;
        width: auto;
    }

    #SearchTerm {
        max-width: 400px;
        width: 400px;
        margin-left: 0;
        font-size: 14px;
    }

    /*header {
        height: 90px;
    }*/

    .hamburger-menu {
        display: none;
    }

    img.logo {
        width: 100%;
        /*margin-top: 20px;*/
    }
}


@media screen and (min-width: 992px) {
    nav.category-mega-menu {
        -webkit-columns: 4 260px;
        -moz-columns: 4 260px;
        columns: 4 260px;
    }

    #phone-container div:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }

    #phone-container {
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 0;
        float: right;
    }

        #phone-container > div {
            padding-left: 0;
            padding-right: 0;
        }

    #about-container {
        /*clear: none;*/
        background-color: transparent;
        /*padding-bottom: 15px;*/
        /*margin-top: 10px;*/
        margin-right: 0;
        margin-left: 0;
        float: right;
    }

        #about-container nav {
            float: right;
        }

            #about-container nav ul li:after {
                content: "|";
                margin: 0 10px;
                color: #FFCE06 !important;
            }

            #about-container nav ul li:last-child:after {
                content: "";
                margin: 0;
            }

            #about-container nav ul li {
                float: left;
                padding: 0;
                font-size: 15px;
            }

                #about-container nav ul li a {
                    display: inline;
                    padding: 0;
                }

                #about-container nav ul li:first-of-type {
                    border-top: none;
                }

        #about-container nav {
            padding-left: 0;
            padding-right: 0;
        }

            #about-container nav ul li {
                padding: 0;
                border-bottom: none;
            }

    #SearchTerm {
        max-width: 400px;
        width: 400px;
        margin-left: 0;
        font-size: 14px;
    }

    #about-container nav ul li, #phone-container nav ul li {
        padding: 5px 0;
    }

        #about-container nav ul li a, #phone-container nav ul li span {
            font-size: 15px;
        }

    #basket-container {
        margin-right: 10px;
        clear: both;
        position: relative;
        z-index: 9999;
    }

    #browse-container {
        margin-right: 25px;
        position: relative;
        z-index: 9999;
    }

    #main-filter-row-container .popup-container > li:first-child > ul {
        width: 90vw;
    }

    .carousel-caption {
        bottom: 150px;
    }

    .models-mega-menu ul {
        width: 33.33%;
    }

    #phone-container {
        float: right;
        margin-left: 15px;
    }

    .dark-overlay.header-overlay {
        height: 160px;
    }

    .home-slider-container .carousel-inner {
        height: 800px;
    }

    #about-container {
        float: right;
    }

    #SearchTerm {
        max-width: 350px;
        width: 350px;
    }
}

@media screen and (min-width: 1200px) {
    #search-area {
        position: relative;
        top: 20px;
    }
    .diagrams-hdr-container h2.model.lg {
        display: block;
    }

    .diagrams-hdr-container h2.model.xs {
        display: none;
    }

    .car-breaking-lg {
        display: block;
    }

    .car-breaking-xs {
        display: none;
    }

    .car-details-hdr, .car-details-data {
        padding-left: 5px;
        padding-right: 5px;
    }


    .dark-overlay.header-overlay {
        height: 125px;
    }

    /*.main-filter-overlay-row
    {
        display: none;
    }*/
    #main-filter-row-container .popup-container > li:first-child > ul {
        width: 95vw;
    }

    /*header
    {
        background-color: black;
    }*/

    /*footer {
        top: 60px;
    }*/

    footer .footer-co-details, footer .footer-menu, footer .footer-social-icons {
        height: 160px;
    }

        footer .footer-menu > div, footer .footer-social-icons > div {
            vertical-align: bottom;
        }

    .your-feed-block {
        width: 16.666666666666664%;
    }

    .special-offer-block {
        width: 25%;
    }

    .home-theme .offer-link .offer-feed-item-img {
        height: auto !important;
    }

    .make-buttons-container h2 {
        margin-left: 15px;
        font-size: 16px;
    }

    .category-mega-menu-row, .models-mega-menu-row {
        top: 122px;
    }

    /*#main-filter-row-container nav
    {
        margin-right: 30px;
        clear: none;
    }*/

    /*.dark-overlay.filter-overlay
    {
        margin-top: 0;
    }*/

    /*.home-slider-container .carousel-inner
    {
        height: 550px;
    }*/

    .home-slider-container .video-buttons-container {
        left: 1%;
        bottom: 40px;
    }

    

    .carousel-caption {
        width: 50%;
        left: 40%;
        bottom: 220px;
    }

    .filter-browse-account-row {
        position: relative;
    }

    body > div.container-fluid.home-page-content.home-theme, .home-slider-container .carousel-inner {
    }

    
}

@media screen and (min-width: 1580px) {
    /*#main-filter-container {
        left: 305px;
        margin-top: -40px;
    }*/

    .carousel-indicators {
        bottom: 90px;
        left: 2%;
    }

    .make-buttons-container .col-lg-3 {
        width: auto;
        display: inline-block;
        float: none;
    }

    .col-make-button {
        width: 278px;
        height: 278px;
        margin-left: 70px;
    }

    #main-filter-row-container nav {
        clear: none;
        margin-right: 40px;
    }

    #main-filter-row-container .popup-container > li:first-child > ul {
        width: 50vw;
    }

    #main-filter-row-container #ManufacturerList li:first-child ul, #main-filter-row-container #ModelFamilyList li:first-child ul, #main-filter-row-container #ModelList li:first-child ul, #main-filter-row-container #DiagramList li:first-child ul {
        position: absolute;
        margin-top: 10px;
    }
}


/* Extend Bootstrap */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}





@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.desktop-filter-row {
    position: absolute !important;
    margin-top: -45px;
    width: 100%;
}

.parts-theme .pld > ul.pld-superceded-list {
    padding-left: 4px !important;
}

    .parts-theme .pld > ul.pld-superceded-list > li > .pld__row {
        border-top: 1px solid #E6E6E6;
        border-left: none !important;
    }

    .parts-theme .pld > ul.pld-superceded-list > li .pld__row {
        /*background-color: #ccc;*/
    }

.parts-theme .pld ul.pld-superceded-list {
    padding-left: 4px;
    display: none;
    background: #000;
}

.parts-theme .pld > ul.pld-superceded-list {
    margin-bottom: 20px;
}



.parts-theme .superceded-view-btn {
    background-color: #002856;
}

.parts-theme .pld .pld-superceded-list .pld__row {
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
}
    
    .parts-theme .pld * {
        font-size: 14px;
    }

.parts-theme .pld {
    display: block;
    border: solid 1px #000;
    max-height: 505px;
    overflow-y: scroll;
    margin: 0px;
}

.parts-theme .pld__row {
    padding: 4px 0;
    align-items: center;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pld__row--mobile {
    display: flex;
    border-top: 1px solid #000;
}

@media only screen and (min-width: 768px) {
    .pld__row--desktop {
        display: flex;
    }

    .pld__row--mobile {
        display: none;
    }
}

.pld__product__row {
    flex: 1 100%;
    align-items: center;
    margin: 5px;
    padding: 5px 10px;
    display: none;
}

.pld__product__row.active {
    display: flex;
}

    .pld__product__row + .pld-superceded-list > .pld__product__row {
        display: flex;
    }

    .pld__product__row + .pld-superceded-list {
        display: none;
    }

    .pld__product__row .superceded-view-arrow {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px !important;
    }

.pld__product__row-description {
    flex: 1 40%;
    position: relative;
}

    .pld__product__row-description span.text-danger, .pld__product__row-description span.text-success {
        display: block;
    }

    .pld__product__row-description .green-dot-visible {
        position: relative;
        top: 0;
    }

.pld__product__row-buy {
    flex: 1 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .pld__product__row-buy .qty-box {
        display: inline-block;
        width: 40px;
        margin-right: 5px;
    }

    .pld__product__row-buy .pld-btn {
        display: inline-block !important;
        margin: 0;
        padding: 5px 10px !important;
    }

.parts-theme .pld__row--header {
    background-color: #000;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
    display: none;
}

.parts-theme .pld__row--mobile {
    display: flex;
}

@media only screen and (min-width: 992px) {
    .parts-theme .pld__row--desktop {
        display: flex;
    }

    .parts-theme .pld__row--mobile {
        display: none;
    }
}

.title-tip-row.pld__row--mobile {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.parts-theme .pld__col {
    flex: 2;
    font-size: 14px;
    position: relative;
}

    .parts-theme .pld__col .green-dot-visible + .green-dot {
        margin-left: 16px;
    }

.parts-theme .pld__row--header .pld__col {
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
}

.parts-theme .pld__col--sm {
    flex: 1;
}

.parts-theme .pld__col--md {
    flex: 2;
}

.parts-theme .pld__col--lg {
    flex: 3;
}

.parts-theme .pld__col .icon-camera {
    float: unset;
}

.parts-theme .pld__col .icon-info {
    margin-right: 7px;
}

.parts-theme .pld-btn {
    background-color: #FFCE06;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px;
    display: block;
}

@media only screen and (max-width: 1400px) {
    .parts-theme .pld * {
        font-size: 13px !important;
    }
}

    .parts-theme .pld-btn .icon-black-basket,
    .parts-theme .pld-btn .tick-icon-black {
        height: 18px;
        width: 18px;
        background-size: 18px;
        margin-left: 5px;
        margin-right: 2px;
    }

.parts-theme .pld__row:hover .pld-btn {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.parts-theme .pld-btn.pld-btn--buy {
    text-align: right;
    transition: all .3s;
    cursor: pointer;
}

    .parts-theme .pld-btn.pld-btn--buy.active {
        background-color: #26e800
    }

.parts-theme .pld-btn.pld-btn--enquire {
    text-align: center;
    background-color: #000;
    color: #FFCE06;
}

.parts-theme .pld-btn.pld-btn--superceded {
    text-align: right;
    background-color: #002856;
    color: #fff;
}

.parts-theme .pld-btn.superceded-view-btn {
    text-align: right;
    background-color: #002856;
    color: #fff;
}

.parts-theme .superceded-view-arrow {
    color: #000;
    font-size: 1.5rem;
}

    .parts-theme .pld-btn.pld-btn--superceded i, .parts-theme .pld-btn.superceded-view-btn i {
        color: #fff;
        padding-left: 5px;
        padding-right: 3px;
    }

.parts-theme .pld__col input {
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-left: 5px;
}

.parts-theme .pld__col.pld__col--retail {
    text-align: right;
    padding-right: 5px;
}

    .parts-theme .pld__col.pld__col--retail span {
        display: block;
        font-size: 10px;
        /*text-decoration: line-through;*/
        font-family: 'open_sansbold', sans-serif;
    }


.show-all-superceded-parts {
    background: #000;
    color: #fff;
    display: inline-block !important;
    padding: 2px 8px;
    margin: 5px 0;
    font-weight: bold;
    cursor: pointer;
}

.total-to-pay {
    margin: 1rem;
    text-align: right;
}

.stock-price a {
    font-size: inherit;
    color: #468847;
    font-weight: bold;
    font-family: open_sansbold;
}

.stock-price .stock-sign {
    font-size: 12px;
    color: #468847;
}

.shipping-override {
    margin-top: 15px;
    border: 1px solid #000;
    padding: 1rem;
}

.validation-summary-errors {

}

.validation-summary-errors ul {
}

.validation-summary-errors ul li {
    color: red;
}

.field-validation-error {
    display: block;
    margin-bottom: 10px;
}

.field-validation-error span {
    color: red;
}

.tabbed-buttons {
    display: flex;
    margin-bottom: 20px;
}

    .tabbed-buttons .tabbed-buttons__btn {
        flex: 1;
        background: #524e4e;
        color: #fff !important;
        border: none;
        outline: none;
        padding: 10px;
        margin: 5px 0;
        text-align: center;
        position: relative;
        opacity: .5;
    }

        .tabbed-buttons .tabbed-buttons__btn:not(:first-child) {
            margin-left: 10px;
        }

    .tabbed-buttons .tabbed-buttons__btn--active {
        opacity: 1;
    }

    .tabbed-buttons .tabbed-buttons__btn--active:before {
        content: "";
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 18px solid #524e4e;
        position: absolute;
        bottom: -15px;
        transform: translateX(-50%);
        left: 50%;
    }

.alert strong {
    color: inherit;
}

.alert a {
    color: inherit !important;
    font-family: 'open_sansbold', sans-serif !important;
    text-decoration: underline;
}


.show-inc-vat .ex-vat {
    display: none;
}

.show-ex-vat .inc-vat {
    display: none;
}

.ex-vat, .inc-vat {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

#vat-switcher {
    display: none;
}

@media (min-width: 768px){
    #vat-switcher {
        display: inline-block;
        height: 25px;
        top: -10px;
        position: relative;
        margin-left: 6px;
    }
}

@media (min-width: 992px){
    #vat-switcher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: absolute;
        margin-top: 14px;
        top: 30px;
        right: 0;
    }
}

#vat-switcher .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 0;
    width: 161px;
    background: #000;
    padding: 10px;
    /* text-align: center; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    #vat-switcher .switch__title {
        font-size: 11px;
        color: #FFF;
    }

        #vat-switcher .switch__title.active {
            font-family: 'open_sansbold';
        }

    #vat-switcher .switch__toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 22px;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    #vat-switcher .switch__checkbox {
        display: none;
    }

        #vat-switcher .switch__checkbox:checked + .switch__slider {
            background-color: #FFCE06;
        }

    #vat-switcher .switch__slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #b7b7b7;
        border-radius: 34px;
        transition: .4s;
        z-index: 101;
    }

        #vat-switcher .switch__slider::before {
            position: absolute;
            content: "";
            height: 14px;
            width: 14px;
            left: 5px;
            bottom: 4px;
            background-color: #FFF;
            border-radius: 50%;
            transition: .4s;
        }

    #vat-switcher .switch__checkbox:checked + .switch__slider::before {
        transform: translateX(26px);
    }


.lists-container {
    margin-top: 15px;
}

@media only screen and (max-width:768px){
    .lists-container {
        max-width: 375px;
        margin: 30px auto;
    }
}

.list-items {
    margin-top: 10px;
}

    .list-items a {
        margin-bottom: 5px !important;
        background: #524e4e;
        color: #fff !important;
        margin-left: 0 !important;
    }

        .list-items a:hover {
            color: #524e4e !important;
        }

.list-create-new {
    display: flex;
    flex-wrap: nowrap;
}

.list-create-new input {
    height: 42px;
}


.message-box {
    padding: 10px;
    margin: 20px 0;
    border: solid 1px #949494;
    display: flex;
    background: #d0d0d0;
    align-items: center;
    align-content: center;
}

    .message-box.success i {
        color: #009a00;
        margin-right: 13px;
        font-size: 30px;
    }

.message-box p {
    font-size: 16px;
}


.basket-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    float: right;
    margin-top: 40px;
    padding: 0 20px;
}

@media only screen and (min-width:768px){
    .basket-button-container {
        min-width: 600px;
    }
}

    .basket-button-container .total-to-pay{
        width: 100%;
    }

    .basket-button-container #ManualPaymentMethod {
        padding: 10px 10px;
        margin-bottom: 10px;
    }

.basket-button {
    background: #524e4e;
    color: #fff !important;
    padding: 10px 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.basket-button--checkout {
    width: 100%;
    background: #FFCE06;
    color: #524e4e !important;
}

.basket-button--empty {
    flex: 1;
    
}

    .basket-button--empty:not(:last-child) {
        margin-right: 10px;
    }

.basket-button--save {
    flex: 1;
    margin-right: 10px;
}

.basket-button--continue {
    flex: 1;
}

@media only screen and (max-width:768px) {
    .basket-button--empty,
    .basket-button--save,
    .basket-button--continue {
        width: 100%;
        margin-right: 0;
        flex: 1 100%;
    }

}

.emulation-container .basket-button,
.emulation-container select {
    width: 100%;
    display: block;
}

.user-search-result-container {
    background: #000;
    padding: 10px;
}

    .user-search-result-container p strong,
    .user-search-result-container small {
        color: #fff;
    }

.result-list {
    display: block;
}

.result-list__item {
    display: flex;
    background: #fff;
    color: #000;
    margin-bottom: 5px;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
}