﻿/* fonts */
@font-face {font-family: 'open_sanslight';src: url(../fonts/OpenSans-Light-webfont.eot);src: url(../fonts/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light-webfont.woff) format("woff"), url(../fonts/OpenSans-Light-webfont.ttf) format("truetype"), url(../fonts/OpenSans-Light-webfont.svg#open_sanslight) format("svg");font-weight: 400;font-style: normal;}
@font-face {font-family: 'open_sansregular';src: url(../fonts/OpenSans-Regular-webfont.eot);src: url(../fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular-webfont.woff) format("woff"), url(../fonts/OpenSans-Regular-webfont.ttf) format("truetype"), url(../fonts/OpenSans-Regular-webfont.svg#open_sansregular) format("svg");font-weight: 400;font-style: normal;}
@font-face {font-family: 'open_sanssemibold';src: url(../fonts/OpenSans-Semibold-webfont.eot);src: url(../fonts/OpenSans-Semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Semibold-webfont.woff) format("woff"), url(../fonts/OpenSans-Semibold-webfont.ttf) format("truetype"), url(../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold) format("svg");font-weight: 400;font-style: normal;}
@font-face {font-family: 'open_sansextrabold';src: url(../fonts/OpenSans-ExtraBold-webfont.eot);src: url(../fonts/OpenSans-ExtraBold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-ExtraBold-webfont.woff) format("woff"), url(../fonts/OpenSans-ExtraBold-webfont.ttf) format("truetype"), url(../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold) format("svg");font-weight: 400;font-style: normal;}
@font-face {font-family: 'open_sansbold';src: url(../fonts/OpenSans-Bold-webfont.eot);src: url(../fonts/OpenSans-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold-webfont.woff) format("woff"), url(../fonts/OpenSans-Bold-webfont.ttf) format("truetype"), url(../fonts/OpenSans-Bold-webfont.svg#open_sansbold) format("svg");font-weight: 400;font-style: normal;}


/* sitealive */

.bold {
    font-weight: bold;
}

.underlined {
    text-decoration: underline;
}

.italics {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}


/* ALIGNMENTS */
.centered {
    text-align: center !important;
}

.txtcenter {
    text-align: center !important;
}

.txtright {
    text-align: right !important;
}

.txtleft {
    text-align: left !important;
}

.vtop {
    vertical-align: top !important;
}

.vmiddle {
    vertical-align: middle !important;
}

/* PADDING */
.pad5 {
    padding: 5px;
}

.pady5{
    padding: 5px 0px;
}
.pad8{
    padding: 8px;
}
.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.padtop3{
    padding-top:3px;
}

.padtop10 {
    padding-top: 10px;
}

.padright10 {
    padding-right: 10px !important;
}

.padright15{
    padding-right: 15px !important;
}

.padright0{
    padding-right: 0px !important;
}

.padleft2 {
    padding-left: 2px !important;
}

.padleft15{
    padding-left:15px !important;
}

.padleft0 {
    padding-left: 0px !important;
}

.padbottom3 {
    padding-bottom : 3px;
}

.pady3 {
    padding-bottom: 3px;
    padding-top: 3px;
}
.pady6 {
    padding-bottom: 6px;
    padding-top: 6px;
}
.pady10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padx0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pad0{
    padding: 0px !important;
}
/* MARGINS */
.mrgntopzero {
    margin-top: 0px !important;
}

.mrgnbtmzero {
    margin-bottom: 0px !important;
}

.mrgntop5 {
    margin-top: 5px !important;
}

.mrgnbtm5 {
    margin-bottom: 5px !important;
}

.mrgntop10 {
    margin-top: 10px !important;
}

.mrgnbtm10 {
    margin-bottom: 10px !important;
}

.mrgntop15 {
    margin-top: 15px !important;
}

.mrgnbtm15 {
    margin-bottom: 15px !important;
}

.mrgntop20 {
    margin-top: 20px !important;
}

.mrgnbtm20 {
    margin-bottom: 20px !important;
}

.mrgntop30 {
    margin-top: 30px !important;
}

.mrgnbtm30 {
    margin-bottom: 30px !important;
}

.mrgnmid {
    margin: 0 auto;
}

.mrgnright10 {
    margin-right: 10px;
}

.mrgntop60{
    margin-top: 60px !important;
}
.mrgntop100 {
    margin-top: 100px !important;
}

.mrgnleft10 {
    margin-left: 10px !important;
}
/* WIDTHS */
.minw200 {
    min-width: 200px;
}

.minw242 {
    min-width: 242px;
}

/* POSITIONING */
.top2r {
    top: 2px !important;
    position: relative;
}

/* TABLES */
tr.bbnone {
    border-bottom: hidden;
}

tr.bbtop {
    border-top: 1px solid #f6f6f6;
}

.brdr_lrt {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

table.tblbordergrey{
    border:1px solid #b3b3b3;
}

table.thgrey thead, .bg-grey{
    background-color:#e5e5e5;
}

tr#cartsubtotalsrow {
    background-color: #e5e5e5;
}

table tr.rowone{background-color:#fff;}
table tr.rowtwo{background-color:#f3f3f3;}
.stripedbg, table.zebrastriped tr:nth-child(even) {
    background-color: #f3f3f3;
}

.bg-white {
    background-color: #fff;
}

.brdrgreybtm {
    border-bottom: 1px solid #efefef;
}

/* DISPLAY */
.dnd {
    display: none !important;
}

.strike {
    text-decoration: line-through;
}

.clear {
    clear: both;
}

.alert {
    padding: 6px !important;
    font-size: 90% !important;
}

.alert-success {
    background-color: #f6fbf3 !important;
    border-color: #bed1ae !important;
}

.alert .txtalternate {
    color:#3f793f;
    font-weight:bold;
}

.alert .txtreplacement {
    font-weight: bold;
}

.btn-nohoverfx {
    pointer-events: none;
}


/* CODE PRINT */
.codeprintdiv {
    width: 90%;
    margin: 0 auto;
    background-color: #fbfbfb;
    padding: 22px;
    clear: both;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

pre {
    font-size: 14px;
    border: 2px solid #efefef;
    border-radius: 5px;
}

/* SITE MESSAGES */
table.sitemsg {
    width: 90%;
    border: 1px solid #fbfbfb;
    border-collapse: collapse;
    border-radius: 6px;
}

td.sitemsgicon {
    width: 42px;
}

td.sitemsgdsms {
    width: 42px;
}

@media (min-width:768px) { /* desktop */
    td.sitemsgicon {
        vertical-align: middle;
    }

    td.sitemsgdsms {
        vertical-align: middle;
    }
}

@media (max-width:767px) { /* mobile */
    td.sitemsgicon {
        vertical-align: top;
        padding-top: 15px;
    }

    td.sitemsgdsms {
        vertical-align: top;
        padding-top: 15px;
    }

    .catalog-new .breadcrumbs ul li:before {
        content: "\f100" !important;
    }
}

/* WIDTHS */

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}


/* COLOURS*/
.green {
    color: #009900 !important;
}

.green-table-row {
    background-color: #eaffea !important;
}

.reddish-table-row {
    background-color: #e64747 !important;
}

.white {
    color: #fff !important;
}

.black {
    color:#000 !important;
}

.gray, .grey{
    color:#717171 !important;
}

.regtext {
    color: #000 !important;
}

.slightwhite {
    color: #fbfbfb !important;
}

a.btn-primary:visited {
    color: #fff !important;
}

.btn-nohoverchange:hover {
    background: initial !important;
    color: initial !important;
}


hr.dark {
    color: #000 !important;
    border-color: #000 !important;
}

hr.partrecordhr {
    color: #f5f5f5;
    border-color: #f5f5f5;
}

button.btn-astext {
    padding-left: 1px !important;
}

.selectboxit-selected {
    background-color: #efefef;
}

.brdr_grey {
    border: 1px solid #efefef;
}

.brdr_grey_top {
    border-top: 1px solid #efefef;
}

.brdr_bottom_dashed {
    border-bottom:dashed 1px #696969;
}

/* chosen */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 35px;
    margin-bottom: 7.5px;
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}

.chosen-container-single .chosen-single div b:after {
    font-family: faLight;
    content: "\f107";
    color: #444;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../img/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}   

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

\.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url(../img/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}


/* order and receipt */
span.currencyspan {
    font-size: 80%;
}



/* sitealiveauto */

a, a:hover, input[type="submit"], input[type="submit"]:hover {
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s
}

#topbar {
    padding: 15px 0;
    position: relative
}

#topbar ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0
}

#topbar ul.dropdown-menu {
    display: none
}

#topbar .open > ul.dropdown-menu {
    display: block
}

.dropdown-menu > li > a:hover{
    background-color: transparent;
}

#topbar ul li {
    float: left;
    padding: 0 5px
}

#topbar ul:first-child li:first-child {
    padding-left: 0 !important
}

#topbar ul:last-child li:last-child {
    padding-right: 0 !important
}

#topbar a, #topbar input, #topbar .btn {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px
}

.sociallink {
    padding: 9px 15px 8px;
    display: block;
    font-size: 18px;
    color: #fff
}

.sociallink:hover {
    color: #fff
}

.sociallink.fb {
    background: #3d5c9d;
    padding: 8px 18px
}

.sociallink.tw {
    background: #339ad4
}

.soldinquantity {
    padding: 10px;
    border: 1px solid #f1e8bb;
    width: max-content;
    float: right !important;
}

.soldinquantity-itemdetails {
    float: right !important;
    padding: 10px;
    border: 1px solid #f1e8bb;
}

#topbar-search input[type="text"] {
    width: 320px;
    border: 0;
    padding-left: 43px;
    background: #fff url(../img/search.png) no-repeat 14px center
}

#topbar-search button {
    margin-left: -5px;
    padding: 0 15px
}

#header {
    background-size: cover !important
}

.logo img {
    max-width: 100%
}

.headerbuttons > div > div {
    float: right
}

.headerbuttons > div > div:first-child {
    padding-left: 10px
}

.headerbuttons .btn {
    padding-left: 14px !important;
    padding-right: 14px !important
}

.headerinfo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.headerinfo h2 {
    font-weight: 700;
    color: #fff;
    text-align: right;
    margin: 0;
    padding-top: 55px
}

.headerinfo p {
    font-family: open_sanslight;
    color: #fff;
    text-align: right;
    font-size: 20px;
    line-height: 21px !important;
    margin: 0px 0px 10px !important;
}

.headerinfo .dropdown-menu {
    right: -1px !important;
    left: auto !important
}

.nav li span:first-child {
    display: block;
    height: 34px
}

.box {
    margin: 15px 0;
    display: inline-block;
    width: 100%
}

.sidebar {
    padding-right: 0
}

.sidebar .box:first-child {
    margin-top: 0 !important;
    border:1px solid #b3b3b3;
}

.sidebar .chosen-container {
    width: 100% !important;
}

.box.light {
    padding: 20px
}

.box .title {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 9px;
    padding: 0;
    text-transform: uppercase;
    font-family: open_sanssemibold;
    letter-spacing: .35px
}

.box .selectboxit-container .selectboxit {
    width: 100% !important;
    margin: 0 0 7px
}

.newsitem h4 {
    color: #333;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    font-size: 16px
}

