
#itempopup-loader {
    display: none;
}

#itempopup-mask {
    display: none;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaLightItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaRegular.ttf') format('truetype');
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype');
    src: url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaRegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-semibold-webfont') format('truetype');
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype');
    src: url('../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaSemiBold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaExtraBold.ttf') format('truetype');
    font-weight: 800;
}

/**/

:root {
    --catamac-base-color: #203468;
    --catamac-light: #4A6B9A;
    --catamac-hover: #2A4078;
    --catamac-transparent-20: rgba(32, 52, 104, 0.2);
    --catamac-transparent-50: rgba(32, 52, 104, 0.5);
    --catamac-transparent-90: rgba(32, 52, 104, 0.9);
}


body {
    font-family: 'Proxima Nova', sans-serif;
}

a {
    color: var(--catamac-base-color);
}

.italic {
    font-style: italic;
}

#itempopup-loader, #itempopup-container, #itempopup-mask {
    display: none !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.container-fluid {
    width: 1300px;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container.top-container {
    padding-top: 15px;
}

.navbar {
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.navbar-nav .nav-item a {
    border-bottom: 3px solid transparent;
}

.nav-hover a:hover {
    border-bottom: 3px solid var(--catamac-base-color);
}

.accountmenu-wrap:hover #accountmenu {
    display: block;
}

.title404 {
    font-size: 40px;
    max-width: 345px;
    display: table;
    margin: 60px auto 100px auto;
    text-align: center;
    font-weight: bold;
}

.txt404 {
    color: #595959;
    margin: 10px auto;
    display: table;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    margin-bottom: 60px;
}

#accountmenu {
    border-radius: 0px;
    margin-left: -66px;
    padding: 26px 25px 5px;
}

    #accountmenu a:last-child {
        border: none !important;
    }

.dropdown-menu a {
    text-align: left !important;
    border-bottom: 1px #eee solid;
    padding: 4px 0px 8px 0px !important;
    margin: 0px !important;
    font-size: 14px !important;
}

.dropdown-menu .dropdown-item:hover {
    border-bottom: 1px var(--catamac-base-color) solid !important;
    background-color: transparent;
}

.dropdown-menu a:first-child {
    font-size: 18px !important;
    text-align: center ;
}

.dropdown-item p {
    font-size: 16px;
    color: #757575;
    text-transform: none;
    font-weight: 400;
}

.dropdown-menu i {
    margin-right: 5px;
}

.dropdown-menu .nav-arrow {
    left: 50%;
    margin-left: -9px;
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #fff;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -9px;
}

.dropdown-item span {
    font-size: 17px !important;
}

.account-tabs .nav-link:hover {
    color: var(--catamac-hover) !important;
    font-weight: bold;
}

.account-tabs .nav-link i:hover {
    /*font-size: 30px;*/
}

.footer-links li a:hover {
    color: var(--catamac-hover) !important;
}

.punchout-error-title {
    font-size: 30px;
    max-width: 345px;
    display: table;
    margin: 60px auto 20px auto;
    text-align: center;
    font-weight: bold;
}

.punchout-error-text {
    color: #595959;
    margin: 10px auto;
    display: table;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

nav.navbar.navbar-expand-lg {
    box-shadow: none;
}

.navbar .fa.fa-user {
    background: no-repeat;
    width: 25px;
    text-align: center;
    height: 25px;
    color: var(--catamac-base-color);
    line-height: 21px;
    border-radius: 22px;
    font-size: 12px;
    border: 2px solid var(--catamac-base-color);
    margin: 0px;
}

ul.mr-auto li.nav-item {
    padding: 0 20px;
}

.login-menu li.nav-item {
    padding: 0 8px !important;
}

.navbar-expand-lg li.nav-item a {
    text-align: center;
    color: var(--catamac-base-color) !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar-expand-lg .login-menu a {
    font-size: 18px !important;
}

.nav-flex-icons li.nav-item a span {
    font-size: 13px;
}

a.nav-link {
    position: relative;
    transition: none !important;
}

.nav-link span {
    display: block;
}

.nav-item .username {
    font-size: 13px !important;
    position: relative;
    top: -8px;
    font-weight: 500 !important;
}

.nav-account span {
    font-weight: 500 !important;
}

.nav-account #accountmenu .title {
    font-weight: 800 !important;
}

.inline-block {
    display: inline-block !important;
    margin: auto 0;
}

.center-vertical {
    display: inline-block !important;
    margin: auto 0;
}

.shopping-cart-count {
    color: #fff;
    background: #e71516;
    border: none;
    font-size: 9px;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    padding: 1px 5px;
    top: 3px;
    width: auto;
    height: auto;
    right: 6px;
    position: absolute;
}

.indigo {
    background-color: #f9fafc !important;
}

.waves-input-wrapper {
    width: 100% !important;
}

.btn-signin {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    display: block;
    width: 100%;
    border-radius: 2px;
}

.signin-div {
    width: 100%;
}

.nav-tabs .nav-link {
    color: #495057;
    background-color: #f9fafc;
    border: none;
}

.nav-tabs .nav-link {
    color: #757c83;
    background-color: #f9fafc !important;
    border: none;
    font-weight: normal;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: var(--catamac-base-color);
        font-weight: 600;
    }


.account-tabs .tab-content {
    background: #f2f5f8;
    box-shadow: none;
}

    .account-tabs .tab-content .tab-pane {
        background: #f2f5f8;
    }

.order-invoice tr {
    background: #f2f5f8;
}

.body-wrapper {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    background: #fff;
    min-height: 500px;
    flex: 1;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body {
    background: #dfe6ee;
}

.navbar.navbar-dark .navbar-toggler-icon {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23203468' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 90px;
    height: 90px;
}

.carousel-inner {
    z-index: 1;
}

.carousel-thumbnails .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    border-radius: 0px !important;
    position: absolute;
    right: -125px;
    top: -125px;
}

    .carousel-thumbnails .carousel-indicators > li > img {
        box-shadow: 0px 0px 14px #000;
        width: 180px;
    }

.carousel-indicators .active {
    opacity: 1;
}

.carousel .carousel-indicators li {
    cursor: pointer;
    border-radius: 50%;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0;
}

.my_details {
    color: var(--catamac-base-color);
    font-size: 24px;
    font-weight: normal;
}

.heading_orders_quotes {
    color: var(--catamac-base-color);
    font-size: 24px;
    background: #fff;
}

.footer-wrapper {
    height: 250px;
}

footer.page-footer {
    margin-top: 30px;
    margin-bottom: 80px;
}

.subfooter-links li,
.footer-links li {
    border-right: 2px solid #757575;
    line-height: 20px;
    font-weight: bold;
}

    .subfooter-links li:last-child,
    .footer-links li:last-child {
        border-right: 0px solid;
    }

    .footer-links li a {
        font-size: 19px;
        font-weight: 600;
        text-transform: uppercase;
    }

.subfooter-links {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.account-tabs .tab-content {
    background: transparent !important;
}

.account-tabs .nav-link {
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid;
    border-radius: 0px;
    margin: 20px 0;
    line-height: 15px;
    padding: 0px 20px;
    border-color: #dee2e6 #dee2e6 #fff;
}

    .account-tabs .nav-link:hover span {
        /*text-decoration: underline;
        text-underline-position: under;*/
    }

    .account-tabs .nav-link i {
        float: none;
        background: none;
        font-size: 27px;
        border: none;
        position: relative;
        width: 100%;
        height: 40px;
        padding: 0 5px 0px 12px;
        line-height: 30px;
    }

.account-tabs .nav-tabs .nav-item:last-child a {
    border: none;
}

section.account-tabs {
    margin-top: 30px;
}


.enq-title {
    color: #757f88;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    padding-top: 15px;
}

.eng-phone {
    color: #757f88;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

    .eng-phone span,
    .eng-phone i {
        color: var(--catamac-base-color);
    }

.subfooter-links a {
    color: #757575 !important;
    font-size: 14px;
}

.footer-links {
    margin-top: 40px !important;
    text-align: center;
}

.order_confirm_btn {
    position: absolute;
    margin-left: -103px;
}
/* product detail */
.handle-counter input {
    width: 50px;
    display: inline;
    height: 50px;
    border-radius: 0px;
    border: 1px #ddd solid;
    text-align: center;
}

.handle-counter .counter-minus, .handle-counter .counter-plus {
    text-align: center;
    display: inline;
    width: 45px;
    padding: 4px 9px;
    font-size: 28px;
}

.related-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pid-cols {
    border: 1px #eee solid;
    padding: 10px;
    /* background: #ddd; */
    text-align: center;
}

    .pid-cols a {
        color: #000;
    }

.getquote {
    background: var(--catamac-base-color);
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 10px;
}

.text-blue {
    color: var(--catamac-base-color) !important;
    text-decoration: underline;
}

.order-total-text {
    color: var(--catamac-base-color) !important;
    font-size: 30px;
    font-weight: 400;
}

.input-box-order {
    border-radius: 2px;
}

#productDetails p {
    text-align: justify;
}

.pid-title a {
    font-weight: bold;
}

.button-loader {
    background: var(--catamac-transparent-90) !important;
    font-size: 1.4rem;
}

.order-loader i {
    color: #fff !important;
}

.order-loader {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    padding-top: 7px;
    display: none;
    font-size: 2rem;
}

.add-to-cart-loader {
    padding-top: 0px !important;
}

.checkout-loader {
    position: relative;
    width: 170px;
    padding-top: -33px;
    display: block;
    margin: 0px auto;
    top: -58px;
    color: #fff;
    display: none;
    height: 50px;
    padding-top: 15px;
}

.signin-loader {
    position: relative;
    width: 138px;
    padding-top: -33px;
    display: block;
    margin: 0px auto;
    top: -47px;
    color: #fff;
    display: none;
    height: 41px;
    padding-top: 8px;
    margin-bottom: -41px;
}
/* home */
.home-one {
    /*margin: 0px 30px;*/
}

    .home-one .slider-left {
        height: 85%;
        background: var(--catamac-base-color);
        color: #fff;
        padding: 10px;
        vertical-align: middle;
        margin: 40px 0px;
    }

.carousel-inner {
    overflow: inherit !important;
}

.home-one .slider-right-content img {
    min-height: 500px;
    width: 100%;
    transform: translateY(-20%);
}

.slider-content h1 {
    font-size: 48px;
    text-transform: uppercase;
    text-align: right;
    padding-top: 20px;
    font-weight: 700;
}

.slider-content h2 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 20px;
}

.home-one .slider-left .slider-content {
    margin: 160px 89px 154px 101px;
    position: relative;
    background: var(--catamac-base-color);
    z-index: 5;
}

.home-one .slider-overlay {
    width: 100%;
    border: 10px var(--catamac-light) solid;
    position: absolute;
    top: 15px;
    left: 55%;
    z-index: 1;
    height: 98.8%;
}


#carouselExampleControls {
    margin-top: 82px;
    max-height: 420px;
    overflow-y: hidden;
    box-shadow: 9px 5px 10px 0px grey;
}

