/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 3 - Ot en sien
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.couponsPanel {
  border: none;
  padding: 0;
  width: 100%;
}
.availableCoupons,
.customerVoucher {
  display: inline-block;
  width: 100%;
}
.availableCoupons input[type="submit"],
.customerVoucher input[type="submit"] {
  margin-bottom: 10px;
}
.availableCoupons input[type="submit"]:hover,
.customerVoucher input[type="submit"]:hover {
  opacity: .8;
}
.availableCoupons input[type="submit"].orange,
.customerVoucher input[type="submit"].orange {
  background: #e4a33b;
}
.availableCoupons h2,
.customerVoucher h2 {
  overflow: visible;
}
.availableCoupons .tooltip,
.customerVoucher .tooltip {
  position: relative;
  top: -2px;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  text-indent: 0;
}
.availableCoupons .messages,
.customerVoucher .messages {
  margin: 0;
}
.availableCoupons ul,
.customerVoucher ul {
  margin: 0px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.availableCoupons ul li,
.customerVoucher ul li {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
  text-align: left;
  list-style: none;
  position: relative;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.availableCoupons ul li.active,
.customerVoucher ul li.active {
  border-color: #d2d2d2;
  background-color: #f8f8f8;
}
.availableCoupons ul li img,
.customerVoucher ul li img {
  max-height: 50px;
  position: absolute;
  right: 15px;
  top: calc(50% - 22px);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .availableCoupons ul li img,
  .customerVoucher ul li img {
    right: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .availableCoupons ul li,
  .customerVoucher ul li {
    width: calc(50% - 10px);
  }
}
.availableCoupons ul li input,
.customerVoucher ul li input {
  position: absolute;
  z-index: 2;
  top: calc(50% - 10px);
  left: 10px;
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #9b9898;
  border-radius: 100%;
  outline: 0;
}
.availableCoupons ul li input:checked,
.customerVoucher ul li input:checked {
  outline: 0;
  border: 1px solid #f1f0f2;
}
.availableCoupons ul li input:checked:before,
.customerVoucher ul li input:checked:before {
  content: '';
  width: 14px;
  height: 14px;
  position: relative;
  left: 3px;
  top: 3px;
  background: #373232;
  display: block;
  border-radius: 100%;
}
.availableCoupons ul li label,
.customerVoucher ul li label {
  display: block;
  margin: 0px;
  line-height: 25px;
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 7px 60px;
  height: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .availableCoupons ul li label,
  .customerVoucher ul li label {
    padding: 20px 45px;
  }
}
.availableCoupons ul li label:hover,
.customerVoucher ul li label:hover {
  text-decoration: none;
}
.availableCoupons ul li label:before,
.customerVoucher ul li label:before {
  left: 0px;
}
.availableCoupons ul li label b,
.customerVoucher ul li label b {
  display: block;
  font-size: 18px;
}
.availableCoupons {
  margin-bottom: 10px;
}
.couponDetailPanel {
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 768px) {
  .couponDetailPanel {
    flex-flow: row;
  }
}
.couponDetailPanel .nowContent {
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .couponDetailPanel .nowContent {
    flex: 0 0 50%;
    margin-right: 20px;
    padding-right: 20px !important;
    border-right: 1px solid #dddddd;
  }
}
.couponDetailPanel .availableCoupons {
  display: block;
  width: auto;
  max-width: 600px;
  margin: 0 auto;
}
.couponDetailPanel .availableCoupons h2 {
  display: none;
}
.couponDetailPanel .availableCoupons ul li {
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .couponDetailPanel .availableCoupons ul li {
    width: 100%;
  }
}
.couponDetailPanel .availableCoupons ul li label {
  font-size: 16px;
  text-align: center;
  padding: 15px 100px 15px 15px;
  pointer-events: none;
}
.pointsInput {
  pointer-events: none;
}
