/************************************************** GENERAL BODY STYLES *******/
a:not([href]):not([tabindex]) {
    color: $link-color;
}

.breadcrumb {
    background: #fff;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-inline-start: 0px;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "\00a0|\00a0";
    }

:root {
    --input-padding-x: .85rem;
    --input-padding-y: .85rem;
}

/************************************************** RATINGS  ******/
.rating .fal {
    color: #204d77;
    font-size: 1.7em;
}

.rating .fa {
    color: #204d77;
    font-size: 1.75em;
}

.fa-times-circle,
.fa-times-circle-o {
    color: #dc1d27;
}

.fa-check-circle,
.fa-check-circle-o {
    color: #81cc29;
}

.fa-circle
 {
    color: orange;
}

a .fa-envelope.fa-envelope--blue-hover {
    color: #4ab4e3;
    transition: .3s;
}

a:hover .fa-envelope.fa-envelope--blue-hover {
    color: #204d77;
}

/************************************************** TABLES - GENERAL *******/
.table {
    width: 100%;
}

.table--simple td {
    padding: 10px;
    margin: 2px;
}

.table--simple tr td:first-of-type {
    width: 40%;
    font-weight: 700;
    border-right: 1px solid #fff;
}

.table--simple tr td:last-of-type {
    width: 60%;
}

.table-simple td {
    padding: 10px;
    margin: 2px;
}

.table-simple thead tr {
    background-color: #1c4c7a;
    color: #fff;
}

.table-simple th {
    padding: 10px;
    margin: 2px;
    text-align: left;
}

tr:nth-of-type(odd) {
    background: #fff;
}

tr:nth-of-type(even) {
    background: #efefef;
}
/************************************************** TABS *******/
.tab-controls {
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
}

.tab-controls--centred {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.tab-controls .settings {
    float: right;
}

.tab-controls__control {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 5px 20px 5px 20px;
}

    .tab-controls__control:last-of-type {
        margin-right: 0;
    }

    .tab-controls__control.active:after {
        content: " ";
        width: 0;
        height: 0;
        /*border-style: solid;*/
        border-width: 10px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        margin-left: -25px;
        left: 50%;
        bottom: -10px;
    }

    .tab-controls__control.settings.active:after,
    .tab-panels .tab-controls__control.active:after {
        display: none;
    }

.tab-controls a {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 50px;
    margin-right: 15px;
    letter-spacing: -.5px;
}

.tab-controls__control.active {
    background-color: #4ab4e3;
}

    .tab-controls__control.active a {
        color: #fff;
        background-color: #4ab4e3;
    }

.tab-panels .tab-controls a {
    font-size: 1.5em;
    background: #fbfbfb;
}

.tab-panels .tab-controls a {
    font-size: 1em;
    letter-spacing: normal;
    background: #fbfbfb;
    margin: 0 0 0 5px;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.tab-panels .tab-controls__control.active a {
    background: #fff;
    border-bottom-color: #fff;
}

.tab-panels .tab-controls__control,
.tab-controls a:last-of-type {
    margin-right: 0;
}

.settings a {
    font-size: 2em;
    margin-right: 0;
}

.tab-panels {
    clear: left;
}

    .tab-panels section {
        background: #fff;
        padding: 5px;
        display: none;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }

    .tab-panels section #description {
        display: block;
        margin-bottom: 0px;
        border: 0;
    }

        .tab-panels section.active {
            display: block;
        }

    .tab-panels .white-block {
        padding: 20px;
        background: #fff;
        overflow: hidden;
    }

    .tab-panels .tab-panels .white-block {
        margin-left: 20px;
        margin-right: 15px;
    }

.white-block + .white-block {
    margin-top: 5px;
}

.tab-panels .white-block input {
    border: 1px solid #ddd;
}

.tab-panels h2 {
    margin: 40px 0 20px;
    font-weight: 500;
    color: #323438;
    font-size: 22px;
}

.tab-panels h3 {
    font-size: 16px;
}

.tab-panels section #marketingtext section {
    display: block;
    margin-bottom: 0px;
    border: 0;
}

/************************************************** PRODUCT DETAILS (AND SPECIAL PROMOTIONS) *******/
#featureicons i {
    font-size: 20pt;
    padding-right: 20px;
}

.product--special-offer .product__blurb {
    background: #fff;
}

.product__blurb__tags .tag {
    font-size: 1.2em;
    font-weight: 700;
    margin: 5px 10px 0 0;
}

.product__blurb__logo {
    max-width: 150px;
    height: auto;
}

.product__blurb__logo_brandpage {
    max-width: 280px;
    height: auto;
}

.product__blurb__logo_manufacturerpage {
    max-width: 80px;
    height: auto;
}

.product .promo__slide {
    padding: 0;
}

    .product .promo__slide .tag {
        position: absolute;
        top: 0;
        left: -10px;
        font-size: 1.5em;
    }

.product__blurb__strapline {
    font-size: 1.3em;
    font-weight: 300;
}

