﻿/* Default overrides */
@media (min-width: 767px) {
    .container {
        max-width: 720px;
    }

    .btn-iPad-0 {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1722px;
        padding-left: 152px;
        padding-right: 152px;
    }
}

@media(max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hidden {
    display: none;
}


/*Use me if its not a category page*/
.NotCategoryPage {
    margin-top: 240px;
}

@media(max-width:600px) {
    .NotCategoryPage {
        margin-top: 150px;
    }
}

@media(min-width:600px) and (max-width:767px) {
    .NotCategoryPage {
        margin-top: 180px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .NotCategoryPage {
        margin-top: 185px;
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .NotCategoryPage {
        margin-top: 205px;
    }
}

#deliveryModal .NotCategoryPage, #returnsModal .NotCategoryPage {
    margin-top: 0;
}

.main-website-content {
    max-width: 1920px;
    margin: auto;
}

.fixedHeader {
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 99;
}

body {
    font-size: 16px;
    color: #000;
}

    body #info-bar {
        font-size: 14px;
    }

header {
    z-index: 999;
}
/* Info Bar - #info-bar */
#info-bar {
    background-color: #eaeaea;
}

    #info-bar .left-links {
        width: auto;
        float: left;
        display: inline-block;
        margin-left: -10px;
    }

@media(max-width:767px) {
    #info-bar .left-links span, #info-bar .left-links a {
        display: flex;
        align-items: center;
    }

    #info-bar .container {
        border-bottom: none;
    }

    .social-links em.fab.fa-youtube {
        margin-top: -2px;
    }
}

#info-bar .right-links {
    width: auto;
    float: right;
    display: inline-block;
    margin-right: 0px;
}

#info-bar a {
    padding: 10px;
    display: inline-block;
    color: #000;
}

    #info-bar a.basket-style {
        padding: 0;
        display: inline-block;
        color: #fff;
    }

.info-bar a:last-of-type {
    padding: 10px 0 10px 10px;
}

#info-bar em {
    font-size: 16px;
    color: #12c35a;
    margin-left: 5px;
    display: inline-block;
}

@media(min-width:768px) and (max-width:1200px) {
    #info-bar .right-links {
        margin-right: 30px;
    }

        #info-bar .right-links a {
            padding: 10px 0;
        }

    #info-bar .left-links a {
        padding-right: 10px;
    }

    #info-bar .left-links span {
        padding-left: 10px;
    }
}

@media(max-width:767px) {
    #info-bar .info-bar.left-links {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        width: 100%;
        margin-left: 0;
    }

        #info-bar .info-bar.left-links a,
        #info-bar .info-bar.left-links span {
            padding: 10px 0;
        }


    #info-bar .right-links {
        width: 45px;
        float: right;
        display: inline-block;
        margin-right: 0;
        position: fixed;
        top: 25%;
        right: 0;
        left: auto;
        padding: 5px 0px;
        background-color: rgba(255, 255, 255, 0.82);
        border-radius: 4px 0 0 4px;
        z-index: 0;
    }

    #info-bar em {
        font-size: 16px;
        color: #12c35a;
        margin-left: 2px;
        display: inline-block;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #info-bar a {
        padding: 10px 5px;
    }
}

@media(max-width:767px) {
    #info-bar a {
        display: flex;
        padding: 5px 10px;
    }
}
/*Mini Basket*/
.MiniBasket_Container {
    width: 150px;
    height: 50px;
    align-items: center;
    display: flex;
    background-color: #12c35a;
    color: white;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 9999;
    font-size: 14px;
}


@media(max-width:767px) {
    .MiniBasket_Container {
        display: none;
    }
}

#info-bar .MiniBasket_Container em {
    color: white;
    font-size: 28px;
    margin-right: 10px;
}
/*Main Header*/
@media(max-width:767px) {
    .mob-header-flex {
        display: flex;
        align-items: center;
    }

        .mob-header-flex .mob-search .btn {
            float: left;
        }
}

#header-main {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 25px 0 0;
}

    #header-main .btn-default {
        background-color: inherit;
        opacity: 1;
    }

    #header-main #mobile-burger.btn-default {
        background-color: white;
    }


@media(max-width:1200px) {
    #header-main {
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
        padding: 15px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    #header {
        order: 1;
    }

    #menu {
        order: 3;
    }
}


@media(max-width:767px) {
    #header-main {
        padding: 15px 0 0;
    }

    #usp-header {
        order: 3;
        margin: auto;
        padding: 0;
        padding-top: 15px;
        border: 0px;
        box-shadow: none;
    }

        #usp-header .fa {
            font-size: 20px;
        }

        #usp-header .row {
            width: 100%;
            margin: auto;
        }

    #header-main #mobile-burger.btn-default, #header-main #mobile-filter-close-button {
        background-color: white;
        border: none;
        opacity: 1;
    }

        #header-main #mobile-filter-close-button .lines {
            margin-left: -1px;
        }

    div#header-main.filter-open {
        box-shadow: none;
        background-color: white;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    #info-bar .MiniBasket_Container em {
        color: white;
        font-size: 20px;
        margin-right: 10px;
    }

    .basket {
        background-size: 32px;
        width: 45px;
    }
}

/* Search Box */
#search-container {
    max-width: 345px;
    float: right;
    width: 100%;
}

    #search-container .input-group-text em.fa {
        font-size: 15px;
    }

    #search-container .input-group-prepend {
        border-radius: 3px;
        background-color: transparent;
    }

    #search-container .input-group-text {
        border-radius: 0;
        background-color: white;
        border-right: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    #search-container .form-control {
        height: 40px;
        border-left: 0;
        border-radius: 0;
        font-size: 14px;
        border-radius: 3px;
    }

    #search-container .input-group-prepend em {
        color: black;
    }

#search-container {
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
}

    #search-container #SearchString::placeholder {
        color: rgba(0, 0, 0, 0.87);
        opacity: 0.48;
    }

#enquiryFormFields input::placeholder {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.48;
}

#enquiryFormFields textarea::placeholder {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.48;
}

@media(min-width:768px) and (max-width:1024px) {
    #search-container {
        float: right;
        max-width: 300px;
    }
}

@media(min-width:1200px) {
    #search-container {
        max-width: 400px;
    }
}
/* Mobile Menu Icons */
.btn-menu {
    height: 40px;
    background-color: white;
    color: #707070;
    border: 1px solid #CCC;
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
    margin-left: 30px;
    width: 40px;
    font-size: 20px;
    padding: 0;
    opacity: 1;
}

    .btn-menu em {
        color: #707070;
    }

.btn-menu-no-bg {
    height: 40px;
    width: 40px;
    color: #12c35a;
    border: none;
    font-size: 20px;
    padding: 0;
    margin-right: 10px;
}

    .btn-menu-no-bg em {
        color: #12c35a;
        font-size: 28px;
    }


.mob-bskt {
    align-items: center;
}

@media(max-width:767px) {
    .btn-menu {
        margin: 0;
        height: 40px;
        color: #707070;
        font-size: 26px;
    }

        .btn-menu + .btn-menu {
            margin-right: 10px;
        }

    .lines-button.x.close {
        line-height: 14px;
        font-weight: unset;
    }
}

@media(max-width:1300px) {
    .right-links a span {
        display: none;
    }

    .right-links {
        padding-right: 130px;
    }

    .MiniBasket_Container {
        height: 48px;
        border-bottom-right-radius: 3px;
        font-size: 12px;
        line-height: 1.5;
        margin-right: 0;
        right: 38px;
    }

    .counter {
        font-size: 10px;
        position: absolute;
        padding: 0;
        background: #EC7A3D;
        border-radius: 100%;
        height: 15px;
        color: #fff;
        width: 15px;
        top: 0px;
        right: 62px;
    }
}

@media(max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Website Navigation */
#website-nav {
    padding: 0 20px;
}

    #website-nav a {
        text-transform: uppercase;
        color: #000;
        font-size: 15px;
    }

    #website-nav li.dropdown ul.dropdown-menu a {
        text-transform: none;
        color: #000;
        font-size: 14px;
    }

    #website-nav .dropdown li {
        padding: 5px 0;
        text-transform: none;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

        #website-nav .dropdown li:hover {
            background: #EEEEEE;
        }

    .btn.btn-info,
    #website-nav a.btn.btn-info {
        color: white;
        background-color: rgba(63, 145, 212, 0.75);
        border-color: rgba(63, 145, 212, 0.75);
    }

@media(max-width:1350px) {
    #website-nav a {
        font-size: 13px;
    }

    #website-nav li.dropdown ul.dropdown-menu a {
        font-size: 13px;
    }
}

@media(max-width:1350px) and (min-width:1200px) {
    #website-nav a {
        font-size: 10px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #website-nav li.dropdown ul.dropdown-menu a {
        font-size: 10px;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    #website-nav .dropdown li {
        width: 100%;
    }

    #website-nav {
        margin: 15px 0;
    }

        .btn.btn-info, #website-nav a.btn.btn-info {
            color: white;
            background-color: #3f91d4;
            border-color: #3f91d4;
            font-weight: bold;
            font-size: 16px;
            padding: 5px 20px;
        }
}

@media(max-width:767px) {
    .btn.btn-info, #website-nav a.btn.btn-info {
        color: white;
        background-color: #3f91d4;
        border-color: #3f91d4;
        font-weight: bold;
        font-size: 16px;
        padding: 5px 20px;
    }
}

/* Header USPs */
#usp-header {
    padding: 15px 15px;
    border-top: 2px solid white;
}

    #usp-header .carousel-inner {
        padding: 10px 0;
    }

.usp, .usp em {
    color: #6C6D70;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

    .usp + .usp {
        margin-left: 45px;
    }

    .usp .fa {
        color: #12c35a;
    }

.usp-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:767px) {
    #usp-header {
        margin-top: 0;
        padding: 0;
        background-color: white;
        text-align: center;
    }
}

@media(max-width:1200px) {

    .usp-row {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}

@media(max-width:1200px) {
    .usp, .usp em {
        font-size: 14px;
    }

    #usp-header {
        max-width: 100%;
        width: 100%;
    }

        #usp-header .usp-row {
            padding: 0 30px;
        }
}
/* Homepage */
.homepage-bg-img {
    background-image: url('/Content/images/ppe-equipment/ppebackimage.jpg');
    height: 500px;
    background-position: 0 -200px;
    background-size: cover;
}

/*Footer*/
.footer {
    color: #fff;
    background: #A1A1A1;
    padding: 50px 0;
}

footer h3 {
    font-weight: bold;
    margin: 15px 0;
    font-size: 22px;
    height: 30px;
    display: flex;
    align-items: center;
}

footer p, footer a {
    color: #fff;
}

    footer p:hover, footer a:hover {
        text-decoration: underline;
        color: #fff;
    }

.social-links, .Accreditations {
    margin-bottom: 10px;
}

    .social-links em {
        color: #fff;
        font-size: 40px;
        padding: 0 15px 10px 0;
    }

        .social-links em.fab.fa-youtube {
            font-size: 39px;
        }

