
.sidebar-custom {
    height: calc(100vh - 87px) !important;
}

.text-custom {
    color: #30D5C8 !important;
}

.sidebar-custom a {
    margin-top: 5px;
}

@media (max-width: 991px) {
    .nav-menus-buttons {
        top: 116px !important;
    }
}

.swiper-slide-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.zoomImg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.zoomImg img {
    height: 100%;
}

.zoomImg.active {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222a;
}
.swiper-container {
    overflow: hidden;
    width: 100%;
    max-width: 940px;
    height: 370px;
    margin: 0 auto;
}
.order-item-swiper-pagination {
    position: absolute;
    right: 0;
}
.order-item-img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.count-control {
    display: flex;
    justify-content: center;
}
.count-control .count-btn {
    font-size: 22px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.count-control .count-input::-webkit-outer-spin-button,
.count-control .count-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.count-control .count-input {
    width: 50px;
    text-align: center;
    border: none;
    background-color: transparent;
}