.product__blurb__actions {
    margin: 10px 0 0;
}

    .product__blurb__actions a {
        display: inline-block;
        font-size: 1.75em;
        margin: 0 5px 5px 0;
        line-height: 44px;
        width: 44px;
        /*border: 2px solid #2b8ab9;*/
        text-align: center;
        color: #4ab4e3;
        transition: .3s;
    }

        .product__blurb__actions a.active:hover,
        .product__blurb__actions a.active:active,
        .product__blurb__actions a.active:focus {
            background: #fff;
            color: #4ab4e3;
        }

    .product__blurb__actions img {
        float: left;
    }

.product__blurb__price div {
    display: inline-block;
    font-size: 2em;
    font-weight: 700;
}

.product__blurb__price .tag {
    display: inline-block;
    font-size: 1em;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -5px;
}

.product__blurb__notes,
.product__blurb__price {
    margin: 10px 0;
}

    .product__blurb__price span {
        color: #a5a4a4;
        font-size: 1.4em;
        margin: 0 5px;
        text-decoration: line-through;
    }

    .product__blurb__price ep {
        color: #a5a4a4;
        font-size: 1.4em;
        margin: 0px 0px 0px 10px;
    }

.product__blurb__availability .fa {
    font-size: 1.75em;
    position: relative;
    top: 3px;
}

.product__blurb__availability .fal {
    font-size: 2em;
    position: relative;
    font-weight: bolder;
    top: 3px;
}

.product__blurb__overview {
    margin-top: 20px;
}

.special-promotion .manufacturer {
    margin-bottom: 30px;
}

.product__slideshow__preview {
    /*border: 1px solid #e8e8e8;*/
    position: relative;
}

    .product__slideshow__preview a {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: none;
        background-size: contain;
        height: 200px;
    }

        .product__slideshow__preview a.active {
            display: block;
        }

.product__slideshow__slides {
    padding: 0 5px 0 0px;
}

.product__slideshow__slides__slide {
    margin-top: 10px;
    display: table-row;
}

    .product__slideshow__slides__slide a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 60px;
        height: 60px;
        line-height: 68px;
        padding: 10px;
        cursor: pointer;
        border: 1px solid #fff;
    }

        .product__slideshow__slides__slide a:focus,
        .product__slideshow__slides__slide a.active {
            /*border-color: #2b8ab9 !important;*/
            outline: none;
            border: 1px solid #000;
        }

        .product__slideshow__slides__slide a:hover {
            border: 1px solid #000;
        }

    .product__slideshow__slides__slide img {
        display: inline-block;
        max-width: 64px;
        max-height: 64px;
        height: auto;
    }

.slick-disabled {
    display: none;
    visibility: hidden;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    margin: 0 40px 0 60px;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-dots li, .slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-next, .slick-prev {
    font-family: fontawesome;
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 30px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 999
}

    .slick-dots li button:before, .slick-next:before, .slick-prev:before {
        font-family: fontawesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

    .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
        color: #204d77;
        opacity: 1
    }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #acacac
}

.slick-prev {
    left: 5px
}

    .slick-prev:before {
        content: "\f053"
    }

