.labelbg{
	background: #55de90;
	border-radius: 10px;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	padding: 5px 7px;
}

.labelbg-discount{background: #55de90;}
.labelavailable-bg{background: #3eb800; color: #fff}

.sku__brand{display: none!important}

.sku__addto li .sku__addto-btn {align-items: center!important;}
.sku__addto li .sku__addto-btn span{display: inline!important;}

.dflex-justifyspacebetween
{
	display: flex;
	justify-content: space-between;
}

.dottedtable{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.dottedtable__row{
	font-size: 13px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.dottedtable__row-left{	
	display: inline-block;
	background: #fff;
	padding: 5px 12px 0 0;
	float: left;
	position: relative;
	z-index: 1;
}

.dottedtable__row-right{
	display: inline-block;
	background: #fff;
	padding: 5px 0 0 12px;
	float: right;
	position: relative;
	z-index: 1;
}

.dottedtable__row-right span{
	background: #2bc30c;
	border-radius: 7px;
	padding: 3px;
	color: #fff;
}

.dottedtable__row-bottom{
	border-bottom: 1px solid #f1f1f1;
	height: 1px;
	position: absolute;
	bottom: 5px;
	width: 100%;
}