#hpmodel .image, #hpmodel .sku, #hpmodel .model {
    text-align: center;
}

#hpmodel {
    margin-top: 20px;
}

#hpmodel .img-responsive {
    margin: 0 auto;
}

.hpmodel_type_images .hpm-item {
    margin: 4px;
    cursor: pointer;
    border-radius: 0;
    padding: 6px 10px;
    box-shadow: 0 0 5px rgba(33, 153, 198, 0.0);
    border: 2px solid #d3d3d3;
    display: inline-block;
}

.hpmodel_type_images .hpm-item .img-thumbnail {
    border: 0.12em solid #ffffff;
    padding: 0;
}

.hpmodel_type_images .hpm-item:active, .hpmodel_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;
}

.hpmodel_type_images .hpm-item:hover, .hpmodel_type_images .hpm-item:focus {
    border: 1px solid #E4E7EE;
}

.hpm-mame {
    border-top: 1px solid aliceblue;
    border-bottom: 1px solid aliceblue;
    padding: 3px 0;
}

.after_title {
    color: rgb(29, 134, 174);
}

#hpmodel .price {
    margin: 0 !important;
}

#hpmodel .hprice {
    font-weight: bold;
}

#hpmodel .hprice-new {
    font-weight: bold;
}

#hpmodel .hprice-old {
    color: #E12C31;
    text-decoration: line-through;
}

.hpm-cat-box {
    margin-bottom: 5px;
}

.hpm-type-images .hpm-cat-item {
    display: inline-flex;
    text-align: center;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 2px;
    width: 39px;
    height: 39px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #090F24;
}

.hpm-type-images .hpm-cat-item.more {
    background: #F4F5F9;
}

.hpm-type-images .hpm-cat-item:not(.more):nth-child(n + 5) {
    display: none;
}

.hpm-cat-content.active .hpm-cat-item:not(.more):nth-child(n + 5) {
    display: inline-flex;
}

.hpm-type-images .hpm-cat-item .hpm-col-image img {
    width: 33px;
	height: 33px;
}

.hpm-type-images .hpm-cat-item.active {
    border-color: #B20C85;
    box-shadow: 0px 2px 4px 0px #ED9BC133;
}

.hpm-type-images .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-select {
    cursor: pointer;
    position: relative;
}

.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 .hpm-select-item img {
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
}

.hpm-select .hpm-col-image {
    float: left;
    margin-right: 10px;
}

.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-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;
}

@media (max-width: 1919px) {
    .hpm-type-images .hpm-cat-item {
        margin: 0;
    }
}

.hpm-name mark {
    font-weight: 500;
    font-size: 22px;
    line-height: 139.02%;
    color: #090F24;
    background: none;
    display: block;
    padding: 0;
}

.hpmodel_type_images {
    display: flex;
    flex-flow: row wrap;
    gap: 0 12px;
}

.hpm-item-last,
.hpmodel_type_images .hpm-item {
    margin: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
    width: calc(100% / 6 - 10px);
}

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

.hpmodel_type_images .hpm-item-last.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F5F9;
    border-radius: 11px;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #090F24;
}


.hpmodel_type_images .hpm-item:nth-child(n + 6) {
    display: none;
}

.hpmodel_type_images .hpm-item.active {
    border: 1px solid #B7B8C5;
    box-shadow: none;
}

.hpmodel_type_images.active .hpm-item:nth-child(n + 6) {
    display: flex;
}

.hpmodel_type_images .hpm-item .hpm-v-image {
    width: 100%;
}

.hpmodel_type_images .hpm-item .hpm-v-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

@media (max-width: 991px) {
    .hpm-type-images .hpm-cat-item:not(.more):nth-child(n + 4) {
        display: none;
    }
}

@media (max-width: 550px) {
    .hpm-item-last, .hpmodel_type_images .hpm-item {
        width: calc(100% / 4 - 10px);
    }

    .hpmodel_type_images .hpm-item:nth-child(n + 6) {
        display: block;
    }

    .hpmodel_type_images .hpm-item:nth-child(n + 8) {
        display: none;
    }
}

@media (max-width: 411px) {
    .hpm-type-images .hpm-cat-item {
        width: 35px;
        height: 35px;
    }
	

	.hpm-type-images .hpm-cat-item .hpm-col-image img {
		width: 29px;
		height: 29px;
	}

    .hpm-cat-content {
        margin: 0;
    }


    .hpm-type-images .hpm-cat-item:not(.more):nth-child(n + 3) {
        display: none;
    }

    .hpm-item-last, .hpmodel_type_images .hpm-item {
        width: calc(100% / 3 - 8px);
    }

    .hpmodel_type_images .hpm-item:nth-child(n + 8) {
        display: block;
    }


    .hpmodel_type_images .hpm-item:nth-child(n + 6) {
        display: none;
    }
}

