.vatAmount {
    font-size: 32%!important;
}
.iti {
    width: 100%;
}

.w-90 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.brightness-95 {
    filter: brightness(0.95);
}

.transition {
    transition: all 1s ease-in-out;
}

.scale-1-25:hover {
    transform: scale(1.25);
}

.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.btn-primary {
    background: var(--main);
    border: none;
    border-radius: 25px;
}

.btn-primary:hover {
    background: var(--main-dark);
    border: none;
    border-radius: 25px;
}

.text-main {
    color: var(--main);
}

.text-accent {
    color: var(--accent);
}

.bg-main {
    background: var(--main);
}

.bg-main-light {
    background: var(--main-light);
}

.pointer {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #0a0a0a;
}

/* Product variant dropdown */
#product-selection {
    position: relative;
    cursor: pointer;
}

#color-option {
    position: absolute;
    left: 0;
    width: 100%;
    background: white;
    border: 0.5px solid rgb(221, 221, 221);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.20);
    max-height: 370px;
    overflow-y: scroll;
    cursor: pointer;
}

/* Checkout and cart */
.subscribe-checkbox {
    width: 40px;
    height: 40px;
    border: 2px solid #18992c;
    border-radius: 5px;
    display: block;
}