@charset "utf-8";
/* CSS Document */

.hr-link{
	position:relative;
}

.mBtm-50{
	margin-bottom:50px;
}

.mTop-30{
	margin-top:30px;
}

hr:before{
	padding: 3px 0;
	border-top:1 px solid #ff5722;
	color:inherit;
	color: #000;
	content: attr(data-symbol);
	letter-spacing:2px;
	font-weight:600;
	font-size:14px;
	font-family:"Lucida Console", Monaco, monospace;
	transform:translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%)
}

.view-all{
	position:absolute;
	top:0;
	right:0;
	font-size:17px;
	top:4px;
}

.view-all a{
	color:#8a8a8a;
	letter-spacing:1px;
	font-weight:500;
	font-size:10px;
}

.deal-entry {
	padding:0 0 0;
	float:left;
	width:100%;
	background-color: #fff;
	zoom:1;
	margin-bottom:10px;
	position:relative;
	box-shadow:0px 2px 3px -1px rgba(151,171,187,0.7);
	transition:all .3s;
	margin-top:20px;
}

/*.green {
	background-color: #77C84E;
}*/

.offer-discount{
	position:absolute;
	top: -9px;
	z-index:2;
	min-height:55px;
	min-width:55px;
	left:-9px;
	border: 1px dashed #fff;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	font-weight:700;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#fff !important;
	line-height:24px;
	text-transform:uppercase;
	padding: 15px 0 0 0;
	box-shadow: 0 1px 3px 0 rgba(160, 158, 169, 0), 0 1px 2px 0 rgba(140, 139, 152, 0.13);
	background:#77C84E;
}

a{
	color:#aacc4e;
}

/*.bought{
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	color: #fffffff;
	padding: 2px 15px;
	font-size:13px;
	background-color:#77C84E;

	padding:0 0 0;
	float:left;
	width:100%;
	background-color: #fff;
	zoom:1;
	margin-bottom:30px;
	position:relative;
	box-shadow:0px 2px 3px -1px rgba(151,171,187,0.7);
	transition:all .3s;
}*/

.title{
	padding: 15px 15px 7px 15px;
	margin:0;
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.title a{
	color:#272630;
	text-decoration:none;
}

.title a:hover{
	color:#ff5722;
}

.entry-content{
	padding: 10px 15px 10px;
	overflow:hidden;
}

.prices{
	padding:0 0 10px 0;
	margin:0;
	display:block;
}

.price{
	padding:0;
	margin:0;
	color:#333;
	font-size:14px;
	line-height:30px;
	float:right;
}


.old-price{
	padding: 0 8px 0 0;
	margin:0;
	color:#B4B4B4;
	line-height:30px;
	text-align:right;
	float:right;
	text-decoration:line-through;
}

p{
	margin:0 0 1.75em 0;
}

.info_bar{
	border-top:1px solid #ededed;
	font-size:12px;
	padding: 1px 0px;
	background: #f7f8fa;
}

.info_bar ul{
	margin:0;
	padding:0;
	width:100%;
	justify-content: flex-start;
	display:flex;
}

.time{
	padding:5px 8px 0 5px;
}

b{
	padding-right:5px;
	
}

.info_link{
	text-align:center;
}

.btn{
	font-size:14px;
	text-transform:capitalize;
}

.procent{
	padding:0;
	margin:0;
	font-size:29px;
	line-height:30px;
	float:left;
	color:#77C84E;
	font-weight:500;
}

.list-inline>li{
	display:flex;
}

.detailed-shop-product{
	margin-bottom:30 px;
}

.entry{
	display:table;
	background-color:#fff;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	width:100%;
}

.entry-thumbnail{
	display:table-cell;
	width:50%;
	vertical-align:top;
	position:relative;
	border-bottom:2px solid #4bae4f;
}

.time-left{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	text-align:right;
	background-color: rgba(0,0,0,0.6);
	line-height:64px;
	font-family:"Lucida Console", Monaco, monospace;
	float:left;
	padding-right:30px;
}

.time{
	display:inline-block;
	vertical-align:middle;
	float:left;
	padding-right:30px;
}

.days {
	margin-left:0;
}

span.title{
	margin-left:5px;
}

.hours{
	color:#ffffff;
	font-weight:100;
	font-size:14px;
	margin:0 5px;
}

.minutes{
	color:#ffffff;
	font-weight:100;
	font-size:14px;
	margin: 0 5px;
}

.seconds{
	margin-right:0;
	color:#ffffff;
	font-weight:100;
	font-size: 14px;
	margin:0 5px;
}

.couponoverzicht{
	background-color:red;
	width:auto;
	float:left;
}

.featured-coupon {
  position: absolute;
    top: 1%;
    right: 3px;
    width: 100px;
    height: 100px;
    text-align: left;
    font-size: 14pt;
    line-height: -7.8em;
    font-weight: bold;
    padding: 10px;
    background: #0a0;
    /* background: linear-gradient(#00a,#0a0); */
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}
.dropbtn {
    background-color: #5cb85c;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	box-shadow: #5cb85d
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin-left:-67px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.ico-red{
	background-color:#c12c2c;
}

.image>a{
	height: 100% !important;
	display: block !important;
	text-align: center !important;
}

.image>a>img{
	max-height: 100% !important;
	max-width: 100% !important;
	width: auto !important;
	min-height: unset !important;
}