/* Minification failed. Returning unminified contents.
(146,108): run-time error CSS1046: Expect comma, found '226'
(146,116): run-time error CSS1046: Expect comma, found '/'
(543,23): run-time error CSS1038: Expected hex color, found '#ffff'
(1433,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1436,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-bg'
(1437,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-form-select-bg-img'
(1437,57): run-time error CSS1039: Token not allowed after unary operator: '-bs-form-select-bg-icon'
 */

[x-cloak] {
    display: none !important;
}

body {
    font-family: 'Inter', sans-serif;
    color: #292B2B;
}

.WPChevronRotate-button {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .WPChevronRotate-button .WPChevronRotate {
        transition: transform 0.3s ease;
        float: inline-end;
    }

.WPFilterCollapsed .WPChevronRotate {
    transform: rotate(-180deg);
}

a {
    text-decoration: none;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

img {
    max-width: 100%;
}

input:focus-visible {
    outline: 1px solid #EE1B2C !important;
}

textarea:focus-visible {
    outline: 1px solid #EE1B2C !important;
}
/*--- Font Details ---*/

.light {
    font-weight: 300;
}

.med {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}
/*- Font - Scales -*/

h1 {
    font-size: 2.25rem;
    font-weight: 500;
    color: #292B2B;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.225rem;
}

p {
    font-size: 1.0625rem;
    font-weight: 300;
    color: #636363;
}

a {
    font-size: 1.0625rem;
    color: #636363;
}

.typeahead__hint {
    top: 12px !important;
    right: -7px !important;
}
/*--- Colours 
--- Fonts ---*/
.f-red {
    color: #EE1B2C;
}

.f-dgrey {
    color: #292B2B;
}

.f-mgrey {
    color: #636363;
}

.f-lgrey {
    color: #DDDDDD;
}

.f-white {
    color: #fff;
}
/*-- Backgrounds --*/
.b-red {
    background-color: #EE1B2C;
}

.b-dgrey {
    background-color: #292B2B;
}

.b-mgrey {
    background-color: #636363;
}

.b-lgrey {
    background-color: #DDDDDD;
}

.b-white {
    background-color: #fff;
}

/*-- Components --*/

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url(/../Areas/Custom_Themes/Images/standard/DualRing_2.gif)no-repeat center center rgb(226 226 226 / 55%);
    top: 0
}


.red-btn {
    color: #EE1B2C;
    border: 1px solid #EE1B2C;
    background: transparent;
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    transition: all 300ms ease;
}

    .red-btn:hover {
        background: #EE1B2C !important;
        color: #fff;
    }

.white-btn {
    background-color: #fff;
    color: #292B2B;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 20px;
    display: inline-block;
    margin-right: 15px;
    transition: all 300ms ease;
}

    .white-btn:hover {
        border-color: #EE1B2C !important;
        color: #EE1B2C;
    }

.lang-dropdown {
    display: inline-block;
    padding-right: 15px;
    background: transparent;
    border: none;
    color: #1c1c1c;
}

    .lang-dropdown svg {
        padding-right: 5px;
    }

    .lang-dropdown:hover {
        color: #EE1B2C;
    }

.dropdown-menu[data-bs-popper] {
    top: 123%;
    right: 0;
    left: inherit;
}

.dropdown-menu li {
    padding-right: 0px !important;
    display: block !important;
}

    .dropdown-menu li a {
        width: 100%;
    }

        .dropdown-menu li a:hover {
            background: transparent;
            color: #EE1B2C;
        }
/*---  Navigation  ---*/
/* Mobile */
.mobile-menu {
    padding-top: 20px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.mob-menu-trigger {
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
    height: 95px;
    border: none;
    outline: none;
    background-color: #EE1B2C;
    color: #fff;
    font-size: 40px;
}

.menu-offscreen {
    position: fixed;
    background: #fff;
    border-left: 1px solid #ddd;
    height: 100vh;
    width: 80%;
    right: -500px;
    z-index: 1000;
    transition: all 300ms ease;
    top: 0px;
    padding-top: 95px;
    overflow: scroll;
}

.show-mob {
    right: 0px;
}

.mob-menu-trigger-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 95px;
    border: none;
    outline: none;
    background-color: #EE1B2C;
    color: #fff;
    font-size: 40px;
    z-index: 1200;
}

.dark-bg {
    background: rgba(0, 0, 0, 0.533);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999;
    top: 0;
}

.menu-offscreen ul {
    list-style: none;
    padding-left: 0px;
    border-top: 1px solid #ddd;
    max-height: 70vh;
    overflow: scroll;
}

    .menu-offscreen ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        font-size: 25px;
        padding: 20px;
    }

.menu-offscreen .col-12 {
    padding: 0px;
}

.menu-offscreen ul li a {
    color: #636363;
}

.arrow-dd {
    float: right;
    padding-top: 6px;
}
/* DROP DOWN */
.parent-dd {
    position: relative;
}

.dd-menu {
    position: absolute;
    list-style: none;
    padding-left: 0px;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}

    .dd-menu li {
        display: block !important;
        text-align: left !important;
    }

        .dd-menu li:first-child {
            padding-bottom: 15px;
        }
