/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #595959;
    --bs-gray-dark: #3a2921;
    --bs-gray-100: #f2f1f1;
    --bs-gray-200: #e8e7e8;
    --bs-gray-300: #a6a6a6;
    --bs-gray-400: #979a9d;
    --bs-gray-500: rgb(130, 148, 165);
    --bs-gray-600: #595959;
    --bs-gray-700: #404040;
    --bs-gray-800: #3a2921;
    --bs-gray-900: #170f18;
    --bs-primary: var(--backcol);
    --bs-secondary: #e8e7e8;
    --bs-success: #26a65b;
    --bs-info: #00acc1;
    --bs-warning: #f9690e;
    --bs-danger: #ff0000;
    --bs-light: #f2f1f1;
    --bs-dark: #3a2921;
    --bs-primary-rgb: 227,240,238;
    --bs-secondary-rgb: 232,231,232;
    --bs-success-rgb: 38,166,91;
    --bs-info-rgb: 0,172,193;
    --bs-warning-rgb: 249,105,14;
    --bs-danger-rgb: 255,0,0;
    --bs-light-rgb: 242,241,241;
    --bs-dark-rgb: 0,0,0;
    --bs-white-rgb: 255,255,255;
    --bs-#3a2921-rgb: 14,14,14;
    --bs-body-rgb: 255,255,255;
    --bs-font-sans-serif: 'Inter', sans-serif;
    --bs-font-monospace: 'Inter', sans-serif;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: 'Inter', sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #3a2921;
    --bs-body-bg: #ffffff;
    --backcol: #3a2921;
}



.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.square-spinner {
    width: 3rem;
    height: 3rem;
    border: 0.5rem solid #3a2921; /* Set solid border color here */
    border-radius: 0;
    animation: buildSquare 1s linear infinite;
}

@keyframes buildSquare {
    0%, 100% {
        border-color: #3a2921;
    }

    12.5% {
        border-top-color: #3a2921;
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    25% {
        border-top-color: #3a2921;
        border-right-color: #3a2921;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    37.5% {
        border-top-color: #3a2921;
        border-right-color: #3a2921;
        border-left-color: transparent;
        border-bottom-color: #3a2921;
    }

    50% {
        border-top-color: #3a2921;
        border-right-color: #3a2921;
        border-left-color: #3a2921;
        border-bottom-color: #3a2921;
    }

    62.5% {
        border-top-color: #3a2921;
        border-right-color: #3a2921;
        border-left-color: #3a2921;
        border-bottom-color: #3a2921;
    }
}




.navbar.navbar-light

*, ::after, ::before {
    box-sizing: border-box
}

.dropdown-item {
    line-height: 1 !important; /* Adjust the value as needed */
    letter-spacing: 0 !important;
    font-size: 90% !important;
}

@media (max-width: 480px) { /* Adjust the breakpoint as needed */
    .logoNew {
        max-width: 180px !important;
        width: 100%;
        height: auto;
    }
}

.colSample {
    padding: 0;
}

.imgSample {
    width: 100%;
    height: auto;
}

.align-middleSample {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (prefers-reduced-motion:no-preference) {
    : root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #f9f6f2;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(14,14,14,0)
}

.bodyLayout {
    padding-top: 115px !important;
}
@media only screen and (max-width: 768px) {
    .bodyLayout {
        padding-top: 125px !important;
    }
}


.search-input {
    height: 40px; /* Set the height of the text box */
    font-size: 80% !important; /* Set the font size to 70% of the default */
    vertical-align: middle; /* Align text vertically in the middle */
    margin: auto auto;
    border: 1px solid #3a2921 !important; /* Add border with specified color */
    border-radius: 10px 0px 0px 10px !important;
    outline: none !important; /* Remove border highlight on click */
    box-shadow: none !important;
}

.search-btn {
    line-height: 0px !important;
    font-size: 80% !important;
    padding: .75rem !important;
    color: #3a2921 !important;
    background-color: #ffffff !important;
    border-right: 1px solid #3a2921 !important;
    border-top: 1px solid #3a2921 !important;
    border-bottom: 1px solid #3a2921 !important;
}

.search-container {
    position: relative;
}

.dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #3a2921;
    margin-top: 20px;
    border-radius: 10px;
    border-top: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
}

.nav-item .btn-sm-no-pa { /* More specific selector */
    padding: 5px 10px; /* Adjust padding as needed */
    margin: 0; /* Remove default button margin */
    font-weight: 500;
    letter-spacing: 1;
    font-size: 0.775rem;
}

    .nav-item .btn-sm-no-pa:hover { /* More specific selector */
        padding: 5px 10px; /* Adjust padding as needed */
        margin: 0; /* Remove default button margin */
        font-weight: 500;
        letter-spacing: 1;
        font-size: 0.775rem;
        opacity: 0.75;
    }


.productCatalogue {
    color: #3a2921 !important;
    font-weight: 500 !important;
    padding-left: 0px !important;
}



@media (max-width: 576px) { /* Adjust breakpoint as needed */
    .search-container {
        width: 100% !important;
    }
}


hr {
    margin: 1rem 0;
    color: #3a2921;
    background-color: currentColor;
    border: 0;
}

    hr:not([size]) {
        height: 1px
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 3rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #3a2921 !important
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    /*padding-left: 0rem;*/
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: disc;
}

.navPad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.filterClass {
    color: #3a2921;
}

    .filterClass:hover {
        opacity: 0.7;
        color: #3a2921;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100% !important;
}

.activeLink {
    background-color: #f9f6f2;
    border-left: 3px solid #2e52cc;
}

.paddingTwoFive {
    margin-left: 2.5rem !important;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: 500
}

.small, small {
    font-size: .775em
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--backcol);
    text-decoration: none;
    font-weight: 500
        
}

    a:hover {
        color: var(--backcol);
        text-decoration: none
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

code, pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875rem
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875rem;
    color: #ee5da1;
    word-wrap: break-word
}

