#tabs-with-content .tabs:not(:last-child) {
    margin-bottom: 0;
}

#tabs-with-content .tab-content {
    padding: 1rem;
    display: none;
}

#tabs-with-content .tab-content.is-active {
    display: block;
}

#accordion {
    white-space: normal;
}

#tab-1 .box {
    cursor: pointer;
}

#tab-1, #tab-2, #tab-3, #tab-4, #tab-5 {
    display: none;
}

#tabs li:hover {
    cursor: pointer;
    background-color: #3a51b7;
}

.car_parts_image {
    position: absolute;
    display: none;
    z-index: 99999;
}

.car_parts_hover:hover .car_parts_image {
    display: block;
}