.home-one .slider-right-content {
    position: relative;
    background: var(--catamac-base-color);
}

.slider-right-content .slide-1 {
    background-image: url(/images/home_images/slide1.jpg);
    transform: translateY(-20%);
    background-size: cover;
    background-position: center;
}

.slider-right-content .slide-2 {
    background-image: url(/images/home_images/slide1-2.jpg);
    transform: translateY(-20%);
    background-size: cover;
    background-position: center;
}

.slider-right-content .slide-3 {
    background-image: url(/images/home_images/slide1-3.jpg);
    transform: translateY(-20%);
    background-size: cover;
    background-position: center;
}

.home-two h3 {
    color: var(--catamac-base-color);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-two h5 {
    color: #757f88;
    margin-bottom: 2rem;
}

.home-two img {
    width: 100px;
    margin-bottom: 2rem;
}

.home-three {
    background: var(--catamac-base-color);
    color: #fff;
}

    .home-three img {
        width: 100%;
    }

    .home-three .btn-primary {
        background: var(--catamac-light) !important;
        width: auto;
        display: inline;
        font-weight: 700;
        font-size: 1rem;
    }

    .home-three a:hover {
        text-decoration: none;
    }

    .home-three h3 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 25px;
    }

    .home-three ul {
        list-style-image: url('../images/tick.png');
    }

        .home-three ul li {
            padding-left: 10px;
        }

.home-four h3 {
    color: var(--catamac-base-color);
    font-size: 22px;
    font-weight: 400;
}

.home-four img {
    width: 100px;
}

.home-four-circle {
    width: 350px;
    height: 350px;
    border: 25px var(--catamac-base-color) solid;
    border-radius: 50%;
    padding: 24px 40px;
    box-shadow: inset 0px 0px 3px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
}

.home-four h2 {
    color: var(--catamac-base-color);
}


/* contact us */

.grecaptcha-badge {
    position: inherit !important;
}

.contact-us {
    background: url("../images/contactus_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-hover {
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-us-left-side-hover {
    color: #fff;
    padding: 60px 0px;
}

.contact-us-right-side-hover {
    color: #fff;
    padding: 60px;
}

.contact-us .form-control {
    border-radius: 0px !important;
    font-style: italic;
}

.contact-us h1 {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 3px #fff solid;
    display: inline-block;
}

.btn-primary {
    font-weight: bold;
}

.btn-delete {
    background: #7575756b !important;
    color: #000;
}

    .btn-delete:hover {
        color: #000;
    }

.underline {
    text-decoration: underline;
}

.contact-us b {
    font-weight: bold !important;
}

.contact-us-left-side {
    color: #fff;
    background: rgba(0, 76, 139, 0.6);
}

.contact-us-right-side {
    padding: 80px;
    color: #fff;
    background: rgba(117, 127, 136, 0.9);
}

.contact-us table td {
    padding: 10px;
    vertical-align: top;
}

.contact-us .btn-default {
    background-color: transparent !important;
    border: 4px #fff solid;
    color: #fff;
}

.label-edit-password {
    color: var(--catamac-base-color);
    font-style: bold;
}

.service-schedule .locations label {
    margin-right: 20px;
    padding: 5px;
    padding-left: 10px;
}

.service-schedule .banner h2 {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--catamac-base-color);
}

.asset-service-table tbody td {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.5rem;
    vertical-align: middle;
}

table.quickordertable thead tr th {
    background-color: var(--catamac-base-color);
    color: #fff;
}

.md-form select {
    border: 0px;
    border-bottom: 1px solid #ced4da;
}


/* about us */
.about-us {
    background: #564f49;
}

.section-about-us-one {
    background-image: url("../images/aboutus1.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.section-about-us-content {
    color: #fff;
    text-align: justify;
}

.section-about-us-content-shadow {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); */
}

.section-about-us-two {
    background-image: url("../images/aboutus2.jpg");
    background-size: cover;
}

.section-about-us-two-content-shadow {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); */
}

.aboutus-our-team {
    background: var(--catamac-base-color);
    color: #fff;
}

    .aboutus-our-team h2 {
        text-transform: uppercase;
        font-size: 30px;
    }

    .aboutus-our-team span {
        font-size: 40px;
        margin-bottom: 20px;
    }

.aboutus-our-passionate {
    background: #59595b;
    color: #fff;
}

    .aboutus-our-passionate img {
        margin-bottom: 20px;
        width: 100%;
    }


/* industries */

.industries h1 {
    color: var(--catamac-base-color);
    font-weight: bold;
    font-size: 30px;
}

.industries .industries-container {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
}

.section-industries-Drill {
    background-image: url("../images/industries/drill1.jpg");
    background-size: cover;
    background-position: center;
    background: #564f49;
}

.section-industries-Mining {
    background-image: url("../images/industries/mining1.jpg");
    background-size: cover;
    background-position: center;
    background: #564f49;
}

.section-industries-content {
    color: #fff;
    text-align: justify;
    white-space: pre-line;
}



.section-industries-Civil {
    background-image: url("../images/industries/civil1.jpg");
    background-size: cover;
    background-position: center;
    background: #564f49;
}

.section-industries-Transport {
    background-image: url("../images/industries/civil1.jpg");
    background-size: cover;
    background-position: center;
    background: #564f49;
}

.section-industries-Cranes {
    background-image: url("../images/industries/crane1.jpg");
    background-size: cover;
    background-position: center;
    background: #564f49;
}

.section-industries-Energy {
    background-image: url("../images/industries/oil1.jpg");
    background-size: cover;
    background-position: center;
    background: #564f49;
}

.section-industries-Engine {
    background-size: cover;
}

.section-industries-Agriculture {
    background-image: url("../images/industries/agriculture1.jpg");
    background-size: cover;
    background-position: center;
    background: #564f49;
}

.section-industries-Marine {
    background-size: cover;
}

.section-industries-Waste {
    background-size: cover;
}

.section-industries-Agriculture .col-md-6:nth-child(1) {
    display: none;
}

.section-industries-Energy .col-md-6:nth-child(1) {
    display: none;
}

.section-industries-Marine .col-md-6:nth-child(1) {
    display: none;
}

.section-industries-Transport .col-md-6:nth-child(1) {
    display: none;
}

.section-industries-Transport .col-md-6:nth-child(1) {
    display: none;
}

.section-industries-content a {
    text-transform: uppercase;
    color: #fff;
}


/* fuel filter */

.fuel-filter h1 {
    color: var(--catamac-base-color);
    font-weight: bold;
    font-size: 30px;
}

.fuel-filter-one {
    background: #000;
    background-size: cover;
}

.fuel-filter-content {
    color: #fff;
}