a > code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: rgb(130, 148, 165);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

textarea {
    resize: vertical
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.675rem + 5.1vw);
    font-weight: 500;
    line-height: 1.15
}

.departments {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    min-width: 100%;
}

.box-shadow {
    box-shadow: 15px 15px #f9f6f2;
    cursor: pointer;
}

.box-shadow-green {
    box-shadow: 15px 15px #3a2921;
}

.box-shadow:hover {
    box-shadow: 15px 15px #3a2921;
}

.categoryHome {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
}

.categories {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    min-width: 100%;
}

.opacity {
    color: #aaa;
    padding-left: 5px;
    font-size: 25px !important
}

    .opacity:hover {
        opacity: 0.9;
        color: #aaa;
    }

.products {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    min-width: 100%;
}

.homeBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.homeContent {
    display: flex;
    align-items: center;
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 500;
    line-height: 1.15
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 5rem
    }
}

.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 500;
    line-height: 1.15
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 2.5rem;
        /*text-transform: uppercase;*/
        font-weight: 500;
    }
}

.display-4 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 500;
    line-height: 1.15
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 4rem
    }
}

.display-5 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 500;
    line-height: 1.15
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3.5rem
    }
}

.display-6 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1.15
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 3rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #a6a6a6
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 1rem;
    background-color: #ffffff;
    border: 0px solid #f9f6f2;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-caption {
    font-size: .875em;
    color: #595959
}

.container, .container-fluid, .container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x,1rem);
    padding-left: var(--bs-gutter-x,1rem);
    margin-right: auto;
    margin-left: auto
}

.containerFull {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container, .container-xl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-2 {
    --bs-gutter-x: 0.5rem
}

.g-2 {
    --bs-gutter-y: 0.5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

@media (min-width:576px) {
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .g-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .gx-lg-6 {
        --bs-gutter-x: 5rem
    }
}

@media (min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
}

@media (min-width:1400px) {
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #fff;
    --bs-table-striped-bg: rgba(14, 14, 14, 0.05);
    --bs-table-active-color: #fff;
    --bs-table-active-bg: rgba(14, 14, 14, 0.1);
    --bs-table-hover-color: #fff;
    --bs-table-hover-bg: rgba(14, 14, 14, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #3a2921 !important;
    vertical-align: top;
    border-color: #404040
}

    .table > :not(caption) > * > * {
        padding: .75rem .75rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: inherit
    }

.table-primary {
    --bs-table-bg: #ffe9e7;
    --bs-table-striped-bg: #f3dedc;
    --bs-table-striped-color: #3a2921;
    --bs-table-active-bg: #e7d3d1;
    --bs-table-active-color: #3a2921;
    --bs-table-hover-bg: #edd9d7;
    --bs-table-hover-color: #3a2921;
    color: #3a2921;
    border-color: #e7d3d1
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-label {
    margin-bottom: .5rem
}

.form-control {
    display: block;
    width: 100%;
    padding: 1.3rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #170f18;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3a2921;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 36px; /* Vertically center the text there */
    margin-top: 5em;
    font-size: 16px;
}

.footer a {
    /*position: absolute;*/
   color: #3a2921 !important;
}

.calculator {
    border: 1px solid !important;
    background-color: #ffffff;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #170f18;
    background-color: #fff;
    border-color: var(--backcol);
    outline: 0;
    box-shadow: 0 0 0 .25rem #f9f6f2
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #555555;
    opacity: 1
}

.form-control::placeholder {
    color: #888888;
    opacity: 1
}

.form-control:disabled {
    background-color: #e8e7e8;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .75rem 1rem;
    margin: -.75rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #170f18;
    background-color: #e8e7e8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dcdbdc
}

.form-control::-webkit-file-upload-button {
    padding: .75rem 1rem;
    margin: -.75rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #170f18;
    background-color: #e8e7e8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dcdbdc
}

.form-control-sm {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem .75rem;
    font-size: .875rem
}

    .form-control-sm::file-selector-button {
        padding: .5rem .75rem;
        margin: -.5rem -.75rem;
        -webkit-margin-end: .75rem;
        margin-inline-end: .75rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .5rem .75rem;
        margin: -.5rem -.75rem;
        -webkit-margin-end: .75rem;
        margin-inline-end: .75rem
    }

.form-control-lg {
    min-height: calc(1.5em + 2rem + 2px);
    padding: 1rem 1.25rem;
    font-size: 1.25rem
}

    .form-control-lg::file-selector-button {
        padding: 1rem 1.25rem;
        margin: -1rem -1.25rem;
        -webkit-margin-end: 1.25rem;
        margin-inline-end: 1.25rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 1rem 1.25rem;
        margin: -1rem -1.25rem;
        -webkit-margin-end: 1.25rem;
        margin-inline-end: 1.25rem
    }

textarea.form-control {
    min-height: auto
}

textarea.form-control-sm {
    min-height: calc(1.5em + 1rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 2rem + 2px)
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(14,14,14,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: var(--backcol);
        outline: 0;
        box-shadow: 0 0 0 .25rem #f9f6f2
    }

    .form-check-input:checked {
        background-color: var(--backcol);
        border-color: var(--backcol)
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: var(--backcol);
        border-color: var(--backcol);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            opacity: .5
        }

.btn, .btn:hover {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: .75rem 1.5rem;
    font-size: .9rem;
    font-weight: 500;
    border-radius: 10px;
    
}



@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #fff
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
    opacity: 1
}


.btn-primary {
    color: #fff;
    background-color: var(--backcol);
    border-color: var(--backcol);
}

    .btn-primary:hover {
        opacity: 1 !important;
        box-shadow: 4px 4px #3a2921;
        transform: translateY(-1px);
        color: #fff;
        background-color: var(--backcol);
        border-color: var(--backcol);
    }

    .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--backcol);
        border-color: var(--backcol);
    }

        .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem #f9f6f2
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #3a2921;
        background-color: var(--backcol);
        border-color: var(--backcol)
    }

.btn-secondary {
    color: #f9f6f2;
    background-color: #3a2921;
    border-color: #3a2921
}

    .btn-secondary:hover {
        color: #f9f6f2;
        background-color: #3a2921;
        border-color: #3a2921;
        opacity: 0.9
    }

    .btn-secondary:focus {
        color: #3a2921;
        background-color: #ebebeb;
        border-color: #eae9ea;
        box-shadow: 0 0 0 .25rem #f9f6f2
    }

    .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        color: #3a2921;
        background-color: #edeced;
        border-color: #eae9ea
    }

        .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem #f9f6f2
        }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #3a2921;
        background-color: #e8e7e8;
        border-color: #e8e7e8
    }

