#hpmodel {
    display: none;
    overflow: auto;
}
#hpmodel .image, .sku, .model {
    text-align: center;
}
#hpmodel .img-responsive {
    margin:0 auto;
}
.hpmodel_type_images .hpm-item {
    margin: 4px;
    cursor: pointer;
    border-radius: 0;
    padding: 6px 10px;
    min-width: 68px;
    font-family: arial;
    box-shadow: 0 0 5px rgba(33, 153, 198, 0.0);
    border: 2px solid #d3d3d3;
}
.hpmodel_type_images .hpm-item .img-thumbnail {
    border: 0.12em solid #ffffff;
    padding: 0;
}
.hpmodel_type_images .hpm-item:active, .hpm-item.active {
    box-shadow: 0 0 5px rgba(33, 153, 198, 0.45);
    border: 2px solid rgb(33, 153, 198) !important;
    background-color: #f9f9f9;
}
.hpmodel_type_images .hpm-item:hover, .hpmodel_type_images .hpm-item:focus{
    box-shadow: 0 0 5px rgba(33, 153, 198, 0.5);
    border: 2px solid rgb(135, 205, 231);
}
.hpm-mame {
    border-top: 1px solid aliceblue;
    border-bottom: 1px solid aliceblue;
    padding: 3px 0;
}
.after_title {
    color: rgb(29, 134, 174);
}
