@media (max-width: 992px) {
    .offcanvas-nav .nav-link {
        font-size: 1.25rem !important;
    }
}

.navbar-main {
    height: 81px !important;
}

.slider {
    max-height: 660px;
}

.swiper-wrapper {
    max-height: 660px;
}

.swiper-slide {
    max-height: 660px;
}

.map-marker-item {
    display: flex;
    flex-direction: column;
    color: #343f52;
    min-width: 300px;
}

    .map-marker-item .content {
        padding: 5px;
        font-size: 13px;
    }

        .map-marker-item .content .icon {
            font-size: 32px;
            line-height: 32px;
            margin-right: 15px;
            color: #ef5237;
        }

        .map-marker-item .content .text {
        }

    .map-marker-item .addresses {
        border-top: 1px dotted rgba(0, 0, 0, 0.1);
        border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
        margin: 5px 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .map-marker-item .extra {
        font-size: 11px;
        color: #54a8c7;
    }

    .map-marker-item .content .text .title {
        font-weight: bold;
        display: block;
        margin-left: 4px;
        margin-right: 50px;
        margin-bottom: 3px;
    }

    .map-marker-item .content .text .bcode {
        background-color: #45c4a0;
        color: #fff;
        display: inline-block;
        padding: 2px 8px;
        border-radius: 50px;
        font-size: 11px;
    }

    .map-marker-item .content .address {
        font-size: 11px;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .map-marker-item .content .city {
        font-size: 11px;
        font-weight: bold;
        color: #ef5237;
        padding: 0;
        margin: 0;
    }

    .map-marker-item .content .distance {
        background-color: #e4f1f6 !important;
        color: #54a8c7 !important;
        display: inline-flex;
        padding: 2px 8px;
        border-radius: 50px;
        font-size: 13px;
        margin: 0;
    }

    .map-marker-item .tools {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .map-marker-item .tools .hours {
            font-size: 11px;
            font-weight: bold;
            color: #343f52;
            white-space: nowrap;
            margin: 0 5px;
        }

        .map-marker-item .tools .nav {
            display: flex;
            flex-direction: row;
        }

            .map-marker-item .tools .nav li {
                padding: 0;
                margin: 0;
            }

            .map-marker-item .tools .nav .nav-link {
                white-space: nowrap;
                font-size: 12px !important;
                color: #808080;
                padding: 0 5px;
                margin: 0;
            }

                .map-marker-item .tools .nav .nav-link:hover {
                    color: #ef5237;
                }

.leaflet-popup-close-button {
    border-radius: 50px;
    background-color: #ef5237 !important;
    color: #fff !important;
    right: 10px !important;
    top: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .leaflet-popup-close-button:hover {
        background-color: #be3922 !important;
    }

.map-list-item {
    margin-bottom: 3px;
    padding: 5px 5px 10px 5px;
    border: 1px solid transparent;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

    .map-list-item.active,
    .map-list-item:hover {
        background-color: #fff6f5;
        border: 1px solid #ef5237;
    }

.map-container {
    display: grid;
    grid-template-columns: 500px 1fr;
    height: calc(100vh - 150px);
    min-height: 600px;
    position: relative;
    width: 100%;
}

.map-list-container {
    overflow: hidden;
    background: #fff;
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 400px !important;
}

@media (max-width: 576px) {
    .map-list-container {
        width: 100% !important;
        min-width: 100vw !important;
        max-width: 100vw !important;
    }
}

.map-app-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.active .bg-white {
    border: 2px solid var(--bs-primary);
}

/* Leaflet specific fixes */
.leaflet-container {
    width: 100%;
    height: 100%;
}

.leaflet-popup-content {
    margin: 10px 15px 15px 15px !important;
    min-width: 200px;
}

    .leaflet-popup-content h5 {
        margin-bottom: 8px;
        color: var(--bs-primary);
    }

    .leaflet-popup-content p {
        margin: 5px 0;
        font-size: 14px;
    }

/* MarkerCluster custom styles */
.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

    .marker-cluster div {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: 5px;
        text-align: center;
        border-radius: 15px;
        font-size: 12px;
        color: white;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
}

    .marker-cluster-small div {
        background-color: rgba(110, 204, 57, 0.6);
    }

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}

    .marker-cluster-medium div {
        background-color: rgba(240, 194, 12, 0.6);
    }

.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
}

    .marker-cluster-large div {
        background-color: rgba(241, 128, 23, 0.6);
    }

.swal2-popup {
    border-radius: 1rem !important;
}

.swal2-actions button {
    padding: 10px 20px;
    font-size: 13px;
    min-width: 100px;
    border-radius: 1rem;
    outline: none;
}

    .swal2-actions button:focus-visible {
        box-shadow: none;
    }

    .swal2-actions button.swal2-confirm {
        background-color: #ef5237;
    }

        .swal2-actions button.swal2-confirm:hover {
            background-color: #d33c21;
        }

.swal2-title {
    font-size: 22px;
    color: #343f52;
}

.swal2-html-container {
    font-size: 16px;
    color: #60697b;
    line-height: 1.3rem;
}

.social.social-muted a:not(.btn-circle):not([class*="link-"]) i {
    color: #fff !important;
}

.product-card {
    transition: all 0.3s ease;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

.product-thumb {
    background: #f8f9fa;
    border-radius: 1rem;
    overflow: hidden;
}

.product-limit-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

.cart-items {
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 #ffffff;
}

    .cart-items::-webkit-scrollbar {
        width: 6px;
    }

    .cart-items::-webkit-scrollbar-track {
        background: #ffffff;
    }

    .cart-items::-webkit-scrollbar-thumb {
        background-color: #dee2e6;
        border-radius: 3px;
    }

.search-box {
    position: relative;
}

    .search-box i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
    }

    .search-box input {
        padding-right: 35px;
    }

@media (max-width: 768px) {
    .v-footer-menu-header {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #efefef;
        padding: 10px 15px;
        margin: 0 -15px 0 -15px !important;
    }

        .v-footer-menu-header:hover {
            color: #ef5237;
        }

    footer .list-unstyled {
        margin: 15px 0;
    }
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #ef5237;
    cursor: pointer;
}

    input[type="range"]::-webkit-slider-thumb:hover {
        background: #d33c21;
    }

.marker-cluster-small {
    background-color: #003c3c !important;
}

    .marker-cluster-small div {
        background-color: transparent !important;
    }

.marker-cluster-medium {
    background-color: #003c3c !important;
}

    .marker-cluster-medium div {
        background-color: transparent !important;
    }

.marker-cluster-large {
    background-color: #003c3c !important;
}

    .marker-cluster-large div {
        background-color: transparent !important;
    }

.floating-contact-button-container {
    position: fixed;
    top: calc(50% - 25px);
    right: 20px;
    z-index: 1100;
}

.floating-contact-button {
    background-color: #40cd8c;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .floating-contact-button:hover {
        background-color: #35b87a;
    }

    .floating-contact-button i {
        color: #fff;
    }

.contact-popover {
    position: absolute;
    bottom: 0;
    right: calc(100% + 15px);
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 260px;
}

.contact-popover-content {
    padding: 15px;
}

    .contact-popover-content h5 {
        color: #343f52;
        margin: 0;
    }

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    color: #60697b;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .contact-option:hover {
        background-color: #f8f9fa;
        color: #40cd8c;
    }

    .contact-option i {
        font-size: 20px;
    }

      .sisal-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
  }

  .sisal-popup-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: popupSlideIn 0.3s ease-out;
  }

  .sisal-popup-container.popup-md {
    max-width: 500px;
    width: 100%;
  }

  .sisal-popup-container.popup-lg {
    max-width: 800px;
    width: 100%;
  }

  .sisal-popup-container.popup-xl {
    max-width: 1200px;
    width: 100%;
  }

  .sisal-popup-content {
    position: relative;
  }

  .sisal-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    color: #6c757d;
  }

  .sisal-popup-close:hover {
    background: #e9ecef;
    color: #495057;
    transform: scale(1.1);
  }

  .sisal-popup-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
  }

  .sisal-popup-progress-bar {
    height: 100%;
    background: #40cd8c;
    transition: width 0.3s ease;
    border-radius: 15px 15px 0 0;
  }

  .sisal-popup-progress-text {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #667889;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 500;
    z-index: 11;
  }

  .sisal-popup-header {
    padding: 25px 25px 0 25px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px;
  }

  .sisal-popup-header h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #212529;
    font-weight: 600;
  }

  .sisal-popup-body {
    padding: 25px;
  }

  .popup-fade-enter-active,
  .popup-fade-leave-active {
    transition: opacity 0.3s ease;
  }

  .popup-fade-enter-active .sisal-popup-container,
  .popup-fade-leave-active .sisal-popup-container {
    transition: transform 0.3s ease;
  }

  .popup-fade-enter,
  .popup-fade-leave-to {
    opacity: 0;
  }

  .popup-fade-enter .sisal-popup-container,
  .popup-fade-leave-to .sisal-popup-container {
    transform: scale(0.9) translateY(-20px);
  }

  @keyframes
  popupSlideIn {
    from {
      opacity: 0;
      transform: scale(0.9) translateY(-20px);
    }

    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }

  body.popup-open {
    overflow: hidden;
  }

  @media
  (max-width: 768px) {
    .sisal-popup-container {
      margin: 10px;
      max-height: calc(100vh - 20px);
    }

    .sisal-popup-container.popup-lg,
    .sisal-popup-container.popup-xl {
      max-width: none;
    }

    .sisal-popup-header,
    .sisal-popup-body {
      padding: 20px;
    }
  }