/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
.form-error {
  color: #ce1126; }

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
/* =ProductTags
**************************************************************
Standard unit: 1rem = 16px */
.product-tag {
  position: relative;
  border-radius: 0.125rem;
  padding: 0.3125rem;
  background: #f9f9f9; }
  .product-tag--with-img {
    padding: 0.3125rem 0.3125rem 0.3125rem 3.75rem; }
  .product-tag__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.75rem;
    bottom: 0;
    padding: 0.3125rem; }
  .product-tag__body {
    padding: 0.3125rem;
    font-size: 0.9rem; }
  .product-tag__category, .product-tag__name {
    display: block;
    margin: 0;
    padding: 0; }

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
/* =ProductPhotosModal
************************************************************** */
.modal {
  position: fixed;
  z-index: 9999;
  width: 50%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  @media (max-width: 992px) {
    .modal {
      width: 80%; } }
  @media (max-width: 768px) {
    .modal {
      width: 95%; } }
  .modal__img {
    width: 100%;
    border: 0.3125rem solid #fff;
    background-color: #dfdfdf; }
  .modal__overlay {
    position: fixed;
    z-index: 9998;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0; }
  .modal__body {
    position: relative; }
    .modal__body .modal__close,
    .modal__body .modal__prev,
    .modal__body .modal__next {
      position: absolute;
      display: inline;
      color: #000;
      text-decoration: none;
      line-height: 2.25rem;
      font-size: 1.875rem;
      font-weight: lighter;
      background: #fff;
      border-radius: 0.3125rem;
      height: 2.5rem;
      width: 2.5rem;
      text-align: center;
      cursor: pointer;
      outline: none; }
    .modal__body .modal__close {
      right: 0;
      top: 0;
      border-radius: 0 0 0 0.3125rem; }
      .modal__body .modal__close:after {
        font-family: "Font Awesome 5 Free";
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 900;
        content: '\F00D';
        position: absolute;
        width: 100%;
        top: 50%;
        right: -50%;
        transform: translate(-50%, -50%); }
    .modal__body .modal__next,
    .modal__body .modal__prev {
      right: 0;
      top: calc(50% - 1.5625rem);
      border-radius: 0.3125rem 0 0 0.3125rem;
      height: 3.125rem;
      line-height: 2.5rem;
      font-size: 3.75rem; }
    .modal__body .modal__prev {
      left: 0;
      right: auto;
      border-radius: 0 0.3125rem 0.3125rem 0; }
      .modal__body .modal__prev:after {
        font-family: "Font Awesome 5 Free";
        font-size: 1.25rem;
        line-height: 1.25rem;
        font-weight: 900;
        content: '\F053';
        position: absolute;
        width: 100%;
        top: 50%;
        right: -50%;
        transform: translate(-50%, -50%); }
    .modal__body .modal__next:after {
      font-family: "Font Awesome 5 Free";
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-weight: 900;
      content: '\F054';
      position: absolute;
      width: 100%;
      top: 50%;
      right: -50%;
      transform: translate(-50%, -50%); }

/* =BuyNowModal
**************************************************************
*/
.buy-now-modal {
  position: relative;
  width: 400px;
  margin: 20px;
  padding: 30px;
  outline: none;
  background-color: #f0f0f0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3); }
  .buy-now-modal__body {
    overflow: inherit; }
  .buy-now-modal__buttons-list .product__button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center; }
    .buy-now-modal__buttons-list .product__button .button__img {
      margin-right: 10px; }
  .buy-now-modal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    font-size: 25px;
    background: none;
    cursor: pointer; }
  .buy-now-modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25); }

/* =ProductBuyNow
**************************************************************
*/
.product-buy-now__buttons-list .product__button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center; }
  .product-buy-now__buttons-list .product__button .button__img {
    margin-right: 10px; }

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
.pagination {
  text-align: center; }
  .pagination__item {
    display: inline-block;
    padding: 0.325rem 0.75rem;
    line-height: 1.42857143rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin: 0.625rem -1px 0;
    cursor: pointer; }
    .pagination__item:hover {
      background-color: #eee; }
    .pagination__item--is-active {
      background-color: #15b5c6;
      color: #fff;
      cursor: default; }
      .pagination__item--is-active:hover {
        background-color: #15b5c6; }

.load-more__button {
  cursor: pointer; }

html {
  position: relative !important; }

.product__sk-pricespider {
  cursor: pointer; }

.product__power-review-write-modal {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border: 1px solid #cccccc;
  background: white;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px; }

.product__power-review-rating .pr-snippet-stars-reco-reco,
.product__power-review-rating .pr-snippet-write-review-link {
  display: none; }

.channelsight {
  text-align: center; }
  .channelsight__logo {
    width: auto; }

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
/* =Product
**************************************************************
Standard unit: 1rem = 16px */
img {
  max-width: 100%; }

.product *,
.product *:before,
.product *:after {
  box-sizing: border-box; }

.product__heading {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  margin: 1.5rem 0; }

.product__title {
  margin: 0; }

.product__pre {
  white-space: pre; }

.product__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: 0.125rem;
  cursor: pointer; }
  .product__img--zoom img {
    max-width: unset; }

.product__button {
  text-align: center;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border-radius: 0.125rem; }
  .product__button .button__img {
    max-height: 30px;
    width: auto;
    max-width: 100%; }

.product__information-title, .product__related-products-name {
  margin-bottom: 0.625rem; }

.product__related-products {
  margin: 1.25rem 0; }

.product__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1.5625rem;
  height: 0;
  margin: 0.625rem 0 1.25rem; }

