@charset "UTF-8";
/*
   Animation example, for spinners
*/
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'jckpc';
  src: url("../fonts/jckpc.eot?32648974");
  src: url("../fonts/jckpc.eot?32648974#iefix") format("embedded-opentype"), url("../fonts/jckpc.woff?32648974") format("woff"), url("../fonts/jckpc.ttf?32648974") format("truetype"), url("../fonts/jckpc.svg?32648974#jckpc") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'jckpc';
    src: url('../fonts/jckpc.svg?32648974#jckpc') format('svg');
  }
}
*/
[class^="jckpc-icn-"]:before, [class*=" jckpc-icn-"]:before {
  font-family: "jckpc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.jckpc-icn-spin1:before {
  content: '\e800';
}

/* '' */
.jckpc-icn-spin2:before {
  content: '\e801';
}

/* '' */
.jckpc-icn-spin3:before {
  content: '\e802';
}

/* '' */
.jckpc-icn-spin4:before {
  content: '\e803';
}

/* '' */
.jckpc-icn-spin5:before {
  content: '\e804';
}

/* '' */
.jckpc-icn-spin6:before {
  content: '\e805';
}

/* '' */
.woocommerce table.shop_table .jckpc_configurated .product-name {
  padding-left: 110px;
  position: relative;
}

.woocommerce table.shop_table .jckpc_configurated .product-name .jckpc_order_item_img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
}

.woocommerce table.shop_table .jckpc_configurated .product-name .jckpc_order_item_img img {
  width: 100%;
  height: auto;
}

.iconic-pc-images,
.iconic-pc-images * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iconic-woothumbs-images .iconic-pc-images {
  width: 100% !important;
  float: none;
}

.iconic-woothumbs-images .iconic-pc-images .iconic-pc-image img {
  width: 100%;
}

.iconic-pc-image-wrap {
  position: relative;
}

.iconic-pc-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.iconic-pc-image--zoom {
  display: none !important;
}

.iconic-pc-image--background {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
}

.woocommerce-product-gallery__image--jckpc .zoomImg {
  width: auto !important;
  height: auto !important;
  z-index: 500;
}

.woocommerce-product-gallery__trigger {
  z-index: 501 !important;
}

.iconic-pc-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  text-align: center;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  opacity: 0;
}

.iconic-pc-loading i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
}

.iconic-pc-thumbnails {
  overflow: hidden;
}

.iconic-pc-thumbnails .woocommerce-product-gallery__image {
  float: left;
  display: inline-block;
}

.iconic-pc-thumbnails a img {
  width: 100%;
  height: auto;
  display: block;
}