.sub-footer {
    padding: 20px;
}

    .sub-footer p {
        margin-bottom: 0;
    }

@media(min-width:575px) and (max-width:991px) {
    .tablet-icon-layout {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .social-links, .Accreditations {
        margin-right: 100px;
    }
}

.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

@media(max-width:767px) {
    .footer {
        color: #fff;
        background: #A1A1A1;
        padding: 10px 0;
    }

    .social-links em {
        color: #fff;
        font-size: 35px;
        padding: 0 8px 10px 0;
    }

        .social-links em.fab.fa-youtube {
            font-size: 32px;
            margin-top: 1px;
        }

    footer h3 {
        font-weight: bold;
        margin: 15px 0;
        font-size: 18px;
        height: 45px;
        display: flex;
        align-items: center;
    }

    body .footer {
        font-size: 12px;
    }

    .btn-newsletter em {
        background-size: 24px;
        width: 24px;
        height: 22.5px;
    }
}

@media(min-width:1300px) {
    footer h3 {
        font-size: 24px;
    }
}
/*Newsletter Bar*/
.newsletter-row {
    background: #12c35a;
    color: #fff;
    padding: 20px 0;
}

    .newsletter-row p {
        font-size: 24px;
        margin-bottom: 0;
    }

.news-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-newsletter {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 18px;
}

@media(min-width:768px) {

    .btn-newsletter:hover {
        color: #12c35a;
        background: #fff;
    }
}

.newsletter-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

    .newsletter-box .form-control {
        width: 60%;
        margin-right: 2%;
        padding: 1.5rem;
        font-size: 18px;
    }

.btn btn-newsletter {
    width: 38%;
}

.newsletter-text {
    text-align: right;
}

@media(max-width:992px) {
    .newsletter-text {
        text-align: center;
        margin-bottom: 10px;
    }

    .newsletter-box .form-control {
        width: 78%;
    }

    #search-container .input-group-text em.fa {
        font-size: 27px;
    }
}

.btn-newsletter {
    height: 49px;
}


.newsletter-box .fa-arrow-right {
    font-size: 30px;
    color: #fff;
}

.btn btn-newsletter {
    width: 32%;
}

.newsletter-text {
    text-align: center;
}

    .newsletter-text p {
        font-size: 24px;
        margin-bottom: 1rem;
        line-height: 35px;
        margin: 0;
    }

@media(min-width:1199px) and (max-width:1400px) {
    .newsletter-text p, .newsletter-box .form-control {
        font-size: 18px;
    }

    .newsletter-text {
        padding: 0;
    }
}

@media(min-width:1401px) and (max-width:1600px) {
    .newsletter-text p, .newsletter-box .form-control {
        font-size: 20px;
    }
}

@media(min-width:1601px) {
    .newsletter-text p {
        font-size: 24px;
    }

    .newsletter-box .form-control {
        font-size: 20px;
    }
}

.newsletter-box {
    padding: 0 10px;
}



@media(max-width:350px) {
    .newsletter-box .form-control {
        width: 75%;
        margin-right: 5%;
        font-size: 15px;
        padding: 1.5rem 1rem;
    }

    .newsletter-text p {
        font-size: 18px;
        line-height: 30px;
    }

    .newsletter-box {
        padding: 0 20px;
    }
}

@media(min-width:351px) and (max-width:767px) {
    .newsletter-text p {
        font-size: 15px;
    }

    .newsletter-box .form-control {
        width: 75%;
        margin-right: 5%;
        font-size: 18px;
        padding: 1.5rem 1rem;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .newsletter-text {
        text-align: center;
    }

    .newsletter-box .form-control {
        width: 64%;
        margin-right: 2%;
        font-size: 20px;
    }

    .btn btn-newsletter {
        width: 32%;
    }
}



@media(max-width:767px) {
    .homepage-bg-img {
        height: 500px;
        background-size: cover;
        background-position: right !important;
    }

    .carousel-overlay .h1 {
        font-size: 36px;
        max-width: 300px;
    }

    .carousel-overlay .btn-success {
        font-size: 18px;
        padding: 8px 20px;
        margin-top: 20px;
    }
}


/*Customer Info*/
#customer-info {
    background: #F7F7F7;
    padding: 40px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.info-block {
    background: #fafafa;
    padding: 40px;
    display: flex;
    font-size: 26px;
    align-items: center;
    font-weight: bold;
    box-shadow: 0px 4px 8px #c7c7c7;
    color: #000;
    height: 150px;
}

#customer-info em.fa {
    font-size: 40px;
}

#customer-info em {
    color: #12c35a;
    font-size: 60px;
    margin-right: 20px;
}


a.cust-info-a {
    width: 22%;
}

#customer-info .hc-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:767px) {
    #customer-info .row.hc-holder {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    a.cust-info-a {
        width: 100%;
    }

    .info-block {
        padding: 15px 15px 10px 15px;
        font-size: 16px;
        margin: 0px auto;
        max-width: 280px;
        height: 100px;
    }

    #customer-info em.fa {
        font-size: 35px;
    }

    #customer-info em {
        font-size: 30px;
        margin-right: 10px;
    }

    .customer-heading {
        text-align: center;
        margin: auto;
    }
}

@media(max-width:991px) {

    #customer-info {
        padding-bottom: 30px;
        padding-top: 40px;
    }
}

@media(min-width:767px) and (max-width:991px) {

    #customer-info em {
        font-size: 30px;
        margin-right: 5px;
    }

    .info-block {
        padding: 20px;
        font-size: 16px;
        height: 100px;
        min-height: 80px;
    }

    #customer-info em.fa {
        font-size: 30px;
    }

    #customer-info {
        min-height: 250px;
    }

    .testimonials, .info-block .knowledge-hub, .info-block .catalogue {
        width: 40px;
    }

    .info-block .knowledge-hub, .info-block .catalogue {
        background-size: 28px;
    }

    .testimonials {
        background-size: 40px;
    }

    .customer-info .container {
        max-width: 750px;
    }

    .hc-holder .col-md-4 {
        padding-right: 0;
    }
}

@media(min-width:992px) and (max-width:1400px) {

    #customer-info {
        padding-top: 60px;
        min-height: 300px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .info-block {
        padding: 30px 15px;
        font-size: 20px;
        height: 120px;
    }

    #customer-info em {
        font-size: 30px;
        margin-right: 10px;
    }

        #customer-info em.fa {
            font-size: 35px;
        }
}

@media(min-width:1200px) and (max-width:1400px) {
    .info-block {
        padding: 20px;
        font-size: 20px;
        height: 130px;
    }

    #customer-info em.fa {
        font-size: 35px;
    }

    #customer-info em {
        font-size: 30px;
        margin-right: 15px;
    }
}

@media(min-width:1400px) and (max-width:1600px) {
    .info-block {
        padding: 40px 20px;
        font-size: 24px;
    }

    #customer-info em {
        font-size: 40px;
        margin-right: 15px;
    }
}

.cust-pad {
    padding: 0 15px;
}
/*Heading Styles*/
.toplandingpage .section-heading {
    font-size: 34px;
    font-weight: bold;
    color: #444;
    padding: 0;
}

.section-heading {
    font-size: 34px;
    font-weight: bold;
    color: #444;
    padding: 0;
    display: block;
}

.landing-page .section-heading {
    font-size: 34px;
    font-weight: bold;
    color: #444;
    padding: 0px;
}

.customer-heading .section-heading {
    font-size: 28px;
}

.about-section .section-heading {
    padding: 0;
}


.section-heading + .btn {
    float: right;
    background-color: #12c35a;
    border-color: #12c35a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
}

    .section-heading + .btn a {
        color: #fff;
    }

@media(max-width:767px) {
    .section-heading, .landing-page .section-heading, .toplandingpage .section-heading {
        font-size: 24px;
        max-width: 100%;
        float: none;
        padding: 0;
    }

    .customer-heading .section-heading {
        font-size: 22px;
    }

    .section-heading + .btn {
        display: none;
    }
}

.hc-holder {
    padding: 0 15px;
}