.newsitem p {
    font-size: 12px
}

.newsitem .readmore {
    margin: -6px 0 10px
}

.readmore {
    padding: 0 10px;
    font-size: 12px
}

.box.outline {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-top: 0;
    width: 100%
}

#catbrowse {
    padding-bottom: 5px !important
}

#catbrowse > .row {
    padding: 0 20px 0 0
}

#catbrowse .title {
    margin-bottom: 13px
}

.catlink {
    padding-right: 0;
    margin-bottom: 15px
}

.catlink > div {
    position: relative;
    display: block;
    background-position: center;
    width: 100%
}

.catlink span.ctitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4px 0 4px 15px;
    color: #fff;
    font-size: 12px
}

img {
    max-width: 100%
}

#footer {
    color: #e5e5e5;
    padding: 3em 0;
    font-size: 12px;
    margin-top: 40px
}

#footer .footer_logo {
    display: block;
    float: left;
    padding-right: 2em;
    padding-bottom: 3em
}

#footer ul {
    list-style: none
}

#footer ul li {
    float: none;
    padding: 0
}

#footer ul li a {
    display: block;
    padding: .25em
}

.modal-footer {
    margin-top: 10px;
    clear: both;
}

h1.header {
    margin: 0
}

.vincolumn .selectboxit-container .selectboxit-options {
    position: relative !important;
    padding-top: 15px
}

.btn-outline {
    background: transparent
}

h2.formheader {
    font-size: 17px;
    padding: 12px 21px;
    margin-bottom: 0
}

.vcdisabled ul.selectboxit-options {
    background: #e5e5e5
}

#reset {
    margin-top: 10px
}

.vinput {
    margin-right: -5px;
    min-width: 280px
}

#vin-search .btn {
    padding-left: 12px;
    padding-right: 12px
}

#loginform {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background: #fff;
    border: 10px solid #e5e5e5;
    z-index: 9999;
    padding: 30px 80px;
    color: #333;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    -o-transition: .75s;
    -ms-transition: .75s;
    -moz-transition: .75s;
    -webkit-transition: .75s;
    transition: .75s
}

#loginform .form-group {
    display: inline-block;
    width: 100%
}

#loginform .form-group .icon {
    float: left;
    width: 15%;
    background: #666;
    height: 46px;
    padding: 10px;
    font-size: 18px;
    color: #fff
}

#loginform .form-group input {
    float: left;
    width: 85%;
    height: 46px;
    padding-left: 30px
}

#loginform .checkbox {
    margin-top: -8px;
    margin-bottom: 14px
}

#loginform .reglink {
    margin: 20px;
    display: block
}

a#loginbutton:visited {
    color: #fff !important
}
a#loginbtn:visited {
    color: #fff !important
}

.notice {
    padding: 10px 20px;
    margin: 0 0 10px !important
}

.notice > i {
    padding-right: 15px
}

.msg-close {
    position: absolute;
    right: 30px
}

.msg-close:hover {
    cursor: pointer
}

.sitemsgclose:hover {
    cursor: pointer
}

.vcdisabled .selectboxit-option-anchor:hover, .vcdisabled .selectboxit-option-anchor.active {
    background: none !important
}

#pre-content {
    margin-bottom: 3px;
    overflow: hidden;
}

#pagecontent h1 {
    margin-top: 0
}

#pagecontent img.topimg {
    margin: 0 0 20px
}

#mobilenav li {
    float: left;
    width: 25%;
    text-align: center
}

#mobilenav .navbar .nav li a {
    border-right: 1px solid rgba(150, 150, 150, 0.1)
}

#mobilenav .navbar .nav li:last-child a {
    border-right: 0
}

.icons .nav li span.navcarttxt {
    display: inline-block !important;
    height: auto;
}

.icons .navbar-default .navbar-nav > li.mheader + li > a {
    border-left: 0px !important;
}

.icons .navbar-default .navbar-nav > li:last-child > a {
    border-right: 0px !important;
}

#mainnav.icons.noicons #navbar .nav li a span:first-child {
    display: none;
}

.list .navbar-default .navbar-nav > li > a, .dropdown .navbar-default .navbar-nav > li > a {
    letter-spacing: 0px;
}

#loginformfull {
    width: 500px;
    background: #fff; /*border:10px solid #e5e5e5;*/
    padding: 30px 80px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}

#loginformfull .form-group {
    display: inline-block;
    width: 100%;
}

#loginformfull .form-group .icon {
    float: left;
    width: 15%;
    background: #666;
    height: 46px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

#loginformfull .form-group input {
    float: left;
    width: 85%;
    height: 46px;
    padding-left: 30px;
}

#loginformfull .checkbox {
    margin-top: -8px;
    margin-bottom: 14px;
}

#loginformfull .reglink {
    margin: 20px;
    display: block;
}

#footer {
    background-color: #ebebeb
}

#footer a, #footer {
    color: #5f5653 !important
}

#footer .red {
    color: #b52027 !important;
    display: block
}

#footer .footer_logo {
    display: block;
    float: left;
    width: 10em;
    padding-right: 2em;
    padding-bottom: 3em
}

#footer .text {
    float: left;
    width: calc(100% - 12em)
}

#footer h2 {
    margin-top: 0
}

#footer h2, #footer p {
    white-space: nowrap
}

.category-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalogue .header {
    margin-bottom: 25px;
}

.catalogue .header h1 {
    /*color:#333;*/
    text-transform: uppercase;
}

.catalogue .category {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 15px;
}

.catalogue .category h2 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.catalogue .category > .row {
    background: #fff;
    margin: 0 0 10px;
    padding: 0px;
}

.catalogue .category .row:last-child {
    margin-bottom: 0px;
}

.catalogue .category .row .info {
    border-right: 1px solid #f5f5f5;
    padding: 15px;
}

