html, body {
    height: 100%;
}
.dropdown-item:hover {
    color: #fff;
    background-color: #198754;
}
.accordion-body-items:hover {
    background-color: #198754;
}
.cart-item-img {
    height: 250px;
}
.border-hover-primary:hover {
    border-color: #dc3545 !important;
}

.bg-hover-light:hover {
    background-color: #f8f9fa !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.link-danger-hover:hover {
    color: #dc3545 !important;
    transition: color 0.3s ease;
}
.img_for_detail {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.zoom-img {
    transition: transform 0.3s ease-in-out;
}
.zoom-img:hover {
    transform: scale(1.7);
    z-index: 2;
    position: relative;
}