@media(max-width:1200px) {
    .hc-holder {
        margin-top: 20px;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .section-heading, .landing-page .section-heading, .toplandingpage .section-heading {
        font-size: 26px;
        padding: 0px;
    }
}
/*Breadcrumb*/

ol.breadcrumb {
    padding: 10px 0;
    background: #fff;
    display: flex;
    align-items: center;
}

@media(min-width:1200px) {
    ol.breadcrumb li {
        font-size: 11px;
    }
}

@media(max-width:767px) {
    ol.breadcrumb {
        font-size: 11px !important;
    }
}

@media(min-width:992px) {
    ol.breadcrumb {
        padding: 10px 0;
    }

    .landing-page ol.breadcrumb {
        padding: 10px 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    ol.breadcrumb {
        font-size: 11px;
        width: 650px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-wrap: nowrap;
    }

    .breadcrumb > li + li::before {
        padding: 0 5px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    ol.breadcrumb {
        width: 850px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-wrap: nowrap;
    }
}
/*Best Sellers*/


/* List Page Boxes */

.product-list-box {
    padding: 10px;
    margin-bottom: 0px;
    padding-bottom: 80px;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    float: left;
    position: relative;
    width: 99%;
}

.plb-brand {
    float: right;
    height: 22px;
    max-width: 100%;
}

.plb-image {
    width: 100%;
    margin: auto;
    text-align: center;
    float: left;
    min-height: 150px;
    display: flex;
    align-items: center;
}

    .plb-image img.plb-main {
        margin: auto;
    }

.plb-name {
    font-weight: bold;
    font-size: 16px;
    color: #444;
    max-height: 150px;
    min-height: 70px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

.prodlistbox .plb-name {
    height: auto;
    margin-bottom: 0;
}

@media(min-width:768px) and (max-width:1200px) {
    .plb-name {
        height: 130px;
    }
}

.full-prod-holder .plb-price-row {
    float: left;
    width: 100%;
    display: block;
    bottom: auto;
    right: 0%;
    position: absolute;
    top: 36%;
}

@media(min-width:767px) and (max-width:992px) {
    .full-prod-holder .plb-price-row {
        top: 30%;
    }

    .incvatfull {
        bottom: auto;
        top: 43%;
    }
}

@media(max-width:767px) {
    .plb-price-row .plb-price-was {
        right: auto;
        position: relative;
        float: left !important;
        left: 0;
        top: 0;
    }
}

.plb-price-row {
    float: left;
    width: 100%;
    display: block;
}

.plb-price-from {
    color: #8B8B8B;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.full-prod-holder .plb-price-now {
    color: red;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-right: 10px;
}

.plb-price-now {
    color: red;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-right: 0px;
}

.plb-price-was {
    color: #000;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-decoration: line-through;
}

.btn.plb-buynow {
    color: white;
    background-color: #EC7A3D;
    border-radius: 3px;
    padding: 8px 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
    right: -15px;
    box-shadow: 0 2px 8px -3px grey;
}

.trade-discount-active-text {
    color: red;
    font-weight: bold;
}

@media(min-width:1200px) {
    .bestSellerCarousel .btn.plb-buynow {
        color: white;
        background-color: #EC7A3D;
        border-radius: 3px;
        padding: 9px 30px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        bottom: 25px;
        right: -15px;
        font-size: 18px;
    }

    .bestSellerCarousel .product-list-box {
        padding: 15px 20px;
        border-radius: 3px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        padding-bottom: 100px;
        float: left;
        margin-bottom: 15px;
        position: relative;
        max-width: 320px;
    }
}

.btn.plb-buynow::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid #C96D3B;
    border-right: 14px solid transparent;
    right: 0;
    bottom: -13px;
}

.slick-arrow {
    width: 45px;
    height: 45px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.18);
    font-size: 22px;
    padding-left: 12px;
    color: #12c35a;
}

.prevArrowBtn {
    position: absolute;
    bottom: -50px;
    left: 15px;
    background-image: url('/Content/images/SiteIcons/arrow-left.PNG');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.nextArrowBtn {
    position: absolute;
    bottom: -50px;
    right: 15px;
    background-image: url('/Content/images/SiteIcons/arrow-right.PNG');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

@media(min-width:1200px) {
    .slick-arrow {
        width: 55px;
        height: 55px;
    }

    .prevArrowBtn {
        bottom: -75px;
        background-size: 25px;
    }

    .nextArrowBtn {
        bottom: -75px;
        background-size: 25px;
    }
}

@media(max-width:1300px) {
    .plb-price-now {
        font-size: 26px;
        margin-right: 0;
    }

    .plb-price-was {
        font-size: 16px;
        float: right;
        /*margin-top: 8px;*/
    }

    .plb-name {
        font-size: 16px;
    }
}

@media(min-width:1300px) and (max-width:1500px) {
    .plb-price-now {
        font-size: 30px;
        margin-right: 0;
    }

    .plb-price-was {
        font-size: 18px;
        float: right;
        /*margin-top: 8px;*/
    }
}

/*Product List Pages*/
.topText span, .topText p span {
    color: #444 !important;
    line-height: 1.5 !important;
}

@media(min-width:768px) and (max-width:991px) {
    .topText span, .topText p span {
        line-height: 2 !important;
    }
}

.topText h1 {
    color: #444 !important;
    font-size: 34px;
}

.listbottombox {
    margin: auto;
}

.bottom-paging {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.x-Filtering-Filter.form-control {
    padding: 5px;
}

.sort-by {
    display: flex;
    align-items: center;
}

    .sort-by p {
        margin: 0 10px;
        font-size: 16px;
        color: #000;
    }

.filterRow {
    width: 100%;
}

.filterHeader .fa {
    float: right;
}

li.x-Paging-Page {
    padding: 5px 5px;
}

.full-prod-holder .description-list-page .plb-name {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.full-prod-holder {
    padding: 20px 0;
}

    .full-prod-holder .btn.plb-buynow {
        padding: 8px 30px;
        bottom: 0;
    }

    .full-prod-holder .plb-price-from {
        color: #8B8B8B;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        font-weight: bold;
    }



@media(min-width:767px) {
    .plb-price-from {
        font-size: 14px;
    }

    .plb-price-now {
        font-size: 22px;
        margin-right: 0;
    }

    .plb-price-was {
        font-size: 14px;
        float: right;
        margin-top: 8px;
    }

    .plb-name {
        height: auto;
    }

    .product-list-box {
        padding: 15px 20px;
        margin-bottom: 0px;
        padding-bottom: 45px;
        height: 100%;
    }

    .btn.plb-buynow {
        padding: 6px 30px;
        font-size: 14px;
    }

    .ymal-carousel .btn.plb-buynow {
        padding: 6px 23px;
        bottom: 20px;
    }
}

@media(max-width:767px) {
    .plb-name {
        margin-top: 0;
        font-size: 12px;
    }

    .btn.plb-buynow {
        padding: 4px 25px;
        bottom: 20px;
    }

    .plb-price-now {
        font-size: 21px;
        margin-right: 0;
    }

    .plb-price-from {
        font-size: 11px;
    }

    .plb-price-was {
        font-size: 11px;
    }

    .product-list-box .btn.plb-buynow {
        width: 52%;
    }

    .bestSellerCarousel .product-list-box .btn.plb-buynow {
        width: 56%;
    }
}

@media(max-width:320px) {
    .plb-price-row .plb-price-was {
        font-size: 12px;
        margin-top: 5px;
    }

    .plb-price-now {
        font-size: 18px;
        margin-right: 0;
    }

    .plb-price-from {
        font-size: 11px;
    }

    .plb-price-was {
        font-size: 11px;
    }

    .listbox .product-list-box .btn.plb-buynow {
        font-size: 14px;
    }
}

/* ====================== lines button ==================================================*/
@media(max-width:1200px) {
    .lines-button {
        padding: 0;
        transition: .3s;
        cursor: pointer;
        user-select: none;
        border-radius: 0.2rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

        .lines-button:hover {
            opacity: 1;
        }

        .lines-button:active {
            transition: none;
        }

    .lines {
        display: inline-block;
        width: 1.6rem;
        height: 0.2rem;
        background: #51c25e;
        border-radius: 0.28571rem;
        transition: 0.3s;
        position: relative;
    }

        .lines:before, .lines:after {
            display: inline-block;
            width: 1.6rem;
            height: 0.2rem;
            background: #51c25e;
            opacity: 1;
            border-radius: 1rem;
            transition: 0.3s;
            position: absolute;
            left: 0;
            content: '';
            -webkit-transform-origin: 0.28571rem center;
            transform-origin: 0.28571rem center;
        }

        .lines:before {
            top: 0.5rem;
        }

        .lines:after {
            top: -0.5rem;
        }

    .lines-button:hover .lines:before {
        top: 0.5rem;
    }

    .lines-button:hover .lines:after {
        top: -0.5rem;
    }

    .lines-button.open {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .lines-button.x.open .lines {
        background: transparent;
    }

        .lines-button.x.open .lines:before, .lines-button.x.open .lines:after {
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            top: 0;
            width: 1.8rem;
        }

        .lines-button.x.open .lines:before {
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
        }

        .lines-button.x.open .lines:after {
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
        }


    .lines-button.x.close .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .lines-button.x.close .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    .lines-button.x.close .lines {
        background: transparent;
    }

        .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            top: 0;
            width: 1.8rem;
        }
}


/*Not found*/
.not-found {
    padding: 20px 0;
}

.not-found-text p {
    font-size: 20px;
}


.product-container .customise-row a {
    font-size: 20px;
}

/*Product Page*/
@media(max-width:767px) {
    #productBreadcrumb li:last-of-type {
        display: none;
    }
}

.information-icons .truck {
    background-size: 25px;
    width: 25px;
    margin-right: 5px;
    font-size: 20px;
}

.information-icons a, .information-icons p {
    padding: 10px 0;
    color: #000;
    margin-bottom: 0;
}

.information-icons {
    margin-top: 100px;
}

    .information-icons > div {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .information-icons a {
        font-size: 16px;
        font-weight: bold;
        color: #4F4F4F;
    }

    .information-icons .fa {
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.product-container {
    padding: 15px 0 5px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
    margin: 5px -15px 20px;
}

    .product-container ul {
        padding-left: 0;
        font-size: 14px;
    }

        .product-container ul li {
            color: #000;
            list-style: none;
            display: flex;
            align-items: baseline;
        }

            .product-container ul li::before {
                color: #12c35a;
                content: "\2022";
                font-size: 30px;
                margin-right: 5px;
                position: relative;
                top: 5px;
            }

    .product-container .plb-price-now {
        font-size: 25pt;
        line-height: 1.3;
    }

    .product-container a {
        color: #000;
    }

    .product-container .tab-pane {
        width: 100%;
    }

    .product-container .input-group-addon {
        width: 40%;
    }

    .product-container .input-group {
        align-items: center;
    }

    .product-container .catBrand {
        margin-bottom: 10px;
    }

.bundle-description ul li {
    font-size: 16px;
}

.bundle-description ul {
    padding-top: 0.25rem;
}

    .bundle-description ul li::before {
        color: #000000;
        line-height: 22px;
        font-size: 10px;
        top: -2px;
        padding-right: 15px;
        padding-top: 7px;
    }

.addbskt.plb-buynow::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid #C96D3B;
    border-right: 14px solid transparent;
    right: 0;
    bottom: -13px;
}

.addbskt.plb-buynow {
    color: white;
    background-color: #00893e;
    border-radius: 3px;
    padding: 8px 0px;
    font-size: 16px;
    text-align: right;
    width: 107%;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    right: -15px;
    display: flex;
    align-items: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(min-width:992px) {
    .addbskt.plb-buynow:hover {
        background-color: #00560b;
    }

        .addbskt.plb-buynow:hover .addBasket {
            background-color: #00560b;
            border-color: #00560b;
        }
}

.addbskt.plb-buynow #gdAdd {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    color: #fff;
    text-shadow: none;
}

@media(max-width:1300px) {
    .addbskt.plb-buynow #gdAdd {
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .addbskt.plb-buynow #gdAdd {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .addbskt.plb-buynow #gdAdd {
        font-size: 13px;
    }
}

@media(max-width:767px) {
    .addbskt.plb-buynow #gdAdd {
        font-size: 13px;
    }
}

.qty-box .fa {
    color: rgba(255, 255, 255, 0.77);
    position: absolute;
}

.qty-box em.fa.fa-chevron-up.basket-qty-btn {
    top: 3px;
}

.qty-box em.fa.fa-chevron-down.basket-qty-btn {
    bottom: 3px;
}

.qty-box em.fa.fa-chevron-up.basket-qty-btn, .qty-box em.fa.fa-chevron-down.basket-qty-btn {
    cursor: pointer;
    right: -15px;
}

.qty-box {
    position: relative;
}
/*Basket*/
.basket-page {
    margin-bottom: 30px;
}

#basket-breadcrumb ol.breadcrumb {
    padding: 0;
}

#basket-breadcrumb .breadcrumb-bg {
    background: #eaeaea;
    color: #000;
    padding: 10px 0;
}

#basket-breadcrumb ol.breadcrumb {
    background: #eaeaea;
}

.btn-modal:hover, .btn-modal:focus, .btn-modal:active, .btn-modal.active, .open .dropdown-toggle.btn-modal {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-modal {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.add-bsk-modal {
    margin: 5px auto;
    padding: 0;
}

.staticLeftNav {
    margin: 15px 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.Account-bc ol.breadcrumb {
    padding: 10px 15px;
}

.login-bc.Account-bc ol.breadcrumb {
    padding: 10px 0;
}

.BreadcrumbHeader.Account-bc, .BreadcrumbHeader.basket-bc {
    background-color: #e2e2e2;
}

    .BreadcrumbHeader.basket-bc strong a {
        color: #333;
    }

.Account-bc ol.breadcrumb, .basket-bc ol.breadcrumb {
    background: inherit;
    margin: 0;
    color: #000;
}

.my-account-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkoutAddressBox .form-group {
    display: flex;
    flex-wrap: wrap;
}

#delAddressBook {
    margin-top: 30px;
}

.my-account-heading {
    border-bottom: 2px solid #e2e2e2;
    margin: 5px 0;
}

.validation-flex {
    display: flex;
}

#OrderHistory .fa {
    color: #fff;
}

#OrderHistory .no-more-tables {
    margin: 20px 0;
}

#delAddressBook .standardAddressBox, #delAddressBook .primaryAddressBox {
    height: 430px;
    margin-bottom: 20px;
}

.addresslineHolder h3 {
    padding: 10px 0;
    margin: 0;
}

.order-history-header td {
    vertical-align: middle;
}

.rowMargin {
    margin: 0;
}

#InvoiceDetails {
    margin: 0;
}

