﻿/* 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);
}
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-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;
}

a {
    text-decoration: none;
}

    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;
        color: inherit;
        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: 600;
    line-height: 1.1;
}

h4 {
    font-size: var(--header-four);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.1;
}

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: "Open Sans Condensed";
    letter-spacing: 1px;
}

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% - 10%);
        max-width: calc(1920px - 10%);
        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: #F7F7F7;
    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;
    }
}
/*--------------------------------- header ---------------------------------------*/
.headerContainer {
    width: calc(100% - 10%);
    max-width: calc(1920px - 10%);
    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: 15px;
    padding-bottom: 15px;

}

.headerCenter {
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    height: 32px;
    padding-top: 32px;
}

    .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;
    }

        .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 {
    width: 50%;
    padding: 0;
}
.headerRight {
    padding-right: 5px;
    padding-top: 5px;
}
.headerBottom {
    background-color: var(--cssyellow);
}

.brand-wrap .logo {
    width:100%
}

.searchContainer {
    flex-grow: 1;
    width: 100%;
}

.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(--orange);
    border-radius: 50%;
    padding: 5px;
    width: 15px;
    height: 15px;
    color: var(--background-main);
    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 .dep_menu {
        font-size: 15px;
        margin: 0px 0px 0px 15px;
        padding-left: 0px;
        display: flex;
        justify-content: space-around;
        width: 70%;
    }
        .topNav_menu .dep_menu li,
        .topNav_menu .right_menu li {
            display: block;
        }
            .topNav_menu .dep_menu li.active {
                border-left: none;
                border-bottom: 2px solid var(--cssblue);
            }
        .topNav_menu .dep_menu li>a,
        .topNav_menu .right_menu li>a {
            padding: 6px 18px 5px 18px;
            display: block;
            margin-top: 3px;
            height: 32px;
            text-transform: uppercase;
            position: relative;
            color: var(--cssblue);
        }

    .topNav_menu .right_menu {
        display: flex;
        padding: 5px 6px 0px 12px;
        margin-bottom: 0px;
        margin-top:5px;
        font-size: 15px;
    }
        .topNav_menu .right_menu li.topNav_title > a {
            background-image: url(../images/layout/top_nav_arrow_blue.png);
            background-position: right center;
            background-repeat: no-repeat;
            padding: 4px 14px;
            margin-top: -2px;
            margin-right: 10px;
            margin-bottom: 3px;
        }
.topNav_menu .close {
    display:none;
}
.dropdown-menu,
.dropdown-menu[data-bs-popper] {
    left: -149px;
    top: 31px;
    width: 250px;
    min-height: 200px;
    padding: 0px 0;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
    z-index: 0;
    overflow: visible;
    background: var(--background-main);
    display: none;
}
    .dropdown-menu .menuItems {
        position: relative;
        z-index: 99;
    }
.navbar-nav .dropdown-menu {
    position: relative;
}

    .navbar-nav .dropdown-menu:before {
        position: absolute;
        width: 100%;
        top:0px;
        left: 0;
        height: 100%;
        content: "";
        background-color: var(--background-main);
        z-index: 2;
    }

    .navbar-nav .dropdown-menu:after {
        content: "";
        position: absolute;
        width: 300vw;
        height: calc(100vh - 137px);
        left: -100vw;
        top: 5px;
        background-color: rgba(0,0,0,0.2);
        z-index: 0;
        pointer-events: none;
    }

.topNav_brands .menuItems {
    min-height: 350px;
}
.topNav_brands .dropdown-menu {
    left: -150px;
    width: 250px;
}
.topNav_brand_box {
    font-size: 14px;
    height: 360px;
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
}
    .topNav_brand_box .topNav_listCol {
        float: left;
        width: 100%;
        height: 350px;
        padding: 15px 10px 10px 10px;
    }
    .topNav_brand_box .topNav_brands_search {
        width: 100%;
        border-radius: 0px;
        padding: 5px 10px;
        font-size: 14px;
    }
    .topNav_brand_box .topNav_brandsList {
        height: 300px;
        overflow-x: auto;
        margin-top: 5px;
    }
        .topNav_brand_box .topNav_brandsList ul, 
        .brandsPage .topNav_brandsList ul {
            list-style: none;
            padding-left: 5px;
        }
        .topNav_brand_box .topNav_brandsList li,
        .brandsPage .topNav_brandsList li {
            padding-left: 0px;
            padding-top: 0px;
            padding-bottom: 0px;
        }
            .topNav_brand_box .topNav_brandsList li a,
            .brandsPage .topNav_brandsList li a {
                color: var(--cssgrey);
                font-size: 14px;
                margin: 0px;
                padding: 2px 0px;
                background: none;
                height: auto;
            }
.topNav_categories .menuItems {
    min-height: 475px;
}
.topNav_categories .dropdown-menu {
    width: 565px;
    left: -352px;
}
.topNav_categories .topNav_categories_box {
    font-size: 14px;
    position: absolute;
    height: 450px;
    width: 565px;
    padding: 0px;
    z-index: 100;
}
    .topNav_categories .topNav_categories_box > div {
        height: 475px;
        width: 525px;
        background-color: white;
    }
