﻿/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&amp;display=swap");

/* latin-ext */
@font-face {
    font-family: "Open Sans Condensed";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8S72V6As.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans Condensed";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8Rb2V.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuvMR6WR.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMRw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuvMR6WR.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMRw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*------------------------- General ---------------------------*/
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    font-family: Arial;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
    background: var(--background-main);
    color: var(--text-main);
    min-height: calc(100vh);
    min-width: 320px;
}
html {
    --black: #000;
    --navy: #3F3D56;
    --navy-2: #202124;
    --background-main: #ffffff;
    --background-box: #f2f2f2;
    --text-text: #555555;
    --text-main: #333;
    --link-hoover: #04314a;
    --red-accent: #ed2024;
    --orange-accent: #ff9900;
    --orange: #ff9017;
    --dark-orange: #f2731e;
    --light-grey: #ebebeb;
    --light-grey-2: #c3c3c3;
    --light-grey-3: #e0e0e0;
    --light-grey-4: #f7f7f7;
    --light-blue-2: #6a6d7a;
    --blue: #0073b3;
    --header-one: 2.5rem;
    --header-two: 3rem;
    --header-three: 18px;
    --header-four: 22px;
    --header-five: 18px;
    --header-six: 1rem;
    --header-color: #FFF;
    --header-background: #265EAC;
    --cssblue: #265EAC;
    --cssblue-2: #196099;
    --cssyellow: #FFEF00;
    --cssgrey: #666666;
    margin-right: auto;
}

ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0;
}
    ul.dot,
    .rcShowContent ul {
        list-style: disc;
        margin-bottom: 1rem;
        padding-left: 2rem;
    }

a {
    text-decoration: none;
    color: var(--cssblue);
}

    a:hover,
    a:active {
        color: var(--link-hoover);
    }

p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

    p a {
        display: inline;
        position: relative;
        transition: all 200ms ease;
    }

        p a:active {
            position: relative;
            color: inherit;
        }

        p a:hover {
            color: var(--link-hoover);
        }

    p:last-child {
        margin-bottom: 0;
    }

h1 {
    font-size: var(--header-one);
}

h2 {
    font-size: var(--header-two);
    margin-bottom: 15px;
}

h3 {
    font-size: var(--header-three);
    font-family: "Open Sans Condensed";
    margin-bottom: 10px;
	font-weight: 400;
    line-height: 1.1;
}

h4 {
    font-size: var(--header-four);
    margin-bottom: 10px;
    line-height: 1.1;
	font-weight: 400;
}

h5 {
    font-size: var(--header-five);
    margin-bottom: 10px;
}

h6 {
    font-size: var(--header-six);
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--text-main);
    font-family: "Oswald";
    letter-spacing: 0.3px;
}

h6 {
    color: var(--text-text);
    font-family: "Open Sans Condensed";
    font-weight: bold;
}

.container {
    width: calc(100% - 10px);
    max-width: calc(1920px - 10px);
    margin: 0 auto;
}

.img-xs,
.img-sm,
.img-md,
.img-lg {
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    flex-grow: 0;
}

.mainContainer {
    margin: 0;
}

    .mainContainer section {
        width: calc(100% - 5%);
        max-width: calc(1920px - 5%);
        padding: 0 5%;
        margin: 0 auto;
    }
.alignEnd {
    align-self: end
}

.flex {
    display: flex;
}

.flexGrow {
    flex-grow: 1;
    font-size: 14px;
}

.flexBasis100 {
    flex-basis: 100%;
}

.width400 {
    max-width: 400px;
    width: 100%;
}

.textRight {
    text-align: right;
}
.importantBox h4 {
    color: #FF0000;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
}
.sectionBoxImportant {
    padding: 15px;
    padding-left: 15px;
    background-color: red;
    color: #FFFFFF;
}

    .sectionBoxImportant textarea {
        color: #000000;
    }
