/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
/*@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Helvetica+Neue:wght@400;600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

/* JD Sans Pro Fonts */
@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-CondBold.ttf') format('truetype');
    font-weight: 700;
    font-stretch: condensed;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-CondBook.ttf') format('truetype');
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-CondSemibold.ttf') format('truetype');
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('/css/fonts/JDSansPro-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'DK Bygone';
    src: url('/css/fonts/DKBygone.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bhineka';
    src: url('/css/fonts/Bhineka.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/* Icons */


/* Variables */
:root {
    /* Colors */
    --primary: #367C2B;
    --secondary: #FFDE00;
    --tertiary: #318D38;
    --grey: #D3D3D3;
    --darkgrey: #1E1E1E;
    --lightgrey: #8f8f8f;
    --black: #121212;
    --dark: #353535;
    --white: #FFFFFF;
    --light: #FFF;
    /*--stihl: #E35205;
    --honda: #DA251D;
    --ego: #50B948;*/


    /* Fonts */
    --regular-font: 'JD Sans', sans-serif;
    --heading-font: 'Montserrat', sans-serif;
    /*--deere-font: 'JD Sans', sans-serif;*/
    /*--heading-font: 'Helvetica', sans-serif;*/
    /*--custom-font: 'Bebas Neue', sans-serif;*/
    --custom-font: 'DK Bygone', sans-serif;
    --custom-font-2: 'Bhineka', sans-serif;

}

/* Typography */
*::selection {
    color: var(--dark);
    background-color: var(--secondary);
}

body {
    margin: 0;
    background: var(--light);
    color: var(--dark);
    font-family: var(--regular-font);
    font-size: 100%;
    line-height: 1.6;
    font-weight: 300;
}

a,
p,
td,
li,
label,
input,
textarea,
select {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fs-1,
.fs-2,
.fs-3,
.fs-4,
.fs-5,
.fs-6 {
    font-family: var(--heading-font);
    line-height: 1.4;
}

h1 {
    font-size: 2.36rem;
    margin: 0.4rem 0;
}

h2 {
    font-size: 2.0rem;
    margin: 0.6rem 0;
}

h3 {
    font-size: 1.73rem;
    margin: 0.7rem 0;
}

h4 {
    font-size: 1.6rem;
    margin: 0.8rem 0;
}

h5 {
    font-size: 1.48rem;
    margin: 0.8rem 0;
}

h6 {
    font-size: 1.3rem;
    margin: 0.8rem 0;
}

p {
    margin: 0 0 1rem;
}

@media all and (max-width: 1024px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.73rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.48rem;
    }

    h5 {
        font-size: 1.3rem;
    }

    h6 {
        font-size: 1rem;
    }

    p {
        font-size: 1.1rem;
    }
}

/* Colors */
.primary-color {
    color: var(--primary);
}

.secondary-color {
    color: var(--secondary);
}

.regular-color {
    color: var(--black);
}

.dark-color {
    color: var(--dark);
}

.light-color {
    color: var(--light);
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-tertiary {
    color: var(--tertiary)
}

.text-dark {
    color: var(--dark) !important;
}

.text-grey {
    color: var(--grey) !important;
}

.text-black {
    color: var(--black) !important;
}

.text-darkgrey {
    color: var(--darkgrey);
}

/*.text-stihl { color: var(--stihl); }
.text-honda { color: var(--honda); }
.text-ego { color: var(--ego); }*/


/* Default Elements */
a {
    color: var(--dark);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

hr {
    background: none;
    background-color: transparent;
    border: none;
    border-top: var(--dark) 1px solid;
    margin: 30px 0 25px;
    padding: 5px;
}

img {
    max-width: 100%;
}

figure {
    margin: 0
}

table td {
    padding: 12px;
}

pre {
    font-family: courier, monospace;
    font-size: 1rem;
    white-space: pre-wrap;
    line-height: 1.4;
    padding: 15px;
    background: rgba(0, 0, 0, 0.03);
}

blockquote {
    margin: 16px 40px;
}

b,
strong {
    font-weight: 600;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}


/* Default Buttons */
.btn {
    padding: 5px 25px;
    font-size: 1rem;
    /*font-weight: 400;*/
    line-height: 1.5;
    border-radius: 8px;
    -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    white-space: normal !important;
    text-align: center;
}

.btn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    cursor: pointer;
}

.btn-sm {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.btn-sm:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    cursor: pointer;
}

.btn-regular {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--light) !important;
}

.btn-regular:hover {
    background-color: color-mix(in srgb, var(--primary), black 20%);
    border-color: color-mix(in srgb, var(--primary), black 20%);
}

.btn-alternative {
    color: var(--black);
    background-color: var(--secondary);
    border: 2px solid var(--secondary) !important;
}

.btn-alternative:hover {
    color: var(--secondary);
    background-color: var(--black);
    border: 2px solid var(--black) !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--light) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: color-mix(in srgb, var(--primary), black 20%);
    border-color: color-mix(in srgb, var(--primary), black 20%);
}

.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--black);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: color-mix(in srgb, var(--secondary), black 20%);
    border-color: color-mix(in srgb, var(--secondary), black 20%);
    color: var(--black);
}