.topNav_categories .topNav_categories_box .categoriesTovNav_Root {
    float: left;
    width: 200px;
    height: 475px;
    background-color: #EEEEEE;
    border-right: 1px solid #C7C7C7;
    padding-left: 15px;
    padding-top: 10px;
}
.topNav_categories_box .categoriesTovNav_Root li {
    padding: 4px 0px 3px 10px;
    line-height: 20px;
    cursor:pointer;
}
    .topNav_categories_box .categoriesTovNav_Root li.active {
        background-color: #fff;
    }
.topNav_categories .topNav_categories_box .categoriesTovNav_Sub {
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}
    .topNav_categories .topNav_categories_box .categoriesTovNav_Sub h3 {
        color: var(--cssblue);
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .topNav_categories_box .categoriesTovNav_Sub a {
        display: block;
        padding: 3px 10px 3px 5px;
        width: 150px;
        color: var(--cssgrey);
    }
    .topNav_categories_box .categoriesTovNav_Sub div {
        float: left;
    }

@media only screen and (max-width: 992px) {
    .header-main {
        height: 120px;
    }

        .header-main > .container > .d-flex {
            flex: none;
        }

        .header-main .headerLeft {
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .header-main .headerCenter {
            left: 5px;
            top: 40px;
            display: block;
        }

            .header-main .headerCenter .topNavLinks a {
                display: none;
            }

            .header-main .headerCenter .cycle_store_search {
                width: 98%;
            }

        .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 .headerBottom .topNav_menu {
                display: block;
                font-size: 15px;
                font-weight: 300;
                letter-spacing: 0.3px;
            }

                .header-main .headerBottom .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;
                }

                .header-main .headerBottom .topNav_menu .dep_menu {
                    display: block;
                }

                .header-main .headerBottom .topNav_menu ul.dep_menu {
                    padding: 0;
                    margin: 30px 0 10px 0;
                    width: 100%;
                }
                    .header-main .headerBottom .topNav_menu ul.dep_menu li {
                        text-transform: uppercase;
                        display: block;
                        margin: 0;
                        padding: 8px 15px 3px 15px;
                        width: 100%;
                    }
                    .header-main .headerBottom .topNav_menu ul.dep_menu li a {
                        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                        width: 100%;
                        display: block;
                        padding: 0 0 12px 0;
                    }
                .header-main .headerBottom .topNav_menu .right_menu.navbar-nav {
                    flex-direction: row;
                    margin: auto;
                }
        .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;
        }

}
@media screen and (min-width: 992px) {
    .overlay-blue.w-50, .qa .wrap {
        width: 100%;
    }

    .nav-item.dropdown:hover {
        background-color: #ffffff;
    }

        .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;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }

    .brand-wrap.logoMobile,
    .navbar-toggler,
    .browseProducts,
    .close {
        display: none;
    }
}
@media screen and (max-width: 1200px) {    
    .topNav_menu .dep_menu {
        font-size: 14px;
        width: 75%;
        margin-left:0px;
    }
        .topNav_menu .dep_menu li > a {
            padding: 6px 10px 5px 10px
        }
    .topNav_menu .right_menu li.topNav_title > a {
        font-size: 14px;
    }
    .topNav_brands .dropdown-menu {
        left: -153px;
    }
    .topNav_categories .dropdown-menu {
        left: -360px;
    }
}
@media screen and (max-width: 1400px) {
    .headerContainer {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .headerLeft {
        width: 180px;
    }
}
    /*--------------------------------- 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 {
            text-transform: uppercase;
            font-size: 18px;
            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: 10px;
        }

    .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: 767.98px) {
        .section-footer {
            margin-top: 30px;
        }
    }
    /*--------------------------------- 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: 24px;
        }

    .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: 16px;
        justify-content: flex-end;
        width: auto;
        display: flex;
        line-height: 40px;
        height: 40px;
    }

    .sortOptions {
        font-size: 16px;
        position: relative;
        width: 150px;
        border: none;
        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(--light-blue);
        }

    .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;
            image-rendering: -webkit-optimize-contrast;
        }

    .card-product a.title {
        color: var(--text-main);
        display: block;
        text-transform: initial;
        font-size: 16px;
        word-break: break-word;
    }

    .card-product .badge {
        top: 10px;
        left: 10px;
        position: absolute;
        border-radius: 0;
        z-index: 1;
    }

    .card-product .prodListColBox {
        width: 17px;
        height: 17px;
        display: inline-block;
        margin: 5px 8px 0 0; /*CHNG*/
        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);
    }

        .card-product .prodListColBox.activeOption {
            border: 2px solid var(--background-main);
            outline: 2px solid var(--light-blue);
        }

    .price-wrap {
        letter-spacing: -0.7px;
        margin-top: 20px;
    }

    .productListContainer {
        padding-left: 30px;
        justify-content: space-between;
        align-items: stretch;
    }

        .productListContainer .price-wrap {
            margin-top: 8px;
        }

    .price.grid_list {
        font-size: 18px;
        letter-spacing: 0.2px;
        font-weight: 700;
        color: var(--text-main);
    }

    .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: 16px;
        color: var(--text-main);
        font-weight: 600;
    }

        .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;
        }

    @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: 0px;
                padding-left: 10px;
                padding-right: 25px;
                line-height: 30px;
                margin-left: 0px;
                background-position-y: 6px;
            }

        #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 {
        color: var(--text-main);
    }
    .registerFormBox .btn,
    .cycleToWorkFormBox .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;
    }
