.logo-img {
    width: 200px;
    transition: width 0.3s ease;
}

.is-sticky .logo-img {
    width: 150px;
}

.curreny-wrap a {
    color: #555555;
}

.language a {
    color: #555555;
}

.pro-nav .slick-track {
    display: flex !important;
    justify-content: flex-start !important;
}

.sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.shop-categories li.active a {
    font-weight: bold;
    color: #c29958;
}

.zoomImg {
    pointer-events: none !important;
}

.reservation {
    background: #28a745;
}