.hpm-group {
  z-index: 150;
}
.hpm-clearfix {
  clear: both;
}
.hpm-title {
  font-weight: bold;
  width: 100%;
}
.hpm-type-images {
  width: 100%;
}

.hpm-item.hpm-cat-item {
	cursor: pointer;
}

.hpm-cat-box>.hpm-group.hpm-group-0 {
	position: absolute;
    left: 2.5rem;
    top: 5.5rem;
}

.hpm-cat-box>.hpm-group.hpm-group-1 {
	position: relative;
	margin: 10px 0px;
}

.hpm-cat-box>.hpm-group.hpm-group-0>.hpm-type-images {
	display: grid;
	grid-template-columns: 43px;
	gap: 1rem;
}

.hpm-cat-box>.hpm-group.hpm-group-1>.hpm-type-images {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	gap: 8px;
}

.hpm-cat-box>.hpm-group.hpm-group-0>.hpm-type-images>.hpm-cat-item {
	padding:3px;
	margin:0;
	border:0;
	background-color: #ffffff;
	border-left: 2px solid var(--bg-no-image);
}

.hpm-cat-box>.hpm-group.hpm-group-1>.hpm-type-images>.hpm-cat-item {
	width: 100%;
	border-radius: 5px;
	border: 2px solid var(--bg-no-image);
	text-align: center;
	background-color: #ffffff;
	font-size: 1.5rem;
	white-space: nowrap;
}

.hpm-cat-box>.hpm-group.hpm-group-0>.hpm-type-images>.hpm-cat-item.active {
	border-left: 2px solid var(--theme-primary-color);
}

.hpm-cat-box>.hpm-group.hpm-group-0>.hpm-type-images>.hpm-cat-item:hover {
	border-left: 2px solid var(--theme-primary-color);
}

.hpm-cat-box>.hpm-group.hpm-group-0>.hpm-type-images>.hpm-cat-item.disabled {
	opacity: .1;
}

.hpm-cat-box>.hpm-group.hpm-group-1>.hpm-type-images>.hpm-cat-item.active {
	border: 2px solid var(--theme-primary-color);
}

.hpm-cat-box>.hpm-group.hpm-group-1>.hpm-type-images>.hpm-cat-item:hover {
	border: 2px solid var(--theme-primary-color);
}

.hpm-cat-box>.hpm-group.hpm-group-1>.hpm-type-images>.hpm-cat-item.disabled {
	background-color: var(--bg-no-image);
	color: #ccc;
	border: 2px solid #ccc;
}

#hpmodel, #hpmodel>.hpm-group-0 {
    margin-bottom: 2rem;
}

#hpmodel>.hpm-group-0>.hpm-type-images {
	display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
    justify-items: start;
    width: 6rem;
}

#hpmodel>.hpm-group-1>.hpm-type-images {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
    justify-items: start;
    width: 6rem;
} 

#hpmodel>.hpm-group-0>.hpm-type-images>a>.hpm-item, #hpmodel>.hpm-group-0>.hpm-type-images>.hpm-item {
	border-bottom: 2px solid var(--bg-no-image);
	background-color: #ffffff;
	font-size: 1.5rem;
	padding: .5rem .5rem;
    min-width: 60px;
}

#hpmodel>.hpm-group-0>.hpm-type-images>a>.hpm-item.active, #hpmodel>.hpm-group-0>.hpm-type-images>.hpm-item.active {
	border-bottom: 2px solid var(--theme-primary-color);
}

#hpmodel>.hpm-group-1>.hpm-type-images>a {
	color: var(--theme-primary-color);
}

#hpmodel>.hpm-group-0>.hpm-type-images .hpm-item>.hcol-image {
	text-align: center;
}

#hpmodel>.hpm-group>.hpm-type-images>a:hover {
	opacity: 1;
}

#hpmodel>.hpm-group-1>.hpm-type-images>a>.hpm-item, #hpmodel>.hpm-group-1>.hpm-type-images>.hpm-item {
	border-radius: 5px;
	border: 2px solid var(--bg-no-image);
	text-align: center;
	background-color: #ffffff;
	font-size: 1.5rem;
	padding: .5rem .5rem;
    min-width: 60px;
	color: var(--theme-primary-color);
}

#hpmodel>.hpm-group-1>.hpm-type-images>a>.hpm-item.active, #hpmodel>.hpm-group-1>.hpm-type-images>.hpm-item.active {
	color: #ffffff;
	background-color: var(--theme-primary-color);
	border: 2px solid var(--theme-primary-color);
}

#hpmodel>.hpm-group-0>.hpm-type-images>a>.hpm-item:hover{
	border-bottom: 2px solid var(--theme-primary-color);
}

#hpmodel>.hpm-group-1>.hpm-type-images>a>.hpm-item:hover {
	border: 2px solid var(--theme-primary-color);
}

#hpmodel>.hpm-group-0>.hpm-type-images>a>.hpm-item.disabled{
	opacity: .1;
}

#hpmodel>.hpm-group-1>.hpm-type-images>a>.hpm-item.disabled {
	background-color: var(--bg-no-image);
	color: #ccc;
	border: 2px solid #ccc;
}