.colors-attr{
overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    flex-direction: column;
    right: 10px;
	top:10px;
    width: auto;
    text-align: center;
}
.colors-attr li {
	line-height:normal;
	display:none;
}
.colors-attr li:nth-child(1),
.colors-attr li:nth-child(2),
.colors-attr li:nth-child(3),
.colors-attr li:nth-child(4),
.colors-attr li:nth-child(5),
.colors-attr li.no-color{
	display:inline-block;
}
.colors-attr li	a{
	display:block;
	height: 100%;
	position:relative;
    width: 100%;
}
.colors-attr li	a .color-border{
	display:inline-block;
	width:auto;
	height:auto;
	border:2px solid transparent;
	border-radius: 50%;
}
.colors-attr li	a .color-border span{
	display:block;
	height: 20px;
    width: 20px;
	border-radius: 50%;
}
.colors-attr li:first-child a .color-border,
.colors-attr li a .color-border:hover {
	border-color:#ffffff;
}


.colors-attr li	a i {
	position:absolute;
	top:50%;
	left:50%;
	font-size: 13px;
	transform:translate(-50%,-50%);
	color:#ffffff;
}
.colors-attr li.no-color a span{
	background:#50778d;
	position: relative;
}
.colors-attr li.no-color a span i{
	top: 54%;
}
/*
.myImage{
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	position: absolute;
	top: 0;
}
.myImage.image_show{
	visibility: visible;
	opacity: 1;
	z-index: 2;
	width: auto;
    height: auto;
}*/
.attribute-icon{
	display:flex;
	flex-wrap: wrap;
}
.attribute-icon .attr-image {
	display:none;
}
.attribute-icon .attr-image label{
	border:none;
}
.attribute-icon .attr-image:nth-child(1),
.attribute-icon .attr-image:nth-child(2),
.attribute-icon .attr-image:nth-child(3){
	display:block;
}
.attribute-icon .attr-image:hover label,
.attribute-icon .attr-image.active label{
	border-color:#50778D;
}

.selectdiv {
  position: relative;
  width: 100%;
}
.selectdiv label{
	width:100%;
	margin:0px;
}
.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000000;
    right: 20px;
    top: 50%;
    position: absolute;
	font-size:22px;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: normal;
    vertical-align: top;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size:1.25rem;
  padding: 0px 24px;
  -ms-word-break: normal;
  word-break: normal;
}