.catalogue .category .row .info .images {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.catalogue .category .row .info .images span, .row .images span {
    position: absolute;
    bottom: 75px;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 12px;
}

.results__product_wrap .row .results__images .images {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100px;
}

div.results__actionitems button.btn-actionitem {
    margin-bottom:2px;
}

@media (min-width: 992px) {
    div.results__actionitems button.btn-actionitem {
        font-size: 80%;
    }
}


.catalogue .category .row .info .pdec {
    overflow: hidden;
    position: relative;
    -o-transition: 4s;
    -ms-transition: 45s;
    -moz-transition: 4s;
    -webkit-transition: 4s;
    transition: 4s;
}

.catalogue .category .row .info .pdec.open {
    max-height: 1000px;
}

.catalogue .category .row .info .description p {
    margin-bottom: 3px;
}

.catalogue .category .row .info .description p strong {
    color: #000000;
    display: inline-block;
    width: 110px;
}

.catalogue .category .mb-des {
    padding: 5px 15px;
}

.catalogue .category .mb-desc strong {
    color: #000000;
    display: inline-block;
    padding-right: 10px;
}

.catalogue .category .row .info .pdec a {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    font-size: 11px;
}

.catalogue .category .row .info .pdec.more a {
    display: inline-block;
}

.catalogue .category .row .info .pdec.more a:before {
    content: "...";
    background: #fff;
    position: absolute;
    left: -20px;
    color: #000;
    border: 1px solid #fff;
    top: -1px;
    padding: 0 4px;
}

.catalogue .category .row .info .pdec.more.open a {
    display: none;
}

.catalogue .category .row .actions {
    text-align: center;
    padding: 20px 15px 0;
}

.catalogue .category .row .actions h4 {
    font-weight: 700;
    font-size: 20px;
}

.catalogue .category .row .actions .stock {
    font-size: 12px;
}

.catalogue .category .row .actions .stock .cartcount a {
    margin-left: 5px;
    padding: 3px 7.5px;
    position: relative;
    top: -1.5px;
    line-height: 12px;
}

.category-box ul li {
    background: #f5f5f5;
    margin: 1px 0;
}

.category-box ul li:hover {
    background: #eeeeee
}

.category-box ul li a {
    color: #333;
    padding: 12px 45px 12px 20px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.category-box ul li a:hover {
    text-decoration: none;
}

.category-box ul li a span {
    position: absolute;
    top: 12px;
    right: 20px;
    font-weight: 700;
}

.catalogue .breadcrumbs ul {
    background: #f5f5f5;
    padding: 20px 30px;
    list-style: none;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}

.catalogue .breadcrumbs ul li {
    float: left;
}

.catalogue .breadcrumbs ul li:before {
    font-family: faLight;
    padding: 0 15px;
    color: #999;
    content: "\f101";
}

.catalogue .breadcrumbs ul li:first-child:before {
    display: none;
}

.catalogue .searchbox {
    background: #f5f5f5;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.catalogue .searchbox {
    display: inline-block;
    width: 100%;
}

.catalogue .searchbox input {
    float: left;
    margin-right: -1px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    box-shadow: 0 0;
    border: 1px solid #e5e5e5;
}

.catalogue .searchbox button {
    float: left;
    height: 44px;
    line-height: 44px;
    padding: 0;
}

.searchresultscount {
    padding-top: 10px;
    text-align: center;
}
.qty {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty::-webkit-inner-spin-button, .addtocart::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.pagination-box {
    text-align: center;
}

.scrollTop {
    background: #104B84;
    color: #ffffff;
    padding: 12px 17px;
    font-size: 16px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    border: 1px solid #fff !important;
}

.scrollTop:hover {
    background: #104B84;
    color: #ffffff;
}

a.scrollTop:hover {
    color: #FFFFFF;
}

a.scrollTop:visited {
    color: #FFFFFF;
}

button.scrollTop:hover {
    color: #FFFFFF;
}

button.scrollTop:visited {
    color: #FFFFFF;
}

.icons .nav li span.navcarttxt {
    display: inline !important;
}

span.navcarttxt {
    margin-bottom: 0px !important;
    height: inherit !important;
}

a.categoriescatalogtitlehref {
    color: #fff !important;
    background: #104B84;
}

a.categoriescatalogtitlehref:hover {
    color: #eee !important;
}

a.categoriescatalogtitlehref:visited {
    color: #fff !important;
}




@media (min-width:1200px) {
   
    .headerinfo h2 {
        padding-top: 90px
    }

    .catlink > div {
        height: 99px
    }

    .catalogue .category .row .info .images {
        max-height: 165px
    }

    .addtocart {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        float: left;
    }
}


@media (min-width:992px) {
    ul.menu-level-1 > li > a.dropdown-toggle:after {
        font-family: faLight;
        padding-left: 8px;
        content: "\f107";
    }

    .catalogue .category .row .info .images + .description {
        margin-left: 36%;
        min-height: 150px;
    }

    .catalogue .searchbox input {
        width: 80%;
    }

    .catalogue .searchbox button {
        width: 20%;
    }


    .cartbuttons {
        padding: 0px;
    }

    .qtyinput {
        /*width:60px; remove up/down arrows*/
        position: relative;
        float: left;
    }

    .qty {
        width: 40px;
        padding: 0;
        text-align: center;
        box-shadow: 0 0;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e5e5e5;
        border-right: 0px;
    }

    .qtyinput .stepup {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #e5e5e5;
        width: 20px;
        height: 20px;
        border-bottom: 0px;
        color: #555;
    }

    .qtyinput .stepdown {
        position: absolute;
        top: 20px;
        right: 0;
        border: 1px solid #e5e5e5;
        width: 20px;
        height: 20px;
        color: #555;
    }

    .addtocart {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        float: left;
    }

    .qtybox {
        display: inline-block;
    }

    .catalogue .category .row .info {
        padding-right: 30px;
    }

    .category-box h3 {
        color: #fff;
        font-weight: 700;
        padding: 15px 20px;
        margin: 0px;
        background: #104B84;
    }

    .catalogue .category .row .info .images {
        width: 35%;
    }

    .catalogue .category .row .info .pdec {
        max-height: 40px;
    }

    .catalogue .searchbox h3 {
        display: none;
    }
}



@media (min-width:992px) and (max-width:1199px) {
  
    .catlink > div {
        height: 99px
    }

    .catalogue .category .row .info .images {
        max-height: 162px
    }
}

@media (max-width : 1199px) {
    .w-sm-95 {
        width : 95% !important;
    }
}

@media (max-width:991px) {
    .btn {
        padding-left: 12px;
        padding-right: 12px
    }

    .catalogue .searchbox button span {
        display: none;
    }

    .category-box {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    /*.category-box ul {display:none;}*/
    .catalogue .category .row .info .images {
        height: 150px;
        width: 35%;
    }

    .catalogue .category .row .info {
        min-height: 150px;
    }

        .catalogue .category .row .info .images + .description > p {
            margin-left: 36%;
        }

    .catalogue .category .row .actions {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 15px 30px;
        margin: 15px 0;
    }

    .mqtybox {
        display: inline-block;
        width: 100%;
    }

    .mqtybox .chosen-container, .mqtyselect {
        float: left;
    }

    .mqtybox .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 40px;
    }

    .mqtybox .chosen-container-single .chosen-single div {
        width: 40px;
    }

    .mqtyselect {
        height: 40px;
        line-height: 40px;
        float: left;
        box-shadow: 0 0 0;
    }

    .addtocart {
        padding: 0px;
        height: 40px;
        line-height: 40px;
        float: left;
    }

    .catalogue .description {
        padding-top: 20px;
        min-height: 150px;
    }

    .mb-toggles div:first-child {
        padding-right: 2.5px;
    }

    .mb-toggles div:last-child {
        padding-left: 2.5px;
    }

    .catToggle {
        text-align: left;
        padding: 9px 15px;
    }

    .searchToggle {
        padding: 10px 15px;
    }

    .catToggle i {
        float: right;
        padding: 4px 0;
    }

    .catalogue .searchbox {
        position: fixed;
        opacity: 0;
        top: -200px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0px;
        box-shadow: 0px 0 50px rgba(0, 0, 0, 0.6);
        -o-transition: .4s;
        -ms-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .catalogue .searchbox h3, .catalogue .cat-inner-box h3 {
        margin: 0px;
        color: #fff;
        padding: 15px 20px;
    }

    .catalogue .searchbox h3 a, .catalogue .cat-inner-box h3 a {
        float: right;
        color: #fff;
    }

    .catalogue .searchbox.open {
        top: 0px;
        opacity: 1;
        z-index: 999;
    }

    .catalog-new .searchbox {
        padding: 0px !important;
    }

    .cat-inner-box {
        position: fixed;
        opacity: 0;
        top: -5000px;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: #f5f5f5;
        z-index: 9999;
        overflow-y: auto;
        max-height: 100px;
        -o-transition: .4s;
        -ms-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .cat-inner-box.open {
        opacity: 1;
        top: 0;
        max-height: 1500px;
    }

    .category-box ul li {
        border-top: 2px solid #fff;
    }

    .mqtyselect {
        -webkit-appearance: none;
        padding: 0 0 0 15px;
        background-image: url('../img/select-arrow.png');
        background-repeat: no-repeat;
        background-position: right center;
    }

    .category-box {
        padding: 0px 30px 20px 30px;
    }

    ul.cat-keywords-matches {
        padding: 15px !important;
    }
    .catalog-new .searchbox input {
        width: 75% !important;
    }

    .mb-cateogrytitle {
        padding-right: 50px;
        white-space: break-spaces;
    }
}


@media (min-width:768px) and (max-width:991px) {

    #topbar-search input[type="text"] {
        width: 265px
    }

    .headerinfo h2 {
        padding-top: 38px
    }

    .catlink > div {
        height: 99px
    }

    .logo > div {
        padding: 64px 0 50px
    }

    .col-sm-2.vincolumn {
        width: 12% !important
    }

    .col-sm-10.vc {
        width: 88% !important
    }

    .dropdown .navbar-default .navbar-nav > li > a, .list .navbar-default .navbar-nav > li > a {
        line-height: 14px;
    }

    #mainnav.dropdown > nav > .container, #mainnav.list > nav > .container {
        width: 100%;
        padding: 0px;
    }

    #mainnav.dropdown .container > div, #mainnav.list .container > div {
        padding: 0px;
    }

    #mainnav.dropdown .container .nav > li > a, #mainnav.list .container .nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }

    ul.menu-level-1 > li > a.dropdown-toggle:after {
        font-family: faLight;
        padding-left: 3px;
        content: "\f107";
    }

    .catalogue .searchbox input {
        width: 88%;
        margin: 2% 0 2% 2%;
    }

    .catalogue .searchbox button {
        width: 8%;
        margin: 2% 2% 2% 0;
    }

    .myqtybox, .mqtybox .chosen-container, .mqtyselect {
        width: 20% !important;
    }

    .addtocart {
        width: 100%;
    }
}


@media (min-width:768px) {
    .vincolumn {
        border-left: 0 !important
    }

    .vincolumn .selectboxit-btn {
        display: none
    }

    .vincolumn .selectboxit-list {
        display: inline-block !important;
        height: 395px;
        border-left: 0
    }

    .vincolumn.year .selectboxit-list {
        border-left: 1px solid rgba(0, 0, 0, 0.2) !important
    }

    .nopad {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .navbar .navbar-inner {
        padding: 0
    }

    #mainnav.icons #navbar {
        text-align: center;
        margin-bottom: -5px;
    }

    .navbar .nav {
        margin: 0;
        display: table;
        width: 100%
    }

    #mainnav.icons .navbar .nav {
        float: none;
        display: inline-block;
        width: auto;
        margin: 0 auto;
    }

    .navbar .nav > ul > li {
        display: table-cell;
        float: none
    }

    .navbar .nav > ul > li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px
    }

    .navbar .nav > ul > li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0
    }

    .moverlay {
        display: none !important
    }

    #system-msgs .notice {
        margin-bottom: 20px !important
    }

    .nav li span:first-child {
        margin-bottom: 3px;
    }

    .nav li span.navcarttxt {
        margin-bottom: 0px !important;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: -1px;
        font-family: open_sanssemibold;
        text-align: center;
    }

    .icons .navbar .nav > li {
        width: auto;
    }

    .icons .navbar .nav li a {
        text-align: center;
    }

    .icons .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .col-4 {
        column-count: 4;
        column-gap: 25px;
        padding-bottom: 30px !important;
    }

    .list .navbar-default .navbar-nav > li, .list .navbar-default .navbar-nav > li > a {
        position: unset;
    }

    .list .navbar-nav > li > .dropdown-menu {
        left: 0;
        width: 100%;
        border: 0px;
        padding-bottom: 0px;
    }

    .list .navbar-nav > li > .dropdown-menu ul {
        list-style: none;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .list .navbar-nav > li > .dropdown-menu ul.col > li {
        padding-top: 20px;
        vertical-align: top;
        display: inline-block;
    }

    .list .navbar-nav > li > .dropdown-menu ul li a {
        font-size: 95%;
        font-weight: 300;
    }

    .list .navbar-nav > li > .dropdown-menu ul li a.dropdown-toggle {
        font-size: 100%;
        font-weight: 600;
        padding-bottom: 4px;
        margin-bottom: 10px;
        text-transform: uppercase;
        display: inline-block;
    }

    .list .navbar-nav > li > .dropdown-menu ul li a:hover {
        text-decoration: none;
        font-weight: 600;
    }

    .list .navbar-nav > li > .dropdown-menu h3 {
        text-transform: uppercase;
        font-weight: 600;
    }

    .list .container > div, .dropdown .container > div {
        text-align: center;
        padding: 0px;
    }

    .list .container > div > div, .dropdown .container > div > div {
        text-align: left;
    }

    .dropdown .navbar .nav, .list .navbar .nav {
        margin: 0 auto -4px;
        width: auto;
        float: none;
        display: inline-block;
    }

    .list .navbar-nav > li > .dropdown-menu ul.dropdown-menu.menu-level-3 {
        position: relative;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        float: none;
        background: none;
        box-shadow: 0 0;
        border: 0;
        padding: 0;
        margin: 0;
    }

    .list .navbar-nav > li > .dropdown-menu ul.dropdown-menu.menu-level-3 li a {
        padding: 0px;
    }

    .goback {
        display: none !important;
    }

    .multiselect select {
        width: 100%;
        border-left: 0px;
        border-color: #ccc;
        display: block !important;
        padding: 15px 0;
    }

    .multiselect select:focus {
        outline: 0;
    }

    .multiselect select option {
        padding: 5px 20px;
    }

    .multiselect.first select {
        border-left: 1px solid #ccc;
    }

    .multiselect .chosen-container {
        display: none;
    }

    #mainnav.dropdown #navbar {
        position: relative;
    }

    #mainnav.dropdown li.mheader + li {
        position: unset;
    }

    #mainnav.dropdown li.mheader + li > ul {
        left: 0;
        width: 100%;
        padding: 0px !important;
    }

    #mainnav.dropdown ul.col {
        list-style: none;
        padding: 0 25px 0;
        margin: 0 15px 0 -15px;
    }

    #mainnav.dropdown ul.col ul.dropdown-menu {
        display: inline-block;
        position: relative;
        background: none;
        border: 0px;
        box-shadow: 0 0 0;
        width: 100%;
        list-style: none;
    }

    #mainnav.dropdown .menu-level-3 a {
        padding: 0px;
        font-size: 95%;
        font-weight: 300;
    }

    #mainnav.dropdown .navbar-nav > li > .dropdown-menu ul li a.dropdown-toggle {
        font-size: 100%;
        font-weight: 600;
        padding-bottom: 4px;
        margin-bottom: 10px;
        text-transform: uppercase;
        display: inline-block;
    }

    #mainnav.dropdown .navbar-nav > li > .dropdown-menu ul.col > li {
        padding-top: 20px;
        vertical-align: top;
        display: inline-block;
    }

    #mainnav.dropdown .navbar-nav > li > .dropdown-menu {
        padding: 15px 0;
    }

    #mainnav.dropdown .navbar-nav > li > .dropdown-menu ul li a:hover {
        text-decoration: none;
        font-weight: 600;
    }
}


