:root {
    --bs-blue: #325d88;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #d9534f;
    --bs-orange: #f47c3c;
    --bs-yellow: #ffc107;
    --bs-green: #93c54b;
    --bs-teal: #20c997;
    --bs-cyan: #29abe0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #8e8c84;
    --bs-gray-dark: #3e3f3a;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #f8f5f0;
    --bs-gray-300: #dfd7ca;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #98978b;
    --bs-gray-600: #8e8c84;
    --bs-gray-700: #495057;
    --bs-gray-800: #3e3f3a;
    --bs-gray-900: #212529;
    --bs-primary: #325d88;
    --bs-secondary: #8e8c84;
    --bs-success: #93c54b;
    --bs-info: #29abe0;
    --bs-warning: #f47c3c;
    --bs-danger: #d9534f;
    --bs-light: #f8f5f0;
    --bs-dark: #3e3f3a;
    --bs-primary-rgb: 50, 93, 136;
    --bs-secondary-rgb: 142, 140, 132;
    --bs-success-rgb: 147, 197, 75;
    --bs-info-rgb: 41, 171, 224;
    --bs-warning-rgb: 244, 124, 60;
    --bs-danger-rgb: 217, 83, 79;
    --bs-light-rgb: 248, 245, 240;
    --bs-dark-rgb: 62, 63, 58;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 62, 63, 58;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dfd7ca;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #325d88;
    --bs-link-color-rgb: 50, 93, 136;
    --bs-link-hover-color: #284a6d;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fff3cd;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #325d88;
    --bs-btn-border-color: #325d88;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b4f74;
    --bs-btn-hover-border-color: #284a6d;
    --bs-btn-focus-shadow-rgb: 81, 117, 154;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #284a6d;
    --bs-btn-active-border-color: #264666;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #325d88;
    --bs-btn-disabled-border-color: #325d88;
}

a, input, select, textarea, button {
    box-shadow: none !important;
    text-decoration: none !important;
}

.navbar-nav .nav-link.active {
    color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary) !important;
}

.title {
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
}

.sub-title {
    letter-spacing: 0.245em;
    margin-bottom: 20px;
    font-size: 1.125rem;
}

.form-floating input, .form-floating select {
/*    border-radius: 0;
    border-width: 0;*/
}

#searchPanel {
/*    max-width: 20rem;*/
}

#searchForm .form-control:focus {
    border-color: #d9534f;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.navbar-brand > .logo {
    max-height: 2.5rem;
    margin: 0.5rem;
}

#topCanvasBody .navbar-nav > li > a.nav-link {
    padding: 1.25rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    border-width: 0 0 0 1px;
}

.text-max-width {
    max-width: 250px !important;
}
main {
    padding: 5rem 1rem 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.hero {
    background: url(/images/hero.webp) no-repeat center right;
    background-size: contain;
}


h1.head, h2.head {
    font-size: 3.25rem;
    font-weight: 700;
    color: #000;
}

.trending-box {
    background-color: #F0F0F0;
    color: #747474;
    margin-bottom: 25px;
    padding: 8px 25px 8px 8px;
    font-size: 16px;
    font-weight: 500;
}

#homeSearch {
    max-width: 60rem;
}
.media-box {
    overflow: hidden;
}

.breadcrumb {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding-top: 0.5rem;
}

.color {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    text-align: center;
    font-size: small;
    line-height: 1rem;
}

.media-box img {
    transition: 0.5s all ease-in-out;
}

.media-box:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
}

.badge.price {
    position: absolute;
    top: -1.25rem;
    right: 0.5rem;
}

.flip {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    float: none;
}

#searchToggle {
    z-index: 999;
}

#loadInfo {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}

        /* carousel*/
.indicator-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}
.indicator {
    opacity: 0.5;
    width: 100%;
    max-width: 7rem;
    max-height: 7rem;
}
.indicator.active, .indicator:hover {
    opacity: 1;
}

.invalid-feedback {
    margin-top: 0;
    padding-left: 0.5rem;
}

.carousel-item.active {
    cursor: default;
}

.singleColumn {
    max-width: 20rem !important;
}

#container {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-credits {
    display: none !important;
}