.pointer {
    cursor: pointer;
}
.rcSectionTitle {
    background-color: var(--light-grey-4);
    text-align: left;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin: 3px 0px;
}
@media only screen and (max-width: 767.98px) {
    .mainContainer section {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 992px) {
    .overlay,
    .overlayMenu,
    .overlayProducts {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 100;
        background-color: rgba(0,0,0,0.4);
    }

        .overlay.showOverlay,
        .overlayMenu.showOverlay,
        .overlayProducts.showOverlay {
            display: block;
        }
    .overlayMenu {
        z-index: 200;
    }
}
    /*--------------------------------- header ---------------------------------------*/
    .headerContainer {
        width: calc(100% - 5%);
        max-width: calc(1920px - 5%);
        padding: 0 5%;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .header-main {
        padding-top: 0;
        padding-bottom: 0;
        background-color: var(--header-background);
        position: relative;
    }

        .header-main > .container {
            width: 100%;
        }

        .header-main .container {
            padding: 0;
            margin: 0;
        }

            .header-main .container > .row {
                flex-wrap: nowrap;
                margin: 0;
            }

    .headerRow {
        display: flex;
    }

    .headerLeft {
        padding-left: 20px;
        padding-right: 20px;
        width: 240px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .headerCenter {
        flex-grow: 1;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        margin-bottom: 0px;
        display: flex;
        padding-top: 35px;
        justify-content: center;
    }

        .headerCenter .topNavLinks {
            margin-top: 3px;
            flex-basis: 40%;
            flex-grow: initial;
        }
        .headerCenter .topNavLinks a {
            display: block;
            font-family: 'oswald';
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 0.3px;
            color: var(--header-color);
            text-align: center;
            text-transform: uppercase;
        }

            .headerCenter .topNavLinks a img {
                width: 23px !important;
                height: 23px !important;
                margin-bottom: 3px;
                margin-right: 5px;
            }

        .headerCenter .topNavLinks .col {
            padding-left: 0px;
            padding-right: 0px;
        }

        .headerCenter .topNavLinks .material-symbols-outlined {
            font-size: 20px;
        }

    .headerCenterColumn {
        padding: 0;
    }

    .headerRight {
        padding-right: 5px;
        padding-top: 5px;
    }

    .headerBottom {
        background-color: var(--cssyellow);
    }

    .brand-wrap .logo {
        width: 100%
    }

    .searchContainer {
        flex-grow: initial;
        flex-basis: 50%;
    }

    .form-group.has-search {
        max-width: 640px;
        position: relative;
        z-index: 101;
    }

    .has-search .form-control {
        font-family: oswald;
        font-weight: 400;
        padding-left: 1rem;
        background-color: var(--background-box);
        border: none;
        border-radius: 0px;
        font-weight: lighter;
        font-size: 1rem;
        color: var(--text-main);
        height: 32px;
        position: relative;
        width: calc(100% - 50px);
        float: left;
    }

        .has-search .form-control:focus {
            box-shadow: 0 0 0.2rem 0.01rem var(--bs-gray-300);
        }

    .has-search .btn {
        width: 44px;
        height: 32px;
        background-color: var(--cssyellow); /* Old browsers */
        border: 0;
        line-height: 1;
        margin-left: 1px;
        border-radius: 2px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .has-search .btn img {
            height: 20px;
        }

    article:after,
    .form-group:after {
        display: block;
        clear: both;
        content: "";
    }

    .headerIconsContainer {
        flex-grow: 0;
    }

        .headerIconsContainer .icontext {
            padding: 8px;
            height: 50px;
            width: 42px;
        }

    img.top_user_icons {
        width: auto;
        height: 28px;
    }

    .cartIcon {
        margin-right: 5px;
        position: relative;
    }

    .cartNumber {
        position: absolute;
        bottom: 30px;
        right: -5px;
        background-color: var(--cssyellow);
        border-radius: 50%;
        padding: 5px;
        width: 15px;
        height: 15px;
        color: var(--cssblue);
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }

    .navbarContainer {
        width: 100%;
    }

    .topNav_menu {
        height: 40px;
        margin-top: 0px;
        margin-left: 0px;
        font-family: oswald;
        font-weight: 500;
        letter-spacing: 0.3px;
        display: flex;
        justify-content: space-between;
    }

        .topNav_menu nav.categories {
            width: 100%;
        }

        .topNav_menu a.menuLevel1Item.nav-link {
            padding-right: 18px;
            padding-left: 18px;
        }
        .topNav_menu a.menuLevel1Item.saleLink {
            color: var(--red-accent);
        }

        .topNav_menu nav.categories ul {
            font-size: 15px;
            margin: 0px 20% 0px 20%;
            padding-left: 0px;
            display: flex;
            justify-content: space-around;
            width: 100%;
            height: 40px;
        }

        .topNav_menu nav.categories li {
            display: block;
        }
            .topNav_menu nav.categories li.desktopHide {
                display: none;
            }

            .topNav_menu nav.categories li.active {
                border-left: none;
                border-bottom: 2px solid var(--cssblue);
            }

            .topNav_menu nav.categories li > a {
                padding: 6px 18px 5px 18px;
                display: block;
                margin-top: 3px;
                height: 32px;
                text-transform: uppercase;
                position: relative;
                color: var(--cssblue);
            }

        .topNav_menu .close {
            display: none;
        }

        .topNav_menu .dropdown-menu {
            left: 0;
            width: 100%;
            position: relative;
            top: 40px;
            min-height: 200px;
            padding: 0px 0;
            margin-top: 0px;
            border: none;
            border-radius: 0px;
            z-index: 0;
            overflow: visible;
            background: var(--light-grey-2);
            display: none;
        }

            .topNav_menu .dropdown-menu .menuItems {
                position: relative;
                margin: 25px 5%;
                z-index: 99;
                min-height: 350px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around;
            }

            .topNav_menu .dropdown-menu:before {
                position: absolute;
                width: 100%;
                top: 0px;
                left: 0;
                height: 100%;
                content: "";
                background-color: var(--light-grey);
                z-index: 2;
            }

            .topNav_menu .dropdown-menu .menuLevel2Item {
                margin: 10px 15px 20px 20px;
                width: 220px;
            }

                .topNav_menu .dropdown-menu .menuLevel2Item > a {
                    display: block;
                    width: 100%;
                    padding: 0px;
                    font-family: 'Oswald';
                    font-size: 15px;
                    font-weight: 500;
                    color: var(--text-main);
                    border-bottom: 2px solid var(--text-main);
                }

            .topNav_menu .dropdown-menu .menuLevel3Item > a {
                font-size: 15px;
                color: var(--text-text);
                padding: 2px 0px;
                font-weight: 400;
                text-transform: capitalize;
            }
                .topNav_menu .dropdown-menu .menuLevel3Item > a.allLink {
                    font-weight: 500;
                }

            .topNav_menu .dropdown-menu .menuCentralLink {
                width: 100%;
                text-align: center;
            }
                .topNav_menu .dropdown-menu .menuCentralLink a {
                    font-family: 'Oswald';
                    font-size: 15px;
                    font-weight: 500;
                    color: var(--text-text);
                }

    .topNav_search_box {
        position: absolute;
        display: none;
        padding: 0px 6px 0px 0px;
        z-index: 200;
        width: 100%;
    }

    .topNav_search_box > div {
        padding: 3px 10px;
        background: #FFF;
        border: 1px solid;
        border-color: var(--background-box);
        border-top: none;
    }

    .topNav_search_box.hover_effect {
        display: block;
    }

    .topNav_search_box ul {
        padding-left: 3px;
    }

    .topNav_search_box li {
        display: block;
        padding: 10px 0px;
        line-height: 24px;
		text-transform: capitalize;
    }

        .topNav_search_box li .name {
            font-weight: bold;
            padding-left: 5px;
        }

        .topNav_search_box li a {
            color: #333;
            display: flex;
        }

        .topNav_search_box li div.thumb {
            width: 75px;
            text-align: center;
            padding-right: 10px;
            padding-top: 0px;
            flex-shrink: 0;
        }

        .topNav_search_box li a img {
            height: 50px;
            max-width: 100%;
        }

        .topNav_search_box li hr {
            margin: 5px 0px;
        }

        .topNav_search_box li.seeAllResults {
            font-weight: bold;
            cursor: pointer;
        }

.overlaySearch {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
}

    .overlaySearch.showOverlay {
        display: block;
    }

.specialBanner {
    clear: both;
    min-height: 32px;
    background-color: #fff;
    margin: 5px 0px 10px 0px;
    border-radius: 5px;
	border: 2px solid #265EAC;
}
    .specialBanner a.line1, 
    .specialBanner a.line2 {
        display: block;
        font-family: Oswald;
        margin-left: auto;
        margin-right: auto;
        color: var(--text-text);
    }
    .specialBanner a.line1 {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        font-weight: 400;
    }
    .specialBanner .categoryRestriction {
        font-weight: 400;
        padding-left: 5px;
    }

    @media screen and (max-width: 1400px) {
        .headerContainer {
            width: 100%;
            max-width: 100%;
            padding: 0 5px;
        }
        .mainContainer section {
            width: 100%;
            max-width: 100%;
            padding: 0 5px;
        }
    }

    @media screen and (max-width: 1200px) {
        .topNav_menu nav.categories {
            font-size: 14px;
            margin-left: 0px;
        }

            .topNav_menu nav.categories li > a {
                padding: 6px 10px 5px 10px
            }

        .topNav_menu .right_menu li.topNav_title > a {
            font-size: 14px;
        }

        .topNav_menu .dropdown-menu .menuItems {
            margin: 25px 0%;
        }

        .topNav_menu .dropdown-menu .menuLevel2Item div.title {
            margin: 10px 5px 20px 5px;
            width: 230px;
        }
        .searchContainer {
            flex-basis: 60%;
        }
    }

    @media only screen and (max-width: 992px) {
        .header-main {
            height: 125px;
        }

            .header-main > .container > .d-flex {
                flex: none;
            }

            .header-main .headerLeft {
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .header-main .headerCenter {
                left: 20px;
                top: 45px;
                display: block;
            }

                .header-main .headerCenter .topNavLinks a {
                    display: none;
                }

                .header-main .headerCenter .cycle_store_search {
                    width: calc(100% - 40px);
                    max-width: none;
                }

            .header-main .headerRight {
                position: absolute;
                right: 0px;
                top: 5px;
            }

            .header-main .headerBottom {
                display: none;
                color: #fff;
            }

                .header-main .headerBottom li > a {
                    color: #fff;
                }

                .header-main .headerBottom.active {
                    display: block;
                    width: 300px;
                    top: 0;
                    left: 0;
                    height: 100%;
                    color: #fff;
                    background-color: var(--cssblue-2);
                    position: fixed;
                    z-index: 999999;
                    max-width: 100%;
                    overflow: auto;
                    transition: all ease .5s;
                    -webkit-transition: all ease .5s;
                    -moz-transition: all ease .5s;
                    padding-bottom: 30px;
                }



            .header-main .headerRight .topNav_hamburger {
                padding-left: 10px;
            }

            .header-main .headerRight .topNav_account {
                border-right: 1px solid var(--light-grey);
            }

            .header-main .headerRight .topNav_basket {
                border-right: 1px solid var(--light-grey);
            }

            .header-main .headerRight.headerIconsContainer .icontext {
                padding-left: 8px;
                padding-top: 3px;
                height: 35px;
                width: 50px;
            }

        .cartNumber {
            right: 1px;
            bottom: 25px;
        }

        .headerContainer {
            padding: 0;
        }

        .headerLeft {
            width: 180px;
        }
        .has-search .form-control {
            height: 35px;
        }
        .has-search .btn {
            height: 35px;
        }
        .topNav_menu {
            display: block;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: 0.3px;
        }

            .topNav_menu .close {
                cursor: pointer;
                display: block;
                position: absolute;
                top: 15px;
                right: 20px;
                color: #fff;
                opacity: 0.8;
                transition: all ease .5s;
                -webkit-transition: all ease .5s;
                -moz-transition: all ease .5s;
                font-size: 27px;
                font-weight: bold;
                line-height: 1;
                z-index: 99;
            }

            .topNav_menu nav.categories ul {
                display: block;
                padding: 0;
                margin: 30px 0 10px 0;
                width: 100%;
            }

                .topNav_menu nav.categories ul li {
                    text-transform: uppercase;
                    display: block;
                    margin: 0;
                    padding: 8px 0px 3px 0px;
                    width: 100%;
                }

                .topNav_menu nav.categories ul li:has(.hide) {
                    padding:0px;
                }
                    .topNav_menu nav.categories ul li.desktopHide {
                        display: block;
                    }
                    .topNav_menu nav.categories ul li.contentLink a {
                        border-bottom: none;
                    }
                    .topNav_menu nav.categories ul li.contentLink img {
                        margin-left: 10px;
                        margin-top: -3px;
                    }

                .topNav_menu .right_menu.navbar-nav {
                    flex-direction: row;
                    margin: auto;
                }
            .topNav_menu nav.categories ul li.mobileHide { 
                display: none;
            }
            .topNav_menu .nav-item a.nav-link,
            .topNav_menu .nav-item a.nav-link_2 {
                color: white;
                font-weight: normal;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                width: 100%;
                height: auto;
                display: block;
                padding: 16px 24px 16px 40px;
                margin: 0;
                transition: all .3s ease-in-out;
                position: relative;
                text-transform: uppercase;
            }
            .topNav_menu .nav-item:not(.contentLink) a.nav-link::before,
            .topNav_menu .show.dropdown-menu .menuLevel2Item > a::before {
                background-image: url(/images/layout/menu-arrow-right.png);
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                width: 17px;
                height: 17px;
                content: "";
                position: absolute;
                top: 20px;
                right: 17px;
            }

            .topNav_menu .show.dropdown-menu .menuLevel2Item.show > a::before,
            .topNav_menu .nav-item a.nav-link.show::before {
                transform: rotate(180deg);
                left: 40px;
            }

            .topNav_menu .dropdown-menu {
                top: auto;
            }

                .topNav_menu .dropdown-menu:before {
                    content: none;
                }

                .topNav_menu .dropdown-menu .menuItems {
                    margin: 0;
                    display: block;
                    min-height: auto;
                }

                .topNav_menu .dropdown-menu .menuLevel2Item {
                    margin: 10px 0px 10px 0px;
                    width: 100%;
                }

                .topNav_menu .dropdown-menu .menuLevel2Item > div.title > a {
                    border-bottom: none;
                    color: white;
                }                

            .topNav_menu .show.dropdown-menu {
                display: block;
                z-index: 9999;
                width: 100%;
                padding: 0px;
                box-shadow: none;
                max-height: fit-content;
                margin-top: 0px;
                min-height: auto;
                background: none;
            }

                .topNav_menu .show.dropdown-menu .subMenu {
                    display: none;
                    position: relative;
                    left: 0px;
                    background: none;
                    padding-top: 0px;
                }


                .topNav_menu li:not(.contentLink) a.nav-link.hide,
                .topNav_menu .show.dropdown-menu .menuLevel2Item.hide {
                    display: none;
                }

                .topNav_menu .show.dropdown-menu .menuLevel2Item.show .subMenu.show {
                    display: block;
                }

                .topNav_menu a.nav-link.show,
                .topNav_menu .show.dropdown-menu .menuLevel2Item.show > a.nav-link_2 {
                    padding-left: 100px;
                    background-color: var(--blue);
                }
        .specialBanner {
            margin: 5px 5px 10px 5px;
        }
        #homePage .specialBanner {
            margin: 5px 0px 10px 0px;
        }
    }

    @media screen and (min-width: 992px) {
        .overlay-blue.w-50, .qa .wrap {
            width: 100%;
        }

        .topNav_menu .nav-item.dropdown {
            border-bottom: 2px solid var(--cssyellow);
        }

            .topNav_menu .nav-item.dropdown:hover {
                border-bottom: 2px solid var(--cssblue);
            }

                .topNav_menu .nav-item.dropdown:hover > .dropdown-menu {
                    display: block;
                    z-index: 9999;
                    background: none;
                }

        .topNav_menu .right_menu li.topNav_title.dropdown:hover > a {
            background: none;
        }

        .mobile,
        .mobile.hamburger {
            display: none;
        }
        .brand-wrap.logoMobile,
        .navbar-toggler,
        .browseProducts,
        .close {
            display: none;
        }
    }

    /*--------------------------------- Footer ---------------------------------------*/
    .section-footer {
        font-size: 14px;
        font-weight: 400;
        background: var(--light-grey);
        margin-top: 70px;
        border-top: none !important;
        clear: both;
    }

        .section-footer .card-title {
            font-size: 17px;
            line-height: 24px;
            color: var(--navy);
        }

    .serviceContainer li a {
        color: var(--navy);
    }

    .section-footer li {
        font-size: 14px;
        line-height: 24px;
        color: var(--navy);
    }

    .section-footer .icon {
        left: -10px !important;
    }

    .section-footer ul li {
        margin-bottom: 5px;
    }

    .section-footer ul a {
        color: inherit;
    }

    .footerContainer {
        width: calc(100% - 10%);
        max-width: calc(1920px - 10%);
        padding: 0 5%;
        margin: 0 auto;
    }

    .footerLeft {
        display: flex;
    }

    .footerLeftContact {
        margin-right: 100px;
    }

    .footerRight {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 20%;
    }

        .footerRight .paymentsLogos img {
            align-self: flex-start;
            margin-right: 5px;
        }

    .padding-y {
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 1px solid var(--light-grey);
    }

    .footer-bottom .mb-0 {
        text-align: left;
    }

    .footer-bottom {
        padding: 20px 0;
        position: relative;
        background-color: var(--light-grey-3);
    }

        .footer-bottom p a {
            font-size: 14px;
        }

        .footer-bottom:before {
            position: absolute;
            content: "";
            left: -100% !important;
            width: 300%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 0;
            background-color: var(--light-grey-3);
        }

@media only screen and (max-width: 992px) {
    .section-footer {
        margin-top: 30px;
    }
    .footerLeft {
        display: block;
    }
        .footerLeft .footerLeftContact {
            margin-right: 0px;
            margin-bottom: 20px;
        }
}
    /*--------------------------------- Loaders ---------------------------------------*/
    .JSAjaxLoader_1 {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -74px;
        width: 150px;
        display: none;
        z-index: 1000;
        background: var(--light-grey-2);
        background: rgba(150,150,150,0.4);
        padding: 4px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .JSAjaxLoader_2 {
        background-color: var(--light-grey);
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        padding: 10px 10px 1px 10px;
        line-height: 2;
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        color: var(--text-main);
        text-align: center;
    }
    /* ------------------------ Consent Management ---------------------------- */
    .consentMessage {
        color: #FFF;
        background-color: #333;
        font-size: 16px;
        padding: 20px;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        max-width: 500px;
        height: 334px;
        border-radius: 8px;
        box-shadow: 0 32px 68px rgba(0,0,0,.3);
        box-sizing: border-box;
        position: fixed;
        z-index: 10000;
    }

        .consentMessage h2 {
            color: #FFF;
            font-weight: bold;
            font-size: 16px;
            margin: 10px 5px 15px 0px;
        }

        .consentMessage p {
            color: #FFF;
        }

        .consentMessage ul {
            width: 250px;
            padding-left: 25px;
        }

        .consentMessage li {
            line-height: 30px;
            list-style: none;
        }

        .consentMessage .btnDeclineAll {
            float: left;
            margin-left: 0px;
            background-color: #333;
            color: #FFF;
            border: 1px solid;
        }

        .consentMessage .btnAcceptAll {
            float: right;
            margin-right: 0px;
            color: #FFF;
            border: 1px solid;
            border-color: var(--cssblue);
            padding-left: 35px;
            padding-right: 35px;
        }

        .consentMessage .btnSaveConsent {
            display: none;
            float: right;
            margin-right: 0px;
            color: #FFF;
            border: 1px solid;
            border-color: var(--cssblue);
            padding-left: 35px;
            padding-right: 35px;
        }

        .consentMessage .switch {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 24px;
            float: right;
        }

            .consentMessage .switch input {
                opacity: 0;
                width: 40px;
                height: 24px;
                margin-top: 0px;
            }

            .consentMessage .switch .slider {
                position: absolute;
                cursor: pointer;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #ccc;
                -webkit-transition: .4s;
                transition: .4s;
                z-index: -1;
            }

                .consentMessage .switch .slider:before {
                    position: absolute;
                    content: "";
                    height: 16px;
                    width: 16px;
                    left: 4px;
                    bottom: 4px;
                    background-color: white;
                    -webkit-transition: .4s;
                    transition: .4s;
                }

            .consentMessage .switch input:checked + .slider {
                background-color: var(--cssblue);
            }

            .consentMessage .switch input:focus + .slider {
                box-shadow: 0 0 1px var(--cssblue);
            }

            .consentMessage .switch input:checked + .slider:before {
                -webkit-transform: translateX(16px);
                -ms-transform: translateX(16px);
                transform: translateX(16px);
            }

            .consentMessage .switch .slider.round {
                border-radius: 24px;
            }

                .consentMessage .switch .slider.round:before {
                    border-radius: 50%;
                }

    @media all and (max-width: 767px) {
        .consentMessage {
            top: 50%;
            transform: translate(-5%, -50%);
            left: 10%;
            max-width: none;
            height: auto;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .consentMessage ul {
                width: 100%;
                padding-left: 0px;
            }

            .consentMessage li {
                line-height: 40px;
            }

            .consentMessage .switch {
                margin-top: 10px;
            }

            .consentMessage .btnAcceptAll, .consentMessage .btnSaveConsent, .consentMessage .btnDeclineAll {
                width: 100%;
                float: none;
                margin-bottom: 15px;
            }
    }
    /*---------------------------------- Prod List -----------------------------*/
    .row.category_banner {
        height: 50vh;
        width: 100%;
        max-width: 100%;
        max-height: 285px;
        background-image: url(../images/banners/category_top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        padding: 0;
        margin-bottom: 20px;
    }

        .row.category_banner h1 {
            color: var(--background-main);
            font-size: 42px;
            font-weight: 300;
            bottom: 10px;
            position: absolute;
        }

    .container.category_bannerContainer {
        width: calc(100% - 10%);
        max-width: calc(1920px - 10%);
        padding: 0 5%;
        margin: 0 auto;
        position: relative;
    }

        .container.category_bannerContainer p {
            margin-top: 15px;
            margin-bottom: 10px;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
        }

    .filterResultsContainerMobile {
        display: none;
    }

    .btn.btn-info.d-lg-none.d-xl-none.filters {
        background: none;
        color: var(--text-main);
        border: none;
        border-radius: 0;
        padding: 10px 20px;
    }

    .filterSortContainer {
        justify-content: space-between;
        padding-right: 4%;
        margin-left: 0;
        margin-right: 0;
        /*margin-top: -45px;*/
        margin-bottom: 5px;
    }

    .sortContainer {
        font-size: 15px;
        justify-content: flex-end;
        width: auto;
        display: flex;
        line-height: 40px;
        height: 40px;
    }

    .sortOptions {
        font-size: 16px;
        position: relative;
        width: 150px;
        border: 1px solid var(--light-grey-2);
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 30px;
        background-image: url("/images/layout/sort-arrow.png");
        background-size: 15px;
        background-position: right 8px center;
    }

    .closeFilters {
        display: none;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    #budget-range {
        border: none;
        margin: 40px 5px 15px 0px;
        border-radius: inherit;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        #budget-range .noUi-connect {
            background-color: var(--text-main);
        }

        #budget-range.noUi-horizontal {
            height: 12px;
        }

        #budget-range .noUi-handle,
        #budget-range .noUi-active {
            border: none;
            background: none;
            box-shadow: none;
        }

            #budget-range .noUi-handle:before,
            #budget-range .noUi-handle:after {
                display: none;
            }

        #budget-range .noUi-tooltip {
            border: none;
            bottom: 100%;
            font-family: "Open Sans Condensed", sans-serif;
            font-size: 16px !important;
            font-weight: 300;
        }

            #budget-range .noUi-tooltip:after {
                content: url(/images/layout/down-arrow-triangle.png);
                position: absolute;
                top: 23px;
                left: 0px;
                right: 0;
                text-align: center;
            }

    .filterContainer .colorBoxes {
        margin-left: 3px;
    }

    .filterContainer .optionColorBox {
        width: 20px;
        height: 20px;
        float: left;
        background-size: 20px;
        margin-right: 22px;
        margin-top: 9px;
        margin-bottom: 9px;
        cursor: pointer;
        border: 1px solid var(--background-main);
        outline: 2px solid var(--light-grey-3);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

        .filterContainer .optionColorBox.activeOption,
        .filterContainer .optionColorBox:hover {
            border: 1px solid var(--background-main);
            outline: 2px solid var(--cssblue);
        }

    .filter-group {
        border-bottom: 1px solid var(--light-grey);
        padding-bottom: 20px;
        margin-bottom: 15px;
        font-size: 14px;
    }

        .filter-group h5 {
            font-weight: 300;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .filter-group .title a {
            color: var(--black);
        }

        .filter-group .showMore {
            cursor: pointer;
        }

    article.filter-group:last-of-type {
        border-bottom: none;
    }

    .filter-content .form-check {
        margin-bottom: 10px;
    }

    .filterContainer .form-check {
        padding-left: 1.7em;
    }

        .filterContainer .form-check .form-check-input[type=checkbox] {
            margin-left: -1.6em;
        }

        .filterContainer .form-check .hidden {
            display: none;
        }

    .filterContainer .form-check-input[type=checkbox] {
        width: 1.2em;
        height: 1.2em;
        margin-top: 0.2em;
        border-radius: 0px;
    }

    .filterContainer .form-check-input:checked[type=checkbox] {
        background-color: var(--background-main);
        border: 1px solid var(--black);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

    .clear_filters {
        font-weight: 300;
        padding: 2px 10px;
        padding-left: 0;
        border: solid 1px var(--light-grey);
        margin-top: 10px;
        display: inline-block;
        width: auto;
        cursor: pointer;
        line-height: 20px;
        transition: all ease .5s;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
    }

        .clear_filters svg {
            transition: all ease .5s;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
        }

        .clear_filters:hover {
            background-color: var(--blue);
            border: solid 1px var(--blue);
            color: var(--background-main);
        }

            .clear_filters:hover svg {
                stroke: var(--background-main);
            }

    .productListItem {
        margin-bottom: 45px;
        /*flex: 30.5%;*/
        flex-grow: 0;
        flex-shrink: 0;
        padding: 0px 1%;
    }

    .card {
        border: none;
        border-radius: 0px;
        padding: 10px 0px;
    }

    .listProductImageBox {
        position: relative;
    }

    .listProductImage {
        display: block;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        text-align: center;
    }

        .listProductImage > a {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .listProductImage img {
            max-width: 100%;
            align-self: center;
            margin: 0 auto;
            position: absolute;
            object-fit: contain;
            width: 90%;
            height: 90%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }

    .card-product a.title {
        color: var(--cssblue);
        font-family: 'Oswald';
        display: block;
        text-transform: initial;
        font-size: 18px;
        word-break: break-word;
        letter-spacing: 0.3px;
        font-weight: 400;
    }

    .card-product .badge {
        top: 10px;
        left: 10px;
        position: absolute;
        border-radius: 0;
        z-index: 1;
        font-family: 'Oswald';
        letter-spacing: 0.8px;
        font-weight: 400;
        line-height: 17px;
        font-size: 13px;
        padding: 5px 8px;
		border: 1px;
		border-radius: 5px;
    }

    .newProdBadge {
        background-color: var(--bs-green) !important;
    }

    .card-product .prodListColBox {
        width: 17px;
        height: 17px;
        display: inline-block;
        margin: 0px 8px 0 1px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        background-size: 17px;
        border-radius: 50%;
        border: 2px solid var(--background-main);
        outline: 1px solid var(--bs-gray-600);
        cursor: pointer;
    }

        .card-product .prodListColBox.activeOption {
            border: 2px solid var(--background-main);
            outline: 2px solid var(--cssblue);
        }

    .price-wrap {
        letter-spacing: -0.7px;
        margin-top: 20px;
    }

    .productListContainer {
        padding-left: 30px;
        align-items: stretch;
    }

        .productListContainer .price-wrap {
            margin-top: 8px;
        }

    .price.grid_list {
        letter-spacing: 0.2px;
        color: var(--text-main);
        font-size: 20px;
        margin-right: 5px;
        font-weight: 400;
        font-family: 'Oswald';
    }

    .badge.bg-danger.price_reduce {
        background-color: var(--red-accent) !important;
        margin-left: 20px;
        position: relative;
        top: -2px;
        border-radius: 6px;
        letter-spacing: 0.5px;
    }

    .pageNav {
        font-size: 15px;
        color: var(--cssgrey);
		text-align: center;

    }

        .pageNav a {
            color: var(--text-main);
            font-weight: 300;
        }


        .pageNav img {
            margin-top: -4px;
        }


    .filterContainer {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 10px 15px;
        border: 1px solid var(--light-grey);
        z-index: 1;
        height: 100%;
    }

        .filterContainer .filter-group.resultsContainer {
            display: none;
        }

.productListPage .clearance-button {
    background-color: #db0d15;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-bottom: 10px;
}

    .productListPage .clearance-button a {
        display: block;
        padding: 15px 18%;
        color: #fff;
        font-size: 14px;
    }

    .productListPage .clearance-button:hover {
        background-color: #9D0000;
    }

    .productListPage .clearance-button.active {
        background-color: #9D0000;
    }
	
	.pageInfo {
            text-align: center;
        }

    @media only screen and (max-width: 414px) {
        .productListPage.container.mainContainer {
            padding: 0 !important;
        }
    }

    @media only screen and (max-width: 991.98px) {
        .productListItem {
            flex: 47%;
            flex-grow: 0;
            padding: 0px;
        }

        .row.category_banner {
            height: 20vh;
        }

        .container.category_bannerContainer {
            padding: 0;
        }

            .container.category_bannerContainer p {
                text-align: center;
            }

        .clear_filters {
            display: none;
        }

        .pageInfo {
            text-align: center;
        }

            .pageInfo h6 {
                margin-bottom: 0;
            }

        .sortContainer {
            justify-content: flex-end;
            padding: 10px 0px;
            line-height: 30px;
            height: auto;
        }

            .sortContainer span {
                display: none;
            }

            .sortContainer .sortOptions {
                margin-left: 10px;
                font-size: 16px;
                width: 130px;
                padding-top: 5px;
                padding-left: 10px;
                padding-right: 25px;
                line-height: 25px;
                margin-left: 0px;
                background-position-y: 9px;
            }

        #sidebarCollapse {
            width: auto;
            padding-left: 0px;
            align-self: flex-start;
            line-height: 30px;
            padding-right: 70px;
        }

        .filterSortContainer {
            position: relative;
            padding-right: 0;
            margin-top: 0px;
        }

        .filterContainer {
            padding: 0px 0px 0px 10px;
            border: none;
            flex-direction: column;
            width: 100%;
            max-width: 320px;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background: var(--background-main);
            z-index: 200;
            -webkit-transition: -webkit-transform 0.8s ease-in-out;
            -ms-transition: -ms-transform 0.8s ease-in-out;
            transition: transform 0.8s ease-in-out;
            transform: translate(-320px, 0px);
        }

            .filterContainer.showFilter {
                transform: translate(0%, 0px);
            }

                .filterContainer.showFilter.instant {
                    transition: none;
                }

            .filterContainer .filter-group.resultsContainer {
                max-width: 100%;
                background: var(--background-main);
                padding-left: 10px;
                padding-right: 5px;
                border-bottom: 0 none;
                margin: 0 auto;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: var(--background-main);
                z-index: 999999;
                display: flex;
                flex-direction: row-reverse;
                /* justify-content: flex-end; */
                align-items: center;
                order: 1;
                border-bottom: none;
                border-top: 3px solid var(--light-grey-2);
                padding-top: 20px;
            }

                .filterContainer .filter-group.resultsContainer h6.title {
                    font-weight: 400;
                    text-transform: uppercase;
                    position: relative;
                    display: flex;
                }

                .filterContainer .filter-group.resultsContainer .showResults {
                    display: inline-block;
                    font-weight: 600;
                    margin-left: 5px;
                }

                .filterContainer .filter-group.resultsContainer .clear_filters {
                    display: flex;
                    font-size: 16px;
                    letter-spacing: 1px !important;
                    padding-left: 10px !important;
                    margin-top: 0 !important;
                    margin-right: 20px;
                    padding: 7px;
                    line-height: 24px;
                }

        .filterInner {
            position: relative;
            height: 100vh;
            max-height: calc(100vh - 50px);
            overflow-y: scroll;
            overflow-x: hidden;
            padding-top: 10vh;
            padding-bottom: 50px;
            padding-right: 10px;
        }

        .closeFilters {
            display: inline-block;
            font-size: 30px;
        }

            .closeFilters:hover {
                cursor: pointer;
            }

        #budget-range {
            margin-left: 15px;
        }

        .productListContainer {
            margin: 0;
            column-gap: 5%;
            padding-left: 0px;
        }

        .productListItem {
            margin-bottom: 10px;
        }

        .card {
            padding: 10px 0px;
        }

        /*.listProductImageBox {
            height: 155px;
            overflow: hidden;
        }
        .listProductImage {
            height: 130px;
            padding-bottom: unset;
        }
            .listProductImage img {
                max-height: 130px;
                image-rendering: initial;
            }*/
    }

    @media only screen and (min-width: 992px) {
    }

    @media only screen and (max-width: 1200px) {
        .productListPage.container.mainContainer {
            width: calc(100% - 0%);
            max-width: calc(1920px - 0%);
            padding: 0 10px;
            margin: 0 auto;
        }
    }
    /*----------------------------- Forms ----------------------------------*/
    #loginPage,
    #registerPage,
    #msgPage,
    #passwordReminderPage {
        padding-top: 30px;
    }

        #loginPage section,
        #passwordReminderPage section {
            display: flex;
            justify-content: center;
        }

        #loginPage h3,
        #registerPage h3,
        #passwordReminderPage h3 {
            margin-bottom: 30px;
        }

        #loginPage section {
            justify-content: space-around;
        }

    .manageCustomerPage form,
    .registerFormBox form,
    .logInContainer form,
    .modifyAddressBox,
    .box {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        background-color: var(--background-box);
        padding: 0px 20px 20px 20px;
        font-size: 15px;
    }

        .box.shippingAddresses li {
            background-color: var(--background-box);
        }

    .shippingAddresses li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn.addNewShippingAddress {
        flex-grow: 1;
    }

    .loginBox {
        padding-top: 5px;
        padding-bottom: 20px;
    }

        .loginBox button {
            margin-top: 15px;
        }

        .loginBox .togglePassword:before {
            background-image: url("/images/icons/eye.svg");
            background-repeat: no-repeat;
            background-size: 20px;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: "";
            position: absolute;
            top: 8px;
            right: 10px;
            cursor: pointer;
        }

        .loginBox .togglePassword.eyeOff:before {
            background-image: url("/images/icons/eye-off.svg");
        }

    .addNewContainer,
    .logInContainer form {
        max-width: 400px;
    }

        .addNewContainer a {
            text-transform: uppercase;
        }

    .orContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0;
    }

        .orContainer hr {
            width: 42%;
        }



    .form-check-label {
        margin-left: 0px;
    }

    .ordersList a,
    .corpAdminList a {
        color: var(--text-main);
    }

