#smartbanner {
	position: absolute;
	left: 0;
	top: -95px;
	width: 100%;
	height: 95px;
	font-family: 'bentonsans-regular-webfont';
	background-color: #fff;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

#smartbanner,
html.sb-animation {
	-webkit-transition: all .3s ease;
}

#smartbanner .sb-close {
	position: absolute;
	right: 10px;
	top: 5px;
	display: block;
	background-color: none;
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	padding: 0;
}

#smartbanner .sb-close:hover {
	cursor: pointer;
}

#smartbanner .sb-close img {
	width: 22px;
	height: 22px;
}

#smartbanner .sb-icon {
	position: absolute;
	width: 57px;
	height: 57px;
	top: 15px;
	left: 10px;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner.no-icon .sb-icon {
	display: none;
}

#smartbanner .sb-info {
	position: absolute;
	color: #6a6a6a;
	left: 77px;
	top: 5px;
	width: 180px;
}

#smartbanner .sb-info__title {
	font-family: 'bentonsans-bold-webfont';
	font-size: 16px;
	display: block;
}

#smartbanner .sb-info__author {
	font-family: 'bentonsans-regular-webfont';
	font-size: 14px;
	display: block;
}

#smartbanner .sb-info__price {
	font-family: 'bentonsans-light-webfont';
	font-size: 12px;
	display: block;
}


#smartbanner .sb-button {
	position: absolute;
	right: 10px;
	top: 50px;
	padding: 5px;
	width: 60px !important;
	font-size: 11px;
	display: inline-block;
}

@media screen and (max-width:426px) {

	#smartbanner .sb-button {
		padding: 5px;
		width: 60px !important;
	}
}

@media screen and (max-width:376px) {
	#smartbanner .sb-info__title {
		font-size: 15px;
	}
}