@media(max-width:767px) {
    .left-buttons {
        margin-bottom: 10px;
    }

        .left-buttons a, .right-buttons a, .left-buttons .btn.btn-info {
            font-size: 14px;
            padding: 6px 12px;
        }

    .right-buttons .margLeft5 {
        margin: 0;
    }

    .my-account-flex {
        margin: auto;
    }

    .checkoutAddressBox .mTop10 {
        margin: 10px auto 0;
    }

    .addressedit .noPadding:first-child {
        padding: 0 15px;
    }

    .custxsrow {
        margin: auto;
    }

    .mini-basket.basket-total {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        color: #fff;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .left-buttons a, .right-buttons a, .left-buttons .btn.btn-info {
        font-size: 16px;
        padding: 6px 12px;
        font-weight: normal;
    }
}

@media(max-width:767px) {
    .product-container {
        box-shadow: none;
        margin: 0 -15px;
    }

    .productDetail h1 {
        font-size: 20px;
    }

    .addbskt.plb-buynow {
        width: 100%;
        right: 0;
        margin: 0;
    }

        .addbskt.plb-buynow::after {
            display: none;
        }

    #gdQty {
        border: 0px;
        border-radius: 3px;
        width: 100%;
        max-width: 45px;
        margin-right: 10px;
    }

    .qty-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .information-icons {
        margin-top: 70px;
    }

    .gdVar3Row .input-group {
        margin-bottom: 15px;
    }

    #priceRow {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .product-template .plb-price-from {
        font-size: 16px;
    }

    .product-container .plb-price-now {
        font-size: 25pt;
        line-height: 1.2;
    }

    .product-container .plb-price-was {
        float: none;
        font-size: 22px;
        margin-left: 10px;
    }

    .product-container small {
        font-size: 12px;
    }
}

@media(max-width:320px) {
    .MobPadding {
        padding: 0 5px !important;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .col-12.MobPadding, .col-12.MobPadding.slick-slide.slick-current.slick-active {
        padding: 0 15px !important;
    }
}

@media(max-width:767px) {
    .MobNoPadding {
        padding: 0 !important;
    }

    .btn.plb-buynow::after {
        border-top: 10px solid #C96D3B;
        border-right: 10px solid transparent;
        bottom: -10px;
    }

    .btn.plb-buynow {
        bottom: 25px;
        right: -10px;
    }

    .landing-page .category-ymal-padding {
        padding: 0 !important;
    }

    .plb-price-was {
        font-size: 11px;
    }

    .listbox .product-list-box {
        padding-bottom: 45px;
    }

        .listbox .product-list-box .btn.plb-buynow {
            bottom: 15px;
            right: -10px;
        }

    .flex-width .listbox {
        margin-bottom: 20px;
    }
}


@media(min-width:992px) {
    .MobPadding {
        padding-left: 4px;
    }

    .category-ymal-padding {
        padding: 0px 15px;
    }
}


.qtyfield {
    border: 0px;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.qty-flex {
    display: flex;
}

@media(max-width:767px) {
    div#menu {
        margin-top: 10px;
        background: white;
    }
}

.Product small {
    font-size: 12px;
}

@media(min-width:768px) and (max-width:991px) {
    .information-icons a, .information-icons p {
        font-size: 14px;
    }

    .full-prod-holder .btn.plb-buynow {
        padding: 8px 38px;
    }

    .topText p {
        font-size: 14px;
    }

    .topText h1 {
        font-size: 26px;
        margin-top: 0px;
    }

    .filterOptions {
        margin-top: 0px;
    }

    .topText {
        margin-bottom: 15px;
    }

    .information-icons {
        margin-top: 0;
    }

    .price-grid-col.order-ref {
        max-width: 100px;
    }

    .price-grid-section {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0;
    }

    .extra-margin {
        margin-top: 15px;
    }
}

.best-seller-padding {
    padding: 0;
}

#MergeAlert {
    font-size: 14px;
}

    #MergeAlert p {
        margin-bottom: 0;
    }

.mobile-swipe {
    font-size: 14px;
    margin-top: 10px;
}

#slider-thmb img.img-responsive.inlineImages {
    height: 50px;
}


@media(min-width:768px) and (max-width:1200px) {
    #usp-header {
        padding: 15px 10px !important;
        order: 3;
        margin-top: 15px;
    }

        #usp-header .usp-row {
            padding: 0 10px;
        }

        #usp-header .usp-row {
            padding: 0 10px;
        }

    .usp + .usp {
        margin-left: 15px;
    }

    .usp, .usp em {
        font-size: 12px;
    }
}

@media(max-width:360px) {
    .counter {
        top: -5px;
        right: 50px;
    }

    .lines, .lines:before, .lines:after {
        width: 1.2rem;
        height: 0.2rem;
    }

    .btn-menu {
        height: 30px;
        width: 30px;
    }

    .btn-menu-no-bg {
        height: 30px;
        width: 30px;
    }

    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
        width: 1.3rem;
    }

    img.mobile-search-icon {
        height: 30px;
    }

    .mob-search .btn {
        display: flex !important;
        align-items: center;
    }
}

.bg-mob {
    background: #fff;
    height: 60px;
    color: #000;
}

    .bg-mob .container {
        position: absolute;
        bottom: 0;
    }

.incVat {
    color: #898989;
}

    .incVat small {
        font-size: 14px !important;
    }

.incvatfull {
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 30%;
}

.topText hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.1);
}

@media(min-width:1200px) and (max-width:1650px) {
    .navbar-nav li {
        padding: 10px 5px;
    }

    #website-nav {
        padding: 0 10px;
    }
}

@media(min-width:1200px) and (max-width:1550px) {
    #website-nav a {
        font-size: 12px;
    }
}

@media(min-width:1550px) and (max-width:1650px) {
    #website-nav a {
        font-size: 13px;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    #header.container, #menu.container {
        padding-left: 100px;
        padding-right: 100px;
    }

    a#Deals_Link, a#COVID-19_Link {
        padding: 5px !important;
    }

    #website-nav li.dropdown ul.dropdown-menu a {
        font-size: 12px;
    }
}

@media(max-width:991px) {
    img.plb-brand {
        height: 15px;
    }
}

@media(max-width:600px) {
    .product-list-box {
        min-height: 240px;
    }
}

@media(min-width:500px) and (max-width:767px) {
    .product-list-box {
        width: 92%;
        margin: 10px;
        padding: 0 20px;
    }

        .product-list-box .row {
            padding: 20px;
        }

    .plb-name {
        height: 125px !important;
    }
}

@media (min-width:500px) and (max-width:600px) {
    .bestSellerCarousel .product-list-box .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bestSellerCarousel .product-list-box .btn.plb-buynow {
        padding: 8px 20px;
    }

    .bestSellerCarousel .product-list-box {
        padding-bottom: 60px;
    }

    .product-list-box .row {
        padding: 10px;
    }
}

.product-list-box .row {
    margin: auto;
}

@media(min-width:991px) {
    .nextArrowBtn {
        right: 3%;
    }
}

@media (max-width:991px) {
    .nextArrowBtn {
        right: 25px;
    }
}

#desktop-description {
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 25px;
}

.breadcrumb li:last-child a span {
    color: #12c35a;
}

.plb-price-now {
    color: #656565;
}

.plb-price-was {
    color: #8B8B8B
}

.plb-price-now, .product-container .plb-price-now {
    color: red;
}


.text-align {
    text-align: center;
}

.read-more-state {
    display: none;
}

.read-more-wrap {
    max-height: 230px;
    height: 230px;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    width: 100%;
}

    .read-more-wrap ul {
        padding-left: 0 !important;
    }

.read-more-state:checked ~ .read-more-wrap {
    overflow: visible;
    max-height: 100%;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
    margin-top: 10px;
}

@media(min-width:992px) and (max-width:1200px) {
    .read-more-trigger {
        margin-top: 20px;
    }
}

.media-icon {
    position: relative;
}

    .media-icon img.overlay-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

@media(min-width:1200px) {
    .full-prod-holder .incvatfull {
        left: 35px;
        top: 50%;
    }

    .full-prod-holder .plb-price-row.d-md-block {
        top: 25%;
        padding: 0 20px;
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 25px;
    }

        .full-prod-holder .plb-price-row.d-md-block .plb-price-from {
            width: 100%;
        }

    .full-prod-holder .plb-price-now {
        color: red;
        font-size: 32px;
    }
}