@media (max-width:767px) {
    #pagecontent {
        margin-bottom: 30px
    }

    #content {
        padding-top: 20px
    }

    .sidebar {
        padding-right: 15px !important
    }

    #system-msgs .notice {
        margin-top: 20px !important
    }

    #sidesearch {
        width: 100%
    }

    .catlink > div {
        height: 80px
    }

    body #navbar {
        z-index: 100000000000;
        right: -1000px !important;
        position: fixed;
        width: 100%;
        top: 0;
        left: auto;
        bottom: 0;
        height: 100%;
        overflow-y: auto;
        visibility: visible;
        display: block;
        padding: 0;
        margin: 0;
    }

    body.mopen #navbar {
        right: 0 !important;
    }

    #mobile-toggle {
        width: 35px;
        height: 30px;
        overflow: hidden;
        color: #fff;
        border: 1px solid #fff;
        margin: 0 0 0 4px
    }

    body #mobile-toggle .mobclosed {
        position: absolute;
        left: 11px;
        top: 7px;
        opacity: 1;
    }

    body #mobile-toggle .mobopen {
        position: absolute;
        top: 7px;
        left: 33px;
        opacity: 0;
    }

    body.mopen #mobile-toggle .mobclosed {
        left: -11px;
        opacity: 0;
    }

    body.mopen #mobile-toggle .mobopen {
        left: 11px;
        opacity: 1;
    }

    #mainnav #navbar .nav li {
        float: left;
        width: 100%;
        padding: 17px 0 12px;
        border-bottom: 1px solid #c5c5c5
    }

    #mainnav #navbar .nav li:last-child {
        border: 0 !important
    }

    #mainnav #navbar .nav li a {
        padding: 5px 15px
    }

    #mainnav.icons #navbar .nav li a span {
        float: left;
        display: block;
        width: 24px;
        background-position: left;
        margin: -7px 12px -7px 0;
        background-size: 100%
    }

    .mheader a {
        font-size: 24px;
        padding: 10px 0 10px 25px !important
    }

    #mainnav nav {
        background: none;
        display: inline
    }

    .headerbuttons {
        text-align: center;
        padding-bottom: 20px
    }

    .headerbuttons > div {
        display: inline-block;
        margin: 0 auto
    }

    .headerinfo h2 {
        padding-top: 0;
        font-size: 24px;
        text-align: center
    }

    .headerinfo p {
        font-size: 16px;
        line-height: 17px;
        text-align: center
    }

    .headerbuttons .btn {
        font-size: 12px
    }

    #topbar a {
        height: 30px !important;
        padding: 5px 9px;
        font-size: 10px
    }

    #topbar a.sociallink {
        font-size: 15px !important
    }

    #topbar ul li {
        padding: 0 2px
    }

    .logo > div {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px
    }

    #footer ul {
        padding: 0;
        display: inline-block
    }

    h2.formheader {
        background: none;
        color: #333;
        padding: 12px 12px 4px;
        margin-top: 0;
        opacity: 0;
        height: 10px
    }

    .vinheader > div h1 {
        float: left !important
    }

    .vinheader > div .vinsearch {
        float: left !important;
        width: 100%
    }

    #vin-search > div, #vin-search .btn {
        float: left
    }

    .vinsearch {
        margin: 15px 0 0
    }

    #topbar .row > div:first-child {
        padding-right: 0
    }

    #topbar .row > div:last-child {
        padding-left: 0
    }

    #mob-search {
        margin: 0 0 0 4px;
        color: #fff;
        font-size: 12px !important;
        padding-top: 5px !important
    }

    .msbar {
        display: none;
        position: fixed;
        background: #333;
        left: 0;
        top: 50px;
        z-index: 9999;
        width: 100%;
        margin: 0
    }

    .msbar #topbar-search {
        padding: 10px 7px 6px 10px;
        width: 100%;
        display: inline-block
    }

    .msbar #topbar-search .form-group {
        width: 83%;
        float: left;
        margin: 0
    }

    .msbar #topbar-search input {
        width: 100%;
        font-size: 12px;
        background: #fff;
        padding: 0 20px
    }

    .msbar #topbar-search button {
        width: 17%;
        float: left
    }

    .vinsearch {
        width: 100%
    }

    #vin-search-mobile {
        margin-top: 25px
    }

    #vin-search-mobile > div {
        float: left;
        width: 86%
    }

    #vin-search-mobile button {
        float: left;
        width: 14%
    }

    .vinlookupform {
        background: #e5e5e5;
        padding: 5px 0 25px;
        margin: 0
    }

    .vinlookupform .selectboxit-container .selectboxit {
        background: #fff;
        border: 1px solid #ccc;
        height: 35px;
        padding: 3px 0 0 3px
    }

    .vinlookupform h3.title {
        margin-bottom: 0
    }

    .logo {
        padding: 0 20px
    }

    #mainnav ul li.mheader a {
        padding: 20px !Important;
        font-size: 16px;
        width: 100%;
    }

    #mobilenav {
        display: none !important;
    }

    #mainnav.icons #navbar {
        margin-top: -1px;
    }

    .navbar-default .navbar-nav > li.mheader {
        z-index: 9;
    }

    .navbar-default .navbar-nav > li.mheader > a {
        padding-left: 15px !important;
        font-size: 22px;
        padding-top: 3px !important;
    }

    #mainnav #navbar .nav li a span.navcarttxt {
        width: auto;
        margin: 0;
    }

    #mainnav.icons.nomobileicons #navbar .nav li a span:first-child {
        display: none;
    }

    #mainnav.list .dropdown-menu.menu-level-1, #mainnav.dropdown .dropdown-menu.menu-level-1 {
        position: fixed;
        top: 0px;
        left: 0px;
    }

    #mainnav.list .dropdown-menu.menu-level-1 ul, #mainnav.list .dropdown-menu.menu-level-1 ul.dropdown-menu,
    #mainnav.dropdown .dropdown-menu.menu-level-1 ul, #mainnav.dropdown .dropdown-menu.menu-level-1 ul.dropdown-menu {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #mainnav.list ul, #mainnav.dropdown ul {
        list-style: none;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        background: none !important;
        box-shadow: 0 0 !important;
        border: 0 !important;
    }

    #mainnav.icons #navbar > ul {
        margin: 0px;
    }

    #mainnav ul li {
        padding: 0px !important;
        margin: 0px;
    }

    #mainnav ul li a {
        padding: 20px !important;
        display: inline-block;
        width: 100%;
        font-size: 16px;
    }

    #mainnav ul li a:hover {
        text-decoration: none;
        background: none;
    }

    #mainnav.list ul .container, #mainnav.list ul .container .row, #mainnav.list ul .container .row > div,
    #mainnav.dropdown ul .container, #mainnav.dropdown ul .container .row, #mainnav.dropdown ul .container .row > div {
        padding: 0px;
        margin: 0px;
    }

    #mainnav.list .dropdown-menu.menu-level-2, #mainnav.list .dropdown-menu.menu-level-3,
    #mainnav.dropdown .dropdown-menu.menu-level-2, #mainnav.dropdown .dropdown-menu.menu-level-3 {
        position: fixed;
        top: 61px;
        left: 0px;
        height: 100%;
        padding-bottom: 100px;
    }

    #mainnav.list .menu-level-1, #mainnav.list .dropdown-menu.menu-level-2, #mainnav.list .dropdown-menu.menu-level-3,
    #mainnav.dropdown .menu-level-1, #mainnav.dropdown .dropdown-menu.menu-level-2, #mainnav.dropdown .dropdown-menu.menu-level-3 {
        left: 0;
        margin-left: 1000px;
        margin-top: 0px;
        opacity: 1;
        max-width: 767px;
        width: 100%;
        display: inline-block;
    }

    #mclose {
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        width: auto !important;
        font-size: 20px !important;
    }

    .list li.mheader, .dropdown li.mheader {
        position: fixed;
        left: 1000px;
    }

    .list li.mheader + li, .dropdown li.mheader + li {
        margin-top: 61px !important;
    }

    body.mopen .list li.mheader, #mainnav.show-level-2 .list li.mheader, #mainnav.show-level-3 .list li.mheader,
    body.mopen .dropdown li.mheader, #mainnav.show-level-2 .dropdown li.mheader, #mainnav.show-level-3 .dropdown li.mheader {
        left: 0px;
    }

    #mainnav.list.show-level-1 .menu-level-1, #mainnav.dropdown.show-level-1 .menu-level-1 {
        margin-left: 0px;
        opacity: 1
    }

    #mainnav.list.show-level-1 .dropdown-menu.menu-level-2, #mainnav.dropdown.show-level-1 .dropdown-menu.menu-level-2 {
        margin-left: 1000px;
        opacity: 0;
    }

    #mainnav.list.show-level-1 .dropdown-menu.menu-level-3, #mainnav.dropdown.show-level-1 .dropdown-menu.menu-level-3 {
        margin-left: 1000px;
        opacity: 0;
    }

    #mainnav.list.show-level-2 .menu-level-1, #mainnav.dropdown.show-level-2 .menu-level-1 {
        margin-left: -1000px;
        opacity: 1;
    }

    #mainnav.list.show-level-2 .dropdown-menu.menu-level-2, #mainnav.dropdown.show-level-2 .dropdown-menu.menu-level-2 {
        margin-left: 1000px;
        opacity: 0;
    }

    #mainnav.list.show-level-2 .dropdown-menu.menu-level-2.on, #mainnav.dropdown.show-level-2 .dropdown-menu.menu-level-2.on {
        margin-left: 0px;
        opacity: 1;
        overflow-y: scroll;
    }

    #mainnav.list.show-level-2 .dropdown-menu.menu-level-3, #mainnav.dropdown.show-level-2 .dropdown-menu.menu-level-3 {
        margin-left: 1000px;
        opacity: 0;
    }

    #mainnav.list.show-level-3 .menu-level-1, #mainnav.dropdown.show-level-3 .menu-level-1 {
        margin-left: -1000px;
        opacity: 1;
    }

    #mainnav.list.show-level-3 .dropdown-menu.menu-level-2, #mainnav.dropdown.show-level-3 .dropdown-menu.menu-level-2 {
        margin-left: -1000px;
        opacity: 0;
    }

    #mainnav.list.show-level-3 .dropdown-menu.menu-level-2.on, #mainnav.dropdown.show-level-3 .dropdown-menu.menu-level-2.on {
        opacity: 1;
    }

    #mainnav.list.show-level-3 .dropdown-menu.menu-level-3, #mainnav.dropdown.show-level-3 .dropdown-menu.menu-level-3 {
        margin-left: 1000px;
        opacity: 0;
    }

    #mainnav.list.show-level-3 .dropdown-menu.menu-level-3.on, #mainnav.dropdown.show-level-3 .dropdown-menu.menu-level-3.on {
        margin-left: 0px;
        opacity: 1;
        overflow-y: scroll;
    }

    #navbar, .mobclosed, .mobopen, li.mheader, .menu-level-1, .menu-level-2, .menu-level-3 {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

    a.dropdown-toggle:after {
        font-family: faLight;
        padding-left: 8px;
        content: "\f105";
    }

    .goback:before {
        font-family: faLight;
        padding-right: 8px;
        content: "\f104";
    }

    .multiselect .chosen-container {
        width: 100% !Important;
    }

    .product-details ul li span, .product-reference ul li span {
        width: 100%;
        display: inline-block;
        font-weight: 700;
    }

    .centered-sm{
        text-align: center !important;
    }
}