.fuel-filter-two {
    background: #7a848d;
    color: #fff;
}

    .fuel-filter-two .form-control {
        border-radius: 0px;
        font-style: italic;
    }

    .fuel-filter-two .btn-default {
        background-color: transparent !important;
        border: 4px #fff solid;
        color: #fff;
    }
/* filters */
.filters h1 {
    color: var(--catamac-base-color);
    font-weight: bold;
    font-size: 30px;
}

.filters-one h2 {
    color: #7a848d;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.filters-items h3 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.filters-two {
    background: #7a848d;
    color: #fff;
}

    .filters-two .form-control {
        border-radius: 0px;
        font-style: italic;
    }

    .filters-two .btn-default {
        background-color: transparent !important;
        border: 4px #fff solid;
        color: #fff;
    }

/* air-filter */

.air-filter-one {
    background: #232323;
    background-size: cover;
}

.air-filter-two {
    background: #9daaba;
    color: #fff;
}

.air-filter-three {
    background: #232323;
    color: #fff;
}

.air-filter-content {
    color: #fff;
}

/* oil filter */

.oil-filter h1 {
    color: var(--catamac-base-color);
    font-weight: bold;
    font-size: 30px;
}

.oil-filter-one {
    background: #232323;
    background-size: cover;
}

.oil-filter-content {
    color: #fff;
}

.oil-filter-two {
    background: #9daaba;
    color: #fff;
}

.oil-filter-three {
    background: #232323;
    color: #fff;
}


.oil-filter-four {
    background: #7a848d;
    color: #fff;
}

    .oil-filter-four .form-control {
        border-radius: 0px;
        font-style: italic;
    }

    .oil-filter-four .btn-default {
        background-color: transparent !important;
        border: 4px #fff solid;
        color: #fff;
    }

/* hydraulic */

.hydraulic h1 {
    color: var(--catamac-base-color);
    font-weight: bold;
    font-size: 30px;
}

.hydraulic-one {
    background: #f9f9f9;
    background-size: cover;
}

    .hydraulic-one h2 {
        color: var(--catamac-base-color);
        font-weight: bold;
        font-size: 30px;
    }

.hydraulic-two {
    background: #7a848d;
    color: #fff;
}

    .hydraulic-two .form-control {
        border-radius: 0px;
        font-style: italic;
    }

    .hydraulic-two .btn-default {
        background-color: transparent !important;
        border: 4px #fff solid;
        color: #fff;
    }

.hydraulic-three {
    color: #fff;
    background-image: url("../images/hydraulic.jpg");
    background-size: cover;
}

    .hydraulic-three h2 {
        text-transform: uppercase;
        font-size: 30px;
    }

    .hydraulic-three h3 {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
    }


/* order invoices */
.track_tbl {
    cursor: pointer;
}

ul.stepper {
    margin: 0 !important;
    padding: 1rem !important;
    overflow: visible;
    overflow-y: visible;
    overflow-x: visible;
}

    ul.stepper > li:not(:last-of-type) {
        padding-bottom: 0px;
    }

    ul.stepper li i {
        border: 1px #757c83 solid;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        padding-top: 8px;
        padding-left: 1px;
        color: #757c83;
    }


.stepper-horizontal li:hover {
    background-color: transparent !important;
}

ul.stepper li {
    width: 50px;
    cursor: pointer;
}

    ul.stepper li a {
        padding: 2px;
    }

    ul.stepper li.active a .label {
        position: absolute;
        top: 30px;
        margin-left: -39px;
        font-weight: normal;
        font-size: 11px;
        text-transform: uppercase;
    }

    ul.stepper li.completed a .label {
        font-weight: 500;
    }

.stepper-horizontal li.completed:not(:first-child)::before,
.stepper-horizontal li.completed:not(:last-child)::after {
    margin: 15px 0 0;
    background-color: var(--catamac-base-color);
    height: 2px;
}


.stepper-horizontal li:not(:last-child)::after,
.stepper-horizontal li:not(:first-child)::before {
    margin: 15px 0 0;
    background-color: rgba(0,0,0,.1);
    height: 2px;
}


.stepper-horizontal li:first-child::before {
    text-align: left;
}

.stepper-horizontal li {
    align-items: inherit !important;
}

ul.stepper a:hover {
    background: transparent !important;
}

.order-invoice a:hover {
    text-decoration: underline !important;
    color: var(--catamac-base-color);
}

.order-quotes a:hover {
    text-decoration: underline !important;
    color: var(--catamac-base-color);
}

.order-quotes .shipping-td {
    white-space: pre-line;
}

table.order-invoice > thead > tr > th, table.order-quotes > thead > tr > th {
    background: var(--catamac-base-color);
    color: #fff;
    text-align: center;
    font-weight: bold;
    height: 75px;
    vertical-align: middle;
    border-right: 1px var(--catamac-base-color) solid;
    font-size: 1rem;
}

table.order-invoice > tbody > tr > td, table.order-quotes > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.95rem;
}

table.order-invoice > tbody > tr > td {
    font-size: 0.85rem !important;
    padding: 0.75rem 0.5rem;
}

.small-td {
    font-size: 0.8rem;
}

table.track_tbl td {
    text-align: left;
    white-space: nowrap;
}

table.track_tbl {
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-left-20 {
    padding-left: 30px !important;
}

.track_tbl .desktop_view .date {
    font-weight: bold;
}

.track_tbl td.track_dot {
    width: 50px;
    position: relative;
    padding: 0;
    text-align: center;
}

    .track_tbl td.track_dot:after {
        content: "";
        position: absolute;
        margin-left: -16px;
        border: 1px var(--catamac-base-color) solid;
        border-radius: 15px;
        width: 35px;
        height: 35px;
        margin-top: 15px;
        background: #fff;
    }

    .track_tbl td.track_dot span i {
        margin-left: -20px;
        margin-top: 22px;
        position: absolute;
        border-radius: 25px;
        color: var(--catamac-base-color);
        z-index: 12;
        width: 42px;
        height: 39px;
        font-size: 1.2rem;
    }

    .track_tbl td.track_dot span.track_line {
        background: #000;
        width: 3px;
        min-height: 50px;
        position: absolute;
        height: 101%;
    }

.track_tbl tbody tr:first-child td.track_dot span.track_line {
    margin-top: 41px;
}

    .track_tbl tbody tr:first-child td.track_dot span.track_line i {
        margin-top: -20px;
    }

.track_tbl tbody tr:last-child td.track_dot span.track_line {
    top: 0;
    min-height: 25px;
    height: 10%;
}

table.track_tbl tbody td {
    border: 0px;
}

table.track_tbl b {
    font-weight: bold;
}

.td_background {
    display: none;
}

.tracking_non_expanded {
    margin-bottom: 2rem
}

@media screen and (max-width: 1023px) {

    .home-four-circle {
        width: 300px;
        height: 300px;
        font-size: 0.8em;
    }

    .td_background {
        display: block;
        position: absolute;
        background: var(--catamac-base-color);
        height: 100%;
        top: 0px;
        width: 128px;
        z-index: 0;
    }

    table.track_tbl {
        display: block;
        background: #f9fafc !important;
    }

    ul.stepper li {
        width: 61px;
        float: left;
    }

    .tracking_non_expanded {
        /*  display: none;*/
        float: right;
        background: #f9fafc !important;
        height: 100px;
        cursor: pointer;
        margin-bottom: 0;
    }

    .stepper-horizontal li:not(:last-child):after {
        width: 24px;
        top: 0px;
    }

    .tracking_non_expanded ul.stepper li {
        display: inline;
    }

    .stepper-horizontal {
        display: block !important;
    }

    table.order-invoice > thead > tr > th,
    table.order-invoice > tbody > tr > td,
    table.order-invoice > tfoot > tr > td {
        vertical-align: middle;
        padding: 0px;
        border: 0px;
        border-top: 1px var(--catamac-base-color) solid;
        text-align: inherit;
    }

    table.order-invoice thead {
       /* display: none;*/
    }
        table.order-invoice thead tr:nth-child(n+2) {
            display: none;
        }

    table.order-invoice td.order-invoice-td {
        display: block;
        position: relative;
    }

    table.order-invoice td:first-child {
        background: #ddd !important;
        color: #000;
        margin-top: 5%;
        border-top: var(--catamac-base-color);
        border-top-width: 10px;
        border-top-style: solid;
    }
    /*For when the order-invoice table is resized on mobile - don't show breaking newlines, put everything on one line'*/
    table.order-invoice br {
        display: none;
    }

    table.order-invoice tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 8rem;
        background: var(--catamac-base-color);
        color: #fff;
        padding: 10px;
        position: relative;
        z-index: 1;
    }

    table.track_tbl {
        float: right;
        cursor: pointer;
    }

        table.track_tbl tbody td:first-child {
            background: #fff !important;
        }

        table.track_tbl tbody td:before {
            content: none;
            font-weight: none;
            display: inline;
        }

        table.track_tbl tbody td {
            display: revert !important;
            border: 0px;
            padding: 5px;
        }

    .order-invoice-tracking-td {
        overflow: auto;
    }

    table.track_tbl {
        width: 540px;
    }



    .home-one .slider-overlay {
        display: none;
    }

    .home-one .slider-left {
        height: 100%;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    .home-one .slider-right-content {
        padding: 0px;
        margin-left: 0px;
        z-index: 0;
        margin-bottom: 0;
    }

    .home-one .slider-left .slider-content {
        margin: 0px;
        padding: 14px 0px;
        background: var(--catamac-transparent-50);
        width: 94%;
    }


    .home-one .slider-right-content img {
        height: auto;
        width: 100%;
        min-height: auto;
    }

    #carouselExampleControls {
        margin-top: 0px;
    }

    .slider-content h1 {
        font-size: 40px;
        font-weight: bold;
    }

    .slider-content h2 {
        font-size: 30px;
        font-weight: bold;
    }

    .slider-content p {
        font-size: 12px;
        text-align: center;
        margin-bottom: 0px;
    }

    /* for order confirm */
    table.fleet-table-res > thead > tr > th,
    table.fleet-table-res > tbody > tr > td,
    table.fleet-table-res > tfoot > tr > td {
        vertical-align: middle;
        padding: 0px;
        border: 0px;
        border-top: 0px var(--catamac-base-color) solid;
        text-align: inherit;
    }

    table.fleet-table-res thead {
        display: none;
    }

    table.fleet-table-res td {
        display: block;
    }



    table.fleet-table-res tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 8rem;
        background: var(--catamac-base-color);
        color: #fff;
        padding: 10px;
        margin-right: 1em;
    }

    #orderFilterLabel {
        display: none;
    }

    #orderSearch {
        width: 300px !important;
        margin-left: 130px;
    }
}

