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

@font-face {
  font-family: "Roboto-Regular";
  src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

/*
@font-face {
	font-family: "Fexgcd";
	src: url("/fonts/Fexgcd/Fexgcd.woff2") format("woff2"),
		 url("/fonts/Fexgcd/Fexgcd.woff") format("woff"),
		 url("/fonts/Fexgcd/Fexgcd.ttf") format("truetype"),
		 url("/fonts/Fexgcd/Fexgcd.eot") format("embedded-opentype"),
		 url("/fonts/Fexgcd/Fexgcd.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: 1px solid #e4e7ed;
}

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

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

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

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

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

