.smartbanner {
    top: 0px !important;
    background: #E4E4E4 !important;
    height: 75px !important;
    font-family: 'AvenirLTPro-Book' !important;
	overflow:hidden;
	position:fixed;
	z-index:999;
}
@media only screen and (min-device-width:1179px) and (max-device-width: 667px) and (orientation: landscape) {
    .smartbanner {
        top: 70px !important;
    }
}

@media only screen and (max-device-width:1180px) and (orientation: landscape) {
    .smartbanner {
        top: 90px !important;
    }
}
.smartbanner.smartbanner--android {
    background: #E4E4E4 !important;
    box-shadow: none !important;
}
.smartbanner__icon {
    background-image: url(/assets/newLayout/images/megaNav/appLogoImage.png)!important;
}
/*.smartbanner__info__author, .smartbanner__info__price {
    display: none !important;
}*/
.smartbanner__icon {
    width: 51px !important;
    height: 51px !important;
    border-radius: 9px !important;
    background-size: 51px 51px !important;
    background-repeat: no-repeat;
}
.smartbanner__info__title {
    color: #2063B8 !important;
    margin-left: 20px !important;
    font-size: 14px !important;
    line-height: 13px !important;
    font-weight: 750 !important;
    font-family: 'Avenir LT W01_65 Medium1475532';
    text-shadow: none;
    margin-bottom: 2px;
}
.smartbanner__info {
    top: 0 !important;
    left: 85px;
    display: flex;
    overflow-y: hidden;
    width: 60% !important;
    height: 75px !important;
}
.smartbanner__icon {
    left: 40px !important;
    top: 11px !important;
}
.smartbanner__button__label {
	color: #3F3D3E !important;
    background: transparent !important;
    font-size: 10px !important;
    line-height: 13px !important;
    border: 1px solid #3F3D3E !important;
    padding: 5px !important;
    padding-bottom: 3px !important;
    display: flex;
}
.smartbanner__button {
    top: 25px !important;
    padding: 0 !important;
    box-shadow: none !important;
	background:none;
}
/*.smartbanner.smartbanner--android .smartbanner__exit {
    background: transparent !important;
    box-shadow: none !important;
    color: #fff;
    text-shadow: 0 1px 1px #fff;
}*/
.smartbanner__exit {
	background: none !important;
    box-shadow: none !important;
}
.smartbanner__exit::before, .smartbanner__exit::after {
    width: 2px !important;
    background: #3F3D3E !important;
}
.smartbanner--ios .smartbanner__button {
    top: 25px !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    right: 20px;
    background: transparent !important;
}
.smartbanner.smartbanner--android .smartbanner__button {
    font-weight: normal !important;
}
.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
    background: #3F3D3E !important;
    height: 12px !important;
    top: 0px !important;
    /*left: 9px !important;*/
}
/*.smartbanner.smartbanner--android .smartbanner__button__label {
    height: 21px !important;
}*/
.smartbanner__info__price {
    margin-left: 20px;
}
.smartbanner__info__price img {
	margin-right: 2px;
    width: auto;
    height: auto;
    margin-top: -1px;
}
.smartbanner__info__price span {
		color: #3F3D3E;
		font-size:7px;
		font-weight:normal;
		text-shadow:none !important;
	}
.smartbanner__info__author {
	margin-left: 20px !important;
    color: #3F3D3E;
    font-size: 11px;
	text-shadow:none !important;
}
@media screen and (max-width:1024px) {
    .smartbanner {
      top:0px !important;
      position:fixed;
      z-index: 999;
    }
    .navigation1 {
        top:75px;
    }
    /*.mob-dropdown {
        top:70px;
    }*/
}