.btn-success {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--light) !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: color-mix(in srgb, var(--primary), black 20%);
    border-color: color-mix(in srgb, var(--primary), black 20%);
}

.btn-warning {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--black);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: color-mix(in srgb, var(--secondary), black 20%);
    border-color: color-mix(in srgb, var(--secondary), black 20%);
}

/*.btn-tertiary {
    background-color: var(--tertiary);
    border-color: var(--tertiary);
    color: var(--white);
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
    background-color: color-mix(in srgb, var(--tertiary), black 20%);
    border-color: color-mix(in srgb, var(--tertiary), black 20%);
    color: var(--white);
}*/
.btn-tertiary {
    background-color: var(--tertiary);
    color: #fff;
    border: none;
    /*padding: 0.75rem 1.5rem;*/
    font-weight: 600;
    max-width: 275px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
}

/* Hover */
.btn-tertiary:hover {
    background-color: var(--tertiary-hover, var(--tertiary));
    filter: brightness(1.1);
    color: #fff;
}

/* Add the arrow automatically */
.btn-tertiary::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f101";
    /* fa-angle-double-right */
    color: var(--secondary);
    font-size: 1.1rem;
}

.btn-dark {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--light);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: color-mix(in srgb, var(--dark), white 20%);
    border-color: color-mix(in srgb, var(--dark), white 20%);
}

.btn-light {
    background-color: var(--light);
    border-color: var(--light);
    color: var(--dark);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    background-color: color-mix(in srgb, var(--light), black 10%);
    border-color: color-mix(in srgb, var(--light), black 10%);
}

.btn-grey {
    background-color: var(--grey);
    border-color: var(--grey);
    color: var(--dark);
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
    background-color: color-mix(in srgb, var(--grey), black 10%);
    border-color: color-mix(in srgb, var(--grey), black 10%);
}

/*.btn-stihl {
    background-color: var(--stihl);
    border-color: var(--stihl);
    color: var(--light);
}
.btn-stihl:hover {
    background-color: color-mix(in srgb, var(--stihl), black 20%);
    border-color: color-mix(in srgb, var(--stihl), black 20%);
}

.btn-honda {
    background-color: var(--honda);
    border-color: var(--honda);
    color: var(--light);
}
.btn-honda:hover {
    background-color: color-mix(in srgb, var(--honda), black 20%);
    border-color: color-mix(in srgb, var(--honda), black 20%);
}

.btn-ego {
    background-color: var(--ego);
    border-color: var(--ego);
    color: var(--light);
}
.btn-ego:hover {
    background-color: color-mix(in srgb, var(--ego), black 20%);
    border-color: color-mix(in srgb, var(--ego), black 20%);
}*/

/* Default Heading Section */

/* Default Sub-Heading Section */

/* Default Img/Text Section */
.imgtxt-section-image {
    width: 100%;
}

.imgtxt-section-overtitle {
    margin: 0;
    font-size: .8rem;
    color: var(--dark);
}

.imgtxt-section-title {
    margin-top: 0;
}

.imgtxt-section-content {}

/* Default Offer Section */
.offer-container {}

.offer-image {}

.offer-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--primary);
}

.offer-subtitle {
    font-weight: 600;
}

.offer-list {
    margin: 0;
}

.offer-list>li {}

