﻿.coupons-list {
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
	padding: 1vw;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.coupons-list li {
  width: calc(50% - 10px);
	margin: 5px;
  padding: 0;
  float: left;
}

.coupon {
	position: relative;
	width: 100%;
	margin:0;
  padding: 0;
  height: 10em;
  overflow: hidden;
  clear: both;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.coupon * {
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
}

.coupon .image {
  position: absolute;
  margin: 0;
  left: 0;
  height: 100%;
  width: 150px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coupon .content {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 150px;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
}

.coupon .description {
  display: table-cell;
  color: #666;
  font-size: 1.25em;
  font-weight: 700;
  height: 4.5em;
  width: 50em;
  line-height: 1.2em;
  padding: 0 0.2em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.coupon .company-name:before {
  content: "Προσφορά από ";
}

.coupon .company-name {
  color: #999;
  display: block;
  text-align: center;
}

.coupon > .content > .footer {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.2em;
	padding: 0.4em 0.6em;
	margin-left:3px;
  border-top: solid 1px #cbcbcb;
  border-left: solid 1px #cbcbcb;
  border-bottom: none 0px transparent;
	border-right: none 0px transparent;
	background: #fff;
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px; */
}
.coupon .footer > * {
  display: flex;
}

.coupon .initial-price {
  text-decoration: line-through;
  margin-right: 0.6em;
}

.coupon .price {
  color: #62ab1b;
  font-size: 1.0em;
	font-weight: 600;
	margin-right: 3px;
}

.coupon .expiration:before {
  content: "";
  font-size: 0.8em;
}

.coupon .expiration {
	float: right;
  margin: 0 0 0 0.25em;
  padding:0 0.5em 0 1.55em;
  background: transparent url(../img/clock2.png) no-repeat left center;
}

#select_all_button {
}

#print_button {
}

@media screen and (max-width: 40em) {
  .coupons-list {padding:2vw;}
  .coupons-list li {
		width: 100%;
		margin: 5px 0;
  }
}
