.hpm-group {
  margin: 0px 0px;
}
.hpm-clearfix {
  clear: both;
}
/* .hpm-type-images .hpm-item {
  margin: 3px;
  cursor: pointer;
  border-radius: 0;
  border: 2px solid #d3d3d3;
  float: left;
  text-align: center;
  max-width: 100px;
  color: #666;
} */
.hpm-type-images .hcol-image img {
  width: auto;
}
.hpm-type-images .hpm-item > div:not(.hcol-image) {
  min-width: 30px;
}
/* .hpm-type-images .hpm-item.active {
  box-shadow: 0 0 5px rgba(33, 153, 198, 0.45);
  border: 2px solid rgb(33, 153, 198);
  background-color: #f9f9f9;
} */
/* .hpm-type-images .hpm-item:hover {
  box-shadow: 0 0 5px rgba(33, 153, 198, 0.5);
} */
.hpm-type-images .hpm-item.disabled, .hpm-type-html-select .hpm-item.disabled {
  /*opacity: .3;*/
}
.hpmodel-type-select .hpm-item.disabled {
  color: #ccc;
}
.hpm-type-html-select .hpm-select-item img  {
    border-radius: 0;
    padding: 0;
    margin: 2px;
}
.hpm-select {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.hpm-select .selected {
  background: url(select.png) right center no-repeat;
  display: block;
  border: 1px solid #cecece;
  background-color: #F6F6F6;
  padding: 3px 25px 3px 3px;
  color: #444;
  overflow: auto;
}
.hpm-select.open .selected {
}
.hpm-select .hpm-select-item {
  overflow: auto; padding: 3px;
}
.hpm-select .hcol-image {
  float: left; margin-right: 10px; padding: 2px; background: #fff; border: 1px solid #ddd;
}
.hpm-select .drop-down {
  margin: -1px 0 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #cecece;
  position: absolute;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 100;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.hpm-select .drop-down > div {
  padding: 2px 5px;
  border-bottom: 1px solid #cecece;
}
.hpm-select .drop-down > div:last-child {
  border-bottom: none;
}
.hpm-select .drop-down > div.active {
  background: #F6F6F6;
}
.hpm-select .drop-down > div:hover {
  background-color: #e8e8e8;
  color: #222;
}


.hpm-cat-box {
  /* margin-bottom: 8px; */
}
/* .hpm-cat-box .hpm-type-images .hpm-cat-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  margin: 4px;
  padding: 2px;
  box-shadow: 0 0 5px rgba(33, 153, 198, 0.0);
  border: 2px solid #d3d3d3;
} */
.hpm-cat-box .hpm-type-images .hpm-cat-item .hpm-col-image img {
  width: 100%;
}
/* .hpm-cat-box .hpm-type-images .hpm-cat-item.active {
  box-shadow: 0 0 5px rgba(33, 153, 198, 0.45);
  border: 2px solid rgb(33, 153, 198);
  background-color: #f9f9f9;
} */
.hpm-cat-box select {
  width: 100%;
}
.hpm-cat-box .hprice, #hpmodel .hprice {
  font-weight: bold;
}
.hpm-cat-box .hprice-new, #hpmodel .hprice-new {
  font-weight: bold;
}
.hpm-cat-box .hprice-old, #hpmodel .hprice-old {
  color: #E12C31;
  text-decoration: line-through;
}
.hpm-cat-content.hpm-type-html-select .hpm-select .selected {
    padding: 0;
}
.hpm-cat-content.hpm-type-html-select .hpm-select .selected .hpm-col-none {
    padding: 2px 5px;
}
.hpm-type-html-select .hpm-select .hpm-select-item img  {
    border-radius: 0;
    padding: 0;
    margin: 2px;
}
.hpm-cat-content.hpm-type-html-select .hpm-cat-item{
    border-radius: 0;
    padding: 2px 5px !important;
}
.hpm-cat-box .hpm-select .selected {
  background: #F9F9F9;
  border-radius: 4px;
}
.hpm-cat-box .hpm-item .hcol-attribute {
  color: #333;
  background: transparent;
}
.hpm-cat-box .hpm-item.disabled .hcol-attribute {
  background: transparent;
}
.hpm-cat-box .hpm-select:after {
  content: "";
  width: 0;
  height: 0;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 0.2vw;
  position: absolute;
  top: 50%;
  margin-top: -0.4vw;
  right: 1vw;
}
.hpm-cat-box .hpm-select.open:after {
  margin-top: -0.2vw;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hpm-cat-box .hpm-type-images .hpm-item {
  margin-bottom: 5px;
}
.product-card__options .hpm-cat-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1025px) {
  .product-card__options .hpm-cat-box {
    /* max-width: 65%; */
  }
}
.product-card__options .hpm-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.product-card__options .hpm-group .product-card__options-color {
  max-width: 100%;
}
.hpm-cat-item img{
  border-radius: .4rem;
  overflow: hidden;
}
.hpm-cat-item.active img{
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.32);
}