@media(min-width:1400px) {
    .plb-price-row.d-md-block .plb-price-was {
        font-size: 22px;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .full-prod-holder .plb-price-now {
        font-size: 29px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .price-grid-section {
        margin: 10px auto;
    }

    .read-more-wrap {
        max-height: 115px;
    }
}


@media(min-width:768px) and (max-width:991px) {
    .addbskt.plb-buynow {
        right: -30px;
    }

    .section-buy-grid ol {
        padding-left: 15px;
    }

    .removepaddingipad {
        padding: 0;
    }

    .section-buy-grid [class*="gdVar"] {
        margin: 10px 0;
    }

    .product-container .input-group-addon {
        width: 30%;
    }
}

.ream-more {
    color: #12c35a !important;
    display: block;
    margin-bottom: 10px;
}

div#more-information {
    margin-top: -60px;
}

@media (max-width: 992px) and (min-width: 767px) {
    .product-list-box {
        padding: 10px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

span.plb-price-was {
    float: left;
    margin-left: 10px;
    margin-top: 13px;
}

.plb-price-now, .product-container .plb-price-now {
    float: left;
}

.size-guide-text {
    cursor: pointer;
}

@media (max-width: 767px) {
    #gdQty {
        margin-right: 22px;
    }

    .addbskt.plb-buynow {
        margin-top: 15px;
    }
}

ul.dropdown-menu {
    min-width: 250px;
}

@media (max-width: 789px) {
    span.plb-price-was {
        float: left !important;
        margin-left: 10px !important;
        margin-top: 8px;
        left: 72px;
    }
}

@media (max-width: 789px) {
    span.plb-price-was {
        float: left !important;
        margin-left: 10px !important;
        margin-top: 8px;
    }
}

/*default for mobile command desktop*/
.tablet-only-products-per-page {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tablet-only-products-per-page {
        display: block;
        margin-top: 15px;
    }
}

.navbar-nav .dropdown a {
    min-width: 41px !important;
}

@media (max-width: 550px) {
    .bg-mob {
        height: auto;
    }

        .bg-mob .h2, .bg-mob h2 {
            padding-top: 10px;
        }

        .bg-mob .container {
            position: relative;
            bottom: 0;
        }

    .btn.plb-buynow {
        bottom: 20px;
    }
}

.product-section .col-lg-4.col-md-4.col-sm-12.col-12.listbox {
    margin-bottom: 20px;
}

@media(min-width:767px) {
    .main-cat-box {
        margin-bottom: 50px;
    }

    .cat-box {
        height: 100%;
        margin: 0;
        flex-direction: column;
    }

    a.a-flex {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .cat-image {
        align-self: flex-start;
    }

    .cat-info {
        align-self: flex-start;
        min-height: 1px;
        max-height: 1000px;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    span.category-Catname {
        align-self: flex-start;
    }

    .cat-info p {
        align-self: flex-start;
    }

    span.btn-explore-range {
        align-self: flex-end;
        flex: 1;
        align-items: flex-end;
    }
}

.plb-price-from {
    padding-top: 10px;
}

.ymal-carousel #colour-variant-row {
    bottom: 20px;
}

@media (min-width: 1500px) {
    #website-nav a {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav li {
        padding: 3px 10px;
    }
}

@media (min-width: 1200px) and (max-width:1500px) {
    .navigation-bar-outer-wrapper .container {
        padding: 0 30px;
    }
}

.btn-quickorder,
.btn-quickorder:visited,
.btn-quickorder:active,
.btn-quickorder:focus,
.btn-quickorder:hover {
    color: black;
    background-color: white;
    border: none;
}

    .btn-quickorder .fa {
        color: black;
    }

.bestSellerCarousel .product-list-box {
    margin-bottom: 0;
}

.first-switch-field {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.hc-holder {
    margin-top: 15px;
}

.category-ymal-padding .slick-track {
    display: flex;
}

.category-ymal-padding .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

span.plb-price-was {
    float: left;
    margin-left: 10px;
    margin-top: 0;
}

.bestSellerCarousel #colour-variant-row {
    bottom: 29px;
}

.bestSellerCarousel .swatchCounter, .ymal-carousel .swatchCounter {
    vertical-align: bottom;
}

.category-ymal-padding .product-list-box {
    padding-bottom: 40px;
}

@media(min-width:767px) and (max-width:992px) {
    .category-ymal-padding .product-list-box {
        padding-bottom: 0px;
    }
}

@media(max-width:1022px) {
    .category-ymal-padding .product-list-box {
        padding-bottom: 0px;
    }
}


.landing-page .btn-explore-range {
    bottom: 0;
    left: 0;
    position: relative;
    align-items: flex-end;
}

@media(min-width:767px) {
    .landing-page .cat-info {
        flex-wrap: nowrap;
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .landing-page .btn-explore-range {
        bottom: 0;
        left: 0;
        position: relative;
        align-self: flex-end;
        margin: 0;
        top: 0;
        right: 0;
        margin-top: 10px;
    }
}

.plb-price-row .special-offer-message-overlay {
    padding-top: 0;
    font-size: 11px;
}

@media(max-width:767px) {
    .bestSellerCarousel > div {
        float: left;
    }
}

@media(min-width:767px) {
    .plb-name {
        height: auto;
    }
}

.inputBox-xs {
    width: 50px;
}

.grid-foot-bar {
    height: auto;
}

@media(max-width:1200px) {
    #Deals_Link, #COVID-19_Link {
        background-color: #f52f18 !important;
        border: solid 1px #f52f18 !important;
        color: white !important;
        float: left;
        display: inline-block;
        width: auto;
    }

    #website-nav #Deals_Link a, #website-nav #COVID-19_Link a {
        color: white;
        font-weight: bold;
    }

    .bestSellerCarousel #colour-variant-row {
        bottom: 22px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    ol.breadcrumb {
        padding: 30px 0 10px;
    }
}

.remove-margin-section {
    margin-bottom: -20px;
}

@media(max-width:767px) {
    .remove-margin-section {
        margin-bottom: 10px;
        margin-top: -20px;
    }
}

a.logo-service-section {
    padding: 15px;
    border-radius: 10px;
    background-color: #d0e5b0;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #6c6d70;
}

.logo-service-header {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
    color: #6c6d70;
}

@keyframes falshing-border {
    0% {
        box-shadow: 0px 0px 0px rgba(108, 109, 112, 0.5);
    }

    50% {
        box-shadow: 0px 0px 20px rgba(108, 109, 112, 0.5);
    }

    100% {
        box-shadow: 0px 0px 0 rgba(108, 109, 112, 0.5);
    }
}

@-moz-keyframes falshing-border {
    0% {
        box-shadow: 0px 0px 0px rgba(108, 109, 112, 0.5);
    }

    50% {
        box-shadow: 0px 0px 20px rgba(108, 109, 112, 0.5);
    }

    100% {
        box-shadow: 0px 0px 0 rgba(108, 109, 112, 0.5);
    }
}

@-webkit-keyframes falshing-border {
    0% {
        box-shadow: 0px 0px 0px rgba(108, 109, 112, 0.5);
    }

    50% {
        box-shadow: 0px 0px 20px rgba(108, 109, 112, 0.5);
    }

    100% {
        box-shadow: 0px 0px 0 rgba(108, 109, 112, 0.5);
    }
}

#customer-info .section-heading {
    margin-top: -15px;
    margin-bottom: 10px;
}

@media(min-width:992px) {
    .information-icons {
        margin-top: 75px;
    }
}

@media(min-width:1200px) {
    .information-icons {
        margin-top: 70px;
    }
}

.product-container {
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .fixedHeader {
        z-index: 999;
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none;
    }
}

a.logo-service-section {
    width: auto;
    float: left;
    display: inline-block;
    max-width: 300px;
    font-size: 12px;
    padding: 15px 5px;
}

.logo-service-header {
    font-size: 16px;
}

@media(max-width:767px) {
    .add-logo strong, .pdf-link, .full-range {
        font-size: 14px;
        display: block;
        float: left;
        width: 100%;
    }
}

.homepage-bg-img {
    background-image: url(/Content/images/ppe-equipment/ppebackimage.jpg);
    height: 500px;
    background-position: top right !important;
    background-size: cover;
}

@media (max-width: 1200px) {
    .homepage-bg-img {
        height: 400px !important;
    }

    .ymal-carousel #colour-variant-row {
        left: 0px;
        bottom: 20px;
    }
}

@media (max-width: 992px) {
    .homepage-bg-img {
        height: 350px !important;
    }

    .bestSellerCarousel #colour-variant-row {
        bottom: 14px;
        left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    div#homepage-carousel {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .homepage-bg-img {
        height: 180px !important;
    }
}

.product-list-box .plb-price-row .plb-price-was {
    position: relative !important;
}

.homepage-bg-img {
    background-image: url(/Content/images/ppe-equipment/ppebackimage.jpg);
    height: 500px;
    background-position: top right !important;
    background-size: cover;
}

@media (max-width: 1200px) {
    .homepage-bg-img {
        height: 400px !important;
    }
}

@media (max-width: 992px) {
    .homepage-bg-img {
        height: 350px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    div#homepage-carousel {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .homepage-bg-img {
        height: 180px !important;
    }
}

.overlay {
    position: relative;
    top: 0px;
    right: 0;
    max-width: 100%;
    text-align: left;
}

.overlay_topleft {
    position: absolute;
    top: 0px;
    left: 18px;
    z-index: 5;
}

.overlay_topcenter {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.overlay_bottomcenter {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.overlay_middleleft {
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    z-index: 5;
    position: absolute;
}

.overlay_middlecenter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    position: absolute;
}

.overlay_middleright {
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    z-index: 5;
    position: absolute;
}

.overlay_topright {
    position: absolute;
    top: 0px;
    right: 18px;
    z-index: 5;
}

.overlay_bottomleft {
    position: absolute;
    bottom: 0px;
    left: 18px;
    z-index: 5;
}

.overlay_bottomright {
    position: absolute;
    bottom: 0px;
    right: 18px;
    z-index: 5;
}

.prod-main-img, .plb-image {
    position: relative;
}

img[class^="overlay_"] {
    max-width: 35%;
    max-height: 35%;
}

@media(max-width:767px) {
    .NotCategoryPage {
        margin-top: 165px !important;
    }

    .logo-img {
        text-align: center;
    }

    ol.breadcrumb {
        margin-top: 6px;
    }
}

@media(max-width:992px) {
    .bg-mob > .container .container {
        position: relative;
        padding-left: 0;
    }
}

@media(max-width:992px) and (min-width:767px) {
    .bg-mob > .container .container {
        margin-left: -15px;
    }
}


.plb-brand {
    height: auto;
    max-height: 22px;
}

#AlertBox {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

#search-container .input-group-text {
    background-color: transparent;
}

.carousel-indicators {
    position: relative;
    margin-top: 15px;
    margin-bottom: 0;
}

    .carousel-indicators li {
        width: 6px;
        height: 6px;
        margin: 0 5px;
        background-color: #12c35a;
        opacity: 0.4;
    }

        .carousel-indicators li.active {
            width: 6px;
            height: 6px;
            margin: 0 5px;
            background-color: #12c35a;
        }

.bestSellerCarousel .prevArrowBtn, .ymal-carousel .prevArrowBtn {
    bottom: 50%;
    background-size: 25px;
    left: -25px;
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
    box-shadow: none;
    color: black;
    cursor: pointer;
}

.bestSellerCarousel .nextArrowBtn, .ymal-carousel .nextArrowBtn {
    bottom: 50%;
    background-size: 25px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
    box-shadow: none;
    color: black;
    cursor: pointer;
}

.sign-up-black {
    background-color: black !important;
    border-color: black !important;
}

@media(max-width:767px) {
    .sub-footer {
        padding: 20px;
        text-align: center;
    }

    #usp-header {
        padding: 9px;
        background-color: #222021;
    }

        #usp-header a {
            font-size: 12px;
        }
}

.info-block {
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
}

#customer-info em {
    font-size: 80px;
    margin-right: 10px;
    float: none;
    margin: 0 auto 20px;
    color: black !important;
}

#info-carousel .carousel-control-prev {
    left: -35px;
}

#info-carousel .carousel-control-next {
    right: -35px;
}

.count-header {
    font-size: 32px;
    font-weight: bold;
    margin-right: 30px;
    letter-spacing: 0px;
    color: #4A4A4C;
}

@media(max-width:992px) {
    .count-header {
        display: none;
    }
}

.bestSellerCarousel {
    margin-bottom: 20px;
}

#usp-header {
    padding: 5px 15px;
}

a.floating-gram {
    position: fixed;
    bottom: 125px;
    right: 0;
    width: 100px;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    box-shadow: 1px 1px 10px 1px #e2e2e2;
    z-index: 9;
}

