/*
 *  Fonts
 *//*
 *  Colors
 *//*
	*  Template Colors
	*//*
	* Animation Effect
	*/[class^='icon-'],[class*=' icon-'] {
 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'polarygroup' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: '\e902';
}

.icon-instagram:before {
  content: '\e903';
}

.icon-linkedin:before {
  content: '\e904';
}

.icon-twitter:before {
  content: '\e905';
}

.icon-youtube:before {
  content: '\e906';
}

.icon-left:before {
  content: '\e900';
}

.icon-right:before {
  content: '\e901';
}

.product {
  padding: 100px 0;
}

.product__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

.product__title {
  margin: 0 0 70px 0;
  padding: 0;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  color: #010101;
  text-align: center;
}

.product__title span {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #000000;
  font-weight: 400;
}

.product__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.product__item {
  width: calc(25% - 30px);
  margin: 0 15px 30px 15px;
  padding: 10px 0 30px 0;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.product__item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
}

.product__item__image {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

.product__item__category {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #010101;
  font-weight: 600;
  text-align: center;
}

.product__item__name {
  margin: 0 0 15px 0;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #010101;
  text-align: center;
}

.product__item__name strong {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.product__item__size {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ababab;
  text-align: center;
}

@font-face {
  font-family:'polarygroup';src:url("../font/icon/polarygroup.eot?cgsnct");src:url("../font/icon/polarygroup.eot?cgsnct#iefix") format("embedded-opentype"), url("../font/icon/polarygroup.woff?cgsnct") format("woff"), url("../font/icon/polarygroup.svg?cgsnct#polarygroup") format("svg");font-weight:normal;font-style:normal;
}

@media only screen and (max-width: 1248px) {
  .product {
    padding: 70px 0;
  }

  .product__container {
    padding: 0 20px;
  }

  .product__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .product__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    width: 100%;
    text-align: center;
  }

  .product__title span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .product__item {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 600px) {
  .product__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

/*# sourceMappingURL=product.css.map */
