
.loader-mini {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #f0f0f0;
    position: relative;
    opacity: 0;
}

.hovarable-img img.loader-mini, .ui-photos .loader-mini.item-delete-lg, .loader-mini.anim {
    animation: load3 1.4s infinite linear;
    opacity: 1;
}

.loader-mini.abs {
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em);
}

.loader-mini:before {
    width: 50%;
    height: 48%;
    background: #8C5F3B;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader-mini:after {
    background: #fff;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader-mini.loader-mini-inline:after {
    background-color: #fff;
}

.anim {
    transition: all 0.3s ease-in-out;
}

.loader-mini {
    display: inline-block !important;
}

.loader-mini {
    vertical-align: middle !important;
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.w-auto {
    width: auto !important;
}


#checkout-form label:not(.form-check-label) {
    display: block;
}

#checkout-form .form-check label.form-check-label {
    display: inline;
}

.bg-blur {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.4);
}

.bg-transparent-2 {
    /*background: rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.owl-theme .owl-nav .disabled {
    opacity: 0 !important;;
}


.btn-quick-add-to-cart {
    position: relative;
    z-index: 11;
}

.cover .owl-nav {
    margin-top: 0;
}

@media (min-width: 768px) {
    .item-with-text .container::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, transparent 50%);
    }
}

@media (max-width: 767px) {
    .item-with-text::before {
        background: none !important;
    }

    .item-with-text .container {
        position: absolute;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        /*background: rgba(164,104,45, 0.9);*/
        bottom: 0;
        text-align: center;
        max-width: 100%;
    }

    .item-with-text .item__title {
        font-size: 1rem !important;
    }

    .item-with-text .item__description {
        font-size: 0.8rem;
    }

    .item-with-text .btn {
        transform: scale(0.8);
        /*transform-origin: left;*/
    }
}

@media (min-width: 992px) {
    .mustoasa-de-maderat-header .bottle {
        bottom: -8rem;
    }
}

#age-confirmation {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#age-confirmation img {
    bottom: 0;
    filter: grayscale(1) brightness(2.5);
}

.navbar-collapse .navbar-nav .nav-item .nav-link, .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    letter-spacing: 2px !important;
    font-family: "Playfair Display", serif;
    font-size: 0.95rem;
}

@media (max-width: 500px) {
    .navbar-collapse .navbar-nav .nav-item .nav-link, .navbar-collapse .navbar-nav .nav-item .dropdown-item {
        font-size: 1.4rem;
    }
}
.text-nav {
    /*color: #717171 !important;*/
    color: #484646 !important;
}
.product-description-row .product-image img {
    object-fit: contain;
}

.footer-item img {
    height: 156px !important;
}