@media all and (max-width: 991.98px) {
    .logInContainer {
        margin-bottom: 30px;
    }
}
/*---------------------------- 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: 17px;
        font-weight: normal;
        line-height: 21px;
        margin: 15px 0px 5px 0px;
    }

    .MainTxt h4 {
        font-size: 1em;
        font-weight: bold;
        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: 300;
            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
    }
    /* ----------------------- 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 h2 {
            color: var(--text-main);
            font-size: 30px;
            margin-bottom: 20px;
            margin-top: 30px;
        }

    .productImageContainer {
        padding-top: 50px;
        padding-right: 20px;
        width: 60%;
        flex: 0 60%;
    }

        .productImageContainer .mainImage {
            height: 400px;
            position: relative;
        }

            .productImageContainer .mainImage img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

            .productImageContainer .mainImage .imageTitle {
                position: absolute;
                bottom: -20px;
                right: calc(50%);
                font-size: 14px;
            }

        .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;
    }

    .productInfoContainer .productDetBrands {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 22px;
        margin-top: -5px;
        margin-bottom: 20px;
    }

        .productInfoContainer .productDetBrands a {
            color: var(--black);
            padding-left: 5px;
        }

    .productInfoContainer .productPriceContainer {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .productInfoContainer .productPrice {
        font-size: 28px;
        font-weight: bold;
        margin-right: 5px;
    }

    .productInfoContainer .productDiscount {
        display: inline-block;
        background-color: var(--red-accent);
        color: var(--background-main);
        font-size: 14px;
        font-weight: bold;
        padding: 3px 10px;
        border-radius: 6px;
        margin-left: 10px;
    }

    .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(--blue);
            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(--light-blue);
        }
    .productInfoContainer .buyOptionsBox .optionColorBox.activeOption,
        .productInfoContainer .buyOptionsBox .optionColorBox:hover {
            border: 2px solid #FFFFFF;
            outline: 2px solid var(--light-blue);
        }
    .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(--blue);
        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: 14px;
            padding-left: 20px;
            line-height: 20px;
        }

    .productDetDescription {
        margin-right: 30px;
        width: 60%;
        flex: 0 60%;
    }

        .productDetDescription p {
            margin-bottom: 15px;
        }

        .productDetDescription img {
            max-width: 100%;
        }

    .productServices {
        margin-bottom: 50px;
    }

        .productServices li:after {
            display: none;
        }

    ul.productServices li {
        max-width: 350px;
        font-size: 16px;
        color: var(--text-main);
        font-weight: bold;
        padding-left: 60px;
        margin-bottom: 25px;
        position: relative;
    }

    .productServices li:before {
        background-image: url("/images/icons/refresh-ccw.svg");
        background-repeat: no-repeat;
        background-size: 40px;
        display: inline-block;
        width: 40px;
        height: 40px;
        content: "";
        position: absolute;
        top: 15px;
        left: -10px;
    }

    .productServices li:nth-child(2):before {
        background-image: url("/images/icons/truck.svg");
    }

    .productServices li:nth-child(3):before {
        background-image: url("/images/icons/map-pin.svg");
    }

    .productServices span {
        display: block;
        font-weight: 300;
        font-size: 15px;
    }

    .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;
            }

    .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;
            }
    }
    /*---------------------------- 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(--background-main);
            }
.checkout .customerData {
    font-size: 16px;
}
    .checkout .customerData a {
        display: block;
        color: var(--blue);
        margin-top: 10px;
        text-transform: uppercase;
    }
.checkout h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 30px;
    font-weight: bold;
}
.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(--light-blue);
    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;
    }
}
    /* ----youtube---- */
    .homePageYT {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .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;
    }
    /*------------------------- bootsrap 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(--text-main);
        font-size: 12px;
        font-weight: 300;
        line-height: 22px;
        text-transform: uppercase;
    }

        .breadcrumb li a {
            color: var(--black);
        }

    .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;
    }

    .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-nav {
        position: relative;
    }

    .navbar-light .navbar-nav .nav-link {
        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;
    }

    @media (min-width: 992px) {
        .dropdown-menu.show {
            display: none;
        }
    }

    @media (prefers-reduced-motion: no-preference) {
        :root {
            scroll-behavior: auto;
        }
    }