/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Video */
.wkAmazon a {
  text-decoration: none;
}
.wkAmazon a .image {
  height: 30vw;
  overflow: hidden;
}
.wkAmazon a .image img {
  height: auto;
  width: 100%;
}
@media (min-width: min-mdpx) {
  .wkAmazon a .image {
    height: 220px;
  }
}
@media (min-width: min-lgpx) {
  .wkAmazon a .image {
    height: 260px;
  }
}
.wkAmazon a .productInformation {
  overflow: hidden;
}
.wkAmazon a .productInformation p {
  height: 70px;
  overflow: hidden;
}
.wkAmazon a .price {
  margin-bottom: 10px;
}
.wkAmazon a .price span {
  color: #990000;
  font-weight: normal;
}
.wkAmazon form input[type=submit] {
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  border-color: #a88734 #9c7e31 #846a29;
  border-radius: 4px;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #111;
  font-size: 13px !important;
  padding: 5px 5vw;
}
@media (min-width: min-mdpx) {
  .wkAmazon form input[type=submit] {
    padding: 5px 3vw;
  }
}
.wkAmazon form input[type=submit].desktop {
  display: none;
}
@media (min-width: min-mdpx) {
  .wkAmazon form input[type=submit].desktop {
    display: inline-block;
  }
}
.wkAmazon form input[type=submit].mobile {
  display: inline-block;
}
@media (min-width: min-mdpx) {
  .wkAmazon form input[type=submit].mobile {
    display: none;
  }
}
.wkAmazon:nth-child(4) {
  display: none;
}
@media (min-width: min-smpx) {
  .wkAmazon:nth-child(4) {
    display: block;
  }
}
/*# sourceMappingURL=wkAmazon.css.map */
