.smartbanner-show {
	padding-top: 60px;
	box-sizing: border-box;
}

.smartbanner-show .smartbanner {
	display: block;
}

/** Default **/
.smartbanner {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	min-height: 60px;
	line-height: normal;
	font-family: 'Helvetica Neue', sans-serif;
	background: #fffefe;
	z-index: 1050;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 12px;
	max-width: 100%;
	box-sizing: border-box;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 20px;
	text-align: center;
	color: #fffefe;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
	width: 24px;
	height: 24px;
	line-height: 24px;
	flex: 0 0 auto;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color:#fffefe;
}

/* .smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
} */

.smartbanner-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 4px;
    padding-bottom: 4px;
}

.smartbanner-title {
	font-size: 13px;
	line-height: 18px;
}

.smartbanner-button {
	position: static;
	flex: 0 0 auto;
	height: 28px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #fffefe;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
	color: #fffefe;
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}

/** iOS **/
.smartbanner-ios {
	background:  #cc6635;
	/*background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); */
	/* line-height: 80px; */
}

.smartbanner-ios .smartbanner-close {
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fffefe;
	text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
	color: #fffefe;
}

/* .smartbanner-ios .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
} */

.smartbanner-ios .smartbanner-info {
	color: #fffefe;
	border-left-width: medium ;
	border-left-style: solid;
	border-left-color: #fffefe;
	padding-left: 10px;
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
}

.smartbanner-ios .smartbanner-title {
	color: #fffefe;
	font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
	min-width: 90px;
	color:#cc6635;
	padding: 0;
	background: none;
	border-radius: 20px;
	font-weight: normal;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 12px;
	background: #fffefe;
	border-radius: 20px;
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
}

/** Android **/
.smartbanner-android {
	background: #cc6635;
	/* box-shadow: inset 0 4px 0 #88b131; */
	/* line-height: 82px; */
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 0;
	color:#fffefe;
	font-size: large;
	/* background: #1c1e21; */
	/* text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); */
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
	color: #fffefe;
}

.smartbanner-android .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
	
}

.smartbanner-android .smartbanner-info {
	color: #fffefe;
	/* text-shadow: 0 1px 2px #000; */
	border-left-width: medium ;
	border-left-style: solid;
	border-left-color: #fffefe;
	padding-left: 10px;
}

.smartbanner-android .smartbanner-title {
	color: #fffefe;
	font-weight: bold;
}

.smartbanner-android .smartbanner-button {
	min-width: 90px;
	color:#cc6635;
	padding: 0;
	background: none;
	border-radius: 20px;
	font-weight: lighter;
	/* box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; */
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
	background: none;
}

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 12px;
	background: #fffefe;
	border-radius: 20px;
	font-weight: 500;
	/* background: linear-gradient(to bottom, #42b6c9, #39a9bb); */
	/* text-transform: none;
	text-shadow: none;
	box-shadow: none; */
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	background: #fffefe;
}

/** Windows **/
.smartbanner-windows {
	background: #cc6635
	/* background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px; */
}

.smartbanner-windows .smartbanner-close {
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 0;
	color:#fffefe;
	font-size: large;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
	color: #fffefe;
}

/* .smartbanner-windows .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
} */

.smartbanner-windows .smartbanner-info {
	color: #fffefe;
	border-left-width: medium ;
	border-left-style: solid;
	border-left-color: #fffefe;
	padding-left: 10px;
}

.smartbanner-windows .smartbanner-title {
	color: #fffefe;
	font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
	min-width: 90px;
	color:#cc6635;
	padding: 0;
	background: none;
	border-radius: 20px;
	font-weight: lighter;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
	background: #fffefe;
	/* background: linear-gradient(to bottom, #dcdcdc, #efefef); */
}

.smartbanner-windows .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 12px;
	background: #fffefe;
	border-radius: 20px;
	
}

.smartbanner-windows .smartbanner-button-text:active,
.smartbanner-windows .smartbanner-button-text:hover {
}
