.hpm-block
{
	--active-border: #f90;
	--hover-border: #3ecdf5;
	--out-of-stock: #FFCCCB;  
}

a.hpm-button,
span.hpm-button
{
	border: 1px solid #ddd;
    opacity: 1;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    width: 101px;
    display: flex;
    height: 42px;
    border: 1px solid #D5E2F0;
    font-size: 16px;
    justify-content: center;
    align-items: center;
} 
.column-image a.hpm-button,
.column-image span.hpm-button
{
	background-color: white;
	padding: 4px;
}
.hpmrr-se0
{
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hpm-block-prd h4
{
    font-size: 16px;
    margin: 5px 0 0 0;
}
.hpm-button-wrapper
{
overflow: visible;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.hpm-block-prd .hpm-button-wrapper select
{
	max-width: 150px;
	display: inline-block;
	padding: 5px 10px;
	height: auto;
}
.hpm-block-prd
{
	width: 100%;
	text-align: left;
}

.hpmcircle
{
    overflow: hidden;
    width: 28px !important;
    height: 28px !important;
    border-radius: 4px;
}

/* for category */
.hpm-block-cat
{
	width: 100%;
	text-align: center;
	display: block;
	margin-top:20px;
}

.hpm-block-cat .hpm-button
{

} 

.hpm-block-cat h4
{
	margin: 5px 0 0 0;
	font-size: 14px;
}
.hpm-block-cat select.hpm-button-wrapper
{
	max-width: 150px;
	display: inline-block;
	padding: 3px 6px;
	height: auto;
}

/* active disabled */
.hpm-button.active, .hpm-block li.active
{
	background: #446CA9;
	color:#fff;
	border:1px solid #446CA9;
	opacity: 1;
}

.hpm-button.disabled, .hpm-block li.disabled
{
	opacity: 0.1;
	display:none;
}
.hpm-button.out-stock .hpm-block li.out-stock
{
	opacity: 0.25;
}

.hpm-button:hover, .hpm-block li:hover
{
	text-decoration: none;
    border-color: #446CA9;
    opacity: 1;
}

.hpm-button:has(> span.hpmcircle)
{
    width: auto;
    height: auto;
    background: #fff;
    padding: 4px;
}

.hpm-block li.out-stock, 
.hpm-block option.out-stock
{
	background-color: rgba(255, 0, 0, 0.1);
}

.hpm-button.out-stock
{
  position: relative;
}
.hpm-button.out-stock:before
{
  position: absolute;
  content: "";
  top: 50%;
  border-top: 1px solid;
  border-color: #093474;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}/*
.hpm-button.out-stock:after
{
  position: absolute;
  content: "";
  top: 50%;
  border-top: 1px solid;
  border-color: #446CA9;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  left: 0px;
	right: 0px;
}*/
.column-attr_13 .hpm-button.out-stock:before{transform:rotate(-21deg);}
.column-attr_13 .hpm-button.active.out-stock:before{border-color:#fff;}
.column-attr_13 .hpm-block-cat .hpm-button.out-stock:before{left:-1px; right:-1px;}
.hpm-block-prd .hpm-button.out-stock:before
{
	left: 0px;
	right: 0px;
}

.hpm-block-prd .column-custom3 .hpm-button.out-stock:before
{
	left: 1px;
	right: 1px;
}


/*
.hpm-block-prd .hpm-button.out-stock:after
{
	left: 1px;
	right: 1px;
}
*/
.hpm-block-cat .hpm-button.out-stock:before
{
	left: 0px;
	right: 0px;
}
.img-resp
{
	max-width: 100%;
	margin: 0 auto;
	display: table;
	height: auto;
}
.dd-option-image, .dd-selected-image
{
	height: 25px;
	max-width: auto;
}
.dd-option,.dd-selected
{
	padding: 4px 7px!important;
}
.dd-option-text,.dd-selected-text
{
	line-height: 25px!important;
	margin: 0;
}

.dropdown-select .btn
{
	background-color: white;
	padding: 5px 8px;
}

.hpm-block-prd .column-attr_13 .hpm-button.out-stock:before{
	transform: rotate(-19deg);
}

.dropdown-select ul
{
    padding: 10px;
}
.dropdown-select ul li a
{
    display: block;
}
.hpm-block a
{
    text-decoration: none;
    color: black;
}

.select-img
{
	margin-right: 5px;
}
.hpm-block .minmax
{
	font-size: 20px;
	line-height: 25px;
}
.tooltip-arrow,
.white-tooltip + .tooltip > .tooltip-inner {background-color: white;}


.hpm-block-cat3 .column-custom3
{ position: absolute; left: 10px; top: 10px; }
.hpm-block-cat3 .column-custom3 .hpm-button
{ display: block;}
.hpm-block-cat3 h4 { display: none;}

@media (max-width: 1579px) {
    .hpmcircle {
        width: 24px !important;
        height: 24px !important;
    }
	a.hpm-button, span.hpm-button{width:89px; height:30px; font-size:14px;}
.column-attr_13 .hpm-button.out-stock:before{    transform: rotate(-16deg);}
}



