/* Stylechanger css
-------------------*/

.stylechanger.badge {
	padding-inline-start: 4px;
}

.stylechanger.badge .fa-fw {
	color: inherit;
  display: flex;
  align-items: center;
}

.stylechanger-img {
	background-image: url("./images/img_c.png");
  background-position: 0px 1px;
  width: 18px;
  height: 18px;
  background-size: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	margin-inline-start: 10px;
}

.stylechanger-font-icon {
	font-size: 13px;
	vertical-align: sub;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	width: 36px;
  justify-content: center;
}

.stylechanger-font-icon.icon:before {
	padding-inline-start: 0;
}

select[name="stylechanger"] {
  padding-inline-start: 34px;
  border-radius: 25px;
}