.registerFormBox .btn,
.cycleToWorkFormBox .btn,
.corporateApplicationBox .btn {
    margin-top: 30px;
    text-transform: uppercase;
}

    .TermsText {
        display: none;
        height: 330px;
        padding-top: 10px;
        font-size: 13px
    }

        .TermsText ul {
            padding-left: 2rem;
            margin-bottom: 10px;
        }

        .TermsText li {
            list-style-type: disc;
        }

    .col-form-input {
        position: relative;
    }

    .form-control-feedback {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 2;
        width: 34px;
        height: 34px;
    }

        .form-control-feedback.imgRequired {
            height: 50px;
        }

    .glyphicon-asterisk {
        background-image: url("/images/icons/asterisk.svg");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position-x: left;
        background-position-y: center;
    }

    .imageLabel {
        text-align: right;
    }

@media all and (max-width: 991.98px) {
    .logInContainer {
        margin-bottom: 30px;
    }
    .addNewContainer, .logInContainer form {
        max-width:none;
    }
    .imageLabel {
        text-align: left;
    }
}
    /*---------------------------- Quote --------------------------------*/
    .quotesList {
        max-width: 600px;
    }

        .quotesList a.link {
            color: var(--text-main);
            line-height: 35px;
        }

        .quotesList .deleteBtn,
        .quotesList .viewDetails {
            float: right;
            margin-left: 10px;
        }

    .quoteItemsTable {
        width: 100%;
    }

    .quoteDetailsPage .btn {
        width: 100%;
    }

    .docDetailsView {
        max-width: 900px;
        border: 1px solid #eeeeee;
        margin: 15px auto;
        padding: 20px;
    }

        .docDetailsView.buttons {
            border: none;
            padding: 0px;
        }
    /*------------------------- Error float box ---------------------------*/
    .infoFloatBox_1 {
        display: none;
        position: absolute;
        left: 0px;
        top: 0px;
        background: rgb(150,150,150);
        background: rgba(150,150,150,0.4);
        padding: 4px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        z-index: 1005;
    }

    .infoFloatBox_2 {
        background-color: var(--light-grey-2);
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        padding: 5px 10px;
        line-height: 2;
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        color: var(--text-main);
        display: inline-block;
    }
    /*---------------------Pages-------------------------------------------*/
    .mainContentSection {
        --bs-gutter-x: none;
    }

    .MainTxt h1 {
        padding: 0px;
        color: var(--cssblue);
        margin: 20px 0px 15px 0px;
        font-size: 25px;
        line-height: 25px;
        font-family: oswald;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    .MainTxt h2 {
        padding: 0px;
        color: var(--cssblue);
        font-size: 22px;
        font-family: Oswald;
        font-weight: 300;
        letter-spacing: 0.3px;
        line-height: 22px;
        margin: 20px 0px 10px 0px;
    }

    .MainTxt h3 {
        padding: 0px;
        color: #333;
        font-size: 20px;
        font-weight: normal;
        line-height: 23px;
        margin: 15px 0px 5px 0px;
    }

    .MainTxt h4 {
        font-size: 1.2em;
        line-height: 1.1em;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .MainTxt img {
        max-width: 100%;
    }

    .content_topBanner h1 {
        font-size: 52px;
        line-height: 48px;
        margin-bottom: 30px;
        margin-top: 0px;
        font-weight: bold;
        color: #FFF;
        padding: 0px;
    }

    .content_topBanner p {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .content_topBanner .importantLinks {
        font-size: 14px;
        font-weight: bold;
        margin-top: 45px;
        line-height: 20px;
    }

    .content_topBanner .label {
        font-size: 12px;
        margin-right: 5px;
    }

    .content_topBanner .importantLinks a {
        margin-bottom: 10px;
        padding: 8px 15px;
        display: inline-block;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }

    .fullPageWidth.desktopHide .importantLinks a {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        font-size: 16px;
    }

    .fullPageWidth .importantLinks a:hover,
    .fullPageWidth .importantLinks a.selected {
        background-color: #FFEF00;
        color: #000;
    }

    .fullPageWidth {
        position: relative;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }

    .MainTxt .fullPageWidth {
        margin-left: -15px;
        margin-right: -15px;
    }

    .fullPageWidth img {
        width: 100%;
    }

    .fullPageWidth_2 {
        position: relative;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }

    .MainTxt .fullPageWidth_2 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .fullPageWidth_2 img {
        width: 100%;
    }

    .fullPageWidth .content_topBanner, .fullPageWidth_2 .content_topBanner {
        position: absolute;
        bottom: 20px;
        left: 40px;
        color: white;
    }

    .whybuy .fa {
        font-size: 55px;
        font-weight: 800;
        color: #fff;
        display: inline-block;
        padding: 25px;
        box-sizing: border-box;
        background-color: var(--cssblue);
        width: 100%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

        .whybuy .fa + h3 {
            color: #fff;
            font-size: 21px;
            background-color: var(--cssblue);
            margin: 0;
            padding: 0 5px;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            min-height: 51px;
            font-family: oswald;
            font-weight: 300;
            letter-spacing: 0.3px
        }

    .whybuy.fa-icons:before {
        content: "";
    }

    .whybuy.fa-icons .active a {
        display: block;
        background-color: #FFEF00;
    }

    .whybuy.fa-icons .active .fa,
    .fa-icons .active .fa + h3 {
        background-color: #FFEF00;
        color: #000;
        cursor: initial;
    }

    .whybuy.fa-icons .not-active a:hover {
        display: block;
        background-color: #FFEF00;
    }

    .whybuy.fa-icons .not-active a {
        display: block;
        background-color: var(--cssblue);
    }

    .whybuy.fa-icons .col {
        text-align: center;
        margin-bottom: 10px;
        min-height: 160px;
        padding: 0px 4px;
    }

        .whybuy.fa-icons .not-active:hover .fa,
        .whybuy.fa-icons .col:hover .fa + h3 {
            background-color: #FFEF00;
            color: #000;
        }

        .whybuy.fa-icons .col .harp div {
            background-image: url('../images/content/dublin_store/harp.png');
            background-size: contain;
            background-position: 0 50%;
            background-repeat: no-repeat;
        }

        .whybuy.fa-icons .col:hover .harp div {
            background-image: url('../images/content/dublin_store/harp_black.png');
        }

    .whybuy.fa-icons .active .harp div {
        background-image: url('../images/content/dublin_store/harp_black.png');
    }

    .whybuy div.content {
        position: relative;
        background-color: #FFEF00;
        color: #000;
        padding: 40px;
        min-height: 138px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    }

        .whybuy div.content .close {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 45px;
            color: #000;
            opacity: .7;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }

            .whybuy div.content .close:hover {
                opacity: 1;
            }

    .whybuy .btn-flexi {
        background-color: #191919;
        color: #fff;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

        .whybuy .btn-flexi:hover {
            background-color: #000;
            color: #fff;
        }

    .whybuy .info-box {
        background-color: var(--cssblue);
        float: left;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        padding-bottom: 15px;
    }

        .whybuy .info-box h4 {
            color: #fff;
            text-align: center;
            font-size: 21px;
            font-family: oswald;
            font-weight: 300;
        }

        .whybuy .info-box h2 {
            padding: 20px 0px 0px 0px;
            color: #fff;
            text-align: center;
            font-size: 27px;
            font-family: oswald;
            font-weight: 300;
            letter-spacing: 0.3px;
        }

        .whybuy .info-box h4 i {
            font-size: 30px;
            color: #fff;
            display: inline;
            padding: 0;
        }

        .whybuy .info-box h4 a, .info-box h4 a:link, .info-box h4 a:hover {
            color: #fff;
            padding: 0px 5px;
        }

            .whybuy .info-box h4 a .txt {
                display: table-cell;
                vertical-align: middle;
                padding: 0px 10px;
            }

    .contentTxt, .rcShowContent.contentTxt {
        font-size: 15px;
    }

        .contentTxt h2 {
            color: var(--cssblue);
            padding: 0px;
            color: var(--cssblue);
            font-size: 22px;
            font-family: Oswald;
            font-weight: 400;
            letter-spacing: 0.3px;
            line-height: 22px;
        }

        .contentTxt .contentImageFull {
            overflow: hidden;
        }

        .contentTxt .lgTxt {
            font-size: 16px;
        }

    ul.menuLC {
        padding-left: 0px;
    }

        ul.menuLC.fixed {
            position: fixed;
            top: 0px;
        }

        ul.menuLC li {
            list-style-type: none;
            background-color: #EEEEEE;
            margin: 3px 10px 3px 0px;
            width: 90%;
        }

            ul.menuLC li a {
                padding: 5px 10px;
                width: 100%;
                display: block;
                background-image: url(images/arrows_blue.png);
                background-repeat: no-repeat;
                background-position: 95% center;
            }

        ul.menuLC.tst li a {
            padding: 5px 10px;
            width: 100%;
            display: block;
            background-image: url(images/arrows_white.png);
            background-repeat: no-repeat;
            background-position: 95% center;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            background-color: #195E9A;
            color: #fff;
            border: 1px #195E9A solid;
        }

            ul.menuLC.tst li a.active {
                background-image: url(images/arrows_blue.png);
                background-color: #fff;
                color: #195E9A;
                border: 1px #eee solid;
            }

        ul.menuLC.tst li {
            background-color: #195E9A;
        }

    .bonus-features {
        font-size: 16px;
        background-color: var(--cssblue);
        border: var(--cssblue);
        border-radius: 10px;
        padding: 15px;
        color: #fff;
    }

        .bonus-features p {
            color: #fff;
        }

    .flexi-features {
        font-size: 16px;
        background-color: #ff6200;
        padding: 20px;
        color: #fff;
    }

        .flexi-features p {
            color: #fff;
        }

    .btn-flexi {
        font-size: 14px;
        color: #fff;
        background-color: #ff6200;
        padding: 10px 15px;
        transition: .6s all ease;
        -webkit-transition: .6s all ease;
        border-radius: 5px;
        border: 2px solid #fff;
    }

        .btn-flexi:hover {
            background-color: #111821;
            color: #fff;
        }

    .quote {
        color: #555;
        margin: 15px 0px !important;
        font-size: 18px;
    }

    @media all and (max-width: 767px) {
        .mainContentSection {
            padding: 0 10px;
        }

        .whybuy.info-box h4 span {
            width: 100%;
            text-align: center;
            display: block;
        }

        .sizeSection button {
            margin-left: 10px;
        }

        ul.menuLC {
            margin-bottom: -5px;
        }

            ul.menuLC li a {
                padding: 15px;
                text-align: center;
                font-size: 16px;
            }

            ul.menuLC.fixed {
                position: static;
            }

            ul.menuLC li {
                width: 100%;
            }
    }
    /*---------------------------------- Content -----------------------------*/

    .content h1 {
        margin-bottom: 20px;
    }

    .content h2 {
        color: var(--text-main);
        font-size: 30px;
        margin-top: 30px;
    }

    .content h3 {
        color: var(--text-main);
        font-size: 22px;
        margin-top: 25px;
    }

    .content ul {
        margin-bottom: 25px;
        margin-top: 0px;
        padding-left: 8px;
    }

        .content ul li {
            position: relative;
            padding-left: 40px;
            margin-bottom: 5px;
            font-size: 15px;
        }

            .content ul li:after {
                content: "";
                position: absolute;
                background-image: url('/images/layout/tick.png');
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                height: 16px;
                top: 0;
                left: 0px;
                bottom: 0;
                margin: auto;
            }

    .content p {
        margin-bottom: 15px;
    }

    .content img {
        width: 100%;
        margin-bottom: 25px;
    }

    .content blockquote {
        font-style: italic;
        margin-bottom: 40px;
    }

    .content-button {
        background-color: var(--blue);
        color: var(--background-main);
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
        transition: all ease .5s;
        white-space: nowrap;
    }

        .content-button:hover {
            background-color: var(--orange);
        }

    .content blockquote p {
        font-size: 16px;
        line-height: 25px;
    }

    @media only screen and (max-width: 991.98px) {
        .content-button {
            padding: 9px 15px;
            font-size: 14px;
        }
    }

    @media screen and (min-width: 992px) {
        .content {
            padding-left: 5%;
            padding-right: 10%;
        }
    }

    .material-symbols-outlined {
        vertical-align: middle;
    }

        .material-symbols-outlined.nofill {
            font-variation-settings: 'FILL' 0
        }
        .material-symbols-outlined.fill {
            font-variation-settings: 'FILL' 1
        }
    /* ----------------------- screen size -----------------------------*/
    .desktopHide {
        display: none;
    }

    .pageLC {
        width: 20%;
        float: left;
    }

        .pageLC:after {
            content: "\0000a0";
        }

    .pageRC {
        width: 80%;
        float: left;
    }

    @media all and (max-width: 767px) {
        .mobileHide {
            display: none;
        }

        .desktopHide {
            display: block;
        }

        iframe.iframeSize_1 {
            height: 300px;
        }

        .MainTxt {
            padding: 10px 10px;
        }

        .pageLC {
            width: 100%;
        }

            .pageLC:after {
                content: "";
            }

        .pageRC {
            width: 100%;
            margin-top: 5px;
            margin-left: 0px;
        }
    }

    @media all and (min-width: 1400px) {
        iframe.iframeSize_1 {
            height: 550px;
        }
    }
    /*---------------------------------- Prod -----------------------------*/
    .productDetails {
        position: relative;
    }

        .productDetails section {
            width: calc(100% - 10%);
            max-width: calc(1920px - 10%);
            padding: 0 5%;
            margin: 0 auto;
            margin-bottom: 70px;
            display: flex;
        }

    .productInfoColumn {
        width: 40%;
        flex: 0 40%;
    }

        .productInfoColumn h1,
        .productInfoColumn h2 {
            color: var(--text-main);
            font-size: 30px;
            margin-bottom: 20px;
            margin-top: 30px;
        }

        .productInfoColumn h2 {
            font-size: 25px;
            font-weight: 400;
        }

        .productInfoColumn .productCodes {
            font-size: 12px;
            color: #4D4D4D;
        }

    .productImageContainer {
        padding-top: 0px;
        padding-right: 20px;
        width: 60%;
        flex: 0 60%;
    }

        .productImageContainer .mainImage {
            position: relative;
        }

            .productImageContainer .mainImage img {
                width: 100%;
                height: 100%;
                max-height: 600px;
                object-fit: contain;
            }

        .productImageContainer .imageTitle {
            font-size: 14px;
            text-align: center;
        }

        .productImageContainer .productDetAditionalImages {
            margin-top: 30px;
            display: flex;
            flex-wrap: wrap;
            column-gap: 18px;
        }

            .productImageContainer .productDetAditionalImages .thumb {
                display: flex;
                width: 80px;
                height: 80px;
                border: 1px solid var(--text-text);
                cursor: pointer;
                margin-bottom: 18px;
            }

                .productImageContainer .productDetAditionalImages .thumb img {
                    max-width: 100%;
                    max-height: 100%;
                    align-self: center;
                    padding: 3px;
                    margin: 0 auto;
                }
       
    .productInfoContainer {
        padding-top: 15px;
        width: 40%;
        flex: 0 40%;
        background-color: var(--background-main);
        z-index: 9;
    }

        .productInfoContainer.fixed {
            top: 50px;
            position: fixed;
        }

        .productInfoContainer.fixed-end {
            position: absolute;
            bottom: 185px;
            top: auto;
        }

    .summary-wrap.fixed {
        top: 40px;
        position: fixed;
    }

    .summary-wrap.fixed-end {
        position: absolute;
        bottom: 35px;
        top: auto;
    }

    .productInfoContainer .breadcrumb {
        margin-bottom: 3px;
        float: left;
        margin-top: 1px;
    }

    .productInfoContainer .productDetBrands {
        font-size: 12px;
        /*text-transform: uppercase;*/
        font-weight: 300;
        line-height: 22px;
        /*margin-top: -5px;*/
        margin-bottom: 20px;
        float: left;
        color: var(--cssgrey);
    }

        .productInfoContainer .productDetBrands:before {
            content: "|";
            padding-right: 10px;
        }

        .productInfoContainer .productDetBrands a {
            color: var(--cssgrey);
            padding-left: 5px;
        }

    .productInfoContainer .productDetTitle {
        clear: both;
    }

    .productInfoContainer .productPriceContainer {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 30px;
        font-family: 'Oswald';
    }

    .productInfoContainer .productPrice {
        font-size: 28px;
        margin-right: 5px;
        font-weight: 400;
        color: var(--cssblue);
    }

    .productInfoContainer .productListPrice {
        font-size: 16px;
        font-weight: 200;
    }

    .productInfoContainer .productDiscount {
        display: inline-block;
        font-family: 'Oswald';
        letter-spacing: 0.5px;
        font-weight: 400;
        background-color: var(--red-accent);
        color: var(--background-main);
        font-size: 15px;
        padding: 3px 10px;
        border-radius: 6px;
        margin-left: 10px;
    }

    .productInfoContainer .price-widget,
    .productInfoContainer .delivery-widget {
        background-color: var(--background-box);
        clear: both;
        padding: 0 10px 0 10px;
        margin-top: 10px;
    }
        .productInfoContainer .price-widget .price-widget-item:nth-of-type(2),
        .productInfoContainer .price-widget .price-widget-item:nth-of-type(3)
        {
            border-top: 1px solid gray;
        }
        .productInfoContainer .delivery-widget .delivery-widget-item:nth-of-type(1) {
            border-bottom: 1px solid gray;
        }
        .productInfoContainer .price-widget .flexifi-description,
        .productInfoContainer .price-widget .cycletowork,
        .productInfoContainer .price-widget .usedbike,
        .productInfoContainer .delivery-widget .delivery-widget-item {
            width: 100%;
            font-family: Arial;
            font-size: 13px;
            color: #666666;
            padding: 4px 0;
            display: flex;
            justify-content: space-between;
        }
        .productInfoContainer .delivery-widget .delivery-widget-item {
            padding: 9px 0;
        }
        .productInfoContainer .price-widget .flexifi-description span,
        .productInfoContainer .price-widget .cycletowork span,
        .productInfoContainer .price-widget .usedbike span,
        .productInfoContainer .delivery-widget div {
            line-height: 26px;
        }
            .productInfoContainer .price-widget .flexifi-description span:nth-of-type(2) {
                font-size: 0px;
            }
            .productInfoContainer .price-widget .flexifi-description span img {
                vertical-align: middle;
            }
            .productInfoContainer .price-widget .cycletowork span:nth-of-type(2),
            .productInfoContainer .price-widget .usedbike span:nth-of-type(2),
            .productInfoContainer .delivery-widget .productDeliveryInfo,
            .productInfoContainer .delivery-widget .productCollectionInfo .avaliable {
                color: var(--bs-green);
                font-weight: bold;
            }
                .productInfoContainer .delivery-widget .productCollectionInfo .notAvaliable {
                    color: var(--bs-red);
                    font-weight: bold;
                }
        .productInfoContainer .delivery-widget .productDeliveryInfo .NotifyBtn {
            font-size: 12px;
            padding: 3px 10px 1px 10px;
        }
        .productInfoContainer .delivery-widget .productDeliveryInfo .material-symbols-outlined {
            margin-top:-2px;
        }
        .productInfoContainer .price-widget .flexifi-widget {
            padding: 1px 0;
        }
        .productInfoContainer .price-widget .flexifi-more-info {
            display: none;
        }
    .productInfoContainer .buyOptionsBox .optionsRow {
        display: flex;
        margin-bottom: 18px;
        flex-wrap: wrap;
    }

    .productInfoContainer .buyOptionsBox .optionBox {
        min-width: 90px;
        height: 30px;
        /*float: left;*/
        margin-right: 18px;
        padding-right: 8px;
        margin-top: 9px;
        margin-bottom: 9px;
        cursor: pointer;
        border: 1px solid var(--black);
        /*border: 2px solid #FFFFFF;
        outline: 2px solid #e5e5e5;*/
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        padding-top: 10px;
        text-align: center;
        box-sizing: unset;
    }

        .productInfoContainer .buyOptionsBox .optionBox.disabled {
            background-color: var(--background-box);
            color: gray;
            /*outline-color: #d3d3d3;*/
        }

        .productInfoContainer .buyOptionsBox .optionBox.activeOption,
        .productInfoContainer .buyOptionsBox .optionBox:hover {
            background-color: var(--cssblue);
            color: var(--background-main);
        }

        .productInfoContainer .buyOptionsBox .optionBox.disabled:hover .optionColorBox:before {
            background-color: var(--blue);
        }


    .productInfoContainer .buyOptionsBox .optionName {
        clear: both;
        font-size: 18px;
        font-weight: 300;
        display: flex;
    }

    .productInfoContainer .buyOptionsBox .optionColorBox {
        position: relative;
        width: 22px;
        height: 22px;
        float: left;
        background-size: 22px;
        margin-left: 8px;
        margin-right: 8px;
        cursor: pointer;
        border-radius: 50%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    /*
        .productInfoContainer .buyOptionsBox .optionBox.activeOption,
        .productInfoContainer .buyOptionsBox .optionBox:hover {
            border: 2px solid #FFFFFF;
            outline: 2px solid var(--cssblue);
        }
    .productInfoContainer .buyOptionsBox .optionColorBox.activeOption,
        .productInfoContainer .buyOptionsBox .optionColorBox:hover {
            border: 2px solid #FFFFFF;
            outline: 2px solid var(--cssblue);
        }
    .productInfoContainer .buyOptionsBox .optionBox.disabled .optionColorBox {
        outline-color: #d3d3d3;
        border-color: #d3d3d3;
    }
    */

    .productInfoContainer .buyOptionsBox .optionBox.disabled .optionColorBox:before {
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        left: -1px;
        width: 24px;
        height: 3px;
        transform: rotate( 135deg);
        background: var(--background-box);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .productInfoContainer .productBuyBox {
        clear: both;
        margin-top: 30px;
    }

    .productInfoContainer .productStockInfo div {
        position: relative;
        font-size: 14px;
        color: gray;
        width: 350px;
        max-width: 100%;
        background-color: var(--background-box);
        line-height: 10px;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid gray;
        text-align: center;
    }

        .productInfoContainer .productStockInfo div:before,
        .productInfoContainer .productStockInfo div:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            top: 100%;
            border-style: solid;
            left: 50%;
            margin-left: -8px;
            border-width: 8px 8px 0 8px;
            background: 0;
        }

        .productInfoContainer .productStockInfo div:before {
            border-color: grey transparent transparent;
        }

        .productInfoContainer .productStockInfo div:after {
            border-color: var(--background-box) transparent transparent;
            margin-top: -1px;
        }

        .productInfoContainer .productStockInfo div.InStock {
            background-color: lightgreen;
            color: green;
            border-color: green;
        }

            .productInfoContainer .productStockInfo div.InStock:before {
                border-color: green transparent transparent;
            }

            .productInfoContainer .productStockInfo div.InStock:after {
                border-color: lightgreen transparent transparent;
            }

        .productInfoContainer .productStockInfo div.OutOfStock {
            background-color: pink;
            color: red;
            border-color: red;
        }

            .productInfoContainer .productStockInfo div.OutOfStock:before {
                border-color: red transparent transparent;
            }

            .productInfoContainer .productStockInfo div.OutOfStock:after {
                border-color: pink transparent transparent;
            }

    .productInfoContainer .productStockInfo.focus div {
        background-color: pink;
        color: red;
        border-color: red;
    }

        .productInfoContainer .productStockInfo.focus div:before {
            border-color: red transparent transparent;
        }

        .productInfoContainer .productStockInfo.focus div:after {
            border-color: pink transparent transparent;
        }

    .productInfoContainer .productDetDescription {
        clear: both;
    }

    .productInfoContainer .btnBuyDisabled,
    .productInfoContainer .btnBuy a {
        display: block;
        text-align: center;
        line-height: 35px;
        width: 350px;
        max-width: 100%;
        height: 35px;
        background-color: var(--cssblue);
        color: var(--background-main);
        text-transform: uppercase;
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

        .productInfoContainer .btnBuyDisabled.avaliableToBuy {
            cursor: pointer;
        }

        .productInfoContainer .btnBuyDisabled:not(.avaliableToBuy) {
            background-color: var(--background-box);
            color: gray;
        }

    .productInfoContainer .optionFrameSizeDesc {
        margin-top: -2px;
    }

        .productInfoContainer .optionFrameSizeDesc button {
            border: none;
            background: none;
            font-size: 15px;
            padding-left: 24px;
            line-height: 20px;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

    .productDetDescription {
        margin-right: 30px;
        width: 60%;
        flex: 0 60%;
    }

        .productDetDescription p {
            margin-bottom: 15px;
        }

        .productDetDescription img {
            max-width: 100%;
        }

        .productDetDescription h2 {
            color: var(--cssblue);
            font-size: 23px;
            margin-bottom: 20px;
            margin-top: 30px;
        }

        .productDetDescription h3 {
            color: var(--text-main);
            font-family: 'Oswald';
            letter-spacing: 0.3px;
            font-weight: 400;
            font-size: 18px;
        }

    .productMoreSection ul {
        margin-bottom: 25px;
        padding-left: 8px;
    }

        .productMoreSection ul li {
            position: relative;
            padding-left: 40px;
            margin-bottom: 5px;
            font-size: 15px;
        }

            .productMoreSection ul li:after {
                content: "";
                position: absolute;
                background-image: url('/images/layout/tick.png');
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                height: 16px;
                top: 0;
                left: 0px;
                bottom: 0;
                margin: auto;
            }

    ul.productServices {
        margin-bottom: 50px;
    }

        ul.productServices li:after {
            display: none;
        }

        ul.productServices li {
            max-width: 350px;
            font-size: 15px;
			line-height:20px;
            color: var(--text-text);
            font-weight: bold;
            padding-left: 60px;
            margin-bottom: 25px;
            position: relative;
        }

            ul.productServices li:before {
                background-image: url("/images/icons/shipping.png");
                background-repeat: no-repeat;
                background-size: 40px;
                display: inline-block;
                width: 40px;
                height: 40px;
                content: "";
                position: absolute;
                top: 3px;
                left: 0px;
            }

            ul.productServices li:nth-child(2):before {
                background-image: url("/images/icons/bike.png");
            }

            ul.productServices li:nth-child(3):before {
                background-image: url("/images/icons/favorite.png");
            }

            ul.productServices li:nth-child(4):before {
                background-image: url("/images/icons/cup.png");
            }

        ul.productServices span {
            display: block;
            font-weight: 300;
            font-size: 14px;
        }

    .productBasket {
        padding: 20px 20px;
        position: relative;
        height: 100%;
    }

        .productBasket .topText {
            font-size: 24px;
        }

            .productBasket .topText img {
                height: 60px;
                width: 60px;
                display: block;
                margin: 10px auto 20px auto;
            }

        .productBasket .buttons {
            display: flex;
            justify-content: space-between;
            position: absolute;
            left: 0px;
            bottom: 30px;
            width: 100%;
        }

            .productBasket .buttons.single {
                justify-content: center;
            }

        .productBasket .continueShoppingBtn {
            display: block;
            text-align: center;
            line-height: 35px;
            width: 250px;
            height: 35px;
            background-color: var(--background-main);
            border: 1px solid var(--black);
            color: var(--text-main);
            text-transform: uppercase;
        }

        .productBasket .goToCartBtn {
            display: block;
            text-align: center;
            line-height: 35px;
            width: 250px;
            height: 35px;
            background-color: var(--blue);
            color: var(--background-main);
            text-transform: uppercase;
        }

@media all and (max-width: 767.98px) {
    .footerRight {
            padding-left: 0px;
        }

        .productDetails section {
            width: 100%;
            padding: 0 10px;
            flex-direction: column;
            margin-bottom: 30px;
        }

        .productInfoTop {
            flex-direction: column;
        }

        .productInfoColumn {
            width: 100%;
            padding-top: 10px;
        }

        .productImageContainer {
            padding-right: 0px;
        }

            .productImageContainer .productDetAditionalImages .thumb {
                width: 75px;
                height: 75px;
                margin-bottom: 15px;
            }

        .productInfoContainer .productBuyBox {
            margin-top: 10px;
        }

        .productInfoContainer .btnBuyDisabled,
        .productInfoContainer .btnBuy a,
        .productInfoContainer .productStockInfo div {
            width: 100%;
        }

        .productServices {
            padding-left: 10px;
            margin-bottom: 5%;
        }

            .productServices li {
                max-width: 300px;
                font-weight: 300;
                padding-left: 10px;
                margin-bottom: 20px;
                margin-top: 20px;
                margin-left: 5px;
            }

            .productServices span {
                display: none;
            }

            .productServices li:before {
                background-image: url("/images/icons/checkBlue.svg");
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                width: 17px;
                height: 17px;
                content: "";
                position: absolute;
                top: 2px;
                left: -10px;
            }

            .productServices li:nth-child(2):before,
            .productServices li:nth-child(3):before {
                background-image: url("/images/icons/checkBlue.svg");
            }

        .productBasket {
            padding: 0px 20px;
        }

            .productBasket .topText img {
                margin: 0px auto 0px auto;
            }

            .productBasket .buttons {
                flex-direction: column;
            }

            .productBasket .continueShoppingBtn,
            .productBasket .goToCartBtn {
                margin-top: 10px;
                width: 100%;
                height: 40px;
            }
    }
@media screen and (max-width: 1400px) {
    .productDetails section {
        width: 100%;
        padding: 0 10px;
    }
}
    /*---------------------------- Basket.Checkout --------------------------------*/
    .basketContainerLeft + .col-lg-6 {
        position: relative;
    }

    .viewCart .basketTotals {
        display: flex;
        justify-content: flex-end;
        font-size: 22px;
        font-weight: 400;
        padding-top: 50px;
    }

    .viewCart .basketOR {
        text-align: center;
        padding-top: 25px;
    }

    .basketList {
        width: 100%;
    }

    .basketListItem {
        margin-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--light-grey-2);
    }

        .basketListItem:last-child {
            border-bottom: none;
        }

        .basketListItem .basketListItemRow {
            display: flex;
            position: relative;
            align-items: center;
        }

        .basketListItem img.cartImg {
            max-width: 80px;
            max-height: 80px;
            margin-right: 5px;
        }

        .basketListItem .basketItemTitle {
            flex-grow: 1;
            font-size: 14px;
        }

            .basketListItem .basketItemTitle a {
                color: var(--navy);
                font-size: 15px;
                line-height: 22px;
            }

        .basketListItem .basketItemTitleSku {
            font-size: 12px;
            line-height: 16px;
        }

        .basketListItem .basketQty {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /*width: fit-content;*/
            max-width: 100px;
            background: var(--light-grey);
            padding: 2px 0px;
            background: var(--background-box);
        }

        .basketListItem .updateQtyMinus,
        .basketListItem .updateQtyPlus {
            width: 30px;
            text-align: center;
        }

        .basketListItem .basketQty input {
            width: 30px;
            height: 30px;
            text-align: center;
            border: 0px;
        }

        .basketListItem .basketItemPrice {
            font-size: 15px;
            text-align: right;
        }

        .basketListItem .basketQtyDiscount {
            font-size: 18px;
            margin-left: 95px;
            margin-right: 35px;
            display: flex;
            justify-content: space-between;
        }

        .basketListItem .basketItemRemove {
            text-align: right;
        }

    .cartDiscountDetails {
        padding: 15px;
        background-color: var(--background-box);
        height: fit-content;
        margin-bottom: 50px;
        font-size: 16px;
    }

        .cartDiscountDetails .btn {
            text-transform: uppercase;
        }

    .orderItemsTable {
        width: 100%;
    }

    .headerCheckout .headerRight {
        flex-grow: 1;
    }

    .headerCheckout .orderStageContainer {
        color: var(--header-color);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 400px;
        height: 100%;
        text-align: center;
        position: absolute;
        top: -15px;
        left: 30%;
        right: 0;
        background-color: var(--header-background);
        z-index: 3;
    }

        .headerCheckout .orderStageContainer hr {
            width: 100px;
            height: 2px;
            background-color: var(--header-color);
            margin: 0 10px;
            opacity: 1;
        }

        .headerCheckout .orderStageContainer .stageItem {
            display: flex;
            width: 25px;
            height: 25px;
            position: relative;
            padding: 1px;
            border: 1px solid var(--light-grey-2);
            border-radius: 50%;
        }

            .headerCheckout .orderStageContainer .stageItem .stageIcon {
                display: flex;
                justify-content: center;
                align-items: center;
                max-width: 15px;
                /*color: var(--light-grey-2);*/
                font-size: 15px;
                line-height: 15px;
                font-weight: 600;
                margin: 0 auto;
            }

            .headerCheckout .orderStageContainer .stageItem .stageDesc {
                position: absolute;
                left: -46px;
                bottom: -25px;
                width: 115px;
                text-align: center;
                font-size: 13px;
                line-height: 16px;
            }

            .headerCheckout .orderStageContainer .stageItem.stageItemPast {
                background-color: var(--light-grey-2);
                color: var(--header-background);
            }

                .headerCheckout .orderStageContainer .stageItem.stageItemPast .stageDesc {
                    color: var(--header-color);
                }

            .headerCheckout .orderStageContainer .stageItem.stageItemActive {
                background-color: var(--cssyellow);
            }

                .headerCheckout .orderStageContainer .stageItem.stageItemActive .stageIcon {
                    color: var(--cssblue);
                }

    .checkout .customerData {
        font-size: 16px;
    }

        .checkout .customerData a {
            display: block;
            color: var(--blue);
            margin-top: 10px;
            text-transform: uppercase;
        }

    .checkout h2 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 400;
        margin-top: 30px;

    }

    .checkout .basketListItem .basketItemTitle {
        padding-left: 0px;
        font-size: 14px;
    }

    .checkout .basketListItem .basketItemPrice {
        align-self: end;
        font-size: 14px;
    }

    .shippingOption,
    .paymentOption {
        font-size: 15px;
        border: 1px solid var(--light-grey-2);
        border-radius: 0px;
        padding: 5px 10px;
        margin: 0px 10px -1px 0px;
        background-color: var(--background-main);
        color: var(--text-main);
        display: block;
    }

    .shippingOption {
        padding: 15px 10px;
    }

        .paymentOption input, .shippingOption input {
            margin: 5px 12px 0px 0px;
            display: block;
            float: left;
        }

        .shippingOption svg, .paymentOption svg {
            margin: 0px 12px 0px 0px;
        }

        .shippingOption .info,
        .paymentOption .info {
            margin-left: 65px;
            font-size: 14px;
            line-height: 22px;
        }

            .shippingOption .info a {
                color: var(--blue);
            }

    .paymentOption .paymentLogo {
        margin: 0px 12px 0px 0px;
    }

    .shippingOption input.radio:before,
    .paymentOption input.radio:before {
        content: "";
        background: var(--background-main);
        border-radius: 100%;
        border: 1px solid var(--light-grey-2);
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
        top: -2px;
        left: -2px;
    }

    .shippingOption input.radio:before {
        top: 0px;
    }

    .shippingOption input.radio:checked:before,
    .paymentOption input.radio:checked:before {
        background-color: var(--text-main);
        box-shadow: inset 0 0 0 4px var(--light-grey);
    }

    .paymentOption {
        display: flex;
        align-items: center;
    }

        .paymentOption .logos img {
            margin-right: 10px;
        }

    .shippingAddressModify {
        float: right;
        cursor: pointer;
        margin-right: 30px;
    }

    .shippingAddressRow {
        padding-top: 6px;
        padding-left: 20px;
    }

    .modifyAddressBox {
        font-size: 15px;
    }

    .shippingOptions h1 {
        color: var(--cssblue);
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
    }

    .orderDetailsPage,
    .quoteDetailsPage {
        font-size: 16px;
    }

    @media only screen and (max-width: 991.98px) {
        .headerCheckout .header-main {
            height: 130px;
        }

        .headerCheckout .headerRight {
            width: 320px;
            top: 85px;
            left: 10%;
        }

        .headerCheckout .orderStageContainer {
            top: 0px;
            left: 0px;
        }
        .basketListItem .basketItemTitle {
            flex-grow: 0;
        }
        .basketListItem .basketQty {
            margin:0 auto;
        }
        .basketListItem .basketItemPrice {
            text-align: center;
            padding-top: 10px;
        }
        .basketListItem .basketItemRemove {
            text-align: center;
            padding-top: 5px;
        }
    }
    /* ----youtube---- */
    .homePageYT {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .yt-container iframe,
    .yt-container object,
    .yt-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .yt-product iframe,
    .yt-product object,
    .yt-product embed {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    #ytWrap {
        width: 990px;
    }

    @media all and (max-width: 767px) {
        #ytWrap {
            width: 100%;
        }

        .basketListItem .basketItemTitle {
            flex-grow: 0;
        }
    }

    @media all and (min-width: 1400px) {
        #ytWrap {
            width: 1240px;
            margin: 0px auto;
        }
    }
    /*  ----------------------- External Overwrites ----------------------- */
    #size-oz-button-widget {
        width: 100% !important;
        height: 100% !important;
    }
    .grecaptcha-badge {
        z-index: 1000;
    }
    .material-symbols-outlined {
        font-size: 28px;
        margin-right: 3px;
    }
/*------------------------- Brands ---------------------------*/
.brandsPage {
    padding-bottom: 40px;
}

    .brandsPage .pageHeader {
        text-align: center;
        margin-bottom: 40px;
        padding: 20px 0;
    }

        .brandsPage .pageHeader h1 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .brandsPage .pageHeader p {
            font-size: 1.1rem;
            color: #666;
        }

.brandSection {
    margin-bottom: 50px;
}

.brandLetter {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--header-background);
}

.brandGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.brandItem {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .brandItem:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(-2px);
        border-color: #007bff;
    }

.brandLink {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.brandName {
    text-align: center;
    width: 100%;
}

    .brandName h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

@media only screen and (max-width: 768px) {
    .brandGrid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }

    .brandItem {
        height: 120px;
        padding: 15px;
    }

    .brandsPage .pageHeader h1 {
        font-size: 2rem;
    }

    .brandLetter {
        font-size: 1.5rem;
    }
}
/*------------------------- bootstrap override ---------------------------*/
.alert-info {
    color: var(--text-main);
    background-color: var(--background-box);
    border: none;
}

    .border-top {
        border-color: var(--light-grey-2) !important;
    }

    .breadcrumb li {
        color: var(--cssgrey);
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
    }

        .breadcrumb li a {
            color: var(--cssgrey);
        }

    .breadcrumb-item {
        position: relative;
        margin-right: 5px;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            content: "";
        }

        .breadcrumb-item:last-child:after {
            display: none;
        }

        .breadcrumb-item::after {
            background-image: url("/images/layout/menu-arrow-right.png");
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            width: 9px;
            height: 9px;
            content: "";
            position: absolute;
            top: 6px;
            right: -15px;
        }

        .breadcrumb-item + .breadcrumb-item {
            padding-left: 1rem;
        }

    .form-label {
        margin-bottom: 0px;
        font-weight: bold;
        color: #666;
        padding-top: 15px;
    }

    .form-control {
        height: 35px;
        border-radius: 0;
        font-size: 16px;
    }

    input.form-control:read-only,
    textarea.form-control:read-only {
        background-color: var(--bs-secondary-bg);
        opacity: 1;
    }

    .btn {
        border-radius: 0;
    }

    .btn-primary {
        background-color: var(--blue);
        border-color: var(--blue);
    }

        .btn-primary:hover {
            background-color: var(--blue);
            border-color: var(--blue);
        }

    .btn-outline-primary {
        color: var(--blue);
        border-color: var(--blue);
    }

        .btn-outline-primary:hover {
            color: var(--background-main);
            background-color: var(--blue);
            border-color: var(--blue);
        }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link_2 {
        color: var(--text-main);
    }

    .nav-tabs {
        border-bottom: 2px solid #265EAC;
        font-size: 17px;
        margin-left: 15px;
        font-family: oswald;
        font-weight: 300;
        letter-spacing: 0.3px;
    }

        .nav-tabs .nav-link {
            color: var(--cssblue);
            height: 100%;
        }

            .nav-tabs .nav-link.active {
                outline: 0;
                color: #fff;
                border: none;
                background: var(--cssblue);
            }

    .dropdown {
        position: initial;
    }

    .container-xxl {
        max-width: 1200px;
    }
	.form-select:focus {
    border-color: var(--light-grey-2);
    outline: 0;
	box-shadow: none;
    }

@media (min-width: 992px) {
    .dropdown-menu.show {
            display: none;
        }
    }

    @media (prefers-reduced-motion: no-preference) {
        :root {
            scroll-behavior: auto;
        }
    }
    /*------------------------- fileupload ---------------------------*/
    .fileupload {
        float: left;
        padding: 5px;
        background: #fff;
        border-radius: 10px;
        border: 1px dashed #555;
        width: 100%;
    }

    input[type=file]::file-selector-button {
        margin-right: 20px;
        border: none;
        background: var(--blue);
        padding: 10px 12px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        input[type=file]::file-selector-button:hover {
            background: #0d45a5;
        }

    input[disabled]::file-selector-button,
    input[disabled]::file-selector-button:hover {
        background: #428bca;
        border-color: #357ebd;
        cursor: not-allowed;
        opacity: 0.65;
    }