@font-face { 
    font-family: 'ALS Schlange sans'; 
    src: url('font/ALSSchlangesans.woff2'); 
}

body {
    font-family: "ALS Schlange sans";
}

footer {
    background-color: #0a3622;
}

.active-list {
    font-weight: bold;
}

.afisha-header-logo {
    font-weight: bold;
    font-style: normal;
    color: #323338;
    font-size: 32pt;
}

.afisha-header-logo:hover {
    text-decoration: none;
    color: #727272;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-style: normal;
}

.afisha-pagination {
    margin-bottom: 4rem;
}

.afisha-post {
    margin-bottom: 4rem;
}

.afisha-post-meta {
    margin-bottom: 1.25rem;
}

.card-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.description {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item:hover {
    background-color: rgb(10, 54, 34, 0.2);
}

.calendar {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-family: "ALS Schlange sans";
    font-weight: bold;
    font-style: normal;
}

.current-date {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24pt;
    color: #0a3622;
}

.day-names {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.dates {
    display: flex;
    justify-content: space-between;
}

.date {
    width: 60px;
    height: 60px;
    padding: 6pt;
    display: block;
    justify-content: center;
    align-items: center;
}

.date:hover {
    border: #323338 solid 1px;
    border-radius: 15px;
}

.active {
    border-width: 2px;
    color: #0a3622;
    font-weight: 900;
}

.day-name {
    font-size: 12px;
    color: #999;
}

.card-title {
    color: #0a3622;
}

.bg-outline-success {
    border: #0a3622 solid 1px;
    color: #0a3622;
}

.card-image {
    background-image: url(img/qk1z9nmx8kyt8k1ad0cqpv6zbtecu4rh.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.card-image-sec {
    background-image: linear-gradient(rgb(0, 0, 0, 0.75), rgb(0, 0, 0, 0.75)), url(img/a.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.calendar {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-family: "ALS Schlange sans";
    font-weight: bold;
    font-style: normal;
}

.current-date {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24pt;
    color: #0a3622;
}

.day-names {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.dates {
    display: flex;
    justify-content: space-between;
}

.date {
    width: 60px;
    height: 60px;
    padding: 6pt;
    display: block;
    justify-content: center;
    align-items: center;
}

.date:hover {
    border: #323338 solid 1px;
    border-radius: 15px;
}

.active {
    border-width: 2px;
    color: #0a3622;
    font-weight: 900;
}

.day-name {
    font-size: 12px;
    color: #999;
}

.card-title {
    color: #0a3622;
}



.checkout-container {
    max-width: 1320px;
    margin: 0 auto;
}
.checkout-container .page-title {
    font-weight: 600;
    color: #1a5c33;
}
.checkout-container .order-summary {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 1.75rem;
    margin-bottom: 2rem;
}
.checkout-container .order-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e8f0e8;
}
.checkout-container .order-item:last-child {
    border-bottom: none;
}
.checkout-container .order-item-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    background: #e8f0e8;
}
.checkout-container .item-details {
    flex-grow: 1;
}
.checkout-container .item-name {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.checkout-container .item-meta {
    color: #6c757d;
    font-size: 0.9rem;
}
.checkout-container .item-total {
    font-weight: 600;
    color: #2e7d4e;
    white-space: nowrap;
}
.checkout-container .order-total-line {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a5c33;
}
.checkout-container .form-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 2rem;
}
.checkout-container .form-label {
    font-weight: 500;
}
.checkout-container .btn-confirm {
    background: linear-gradient(135deg, #2e8b57, #3fa968);
    border: none;
    font-size: 1.15rem;
    padding: 14px 2rem;
    font-weight: 600;
    transition: all 0.2s;
}
.checkout-container .btn-confirm:hover:not(:disabled) {
    background: linear-gradient(135deg, #3aa368, #4cc179);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(46,139,87,0.3);
}
.checkout-container .btn-confirm:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.checkout-container .spinner-border {
    width: 1.2rem;
    height: 1.2rem;
}

.cart-wrapper {
    position: absolute;
    top: 20px;
    right: 600px;
    z-index: 1050;
}
.cart-wrapper .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 580px;
    max-width: 95vw;
    background: white;
    border-radius: 10px;
    box-shadow: 0 25px 25px rgba(0,0,0,1);
    border: 1px solid #e0e8e0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.22s ease;
    margin-top: 8px;
}
.cart-wrapper .cart-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.cart-wrapper .cart-header {
    background: #f8fdfa;
    padding: 14px 18px;
    border-bottom: 1px solid #e8f0e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-wrapper .cart-body {
    max-height: 420px;
    overflow-y: auto;
    padding: 8px 10px;
}
.cart-wrapper .cart-body::-webkit-scrollbar {
    width: 7px;
}
.cart-wrapper .cart-body::-webkit-scrollbar-track {
    background: #f0f5f0;
}
.cart-wrapper .cart-body::-webkit-scrollbar-thumb {
    background: #a0d4b2;
    border-radius: 10px;
}
.cart-wrapper .cart-item {
    padding: 10px 8px;
    border-bottom: 1px solid #f0f5f0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cart-wrapper .item-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    background: #e8f0e8;
}
.cart-wrapper .item-info {
    flex-grow: 1;
}
.cart-wrapper .item-title {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 4px;
}
.cart-wrapper .item-title a, .cart-wrapper .item-title a:hover {
    text-decoration: none;
    color: #000;
}
.cart-wrapper .item-price {
    font-weight: 600;
    color: #2e7d4e;
    font-size: 1.02rem;
}
.cart-wrapper .quantity-control {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
}
.cart-wrapper .quantity-control button {
    width: 32px;
    height: 32px;
    padding: 0;
    position: relative;
    line-height: 14px;
    font-size: 15px;
    text-align: center;
}
.cart-wrapper .quantity-control button .me-2 {
   margin-left: 5px;
}
.cart-wrapper .btn-remove {
    color: #dc3545;
    background: none;
    border: none;
    font-size: 1.1rem;
    padding: 4px 8px;
    opacity: 0.7;
    cursor: pointer;
    position: relative;
}
.cart-wrapper .btn-remove:hover { opacity: 1; }
.cart-wrapper .cart-empty {
    padding: 60px 20px;
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
}
.cart-wrapper .cart-footer {
    padding: 14px 18px;
    border-top: 1px solid #e8f0e8;
    background: #f8fdfa;
}
.cart-wrapper .total-line {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #1a5c33;
}
.cart-wrapper .close-btn {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.15s;
}

#cartToggleBtn {
    text-align: center;
    transition: all 0.2s;
}
#cartTotal {
    font-size: 0.78rem;
    font-weight: 500;
    white-space: nowrap;
}
#cartBadge {
    font-size: 0.65rem;
    min-width: 18px;
    height: 18px;
    padding: 0 6px;
    line-height: 18px;
}

.calendar-container {
    max-width: 280px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #e0e6e8;
    font-family: 'Segoe UI', system-ui, sans-serif;
}
.calendar-container .calendar-header {
    background: linear-gradient(135deg, #2c4f3b, #3a6b4e);
    color: white;
    padding: 0.9rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-container .calendar-header h5 {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.calendar-container .btn-nav {
    background: rgba(255,255,255,0.18);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.calendar-container .btn-nav:hover:not(:disabled) {
    background: rgba(255,255,255,0.35);
    transform: scale(1.08);
}
.calendar-container .btn-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.calendar-container .calendar-grid {
    padding: 1rem 0.8rem;
}
.calendar-container .weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: 500;
    color: #555;
    font-size: 0.82rem;
    margin-bottom: 0.6rem;
}
.calendar-container .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}
.calendar-container .day {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 0.84rem;
    cursor: pointer;
    transition: all 0.18s;
    position: relative;
}
.calendar-container .day:hover:not(.disabled):not(.other-month) {
    background: #e8f0e9;
    font-weight: 600;
}
.calendar-container .day.today {
    background: #fff3cd;
    font-weight: bold;
    border: 1px solid #ffc107;
}
.calendar-container .day.selected {
    background: #2c4f3b !important;
    color: white !important;
    font-weight: bold;
    box-shadow: 0 0 0 3px rgba(44,79,59,0.3);
}
.calendar-container .has-event {
    background: #fff0f5;
    border: 1px solid #ffcccc;
    color: #c41e3a;
    font-weight: 600;
}
.calendar-container .has-event:hover {
    background: #ffebee;
    border-color: #ff9999;
}
.calendar-container .disabled {
    color: #ccc !important;
    cursor: not-allowed !important;
    background: #f9f9f9 !important;
}
.calendar-container .other-month {
    color: #bbb !important;
}
.calendar-container .calendar-actions {
    padding: 0.8rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #e0e6e8;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.calendar-container .btn-action {
    flex: 1;
    max-width: 120px;
    font-size: 0.9rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.2s;
    border: none;
}
.calendar-container .btn-find {
    background: #2c4f3b;
    color: white;
}
.calendar-container .btn-find:hover {
    background: #3a6b4e;
}
.calendar-container .btn-clear {
    background: #6c757d;
    color: white;
}
.calendar-container .btn-clear:hover {
    background: #5a6268;
}