.vatAmount {
    font-size: 14px !important;
}

a,
.nav-link {
    color: #0a0a0a;
}

footer .nav-link {
    padding: 0 0 10px 0;
}

.footer-var1 a {
    color: #ffffff;
}

.btn,
.btn-primary {
    background-color: var(--body-color);
    color: #fff;
    border: none;
}

/* UTILS */
.max-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.iti {
    width: 100% !important;
}

.w-fitcontent {
    width: fit-content;
}

.pointer {
    cursor: pointer;
}

.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.brightness-95 {
    filter: brightness(95%);
}

/* Checkout and Cart */
.subscribe-checkbox {
    width: 40px;
    height: 40px;
    border: 2px solid #18992c;
    border-radius: 5px;
    display: block;
}


/* Root Colors */
button:focus,
.btn:focus,
.btn-light:focus,
.btn-dark:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
    border-color: var(--main) !important;
    -webkit-box-shadow: 0 2px 1px -1px var(--main);
    -moz-box-shadow: none;
    outline: none;
}

.bg-main {
    background-color: var(--main);
}

.bg-main-light {
    background-color: var(--main-light);
}

.bg-main-dark {
    background-color: var(--main-dark);
}

.bg-light {
    background-color: var(--grey-light) !important;
}

.bg-dark {
    background-color: var(--grey-dark) !important;
}

.bg-green {
    background-color: var(--cta-green) !important;
}

.text-main {
    color: var(--main);
}

.text-main-light {
    color: var(--main-light);
}

.text-main-dark {
    color: var(--main-dark);
}

.text-grey {
    color: var(--grey);
}

.text-success {
    color: var(--cta-green) !important;
}

.text-accent {
    color: var(--accent);
}

.btn-main {
    color: white;
    border: var(--main-dark);
    background-color: var(--main);
}

.btn-main:hover {
    background-color: var(--main-dark);
    color: white
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 1rem calc(50px + 1rem) 1rem 5%;
    background-color: var(--main-light);
    z-index: 100;
}

.notification {
    top: 15vh;
    position: fixed;
    z-index: 10000000;
}

#cancelModal {
    z-index: 99999;
}

/* alert */
.alert {
    position: fixed;
    top: 2em;
    right: 3em;
    max-width: 70%;
    margin: auto 0 !important;
    border-radius: 0;
    z-index: 1000;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-size: 16px;
}

#btn-expand-vat {
    background: #fff !important;
}