.product__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media print, screen and (min-width: 1199px) {
  .product__sidebar {
    order: 1; }
  .product__content {
    order: 2; } }

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
.video__title {
  color: #15b5c6;
  font-family: "Source Sans Pro", "Montserrat"; }
  .video__title--main {
    font-size: 2rem;
    margin: 0 1em 1em; }
  .video__title--item {
    font-size: 1.5rem;
    margin: 1em; }

.video__intro-line {
  margin: 0 1em 1em; }
  .video__intro-line--main {
    font-size: 1.5rem; }
  .video__intro-line--item {
    font-size: 1.25rem; }

.video__description {
  margin: 1em; }
  .video__description--main {
    margin: 1rem 1rem 0; }
  .video__description--item {
    margin: 0 1rem; }

.video__button-container {
  width: 50%;
  margin: 1em auto 0;
  text-align: center; }
  .video__button-container .button-link {
    display: block;
    padding: 0.25em; }

.video__section {
  margin: auto 1.25em;
  display: flex;
  flex-wrap: wrap; }
  .video__section--main {
    justify-content: center; }
  .video__section--item {
    justify-content: center;
    margin-bottom: 3em; }

.video__box {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 1.25em auto; }
  .video__box--main {
    margin-top: 4.25em; }

.video__wrapper {
  position: relative; }

.video__player--active {
  display: block; }

.video__player--inactive {
  display: none; }

.video__start {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
  border: none;
  outline: none; }
  .video__start--active {
    display: block; }
  .video__start--inactive {
    display: none; }

.video__start:hover {
  opacity: 1; }

.video__play circle {
  stroke: #15b5c6; }

.video__play polygon {
  fill: #15b5c6; }

.video__iframe {
  width: 100%;
  border-bottom: 1.5em solid #15b5c6;
  height: auto; }

.video__thumbnail {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  border-bottom: 1.5em solid #15b5c6;
  height: auto; }
  .video__thumbnail--active {
    display: block; }
  .video__thumbnail--inactive {
    display: none; }

img.video__thumbnail-img {
  opacity: 0.6;
  width: auto;
  margin: auto; }
  img.video__thumbnail-img--original {
    margin-top: 0; }

@media (min-width: 359px) {
  .video__box {
    width: 355.55px; }
  .video__iframe {
    height: 175px; }
  .video__thumbnail {
    height: 175px; }
  img.video__thumbnail-img {
    width: 100%;
    margin-top: -2em; } }

@media (min-width: 768px) {
  .video__box {
    width: 586.66px; }
  .video__iframe {
    height: 330px; }
  .video__thumbnail {
    height: 330px; }
  img.video__thumbnail-img {
    margin-top: -3.45em; } }

@media (min-width: 992px) {
  .video__box {
    width: 800px;
    margin: 3em auto; }
  .video__iframe {
    height: 450px; }
  .video__thumbnail {
    height: 450px; }
  img.video__thumbnail-img {
    width: 100%;
    margin-top: -4.7em; } }

@media (min-width: 1199px) {
  .video__section--item {
    justify-content: space-between; }
  .video__box--main {
    width: 906.66px; }
  .video__box--item {
    margin: 1.25em auto;
    width: 32%; }
  .video__box__iframe {
    height: 510px; }
  .video__box__thumbnail--main {
    height: 510px; }
  .video__box__thumbnail--item {
    height: 200px; }
  img.video__thumbnail-img--main {
    width: 100%;
    margin-top: -5.25em; }
  img.video__thumbnail-img--item {
    margin-top: -2.5em; } }

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
/* =BlogNavigation
**************************************************************
Standard unit: 1rem = 16px */
.blog-navigation {
  margin-bottom: 1rem; }
  .blog-navigation__text--with-badge {
    display: inline-block;
    width: 85%; }
  .blog-navigation__title {
    padding: 1.25rem;
    background: #f7f7f7;
    border: 1px solid #dfdfdf; }
  .blog-navigation__list {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none; }
  .blog-navigation__item {
    position: relative;
    display: block;
    padding: 15px;
    word-wrap: break-word; }
    .blog-navigation__item:hover, .blog-navigation__item:focus {
      background-color: #eee;
      cursor: pointer;
      border-radius: 0.125rem; }
    .blog-navigation__item--active, .blog-navigation__item--has-active {
      background-color: #15b5c6;
      color: #fff; }
      .blog-navigation__item--active.link, .blog-navigation__item--active.link--child-active, .blog-navigation__item--has-active.link, .blog-navigation__item--has-active.link--child-active {
        background-color: #15b5c6;
        color: #fff; }
  .blog-navigation__badge {
    position: absolute;
    right: 0.9375rem;
    font-weight: bold;
    padding: 0.1875rem 0.4375rem;
    font-size: 0.75rem;
    color: #fff;
    background-color: #777;
    border-radius: 0.75rem; }

/* =Base Colors
************************************************************** */
/* =Colors
************************************************************** */
/* =Fonts
************************************************************** */
/* =Grid (eg for products)
************************************************************** */
/* =Border
************************************************************** */
/* =Paddings, Margins
************************************************************** */
/* =BlogRelatedThings
**************************************************************
Standard unit: 1rem = 16px */
.related-things {
  margin-bottom: 1rem; }
  .related-things__image {
    margin-bottom: 0.625rem; }
  .related-things__title {
    padding: 1.25rem;
    background: #f7f7f7;
    border: 1px solid #dfdfdf; }
  .related-things__list {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none; }
  .related-things__item {
    position: relative;
    display: block;
    padding: 15px;
    word-wrap: break-word; }
    .related-things__item:hover, .related-things__item:focus {
      background-color: #eee;
      cursor: pointer;
      border-radius: 0.125rem; }
    .related-things__item--with-img {
      text-align: center; }