@media (max-width:767px) and (min-width:550px) {
    .catalogue .searchbox input {
        width: 88%;
        margin: 2% 0 2% 2%;
    }

    .catalogue .searchbox button {
        width: 8%;
        margin: 2% 2% 2% 0;
    }

    .myqtybox, .mqtybox .chosen-container, .mqtyselect {
        width: 20% !important;
    }

    .addtocart {
        width: 100%;
    }
}

@media (max-width:549px) {
    .catalogue .searchbox input {
        width: 76%;
        margin: 4% 0 4% 4%;
    }

    .catalog-new .searchbox input {
        width: 70% !important;
    }

    .catalogue .searchbox button {
        width: 16%;
        margin: 4% 4% 4% 0;
    }

    .catalog-new .searchbox button {
        width: 20% !important;
    }

    .cat-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .searchToggle span {
        display: none;
    }
}

@media (max-width:549px) and (min-width:400px) {
    .myqtybox, .mqtybox .chosen-container, .mqtyselect {
        width: 27% !important;
    }

    .addtocart {
        width: 100%;
    }
}

@media (max-width:420px) {
    .catlink {
        width: 50% !important
    }
}

@media (max-width:399px) {
    .myqtybox, .mqtybox .chosen-container, .mqtyselect {
        width: 33% !important;
    }

    .addtocart {
        width: 100%;
    }
}

@media (max-width:380px) {
    #footer .footer_logo {
        width: 25%
    }
}

@media (max-width:300px) {
    #footer .footer_logo {
        display: none
    }
}




#header {
    padding: 0 25px;
    background-image: none;
    background: #d21d25;
    background: -moz-linear-gradient(top, #d21d25 0%, #a0161d 100%);
    background: -webkit-linear-gradient(top, #d21d25 0%, #a0161d 100%);
    background: linear-gradient(to bottom, #d21d25 0%, #a0161d 100%);
}

#header .banner {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 75%
}

#header.small .banner {
    padding-top: 40%;
}

#header .banner a.logo {
    display: block;
    position: absolute;
    width: 35%;
    left: 0;
    top: 10%;
    padding: 0
}

#header.small .banner a.logo {
    width: 20%;
    top: 10%;
}

#header .banner .text {
    position: absolute;
    width: 55%;
    left: 0;
    top: 65%
}

#header.small .banner .text {
    width: 40%;
    top: 63%;
}

#header .banner .graphic {
    position: absolute;
    width: 60%;
    right: -10%;
    bottom: 0
}

#header.small .banner .graphic {
    width: 40%;
    right: 0px;
    bottom: -10px;
}

#header .banner.checkout .text {
    top: 60%
}

#header .banner.checkout .graphic {
    width: 65%;
    right: -13%;
    bottom: -14%
}

#header .banner.order .graphic {
    width: 85%;
    right: -42%;
    bottom: -14%
}

#header .banner.part .graphic {
    bottom: -8%
}

#header .banner.tire .graphic {
    width: 80%;
    right: -40%;
    bottom: 0
}

@media (min-width:768px) {
    #header {
        padding: 0px;
    }

    #header .banner {
        padding-top: 25%;
    }

    #header.small .banner {
        padding-top: 15%;
    }

    #header .banner a.logo {
        width: 14%;
        top: 22%
    }

    #header.small .banner a.logo {
        width: 10%;
        top: 20%;
    }

    #header .banner .text {
        width: 45%;
        left: 20%;
        top: 22%
    }

    #header.small .banner .text {
        width: 33%;
        left: 12%;
        top: 20%;
    }

    #header .banner .graphic {
        width: 35%;
        right: 5%;
        bottom: -30%;
    }

    #header.small .banner .graphic {
        width: 17%;
        right: 15%;
        bottom: -10%;
    }

    #header .banner.checkout .text {
        top: 36%;
        width: 40%
    }

    #header .banner.checkout .graphic {
        width: 28%;
        right: 10%;
        bottom: -17%
    }

    #header .banner.order .text {
        width: 39%
    }

    #header .banner.order .graphic {
        width: 42%;
        right: -3%;
        bottom: -47%
    }

    #header .banner.part .text {
        width: 37%
    }

    #header .banner.part .graphic {
        width: 30%;
        right: 10%;
        bottom: -27%
    }

    #header .banner.tire .text {
        width: 35%
    }

    #header .banner.tire .graphic {
        width: 35%;
        right: 5%;
        bottom: -20%
    }
}

@media (min-width:768px) and (orientation:portrait) {
    #header .banner {
        padding-top: 50%
    }

    #header .banner a.logo {
        width: 18%;
        top: 35%
    }

    #header .banner .text {
        width: 55%;
        left: 22%;
        top: 35%
    }

    #header .banner .graphic {
        width: 45%;
        right: -16%;
        bottom: 0
    }

    #header .banner.checkout .text {
        width: 46%;
        top: 44%
    }

    #header .banner.checkout .graphic {
        width: 45%;
        right: -12%;
        bottom: -12%
    }

    #header .banner.order .text {
        width: 50%
    }

    #header .banner.order .graphic {
        width: 60%;
        right: -25%;
        bottom: -30%
    }

    #header .banner.part .text {
        width: 45%
    }

    #header .banner.part .graphic {
        width: 55%;
        right: -20%;
        bottom: -10%
    }

    #header .banner.tire .text {
        width: 45%
    }

    #header .banner.tire .graphic {
        width: 42%;
        right: -15%;
        bottom: 0
    }
}




@media (min-width:1200px) {
    /* desktop */
    #mainnav.list .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    /* tablet/small desktop top parent link size */
    #mainnav.list .container .nav > li > a {
        font-size: 11px;
    }
}

@media (min-width:768px) {
    /* menu bar background */
    #mainnav.list {
        background-color: #f5f5f5;
    }
    /* menu bar text colour */
    #mainnav.list .navbar-default .navbar-nav > li > a {
        color: #333;
    }
    /* menu bar hover/open background & text colour */
    #mainnav.list .navbar-default .navbar-nav > li > a:hover,
    #mainnav.list .navbar-default .navbar-nav > li.open > a {
        background: #a30007;
        color: #fff
    }
    /* dropdown menu background */
    #mainnav.list .navbar-nav > li > .dropdown-menu {
        background: #f5f5f5;
    }
    /* dropdown title colour */
    #mainnav.list .navbar-nav > li > .dropdown-menu h3 {
        color: #a30007;
    }
    /* dropdown link colour */
    #mainnav.list .navbar-nav > li > .dropdown-menu ul li a {
        color: #333;
    }
    /* dropdown link hover colour */
    #mainnav.list .navbar-nav > li > .dropdown-menu ul li a:hover {
        color: #a30007;
    }
    /* dropdown menu separator border colour */
    #mainnav.list .navbar-nav > li > .dropdown-menu ul li a.dropdown-toggle {
        border-bottom: 1px solid #cccccc;
    }
}
/* mobile */
@media (max-width:767px) {
    /* menu background colour */
    #mainnav.list #navbar {
        background: #a30007;
    }
    /* menu header background colour */
    #mainnav.list .navbar-nav > li.mheader > a {
        background: #910309;
    }
    /* menu link colour (hover is same as it's mobile) */
    #mainnav ul li a, #mainnav ul li a:hover,
    #mainnav.list .navbar-nav > li > a,
    #mainnav.list .navbar-nav > li > a:hover {
        background: #a30007;
        color: #fff !important;
    }
    /* menu border colours */
    #mainnav.list #navbar .nav li {
        border-bottom: 2px solid #fff;
    }

    #mainnav.list .dropdown-menu.menu-level-2,
    #mainnav.list .dropdown-menu.menu-level-3 {
        border-top: 2px solid #fff !important;
    }
    /* link font size */
    #mainnav.list .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}


/* desktop */
@media (min-width:768px) {
    /* background and border colour */
    #mainnav.icons {
        background: #A30007;
        border-top: 2px solid #fff;
    }
        /* link text & border colours */
        #mainnav.icons .navbar-default .navbar-nav > li > a {
            color: #fff;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            padding-left: 40px;
            padding-right: 40px;
        }
            /* link hover background and text colour */
            #mainnav.icons .navbar-default .navbar-nav > li > a:hover {
                background: #fff;
                color: #a30007;
            }
}
/* mobile */
@media (max-width:767px) {
    /* background colour */
    #mainnav.icons #navbar {
        background: #a30007;
    }
    /* menu header background colour */
    #mainnav.icons .navbar-nav > li.mheader > a {
        background: #910309;
    }
    /* menu link colour (hover is same as it's mobile) */
    #mainnav.icons .navbar-nav > li > a,
    #mainnav.icons .navbar-nav > li > a:hover {
        background: #a30007;
        color: #fff;
    }
    /* menu border colours */
    #mainnav.icons #navbar .nav li {
        border-bottom: 2px solid #fff;
    }
    /* link font size */
    #mainnav.icons .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}
/*
###  END icon menu colours  ###
*/

/*
### START dropdown menu colours ###
 */

@media (min-width:1200px) {
    /* larger desktop top parent link size */
    #mainnav.dropdown .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    /* tablet/small desktop top parent link size */
    #mainnav.dropdown .container .nav > li > a {
        font-size: 11px;
    }
}

@media (min-width:768px) {
    /* menu bar background */
    #mainnav.dropdown {
        background-color: #f5f5f5;
    }
        /* menu bar text colour */
        #mainnav.dropdown .navbar-default .navbar-nav > li > a {
            color: #333;
        }
        /* menu bar hover/open background & text colour */
        #mainnav.dropdown .nav > li > a:hover, #mainnav.dropdown .navbar-default .navbar-nav > .open > a, #mainnav.dropdown .navbar-default .navbar-nav > .open > a:hover, #mainnav.dropdown .navbar-default .navbar-nav > .open > a:focus {
            background: #a30007;
            color: #fff
        }
        /* dropdown menu background */
        #mainnav.dropdown .navbar-nav > li > .dropdown-menu {
            background: #f5f5f5;
            border-color: #f5f5f5;
        }
            /* dropdown title colour */
            #mainnav.dropdown .navbar-nav > li > .dropdown-menu h3 {
                color: #a30007;
            }
            /* dropdown link colour */
            #mainnav.dropdown .navbar-nav > li > .dropdown-menu ul li a {
                color: #333;
            }
                /* dropdown link hover colour */
                #mainnav.dropdown .navbar-nav > li > .dropdown-menu ul li a:hover {
                    color: #a30007;
                }
                /* dropdown menu separator border colour */
                #mainnav.dropdown .navbar-nav > li > .dropdown-menu ul li a.dropdown-toggle {
                    border-bottom: 1px solid #cccccc;
                }
}
/* mobile */
@media (max-width:767px) {
    /* menu background colour */
    #mainnav.dropdown #navbar {
        background: #a30007;
    }
    /* menu header background colour */
    #mainnav.dropdown .navbar-nav > li.mheader > a {
        background: #910309;
    }
    /* menu link colour (hover is same as it's mobile) */
    #mainnav ul li a, #mainnav ul li a:hover,
    #mainnav.dropdown .navbar-nav > li > a,
    #mainnav.dropdown .navbar-nav > li > a:hover {
        background: #a30007;
        color: #fff !important;
    }
    /* menu border colours */
    #mainnav.dropdown #navbar .nav li {
        border-bottom: 2px solid #fff;
    }

    #mainnav.dropdown .dropdown-menu.menu-level-2,
    #mainnav.dropdown .dropdown-menu.menu-level-3 {
        border-top: 2px solid #fff !important;
    }
    /* link font size */
    #mainnav.dropdown .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}