.offer-price {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.offer-price-sup {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.offer-price-desc {
    text-align: center;
}

/* Default Cards */
.standard-card {
    border: 1px solid var(--dark);
    background: transparent;
}

.card-img-top {
    border-radius: 0;
}

.standard-card-body {
    background: transparent;
}

.standard-card-title {
    font-size: 1.8rem;
    line-height: 1.5;
}

/* Default Background Section */
.primary-background {
    background-color: var(--primary);
}

.secondary-background {
    background-color: var(--secondary);
}

.regular-background {
    background-color: var(--black);
}

.dark-background {
    background-color: var(--dark);
}

.light-background {
    background-color: var(--light);
}

.grey-background {
    background-color: var(--grey);
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-tertiary {
    background-color: var(--tertiary);
}

.bg-darkgrey {
    background-color: var(--darkgrey);
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-grey {
    background-color: var(--grey) !important;
}

.bg-black {
    background-color: var(--black) !important;
}

/*.bg-stihl { background-color: var(--stihl); }
.bg-honda { background-color: var(--honda); }
.bg-ego { background-color: var(--ego); }*/
*:has(> .custom-container) {
    background: var(--dark);
    color: var(--light) !important;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.custom-container h1,
.custom-container h2,
.custom-container h3,
.custom-container h4,
.custom-container h5,
.custom-container h6 {
    color: var(--dark) !important;
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .custom-container {
        max-width: 1320px;
    }
}

/* Default Form Styling */
.form-label {
    font-size: 1.1rem;
    font-weight: bold;
    color: #616161;
}

.form-control,
.form-select {
    border-color: none;
    border-radius: 0;
    background-color: #E6E7E9;
}

.jumbotron .form-control,
.jumbotron .form-select {
    background-color: var(--white);
}

.form-control:focus,
.form-select:focus,
.form-control-lg:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .25rem var(--primary);
}

.form-control-lg {
    background-color: #e8e8e8 !important;
    color: #292929;
    border: 1px solid #ced4da !important;
    border-radius: 0;
}

.bg-grey .form-control,
.bg-grey .form-select {
    background-color: #FFF;
}

.bg-grey .form-control-lg {
    background-color: #FFFF !important;
    color: #292929;
    border: 1px solid #ced4da !important;
    border-radius: 0;
}

/* Site Search */
/* .site-search input,
.site-search .form-control:focus {
    background-color: var(--dark);
    color: var(--light);
}

.site-search input .form-control:focus {
    border: none;
    box-shadow: none;
}

#siteSearch {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

#siteSearch.show {
    opacity: 1;
    max-height: 200px;
} */
 .inline-search-wrap {
      display: flex;
      align-items: center;
      overflow: hidden;
      max-width: 0;
      opacity: 0;
      transition: max-width 0.3s ease, opacity 0.25s ease;
    }

    .inline-search-wrap.show {
      max-width: 260px;
      opacity: 1;
    }

    .inline-search-wrap .home-search-bar {
      background-color: #f3f3f3;
      border: 1.5px solid #c0c0c0;
      border-radius: 4px;
      color: #222;
      width: 220px;
      padding: 5px 10px;
      font-size: 0.9rem;
      box-shadow: none;
      outline: none;
    }

    .inline-search-wrap .home-search-bar:focus {
      border-color: #185733;
    }

    

    #searchToggleMobile,
    #searchToggleDesktop {
      cursor: pointer;
    }

/* Used EQ Side Tab RIGHT SIDE */
#slideMenu {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background-color: var(--darkgrey);
    padding-top: 60px;
    overflow-x: hidden;
    transition: right 0.3s ease;
    z-index: 10000;
}

#slideMenu.open {
    right: 0;
}

.right-tab {
    position: fixed;
    bottom: 40%;
    right: 15px;
    height: 50px;
    color: var(--dark);
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.2s ease;
    transform: translateY(50%);
    -webkit-transform: translateY(50%) translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.right-tab span {
    display: inline-block;
    transform-origin: right center;
    transform: rotate(90deg);
    font-size: 16px;
    white-space: nowrap;
    background: var(--secondary);
    color: var(--dark);
    padding: 14px;
    font-weight: bold;
    border-radius: 0;
    font-family: var(--heading-font);
}

.right-tab.open {
    transform: translate(-350px, 50%);
    opacity: 0;
    pointer-events: none;
}

@media (hover: none) and (pointer: coarse) {
    .right-tab span {
        transform: none !important;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
    }
}

@media (max-width: 767.98px) {
    .right-tab {
        display: none !important;
    }
}

@media (max-width: 460px) {
    #slideMenu {
        width: 85vw;
        right: -85vw;
    }

    .right-tab.open {
        transform: translate(-85vw, 50%);
    }
}


@media (max-width: 360px) {
    .right-tab span {
        font-size: 12px;
        padding: 8px;
    }
}



/*Location Search Map*/
@media (max-width: 992px) {
    .location-map {
        height: 400px !important;
    }
}

/*Pagination*/
.page-link {
    color: var(--primary);
}

.page-link:hover {
    color: var(--primary);
}

.page-item.active .page-link {
    background-color: var(--primary);
    color: var(--light);
    border-color: var(--primary);
}

/* Navigation */
.sticky-top {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1030;
}

.container-top {
    max-width: 1980px;
    width: 100%;
    margin: 0 auto;
}

.brand-logo {
    width: 360px !important;
}

@media (max-width: 1300px) {
    .brand-logo {
        width: 300px !important;
    }
}

@media (max-width: 1200px) {
    .brand-logo {
        width: 250px !important;
    }
}

@media (max-width: 1100px) {
    .brand-logo {
        width: 160px !important;
    }
}

@media (max-width: 500px) {
    .brand-logo {
        width: 180px !important;
    }
}

/* Site Search */
.home-search-bar {
    border-radius: 0;
}

/* Tabs */
.nav-tabs .nav-link {
    color: var(--dark);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--white);
    font-weight: bold;
    background-color: var(--primary);
}