@media screen and (max-width: 996px) {
    .contact-us .container {
        max-width: 100%;
    }

}

@media screen and (max-width: 812px) {
    table.track_tbl {
        width: 562px;
    }

    .tracking_non_expanded {
        width: 562px;
    }

    #orderSearch {
        padding-left: 30px;
        width: 250px !important;
        margin-left: 60px !important;
    }
    .fa-search{
        left: 70px !important;
    }
}

@media screen and (max-width: 768px) {
    table.track_tbl {
        width: 562px;
    }

    .tracking_non_expanded {
        width: 562px;
    }

    table.order-invoice {
        width: 100%;
        border-collapse: collapse;
    }

        table.order-invoice tbody tr {
            display: block;
            margin-bottom: 1rem;
            border: 1px solid #ccc;
            border-radius: 4px;
            overflow: hidden;
        }

        table.order-invoice tbody td {
            display: block;
            width: 100%;
            text-align: left;
            padding: 12px 10px;
            box-sizing: border-box;
            border: none;
            border-top: 1px solid var(--catamac-base-color);
            position: relative;
        }

        table.order-invoice td:first-child {
            background-color: #eee;
            color: #000;
            border-top: 6px solid var(--catamac-base-color);
        }

        table.order-invoice td.order-invoice-td:before {
            content: attr(data-th);
            display: block;
            font-weight: bold;
            color: #fff;
            background-color: var(--catamac-base-color);
            padding: 6px 10px;
            margin-bottom: 5px;
            border-radius: 3px 3px 0 0;
        }

        table.order-invoice br {
            display: none;
        }

    .quote-actions {
        display: flex;
        flex-direction: row;
        gap: 0.5rem; /* spacing between buttons */
        justify-content: center;
    }

        .quote-actions .btn {
            flex: 1 1 auto;
            margin-top: 0 !important;
        }

}

@media screen and (max-width: 736px) {
    table.track_tbl {
        width: 382px;
    }

    .tracking_non_expanded {
        width: 382px;
    }


    #orderSearch, .fa-search {
        width: 100% !important;
        margin-left: 13px;
        margin-top: 5px;
    }

    .fa-search {
        left: 10px !important;
    }

    #orderSearch {
        padding-left: 30px;
        width: 95% !important;
        margin-left: 12px !important;
    }

    #orderFilterId {
        width: 194% !important;
    }


}

@media screen and (max-width: 667px) {
    table.track_tbl {
        width: 382px;
    }

    .tracking_non_expanded {
        width: 382px;
    }
}

@media screen and (max-width: 568px) {
    table.track_tbl {
        width: 410px;
    }

    .tracking_non_expanded {
        width: 410px;
    }

    .page-footer .footer-logo {
        text-align: center;
    }

    #orderFilterId {
        width: 204% !important;
    }
}

@media screen and (max-width: 414px) {
    table.track_tbl {
        width: 256px;
    }

    .tracking_non_expanded {
        width: 256px;
    }

    #orderFilterId {
        width: 145% !important;
    }
}

@media screen and (max-width: 411px) {
    table.track_tbl {
        width: 253px;
    }

    .tracking_non_expanded {
        width: 253px;
    }
}

@media screen and (max-width: 375px) {
    table.track_tbl {
        width: 217px;
    }

    .tracking_non_expanded {
        width: 217px;
    }

    #orderFilterId {
        width: 130% !important;
    }
}

@media screen and (max-width: 360px) {
    table.track_tbl {
        width: 202px;
    }

    .tracking_non_expanded {
        width: 202px;
    }

    #orderFilterId {
        width: 125% !important;
    }
}

@media screen and (max-width: 320px) {
    table.track_tbl {
        width: 162px;
    }

    .tracking_non_expanded {
        width: 162px;
    }

    #orderFilterId {
        width: 105% !important;
    }

    #orderSearch {
        padding-left: 30px;
        width: 91% !important;
        margin-left: 12px !important;
    }
}

@media screen and (max-width: 312px) {
    table.track_tbl {
        width: 152px;
    }

    .tracking_non_expanded {
        width: 152px;
    }
    #orderSearch {
        width: 250px !important;
        margin-left: 13px;
    }

    #orderFilterId {
        width: 100% !important;
    }
}

/* Responsive table layouts by showing alternate columns / information, used for customer ticket (request) list */
@media screen and (min-width: 992px) {
    .showab {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .showc {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .showa {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .showbc {
        display: none
    }
}

/* testimonials */

.testimonial h1 {
    color: var(--catamac-base-color);
    font-weight: 800;
    font-size: 34px;
    border-bottom: 5px #4f4f4f solid;
    display: inline;
}

.testimonial-full-screen-video video {
    width: 100%;
    margin-top: 30px;
}

.testimonial-full-screen-video .content {
    position: absolute;
    z-index: 11;
    margin-top: -27%;
    margin-left: 48%;
}

#playVideoBtn {
    color: #fff;
    font-size: 50px;
}

.testimonial-videos {
    background-color: #59595b;
}

    .testimonial-videos .carousel-control-next,
    .testimonial-videos .carousel-control-prev {
        color: #fff !important;
        font-size: 60px;
    }

    .testimonial-videos h4 {
        color: #fff;
    }

footer a {
    color: #4f4f4f !important
}

.owl-carousel .item {
    color: #fff;
}

    .owl-carousel .item h4 {
        margin-top: 5px;
        font-weight: bold
    }

    .owl-carousel .item i {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 320px;
        /* The number of lines to be displayed */
        -webkit-line-clamp: 20;
        -webkit-box-orient: vertical;
    }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -58px;
    top: 33%;
    font-size: 30px;
    background: none;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -58px;
    top: 33%;
    font-size: 30px;
    background: none;
}

.owl-carousel .item {
    padding: 10px;
}


/* notifications */

.notifications h4 {
    color: var(--catamac-base-color);
    font-size: 24px;
}

.notifications .md-form {
    margin-top: 0px;
}

    .notifications .md-form .form-control {
        margin-top: 10px;
    }

    .notifications .md-form label {
        color: #3a434c;
        margin-left: 5px;
        font-size: 18px;
        font-weight: bold;
    }

/* account-selection */

.account-selection h3 {
    text-transform: uppercase;
    font-weight: 500;
    color: #3a434c;
    margin-bottom: 2rem;
}

.account-selection .md-form label {
    color: #3a434c;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.account-selection .icon {
    font-size: 50px;
    color: var(--catamac-base-color);
    text-align: center;
}

    .account-selection .icon i {
        margin: 0 auto;
    }

/* checkout */

.checkout .card {
    background: #f9fafc;
    border-radius: 0px;
    box-shadow: none;
}

    .checkout .card .card-header {
        background: #f9fafc !important;
        border-bottom: 0px;
    }

.checkout .card-2 {
    background: #fff !important;
}

.checkout .list-group-item {
    background: #f9fafc;
    border: 0px;
    box-shadow: none;
}

/* search */
.search .card {
    background: #f9fafc;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 10px;
}

.search .card-body {
    padding: 1.25rem 3rem;
}
/* orderform */

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-checkbox .custom-control-input ~ .custom-control-label:hover {
    cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
}


.custom-control-input ~ .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-control-input ~ .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--catamac-base-color);
    background-color: var(--catamac-base-color);
    width: 1.5rem;
    height: 1.5rem;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: var(--catamac-transparent-20) !important;
    border-color: transparent;
    cursor: pointer;
}

