/* Page */
body.body-class {
    background-color: #231F20;
    color: #ffffff;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

/* Subcategory Scroll */
.subcategory-scroll {
    background: transparent;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.subcategory-scroll::-webkit-scrollbar {
    display: none;
}

/* Subcategory Wrapper */
.subcategory-wrapper {
    padding: 0 12px;
    margin: 0px;
}

/* Subcategory Menu Image */
.subcategory-wrapper .menu-img {
    width: 25px;
    height: 25px;
    margin: 0 0 8px 0;
    border-radius: 8px;
}

/* Subcategory Links */
.subcategory-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0px 8px 0px;
    transition: color 0.3s ease;
}

.subcategory-link:hover {
    color: #5ca2e0;
}

.subcategory-link .indicator {
    height: 3px;
    width: 100%;
    background: transparent;
    transition: background 0.3s ease;
}

.subcategory-link.active {
    color: #ffffff;
}

.subcategory-link.active .indicator {
    background: #5ca2e0;
}

/* Language and Currency Buttons */
.language-button, .currency-button {
    border: 1px solid #545454 !important;
    border-radius: 5px;
    padding: 8px 16px 8px 16px;
    margin: 0px 4px 0px 0px;
    color: #ffffff;
    background: #231F20;
}

.language-button.selected, .currency-button.selected {
    background: #333333 !important;
    color: #ffffff !important;
    border-color: #545454 !important;
}

.language-button:hover, .currency-button:hover {
    background: #545454 !important;
    color: #ffffff !important;
    border-color: #545454 !important;
}

/* Primary Button */
.btn-primary {
    background: #cdc1b2 !important;
    color: #444444 !important;
    border: 1px solid #bfb3a0 !important;
    border-radius: 5px;
    padding: 12px 24px 12px 24px;
    margin: 0px;
}

/* Category Tile */
.category-tile {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    transition: transform 0.2s;
    display: block;
    overflow: hidden;
}

.category-tile:hover {
    transform: scale(1.02);
}

.category-tile img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
}

/* Menu Name */
.menuname {
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 8px 4px;
    margin-top: 4px;
}

/* Loading Overlay */
#loadingOverlay {
    background: rgba(0, 0, 0, 0.76);
}

.spinner-border {
    margin: auto;
}

/* Flag */
.flag img {
    border-radius: 5px;
    width: 24px;
    height: 16px;
}

/* Active Button States */
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #3d678c;
}

/* List Group */
.list-group-item {
    background: #353132 !important;
    border: 0;
    color: #ffffff;
    border-bottom: 0px !important;
    border-radius: 10px !important;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
}

.list-group-item:hover {
    color: #ffffff !important;
    background: #28343d !important;
}

.list-group-item .text-muted {
    color: #f1f1f1 !important;
}

/* Product List Image */
.product-list-image {
    min-width: 60px;
}

/* Price */
.price {
    color: #ffffff;
    font-size: 16px;
    background: #312e2e;
    border: 1px solid #686565;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: -15px;
    margin-right: -20px;
}

/* Loading Overlay Show */
#loadingOverlay.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Subcategory Name */
.subcategory-name {
    font-size: 22px;
    margin-bottom: 10px;
}

/* Modal Content */
.modal-content {
    background: #353132 !important;
    border-radius: 12px;
    padding: 10px 10px 10px 10px;
}

.btn-close {
    filter: invert(1);
}

.modal-header {
    font-size: 20px;
    border-bottom: none;
}

.modal-body {
    padding-top: 0px;
    margin-top: 0px;
}

.modal-body img {
    border-radius: 15px;
}

.modal-content .text-muted, .modal-content {
    color: #fcfcfc !important;
}

.modal-content .price {
    width: auto;
    font-size: 20px;
    min-width: 100px;
    max-height: 50px;
    text-align: right;
}

/* Modal Description */
.modal-content .description {
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    background: #464646;
}

/* Menu Image */
.menu-img {
    width: 25px;
    height: 25px;
    margin-top: -3px;
    float: left;
}

/* Slogan */
.slogen {
    font-size: 23px;
}

/* Alert Info */
.alert-info {
    background: #4a4f54 !important;
    color: #ffffff !important;
    border-color: #a9a9a9 !important;
}

/* Rating Stars */
.rating-star,
.rating-display .fa-star,
.rating-display .fa-star-half-alt {
    color: #ffffff !important;
}

/* Product Rating Badge */
.product-rating {
    color: #ffffff !important;
}

/* Comment Item */
.comment-item {
    background: #535353;
    border: 1px solid #231f20;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin-bottom: ;
}

.comment-item .comment-author {
    color: #ffffff;
    font-weight: 600;
}

.comment-item .comment-date {
    color: #ffffff;
    font-size: 0.875rem;
}

.comment-item .comment-text {
    color: #ffffff;
    font-size: 0.875rem;
    margin-bottom: 0;
}
