@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url(../../../css/fontello.css);
.deal-stamp {
	min-width: 330px;
	flex-grow: 1;
	width: 330px;
	padding:0;
}
.deal-stamp a,
.deal-stamp a:hover {
	text-decoration: none;
	color: #000
}
.deal-stamp .box {
	position: relative;
	background-color: #fff;
	border-width: 0 4px 4px 0;
	border-style: solid;
	border-color: #D7D7D7;
	border-radius: 0px 4px;
	z-index: 0;
	line-height:21px;
	border-top-left-radius: 6px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.deal-stamp .box h4,
.deal-stamp .box .last-line {
	font-family: "PT Sans", sans-serif;
}
.deal-stamp .img-container {
	width: 100% !important;
	position: relative !important;
	min-height: 240px !important;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden
}
.deal-stamp .img-container .media-cover {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.deal-stamp .img-container img.img-responsive {
	width: auto;
	height: 100%
}
.deal-stamp .img-container .price {
    position: absolute;
    padding: 0 0 0 10px;
    top: 86%;
    background-color: #f04d51;
    color: white;
    text-align: center;
    background-image: none;
    line-height: 12px;
    display: block;
    border-top-right-radius: 20px;
    padding-right: 20px;
    height: 34px;
}
.deal-stamp .img-container .price span {
	font: 500 22px/1em Source Sans Pro, sans-serif;
    letter-spacing: 1px;
}
.deal-stamp .img-container .price .currency {
	font: 700 13px/1.4em Roboto, sans-serif;
    vertical-align: top;
    padding-top: 6px;
    display: inline-block;
}
.deal-stamp .title {
	position: relative;
	padding: 15px 15px 3px 15px;
	margin: 0;
	color: #f04d51;
	height: 58px;
	float: left;
	border-left: 1px solid #D7D7D7;
	text-align: left;
	box-sizing: border-box
}
.deal-stamp .title h3 {
	margin: 0;
	font: 700 20px/1.1em Source Sans Pro, sans-serif
}
.deal-stamp .mini-description {
	padding: 8px 14px 2px 15px;
	height: 62px;
	border-left: 1px solid #D7D7D7;
	text-align: left;
	box-sizing: border-box
}
.deal-stamp .mini-description h4 {
	font-size: 15px;
	line-height: 1.2em;
	margin: 0;
	font-weight:normal;
	height: 55px;
    overflow: hidden;	
}
.deal-stamp .last-line {
	box-sizing: border-box;
	border-left: 1px solid #D7D7D7;
	padding-bottom:14px;
}
.deal-stamp .last-line>div {
	position: relative;
	display: inline-block
}
.deal-stamp .last-line .grid_offer {
	margin: 10px 0 0 15px
}
.deal-stamp .last-line .our-opinion {
	padding: 0 0 18px 24px;
	color: #969696;
	font-size: 15px;
	font-weight: 700
}
.deal-stamp .last-line .reduction-box {
	padding: 0 0 0 10px;
	text-align: right
}
.deal-stamp .last-line .reduction-box .reduction {
	font-size: 18px;
	color: #f04d51;
	font-weight: 700;
	margin: 1px -1px 1px 0;
	display: block;
	line-height: 20px
}
.deal-stamp .last-line .reduction-box .reduction .percent {
	display: inline-block;
	font-size: 15px;
	font-weight: 700
}
.deal-stamp .last-line .onlineDate {
	font-size: 13px;
	font-weight: normal;
	color: #969696;
	float: right;
	margin-right: 12px;
	padding: 6px 0 0 0
}
.deal-stamp.not_found {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	padding: 20px 0 20px 18px;
	border-bottom: none
}
.deal-stamp.not_found:hover {
	background-color: white
}
.deal-stamp .clr {
	clear: both
}
.deal-stamp :nth-child(2n+1) {
	clear: both
}
.deal-stamp.filler {
	margin-top:0;
	margin-bottom:0;
	padding:0;
	height:0;
}
.deal-stamp .multi [class^="icon-"], 
.deal-stamp [class*=" icon-"] {
	font-size: 25px;
	margin-top: 16px;
}

.deal-stamp [class^="icon-"], 
.deal-stamp [class*=" icon-"] {
	line-height: 1;
	display: block;
	text-align: center;
}

.deal-stamp [class^="icon-"]:before, 
.deal-stamp [class*=" icon-"]:before {
	display: inline !important;
}

.deal-stamp .box [class^="icon-"], 
.deal-stamp .box [class*=" icon-"] {
    display: inline;
    font-size: 20px;
    line-height: 36px;
}