@media (max-width: 767px) {
    #info-bar .right-links {
        display: none !important;
    }

    #mobile-burger {
        display: none !important;
    }

    .btn-acc {
        border: 0;
        padding: 0;
        font-size: 30px;
    }

    #mobile-burger-xs {
        margin-right: 5px;
        border: 0px;
    }

        #mobile-burger-xs.btn-menu {
            box-shadow: none;
        }

    .logo-img {
        padding: 0;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown, .navbar-nav li, .submenuitem {
        width: 100%;
        margin: 10px 0 !important;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 17px !important;
    }

    .navbar-nav {
        padding-top: 10px;
    }

    .dropdown .fa, li[id^="drops_"] .fa {
        color: #000000;
    }

    #website-nav a {
        margin-bottom: 0;
        font-size: 12px !important;
        font-weight: bold;
        color: #393939 !important;
        width: 80% !important;
    }

    .dropdown, .navbar-nav li {
        position: static;
    }

        .dropdown:hover .dropdown-menu {
            display: none !important;
        }

        .dropdown.dropdown-open .dropdown-menu {
            display: block !important;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 999;
            background-color: white;
            right: 0;
            float: left;
            margin: 0;
            padding: 0 20px;
            min-height: 100%;
            padding-bottom: 90px;
        }

    #website-nav .dropdown li {
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    #website-nav li.dropdown ul.dropdown-menu a {
        font-size: 16px;
        padding: 0 !important;
        text-transform: uppercase;
    }

    #website-nav .dropdown li {
        padding-top: 7px;
    }

    #website-nav #Deals_Link a, #website-nav #COVID-19_Link a {
        color: white !important;
        font-weight: bold;
        text-align: left !important;
    }

    li#COVID-19_Link {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
    }

        li#COVID-19_Link .fa {
            color: white;
            margin-top: 5px;
            display: inline-block;
        }

    #website-nav li.dropdown ul.dropdown-menu a.dropdown-toggle.menu-back.d-md-none {
        color: #393939 !important;
        padding: 10px !important;
        padding-left: 0px !important;
        float: left;
        width: auto !important;
        border-radius: 5px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .dropdown-nav-button, .dropdown-nav-button3rd {
        border-bottom: 1px solid #D8D8D8 !important;
        font-size: 18px;
    }

        .dropdown-nav-button3rd a {
            background-color: #ffffff;
        }

    #website-nav li.dropdown ul.dropdown-menu div[id^="thirdlevel_"] a.block-menu-item {
        border-bottom: 1px solid #D8D8D8 !important;
        margin: 0 !important;
        padding: 18px 0px 18px 20px !important;
        width: 100% !important;
    }


    #header-main {
        padding: 15px 0 0;
        display: flex;
    }

    #usp-header {
        padding: 5px 15px;
        order: 1;
    }

    div#menu {
        margin-top: 0;
        background: white;
        order: 2;
        max-height: 565px;
        overflow: auto;
    }

        div#menu.open {
            min-height: 87vh;
            padding-bottom: 100px;
        }

    body.nav-open {
        position: static;
        overflow: hidden;
    }

    #website-nav {
        padding-bottom: 15px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 5%;
        opacity: 1;
    }

        .carousel-control-prev span, .carousel-control-next span {
            color: #8B8B8B;
            font-size: 12px;
        }

    #website-nav .dropdown li.dropdown-nav-button {
        background-color: #ffffff;
        padding-bottom: 0px !important;
        padding-top: 10px;
    }

        #website-nav .dropdown li.dropdown-nav-button a {
            font-size: 18px !important;
        }

    #website-nav .dropdown li:hover {
        background-color: #ffffff;
    }

    a.dropdown-toggle.menu-back span {
        font-size: 18px !important;
        text-transform: uppercase !important;
    }

    a.block-menu-item {
        margin: 20px 0 !important;
    }

    #website-nav a.thirdlevel_viewall {
        width: fit-content !important;
        margin-left: auto !important;
        color: #37A646 !important;
        text-transform: none !important;
        text-decoration: underline;
    }

    .dropdown-toggle .fa-chevron-right, .submenuitem .fa-chevron-right {
        position: absolute;
        right: 20px;
    }

    .nav-icon-image {
        border: 1px solid #D8D8D8;
    }

    .headercontainer {
        background-color: #ffffff;
        position: sticky;
        z-index: 9999;
        top: 0px;
    }

    .mobile-filter-button-wrapper {
        margin: 10px 0 !important;
    }

        .mobile-filter-button-wrapper .fa-caret-right {
            display: none;
        }


    #mobile-filters-outer-wrapper > .row {
        background-color: #EEEEEE;
    }

    #mobile-filters-outer-wrapper button, #mobile-filters-outer-wrapper select {
        background-color: unset !important;
        box-shadow: none !important;
        border-width: 0px !important;
        font-weight: bold;
        margin-top: 0px !important;
        text-transform: uppercase;
        text-align: center;
    }

    #mobile-filters-outer-wrapper > .row > .col-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .row > .col-6:first-child .mobile-filter-button-wrapper {
        border-right: 1px solid #D8DEE1 !important;
    }

    .mobile-filter-button-wrapper .soryByHolder {
        margin-left: 0px;
        text-align: left !important;
    }

    #mobile-filters-outer-wrapper select {
        width: auto;
        margin: 0 auto;
        text-align: center;
        text-align-last: center;
        padding-right: 15px;
    }


    .filtersfixed {
        position: fixed;
        top: 121px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: -18px !important;
    }

    #cat-description {
        margin-bottom: 30px;
    }

        #cat-description + hr {
            display: none;
        }
}

#homepage-categories {
    margin-top: 0;
}

.as-container {
    padding: 0;
}

body, div, html, p, a, article, section {
    font-family: Arial, sans-serif !important;
}

.about-columns {
    column-count: 1 !important;
}

@media(min-width:992px) {
    .dropdown-toggle {
        width: auto !important;
    }
}

.bg-image {
    background-position: bottom;
}

.bestSellerCarousel {
    margin-bottom: 0;
    width: 100%;
    float: left;
}

#hp-mob .carousel-control-prev em {
    color: #8B8B8B !important;
}

#hp-mob .carousel-control-next em {
    color: #8B8B8B !important;
}

.hidden-important {
    display: none !important;
}

@media(max-width:767px) {


    #website-nav #Deals_Link a, #website-nav #COVID-19_Link a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .NotCategoryPage {
        margin-top: 153px !important;
    }

    .best-seller-padding .section-heading {
        text-align: center;
    }

    #hp-mob .plb-name {
        margin-top: 0;
        font-size: 14px;
        height: 40px !important;
    }

    #hp-mob .plb-price-was {
        font-size: 14px;
    }
}

.price-grid-col {
    font-size: 14px;
}

#gdAdd {
    text-align: center;
}

#short-desc ul {
    padding-left: 15px;
}

#short-desc li {
    padding-left: 15px;
    margin-bottom: 10px;
}

    #short-desc li::marker {
        font-size: 10px;
    }

.gridStyle img {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 2px;
}

.gridStyle.selected img {
    border: 1px solid black;
    border-radius: 50%;
    padding: 2px;
}

.buy-btn-holder {
    position: relative;
    margin: 50px -15px 0;
}

    .buy-btn-holder .btn-quickorder {
        position: absolute;
        right: 0;
        font-weight: bold;
        top: -24px;
    }

@media(max-width:991px) {
    .buy-btn-holder .btn-quickorder {
        right: -15px;
    }
}

@media(max-width:767px) {
    .price-grid-row:last-of-type .price-grid-col {
        border-bottom: 0;
    }

    .price-grid-section {
        margin-bottom: 0;
    }

    .buy-btn-holder .btn-quickorder {
        right: 0;
    }

    .buy-btn-holder {
        position: relative;
        margin: 50px 0 0;
    }

    .tab-title {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 5px;
        margin-bottom: 15px;
        width: auto;
        display: inline-block;
    }
}

#alternate-images {
    float: left;
    width: 100%;
    max-height: 650px;
}

    #alternate-images .slick-arrow {
        width: 100%;
        height: auto;
        background: transparent;
        border: 0;
        box-shadow: none;
        text-align: center;
        color: #6C6D70;
        padding-left: 0;
        max-width: 100%;
        margin-left: 0;
        cursor: pointer;
    }

        #alternate-images .slick-arrow:before {
            margin-left: 50%;
            transform: translate(-50%, 0);
        }

.mz-thumb img {
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border-radius: 0;
}

.mz-thumb-selected img, .mz-thumb:hover img {
    -webkit-filter: none !important;
    filter: none !important;
    border: 1px solid #6C6D70;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

@media(max-width:1400px) {
    #alternate-images .slick-arrow {
        margin-left: 0;
    }
}

.zoom-dots .fa {
    color: #e2e2e2;
}

.zoom-dots.active .fa {
    color: black;
}

@media (max-width: 767px) {
    .NotCategoryPage {
        margin-top: 153px !important;
    }

    .best-seller-padding .section-heading {
        text-align: center;
    }

    #hp-mob .plb-name {
        margin-top: 0;
        font-size: 14px;
        height: 60px !important;
    }

    #hp-mob .plb-price-was {
        font-size: 14px;
    }

    .zoom-dots .fa {
        color: #808080;
    }

    .product-container .zoom-dots {
        padding: 0 3px;
    }

    .product-list-box .btn.plb-buynow {
        width: 59%;
    }
}

.filters-aside {
    margin-top: 10px;
}

.please-select-msg {
    position: absolute;
    top: -11px;
    left: -3px;
    color: red;
    background-color: white;
    font-size: 14px;
    display: none;
}

.gdVar1Row.select-alert, .gdVar2Row.select-alert, .gdVar3Row.select-alert {
    padding: 10px;
    border: 2px dashed black;
    position: relative;
}

    .gdVar1Row.select-alert .please-select-msg, .gdVar2Row.select-alert .please-select-msg, .gdVar3Row.select-alert .please-select-msg {
        display: block;
    }

.pointer-cusor {
    cursor: pointer;
}

.addbskt.plb-buynow {
    position: relative;
    width: 100%;
}

.add-to-favs {
    color: #28292E;
    font-size: 11px;
}

.add-to-favs-icon {
    cursor: pointer;
}

#usp-header {
    padding: 9px;
}


.about-home {
    background-image: url('/Content/logos/home-im.jpg');
    background-size: cover;
    background-position: center 90%;
}

@media(max-width:992px) {
    .about-home {
        min-height: 300px;
    }

    #about-safetec .container {
        background-color: #FAFAFA;
    }

    #about-safetec .as-container {
        box-shadow: none;
    }
}

.logo-service-container {
    background-image: url(/Content/images/Reskin/Homepage/LogoService/embroidery.jpg);
    background-size: cover;
    background-position: center;
}

@media(max-width:767px) {
    #usp-header {
        padding: 5px;
    }
}

@media(min-width:400px) and (max-width:767px) {
    #mobile-burger-xs, .acc-btn {
        margin-right: 20px;
    }

    .counter {
        right: 13px;
    }

    .basket-icon {
        position: relative;
    }
}