.fleet-table thead tr th {
    background-color: var(--catamac-base-color);
    color: #fff;
}

.fleet-table-res {
    background: #f2f5f8 !important;
}

.orderform .card {
    background: #f9fafc;
    border-radius: 0px;
    box-shadow: none;
}

    .orderform .card .card-header {
        background: #f9fafc !important;
        border-bottom: 0px;
    }

.orderform .card-2 {
    background: #fff;
}

.orderform .list-group-item {
    background: #f9fafc;
    /*border: 0px;*/
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* orderconfirm */
.orderconfirm {
    background-image: url("../images/aboutus2.jpg");
    background-size: cover;
}

.orderconfirm-box {
    background: #fff;
    text-align: center;
}

    .orderconfirm-box h1 {
        color: var(--catamac-base-color);
        font-size: 30px;
    }

.account-selection-box img {
    display: block;
    margin: 0px auto;
}

.account-selection-box a {
    display: block;
    padding: 30px 10px;
    color: #000;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    text-align: center;
}

.fleetorderform table tr th {
    background: var(--catamac-base-color);
    color: #fff;
    border: 0px;
    white-space: nowrap;
    text-align: left;
}

#txtFleetSearch {
    margin-top: 10px;
}

.shopping-cart-item-loading {
    background-color: #fff;
    background-image: url(/images/mini-cart-loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    width: 100%;
    height: 100px;
    position: relative;
    opacity: 0.8;
    z-index: 35;
    display: none;
}

.shopping-cart-loading {
    background-color: #fff;
    background-image: url(/images/mini-cart-loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 20;
    /*display: none;*/
}

.shopping-cart-summary-loading {
    background-color: #fff;
    background-image: url(/images/mini-cart-loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: .8;
    top: 0;
    z-index: 20;
    display: none;
}

/*  -- */
.md-v-line {
    position: absolute;
    border-left: 1px solid rgba(0,0,0,.125);
    height: 50px;
    top: 0px;
    left: 54px;
}

.fourWD-fuel-filter-kits .nav-tabs .nav-link {
    border: 1px solid #dee2e6
}


/* mini cart */
.mini-cart-popup .mini-cart-popup-inner {
    min-height: 150px;
    overflow: visible;
}

#miniCartLineItem {
    margin: 0;
    padding: 0;
    height: 100% !important;
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
}

.fleetorderform .checkout-panel p {
    font-weight: 600;
    font-size: 1rem;
    padding-top: 7px;
    padding-bottom: 7px;
}

.fleetorderform .checkout-panel .action-btn {
    font-weight: 500;
    font-size: 1rem;
}

.fleetorderform .checkout-panel .checkout-btn {
    font-size: 1rem;
}

.error {
    color: red;
    font-weight: 500;
}

.hiddenStyle {
    display: none;
}

.display-button {
    border: none;
    background: none;
    padding: 30px;
    width: 100%;
}

.badge-check-outline {
    color: #fff !important;
    padding: 7px 7px 5px 7px;
    background-color: var(--catamac-base-color) !important;
    margin-right: 5px;
}

.badge-times-outline {
    color: #fff !important;
    padding: 4px 6px 4px 6px;
    background-color: #c92412 !important;
    margin-right: 5px;
}

.badge-outline {
    padding: 7px 7px 5px 7px;
    border: 1px solid var(--catamac-base-color);
    color: var(--catamac-base-color) !important;
    background-color: transparent;
    margin-right: 5px;
}

.header-button {
    border: none;
    background: none;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #000;
}

#ShippingList label,
#ShippingMethodOptions label,
#DespatchPriorityList label {
    padding-left: 10px;
    padding-top: 5px;
    width: 100%;
}

#ShippingList .custom-second-label,
#ShippingMethodOptions .custom-second-label,
#DespatchPriorityList .custom-second-label {
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 33px;
}

.fleetorderform .minicart-item {
    padding-top: 15px;
    padding-bottom: 10px;
    color: var(--catamac-base-color);
}

    .fleetorderform .minicart-item a {
        display: inline-block;
        padding-bottom: 6px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

        .fleetorderform .minicart-item a:hover {
            cursor: pointer;
            text-decoration: underline;
            color: var(--catamac-base-color);
        }

    .fleetorderform .minicart-item .remove {
        text-decoration: underline;
    }

        .fleetorderform .minicart-item .remove:hover {
            cursor: pointer;
        }


    .fleetorderform .minicart-item .product-description {
        max-width: 250px;
        font-size: 14px;
        color: #808080;
    }

    .fleetorderform .minicart-item i {
        cursor: pointer;
        padding-left: 6px;
        font-size: 16px;
    }

.modal-content {
    max-width: 900px;
    /*width: 900px;*/
}

.fleetmodal i {
    color: var(--catamac-base-color);
    font-size: 30px;
}

.fleetorderform .minicart-item .expand {
    font-size: 18px;
}

.fleetorderform .minicart-item .remove-item {
    cursor: pointer;
    position: relative;
    text-align: center;
    opacity: 0.5;
    font-size: 20px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

    .fleetorderform .minicart-item .remove-item i {
        float: right;
    }

.fleetorderform .minicart-item .change-quantity a {
    float: none;
    width: 100%;
    height: auto;
}

.fleetorderform .minicart-item .change-quantity i {
    font-size: 18px;
}

.fleetorderform .minicart-item .price {
    color: #3d3d3d;
    padding-top: 5px;
    font-size: 14px;
    text-align: left;
    margin-right: 10px;
}

    .fleetorderform .minicart-item .price .total {
        color: #0466a4;
    }

.fleetorderform .minicart-item .quantity-textbox {
    font-weight: 600;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 2px rgba(145, 145, 145, 0.1) inset, 0 3px 2px rgba(145, 145, 145, 0.1) inset;
    -webkit-box-shadow: 0 0 2px rgba(145, 145, 145, 0.1) inset, 0 3px 2px rgba(145, 145, 145, 0.1) inset;
    box-shadow: 0 0 2px rgba(145, 145, 145, 0.1) inset, 0 3px 2px rgba(145, 145, 145, 0.1) inset;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: color .3s ease-out 0;
    width: 100%;
}

button.btn.btn-primary.search-asset-btn,
button.btn.btn-light-primary.search-asset-btn,
.btn.btn-primary.search-asset-btn,
.btn.btn-light-primary.search-asset-btn {
    background-color: var(--catamac-base-color) !important;
    border-color: var(--catamac-base-color) !important;
    color: #fff !important;
}

button.btn.btn-primary.search-asset-btn:hover,
button.btn.btn-light-primary.search-asset-btn:hover,
.btn.btn-primary.search-asset-btn:hover,
.btn.btn-light-primary.search-asset-btn:hover {
   background-color: var(--catamac-hover) !important;
   border-color: var(--catamac-hover) !important;
   color: #fff !important;
}

.search-asset-btn {
    background-color: var(--catamac-base-color) !important;
    border-color: var(--catamac-base-color) !important;
    color: #fff !important;
}

.search-asset-btn:hover {
        background-color: var(--catamac-hover) !important;
        border-color: var(--catamac-hover) !important;
        color: #fff !important;
}

.search-asset-btn:active {
        background-color: var(--catamac-hover) !important;
        border-color: var(--catamac-hover) !important;
        color: #fff !important;
}


.title-row {
    display: table;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 200;
    background: var(--catamac-base-color);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    z-index: 25;
}

#minicartItems {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#li-minicartItems {
    margin: 0;
    clear: left;
    padding: 0;
    border-bottom: 1px solid #CCC !important;
    width: 100%;
}

#minicartItems {
    list-style-type: none;
}

.mini-cart-popup {
    font-family: 'Proxima Nova';
}

#mini-cart {
    text-align: left;
    line-height: 22px;
}

.mini-cart-popup .each-prod-row {
    color: #3d3d3d;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 25px 12px 20px 100px;
    position: relative;
}

    .mini-cart-popup .each-prod-row .image-col {
        float: left;
        position: absolute;
        left: 12px;
        top: 20px;
        padding: 0;
        text-align: center;
        width: 65px;
    }

    .mini-cart-popup .each-prod-row a {
        color: #3d3d3d;
    }

.image-col img {
    width: 65px;
}

.mini-cart-popup .each-prod-row .prod-col {
    float: left;
    padding: 0 14px 0 0;
    width: 270px;
}

.mini-cart-popup .each-prod-row .price-col {
    float: left;
    color: #0466a4;
    padding-left: 20px;
    padding-top: 10px;
    width: auto;
    font-size: 14px;
    text-align: left;
}

