@font-face {
  font-family: "noto-sans-regular";
  src: url("/fonts/noto-sans-regular/noto-sans-regular-webfont.woff2") format("woff2"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.woff") format("woff"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.ttf") format("truetype"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.eot") format("embedded-opentype"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.svg") format("svg");
}

@font-face {
  font-family: "noto-sans-bold";
  src: url("/fonts/noto-sans-bold/noto-sans-bold-webfont.woff2") format("woff2"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.woff") format("woff"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.ttf") format("truetype"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.eot") format("embedded-opentype"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.svg") format("svg");
}

/* @font-face {
	font-family: "DuCans";
	src: url("/fonts/DuCans/DuCans.woff2") format("woff2"),
		 url("/fonts/DuCans/DuCans.woff") format("woff"),
		 url("/fonts/DuCans/DuCans.ttf") format("truetype"),
		 url("/fonts/DuCans/DuCans.eot") format("embedded-opentype"),
		 url("/fonts/DuCans/DuCans.svg") format("svg");
}
@font-face {
	font-family: "FrutigerNext";
	src: url("/fonts/FrutigerNext/FrutigerNext.woff2") format("woff2"),
		 url("/fonts/FrutigerNext/FrutigerNext.woff") format("woff"),
		 url("/fonts/FrutigerNext/FrutigerNext.ttf") format("truetype"),
		 url("/fonts/FrutigerNext/FrutigerNext.eot") format("embedded-opentype"),
		 url("/fonts/FrutigerNext/FrutigerNext.svg") format("svg");
}
@font-face {
	font-family: "Gsde";
	src: url("/fonts/Gsde/Gsde.woff2") format("woff2"),
		 url("/fonts/Gsde/Gsde.woff") format("woff"),
		 url("/fonts/Gsde/Gsde.ttf") format("truetype"),
		 url("/fonts/Gsde/Gsde.eot") format("embedded-opentype"),
		 url("/fonts/Gsde/Gsde.svg") format("svg");
}
@font-face {
	font-family: "hureae";
	src: url("/fonts/hureae/hureae.woff2") format("woff2"),
		 url("/fonts/hureae/hureae.woff") format("woff"),
		 url("/fonts/hureae/hureae.ttf") format("truetype"),
		 url("/fonts/hureae/hureae.eot") format("embedded-opentype"),
		 url("/fonts/hureae/hureae.svg") format("svg");
}
@font-face {
	font-family: "Hurxe";
	src: url("/fonts/Hurxe/Hurxe.woff2") format("woff2"),
		 url("/fonts/Hurxe/Hurxe.woff") format("woff"),
		 url("/fonts/Hurxe/Hurxe.ttf") format("truetype"),
		 url("/fonts/Hurxe/Hurxe.eot") format("embedded-opentype"),
		 url("/fonts/Hurxe/Hurxe.svg") format("svg");
}
@font-face {
	font-family: "Jertyi";
	src: url("/fonts/Jertyi/Jertyi.woff2") format("woff2"),
		 url("/fonts/Jertyi/Jertyi.woff") format("woff"),
		 url("/fonts/Jertyi/Jertyi.ttf") format("truetype"),
		 url("/fonts/Jertyi/Jertyi.eot") format("embedded-opentype"),
		 url("/fonts/Jertyi/Jertyi.svg") format("svg");
}
@font-face {
	font-family: "opensans";
	src: url("/fonts/opensans/opensans.woff2") format("woff2"),
		 url("/fonts/opensans/opensans.woff") format("woff"),
		 url("/fonts/opensans/opensans.ttf") format("truetype"),
		 url("/fonts/opensans/opensans.eot") format("embedded-opentype"),
		 url("/fonts/opensans/opensans.svg") format("svg");
}
@font-face {
	font-family: "tahoma";
	src: url("/fonts/tahoma/tahoma.woff2") format("woff2"),
		 url("/fonts/tahoma/tahoma.woff") format("woff"),
		 url("/fonts/tahoma/tahoma.ttf") format("truetype"),
		 url("/fonts/tahoma/tahoma.eot") format("embedded-opentype"),
		 url("/fonts/tahoma/tahoma.svg") format("svg");
}
@font-face {
	font-family: "Wekoa";
	src: url("/fonts/Wekoa/Wekoa.woff2") format("woff2"),
		 url("/fonts/Wekoa/Wekoa.woff") format("woff"),
		 url("/fonts/Wekoa/Wekoa.ttf") format("truetype"),
		 url("/fonts/Wekoa/Wekoa.eot") format("embedded-opentype"),
		 url("/fonts/Wekoa/Wekoa.svg") format("svg");
} */

#product-description .el-tabs__header {
  border-color: #f39800;
}

#product-description .el-tabs__item.is-active {
  border-color: #f39800;
  background-color: #f39800;
  color: #fff;
}

#product-description .el-tabs__item.is-active:hover {
  color: #fff;
}

#product-description .el-tabs__item:hover {
  color: #f39800;
}

#product-description .attr-list .title {
  color: grey;
  margin-right: 0.25rem;
}

td,
th {
  padding: 4px 6px;
}