.btn-success {
    color: #3a2921;
    background-color: #26a65b;
    border-color: #26a65b
}

    .btn-success:hover {
        color: #3a2921;
        background-color: #47b374;
        border-color: #3caf6b
    }

    .btn-success:focus {
        color: #3a2921;
        background-color: #47b374;
        border-color: #3caf6b;
        box-shadow: 0 0 0 .25rem #f9f6f2
    }

    .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        color: #3a2921;
        background-color: #51b87c;
        border-color: #3caf6b
    }

        .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem #f9f6f2
        }

    .btn-success.disabled, .btn-success:disabled {
        color: #3a2921;
        background-color: #26a65b;
        border-color: #26a65b
    }

.btn-info {
    color: #3a2921;
    background-color: #00acc1;
    border-color: #00acc1
}

    .btn-info:hover {
        color: #3a2921;
        background-color: #26b8ca;
        border-color: #1ab4c7
    }

    .btn-info:focus {
        color: #3a2921;
        background-color: #26b8ca;
        border-color: #1ab4c7;
        box-shadow: 0 0 0 .25rem #f9f6f2
    }

    .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        color: #3a2921;
        background-color: #33bdcd;
        border-color: #1ab4c7
    }

        .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem #f9f6f2
        }

    .btn-info.disabled, .btn-info:disabled {
        color: #3a2921;
        background-color: #00acc1;
        border-color: #00acc1
    }

.btn-warning {
    color: #3a2921;
    background-color: #f9690e;
    border-color: #f9690e
}

    .btn-warning:hover {
        color: #3a2921;
        background-color: #fa8032;
        border-color: #fa7826
    }

    .btn-warning:focus {
        color: #3a2921;
        background-color: #fa8032;
        border-color: #fa7826;
        box-shadow: 0 0 0 .25rem rgba(214,91,14,.5)
    }

    .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        color: #3a2921;
        background-color: #fa873e;
        border-color: #fa7826
    }

        .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(214,91,14,.5)
        }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #3a2921;
        background-color: #f9690e;
        border-color: #f9690e
    }

.btn-danger {
    color: #ffffff;
    background-color: red;
    border-color: red
}

    .btn-danger:hover {
        color: #3a2921;
        background-color: #ff2626;
        border-color: #ff1a1a
    }

    .btn-danger:focus {
        color: #3a2921;
        background-color: #ff2626;
        border-color: #ff1a1a;
        box-shadow: 0 0 0 .25rem rgba(219,2,2,.5)
    }

    .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        color: #3a2921;
        background-color: #f33;
        border-color: #ff1a1a
    }

        .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(219,2,2,.5)
        }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #3a2921;
        background-color: red;
        border-color: red
    }

.btn-light {
    color: #3a2921;
    background-color: #eee;
    border-color: #eee
}

    .btn-light:hover {
        color: #3a2921;
        background-color: #ddd;
        border-color: #ddd
    }

    .btn-light:focus {
        color: #3a2921;
        background-color: #f4f3f3;
        border-color: #f3f2f2;
        box-shadow: 0 0 0 .25rem rgba(208,207,207,.5)
    }

    .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        color: #3a2921;
        background-color: #f5f4f4;
        border-color: #f3f2f2
    }

        .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(208,207,207,.5)
        }

    .btn-light.disabled, .btn-light:disabled {
        color: #3a2921;
        background-color: #eeeeee !important;
        border-color: #eeeeee !important
    }

.btn-dark {
    color: #fff;
    background-color: #3a2921;
    border-color: #3a2921
}

    .btn-dark:hover {
        color: #fff;
        background-color: #202020;
        border-color: #1e1e1e
    }

    .btn-dark:focus {
        color: #fff;
        background-color: #202020;
        border-color: #1e1e1e;
        box-shadow: 0 0 0 .25rem rgba(71,71,71,.5)
    }

    .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1e1e1e;
        border-color: #3a2921
    }

        .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(71,71,71,.5)
        }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #3a2921;
        border-color: #3a2921
    }

.btn-outline-primary {
    color: #3a2921;
    border-color: #3a2921
}

    .btn-outline-primary:hover {
        color: #3a2921;
        box-shadow: 4px 4px #3a2921;
        transform: translateY(-1px);
    }

    .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem #f9f6f2
    }

    .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #3a2921;
        background-color: var(--backcol);
        border-color: var(--backcol)
    }

        .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
            box-shadow: 0 0 0 .25rem #f9f6f2
        }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: var(--backcol);
        background-color: transparent
    }

.btn-outline-secondary {
    color: #e8e7e8;
    border-color: #e8e7e8
}

    .btn-outline-secondary:hover {
        color: #3a2921;
        background-color: #e8e7e8;
        border-color: #e8e7e8
    }

    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(232,231,232,.5)
    }

    .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        color: #3a2921;
        background-color: #e8e7e8;
        border-color: #e8e7e8
    }

        .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            box-shadow: 0 0 0 .25rem rgba(232,231,232,.5)
        }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #e8e7e8;
        background-color: transparent
    }

