/* @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-piclist .top {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

#product-piclist .top a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: border-color 0.3s;
  overflow: hidden;
}

#product-piclist .top a:hover {
  border-color: #3490dc;
}

#product-piclist .top .outside-zoom-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -105%;
  right: 105%;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
}

#product-piclist .bottom .slide-box {
  padding-left: 3px;
  padding-right: 3px;
}

@media (min-width: 992px) {
  #product-piclist .bottom .slide-box {
    height: 100%;
  }
}

@media (min-width: 992px) {
  #product-piclist .bottom .slide-box .swiper-slide {
    height: 100% !important;
  }
}

#product-piclist .bottom .small-image-box {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

#product-piclist .bottom .small-image-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  border: 1px solid #3490dc;
  transition: border-color 0.3s;
}

#product-piclist .bottom .small-image-box .image:hover {
  border-color: rgba(0, 0, 0, 0.125);
}

#product-piclist .bottom .small-image-box .image img {
  width: 100%;
  height: 100%;
}

