html,
body {
    font-family: "Nunito", sans-serif;
}

html {
    color: red !important;
}

.content {
    min-height: calc(100vh - 107px);
    /* background-image: var(--bg-image); */
    background: linear-gradient(rgba(207, 207, 207, 0.4), rgba(0, 0, 0, 0.6)), var(--bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.home-bg {
    background-color: #E0F6FF;
    width: 100%;
    height: auto;
}

.home-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60vw;
    height: auto;
}

footer {
    background: #E0F6FF;
    border-top: 1px solid lightgrey;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(240, 238, 238, 0.5) no-repeat center center;
    z-index: 10000;
}

.card-loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
}

.nav-item-image {
    width: 2.5rem;
    height: 2.5rem;
}

/* .nav-item-badge {
    top: 0;
    left: 0
} */

.top-nav-text {
    color: black;
    text-align: center;
    font-weight: 1rem;

}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    filter: brightness(98%);
}

.hover-scale {
    transition: 0.3s;
}

.hover-scale:hover {
    transform: scale(1.03)
}

.payment-btn,
.checkout-btn,
.ticket-btn,
.billing-btn,
.edit-btn,
.add-to-cart-btn {
    background-color: #00589f !important;
}


.product-container .sidemenu-items {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.product-container .sidemenu-items li.sidemenu-item {
    /* font-size: 1rem; */
    text-decoration: none;
    padding: 0.5rem 0;
}

.product-container .sidemenu-items li.sidemenu-item>a {
    color: var(--black);
    text-decoration: none;
}

.product-container .sidemenu-items li.sidemenu-item>a:hover {
    text-decoration: none;
    border-bottom: 2px solid var(--black);
}

.product-container .sidemenu-items li.sidemenu-item.active {
    font-weight: bolder;
}

.custom-paginate .page-link {
    color: #00589f !important;
}

.custom-paginate .page-item.active .page-link {
    color: white !important;
    background-color: #00589f !important;
}

.quantity-show {
    border: 2px solid lightgrey;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: bold;
}

.locale-option {
    text-decoration: none !important;
    color: black !important;
    cursor: pointer;
}

.locale-option.active {
    font-weight: bold;
}

.announcement-modal-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px;
    color: grey;
    cursor: pointer;
}



/*
.plus-btn {
    border: 2px solid lightgrey;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
    font-size: 1rem;
    font-weight: bold;
}

.minus-btn {
    border: 2px solid lightgrey;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px;
    font-size: 1rem;
    font-weight: bold;
} */

.product-list .minus-btn {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid lightgrey;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1rem;
    font-weight: bold;
}

.product-list .plus-btn {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid lightgrey;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1rem;
    font-weight: bold;
}

.product-list .show-quantity {
    padding-right: 14px;
    padding-left: 14px;
    border: 1px solid lightgrey;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1rem;
    font-weight: bold;
}

#accordion .card-header span {
    font-size: 16px !important;
    font-weight: bold;
}

.product-render-nav .nav-item:hover {
    color: white !important;
}

.product-render-nav .nav-item {
    /* filter: contrast(80%); */
    background-color: #00589f;
    color: white !important;
    border: none !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.product-render-nav .nav-item.active {
    /* opacity: 100%;
    filter: contrast(100%); */
    background-color: #90c43e !important;
    color: white !important;
    margin-top: -6px;

}

.trip {
    background-color: #00589f;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.trip.active {
    /* opacity: 100%;
    filter: contrast(100%); */
    background-color: #90c43e !important;
    color: white !important;
    margin-top: -6px;
}