.btn-outline-light {
    color: #f2f1f1;
    border-color: #f2f1f1
}

    .btn-outline-light:hover {
        color: #3a2921;
        background-color: #f2f1f1;
        border-color: #f2f1f1
    }

    .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(242,241,241,.5)
    }

    .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
        color: #3a2921;
        background-color: #f2f1f1;
        border-color: #f2f1f1
    }

        .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
            box-shadow: 0 0 0 .25rem rgba(242,241,241,.5)
        }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f2f1f1;
        background-color: transparent
    }

.btn-outline-dark {
    color: #3a2921;
    border-color: #3a2921
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #3a2921;
        border-color: #3a2921
    }

    .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(38,38,38,.5)
    }

    .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
        color: #fff;
        background-color: #3a2921;
        border-color: #3a2921
    }

        .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
            box-shadow: 0 0 0 .25rem rgba(38,38,38,.5)
        }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #3a2921;
        background-color: transparent
    }

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.15rem;
    border-radius: 0
}

.btn-sm {
    padding: .5rem 1rem;
    font-size: .875rem;
    border-radius: 0
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin-top: 15px;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3a2921
}

.blogHome {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #3a2921;
    text-decoration: underline !important;
    border: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #3a2921;
    text-decoration: underline;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: rgb(130, 148, 165);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.specifications {
    font-size: 22px !important;
    text-align: left !important;
}

.specificationsAdmin {
    font-size: 18px !important;
    text-align: left !important;
}

.btn-link {
    font-weight: 500;
    color: var(--primary);
    text-decoration: none;
    border: 0px;
}

    .btn-link:hover {
        color: var(--primary);
        text-decoration: underline;
        border: 0px;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: none;
        box-shadow: none;
        border: 0px;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #3a2921;
        pointer-events: none;
        border: 0px;
    }

.noDropShaddow {
    box-shadow: none !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    /*color: #fff;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    /*color: #3a2921;
    background-color:#eeeeee;*/
}

.nav-link.disabled {
    color: #595959;
    pointer-events: none;
    cursor: default
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
    /*padding-right: 0;*/
    padding-bottom: 0px;
    /*padding-left: 0;*/
    /*border-bottom: 1px solid rgba(0,15,66,.1)*/
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-xl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

    .navbar > .containerFull, .navbar > .container-fluid, .navbar > .container-xl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap
}



.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        z-index: 100000;
        padding: 15px;
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.7em;
                padding-left: 0.7em
            }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }
}

.navbar-light .navbar-brand {
    color: rgba(14,14,14,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(14,14,14,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: #3a2921;
    font-weight: 500;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #3a2921;
        text-decoration: underline !important
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(14,14,14,.3)
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: var(--backcol)
    }

.navbar-light .navbar-toggler {
    color: #3a2921;
    border-color: transparent
}

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #3a2921 !important;
    border-radius: 10px;
    background-color: #ffffff;
}
    .card:hover {
        box-shadow: 4px 4px #3a2921;
        transform: translateY(-1px);
    }

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0
        }

        .card > .list-group:last-child {
            border-bottom-width: 0
        }

    .card > .card-header + .list-group {
        border-top: 0
    }

.card-body {
    flex: 1 1 auto;
    padding: 2.5rem;
    /*box-shadow: 5px 10px 50px 0 rgb(0 0 0 / 5%);*/
    /*    border-radius: 1rem !important;
*/
}

.card-title {
    margin-bottom: .5rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(14,14,14,.03);
    border-bottom: 1px solid rgba(14,14,14,.125)
}

.card-img-top {
    width: 100%
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #3a2921;
    border: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3a2921;
    box-shadow: inset 0 -1px 0 #3a2921
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--backcol);
    outline: 0;
    box-shadow: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #3a2921;
    border: 1px solid #3a2921
}

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

.accordion-body {
    padding: 1.25rem 1.25rem
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #3a2921;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #3a2921;
    background-color: var(--backcol);
    border-color: #a6a6a6
}