.slick-next {
    right: 20px
}

    .slick-next:before {
        content: "\f054"
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

/* Lightbox */
.lb-loader, .lightbox {
    text-align: center;
    line-height: 0;
}

body:after {
   content: url(vendor/images/close.png) url(vendor/images/prev.png) url(vendor/images/next.png);
    display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        max-height: none;
        border-radius: 3px;
        border: 4px solid #fff;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0;
}

.lb-outerContainer:after {
    display: table;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(vendor/images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

/*    .lb-nav a.lb-prev:hover {
        filter: alpha(Opacity=100);
        opacity: 1;
    }*/

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(vendor/images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

/*    .lb-nav a.lb-next:hover {
        filter: alpha(Opacity=100);
        opacity: 1;
    }*/

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .lb-dataContainer:after {
        display: table;
    }

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em;
    }

        .lb-data .lb-caption a {
            color: #4ae;
        }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999;
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(vendor/images/close.png) top right no-repeat;
        text-align: right;
        outline: 0;
        filter: alpha(Opacity=70);
        opacity: .7;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: alpha(Opacity=100);
            opacity: 1;
        }

.manufacturer__misc > *,
.manufacturer__links a {
    display: block;
    margin: 5px 0;
}

/************************************************** CHECKOUT *******/
.add-to-cart {
    cursor: pointer;
}

/************************************************** TAGS (AND SOME BUTTON STUFF) *******/
.tag, .tagd {
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px 5px 25px;
    background: #dc1d27;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    z-index: 999;
    white-space: nowrap;
    font-weight: bold;
}

.product-card .tag {
    position: absolute;
    top: -5px;
    left: -5px;
}

.product-card .tagd {
    position: absolute;
    top: -5px;
    right: -10px;
}

.tag::before {
    font-family: FontAwesome !important;
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    font-size: 1.8em;
    color: red;
}

.tag--popular,
.tag--new {
    padding-left: 10px; /* no icon for these */
}

.btn--popular,
.tag--popular,
.btn--hot,
.tag--hot {
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    background: #dc1d27;
}

.btn--gift,
.tag--gift {
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    background: #e8b31b;
}

.btn--offer,
.tag--offer {
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    background: #4ab4e3;
}

.btn--clearance,
.tag--clearance {
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    background: #81cc29;
}

.btn--grey,
.tag--grey {
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    background: #dddddd;
    color: #000;
}

.btn--deal,
.tag--deal {
    background: #e8b31b;
    padding-left: 10px;
}

.btn--wishlist,
.tag--wishlist {
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    background: #4ab4e3;
}

    .btn--wishlist:before,
    .tag--wishlist:before {
        margin: 0px;
    }

.btn--delivery,
.tag--delivery {
    margin: 5px 5px 5px 0;
    padding: 5px 5px 5px 5px;
    background: #81cc29;
}

    .btn--delivery:before,
    .tag--delivery:before {
        margin: 0px;
    }

.tag.tag--new--warranty {
    background: #fff;
    color: #204d77;
    padding-left: 35px;
    font-size: 1em;
    line-height: 1.1;
    top:6px;
}

    .tag--new--warranty::before {
        content: "\f2f7";
        color: #204d77;
    }

/****************************COMPARE/WISHLIST*/
a.active .fa-shopping-cart, a.active .fa-balance-scale, .fa-heart, a.active .fa-cart-arrow-down {
  position: relative;
}

a.active .fa-shopping-cart:after, a.active .fa-balance-scale:after, a.active .fa-heart:after, a.active .fa-cart-arrow-down:after {
  color: #dc1d27;
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 900;
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: .7em;
  background: #fff;
  border-radius: 20px;
}

/************************************************** BUTTONS *******/
select {
    padding: 5px;
    background: #fff;
    max-width: 100%;
}

.input-group-prepend button {
    background-color: #eee;
    font-size: 1.15em;
    border: 1px solid #ccc;
    color: #204d77;
    top: 0px;
    height:53px;
}

.input-group-prepend input[type=text] {
    text-align: center;
    height: 53px;
    margin-top: 10px;
    width: 70px;
}

/************************************************** HELPERS *******/
.disclaimer-text {
    margin-top: 5px;
    font-size: 0.9em;
}

/*************PURCHASE ORDER OPTIONS*/

div.po-option-selector {
    margin: 20px -5px;
}

div.po-option-selector div.po-method {
    display: inline-block;
    border: 1px solid #eee;
    vertical-align: middle;
    margin: 5px;
}

div.po-option-selector div.po-method.hidden {
    display: none;
    border: 1px solid #eee;
    vertical-align: middle;
    margin: 5px;
}

div.po-option-selector div.po-method a {
    display: block;
    width: 103px;
    height: 103px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 10px 5px;
    text-align: center;
    line-height: 1;
}

div.po-option-selector .radio input {
    display:none;
}

div.po-option-selector div.po-method a.active {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

div.po-option-selector div.po-method a:hover {
    border: 1px solid #cfcfcf;
    background-color: #f9f9f9;
}

div.po-option-selector div.po-method a:before {
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.po-option-selector div.po-method span {
    width:100%;
}

div.po-option-selector div.po-method a.question:before {
    content: "\f82d";
    font-size: 3em;
}

div.po-option-selector div.po-method a.stock:before {
    content: "\f47a";
    font-size: 3em;
}

div.po-option-selector div.po-method a.pricealert:before {
    content: "\f688";
    font-size: 3em;
}

/************************************************** BOOTSTRAP SM *******/
@media (min-width: 768px) {
    .product__slideshow__preview a {
        height: 300px;
    }
}

/************************************************** BOOTSTRAP SM *******/
@media (max-width: 768px) {
    .tab-controls__control {
        padding: 5px;
        font-size: 10px;
    }
}

.qtypicker input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
    width: 50px;
}

.qtypicker input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.input-group .qtypicker {
    clear: both;
    margin: 10px 0;
    position: relative;
}

    .qtypicker .input-group input[type='button'] {
        background-color: #eeeeee;
        min-width: 38px;
        transition: all 300ms ease;
    }

    .input-group.qtypicker  .button-minus,
     .input-group.qtypicker .button-plus {
        font-weight: bold;
        padding: 0;
        width: 28px;
    }

.input-group.qtypicker .quantity-field {
    position: relative;
    text-align: center;
    display: inline-block;
    resize: vertical;
    height: 52px;
}

.qtypicker .button-plus {
    left: -13px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

div#collapseZero {
    display: block;
}

.drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
}

    .drop-area.highlight {
        border-color: #000;
        background-color: #eee;
    }

@media (max-width: 768px) {
    .drop-area {
        width: 100%;
    }
}