.sidepanel {
    background-color: #212529;
    border-radius: 10px;
    color: white;
}

.sidepanel-body {
    padding-left: 0;
}

.sidepanel-container{
    z-index: 100;
}

.sidepanel-inner-ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidepanel-inner-li a {
    color: #f8f9fa;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

.sidepanel-inner-li a:hover {
    color: #ffc107;
    transform: translateX(3px);
}

.sidepanel button:focus {
    box-shadow: none;
}

.sidepanel button i {
    transition: transform 0.3s ease;
}

.sidepanel button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.col-lg-9 img{
    display: block !important;
    margin: auto !important;
    
}

.product-body img {
  transition: transform 0.3s ease;
}

.product-body img:hover {
  transform: scale(1.02);
}

.btn-outline-primary, .btn-outline-danger {
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
}

input[type=checkbox] {
    display: none;
}

.product-body label img {
    transition: transform 0.25s ease;
    cursor: zoom-in;
    width: 100%;
}

/* input[type=checkbox]:checked ~ label > img {
    transform: scale(2);
    cursor: zoom-out;
    margin-top:100px;
} */

.inner-ul a{
    transition: all .5s ease;
}

.active{
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #ffc107 !important;
    padding-left: 6px;
}

.inner-ul a.active, .inner-ul a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #ffc107;
  padding-left: 6px;
  color: #ffc107 !important;
}
