.img-attributes {
	margin-bottom: 20px;
	z-index: 3
}

.img-attributes img {
	object-fit: cover
}

.img-attributes .img-attribute-container {
	position: relative;
	max-width: 50px
}

.img-attributes .img-attribute-container img {
	border-radius: 0px;
	border: 0px solid #cbcbcb;
	max-width: 50px;
	max-height: 50px;
	width: 100%;
	height: 100%
}

.img-attributes .img-attribute-container span {
	line-height: 2.5;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	color: #676767
}

.img-attributes .img-attribute-container.text-img {
	display: grid
}

.img-attributes .img-attribute-container.text-img span {
	line-height: 1.2;
	white-space: normal;
	display: block;
	margin-top: 5px;
	font-size: 11px;
	word-wrap: break-word
}

.img-attributes .img-attribute-container.text-img img {
	display: block;
	width: 100%;
	height: auto
}

.img-attributes .img-attribute-container.img-text span {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #cbcbcb;
	background-color: #fff
}

.img-attributes .img-attribute-container.img-text img {
	display: inline-block;
	position: absolute;
	bottom: -3px;
	right: -10px;
	width: 25px!important;
	height: 25px!important
}

.img-attributes .img-attribute-container.img span,
.img-attributes .img-attribute-container.img-tooltip span {
	display: none
}

.img-attributes .img-attribute-container.img img,
.img-attributes .img-attribute-container.img-tooltip img {
	display: inline-block
}

.product-thumb .img-attributes {
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto
}

.product-thumb .img-attributes .img-attribute-container.img-text span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 2.3;
	font-size: 17px
}

.product-thumb .img-attributes .img-attribute-container.img-text img {
	bottom: -11px;
	right: -13px
}

.product-thumb .img-attributes .img-attribute-container.img img,
.product-thumb .img-attributes .img-attribute-container.text-img img {
	width: 100%;
	height: 100%
}

ul.list-inline {
	display: table-cell;
	padding: 5px;
}

.list-inline {
	list-style: none;
	padding-left: 0;
	margin: 5px;
}

.list-inline li {
	display: inline-block;
	padding: 0
}

.list-inline li:not(first-of-type) {
	margin-right: 0px
}