/*Nav Menu */

.shop-logo {
    max-height: 50px;
    max-width: 200px;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

/* Top Menu Search bar */

.topmenu-search-image {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 25%;
    height: auto;
}

.blazored-typeahead-link-text {
    color: rgba(0,0,0,.55);
}

.central-language {
    border: none;
}

    .central-language:focus-visible {
        border: none !important;
    }
/* Cart offcanvas*/
.offcanvas {
    z-index: 1100;
}

.offcanvas-top {
    height: 50%;
}

/* Mega Menu*/
.dropdown-menu[data-bs-popper] {
    width: 100%;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0;
}

.dropdown-menu {
    border: none;
}

.carousel-img-central {
    width: 100%;
    height: 100%;
}

.category-card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
}

.category-card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6c757d;
    text-decoration: none;
}

.category-card {
    /* min-height: 30em;*/
    border: none;
}

.product-card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
}

.product-page-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
}

.product-card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6c757d;
    text-decoration: none;
}

.product-card-body {
    min-height: 65px;
}

.product-card {
    min-height: 20em;
    border: none;
}

/* new min width for container*/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1920px;
    padding: 0 38px 0 36px;
}

/* General */
a {
    text-decoration: none;
}

.cart-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offcanvas-cart-footer {
    padding-bottom: 25px;
}

.cart-badge {
    background-color: rgba(0,0,0,.55);
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.offcanvas-cart-table {
    overflow-y: auto;
}

.nav-link-ref-custom {
    color: rgba(0,0,0,.55);
}

    .nav-link-ref-custom:hover {
        color: rgba(0,0,0,.55);
    }

.page {
    min-height: 61vh;
}

html,
body {
    min-height: 100vh;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.footer-bg {
    --bs-bg-opacity: 1;
    background-color: #e5e6e7;
}

.footer-copyright {
    border-top: 1px solid lightgray;
}

.footer-col-text {
    padding: 0rem 2rem;
}

.chili-modal {
    height: 90vh;
    max-width: 95vw;
}

.chili-modal-body {
    height: 80vh;
}

.chili-iframe {
    width : 100%;
    height : 95%;
}