/* Slick Slider */
.slick-dots li.slick-active button:before {
    color: var(--primary);
    font-size: 18px;
}

.slick-dots li button:before {
    font-size: 10px;
    padding-top: 12px;
}

.used-featured .slick-dots {
    bottom: -50px !important;
}

.used-featured .slick-dots li button:before,
.caffeine-slider .slick-dots li button:before {
    opacity: 1;
}

.used-featured .slick-dots li.slick-active button:before,
.caffeine-slider .slick-dots li.slick-active button:before {
    color: var(--primary);
}

/* .your-class .slick-prev,
.your-class .slick-next {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    z-index: 2;
    transition: background 0.2s ease;
} */

/* Accordion */
.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: var(--primary);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .25rem var(--tertiary);
}

/* From header.php */
.form-process{
    position: relative;
}
btn{
    border-radius: 5px;
}

.slick-next{
    right: 20px;
}
.slick-prev{
    left: 20px;
    z-index: 5;
}
.slick-prev:before{
    color: #dadada;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "104";
    font-size: 3rem;
}
.slick-next:before{
    color: #dadada;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "105";
    font-size: 3rem;
}
/*USED EQUIPMENT STYLES*/
.checknon-active{
    color: #2cf12c;
}
.locbutt{
    background: #c7c7c7;
    margin: 3px;
}
.locbutt-active{
    background: #fff;
    border:solid thin #c7c7c7;
    margin: 3px;
}
.eqtypset{
    cursor: pointer;
}
.catbox {
    position: absolute;
    max-height: 500px;
    top: 78px;
}
.manbox{
    position: absolute;
    max-height: 500px;
    top:78px;
}
.frmcover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}
.frmcover span{
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -7%;
    font-weight: bold;
    padding: 10px;
    opacity: 1;
    text-shadow: 1px 1px 3px #333;
    font-style: italic;
    color: #000;
}
.stellarsub{
    padding: 5px;
    background: #ffe711;
    text-align: right;
}
.stellarsub ul{
    margin: 0;
}
.stellarsub ul li{
    list-style: none;
    display: inline-block;
    margin: 5px;
}
.stellarsub ul li a{
    text-decoration: none;
}

.sidenav{
    margin: 0;
    padding: 0;
}

.sidenav li{
    list-style:none;
}

.sidenav li a{
    list-style:none;
    display:block;
    background:#efefef;
    margin:3px;
    padding:5px;
    color:#333;
    font-weight:bold;
    text-decoration: none
}
/* Mobile breadcrumb fix */
@media (max-width:768px) {

    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 6px;
        padding-bottom: 6px;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-item {
        font-size: 14px;
        flex: 0 0 auto;
    }

    /* Hide deep levels */
    .breadcrumb-item:not(:nth-last-child(-n+2)) {
        display: none;
    }

    /* Add back arrow */
    .breadcrumb::before {
        content: "←";
        color: #367C2B;
        margin-right: 6px;
        font-weight: 600;
    }

    /* Deere colors */
    .breadcrumb a {
        color: #367C2B !important;
    }

    .breadcrumb-item:last-child {
        color: #1F5F1A !important;
        font-weight: 600;
    }

}