/*-- MEGA MENU --*/
.actual-link {
    text-align: center;
    padding-top: 25px !important;
}

.mega-menu {
    position: relative;
    background: #fff;
    width: 100%;
    z-index: -1;
    padding-top: 20px;
    padding-bottom: 40px;
}

.promo-box {
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
}

    .promo-box:hover {
        border-color: #EE1B2C;
        color: #EE1B2C;
        ;
    }

.meg-toggle {
    padding-top: 10px;
    padding-bottom: 90px;
}

.mega-cat-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: transparent;
    outline: none;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    min-height: 90px;
    color: #292B2B;
    transition: all 300ms ease;
}

    .mega-cat-btn:hover {
        border-color: #EE1B2C;
        color: #EE1B2C;
        ;
    }

.mega-menu h4 {
    padding-bottom: 20px;
    font-weight: 300;
    color: #292B2B;
    font-size: 1.0625rem;
}

.sku-featured {
    color: #EE1B2C;
    display: block;
    padding-bottom: 10px;
}

.grey-sku {
    color: #636363;
}

.promo-box img {
    position: absolute;
    top: -30px;
    left: 0;
}

.offer-value {
    color: #EE1B2C;
    border: 1px solid #EE1B2C;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 20px;
}

.sku-prod-details {
    padding-top: 150px;
    position: relative;
}

.prod-links-all {
    color: #EE1B2C;
    padding-top: 25px;
    display: block;
}

.mega-menu::after {
    content: '';
    background: rgba(0, 0, 0, 0.602);
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: block;
    top: 370px;
}
/*-- END MEGA --*/


.navigation-top ul {
    list-style: none;
    padding-left: 0px;
}

.navigation-top li {
    display: inline-block;
    padding-right: 10px;
}

.nav-menu {
    padding-top: 20px;
}

    .nav-menu li {
        display: inline-block;
        padding-right: 10px;
    }

        .nav-menu li a:hover {
            color: #EE1B2C;
        }

        .nav-menu li a {
            font-weight: 400;
            color: #636363;
        }

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .navbar.white-bg {
        background: #fff;
        border-bottom: 1px solid #dddddd;
    }

.nav-main {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.navigation-top {
    display: block;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #D3D3D3;
    transition: all 300ms ease;
}

    .navigation-top.hide-bar {
        height: 0px !important;
        opacity: 0px !important;
        overflow: hidden;
        padding: 0px !important;
        border-bottom: 1px solid #fff;
    }

.navigation-main {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 0px;
    z-index: unset;
}

.fixedBreadcrumb {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 2;
    padding-top: 150px !important;
    padding-bottom: 6px !important;
    transition: all 300ms ease;
}

.navigation-top ul {
    padding-top: 10px;
}

.navigation-top .dropdown {
    display: inline-block;
}

.whitebg {
    background: #fff;
}

.navbar {
    transition: all 300ms ease;
    z-index: 3;
    background-color: #ffff;
}

.search-box {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0px 20px 0px;
    width: 100%;
    margin-top: -125px;
    transition: all 300ms;
}

    .search-box input {
        display: inline-block;
        width: 60%;
        padding: 20px 20px 20px 20px;
        border: 1px solid #EE1B2C;
        border-radius: 40px;
    }

        .search-box input::placeholder {
            color: #dddddd;
            display: block;
        }

.show-bar {
    margin-top: 0px;
}

.search-submit {
    border-radius: 40px;
    padding: 20px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
    outline: none;
    border: 1px solid #EE1B2C;
    color: #EE1B2C;
    background: transparent;
}

.search-close {
    border-radius: 40px;
    padding: 20px;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 18px;
    outline: none;
    border: 1px solid #EE1B2C;
    color: #fff;
    background: #EE1B2C;
    position: relative;
    right: 20px;
    position: absolute;
}

.dropdown {
    transition: all 300ms ease;
    display: inline-block;
}

    .dropdown.hide-dd {
        opacity: 0;
        height: 0px;
        overflow: hidden;
    }

    .dropdown.hide-dd {
        opacity: 1;
    }

.navigation-main .col-sm-6 {
    padding-left: 110px;
}
/*-- Home  --*/
/*-- Hero --*/

.container-xxl {
    max-width: 100% !important;
}

@media only screen and (min-width: 1600px) {
    .container-xxl {
        max-width: 1320px !important;
    }
}

@media only screen and (min-width: 992px) {
    #WPHeader .col-lg-2 {
        flex: 0 0 auto;
        width: 13.666667%;
    }

    #WPHeader .col-lg-10 {
        flex: 0 0 auto;
        width: 86.333333% !important;
    }
}

.hero-banner {
    height: 100vh;
    position: relative;
    width: 100%;
    padding-top: 300px;
    overflow: hidden;
}

    .hero-banner .container {
        z-index: 2;
        position: relative;
    }

    .hero-banner p {
        padding-top: 10px;
        padding-bottom: 20px;
    }

.spacer-line {
    height: 4px;
    width: 80%;
    display: block;
    border-top: 3px solid #EE1B2C;
    padding-bottom: 20px;
    padding-top: 0px;
}