/*
###  END dropdown menu colours  ###
*/



/*
### START catalogue styles ###
 */
.category-box h3 {
    background: #a30007;
}

.catalogue .category h2 {
    color: #a30007;
}

.category-box ul li a span {
    color: #104B84;
}


.catalogue .category .productresultcounts {
    padding: 5px;
}

.catalogue .category .productresultcounts .totalproducts {
    float: left;
    width: 50%;
    text-align: left;
}

.catalogue .category .productresultcounts .totalpages {
    float: left;
    width: 50%;
    text-align: right;
}
/*
### END catalogue styles ###
 */

/*
### START new catalogue styles ###
 */


.catalog-new .breadcrumbs ul {
    background: #f5f5f5;
    padding: 20px 30px;
    list-style: none;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}

.catalog-new .breadcrumbs ul li {
    float: left;
}

.catalog-new .breadcrumbs ul li:before {
    font-family: faLight;
    padding: 0 15px;
    color: #999;
    content: "\f101";
}

.catalog-new .breadcrumbs ul li:first-child:before {
    display: none;
}

.catalog-new .searchbox {
    background: #f5f5f5;
    padding: 0px 30px 20px 30px;
    margin-bottom: 15px;
}

.catalog-new .searchbox {
    display: inline-block;
    width: 100%;
}

.catalog-new .searchbox input {
    width: 80%;
    float: left;
    height: 44px;
    border: 1px solid #A0A0A0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 1em;
    padding: 3px 5px 3px 40px;
    font-size: 1em;
    background: #ECECEC url('../img/search.png') no-repeat 14px center;
}

.catalog-new .searchbox button {
    width: 20%;
    float: left;
    height: 44px;
    line-height: 1em;
    padding: 0;
    border: 1px solid #025064 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.catalog-new .cat-inner-box h3 {
    margin: 0px;
    color: #fff;
    padding: 15px 20px;
}

.catalog-new .cat-inner-box h3 a {
    float: right;
    color: #fff;
}

.catToggle-new a {
    text-decoration: none;
}

.catToggle-new i {
    margin-right: 8px;
}

.catalogcategorytitle {
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
### END new catalogue styles ###
 */


/* ======================== product details page section headers ======================== */
.product-page h3 {
    background: #104B84;
    margin: 0 -15px 15px;
    padding: 10px 15px;
    color: #fff;
}

.product-information h2 {
    font-weight: 700;
    color: #104B84;
    font-size: 24px;
}

.product-similar .product .cart .price {
    color: #104B84;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 5px auto 0;
}

/* PARTS - CATEGORY+GROUPS */
div.pcategoriesgroups {
}

div.pcategory {
    border: 1px solid #f2f2f2;
    margin: 10px 0px 10px 0px;
}

.pcategory h3.title {
    background: #333;
    padding: 10px;
    color: #fff;
}

h2.pcatheader {
    margin-top: 0px;
    margin-bottom: 0px;
}

h3.pcatheader {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pcategoryopts {
    border-collapse: collapse;
    width: 96%;
    margin: 0 auto;
}

ul.pgroups {
    margin-top: 10px;
    padding-left: 0px;
    list-style-type: none;
    border:1px solid #dfdfdf;
    border-left:3px solid #e6e6e6;
    border-collapse:collapse;
}

ul.pgroups li {
    padding: 10px;
}

ul.pgroups li:nth-child(even) {
    background-color: #f5f5f5;
}

ul.pgroups li:hover {
    /* background-color: #dfdfdf; */
}

ul.pgroups li label {
    display: inline !important;
    margin-left: 10px;
    cursor: pointer;
}

div.vcondsdiv {
    margin-left: 25px;
    margin-top: 10px;
    font-size: 90%;
}

div.vcondition {
    margin-bottom:8px;
    
}

div.vcondquestion {
    padding: 6px;
    font-weight:bold;
    background-color:#efefef;
}

div.vcondanswers {
padding:6px;
}

label.vansradiotxt {
    font-weight:normal;
}

div.vanswer {
}

div.vansradio {
}

div.vansradiotxt {

}

/* PARTS - DESCRIPTIONS */
ul.pdescriptions {
    margin-top: 10px;
    list-style-type: none;
}

ul.pdescriptions li {
    padding: 5px;
}

/*ul.pdescriptions li:hover{background-color:#fafafa;}*/
ul.pdescriptions li label {
    display: inline !important;
    margin-left: 10px;
    cursor: pointer;
}

/* PARTS - DISPLAY */
div.pdisplaycontainer {
    padding: 10px;
}

div.pdisplayrow, div.cartitemdisplay {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

div.partlistingrecords {
    background-color: #f5f5f5;
    padding: 30px;
}

div.partlistingrecord {
    background-color: #ffffff;
    padding: 30px;
}

div.partrecordimage {
    width: 121px;
}

div.covertocover {
    text-align: center !important;
    padding-top: 17px !important;
}

a.bphonenum {
    display: block;
}

.pdisplaypnum {
    font-size: 150%;
    font-weight: bold;
}

.pdisplaylcode {
}

.pdisplayprice {
    font-size: 88%;
}

p.prcmain {
    font-size:96%;
}

p.prccore {
    font-size: 88%;
}
p.prcehc {
    font-size: 88%;
}


.pdisplaystock {
}

.pdisplaybuy {
    text-align: right;
    margin-right: 20px;
}

.pstockyes {
    font-weight: bold;
    color: #009900;
}

.pstockno {
    font-weight: bold;
    color: #009900;
}

.pcostcore {
    font-size: 88%;
}

.pcostinstall {
    font-size: 88%;
}

.additionalstockbranches {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 90%;
}

.additionalstockbranchesheading {
    background-color: #ddd;
    font-weight: bold;
}

.additionalstockvi {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size:90%;
}

.additionalstockremotestoresheading {
    background-color: #ddd;
    font-weight: bold;
}

/* PARTS - CATALOGS */
ul.partinfodatadisplaylist {
    list-style-type: none;
}

ul.cat-keywords-matches {
    list-style-type: none;
    padding: 0px;
}

ul.cat-keywords-matches li.cat-keyword-match {
    padding: 5px;
}
ul.cat-keywords-matches li.cat-keyword-match a {
    text-decoration: none;
}
ul.cat-keywords-matches li.cat-keyword-match a:hover {
    font-weight: 600;
}
ul.cat-keywords-matches li.cat-keyword-match:hover {
    background-color: #fafafa;
    color: #f1e8bb;
}

.category .productresultcounts .totalproducts {
    float: left;
    width: 49%;
    text-align: left;
}

.category .productresultcounts .totalpages {
    float: left;
    width: 49%;
    text-align: right;
}

/* PARTS - VIN */
input.vintxtbox {
    width: 215px;
}

/* PARTS - CURRENT VEHICLE */
div.lnkcurrentvehicle {
    background-color: #fafafa;
    padding: 10px;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 3px;
}

a.currentvehicletitle {
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

a.currentvehicleremove {
    margin-right: 15px;
    font-size: 14px;
}

    a.currentvehicleremove i {
        position: absolute;
        bottom: 6px;
        padding-left: 10px;
    }


/* CART */
table.storecheckouttable th {
    border-bottom: 1px solid #bec3d0;
    border-collapse:collapse;
}

th.cartcolcbox {
    width: 33px !important;
}

th.cartcolcost {
    width: 95px;
}

th.cartcolqty {
    width: 120px;
}

th.cartcolttl {
    width: 95px;
}

th.cartcoltrash {
    width: 33px;
}

.cartpartnumber {
}

.cartpartnumber a {
    text-decoration: underline;
}

.cartitemcbox {
    width: 33px !important;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
}

.cartitemcboxyes {
    border-right: 1px solid #8ceaacb2;
    background-color:#f3f3f3 !important;
}


.cartitemimage {
    width: 111px;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
}

@media (min-width: 1025px) {
    .cartitemimage {
        border-right: 1px solid #ececec;
    }
}


.cartitemdetails {
    vertical-align: top;
}

.cartitemdesc {
    vertical-align: top;
}

p.cartupdatego {
    margin-top: 4px;
    margin-bottom:0px;
}

a.cartitemupd {
    font-size: 90%;
}

div.cartrowdenymessage {
    background-color: #fad9d9;
    padding: 6px 6px 6px 10px;
    border-radius: 2px;
}

.message-bar {
    padding: 6px 6px 6px 10px;
}

/* CHECKOUT */
p.orderpickuplocs {
    padding-top: 6px;
}

select.orderpicksel {
    display: inline;
    width: 400px;
}


/* LOGIN FORM */
#loginformfull {
    width: 500px;
    background: #fff; /*border:10px solid #e5e5e5;*/
    padding: 30px 80px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}

    #loginformfull .form-group {
        display: inline-block;
        width: 100%;
    }

        #loginformfull .form-group .icon {
            float: left;
            width: 15%;
            background: #666;
            height: 46px;
            padding: 10px;
            font-size: 18px;
            color: #fff;
        }

        #loginformfull .form-group input {
            float: left;
            width: 85%;
            height: 46px;
            padding-left: 30px;
        }

    #loginformfull .checkbox {
        margin-top: -8px;
        margin-bottom: 14px;
    }

    #loginformfull .reglink {
        margin: 20px;
        display: block;
    }

a#comodoTL {
    display: none;
}

li.selectedbranch {
    display: block;
    padding: 3px 20px;
    font-weight: bold;
}

div.branchselchangediv {
    background-color: #ffffff;
    padding: 10px;
}

.partlocationtxt {
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
    background-color: #ffe03a;
    border: 1px solid #dfd2a2;
    color: #152562;
}





.results__wrap__category_wrapper {
    /*    display: none;  */
}


div#partsvehiclegroupinfo {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-collapse:collapse;
    padding: 10px 10px 0px 10px;
}

div#partswithfiltersandresults {
    border: 1px solid #ddd;
    border-collapse: collapse;
}


div#partswithfilters {
}

div#partswithresults {
}

ul.pcatlist {
    list-style: none;
    margin-bottom: inherit;
    padding-left: 0px;
    font-size:90%;
}
ul.pgrplist {
    list-style: none;
    margin-bottom: inherit;
    padding-left: 3px;
    font-size: 90%;
}
ul.pvconlist {
    list-style: none;
    margin-bottom: inherit;
    margin-top:10px;
    padding-left: 6px;
    font-size: 90%;
}

/* Filter Container */
.filter__wrap {
    min-height: 100vh;
    height: auto;
    overflow: auto;
    /*border: 1px solid #ECECEC;*/
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 998;
    /*margin-top: 30px;*/
}

.filter__wrap_title {
    font-size: 1.6em;
    font-weight: 600;
    color: #18314F;
}


.filter__clear_btn {
    text-align: center;
}


.filter__heading {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 800;
    padding: 2% 5%;
    cursor: pointer;
    /*defaults*/
    color: #FFF;
    background-color: #063d76;
}

