.hover_button {
    width: 478px;
    max-width: 100%;
}

#modal-open {
    color: #cc0000;
}

#modal-main {
    display: none;
    width: 90%;
    height: 90%;
    max-width: 700px;
    max-height: 700px;
    margin: 0;
    padding: 0;
    color: #666666;
    position: fixed;
    z-index: 2;
}

#modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal_image {
    max-width: 100%;
}

.nav_box div {
    height: 75px;
    font-size: 24px;
    color: #808080;
    align-self:center;
}

.list_image {
    width: 20%;
}

.products_top_image {
    max-width: 1920px;
}

.list_image:hover {
    border: 3px solid;
}

@media (max-width: 768px) {
    .list_image {
        width: 49%;
    }
}

dt, dd {
    font-weight: normal;
}

.product_description {
    margin: 20px 0;
}

.products_dl {
    border-bottom: 1px solid;
    justify-content: space-between;
    display: flex;
    margin: 10px;
    font-size: 21px;
    padding-left: 10px;
}

.products_dl dt {
    color: #808080;
}

.products_dl dd {
    margin: 0px;
}

#products_list {
    text-align: center;
    margin: auto;
    padding-bottom: 100px;
}

/* for accessory list */

#products_list .list-group-item,
#accessory_list .list-group-item {
    border-color: #fff;
}

.select_item {
    font-size: 24px;
    font-weight: bold;
}

.products_box {
    width: 245px;
    height: 300px;
}

.products_detail li {
    padding: 1px !important;
}

.list-group-item {
    background-color: transparent;
    border: 0px;
}
