/*.nav-link {*/
/*    color: #0a0a0a;*/
/*}*/
.giftcard-page {
    margin-top: 3rem;
}
.modal {
    opacity: 1 !important;
}
.modal.fade .modal-dialog {
    opacity: 1 !important;
    margin-top: 5rem;
}

footer .nav-link {
    padding: 0 0 10px 0;
}

/* 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: 10000;
}
@media (min-width: 1000px) {
    .style-1 .sticky-header.main-bar-wraper.navbar-expand-lg:not(.is-fixed) {
        background: linear-gradient(270deg, #24262B 30%, transparent 0%);
    }
}

/* select product */
.product-view #product-selection {
    position: relative;
}

.product-view #product-selection .row {
    margin: 0;
}

.product-view #product-selection #chevron.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-view #product-selection #color-option {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    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);
    margin-top: 5px;
    padding: 0.5rem 1px;
}

.product-view #product-selection .color-option {
    padding: 0 1.2rem 0 0.5rem;
    background-color: white;
    cursor: pointer;
}

.product-view #product-selection .color-option:hover {
    filter: brightness(.96);
}

.product-view #product-selection #color-selected {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 20%);
    position: relative;
    padding-bottom: 1px;
    cursor: pointer;
}

.shop-card h5.title {
    text-shadow: 0px 0px 2px #fff;
}

.close {
    border: unset;
    background: unset;
    font-size: 24px;
}