.filter__heading:hover {
    background-color: #30346c;
    color: #fff;
}

.filter__heading .fas {
    margin-right: 8px;
}

.filter__list {
    height: auto;
    overflow: auto;
    display: none;
    background-color: #fff;
    padding: 0px 0px 6px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-bottom:10px;
}

.filter__list ul {
    margin-top:10px;
    margin-left:0px;
    padding-left:0px !important;
}


.filter__list ul li {
    padding-left: 15px !important;
}


.filter__list--open {
    display: block;
}

.filter__wrap--mobileshow {
    display: block !important;
    padding-bottom: 70px;
}

/* Parts Filter List Items */


.filter__list-list {
    width: 100%;
    font-size: 1em;
}

.filter__list-item {
    width: 100%;
    height: 1.8em;
    padding-left: 2%;
    padding-top: 4px;
    display: flex;
    align-items: center;
    color: #2C4F78;
    cursor: pointer;
}

.filter__list-item:hover {
    color: #2C4F78;
    background-color: #ECECEC;
}

.filter__list-item--parts {
    height: 1.7em !important; /*was 1.4em on delivery*/
}

.filter__list-label {
    width: 100%;
    height: 1.2em;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.filter__list-label-adjust {
    height: 1em;
    font-size: 0.8em;
}

input[type="checkbox"].filter__list-parts {
    margin-right: 8px !important;
    margin-bottom: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd; /*#2C4F78*/
    outline: none;
    background-color: #fbfbfb; /*#eee*/
    cursor: pointer;
}

    input[type="checkbox"].filter__list-parts:checked {
        background-color: #4d536a; /*9FADBE*/
    }

input[type="checkbox"].filter__list-checkbox {
    margin-right: 8px !important;
    margin-bottom: 6px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd; /*#2C4F78*/
    outline: none;
    background-color: #fbfbfb; /*#eee*/
    cursor: pointer;
}

    input[type="checkbox"].filter__list-checkbox:checked {
        background-color: #4d536a; /*9FADBE*/
    }

/*  Parts Results wrapper */

.selected_car_wrapper {
    width: 100%;
    height: 60px;
    border-bottom: 2px #ccc solid;
}

.selected_car_label {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1600 - 300)));
    margin: 10px 15px;
}

    .selected_car_label .fas {
        margin: 0px 20px;
    }


.filter__wrap_engine_select {
    outline: 30px solid #18314F;
    border: 1px #444 solid;
    height: auto;
    padding: 5px;
    margin: 50px 20px;
}

.filter__wrap_option_select {
    outline: 30px solid #6C1618;
    border: 1px #444 solid;
    height: auto;
    padding: 5px;
    margin: 50px 50px;
}


.filter__wrapper_label {
    color: #777;
    font-size: 1em;
}

.filter__wrapper_selector {
    font-size: 1.2em;
    width: 100%;
}

.category__option {
    height: 150px;
    border: 1px #ccc solid;
    margin: 0px 1% 10px 2%;
    padding: 5px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    position: relative;
}

.category__option--selected {
    background-color: #ccc;
}

.category__option_select {
    margin: 0px !important;
}

.category__option_label {
    color: #555;
    font-size: 1em;
    height: auto;
    position: absolute;
    padding-bottom: 5px;
    text-align: center;
    width: 94%;
    bottom: 0;
}



/* product results wrapper */

.results__wrap {
    /*padding-top: 30px;*/
    border-left: 1px solid #ddd;
}

.results__wrap--mobilehide {
    display: none !important;
}

.results__result_count {
    font-size: 1em;
    margin: 10px 1%;
    color: #9FADBE;
    height: 1.5em;
}

.results__active_filter_wrap {
    height: auto;
    overflow: auto;
    padding: 0px 15px 20px;
}

.results__active_filter_wrap__label {
    width: auto;
    height: 1.5em;
    font-weight: 700;
    color: #9FADBE;
    font-size: 1em;
    line-height: 1.5em;
    margin-right: 15px;
    display: none;
}

.results__active_filter_wrap__filters {
    width: auto;
    height: 1.5em;
    font-weight: 700;
    color: #000;
    font-size: 1em;
    line-height: 1.5em;
    margin-right: 15px;
    display: inline;
}

/* results styles */

