.termsOverride ol { counter-reset: item }
.termsOverride ol li{ display: block }
.termsOverride ol li:before { content: counters(item, ".") " "; counter-increment: item }
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.btn-auto-height {
    height:auto!important;
}
.btn-xs {
    height: calc(1.40625rem + 0.25rem + 2px)!important;
    padding: 0.05rem 0.5rem!important;
    font-size: .8rem!important;
}
.filter-vert {
    top: 0.25rem;
    bottom:0.25rem;
    position:relative;
    vertical-align: middle;
}
.rounded {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem!important;
}
.rounded-top {
    border-radius: 0.5rem 0.5rem 0.0rem 0.0rem!important;
}
.rounded-bottom {
    border-radius: 0.0rem 0.0rem 0.5rem 0.5rem!important;
}
.photo-bg {
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
}
.photo-top-bg {
    background-repeat: repeat-y!important;
    background-position: center top!important;
    /*background-size: cover!important;*/
    /*background-attachment: fixed!important;*/
    background-size: 100% auto!important;
}
.logo-bg {
    background-repeat: no-repeat!important;
    background-position: left top!important;
    background-size: contain!important;
    height: 5em;
    width: 10em;
}
.logo-bg-center {
    background-position: center top!important;
}
.logo-bg-right {
    background-position: right center!important;
    height: 3em!important;
    width: 8em!important;
}
.navbar {
    /*padding: 1rem 0.5rem 1rem 0.5rem!important;*/
    padding: 0 0.5rem 1rem 0.5rem!important;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.footer-logo-bg {
    background-repeat: no-repeat!important;
    background-position: left top!important;
    background-size: contain!important;
    height: 3em;
    width: 8em;
}
.toastWrapper {
    position: fixed; bottom: 10.5rem; right: 1.25rem;
}
.cookie-consent {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #666666;
    background-color: #f5f5f5!important;
    font-size: 0.8rem;
    position: fixed;
    z-index: 1000;
    bottom: 0;
}
cookie-consent__message {

}
.grecaptcha-badge {
    bottom:100px !important;
    z-index: 1001;
}
.w-33 {
    width: 33%!important;
}
.w-10 {
    width: 12%!important;
}
.w-12 {
    width: 12%!important;
}
.w-15 {
    width: 12%!important;
}
.w-20 {
    width: 20%!important;
}
.cookie-consent__agree {
    background-color: #f69c00;
    color: #fff;
    border-color: #f69c00;
    text-decoration: none;
    cursor: pointer;
    padding: .2rem .4rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cookie-consent__reject {
    background-color: #f69c00;
    color: #fff;
    border-color: #f69c00;
    text-decoration: none;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.opacity-none {opacity: 1;}
.no-opacity {opacity: 1;}
.opacity-10 {opacity: 1;}
.opacity-9 {opacity: 0.9;}
.opacity-8 {opacity: 0.8;}
.opacity-7 {opacity: 0.7;}
.opacity-6 {opacity: 0.6;}
.opacity-5 {opacity: 0.5;}
.opacity-4 {opacity: 0.4;}
.opacity-3 {opacity: 0.3;}
.opacity-2 {opacity: 0.2;}
.opacity-1 {opacity: 0.1;}
.opacity-0 {opacity: 0.0;}
.display-5 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.0;
}
.display-6 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .75rem;
}

.dropdown-toggle::after, .dropright-toggle::after {
    float: none;
}
.dropdown-toggle {
    white-space: normal;
}
.text-shadow-blur {
    text-shadow: 0px 0px 0.5em #111;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    /*border: 1px solid #000;*/
    border: none;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000;
   /* border-color: #000;*/
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    /*border-color: #000;*/
}

.page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    /*border-color: #000;*/
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.feather-scale-font-50px {
    font-size: 50px;
 }
.feather-scale-50px {
    height: 110px;
    width: 110px;
}
.feather-scale-40px {
    height: 70px;
    width: 70px;
}
.feather-scale-30px {
    height: 60px;
    width: 60px;
}
.feather-scale-height-30px {
    height: 20px;
}
.feather-scale-height-35px {
    height: 30px;
}
.feather-scale-height-40px {
    height: 50px;
}
/*.flickity-prev-next-button {
    width: 100px!important;
    height: 100px!important;
}
.flickity-button-icon {
    width: 100px!important;
    height: 100px!important;
}*/
[data-cart-items]::before {
    z-index: 1000;
}

#checkout-now-wrapper {
    position: fixed;
    /*bottom: 5rem;*/
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.2s;
}
#fc_frame, #fc_frame.fc-widget-normal {
    /*bottom: 15px;*/
    bottom: 5rem !important;
}
.checkout-now-btn {
    color: #fff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.checkout-now-btn:hover {
    transform: translateY(-2px);
}

.checkout-now-btn[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ff6f61;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

#install-prompt {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;

    #install-button {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1000;

        img {
            width: 120px;
            height: auto;
            padding-bottom: 5px;
            margin-top: 10px;
        }

        &:after {
            content: 'Add to home screen';
            display: block;
            width: max-content;
            position: relative;
            animation: none;
            box-shadow: none;
            background-color: transparent;
        }
    }
}