.mini-cart-popup .remove-item-btn {
    cursor: pointer;
    position: relative;
    text-align: center;
    opacity: 0.5;
    font-size: 20px;
    float: right;
    margin-top: -22px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

#li-minicartItems {
    margin: 0;
    clear: left;
    padding: 0;
    border-bottom: 1px solid #CCC !important;
    width: 100%;
}

.mini-cart-popup .prices-row {
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 18px;
    background: rgba(70, 185, 70, 0.05);
    -moz-box-shadow: 0 -3px 15px 0 #e5e5e5;
    -webkit-box-shadow: 0 -3px 15px 0 #e5e5e5;
    box-shadow: 0 -3px 15px 0 #e5e5e5;
}

.mini-cart-popup .btns-row {
    display: block;
    overflow: hidden;
    padding: 6px 12px 12px 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 25;
}

.complete-purchase-server-button {
    display: none;
}

span.info {
    font-size: 0.8em;
}

.mini-cart-popup #btnCheckout {
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    background-color: var(--catamac-base-color);
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    width: 100%;
    float: right;
    text-align: center;
}

.btn-primary.btn-small {
    padding: 0.5rem !important;
}

.close-btn {
    display: block !important;
    width: 24px;
    height: 24px;
    background-image: url(/images/mini-cart-close-btn.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 22px;
    color: #fff;
    z-index: 999999999;
    position: absolute;
    right: 21px;
    top: 19px;
    opacity: 0.5;
    cursor: pointer;
}

@media (min-width: 300px) {

    #accountmenu {
        margin-left: 0px;
    }

    .contact-hover-hide-mobile {
        display: none;
    }

    .contact-hover {
        position: relative;
    }

    .contact-us-left-side-hover {
        color: #fff;
        background: rgba(0, 76, 139, 0.6);
    }

    .contact-us-right-side-hover {
        color: #fff;
        background: rgba(117, 127, 136, 0.9);
    }

    .industries h2 {
        text-transform: uppercase;
    }

    .section-industries-Mining {
        background-image: url("../images/industries/mining1_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-industries-Drill {
        background-image: url("../images/industries/drill1_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-industries-Agriculture {
        background-image: url("../images/industries/agriculture1_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-industries-Civil {
        background-image: url("../images/industries/civil1_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-industries-Transport {
        background-image: url("../images/industries/civil1_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-industries-Cranes {
        background-image: url("../images/industries/crane1_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-industries-Energy {
        background-image: url("../images/industries/oil1_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-about-us-one {
        background-image: url("../images/aboutus_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-about-us-two {
        background-image: url("../images/aboutus2_mobile.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-about-us-one {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-about-us-two {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .order-invoice-svg {
        width: 24px;
        margin-left: 12px;
        margin-right: 2px;
        display: inline;
    }

    .order-invoice-tracking-td {
        width: auto;
    }

    .shopping-cart-count {
        right: 45%;
        top: 0px;
    }

    .logo {
        width: 150px;
    }

    .badges {
        margin: 10px 0 0 5%;
        width: 100px;
    }

    .navbar .nav-item {
        background: #eee;
        display: block !important;
    }

    .footer-links li,
    .subfooter-links li {
        display: inline
    }

    .col-normal-left {
        position: relative;
        margin-right: 0px;
    }

    .col-normal-right {
        position: relative;
        margin-left: 0px;
    }

    .contact-us-left-side {
        min-height: 300px;
    }

    .subfooter-links {
        margin-top: 20px !important;
    }

        .subfooter-links li {
            display: inline;
        }

    .footer-top {
        text-align: center;
    }

    .enq-title {
        padding-right: 0px;
    }

    .aboutus-our-team h2 {
        font-size: 19px;
    }

    .aboutus-our-team h3,
    .aboutus-our-passionate h3 {
        font-size: 20px;
    }

    .section-about-us-content {
        padding: 262px 30px 9px 30px;
    }

        .section-about-us-content::before {
            background: red;
        }

    .section-industries-content {
        padding: 200px 30px 50px 30px;
    }

    .testimonial-full-screen-video .content {
        margin-top: -33%;
    }

    .account-tabs .tab-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 20px;
    }

    .account-tabs .nav {
        display: block;
        border-bottom: none !important;
    }

    .account-tabs .nav-link {
        text-align: left !important;
        font-size: 22px;
        padding: 0px;
        border-right: 0px;
    }

        .account-tabs .nav-link i {
            display: inline !important;
        }

        .account-tabs .nav-link span {
            display: inline-block;
        }

        .account-tabs .nav-link .active i {
            font-weight: bold;
        }

    .account-tabs li.nav-item {
        border-bottom: 1px #ccc solid;
        border-right: 0px #ccc solid;
    }

    .home-three-left {
        padding: 10px 10px;
    }

    .home-three-right {
        padding: 10px 10px;
    }

    .order-common-1 {
        order: 2;
    }

    .order-common-2 {
        order: 1;
    }

    .home-three h3 {
        font-size: 20px;
    }

    .home-three h3,
    .home-three p,
    .home-three button {
        text-align: center;
        width: 100%;
    }

    .home_circle_line {
        background: var(--catamac-base-color);
        width: 18px;
        min-height: 43px;
        position: absolute;
        left: 48%;
        bottom: -18px;
    }

    .orderconfirm {
        padding: 100px 0px;
    }

    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -28px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -28px;
    }

    .contact-us-right-side {
        padding: 30px;
    }

    .contact-us-left-side {
        padding: 30px;
    }

    .container-fluid {
        width: 100%;
    }

    .carousel-thumbnails .carousel-indicators > li {
        position: absolute;
        right: -36px;
        top: -22em;
    }

    .slider-content h2 {
        font-size: 22px;
        font-weight: bold;
    }

    .carousel-thumbnails .carousel-indicators > li > img {
        width: 220px;
    }

    #productDetails .nav-item {
        width: 100%;
    }

        #productDetails .nav-item a {
            border: 1px #dee2e6 solid !important
        }
}

.orderform-search-clear-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: gray;
}

@media (min-width: 370px) {
    .logo {
        width: 200px;
    }
}

@media (min-width: 768px) {

    .col-normal-left {
        position: relative;
        margin-right: 0px;
    }

    .col-normal-right {
        position: relative;
        margin-left: 0px;
    }

    .contact-us-left-side {
        min-height: 300px;
    }

    .testimonial-full-screen-video .content {
        margin-top: -30%;
    }

    .shopping-cart-count {
        right: 47%;
        top: 3px;
    }

    .home_circle_line {
        background: var(--catamac-base-color);
        width: 36px;
        min-height: 15px;
        position: absolute;
        right: -30px;
        top: 47%;
        bottom: auto;
        left: auto;
    }

    .container-fluid {
        width: 100%;
    }

    .carousel-thumbnails .carousel-indicators > li {
        position: absolute;
        right: -52px;
        top: -18em;
    }

        .carousel-thumbnails .carousel-indicators > li > img {
            width: 250px;
        }

    .section-about-us-content {
        padding: 190px 30px 9px 30px;
    }

    .section-about-us-one {
        background-image: url("../images/aboutus1.jpg");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-about-us-two {
        background-image: url("../images/aboutus2.jpg");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .section-industries-Mining {
        background-image: url("../images/industries/mining1.jpg");
        background-size: cover;
        background-position: center;
    }

    .section-industries-Agriculture {
        background-image: url("../images/industries/agriculture1.jpg");
        background-size: cover;
        background-position: center;
    }

    .section-industries-Civil {
        background-image: url("../images/industries/civil1.jpg");
        background-size: cover;
        background-position: center;
    }

    .section-industries-Transport {
        background-image: url("../images/industries/civil1.jpg");
        background-size: cover;
        background-position: center;
    }

    .section-industries-Cranes {
        background-image: url("../images/industries/crane1.jpg");
        background-size: cover;
        background-position: center 90%;
    }

    .section-industries-Energy {
        background-image: url("../images/industries/oil1.jpg");
        background-size: cover;
        background-position: center;
    }

    .section-industries-Drill {
        background-image: url("../images/industries/drill1.jpg");
        background-size: cover;
        background-position: center 85%;
    }

    #productDetails .nav-item {
        width: auto;
    }
}

@media (min-width: 992px) {
    .nav-tabs a {
        border-right: 1px #dee2e6 solid !important;
    }

    /* The above is countered with a last child, but it doesn't work when we hide/show tabs instead of removing the node completely */
    /* Also there is a rule above with important so we also need it here */
    a.lasttab {
        border: none !important
    }

    #accountmenu {
        margin-left: -66px;
    }

    .contact-hover {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .contact-us-left-side-hover {
        color: #fff;
        background: none;
    }

    .contact-us-right-side-hover {
        color: #fff;
        background: none;
    }

    .contact-hover-hide-mobile {
        display: flex;
    }

    .contact-us-left-side {
        min-height: 580px;
    }

    .contact-us-right-side {
        min-height: 580px;
    }

    .navbar-toggler {
        background: #fff;
    }

    .navbar .nav-item {
        background: #fff;
        display: inline-block !important;
    }

    .col-normal-left {
        position: relative;
        margin-right: 0px;
    }

    .col-normal-right {
        position: relative;
        margin-left: 0px;
    }

    .shopping-cart-count {
        right: 0;
        top: 3px;
    }

    .account-tabs .nav {
        display: flex;
    }

    .account-tabs .nav-link {
        text-align: center !important;
        font-size: 19px;
    }

        .account-tabs .nav-link i {
            display: block !important;
        }

    .mobile_view {
        display: none;
    }

    .desktop_view {
        display: block;
    }

    .order-common-1 {
        order: 1;
    }

    .order-common-2 {
        order: 2;
    }

    .home-one .slider-left .slider-content {
        margin: 125px 89px 154px 101px;
    }

    .home-one .slider-left {
        height: 91%;
    }

    .container-fluid {
        width: 100%;
    }

    .carousel-thumbnails .carousel-indicators > li {
        position: absolute;
        right: -52px;
        top: -130px;
    }

        .carousel-thumbnails .carousel-indicators > li > img {
            width: 230px;
        }

    .order-invoice-svg {
        width: 27px;
        display: block;
        margin: 0 auto;
        margin-bottom: 9px;
    }

    .section-about-us-one {
        background-size: cover;
    }

    .section-about-us-two {
        background-size: cover;
    }

    .aboutus-our-team h2 {
        font-size: 24px;
    }

    .notifications .md-form label {
        font-weight: none;
    }

    .order-invoice-tracking-td {
        width: 350px;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 245px;
    }

    .badges {
        width: 130px;
    }

    .container-fluid {
        width: 1200px;
    }

    .home-three-left {
        padding: 170px 79px;
    }

    .home-three-right {
        padding: 55px 90px;
    }

    .navbar .nav-item {
        display: inline-block !important
    }

    .col-normal-left {
        position: relative;
        margin-right: -15px;
    }

    .col-normal-right {
        position: relative;
        margin-left: -15px;
    }

    .contact-us-left-side {
        min-height: 632px;
        padding: 30px 120px;
    }

    .contact-us-right-side {
        min-height: 632px;
        padding: 30px 120px;
    }

    .subfooter-links,
    .footer-links {
        text-align: center;
    }

    .subfooter-links {
        margin-top: 0px !important;
    }

    .footer-top {
        text-align: right;
    }

    .enq-title {
        padding-right: 51px;
    }

    .section-about-us-content {
        padding: 200px 60px;
    }

    .section-industries-content {
        padding: 150px 0px 90px 0px;
    }

    .testimonial-full-screen-video .content {
        margin-top: -27%;
    }

    .shopping-cart-count {
        right: 5px;
        top: 6px;
    }

    .nav {
        display: flex;
    }

    .account-tabs .nav-item {
        border-right: 1px solid;
    }

    .home-three h3,
    .home-three p,
    .home-three button {
        text-align: left;
        width: 100%;
    }

    .order-common-1 {
        order: 1;
    }

    .order-common-2 {
        order: 2;
    }

    .home_circle_line {
        background: var(--catamac-base-color);
        width: 92px;
        min-height: 15px;
        position: absolute;
        right: -40px;
        top: 47%;
        bottom: auto;
    }

    .home-one .slider-left {
        height: 90%;
    }

        .home-one .slider-left .slider-content {
            margin: 182px 85px 150px 174px;
            margin-right: 12%;
            margin-left: 10%;
        }

    .orderconfirm {
        padding: 200px 0px;
    }

    .mobile_view {
        display: none;
    }

    .desktop_view {
        display: block;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -40px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -40px;
    }

    .carousel-thumbnails .carousel-indicators > li {
        position: absolute;
        right: -125px;
        top: -180px;
    }

        .carousel-thumbnails .carousel-indicators > li > img {
            width: 320px;
        }

    .account-tabs li.nav-item {
        border-bottom: 0px #ccc solid;
        border-right: 0px #ccc solid;
    }
}

.customer-order-admin .imgtooltip {
    margin-left: 85px;
    margin-top: 15px;
    padding: 4px 4px;
    background: #f8f9fa;
    position: absolute;
    float: right;
    display: none;
    z-index: 200;
    cursor: none;
}

.customer-order-admin .quickordertable thead tr th {
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.fleet-table .imgtooltip {
    margin-left: 85px;
    margin-top: 15px;
    padding: 4px 4px;
    background: #f8f9fa;
    position: absolute;
    float: right;
    display: none;
    z-index: 200;
    cursor: none;
}

.ui-autocomplete {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    color: #707070;
    padding: 0;
    background: #fff;
    font-size: 14px;
    font-family: "Proxima Nova";
    z-index: 9999999;
}

    .ui-autocomplete .ui-menu-item {
        list-style-type: none;
        background-color: #fff;
        padding: 12px;
    }

.customer-order-admin .quickordertable td {
    vertical-align: middle;
}

.table-responsive {
    overflow-x: inherit !important;
}

.modal {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll !important;
}


.onboarding .commitment-banner {
    color: #fff;
    max-height: 200px;
    text-align: center;
    padding: 6%;
    display: table-cell;
    position: relative;
    height: 200px;
    width: 4000px;
    vertical-align: middle;
}

    .onboarding .commitment-banner h1 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .onboarding .commitment-banner span {
        max-width: 600px;
        display: block;
        margin: 0 auto;
        font-style: italic;
        font-weight: 200;
        font-size: 16px;
        white-space: pre-line;
    }

/*Survey*/
.survey {
    background: url(/skins/Skin_1/images/contactus_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    min-height: 500px;
}

    .survey .row {
        background: rgba(39,62,84,0.82);
        overflow: hidden;
        z-index: 2;
        min-height: 550px;
    }

    .survey .col-md-12 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .survey .container {
        background: white;
        margin-top: 10px;
        padding: 20px 0 0 0;
        border-radius: 4px;
    }

    .survey .question-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px 40px;
    }

    .survey .progress-info {
        background-color: rgba(0, 0, 0, .3);
        color: #fff;
        display: inline-block;
        padding: 12px 50px;
        margin: 20px;
        border-radius: 4px;
    }

    .survey .survey-header {
        color: white;
        font-weight: bold;
        font-size: 3rem;
    }

.question-item .rating-question-btn-group {
    margin-top: 20px;
}

.rating-question-btn-group .survey-btn {
    padding: 10px 15px;
    margin: 9px 12px;
    font-size: 1.2rem;
    font-weight: 400;
    width: 30px;
    cursor: pointer !important;
}

    .rating-question-btn-group .survey-btn.selected {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }


.question-item .rating-question-btn-group:before {
    position: absolute;
    content: "Not at all likely";
    top: -20px;
    left: 20px;
}

.question-item .rating-question-btn-group:after {
    position: absolute;
    content: "Extremely likely";
    top: -20px;
    right: 20px;
}

.question-item .question-text {
    width: 100%;
    align-self: flex-start;
    color: var(--catamac-base-color);
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.question-item textarea {
    width: 100%;
    height: 120px;
    padding: 20px;
}

.question-item .thank-you-text {
    color: var(--catamac-base-color);
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin: 40px 0px;
}

.nav-control {
    background-color: #9dc83b;
    display: flex;
    color: white;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 10px;
    height: 50px;
    align-items: center;
    border-radius: 0 0 4px 4px;
}

    .nav-control .control-btn {
        font-size: 1.1rem;
        color: rgba(0,0,0);
        width: 50%;
        cursor: pointer !important;
    }

        .nav-control .control-btn:hover {
            color: rgba(255, 255, 255, 1);
            font-weight: 500;
        }

    .nav-control .prev-btn {
        text-align: left;
        padding: 20px;
    }

    .nav-control .next-btn,
    .nav-control .submit-btn {
        text-align: right;
        padding: 20px;
    }


    .nav-control .submit-btn {
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
    }

        .nav-control .submit-btn:hover {
            font-size: 1.2rem;
        }

.prev-btn i.fas.fa-arrow-left {
    margin-right: 20px;
}

.next-btn i.fas.fa-arrow-right {
    margin-left: 20px;
}

.submit-btn i.fa-paper-plane {
    margin-left: 20px;
}

.multi-choice-question .choice {
    display: flex;
    width: 280px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
}


    .multi-choice-question .choice input[type="checkbox"] {
        margin: -2px 10px 0px 0px !important;
    }

.hide {
    display: none !important;
}

.survey-warning-modal .modal-content {
    width: auto !important;
    min-width: 200px
}

.survey-warning-modal {
    top: 25%;
}

@media only screen and (max-width: 768px) {
    .survey .question-item {
        font-size: 0.8rem;
    }

    .question-item .question-text {
        font-size: 1rem;
    }

    .rating-question-btn-group .survey-btn {
        padding: 0;
        font-size: 1rem;
    }

    .survey .survey-header {
        color: white;
        font-weight: bold;
        font-size: 2.5rem;
    }

}

@media only screen and (max-width: 575px) {
    .survey .container {
        border-radius: 2px;
    }

    .survey .question-item {
        padding: 5px 10px;
    }

    .survey .survey-header {
        color: white;
        font-weight: bold;
        font-size: 1.6rem;
    }
}


.error-box {
    background: red;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.edit-features-hidden .edit-feature {
    display: none;
}

strong {
    font-weight: bold !important;
}

.badge-custom-lightgrey {
    color: #fff;
    background-color: #D3D3D3;
}

/* Hide child menus by default */
.dropdown-menu .dropdown-menu {
    display: none;
}

/* Show child menu when parent is selected (or hovered) */
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Alternatively, show it conditionally based on class `show` */
.show > .dropdown-menu {
    display: block;
}

/* Basic dropdown container styling */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Ensure that the submenu is hidden by default */
.dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%; /* To position it to the right of the parent menu item */
    top: 0;
}

/* Show the submenu when the parent menu item is hovered */
.dropdown-item:hover > .dropdown-submenu {
    display: block;
}

.child-item {
    padding-left: 10px;
}


.sortable {
    cursor: pointer;
}


th span[data-bind="visible: true"] {
    display: inline;
}



.dropdown-submenu1 .dropdown-menu1 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
}
.dropdown-menu1, .dropdown-submenu1 {
    text-align: left;
}

.dropdown-submenu1:hover > .dropdown-menu1 {
    display: block;
}
    .dropdown-submenu1 a,
    .dropdown-submenu1 li {
        font-weight: normal;
        display: block;
        padding-block-start: 0px;
        padding-block-end: 1px;
        min-block-size: 1.2em;
        padding-inline: 2px;
        white-space: nowrap;
        border: none;
        font-size: 16px !important;
    }


/* Style for the submenu (second-level dropdown) */
.dropdown-menu1 {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-left: 5%;
}
    /* Keep the nested dropdowns unaffected */
    .dropdown-menu1 .dropdown-submenu1 > .dropdown-menu1 {
        margin-left: 0 !important; /* Ensure no margin change on child menus */
    }

    .dropdown-menu1 li {
        padding-left: 10px;
        cursor: pointer;
    }
    .dropdown-menu1 a:first-child {
        font-size: 16px !important;
    }


.caret {
    margin-left: 5px;
}

.dropdown .dropdown-toggle {
    min-width: 250px;
    margin-left: 5%;
}

.dropdown-menu1.dropdown-menu {
    min-width: 250px;
    max-width: 350px; 
}
.dropdown-submenu1 {
    position: relative;
}

    .dropdown-submenu1 > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -5px; 
        min-width: 250px; 
    }

.dropdown-menu1 a.full-width-clickable {
    width: 100%;
    padding: 8px 16px;
}

.dropdown-menu1 li:hover {
    background-color: var(--catamac-hover) !important;
}

    .dropdown-menu1 li:hover > a {
        color: white !important;
        text-decoration: none !important;
    }

.dropdown-menu1 li > a {
    color: inherit; 
}

.dropdown-menu1 li:hover > a {
    color: white !important;
    text-decoration: none;
}

.product-specs-download-link {
    background-color: var(--catamac-base-color) !important;
    color: white;
}

.btn-light-catamac {
    color: #6c757d !important;
    background-color: rgba(74, 107, 154, 0.15) !important;
    border: 1px solid transparent !important;
    border-radius: 0.475rem !important;
    padding: 0.5rem 1rem !important;
    font-weight: 500 !important;
    transition: all 0.2s ease-in-out !important;
}

    .btn-light-catamac:hover {
        color: #212529 !important;
        background-color: #dee2e6 !important;
        border-color: #dee2e6 !important;
    }

    .btn-light-catamac:active,
    .btn-light-catamac:focus {
        color: #fff !important;
        background-color: #3b557b !important;
        box-shadow: 0 0 0 0.25rem rgba(74, 107, 154, 0.4) !important;
    }

    .btn-light-catamac svg,
    .btn-light-catamac .svg-icon {
        fill: var(--catamac-light) !important;
        color: var(--catamac-light) !important;
    }

    .btn-light-catamac:hover svg,
    .btn-light-catamac:hover .svg-icon {
        fill: #fff !important;
        color: #fff !important;
    }


.price .total {
    color: var(--catamac-base-color) !important;
}

.accordion-button {
    color: var(--catamac-base-color) !important;
}

    .accordion-button:focus {
        border-color: var(--catamac-light) !important;
        box-shadow: 0 0 0 0.25rem rgba(74, 107, 154, 0.25) !important;
    }


#manage-filter-button svg,
#manage-filter-button .svg-icon,
#manage-filter-button svg path {
    fill: var(--catamac-light) !important;
    color: var(--catamac-light) !important;
}

#manage-filter-button:hover svg,
#manage-filter-button:hover .svg-icon,
#manage-filter-button:hover svg path {
    fill: #fff !important;
    color: #fff !important;
}

.stepper-item .stepper-icon {
    border: 2px solid #e4e6ef !important;
    background-color: #f5f8fa !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.stepper-item .stepper-number {
    color: #7e8299 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.stepper-item .stepper-icon i.fa-circle {
    color: #7e8299 !important;
}

.stepper-item .stepper-title {
    color: #7e8299 !important;
    transition: color 0.3s ease !important;
}

.stepper-item.current .stepper-icon {
    background-color: rgba(74, 107, 154, 0.15) !important;
    border: 2px solid var(--catamac-base-color) !important;
}

.stepper-item.current .stepper-number {
    color: var(--catamac-base-color) !important;
    font-weight: bold !important;
}

.stepper-item.current .stepper-icon i,
.stepper-item.current .stepper-check {
    color: var(--catamac-base-color) !important;
}

.stepper-item.current .stepper-title {
    color: var(--catamac-base-color) !important;
    font-weight: bold !important;
}

.stepper-item.completed .stepper-icon {
    background-color: #fff;
    border: 2px solid var(--catamac-base-color) !important;
}

.stepper-item.completed .stepper-number {
    color: #fff !important;
    font-weight: bold !important;
}

.stepper-item.completed .stepper-title {
    color: var(--catamac-base-color) !important;
    font-weight: 600 !important;
}

.stepper-item.completed .stepper-line {
    background-color: var(--catamac-base-color) !important;
}

.stepper-item[data-kt-stepper-action="step"]:hover .stepper-icon {
    border-color: var(--catamac-hover) !important;
    background-color: rgba(74, 107, 154, 0.25) !important;
}

.stepper-item[data-kt-stepper-action="step"]:hover .stepper-number {
    color: var(--catamac-hover) !important;
    font-weight: bold !important;
}

.stepper-item[data-kt-stepper-action="step"]:hover .stepper-icon i {
    color: var(--catamac-hover) !important;
}

.stepper-item[data-kt-stepper-action="step"]:hover .stepper-title {
    color: var(--catamac-hover) !important;
}

.stepper-item[data-step="identify"].current .stepper-number,
.stepper-item[data-step="assignDetails"].current .stepper-number,
.stepper-item[data-step="assignParts"].current .stepper-number,
.stepper-item[data-step="copyPartsList"].current .stepper-number,
.stepper-item[data-step="confirm"].current .stepper-number {
    color: var(--catamac-base-color) !important;
}

.stepper-item[data-step="identify"].current .stepper-icon,
.stepper-item[data-step="assignDetails"].current .stepper-icon,
.stepper-item[data-step="assignParts"].current .stepper-icon,
.stepper-item[data-step="copyPartsList"].current .stepper-icon,
.stepper-item[data-step="confirm"].current .stepper-icon {
    background-color: rgba(74, 107, 154, 0.15) !important;
    border: 2px solid var(--catamac-base-color) !important;
}

.stepper-item .stepper-icon span.stepper-number {
    color: #7e8299 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.stepper-item.current .stepper-icon span.stepper-number {
    color: var(--catamac-base-color) !important;
}

.stepper-item.completed .stepper-icon span.stepper-number {
    color: #fff !important;
}

.stepper-item[data-kt-stepper-action="step"]:hover .stepper-icon span.stepper-number {
    color: var(--catamac-hover) !important;
}

.stepper .stepper-item.current .stepper-icon .stepper-number,
.stepper .stepper-item.current .stepper-number {
    color: var(--catamac-base-color) !important;
}

.stepper .stepper-item.completed .stepper-icon .stepper-number,
.stepper .stepper-item.completed .stepper-number {
    color: #fff !important;
}

.stepper .stepper-item:hover .stepper-icon .stepper-number {
    color: var(--catamac-hover) !important;
}

.pagination .page-item.active .page-link:hover{
    background-color: var(--catamac-base-color) !important;
}

.pagination .page-item.active .page-link {
    background-color: var(--catamac-base-color) !important;
}