.results__pname {
    padding: 0px 8px;
    margin: 10px 0px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #063d76;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

.results__divider {
    height: 3px;
    margin: 10px 0px;
    background-color: #2C4F78;
}

.results__product_wrap--spacer {
    margin-top: 100px;
}

.results__pdetail {
    height: auto;
}

.results__psku {
    min-height: 2em;
    line-height: 2em;
    color: #2C4F78;
    font-size: 1.4em;
    font-weight: 600;
}

.results__pmann_wrap {
    height: auto;
    color: #2C4F78;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

.results__pdesc {
    color: #2C4F78;
    font-size: 1em;
    line-height: 1.2em;
    /*height: 3.6em; [[modified]] 20210826 ... show entire desc*/
    overflow: hidden;
    padding-bottom: 10px;
}

.results__pdesc--open {
    height: auto;
}

.results__pdesc_more {
    height: 30px;
    margin: 10px 0px;
}

.results__pdesc_more--btn {
    font-size: 0.7em;
    cursor: pointer;
    height: 28px;
    line-height: 23px;
    display: none;
    color: #fff;
    padding: 4px 10px;
    background-color: #9FADBE;
    border-radius: 5px;
}

.results__pdesc_more--btn--show {
    display: block;
}

.results__pdesc_more--btn:hover {
    background-color: #2C4F78;
}

.results__pdesc_more--btn .far {
    font-size: 1.5em;
    height: 20px;
    margin-right: 5px;
}

.results__altpartmsg {
    background-color: #E9E9E9;
    color: #528D5C;
    border-radius: 5px;
    min-height: 40px;
    height: auto;
    line-height: 1em;
    padding: 10px 2%;
    font-size: 1em;
}

.results__btnswrap {
    margin: 20px 0px 10px;
    min-height: 34px;
    font-size: 1em;
}

.results__check_btn {
    background-color: #2C4F78;
    min-height: 30px;
    height: auto;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: none;
}

    .results__check_btn:hover {
        background-color: #000;
    }

.btn-pos-adjust {
    margin-top: 3px;
    margin-left: 3px;
    width: 46% !important;
    padding: 3px 0px !important;
    font-size: 0.8em;
}

.results__additional_stock_wrapper {
    font-size: 1em;
    display: none;
    height: auto;
    margin-bottom: auto;
}

.results__additional_stock_wrapper--open {
    display: block;
}

.results__stock_check_wrapper {
    font-size: 1em;
    line-height: 1.2em;
    min-height: 1.8em;
    height: auto;
}

.results__stock_check_wrapper--header {
    font-weight: 700;
    border-bottom: 1px #888 solid;
}

.results__stock_check_wrapper--row {
    font-weight: 500;
    border-bottom: 1px #ccc solid;
    line-height: 1.8em;
    min-height: 3em;
    height: auto;
}

.results__stock_check {
    display: inline;
}

.results__stock_qty {
    display: inline-block;
}

.results__stock_orderqty {
    height: 2em;
    margin: 0.25em 0px;
    padding: 2px 5px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    border: 1px #ccc solid;
}

.results__stock_qty .btn-default {
    display: inline;
    font-size: 1em;
    padding: 6px 10px;
}

/* price and buy section */

.results__cartbox {
    height: auto;
    padding: 0px 2% 10px 0px;
}

.results__pprice {
    height: 30px;
    line-height: 30px;
    font-size: 1.8em !important;
    font-weight: 800;
    color: #000;
    text-align: right;
    margin-bottom:4px;
}

.results__pstock {
    font-size: 1em;
    font-weight: 700;
    text-align: right;
}

.results__pstock--good {
    color: #34951C;
}

.results__pstock--warn {
    color: #C42021;
}

.results__penviro {
    height: 20px;
    line-height: 20px
}

.results__penviro_hint {
    width: 10%;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.results__penviro_hint:before {
    content: attr(data-text);
    position: absolute;
    bottom: 25px;
    left: -20px;
    font-size: 0.7em;
    line-height: 1.2em;
    width: 150px;
    height: auto;
    padding: 4px;
    border-radius: 5px;
    background: #fbf593;
    border: 1px #444 solid;
    color: #000;
    text-align: center;
    opacity: 0;
    transition: .3s opacity;
}

.results__penviro_hint:hover:before {
    opacity: 1;
}

.results__penviro_label {
    display: inline-block;
    width: auto;
    color: #2C4F78;
    font-weight: 700;
    margin: 0px 0%;
}

.results__penviro_amount {
    display: inline-block;
    width: auto;
    color: #000;
}

.results__pretail {
    height: 20px;
    line-height: 20px
}

.results__pretail_hint {
    width: 10%;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.results__pretail_hint:before {
    content: attr(data-text);
    position: absolute;
    top: 25px;
    left: -60px;
    font-size: 0.7em;
    line-height: 1.2em;
    width: 150px;
    height: auto;
    padding: 4px;
    border-radius: 5px;
    background: #fbf593;
    border: 1px #444 solid;
    color: #000;
    text-align: center;
    opacity: 0;
    transition: .3s opacity;
}

.results__pretail_hint:hover:before {
    opacity: 1;
}

.results__pretail_label {
    display: inline-block;
    width: auto;
    color: #2C4F78;
    font-weight: 700;
    margin: 0px 0%;
}

.results__pretail_amount {
    display: inline-block;
    width: auto;
    color: #000;
}

.results__retail_line {
    height: 24px;
    line-height: 24px
}

.results__retail_line-label {
    display: inline-block;
    width: auto;
    color: #2C4F78;
    font-weight: 700;
    margin: 0px 3%;
}

.results__retail_line-cost {
    display: inline-block;
    width: auto;
    color: #000;
}

.results__retail_line-save {
    display: inline-block;
    width: auto;
    color: #34951C;
}

.results__btn-adjust {
    padding: 6px 9px;
}

.results__pbuy_line {
    min-height: 28px;
    line-height: 28px;
    margin-top: 15px;
}

.results__orderqty {
    height: 2em;
    margin-left: 47%;
    margin-right: 10px;
    padding: 2px 5px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    border: 1px #ccc solid;
    display: inline-block;
}


/* Images */

.results__images {
    padding-top: 10px;
    min-height:175px;
    /*height: 240px;*/
}

.results__images img {
    max-height: 180px;
}

.results__pimage {
    min-height: 80px;
    background-repeat: no-repeat;
    background-position: center !important;
    background-color: #fff !important;
    border: 1px solid #ddd;
}

.results__customimages {
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    background-size: contain;
    border: 1px solid #ddd;
}


.results__pimage_counts {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 0.9em;
}

.results__pimage_counts .far, .results__pimage_counts .fal {
    margin: 0px 3px;
}

.results__pimage--hidden {
    display: none;
}

.results__plogo {
    height: 40px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* quick access bottom buttons */

.fixed-bottom {
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
}


.quick_tab_menu {
    height: 70px;
    background-color: #000;
    color: #fff;
}

.quick_tab_menu__btn {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 1.5em;
    cursor: pointer;
}

    .quick_tab_menu__btn:hover {
        color: #F6AE2D;
    }

    .quick_tab_menu__btn .fas {
        margin-right: 10px;
    }

/* pagination */

.pagination__wrap {
    height: 60px;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
}

.pagination__navbtn {
    background-color: #2C4F78;
    min-height: 30px;
    height: auto;
    padding: 8px;
    margin: 0px 2px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: none;
}

    .pagination__navbtn:hover {
        background-color: #000;
    }

.pagination__navbtn--hide_mobile {
    display: none;
}

.pagination__btn_wrap {
    display: inline-block;
    text-align: center;
}

.pagination__btn {
    font-size: 1.2em;
    text-align: center;
    display: inline-block;
    min-height: 30px;
    height: auto;
    padding: 5px 10px;
    border-radius: 5px;
}

.pagination__btn--selected {
    background-color: #A8ABB1;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #104B84;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    float: left;
    padding: 10px 17.5px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #ffffff;
        background-color: #104B84;
        border-color: #104B84;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    cursor: default;
    color: #fff;
    border-color: #104B84;
    background-color: #104B84;
}


.image_viewer__wrapper {
    width: 100%;
    height: 100vh;
    padding: 2%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    z-index: 10000;
    display: none;
}

.image_viewer {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.image_viewer__close {
    width: 100%;
    height: 5%;
    margin: 1% 0%;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1600 - 300)));
    cursor: pointer;
}

.image_viewer__close:hover {
    color: #000;
}

.image_viewer__close .far {
    font-size: 1em;
    margin-right: 5px;
}

.image_viewer__imagewrap {
    width: 100%;
    height: 65%;
    margin: 0%;
}

.image_viewer__thumbnailwrap {
    width: 100%;
    min-height: 30%;
    height: auto;
    padding: 0px 5%;
}

.image_viewer__thumbnail {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0px 1%;
    border-radius: 5px;
    border: 1px #fff solid;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.image_viewer__thumbnail:hover {
    border: 1px #999 solid;
}

.image_viewer__thumbnail--selected {
    border: 1px solid #F6AE2D;
}

.image_viewer__mainimage {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.image_viewer__prev {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: calc(22px + (42 - 22) * ((100vw - 300px) / (1600 - 300)));
    cursor: pointer;
}

    .image_viewer__prev:hover {
        background-color: #ddd;
        color: #000;
    }

.image_viewer__next {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: calc(22px + (42 - 22) * ((100vw - 300px) / (1600 - 300)));
    cursor: pointer;
}

.image_viewer__next:hover {
    background-color: #ddd;
    color: #000;
}

@media screen and (min-width: 340px) {

    .results__btnswrap {
        font-size: 0.6em;
    }

    .results__orderqty {
        margin-left: 35%;
    }

    .addtocartwaitdiv {
        margin-left: 5%;
    }
}
@media screen and (min-width: 380px) {

    .results__btnswrap {
        font-size: 0.7em;
    }
}
@media screen and (min-width: 576px) {

    .results__btnswrap {
        font-size: 0.8em;
    }

    .pagination__navbtn--hide_mobile {
        display: inline-block;
    }
}
@media screen and (min-width: 768px) {
    .product-details ul li span, .product-reference ul li span {
        width: 250px;
        display: inline-block;
        font-weight: 700;
    }

}
@media screen and (min-width: 992px) {

    .results__wrap--mobilehide {
        display: block !important;
    }

    .results__orderqty {
        margin-left: 15%;
    }

    .filter__wrap {
        position: static;
        width: 25%;
    }
}
@media screen and (min-width: 1200px) {
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.product-information .cart .btn {
    float: left;
    width: 80%;
}

.btn-black {
    color: #f9f9f9 !important;
    background: #104B84
}

.btn-black:visited {
    color: #f9f9f9 !important;
}

.btn-black:active, .btn-black.active, .open > .dropdown-toggle.btn-black {
    background-image: none
}

.btn-black.disabled, .btn-black[disabled], fieldset[disabled] .btn-black, .btn-black.disabled:hover, .btn-black[disabled]:hover, fieldset[disabled] .btn-black:hover, .btn-black.disabled:focus, .btn-black[disabled]:focus, fieldset[disabled] .btn-black:focus, .btn-black.disabled.focus, .btn-black[disabled].focus, fieldset[disabled] .btn-black.focus, .btn-black.disabled:active, .btn-black[disabled]:active, fieldset[disabled] .btn-black:active, .btn-black.disabled.active, .btn-black[disabled].active, fieldset[disabled] .btn-black.active {
    background-color: #104B84;
    border-color: #104B84
}

.btn-black .badge {
    color: #ffffff;
    background-color: #000000
}


.addtocart {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    float: left
}

@media (min-width:992px) {

    .addtocart {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        float: left
    }
}

@media (min-width:1200px) {
    .addtocart {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        float: left
    }

    .soldinquantity{
        width: 90%;
        float: right !important;
    }
}

.product-information .cart .qty {
    float: left;
    width: 20%;
    padding: 0;
    text-align: center;
    box-shadow: 0 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    border-right: 0
}

.product-images, .product-information, .product-details, .product-similar, .product-documents, .product-reference {
    margin-top: 30px;
}

.product-images .images .primary {
    text-align: center;
    border: 1px solid #e5e5e5;
}

.product-page .images .secondary {
    margin: 2.5px -2.5px;
}

.product-page .images .secondary > div {
    padding: 2.5px;
}

.product-page .images .secondary > div > div {
    height: 75px;
    line-height: 75px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.product-page .images .secondary > div > div img {
    max-width: 95%;
    max-height: 65px;
    margin-top: -5px;
}

.product-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-page ul li {
    padding: 4px 0;
}

.product-page ul.striped li {
    margin-left: -15px;
    margin-right: -15px;
    padding: 6px 15px;
}

.product-page ul.striped li:nth-of-type(odd) {
    background: #f5f5f5;
}

.product-page ul.striped li:nth-of-type(even) {
    background: #ffffff;
}


@media screen and (min-width: 768px) {
    .no-left-padding-on-large-screens {
        padding-left: 0px !important;
    }

    .no-right-padding-on-large-screens {
        padding-right: 0px !important;
        text-align: right;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .datedivrow {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .no-display-sm {
        display: none;
    }

    .datedivrow {
        margin-bottom: 15px !important;
    }
}

/* Modal Custom CSS */
.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.vcentered {
    display: flex;
    align-items: center;
}

div.stockcheck div#inputboxes {
    border: 1px solid #efefef;
}

.ordershippingtotalweight{ display:none; }

.stockmainstore
{
    margin-top:10px;
}

.stockmainqty{
}
.stockmainqtypos {
    color: #32CD32
}
.stockmainqtyneg {
    color: #a30007
}


.stockotherstores {
}
.stockotherqty {
    padding: 2px 8px;
    background-color: #f9f9f9;
}
.stockotherqtypos {
    color: #359F35;
    padding: 0px 10px 0px 10px;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
}
.stockotherqtyneg {
    color: #a30007
}

p.stockstoresdropdown{
}

select.partstoresstock {
    text-align: right;
    font-size:13px;
}

option.outerbranch {
    background-color: #c46a6a;
    color: #f5ebeb;
}

button[aria-expanded=true] .fa-chevron-right {
    display: none;
}

button[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.product-page .galleryimg{
    max-height: 200px;
}

.catalog-search-header div.greybg {
    background: #f5f5f5;
}

.category-box {
    margin-bottom: 20px;
}

.searchbox-loadingwait {
    background: #ECECEC url('../img/wait_arrows.gif') no-repeat 14px center !important;
}

.searchboxresults p {
    padding-left: 20px;
}




/* Stock Room */

.stockroomitemimage {
    padding: 0px !important;
}

.paddingrightzero {
    padding-right : 0px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.sraddtocartarea {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.stockroompartsearch .searchbox {
    background: #f5f5f5;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.stockroompartsearch .searchbox {
    display: inline-block;
    width: 100%;
}

.stockroompartsearchinput {
    float: left;
    margin-right: -1px;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    box-shadow: 0 0;
    border: 1px solid #e5e5e5;
    width: 80%;
    background: #fff url(../img/search.png) no-repeat 14px center;
}

.stockroompartsearchbutton {
    float: left;
    height: 44px;
    line-height: 44px;
    padding: 0;
    width: 20%;
}

.stockroompartsearchresetbutton {
    height: 44px;
    width: 100%;
    text-align: center;
    
}

.stockroompartthumbnail {
    max-width: 20px;
}

.stockroompartsresultsheading {
    background-color: #e5e5e5;
    color: #000;
}

.addtostockroombutton{
    padding: 4px 7px;
}


div.product-extended-desc p {
    margin-bottom: 8px !important;
}

div.product-extended-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.product-extended-desc ul li {
    padding: 4px 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 6px 15px;
}

div.product-extended-desc ul li:nth-of-type(odd) {
    background: #f5f5f5;
}

div.product-extended-desc ul li:nth-of-type(even) {
    background: #ffffff;
}



table.saveforlaterform{
    margin-bottom:13px !important;
}


.brdr_right {
    border-right: 1px solid #ececec;
}

.opacity-0 {
    opacity: 0;
}

hr.hrbreak {
    width: 80%;
    color: #dfdfdf;
}

.interchangepartrow {
    display: flex;
    flex-wrap: wrap;
}

.interchangepartrow .results__images {
    min-height: auto !important;
}


.btn-small {
    font-size: 85%;
}

.btn-actionitem {
    width: 100%;
    padding:4px;
}


.btn-clearfilters {
    margin-top:6px;
    margin-bottom:6px;
    font-size:80%;
}


iframe{
    border: none;
}

.popup .results__wrap{
    border: none;
}

.popup .results__images {
    width: 25%;
}

.popup .results__pdetail {
    width: 75%;
}

.popup .results__cartbox {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .popup .results__images {
        width: 16.66%;
    }

    .popup .results__pdetail {
        width: 50%;
    }

    .popup .results__cartbox {
        width: 33.33%;
    }
}

@media only screen and (max-width: 768px) {
    #interchangeResultModal .modal-dialog {
        width: 90%;
    }
}
.popup .modal-body {
    padding: 5px;
}

#interchangeResultModalBody{
    padding: 0px;
}



.bg-none { 
    background: none;
}

.brdr-none {
    border: none;
}

.vehiclespecvalue {
    position: sticky;
    left: 42%;
}

.vehiclespecgroup {
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.vehiclespectexts {
    font-size: 92%;
    color: #4f4c4c;
}


.btn-processed {
    background-color: #d9edf7;
    color: #000;
}

.d-block {
    display: block;
}

.padbtm7 {
    padding-bottom: 7px;
}

.lsedit {
    text-decoration: underline;
}

.lsreportinfo {
    border-bottom: 1px dashed #000;
}

.lsreportinfo:hover {
    text-decoration: none;
}

.text-decoration-none {
    text-decoration: none;
}

.d-inline-block {
    display: inline-block !important;
}
.w-80 {
    width: 80%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%;
}
th.nowrap {
    white-space: nowrap;
}

.cartcheckbox-div {
    text-align: left;
}
.whslcamouflage {
    display: none;
}

tr#cartcustpowarntr td {
    padding: 1px !important;
    margin: 0px !important;
}

tr#cartcustpowarntr td p{
    margin-bottom:0px !important;
}