.page-link:focus {
    z-index: 3;
    color: #3a2921;
    background-color: var(--backcol);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(1,55,239,.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3a2921;
    border-color: #a6a6a6
}

.page-item.disabled .page-link {
    color: #595959;
    pointer-events: none;
    background-color: #fff;
    border-color: #a6a6a6
}

.page-link {
    padding: .5rem 1rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 0 solid transparent
}

.alert-primary {
    color: #ffffff;
    background-color: var(--backcol);
    border-color: var(--backcol)
}

.alert-secondary {
    color: #3a2921;
    background-color: #f9f6f2;
    border-color: #f9f6f2
}

.alert-success {
    color: #3a2921;
    background-color: #f9f6f2;
    border-color: #f9f6f2
}

.alert-info {
    color: #3a2921;
    background-color: #f9f6f2;
    border-color: #f9f6f2
}

.alert-warning {
    color: #3a2921;
    background-color: #f9f6f2;
    border-color: #f9f6f2
}

.alert-danger {
    color: #3a2921;
    background-color: #f9f6f2;
    border-color: #f9f6f2
}

.alert-light {
    color: #252525;
    background-color: #f6f5f5;
    border-color: #fbfbfb
}

.alert-dark {
    color: #e9e9e9;
    background-color: #676767;
    border-color: #bebebe
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}


.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(14,14,14,.15)
}

    .toast.showing {
        opacity: 0
    }

    .toast:not(.show) {
        display: none
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #3a2921
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #3a2921
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(14,14,14,.2)
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::after, .popover .popover-arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(14,14,14,.2)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 1rem 1rem;
    color: #fff
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .6;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 1.5rem;
        height: .3rem;
        padding: 0;
        margin-right: .3rem;
        margin-left: .3rem;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .6;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #3a2921
}

    .offcanvas-backdrop.fade {
        opacity: 0
    }

    .offcanvas-backdrop.show {
        opacity: .5
    }

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

    .placeholder.btn::before {
        display: inline-block;
        content: ""
    }

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.align-middle {
    vertical-align: middle !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.border {
    border: 1px solid #3a2921 !important
}

.border-0 {
    border: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-light {
    border-color: #f9f6f2 !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-5 {
    border-width: 5px !important
}

.border-6 {
    border-width: 6px !important
}

.w-25 {
    width: 25% !important
}

.w-100 {
    width: 100% !important
}

.w-15 {
    width: 15% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-center {
    align-content: center !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-6 {
    margin-top: 5rem !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-6 {
    margin-bottom: 5rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-right: auto !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.mt-n6 {
    margin-top: -5rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-6 {
    padding-top: 5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pb-6 {
    padding-bottom: 5rem !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-primary {
    color: var(--backcol);
}

.text-secondary {
    color: var(--backcol);
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb)) !important
}

.text-#3a2921 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-#3a2921-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #3a2921 !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #f9f6f2 !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #f9f6f2 !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #3a2921 !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

/* HIDE RADIO */
.imageRadio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    .imageRadio [type=radio] + img {
        cursor: pointer;
        border: 1px solid;
        border-radius: 10px;
        margin: 1em;
        padding: 1em;
    }

.btn-information {
    color: #3a2921;
    background-color: none;
    border: 0px !important;
}

    .btn-information:hover {
        color: var(--backcol);
        background-color: none;
        border-color: none;
    }

/* CHECKED STYLES */
.imageRadio [type=radio]:checked + img {
    border: 2px solid var(--backcol);
    border-radius: 10px;
}

.rounded {
    border-radius: 0.5rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

@media (min-width:576px) {
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .justify-content-md-between {
        justify-content: space-between !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .py-md-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .border-end-lg {
        border-right: 1px solid #3a2921 !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mt-lg-6 {
        margin-top: 5rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-6 {
        margin-bottom: 5rem !important
    }

    .mt-lg-n6 {
        margin-top: -5rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .pt-lg-6 {
        padding-top: 5rem !important
    }

    .pb-lg-6 {
        padding-bottom: 5rem !important
    }

    .text-lg-end {
        text-align: right !important
    }
}

@media (min-width:1200px) {
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
}

@media (min-width:1200px) {
    .fs-2 {
        font-size: 2rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

html {
    font-size: 1rem
}

@media (min-width:992px) {
    html {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    html {
        font-size: 1.25rem
    }
}

.font-serif {
    font-family: "Playfair Display",serif
}

.font-sans {
    font-family: 'Inter', sans-serif
}

[class^=display] {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px
}*/

@media (min-width:768px) {
    .lead {
        font-size: 1.5rem
    }
}

.quote {
    font-size: 1.15rem;
    font-weight: 300
}

    .quote:before {
        content: open-quote
    }

    .quote:after {
        content: close-quote
    }

.blockquote {
    position: relative
}

    .blockquote::before {
        background-color: var(--backcol);
        display: block;
        color: #3a2921;
        content: "\201C";
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 1.5;
        height: 1.75rem;
        width: 1.75rem;
        left: -3rem;
        position: absolute;
        text-align: center;
        top: 0
    }

    .blockquote.text-center::before {
        margin: 0 auto 1rem;
        position: static
    }

    .blockquote.text-end::before {
        content: "\201D";
        left: inherit;
        right: -3rem
    }

pre[class^=language] {
    margin-bottom: 1.5rem !important
}

code[class^=language] {
    font-size: .9em !important
}

a {
    transition: background-size .3s ease-in,color .3s ease-in
}

    a.aNoDec:hover {
        border-bottom: 0px solid !important;
    }

    a.aNoDec:focus {
        border-bottom: 0px solid !important;
    }

    a:hover {
        border-bottom: 1px solid;
    }


.bg-light a, .bg-primary a, .bg-secondary a, .bg-white a {
    color: #3a2921
}

a.link-underline, p a {
    /* background-image: linear-gradient(to bottom,#e8e8e8 0,#e8e8e8 100%);*/
    background-position: 0 110%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    /*border-bottom: 3px solid #e8e8e8;*/
    padding: 2px 1px 0 0;
    line-height: 2;
}

    a.link-underline:hover, p a:hover {
        background-size: 100% 90%;
        color: var(--backcol);
        border-bottom: 1px solid;
    }

.bg-light a.link-underline, .bg-light p a, .bg-primary a.link-underline, .bg-primary p a, .bg-secondary a.link-underline, .bg-secondary p a, .bg-white a.link-underline, .bg-white p a {
    /*background-image: linear-gradient(to bottom,#3a2921 0,#3a2921 100%);*/
    color: #3a2921;
}

    .bg-light a.link-underline:hover, .bg-light p a:hover, .bg-primary a.link-underline:hover, .bg-primary p a:hover, .bg-secondary a.link-underline:hover, .bg-secondary p a:hover, .bg-white a.link-underline:hover, .bg-white p a:hover {
        color: #3a2921;
        border-color: #3a2921;
    }

.accordion-button:hover {
    background-color: #3a2921
}

.accordion-button:focus {
    outline: auto
}

.width100 {
    width: 100% !important;
}

.float-right {
    float: right !important;
}


.btn {
    letter-spacing: 1px;
    /*    text-transform: uppercase
*/
}

body {
    /*padding-top: calc(4rem - 1px)*/
}

.navbar.navbar-dark {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee
}

    .navbar.navbar-dark .nav-item + .nav-item {
        border-color: #3a2921
    }

    .navbar.navbar-dark .nav-link.active, .navbar.navbar-dark .nav-link:hover {
        border-color: #fff
    }

.navbar.navbar-light {
    background-color: #f9f6f2;
    border-bottom: 1px solid #3a2921 !important
}

.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    top: 170px !important;
}

.navbar.navbar-light .nav-item + .nav-item {
    border-color: #f2f1f1
}

.navbar.navbar-light .nav-link.active, .navbar.navbar-light .nav-link:hover {
    /*border-color: #3a2921*/
}

.navbar .navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px
}

    .navbar .navbar-brand i {
        font-size: inherit;
        line-height: inherit
    }

    .navbar .navbar-brand img {
        /*max-height: 30px;
        width: auto*/
    }

@media (min-width:992px) {
    .navbar {
        font-size: .825rem
    }

        /*.navbar .nav-item + .nav-item::before {*/
        /*content: '\2022';*/
        /*color: #a6a6a6;*/
        /*padding-left: 1.25rem;
            padding-right: 1.25rem
        }*/

        .navbar .nav-link {
            border-bottom: 0px solid transparent;
            display: inline-block;
            letter-spacing: 0px;
            padding: 0.5rem;
            /*padding-bottom: 1.25rem;
            transition: border-color .2s linear*/
        }

        .navbar .dropdown-menu {
            font-size: .875rem
        }

        .navbar .dropdown-item {
            letter-spacing: 1px;
            transition: background-color .2s,color .2s linear
        }
}

@media (max-width:991.98px) {
    .navbar {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

        .navbar .nav-item + .nav-item {
            border-top: 1px solid
        }

        .navbar .nav-link {
            padding-top: .75rem;
            padding-bottom: .75rem
        }
}

.side-nav.sticky-top {
    top: 5rem
}

.side-nav a.active::after {
    font-family: "Material Icons";
    content: "\e5c8";
    margin-left: .25rem;
    vertical-align: middle
}

.avatar {
    border-radius: 50%
}

.avatar-sm {
    width: 48px;
    height: 48px
}

.avatar-md {
    width: 64px;
    height: 64px
}

.avatar-lg {
    width: 96px;
    height: 96px
}

.img-thumbnail, .img-thumbnail + .img-hover {
    border-radius: 1rem;
    box-shadow: 5px 10px 50px 0 rgb(0 0 0 / 5%);
}

.img-color img {
    filter: grayscale(100%);
    transition: all .4s ease-in-out;
}

.img-color:hover img {
    filter: none
}

.img-overlay {
    position: relative
}

    .img-overlay .img-hover {
        background-color: rgba(0,0,0,.1);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease
    }

    .img-overlay .img-text {
        color: #fff;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        transform: translateY(10px);
        transition: opacity .5s ease-in-out,transform .5s ease-in-out
    }

    .img-overlay:hover .img-hover, .img-overlay:hover .img-text {
        opacity: 1
    }

    .img-overlay:hover .img-text {
        transform: translateY(0)
    }

.img-rising img {
    transition: all .3s ease-in-out
}

.img-rising:hover img {
    box-shadow: 0 .5rem 1rem rgba(14,14,14,.15);
    transform: translateY(-5px)
}

.img-scale {
    overflow: hidden;
    position: relative
}

    .img-scale .img-wrap {
        overflow: hidden;
        width: calc(100% + 1px)
    }

    .img-scale img {
        transform: scale(1);
        transition: transform .3s ease
    }

    .img-scale:hover img {
        transform: scale(1.1)
    }

.material-icons {
    font-size: 1rem
}

.icon-lg {
    font-size: 1.5rem
}

.icon-2x {
    font-size: 2rem
}

.icon-3x {
    font-size: 3rem
}

.icon-5x {
    font-size: 5rem
}

img[data-action=zoom] {
    cursor: zoom-in
}

.zoom-img, .zoom-img-wrap {
    position: relative;
    z-index: 1040;
    transition: all .3s
}

img.zoom-img {
    cursor: zoom-out
}

.zoom-overlay {
    cursor: zoom-out;
    z-index: 1030;
    background: inherit;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s
}

.zoom-overlay-open .zoom-overlay {
    opacity: 1
}
/* Chatbot Unique Styles */
/* Chatbot Container */
/* Chatbot Container */
#chatbot-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: #000;
    color: #f9f6f2 !important;
    border-radius: 15px;
    font-family: Arial, sans-serif;
    z-index: 10000;
    display: flex;
    flex-direction: column;
}

/* Chatbot Header */
#chatbot-header {
    background-color: #000; /* Darker #3a2921 for header */
    color: #f9f6f2 !important;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Vertically center items */
    gap: 10px; /* Add spacing between image, text, and button */
}

    #chatbot-header h6 {
        margin: 0;
        flex: 1; /* Allow the text to take up space evenly */
        text-align: center; /* Center text horizontally */
        font-size: 16px; /* Adjust size if necessary */
    }

#chatbot-image-container {
    background-color: #3a2921;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chatbot-image {
    width: 40px;
    height: 40px;
}

/* Toggle Button */


/* Chat Window */
#chat-window {
    display: none;
    height: 300px;
    overflow-y: auto;
    padding: 10px;
    border-bottom: 1px solid #444;
    background-color: #333;
}

/* Messages */
.message {
    margin: 8px 0;
    padding: 10px;
    border-radius: 5px;
}

    /* User Message */
    .message.user {
        background-color: #444;
        color: #f9f6f2 !important;
        text-align: right;
    }

    /* Bot Message */
    .message.bot {
        background-color: #333;
        color: #f9f6f2 !important;
        text-align: left;
    }

/* Input Area */
#input-area {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #111;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    gap: 10px;
}

/* Input Field */
#user-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #222;
    color: white;
    box-sizing: border-box;
    font-size: 14px;
}
    #user-input:focus {
        border-color: #777 !important; /* Set border color when focused */
        outline: none; /* Remove the default browser outline */
    }
/* Send Button */
#send-button {
    padding: 8px 16px;
    background-color: #333;
    border: none;
    border-radius: 5px;
    color: #f9f6f2 !important;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

    #send-button:hover {
        background-color: #555;
    }
/* Close Button */
#toggle-button,
#close-button {
    background-color: transparent;
    border: 1px solid #555;
    border-radius: 10px;
    color: #f9f6f2 !important;
    font-size: 20px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1; /* Ensure consistent alignment */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; /* Set a fixed width */
    height: 30px; /* Set a fixed height */
    border-radius: 50%; /* Optional: Circle appearance for consistency */
}

    #toggle-button:hover,
    #close-button:hover {
        color: #999; /* Add a hover effect */
        border: 1px solid #999;
    }

/* Placeholder Circle */
#chatbot-placeholder {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #000; /* Fully #3a2921 circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 1000;
}

#placeholder-image {
    width: 40px;
    height: 40px;
}
/* Styling for the feedback buttons */
/* Styling for the feedback buttons */
.feedback-buttons,
{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

    .feedback-buttons button {
        background-color: #000; /* Black background */
        color: #f9f6f2; /* White text */
        border: none; /* No border */
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        box-shadow: none; /* Remove any drop shadow */
    }

        /* Change the button color on hover */
        .feedback-buttons button:hover {
            background-color: #f9f6f2; /* White background on hover */
            color: #000; /* Black text */
            box-shadow: none; /* Ensure no shadow on hover */
        }

        /* Styling for disabled buttons */
        .feedback-buttons button:disabled {
            background-color: #d3d3d3; /* Light gray background when disabled */
            color: #a9a9a9; /* Gray text */
            cursor: not-allowed; /* Change cursor to not-allowed */
            box-shadow: none; /* Remove any drop shadow from disabled state */
        }

.email-button,
.name-button {
    background-color: #000; /* Black background */
    color: #f9f6f2; /* White text */
    border: none; /* No border */
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: none; /* Remove any drop shadow */
}

    /* Change the button color on hover */
    .email-button:hover,
    .name-button:hover {
        background-color: #f9f6f2; /* White background on hover */
        color: #000; /* Black text */
        box-shadow: none; /* Ensure no shadow on hover */
    }

    /* Styling for disabled buttons */
    .email-button:disabled,
    .name-button:disabled {
        background-color: #d3d3d3; /* Light gray background when disabled */
        color: #a9a9a9; /* Gray text */
        cursor: not-allowed; /* Change cursor to not-allowed */
        box-shadow: none; /* Remove any drop shadow from disabled state */
    }


/* Common styling for search input and button */
.search-input-bot {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid #444;
    font-size: 14px;
    background-color: #222;
    color: #f9f6f2;
}

    .search-input-bot:focus {
        border-color: #777;
        outline: none;
    }

/* Button style for sending */
.search-button-bot {
    padding: 10px 15px;
    background-color: #000;
    color: #f9f6f2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

    .search-button-bot:hover {
        background-color: #f9f6f2;
        color: #000;
    }

/* Container for the inputs */
.input-container-bot {
    max-width: 400px;
    margin: 0 auto;
}
.loading-dots {
    display: flex;
    justify-content: center; /* Centers the dots */
    align-items: center;
    margin: 10px 0; /* Optional spacing */
    height: 24px; /* Adjust height for better alignment */
}

    .loading-dots span {
        width: 12px; /* Diameter of the circle */
        height: 12px; /* Diameter of the circle */
        margin: 0 5px; /* Spacing between the circles */
        background-color: #888; /* Color of the dots */
        border-radius: 50%; /* Makes the dots circular */
        animation: blink 1.4s infinite;
    }

        .loading-dots span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .loading-dots span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes blink {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}
.cc-compliance {
    margin-left: 0 !important; /* Reset any default margin from the right */
}

.button-container {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    gap: 10px; /* Add spacing between buttons */
    justify-content: center; /* Center the buttons horizontally */
}

/* General Styling */
.brandpack-highlight {
    color: #b38b66;
}

/* Card Container */
.brandpack-card {
    border: 0px solid #3a2921; /* Flat design with border */
    border-radius: 0.5rem;
    overflow: hidden;
}

/* Media Styling (Images and Videos) */
.brandpack-card-media {
    height: 300px;
    object-fit: cover;
    border-radius: 0.5rem;
    width: 100%;
    display: block;
}

/* Card Content */
.brandpack-card-body {
    padding: 20px;
    text-align: left;
}

.brandpack-card-subtitle {
    font-size: 0.9rem;
    color: gray;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.brandpack-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a2921;
}

.brandpack-card-text {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
}

/* Typography for Headline */
.brandpack-container-heading {
    font-size: 3rem;
    color: #3a2921;
    line-height: 1;
    letter-spacing: 0.02rem;
}

    .brandpack-container-heading .brandpack-highlight {
        text-decoration-thickness: 2px;
    }

/* Responsive Design */
@media (max-width: 768px) {
   

    .brandpack-card-title {
        font-size: 1rem;
    }

    .brandpack-card-text {
        font-size: 0.85rem;
    }

    .brandpack-container-heading {
        font-size: 1.5rem;
    }
}

/* Section Background */
.trust-us-container {
    background-color: #f9f6f2;
    padding: 10px;
}

/* Section Heading */
.trust-us-heading {
    font-size: 1.5rem;
    color: #3a2921;
}

/* Logo Styling */
.trust-us-logo {
    max-height: 100px;
    object-fit: contain;
}

/* --- Static Section Styling --- */
.brandpack-review-heading {
    font-size: 2rem;
    color: #3a2921;
}

.brandpack-review-stars {
    font-size: 1.5rem;
    color: gold;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.brandpack-review-text {
    font-size: 0.9rem;

}

.brandpack-review-logo {
    margin-top: 10px;
    max-width: 60px;
}

.brandpack-review-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/* --- Static Section Styling --- */
.brandpack-review-heading {
    font-size: 2rem;
    color: #3a2921;
}

.brandpack-review-stars {
    font-size: 1.5rem;
    color: gold;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.brandpack-review-text {
    font-size: 0.9rem;
}

.brandpack-review-logo {
    margin-top: 10px;
    max-width: 60px;
}

.brandpack-review-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/* --- Carousel Styling Adjustments for Arrows Outside Without Horizontal Scrollbar --- */
#brandpackReviewsCarousel {
    position: relative;
    overflow: hidden; /* Prevents content from causing horizontal overflow */
    padding: 0 60px; /* Adds padding inside to avoid arrows causing layout shift */
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: auto; /* Prevents arrows from expanding too far */
}

.carousel-control-prev {
    left: 0; /* Aligns perfectly without shifting layout */
}

.carousel-control-next {
    right: 0; /* Aligns perfectly without shifting layout */
}

.search-container {
    flex-grow: 1; /* Make the search bar expand fully */
    max-width: 100%; /* Ensure it doesn't exceed the navbar width */
}

    .search-container .input-group {
        width: 100%;
    }
/* Scoped Content Section Styling for Uniqueness */
.unique-content-section {
    padding: 50px 0;
}

/* Scoped Image Styling */
.unique-content-section .content-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Scoped Accordion Styling */
.unique-content-section .accordion-button:not(.collapsed) {
    background-color: #f1f1f1;
    font-weight: bold;
}

.unique-content-section .accordion-button {
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.unique-content-section .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.unique-content-section .accordion-body {
    font-size: 1rem;
    color: #333;
}

/* Scoped Accordion Header Customization */
.unique-content-section .accordion-header {
    padding: 0;
}
.brandpack-card-media-about {
    height: 600px;
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}

@media (max-width: 768px) {
    .brandpack-card-media-about {
        height: auto; /* Allows the height to adjust automatically */
        max-height: none; /* Disables any height restriction */
    }
}
.grid-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    color: white;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    overflow: hidden;
    width: 100%;
}


.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #111;
    border-top: 2px solid transparent;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.brandpack-chat-card {
    align-self: stretch;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0.75rem;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    color: #000;
}

    .brandpack-chat-card .ac-textBlock,
    .brandpack-chat-card .ac-textRun,
    .brandpack-chat-card h1,
    .brandpack-chat-card h2,
    .brandpack-chat-card h3,
    .brandpack-chat-card h4,
    .brandpack-chat-card h5,
    .brandpack-chat-card h6 {
        color: #000 !important;
        font-weight: 400 !important;
    }

    .brandpack-chat-card .ac-pushButton {
        background-color: #fff !important;
        color: #000 !important;
        border: 1px solid #111 !important;
        border-radius: 8px !important;
        padding: 0.5rem 1rem !important;
        cursor: pointer;
    }

        .brandpack-chat-card .ac-pushButton:hover {
            background-color: #f0f0f0 !important;
        }

    .brandpack-chat-card table {
        width: 100% !important;
        border-collapse: collapse;
    }

        .brandpack-chat-card table th,
        .brandpack-chat-card table td {
            border: 1px solid #ddd;
            padding: 0.5rem;
            color: #000;
        }

/* === Carousel Container === */
.featured-carousel-container {
    position: relative;
    width: 100%;
    padding: 0 50px; /* Add space for big buttons */
}

/* === Carousel Track (Horizontal Scroll Area) === */
#featured-carousel {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    /* Hide scrollbar */
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
}

    #featured-carousel::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

/* === Carousel Items === */
.featured-carousel-item {
    flex-shrink: 0;
    width: 250px;
    margin-right: 48px; /* More space between cards */
    border-radius: 0.5rem; /* Rounded card */
}
    .featured-carousel-item:hover {
        box-shadow: 4px 4px #3a2921;
        transform: translateY(-1px);
    }

    /* === Image Styling === */
    .featured-carousel-item img {
        width: 100%;
        height: auto;
        border-radius: 0.5rem;
    }

/* === Carousel Navigation Buttons (Left & Right) === */
.featured-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f6f2;
    border: 1px solid #3a2921;
    font-size: 2.5rem;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    box-shadow: none;
    line-height: 1;
}

    .featured-carousel-control:hover {
        background: #f9f6f2;
    }

    .featured-carousel-control.left {
        left: 0;
    }

    .featured-carousel-control.right {
        right: 0;
    }

/* === Responsive Adjustments for Small Screens === */
@media (max-width: 576px) {
    .featured-carousel-container {
        padding: 0 20px;
    }

    .featured-carousel-item {
        width: 80%;
        margin-right: 20px;
    }

    .featured-carousel-control {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
}
/* Chat Popup Styling */
.brandpack-chat-popup {
    /* We remove 'display: none' from here */
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

    /* This new class will be toggled to hide the popup */
    .brandpack-chat-popup.hidden {
        display: none;
    }

/* Close Button Styling */
.brandpack-chat-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #888;
    cursor: pointer;
    z-index: 10;
}

    .brandpack-chat-close-btn:hover {
        color: #333;
    }

/* Messages container that will be scrollable */
.brandpack-chat-messages {
    flex: 1;
    overflow-y: auto; /* Makes it scrollable */
    padding: 10px;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column; /* Ensures messages are stacked vertically */
    gap: 10px; /* Adds space between messages */
}

/* Chat input container always at the bottom */
.brandpack-chat-input-container {
    padding: 10px;
    border-top: 1px solid #3a2921;
    background-color: #f9f6f2;
    width: 100%;
    box-sizing: border-box;
}

.brandpack-chat-input {
    width: 100%;
    font-size: 0.875rem;
    padding: 8px;
    border: 1px solid #3a2921;
    border-radius: 4px;
}

/* Chat Tab Button Styling */
.brandpack-chat-button-tab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #3a2921;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .brandpack-chat-button-tab:hover {
        background-color: #2e201b; /* A slightly darker shade for the hover effect */
    }

    /* Style for the SVG icon within the button */
    .brandpack-chat-button-tab svg {
        color: white;
        width: 24px;
        height: 24px;
    }

.brandpack-chat-from-user {
    background-color: #f9f6f2;
    border-radius: 10px;
    padding: 5px;
}

.card-custom {
    background-color: rgba(247, 240, 230, 0.6) !important;
    transition: background-color 0.3s ease;
}

    .card-custom:hover {
        background-color: rgb(247, 240, 230) !important;
    }

.slider-options-div input[type="range"] {
    accent-color: #3a2921 !important;
}