@media(max-width:767px) {
    .counter {
        right: 13px;
    }

    .basket-icon {
        position: relative;
    }
}

#cat-description p {
    margin-bottom: 0;
}

.product-list-box.mobile-search-result-outter-wrapper .plb-price-row .plb-price-was {
    position: static !important;
}

@media (min-width: 767px) {
    .main-cat-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .btn-acc {
        border: 0;
        padding: 0;
        font-size: 33px;
        margin-right: 11px;
    }

    .topText h1 {
        color: #444 !important;
        font-size: 26px;
        margin-bottom: 5px;
    }

    .plb-name {
        overflow: scroll;
    }

    .bg-mob {
        height: 50px;
    }
}

.landing-page .section-heading {
    font-size: 24px;
}

.cat-heading-style .h2 div.max-heading-width {
    font-size: 24px;
}

#homepage-logo {
    min-height: 1px;
}

.logo-service-container {
    min-height: 1px;
}

.hc-title {
    padding: 23px 15px;
}

.footer {
    padding: 0px 0;
}

@media(min-width:767px) {
    .addbskt.plb-buynow {
        position: relative;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .product-container .addbskt.plb-buynow {
        width: 92%;
    }
}

.addbskt.plb-buynow::after {
    content: none;
}

@media (min-width: 1200px) {
    span.section-heading {
        font-size: 24px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    ol.breadcrumb {
        font-size: 12px;
    }
}

.bg-mob .h2, .bg-mob h2, .cat-heading-style .h2 {
    font-size: 24px !important;
}

@media (max-width: 550px) {
    .bg-mob .h2, .bg-mob h2 {
        font-size: 24px;
        font-weight: normal;
        padding-top: 18px;
    }
}

.MagicZoom > img, .mz-figure > img {
    max-width: 600px !important;
}

.mz-thumb img {
    max-height: 67px;
}

#alternate-images .slick-arrow {
    max-width: 67px;
}

.gridStyle img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.MiniBasket_Container {
    position: sticky;
    top: 0;
}

.basket-style {
    color: white !important;
}

#header-main {
    padding: 10px 0 0;
}

#about-text {
    font-size: 20px;
}

.logo-service-container p {
    font-size: 20px;
}

.btn.plb-buynow {
    background-color: #f26a2c !important;
    text-transform: capitalize !important;
}

span.section-heading {
    margin-top: 30px;
    margin-bottom: 0;
}

@media(max-width:767px) {
    .footer-col-1 {
        text-align: center;
        display: block !important;
    }

        .footer-col-1 span {
            width: 100%;
        }

    .footer-col-2 {
        text-align: center !important;
        display: block !important;
        font-size: 14px;
    }
}

@media(min-width:767px) {
    .btn-menu {
        margin-left: 15px;
    }
}

ol.breadcrumb {
    background: transparent;
}

@media(max-width:1200px) {
    #search-container {
        max-width: 255px !important;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        display: none !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 1201px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media(max-width:767px) {
    .logo-service-container {
        padding: 0 20px;
    }
}

.swatchHolder {
    width: 100%;
    float: left;
}

.price-grid-col div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    text-align: center;
    min-width: 90px;
}

.desc-contents.price-grid-col div {
    justify-content: flex-start;
}

.price-box-contents {
    height: auto !important;
}

#bs-example-navbar-collapse-2.checkout-header {
    color: white;
    font-weight: bold;
    padding: 9px 0;
    display: block;
    font-size: 1.2em;
    margin: 10px 0 0;
    background: #6C6D70;
}

@media(min-width:780px) and (max-width:992px) {
    .main-website-content {
        margin-top: 10px;
    }
}

.cat-info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.data8-pa-countrysearch {
    display: none !important;
}

img.mini-basket-icon {
    height: 25px;
    margin: 0 5px 0 3px;
    align-self: center;
    width: 20%;
}

@media(max-width:767px) {
    .floating-gram {
        display: none;
    }
}

@media (max-width: 767px) {
    .ymal-heading {
        font-size: 14px !important;
    }
}

#delivery-modal .modal-content {
    border: none;
}

@media(min-width:992px) {
    #search-container {
        box-shadow: none;
    }

        #search-container input#SearchString {
            border: 2px solid #12c35a;
            box-shadow: none;
            border-radius: 20px 0 0 20px;
        }

        #search-container .input-group-text {
            color: white;
            background-color: #12c35a;
            border-radius: 0 20px 20px 0;
            height: 40px;
            border: 0;
            cursor: pointer;
        }

            #search-container .input-group-text em.fa {
                color: white;
                margin-left: -3px;
                padding-right: 5px;
                padding-top: 2px;
            }

    a.sign-in-link {
        display: flex;
    }

        a.sign-in-link .fa {
            font-size: 33px;
            margin-top: 3px;
        }

        a.sign-in-link span {
            font-size: 12px;
            color: black;
            line-height: 20px;
        }
}

@media(max-width:991px) {
    a.sign-in-link {
        display: none;
    }
}

.left-background {
    background-position: left;
    background-size: auto;
}

.right-background {
    background-position: right;
    background-size: auto;
}

.logo-service-container {
    min-height: 200px;
}

@media (min-width: 576px) {
    div#delivery-modal .modal-dialog {
        max-width: 570px;
        margin: 1.75rem auto;
    }
}

div#delivery-modal p {
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px;
    color: #818182;
}

div#delivery-modal a {
    color: #818182;
    text-decoration: underline;
}

@media(min-width:768px) {
    .MiniBasket_Container {
        display: block;
        padding-top: 11px;
    }
}

.logo-service-container {
    min-height: 260px;
    width: 100%;
    display: block;
    position: relative;
}

    .logo-service-container p {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .logo-service-container + .hc-title {
        padding: 23px 15px;
        text-align: left;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    a.sign-in-link span {
        font-size: 10px;
        color: black;
        line-height: 20px;
        margin-right: 10px;
    }
}

.text-green {
    color: #12c35a !important;
}

@media(min-width:1200px) {
    #website-nav li.dropdown {
        position: static;
    }

        #website-nav li.dropdown .dropdown-menu {
            width: 100%;
            padding: 0;
        }

            #website-nav li.dropdown .dropdown-menu li {
                padding: 15px 15px;
            }

    #website-nav .dropdown li {
        width: 25%;
        float: left;
    }

    #website-nav li.dropdown .dropdown-menu .mega-menu-title {
        font-size: 15px;
        font-weight: bold;
    }

        #website-nav li.dropdown .dropdown-menu .mega-menu-title:not([href]):hover {
            text-decoration: none;
        }

    #website-nav li.dropdown .dropdown-menu a {
        margin-bottom: 2px;
        display: inline-block;
    }

        #website-nav li.dropdown .dropdown-menu a:hover {
            text-decoration: underline;
        }

    #website-nav li.dropdown:hover .dropdown-menu {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #website-nav .dropdown li:hover {
        background: #FFFFFF;
    }

    .main-website-content {
        position: relative;
    }

    #grey-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: 11;
        display: none;
    }

    .dropdown-menu .banner-overlay {
        background-color: rgba(18, 195, 90, 0.5);
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 45%;
        bottom: 0;
    }

        .dropdown-menu .banner-overlay:after {
            width: 0;
            height: 0;
            content: "";
            position: absolute;
            border-left: 42px solid transparent;
            border-right: 42px solid transparent;
            border-bottom: 42px solid rgba(18, 195, 90, 0.5);
            position: absolute;
            right: -57.1px;
            transform: rotate(225deg);
            top: 24px;
        }

    .dropdown-menu .bg-image {
        height: 60px;
        padding: 0;
        position: relative;
    }

        .dropdown-menu .bg-image .h2 {
            color: white;
            font-weight: bold;
            z-index: 999;
            position: absolute;
            padding: 15px 25px;
        }
}

@media (min-width: 576px) {
    #sizeChart .modal-dialog {
        max-width: 1200px;
        margin: 1.75rem auto;
        width: 100%;
    }
}

#website-nav li.dropdown ul.dropdown-menu a {
    margin-bottom: 2px;
}

    #website-nav li.dropdown ul.dropdown-menu a.inline-menu-item {
        display: inline-block;
        width: auto !important;
    }

        #website-nav li.dropdown ul.dropdown-menu a.inline-menu-item + a.inline-menu-item {
            border-left: 1px solid #e2e2e2;
            padding-left: 10px !important;
            margin-left: 0;
        }

.list-sort-row {
    width: 100%;
}

.product-list-box .btn.plb-buynow::after {
    border-top-color: #00893e !important;
}

.btn.plb-buynow {
    background-color: #00893e !important;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

@media(min-width:992px) {
    .btn.plb-buynow:hover, .btn.plb-buynow:focus, .btn.plb-buynow:active, .active.btn.plb-buynow {
        background-color: #00560b !important;
    }
}

#website-landing-nav li, #website-landing-nav li:hover, #website-landing-nav li:focus, #website-landing-nav li:active {
    background-color: #C8D1FF
}

#website-landing-nav .dropdown-menu {
    background-color: #C8D1FF;
    color: black !important;
}

#website-landing-nav .dropdown.dropdown-open .dropdown-menu {
    background-color: #C8D1FF !important;
    padding: 0 !important;
    height: 100%;
}

#website-landing-nav {
    border-bottom: 0 !important;
}

    #website-landing-nav .dropdown-menu-arrow {
        display: none !important;
    }

    #website-landing-nav .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
    }

    #website-landing-nav a:hover {
        text-decoration: underline !important;
    }

    #website-landing-nav .navbar-nav li a.text-dark {
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: block;
        font-weight: bold;
    }

    #website-landing-nav li.dropdown ul.dropdown-menu a.dropdown-toggle.menu-back.d-xl-none {
        color: black !important;
        padding: 10px !important;
        box-shadow: none;
        float: left;
        background-color: #C8D1FF;
        width: auto !important;
        border-radius: 5px;
    }

        #website-landing-nav li.dropdown ul.dropdown-menu a.dropdown-toggle.menu-back.d-xl-none em {
            color: black !important;
        }

.trustpilot-widget.usp {
    margin-left: 30px;
}

div[class*="ShowMore_"] a {
    font-size: 16px;
}

.branded-box > strong:first-of-type {
    font-size: 26px;
}

.fa.fa-truck {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.media-code-container input, .media-code-container input::placeholder {
    font-size: 13px;
    color: #9b9c9e;
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

input#MediaCode {
    border: 1px solid #707070 !important;
    border-radius: 7px !important;
}

.media-code-container .btn {
    font-size: 17px;
}


#customer-info em.fa {
    font-size: 64px;
}

/*font awesome and related changes*/

.fa-info-circle {
    font-size: 13px;
}

.view-selection.active-view .fa-th-large, .view-selection.active-view .fa-th-list {
    font-size: 14px;
}

@media(max-width: 992px) {

    img.mobile-search-icon {
        height: 40px;
        width: 40px;
    }
}