.logo-absolute {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background-image: url(/All_Media/Wirepoint_Images/Homepage/wirepoint.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    top: 0;
    background-size: contain;
    top: 15px;
}

    .logo-absolute img {
        width: 70%;
        padding-top: 100px;
        margin-right: -50px;
    }

/* Featured Product Section */

.featured-prods .col {
    border-right: 1px solid #DDDDDD;
}

.featured-prods .col-lg-1, .featured-prods .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}

.prod-title {
    padding-top: 30px;
    padding-bottom: 50px;
}

.smaller-title {
    color: #EE1B2C;
    display: block;
}

.larger-title {
    font-size: 22px;
    padding-top: 10px;
    display: block;
}

.red-prod {
    position: absolute;
    display: block;
    width: 500px;
    text-align: left;
    rotate: -90deg;
    left: -195px;
    top: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.prod-btn-view-featured {
    background: #EE1B2C;
    display: block;
    height: 100%;
    position: relative;
    border: none;
    padding: 0px !important;
    width: 100%;
}

.grey-prod {
    background: #636363;
    display: block;
    height: 26%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 40px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

/*-- Centered Text Box --*/

.centred-text {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .centred-text p {
        font-size: 18px;
    }
/* -- Cat Block --- */

.main-cats-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .main-cats-section .cats-box .col-sm-6 {
        border-top: 1px solid #DDDDDD;
        padding: 30px;
    }

    .main-cats-section .cats-box .cats-left {
        border-right: 1px solid #DDDDDD;
    }

    .main-cats-section .cats-box .cat-bottom {
        border-bottom: 1px solid #DDDDDD;
    }

.cat-spacer {
    padding-bottom: 30px;
}

.square-btn {
    background: #EE1B2C;
    display: block;
    padding: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
    padding-right: 90px;
}

    .square-btn::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f061";
        background: #636363;
        color: #fff;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 30px;
    }

.arrow-right {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    top: 0px;
    background-color: #636363;
}


/* -- Factory Video -- */
.factory-video {
    width: 100%;
    cursor: url(/All_Media/Wirepoint_Images/Homepage/cursor.svg), auto;
}

/* -- FAQs --*/

.faq-block {
    padding: 90px 0px 90px 0px;
}

    .faq-block h2 {
        padding-bottom: 30px;
    }

    .faq-block ul {
        list-style: none;
        padding-left: 0px;
    }

        .faq-block ul li {
            border-top: 1px solid #DDDDDD;
            padding-top: 20px;
        }

            .faq-block ul li button {
                border: none;
                background: transparent;
                display: block;
                width: 100%;
                text-align: left;
                font-size: 1.75rem;
                padding-bottom: 20px;
                color: #292B2B;
            }

            .faq-block ul li .expand-button {
                border: none;
                background: transparent;
                display: block;
                width: 100%;
                text-align: left;
                font-size: 1.75rem;
                padding-bottom: 20px;
                color: #292B2B;
            }

.faq-para {
    padding-left: 10px;
}

.faq-icon svg {
    transition: all 300ms ease;
}

.faq-icon.rotate svg {
    transform: rotate(45deg);
}

/* -- CTA -- */

.cta-block {
    background: #DDDDDD;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
    height: 450px;
}

    .cta-block .container {
        z-index: 2;
        position: relative;
    }


    .cta-block .logo-absolute {
        position: absolute;
        width: 100%;
        height: 450px;
        z-index: 0;
        background-image: url(/All_Media/Wirepoint_Images/Homepage/wirepoint.svg);
        background-position: center 250px;
        background-repeat: no-repeat;
        top: 0;
        background-size: contain;
        top: 15px;
    }

        .cta-block .logo-absolute img {
            width: 60%;
            padding-top: 0px;
            margin-right: -50px;
            margin-top: -100px;
        }


/* -- News Block --*/


.news-block .col {
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #dddddd;
    padding-left: 0px;
    padding-right: 0px;
}

.news-block .col-lg-1, .news-block .col-md-1 {
    padding-left: 0px;
    padding-right: 0px;
}

.news-block h2 {
    padding-bottom: 30px;
}

.news-block .prod-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.news-block .larger-title {
    font-size: 18px;
}

.news-block .smaller-title {
    padding-top: 20px;
}

.news-block .Prodimg {
    height: 400px;
    width: 100%;
    background-size: cover;
}
/* -- About -- */

.hero-page {
    margin-top: 205px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .hero-page .container {
        z-index: 2;
        position: relative;
    }

        .hero-page .container h1, .hero-page .container p {
            color: #fff;
        }

.background-hero {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-left-content-right {
    padding-top: 60px;
    padding-bottom: 50px;
}

/* Content Blocks */

.media-image {
    min-height: 700px;
    background-size: cover;
    background-position: center;
}

.content-right {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    padding-left: 30px;
    padding-right: 200px;
}

.content-left {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    padding-left: 50px;
    padding-right: 170px;
}

/* News Block - About */
.news-about {
    padding-top: 120px;
}

    .news-about h2 {
        padding-bottom: 80px;
    }

/* -- Contact Page --*/
.contact-boxes {
    padding-top: 50px;
}

    .contact-boxes .details-box {
        border: 1px solid #dddddd;
        padding: 20px;
        min-height: 235px;
        padding-top: 45px;
    }

    .contact-boxes h3 {
        padding-bottom: 15px;
    }

    .contact-boxes .btn-arrow {
        padding: 15px 90px 15px 25px;
        background: #EE1B2C;
        display: inline-block;
        color: #fff;
        position: relative;
        width: 100%;
    }

        .contact-boxes .btn-arrow::after {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "\f061";
            background: #636363;
            color: #fff;
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 15px 25px 15px 25px;
        }

    .contact-boxes .btn-no-arrow {
        padding: 15px 25px 15px 25px;
        background: #EE1B2C;
        display: inline-block;
        color: #fff;
        width: 100%;
        border: 1px solid #ddd;
        border-top: 0px;
    }


.contact-form {
    padding-top: 90px;
    padding-bottom: 90px;
}

    .contact-form .form-group {
        position: relative;
        margin-bottom: 36px;
    }

    .contact-form input[type="text"] {
        background: transparent;
        display: block;
        width: 100%;
        padding: 20px;
        outline: none;
        border: 1px solid #DDDDDD;
    }

    .contact-form span.field-validation-error {
        color: red !important;
        position: absolute;
    }

    .contact-form textarea {
        border: 1px solid #DDDDDD;
        display: block;
        width: 100%;
        height: 150px;
        padding: 20px;
    }

    .contact-form form {
        padding-top: 20px;
    }

.wp-inquiry-page-info {
    display: none !important;
}

.input-submit {
    background: #EE1B2C;
    display: inline-block !important;
    padding: 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    position: relative !important;
    padding-left: 60px;
    padding-right: 110px;
    oultine: none;
    border: none;
    display: inline-block;
    position: relative;
}

    .input-submit::after {
        background: #636363;
        color: #fff;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 20px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f061";
    }
/*-- Blogs --*/

.featured-blogs {
    margin-top: 225px;
    border-bottom: 1px solid #dddddd;
    padding-top: 50px;
    padding-bottom: 50px
}

    .featured-blogs h1 {
        font-size: 65px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .featured-blogs h2 {
        font-size: 25px;
        font-weight: 300;
        color: #636363;
        margin-top: 0px;
        padding-bottom: 30px;
    }

.fet-box {
    border: 1px solid #dddddd;
    border-bottom: 0px;
}

    .fet-box p {
        margin-bottom: 0px;
    }

.fet-last {
    border-bottom: 1px solid #dddddd;
}

.blog-dets-fet-3 {
    padding: 25px;
    padding-right: 0px;
}

    .blog-dets-fet-3 h4 {
        font-size: 1.1rem;
    }

    .blog-dets-fet-3 p {
        font-size: 1rem;
    }

.blog-dets-featured h3 {
    color: #292B2B;
}

.main-featured-post {
    border: 1px solid #dddddd;
}

    .main-featured-post .img-box {
        min-height: 395px;
    }

    .main-featured-post .blog-dets-featured {
        padding: 25px;
    }

.fet-box .col-sm-4 {
    padding: 0px !important;
}

.small-featured-img-blog {
    min-height: 128px;
    display: block;
}

.blog-archive {
    padding-top: 35px;
    padding-bottom: 60px;
}

    .blog-archive .row {
        padding-top: 50px;
    }

.blog-block-archive {
    border: 1px solid #dddddd;
    display: block
}

.block-info-archive {
    padding: 20px;
    display: block;
}

.img-block-archive {
    min-height: 200px;
    display: block;
    background-size: cover;
}

.block-info-archive h5 {
    font-size: 1.0625rem;
    color: #292B2B;
}

.block-info-archive p {
    font-size: 1rem;
}

.read-more-archive {
    color: #EE1B2C;
}

.pagination {
    display: inline-block;
}

    .pagination ul {
        list-style: none;
        padding-left: 0px;
    }

    .pagination li {
        display: inline-block;
        margin-right: -5px;
        border: 1px solid #dddddd;
        border-right: 0px;
        min-width: 60px;
        min-height: 60px;
        padding-top: 15px;
        color: #636363;
        transition: all 300ms ease;
    }

        .pagination li:hover {
            color: #EE1B2C;
        }

.number-pag.active {
    color: #EE1B2C;
}

.back-arrow.disabled {
    color: #dddddd !important;
}

.forward-arrow {
    border-right: 1px solid #dddddd !important;
}

.number-pag.last {
    color: #dddddd;
}
/* -- Single Blog Post -- */

.blog-hero {
    margin-top: 225px;
    border-bottom: 1px solid #dddddd;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-middle {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

    .blog-middle a {
        color: #636363;
        padding-bottom: 15px;
        display: block;
    }

    .blog-middle h1 {
        padding-bottom: 30px;
    }

    .blog-middle p {
        font-size: 16px;
        color: #636363;
    }

.sticky-box {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
}

    .sticky-box ul {
        list-style: none;
        padding-left: 0px;
        display: block;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .sticky-box ul li {
            width: 30px;
            height: 30px;
            display: inline-block;
            margin-right: 10px;
        }

    .sticky-box img {
        padding: 0px !important;
        width: 30px;
        height: 30px;
    }

.blog-info {
    border: 1px solid #dddddd;
    padding: 20px;
}

.blog-main-content {
    padding-top: 40px;
    padding-bottom: 80px;
}

    .blog-main-content img {
        padding-top: 30px;
    }

    .blog-main-content figcaption {
        border-left: 2px solid #EE1B2C;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .blog-main-content blockquote {
        font-weight: 500;
        border-left: 2px solid #EE1B2C;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-main-content p {
        padding-top: 10px;
    }

        .blog-main-content p strong {
            font-weight: 500;
        }

    .blog-main-content h3 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .blog-main-content p a {
        color: #EE1B2C;
    }

    .blog-main-content a {
        color: #EE1B2C;
    }

.mailchimp-sml-sign-up input {
    display: block;
    border: 1px solid #dddddd;
    width: 100%;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
    margin-top: 10px;
}

    .mailchimp-sml-sign-up input[type="submit"] {
        background: #EE1B2C;
        color: #fff;
        font-weight: 300;
        border: 1px solid #EE1B2C;
    }

/* PRODUCT ARCHIVE */

.paging-sorting {
    padding: 10px;
    background: transparent;
    outline: none;
    border: 1px solid #dddddd;
    color: #292B2B;
    padding-right: 30px;
}

.wp-paging-sorting {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.filters-block {
    display: block;
    position: absolute;
    bottom: 40px;
}

.bread-dets {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.breadcrumbs {
    color: #636363;
    display: block;
    padding-bottom: 20px;
}

.prod-section {
    border-bottom: 1px solid #ddd;
}


    .prod-section h3 {
        font-weight: 300;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .prod-section .col-lg-9 {
        border-left: 1px solid #dddddd;
    }

.filters-section {
    padding: 10px;
    padding-bottom: 50px;
}

.clear-filters {
    color: #636363;
    padding-top: 23px;
    font-weight: 300;
    display: block;
    background: transparent;
    border: none;
    outline: none;
}

    .clear-filters:hover {
        color: #EE1B2C;
    }

.header-filters {
    border-bottom: 1px solid #ddd;
}

.filter-collapse {
    background: transparent;
    outline: none;
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #292B2B;
    padding-top: 20px;
    padding-bottom: 10px;
}

.collapse-filters {
    transition: all 300ms ease;
}

    .collapse-filters ul {
        list-style: none;
        padding-left: 10px;
        padding-top: 10px;
    }

.prod-section .col-lg-9 .col-sm-4 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.promotion-box {
    color: #EE1B2C;
    border: 1px solid #EE1B2C;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
}

.stock-indicator {
    font-weight: 300;
    color: #292B2B;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

    .stock-indicator::after {
        content: '';
        width: 15px;
        height: 15px;
        background-color: #9FFF7D;
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
        border-radius: 100%;
    }

.heart-indicator {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    color: #ddd;
    right: 0;
    transition: all 300ms ease;
}

    .heart-indicator.active-heart {
        background-color: #EE1B2C;
        border-color: #EE1B2C;
        color: #fff;
    }

.top-promo-box {
    position: relative;
    padding-top: 20px;
}

.sku-archive {
    display: block;
    font-size: 15px;
    color: #EE1B2C;
}

.sku-archive-title {
    color: #636363;
}

.title-archive {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 500;
    color: #292B2B;
}

.enquire-btn {
    display: inline-block;
    color: #292B2B;
    border: 1px solid #292B2B;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
}

.download-btn {
    display: inline-block;
    color: #EE1B2C;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
}

.prod-info-archive {
    padding-bottom: 20px;
}

.pagination-block {
    padding-top: 60px;
    padding-bottom: 30px;
}

.no-bot-bord {
    border-bottom: 0px !important;
}

.no-right-bord {
    border-right: 0px !important;
}

.pagination-block ul {
    list-style: none;
    padding-left: 0px;
    border: 1px solid #ddd;
    display: inline-block;
}

    .pagination-block ul li {
        display: inline-block;
        padding: 10px;
        border-right: 1px solid #ddd;
    }

.forward {
    border-right: 0px !important;
    padding-right: 15px !important;
}

.back {
    padding-left: 15px !important;
}

.pagination-block ul .disabled, .last-num {
    color: #ddd;
}

.active.num a {
    color: #EE1B2C;
}

.num {
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: all 300ms ease;
}

    .num:hover {
        color: #EE1B2C;
    }

.featured-prods.archive {
    border-top: 1px solid #ddd;
}

.recent-prods-content {
    padding-top: 80px;
    padding-bottom: 30px;
}
/* -- SINGLE PROD PAGE --*/

.single-bread-crumbs {
    padding-top: 230px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.product-single-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.tab-row {
}

/* IMG Slider */

.your-class
.slick-slide {
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: none;
}

.your-class2
.slick-track {
    border: 1px solid #ddd;
    width: 2757.6px !important;
}

.your-class2
.slick-list {
    border-right: 1px solid #ddd;
}

.login-box .error-text {
    color: red !important;
}

.your-class2
.slick-slide {
    border-right: 1px solid #ddd;
}

/* Tab Top */
.product-data {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.tab-control {
    margin-right: 40px;
}

    .tab-control.active {
        color: #EE1B2C;
        border-bottom: 1px solid #EE1B2C;
    }


.last-associated {
    float: right;
    color: #EE1B2C;
}

.product-data-bot .faq-block {
    padding: 0px;
}

.product-data-bot {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    padding-top: 50px;
    margin-bottom: 40px;
}

.product-single-info .col-sm-6 {
    border-right: 1px solid #ddd;
    padding: 0px;
}

.sticky-main-block {
    position: sticky;
    top: 125px;
}

.sticky-data {
    padding: 30px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}

    .sticky-data h1 {
        font-size: 1.5rem;
        padding-top: 20px;
    }

.product-builder {
    padding: 30px;
}

.special-offer-single {
    color: #EE1B2C;
    border: 1px solid #EE1B2C;
    font-size: 15px;
    padding: 15px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.prod-selector {
    display: inline-block;
    position: relative;
    border-right: 0px;
    padding-left: 0px;
    list-style: none;
}

    .prod-selector li {
        display: inline-block;
        padding: 10px;
        border: 1px solid #ddd;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 0px;
        float: left;
        border-left: 1px solid transparent;
        transition: all 300ms ease;
    }

    .prod-selector .active {
        color: #EE1B2C;
        border: 1px solid #EE1B2C !important;
    }

    .prod-selector li:first-child {
        border: 1px solid #ddd;
    }


    .prod-selector .disabled {
        color: #ddd;
    }

    .prod-selector li:hover {
        color: #EE1B2C;
        border-color: #EE1B2C;
    }

    .prod-selector li.disabled:hover {
        color: #ddd;
        border-color: #ddd !important;
    }

.builder-title {
    display: block;
    padding-top: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}

.number-rectangle-select {
    display: block;
}

.text-rectangle-select {
    display: block;
}

    .text-rectangle-select button {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        outline: none;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        transition: all 300ms ease;
    }

        .text-rectangle-select button.active {
            border-color: #EE1B2C;
            color: #EE1B2C;
        }

        .text-rectangle-select button:hover {
            border-color: #EE1B2C;
            color: #EE1B2C;
        }

        .text-rectangle-select button.disabled:hover {
            border-color: #ddd !important;
            color: #ddd;
        }


        .text-rectangle-select button.disabled {
            color: #ddd;
        }

.purchase-box {
    padding-top: 40px;
    padding-bottom: 65px;
}

.color-selector {
    list-style: none;
    padding-left: 0px;
}

    .color-selector li {
        display: inline-block;
    }

    .color-selector button, .color-selector .color-image img {
        height: 30px;
        width: 30px;
        border-radius: 100%;
        outline: none;
        border: 2px solid #ffffff;
        outline: #ddd solid 1px;
        transition: all 300ms;
    }

   
    .color-selector button.l-grey {
        background-color: #ddd;
    }

    .color-selector button.red {
        background-color: #EE1B2C;
    }

    .color-selector button.d-grey {
        background-color: #1c1c1c;
    }

    .color-selector button.m-yellow {
        background-color: #FFA34E;
    }

    .color-selector button:hover {
        outline-color: #EE1B2C;
    }

    .color-selector button.active {
        outline-color: #EE1B2C;
    }

.purchase-box .quantity {
    list-style: none;
    padding-left: 0px;
    border: 1px solid #ddd;
    display: inline-block;
    border-right: 0px;
    float: left;
}

    .purchase-box .quantity li {
        float: left;
        display: inline-block;
        padding: 10px 15px;
        border-right: 1px solid #ddd;
    }

        .purchase-box .quantity li.disabled {
            color: #ddd;
        }

.purchase-box .stock-indicator {
    margin: 0;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
}

.purchase-box .enquire-btn {
    margin-left: 20px;
    margin-top: 0;
    padding: 10px 25px;
    /*   float: left;*/
}

.tab-panel .col-sm-3 {
    border: 1px solid #ddd;
    border-right: 0px;
}

.tab-panel .last-col {
    border: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/* Resources */
.download-container {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 30px 15px;
}

.file-download {
    float: right;
    color: #EE1B2C;
}

.file-title {
    text-align: center;
    display: inline-block;
    width: 60%;
}

.file-icon span {
    display: inline-block;
}

.single-bread-crumbs .red-bread {
    color: #EE1B2C;
    font-weight: 500;
}

.single-bread-crumbs a {
    color: #636363;
    font-weight: 500;
}

    .single-bread-crumbs a:hover {
        color: #EE1B2C;
    }

.single-bread-crumbs {
    color: #636363;
}

.certification-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.special-offer-single.gallery {
    position: absolute;
    top: 20px;
    left: 20px
}

.b2t {
    position: fixed;
    right: 35px;
    bottom: 30px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.692);
    border: 1px solid #EE1B2C;
    display: none;
    padding: 30px;
    border-radius: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    border: none;
    color: #1c1c1c;
}

    .b2t svg {
        padding-top: 5px;
        font-size: 25px;
        border: none;
        color: #1c1c1c;
    }

.display-button {
    display: block;
}

/* -- FOOTER -- */



footer {
    background-color: #292B2B;
    padding-top: 60px;
    padding-bottom: 20px;
}

    footer h4 {
        color: #fff;
        font-weight: 300;
        padding-bottom: 5px;
    }

    footer ul {
        list-style: none;
        padding-left: 0px;
    }

    footer a {
        font-weight: 500;
        color: #fff;
    }

    footer address {
        font-weight: 500;
        color: #fff;
    }

.footer-tel {
    padding-top: 15px;
}

.mailchimp-sign-up {
    padding-top: 50px;
    padding-bottom: 80px;
}

    .mailchimp-sign-up h4 {
        padding-bottom: 15px;
    }

    .mailchimp-sign-up input[type=text] {
        width: 74%;
        margin-right: 10px;
        background: transparent;
        padding: 15px 15px 15px 20px;
        border-radius: 45px;
        outline: none;
        border: 1px solid #fff;
        color: #fff;
    }

        .mailchimp-sign-up input[type=text]::placeholder {
            color: #636363;
        }

    .mailchimp-sign-up .btn-subscribe {
        width: 23%;
        background: #fff;
        border: none;
        padding: 15px;
        border-radius: 45px;
        font-weight: 300;
        color: #292B2B;
    }



.social-links {
    list-style: none;
    padding-left: 0px;
    padding-top: 110px;
}


    .social-links li {
        display: inline-block;
        padding-right: 10px;
    }

        .social-links li a img {
            width: 25px;
            height: 25px;
        }

.legal-links {
    list-style: none;
    padding-left: 0px;
}

    .legal-links li {
        display: inline-block;
        padding-right: 10px;
    }

        .legal-links li a {
            color: #636363;
            font-weight: 300;
        }



/* phones */
@media screen and (max-width:1699px) {
    .navigation-main .col-sm-6 {
        padding-left: 90px
    }
}

@media screen and (max-width:1599px) {
    .navigation-main .col-sm-6 {
        padding-left: 70px
    }
}

@media screen and (max-width:600px) {
    .your-class2 {
        display: none;
        padding: 5px;
    }

    .your-class .slick-slide {
        padding: 5px;
    }
}

@media screen and (max-width:767px) {
    .hero-banner {
        height: 100vh;
        padding-top: 130px;
    }

    .logo-absolute {
        height: 100vh;
    }

        .logo-absolute img {
            padding-top: 400px;
            width: 100%;
        }

    .featured-prods .red-prod {
        position: absolute;
        display: block;
        width: 430px;
        text-align: left;
        rotate: -90deg;
        left: -170px;
        top: 0px;
        font-size: 20px;
        color: #fff;
        font-weight: 300;
    }

    .featured-prods .grey-prod {
        background: #636363;
        display: block;
        height: 26%;
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding-top: 30px;
        font-size: 30px;
        color: #fff;
        font-weight: 300;
    }

    .mob-full-btn {
        padding: 0px !important;
    }

    .news-block .col-5 {
        padding: 0px;
    }

    .news-actual-mob {
        border-top: 1px solid #ddd;
    }

    .news-block .smaller-title {
        padding-top: 10px;
    }

    .cta-block .logo-absolute {
        height: 500px;
        background-position: center 375px;
    }

        .cta-block .logo-absolute img {
            width: 100%;
            padding-top: 300px;
            margin-right: -50px;
        }

    .cta-block {
        padding-top: 80px;
    }

    .mailchimp-sign-up .btn-subscribe {
        width: 100%;
    }

    .mailchimp-sign-up input[type=text] {
        width: 100%;
        margin-bottom: 20px;
    }

    .social-links {
        padding-top: 0px;
    }

    .hero-page {
        margin-top: 90px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .bread-dets {
        padding-top: 30px;
    }

    .news-about h2 {
        padding-bottom: 0px;
    }

    .news-about {
        padding-top: 40px;
    }

    .content-right {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .content-left {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 20px;
    }

    .media-image {
        min-height: 300px;
    }

    .contact-boxes {
        padding-top: 20px;
    }

        .contact-boxes .col-sm-4 {
            padding-top: 20px;
        }

    .filters-block {
        position: relative;
        display: block;
        bottom: 0;
    }

    .filter-mob-btn {
        display: block;
        width: 100%;
        background: transparent;
        border: none;
        text-align: left;
        position: relative;
    }

    .prod-section .mob-filter {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .filter-mob-btn svg {
        position: absolute;
        right: 10px;
        top: 25px;
        font-size: 20px;
    }

    .filter-mob-btn h3 {
        padding-bottom: 0px;
    }

    .no-bot-bord {
        border-bottom: 1px solid #ddd !important;
    }

    .single-bread-crumbs {
        padding-top: 130px;
    }

    .product-builder {
        padding: 15px;
    }

    .last-associated {
        float: left;
        padding-top: 15px;
    }

    .file-title {
        text-align: center;
        display: inline-block;
        width: 54%;
        overflow: hidden;
    }

    .featured-blogs {
        margin-top: 120px;
    }

    .blog-block-archive {
        margin-bottom: 30px;
    }

    .blog-archive .row {
        padding-top: 0px;
    }

    .blog-hero {
        margin-top: 90px;
    }

    .blog-main-content .col-sm-4 {
        float: right;
    }

    .lang-dd {
        position: absolute;
        bottom: 210px;
        z-index: 1002;
        left: 20px;
    }

    .mob-menu-login {
        position: absolute;
        bottom: 105px;
        z-index: 1002;
        left: 0px;
        display: block;
        width: 100%;
        padding: 20px;
        background: transparent;
        border: none;
        border-top: 1px solid #ddd;
        text-align: left;
        color: #636363;
        font-size: 1.0625rem;
    }

    .search-mob {
        position: absolute;
        left: 20px;
        top: 35px;
        background: transparent;
        border: none;
        color: #EE1B2C;
    }

    .search-box-mob {
        position: absolute;
        z-index: 1100;
        top: 30px;
        height: 100%;
        background: white;
        width: 100%;
        right: 0;
        top: 0px;
        padding-top: 95px;
    }



    .close-menu {
        position: absolute;
        top: 35px;
        left: 30px;
        color: #EE1B2C;
    }

    .search-input {
        border-top: 1px solid #ddd;
        padding: 20px;
    }

        .search-input input {
            background: transparent;
            padding: 20px;
            width: 100%;
            margin-bottom: 20px;
            border-radius: 40px;
            border: 1px solid #EE1B2C;
            outline: none;
            text-align: center
        }

    .search-submit {
        display: block;
        width: 100%;
    }

    .prod-menu-next {
        padding: 0px;
        border: none;
        background: transparent;
        font-size: 1.0625rem;
        display: block;
        width: 100%;
        text-align: left;
        color: #636364;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .prod-menu-next .arrow-dd {
            padding-top: 0px;
        }

    h1 {
        font-size: 1.70rem;
        font-weight: 500;
        color: #292B2B;
    }
}
/* IPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .menu-offscreen {
        right: -1000px;
        padding-top: 130px;
    }

    .show-mob {
        right: 0px;
    }

    .logo-absolute {
        position: absolute;
        width: 100%;
        height: 70vh;
        z-index: 0;
        background-image: url(/All_Media/Wirepoint_Images/Homepage/wirepoint.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        top: 0;
        background-size: contain;
        top: 15px;
    }

    .hero-banner {
        height: 70vh;
        position: relative;
        width: 100%;
        padding-top: 300px;
        overflow: hidden;
    }

    .mob-menu-trigger, .mob-menu-trigger-close {
        width: 137px;
        height: 130px;
    }

    button,
    textarea,
    input.text,
    input[type="text"],
    input[type="button"],
    input[type="submit"],
    .input-checkbox {
        -webkit-appearance: none;
        border-radius: 0;
    }

    .prod-menu-next {
        color: #636363;
        font-size: 1.0625rem;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0px;
        border: none;
    }

    .search-mob {
        position: absolute;
        left: 20px;
        top: 55px;
        background: transparent;
        border: none;
        color: #EE1B2C;
        font-size: 20px;
    }

    .mob-menu-login {
        position: absolute;
        bottom: 105px;
        z-index: 1002;
        left: 0px;
        display: block;
        width: 100%;
        padding: 20px;
        background: transparent;
        border: none;
        border-top: 1px solid #ddd;
        text-align: left;
        color: #636363;
        font-size: 1.0625rem;
    }

    .lang-dd {
        position: absolute;
        bottom: 210px;
        z-index: 1002;
        left: 20px;
    }

    .close-menu {
        position: absolute;
        top: 55px;
        left: 20px;
        color: #EE1B2C;
        font-size: 20px;
    }

    .search-box-mob {
        position: absolute;
        z-index: 1100;
        top: 30px;
        height: 100%;
        background: white;
        width: 100%;
        right: 0;
        top: 0px;
        padding-top: 130px;
    }

    .search-input {
        border-top: 1px solid #ddd;
        padding: 20px;
    }

        .search-input input {
            background: transparent;
            padding: 20px;
            width: 100%;
            margin-bottom: 20px;
            border-radius: 40px;
            border: 1px solid #EE1B2C;
            outline: none;
            text-align: center;
        }

    .search-submit {
        display: block;
        width: 100%;
    }

    .hero-page {
        margin-top: 100px;
        padding-top: 150px;
        padding-bottom: 150px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .media-image {
        background-size: cover;
    }

    .content-left, .content-right {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-right: 10px;
        padding-left: 10px
    }

    .contact-boxes .col-lg-4 {
        margin-bottom: 40px;
    }

    .foot-logo {
        margin-bottom: 30px;
    }

    .prod-section .mob-filter {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .filter-mob-btn {
        display: block;
        width: 100%;
        background: transparent;
        border: none;
        text-align: left;
        position: relative;
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .filter-mob-btn h3 {
            display: inline;
        }

        .filter-mob-btn svg {
            position: absolute;
            right: 10px;
            top: 35px;
            font-size: 20px;
        }

    .filters-block {
        position: relative;
        bottom: 0px;
    }

    .prod-section .col-lg-9 .col-lg-4 {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .single-bread-crumbs {
        padding-top: 170px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }
}

ul.color-selector .color-image {
    position: relative;
    top: -8px;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    ul.color-selector .color-image {
        top: 0px;
    }
}
@media only screen and (min-device-width: 429px) and (max-device-width: 462px) {
    ul.color-selector .color-image {
        top: 0px;
    }
}
.colour-filter-box [type="radio"]:checked + label:after {
    top: -24px !important;
}
