.prd {
  position: relative;
  float: left;
  display: inline-block;
  width: 230px;
  height: 320px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
  padding: 0;
  background: #fff;
}
.prd:hover {
  border: 1px solid #eee;
}
@media only screen and (max-width: 1180px) and (min-width: 801px){
  .prd {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#block-product-list .prd {
  margin: 0;
  height: 290px;
  width: 100%;
  float: none;
  border: 0;
}
}
.prd a {
  display: block;
}
.prd a:hover {
  color: initial;
  text-decoration: none;
}
.prd a > .top {
  height: 150px;
  padding: 0 10px;
  padding-top: 10px;
  position: relative;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd a > .top {
  padding: 0;
  height: auto;
  margin-bottom: 10px;
  padding-top: 10px;
}
}
.product-teaser-photo-wrap {
  width: 132px;
}
.product-photo {
  width: 132px;
  height: 132px;
  overflow: hidden;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 800px) and (min-width: 320px) {
#block-product-list .prd .product-photo {
  width: auto;
  height: auto;
}
}
.prd-image-tag {
  display: block;
  position: absolute;
  top: 105px;
  left: 5px;
  z-index: 100;
  width: 35px;
  height: 35px;
  overflow: hidden;
  padding: 0;
  top: 5px;
}
.prd-image-tag img {
  width: 100%;
  height: auto;
}
.product-photo.teaser img {
  width: 132px !important;
  height: 132px !important;
}
@media only screen and (max-width: 800px) and (min-width: 320px) {
.product-photo.teaser img {
  width: 100px !important;
  height: 100px !important;
}
}
.prd-price {
  float: right;
  display: block;
  width: 70px;
  position: relative;
  padding: 7px 5px 0 0;
  position: absolute;
  top: 38px;
  right: 10px;
  padding: 0;
  width: auto;
  background: url(../../../images/icons/star.svg) no-repeat;
  height: 69px;
  width: 78px;
  padding: 26px 6px 0;
  text-align: center;
}
.prd-price:lang(fi) {
  padding: 31px 6px 0;
}
.prd-price.no-mp {
  height: 70px;
  padding-top: 26px;
  padding-left: 7px;
  padding-right: 6px;
  width: 77px;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd-price {
  top: 7px;
  right: 2px;
  padding: 0;
  width: auto;
  height: 67px;
  width: 77px;
  padding: 24px 4px 0;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd-price.no-mp {
  height: 67px;
  padding-top: 23px;
  width: 72px;
}
}
.prd-mp {
  color: #fff;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  top: 14px;
  font-family: 'Roboto', sans-serif;
  text-transform: lowercase;
  position: absolute;
}
.prd-mp:lang(fi) {
    top: 17px;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd-mp {
  font-size: 13px;
  top: 12px;
}
}
.prd .prd-mp-unit {
  display: block;
  color: #fff;
  margin-top: -9px;
}
.prd .prd-mp-unit:lang(fi) {
    margin-top: -7px;
}
.prd-price-num {
  font-size: 37px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  font-family: Mogra, sans-serif;
  font-size: 34px;
  padding: 0;
  padding-left: 5px;
  letter-spacing: -1px;
}
.prd-price-num:lang(fi) {
  font-size: 25px;
}
.no-mp .prd-price-num {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd-price-num {
  font-size: 34px;
  letter-spacing: -2px;
}
}
.prd-price-num * {
  display: inline;
}
.prd .no-mp-trail {
  display: inline;
  font-size: 28px;
  margin-left: -6px;
  position: relative;
  line-height: normal;
  top: -5px;
  letter-spacing: normal;
}
.prd .no-mp-trail .unit {
  position: absolute;
  font-size: 13px;
  top: 14px;
  font-weight: normal;
  right: 1px;
}
@-moz-document url-prefix() {
        .prd .no-mp-trail .unit {
          display: block;
          right: auto;
          left: 9px;
        }
}
.prd .trail {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 23px;
  line-height: normal;
  margin-left: -6px;
  letter-spacing: normal;
}
.prd .trail:lang(fi) {
    top: 0;
    margin-left: -2px;
}
@supports (-ms-ime-align:auto) {
  /* IE Edge 12+ CSS styles go here */
   .prd .trail {
     margin-left: -10px;
   }
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd .trail {
  margin-left: -5px;
}
}
.prd a > .middle {
  height: 100px;
  padding: 0 10px;
}
.prd-name {
  height: auto;
  margin-bottom: 15px;
  color: #062F0F;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  display: block;
}
.prd-name:lang(fi) {
  font-size: 14px;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd .prd-name {
  font-size: 13px;
}
}
.prd-price-row {
  color: #9e9e9e;
  line-height: 18px;
  margin-top: 15px;
  overflow: hidden;
}
.prd-price-row span {
  display: block;
}
.prd-discount {
  background: none;
  color: #ff273e;
  font-weight: bold;
  width: auto;
  text-align: left;
  height: auto;
  position: static;
}
.prd-discount-oldprice {
  padding: 0;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
.prd-discount-oldprice span {
  display: inline;
}
.prd-atc {
  height: 50px;
  padding: 4px;
  background: none;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd-atc {
  margin-top: 10px;
}
}
.prd .form-item-quantity {
  width: 121px !important;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 1180px) and (min-width: 320px){
.prd .form-item-quantity {
  width: 60% !important;
}
}
.prd label {
  display: none;
}
.prd .form-item-quantity input[type="text"] {
  width: 53px !important;
  height: 46px !important;
  text-align: center !important;
  border: none;
  border-radius: 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  background: rgb(247,247,247);
  font-size: 13px;
  color: #4a4a4a;
  float: left;
  padding: 1px;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd .form-item-quantity input[type="text"] {
  width: 37% !important;
}
}
.product.quantity-buttons {
  float: left;
  height: 48px;
  width: 63px;
}
@media only screen and (max-width: 1180px) and (min-width: 801px){
.product.quantity-buttons {
  width: calc(100% - 56px);
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.product.quantity-buttons {
  width: calc(63% - 3px);
}
}
.quantity-wrapper .button {
  float: left;
  text-align: center;
  display: table;
  background: rgb(247,247,247);
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.5s;
}
@media only screen and (min-width: 801px) {
  .quantity-wrapper .button {
    width: 35px;
    height: 37px;
  }
}
@media (max-width: 800px) and (min-width: 320px) {
  .quantity-wrapper .button {
    width: 48px;
    height: 42px;
  }
}
.product.quantity-buttons .button {
  height: 50%;
  width: 100%;
  border: 0;
}
.product.quantity-buttons .button.increase {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.quantity-wrapper .button .icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.product.quantity-buttons .button .icon {
  width: 16px;
  height: 16px;
}
.quantity-wrapper .button .icon.plus {
  background: url(../../../images/icons/atc-plus-icon.svg) no-repeat center center;
  background-size: 10px 10px;
}
.quantity-wrapper .button .icon.minus {
  background: url(../../../images/icons/atc-minus-icon.svg) no-repeat center center;
  background-size: 10px 10px;
}
.prd form.commerce-add-to-cart input[type="submit"] {
  float: left;
  height: 50px;
  width: 98px;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 36px;
}
@media only screen and (max-width: 1180px) and (min-width: 801px){
.prd form.commerce-add-to-cart input[type="submit"] {
  width: 40%;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.prd form.commerce-add-to-cart input[type="submit"] {
  width: 38%;
  width: calc(40% - 2px);
}
}