@media(max-width: 767px) {

    img.mobile-search-icon {
        height: 40px;
        width: 40px;
        margin-top: -4px;
        right: 30px;
    }

    .fa-user:before {
        font-size: 28px;
    }

    #hp-mob .carousel-indicators {
        display: flex;
        align-items: center;
    }

        #hp-mob .carousel-indicators li {
            width: 3px;
            height: 3px;
            background-color: #808080;
            border-width: 0px;
            opacity: 0.8;
        }

            #hp-mob .carousel-indicators li.active {
                background-color: #050505;
                width: 8px;
                height: 8px;
                margin-bottom: 2px;
                border-radius: 10px;
                border-width: 0px;
            }


    .logo-service-container {
        min-height: 210px;
        max-height: 210px;
    }

    .about-home {
        min-height: 288px;
    }

    p#about-text {
        font-size: 12px;
        padding-left: 0px;
        padding-right: 0px;
        line-height: 14px;
    }

    .newsletter-text {
        text-align: start;
        padding-left: 29px;
    }

    .newsletter-box .form-control {
        font-size: 14px;
        padding: 1.14rem 1rem;
        margin-left: 3px;
    }

    .input-group.newsletter-form-box {
        align-items: center;
    }

    .btn.plb-buynow {
        padding: 4px 5px;
        bottom: 33px;
    }

    .product-list-box {
        min-height: 370px;
    }

    #account-wrapper .product-list-box {
        min-height: fit-content;
    }

    .product-list-box .incVat {
        color: #000000;
    }

    .product-list-box {
        padding: 10px 0px;
    }

    #colour-variant-row, .colour-variant-row {
        padding-left: 0px;
        left: 0;
    }
}

@media(min-width: 992px) {

    .mini-basket.basket-total {
        position: relative;
    }
}

/*color swatches related layout fix*/

@media(min-width: 600px) {

    .plb-image {
        min-height: 205px;
    }
}


@media(min-width: 768px) {

    .plb-image {
        margin-top: 15px;
        min-height: 100px;
    }
}


@media(max-width: 415px) {
    img.mobile-search-icon {
        right: 26px;
    }

    #hp-mob #colour-variant-row, .ymal-carousel #colour-variant-row {
        left: 0px;
        bottom: 28px;
    }
}

@media(min-width: 1540px) and (max-width: 1643px) {
    .bestSellerCarousel #colour-variant-row a:nth-of-type(3), .ymal-carousel #colour-variant-row a:nth-of-type(3) {
        display: none;
    }

    .bestSellerCarousel #colour-variant-row .swatchCounterWhen2ProductsVisible, .ymal-carousel #colour-variant-row .swatchCounterWhen2ProductsVisible {
        display: inline-block;
    }

    .bestSellerCarousel #colour-variant-row .swatchCounterWhen3ProductsVisible, .ymal-carousel #colour-variant-row .swatchCounterWhen3ProductsVisible {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1475px) {
    .bestSellerCarousel #colour-variant-row {
        left: -3px;
    }
}

.brand-link {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

span.mob-menu-title {
    font-size: 8px;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate( -50%, 0);
}

#header-main button.btn-default, #header-main a.my-account-header-icon {
    position: relative;
    height: 36px;
}

#header-main .btn-default .fa-user {
    display: flow;
}

.mob-bskt.basket-icon {
    margin-top: -3px;
    margin-left: auto;
    float: right;
}

.prices-sections {
    flex-wrap: nowrap;
    font-size: 1em;
    border: 0;
}

    .prices-sections .price-grid-col div {
        align-content: center;
        justify-content: center;
    }

.desc-contents .price-box-contents.text-center {
    margin: auto;
    display: block;
}

.text-toggle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 2s ease-in-out all;
    text-overflow: ellipsis;
    padding: 0 !important;
    padding: 0 20px 0 0 !important;
    position: relative;
}

    .text-toggle.active {
        display: block;
    }

    .text-toggle::after {
        content: "\f078"; /* Unicode for the Font Awesome caret-down icon */
        font-family: "Font Awesome 5 Free"; /* Font Awesome font family */
        font-weight: 900; /* Adjust the weight to match the icon style */
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }

    .text-toggle.active::after {
        content: "\f077"; /* Unicode for the Font Awesome caret-down icon */
    }

.product-list-box .safetec-brand-image {
    text-align: right;
}

    .product-list-box .safetec-brand-image a.brand-link {
        position: relative;
        top: 0;
        right: 0;
    }

@media(max-width:767px) {
    .product-list-box .safetec-brand-image img {
        max-height: 15px;
    }

    #customer-info {
        padding-left: 0px;
        padding-right: 0px;
    }

        #customer-info em.fa {
            font-size: 40px;
            align-self: baseline;
        }

        #customer-info .info-block {
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px;
        }
}

#customise-delivery-row {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.embDeliveryDate {
    color: #12c35a;
}

@media(min-width:767px) {
    #customise-delivery-row {
        margin-top: -10px;
        margin-bottom: 4px;
    }
}

@media(min-width:767px) and (max-width:992px) {
    #customise-delivery-row {
        padding-left: 15px !important;
    }
}

@media(max-width:767px) {
    .prices-sections div {
        justify-content: end;
    }

    #header-main button.btn-default, #header-main a.my-account-header-icon {
        margin-right: 20px;
    }

    #header-main {
        box-shadow: none;
    }
}

#ot-sdk-btn-floating {
    display: none;
}

.btn-category-prev {
    bottom: 50%;
    left: -6px;
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
    box-shadow: none;
    color: black;
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    box-shadow: none !important;
}

.btn-category-next {
    bottom: 50%;
    right: 0px;
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
    box-shadow: none;
    color: black;
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    box-shadow: none !important;
}

@media(max-width:767px) {
    .ymal-carousel-list .plb-name {
        height: auto !important;
        overflow: auto;
    }

    .product-container .plb-price-now {
        font-size: 20pt;
    }

    span.section-heading {
        margin-top: 10px;
    }
}

@media(max-width:450px) {
    #customer-info .info-block {
        min-height: 130px;
        align-content: space-around;
    }

    #customer-info em {
        margin-bottom: 15px;
    }

    #customer-info .info-block > div {
        min-height: 40px;
    }
}

.hideOnFrontend {
    display: none !important;
}


@media(max-width:767px) {
    .col-12.order-1.order-md-2.basket-deliverymethodcontainer {
        box-shadow: none;
    }

    .basket-container .basket-total-col {
        background-color: white;
    }
}

footer .sub-footer p, footer .sub-footer a {
    color: black;
}

.price-grid-section.new-pricing-grid{
    max-width:100%;
    overflow-x:auto;
}

.new-pricing-grid .price-grid-col.order-ref {
    min-width: 1px;
    max-width: 100%;
}

.new-pricing-grid .price-grid-col.desc-contents {
    min-width: 1px;
    max-width: 100%;
}

.new-pricing-grid .price-grid-col.prices-sections {
    min-width: 1px;
    max-width: 100%;
}
.new-pricing-grid .price-grid-col.desc-contents .price-box-contents{
    text-align:left;
}
.basket-image {
    width: 50px;
    min-width: 50px;
    max-width: 100%;
}


.container .BreadcrumbHeader .container{
    padding:0;
}

.dropdown-product-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

    .dropdown-product-image img {
        width: 100%;
    }
.category-widget-list {
    margin-bottom: 15px !important;
}

.category-widget-list {
    overflow-x: auto;
    overflow-y: hidden;
}

    .category-widget-list li {
        list-style: none;
    }

        .category-widget-list li:before {
            content: unset;
        }

        .category-widget-list li:last-child {
            margin-right: 0;
        }

.category-widget-listitem {
    background-color: #eeeeee;
    border-radius: 15px;
    color: #2d2d2d;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    height: 30px;
    letter-spacing: 1.7px;
    line-height: 12px;
    padding: 9px 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.category-widget-list a:hover {
    background-color: #dddddd;
    color: #2d2d2d;
    text-decoration: none;
}

.category-widget-list::-webkit-scrollbar {
    height: 8px;
}

.category-widget-list li:first-of-type {
    margin-left: auto !important;
}

.category-widget-list li:last-of-type {
    margin-right: auto !important;
}

.category-widget-list::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 8px;
}

    .category-widget-list::-webkit-scrollbar-thumb:hover {
        background-color: #2d2d2d;
    }




.size-12 {
    font-size: 12px !important
}

.size-14 {
    font-size: 14px !important
}

.size-16 {
    font-size: 16px !important
}

.size-18 {
    font-size: 18px !important
}

.size-21 {
    font-size: 21px !important
}

.size-24 {
    font-size: 24px !important
}

.size-28 {
    font-size: 28px !important
}

.size-32 {
    font-size: 32px !important
}

.size-35 {
    font-size: 35px !important
}

.size-38 {
    font-size: 36px !important
}

.size-42 {
    font-size: 42px !important
}

.size-46 {
    font-size: 46px !important
}

.size-48 {
    font-size: 48px !important
}

.size-50 {
    font-size: 50px !important
}

.size-54 {
    font-size: 54px !important
}

.size-60 {
    font-size: 60px !important
}

.size-64 {
    font-size: 64px !important
}

.size-68 {
    font-size: 68px !important
}

.size-72 {
    font-size: 72px !important
}

.size-76 {
    font-size: 76px !important
}

.size-80 {
    font-size: 80px !important
}

.size-84 {
    font-size: 84px !important
}

.size-88 {
    font-size: 88px !important
}

.size-92 {
    font-size: 92px !important
}

.size-96 {
    font-size: 96px !important
}

.size-100 {
    font-size: 100px !important
}

.size-104 {
    font-size: 104px !important
}

.size-108 {
    font-size: 108px !important
}

.size-112 {
    font-size: 112px !important
}

.size-116 {
    font-size: 116px !important
}

.size-120 {
    font-size: 120px !important
}

.size-124 {
    font-size: 124px !important
}

.size-128 {
    font-size: 128px !important
}

.size-132 {
    font-size: 132px !important
}

.size-136 {
    font-size: 136px !important
}

.size-140 {
    font-size: 140px !important
}

.size-144 {
    font-size: 144px !important
}

.size-148 {
    font-size: 148px !important
}

.size-152 {
    font-size: 152px !important
}

.size-156 {
    font-size: 156px !important
}

.size-160 {
    font-size: 160px !important
}

.size-164 {
    font-size: 164px !important
}

.size-168 {
    font-size: 168px !important
}

.size-172 {
    font-size: 172px !important
}

.size-176 {
    font-size: 176px !important
}

.size-180 {
    font-size: 180px !important
}

.size-184 {
    font-size: 184px !important
}

.size-188 {
    font-size: 188px !important
}

.size-192 {
    font-size: 192px !important
}

.size-196 {
    font-size: 196px !important
}

.size-200 {
    font-size: 200px !important
}

.size-204 {
    font-size: 204px !important
}

.size-208 {
    font-size: 208px !important
}

.size-212 {
    font-size: 212px !important
}

.size-216 {
    font-size: 216px !important
}

.size-220 {
    font-size: 220px !important
}

.font-bold {
    font-weight: bold;
}
#PriceMatchPromise li{
    font-size:16px;
}