#header.fixed #topNav a.logo>h1 {
    margin-top: 2px;
}
#header #topNav a.logo>h1 {
    margin-top: 18px;
}
@media only screen and (max-width: 767px){
	#header #topNav a.logo>h1 {
        margin-top: 17px;
		font-size: 17px;
	}
}
.html-block .btn-success {
    color: #fff;
    background-color: #1d2437;
    border-color: #1d2437;
}
.shop-item-info .label-success {
    background-color: #1d2437;
}
#header #topNav a.logo img{
        width: 164px;
		webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
#header.fixed #topNav a.logo img{
        width: 180px;
}
#topcontact p{
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}
#header.fixed #topcontact{
	display:none;
}
#header.transparent #topcontact p{
    color: #fff;
}
#topcontact .fa-mobile{
    margin-left: 20px;
}
.pricelist{
        list-style: none;
}
.venedorHome #topNav a.logo2{
	display: none;
}
.venedorHome #topNav a.logo3{
	display: none;
}
.venedorHome #topNav a.logo{
	display: block;
}
.venedorHome #header.fixed  #topNav a.logo3 {
    display: block;
}
.venedorHome #header.fixed  #topNav a.logo {
    display: none;
}
#topNav a.logo2{
	display: block;
}
#topNav a.logo{
	display: none;
}
#topNav a.logo3{
	display: none;
}
#topNav a.logo2 {
    height: 96px;
    line-height: 96px;
    overflow: hidden;
    display: inline-block;
}
#header.fixed  #topNav a.logo2 {
    height: 70px;
}
#header.fixed #topNav a.logo2>h1 {
    margin-top: 2px;
	margin-bottom: 0px;
}

#header #topNav a.logo2>h1 {
    margin-top: 18px;
}
@media only screen and (max-width: 767px){
	#header #topNav a.logo2>h1 {
        margin-top: 17px;
		font-size: 17px;
	}
}
#header #topNav a.logo2 img{
        width: 140px;
		webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
#header.fixed #topNav a.logo2 img{
        width: 95px;
}

#header.fixed  #topNav a.logo3 {
    height: 70px;
}
#header.fixed #topNav a.logo3>h1 {
    margin-top: 2px;
	margin-bottom: 0px;
}

#header #topNav a.logo3>h1 {
    margin-top: 18px;
}
@media only screen and (max-width: 767px){
	#header #topNav a.logo3>h1 {
        margin-top: 17px;
		font-size: 17px;
	}
}
#header #topNav a.logo3 img{
        width: 140px;
		webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}
#header.fixed #topNav a.logo3 img{
        width: 134px;
}
#floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 334px;
    height: 100px;
    z-index: 9999;
}

#floating-banner img {
    width: 334px;
    height: 100px;
    display: block;
}

#floating-banner .close-banner {
    position: absolute;
    top: 2px;
    right: 6px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
