/* line 50, ../sass/partials/_pie.scss */
.pie-element {
  behavior: url("/skin/frontend/worten/default/PIE/PIE_uncompressed.htc");
  position: relative;
}

/* line 6, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0px;
}
/* line 10, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper .toggle-delivery-icons {
  cursor: pointer;
}
/* line 13, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper .toggle-delivery-icons + #reservation-icons {
  padding-top: 20px;
}
/* line 19, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li {
  position: relative;
  padding: 7px 0px 7px 75px;
  line-height: 1.4em;
}
/* line 24, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li + li {
  margin-top: 10px;
}
/* line 28, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li .reservation-icon {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  background: url("../images/sprites/reservation-icons.png") no-repeat;
  height: 63px;
  width: 63px;
  left: 0;
}
/* line 38, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li .reservation-icon.worten_pt {
  background: url("/skin/frontend/worten/worten_pt/images/sprites/reservation-icons.png") no-repeat;
}
/* line 41, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li .reservation-icon.worten_es {
  background: url("/skin/frontend/worten/worten_es/images/sprites/reservation-icons.png") no-repeat;
}
/* line 44, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li.home-delivery .reservation-icon {
  background-position: 0px 0px;
}
/* line 47, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li.in-store-delivery .reservation-icon {
  background-position: 0px -70px;
}
/* line 50, ../sass/module_reservation_product.scss */
.catalog-product-view .reservation-icons-wrapper #reservation-icons li.express-store-reservation .reservation-icon {
  background-position: 0px -140px;
}
