@media only screen and (min-width: 768px) {
    
.iconologo {
   margin: -23px 0 0px 0;   
}

.navmovil{
	display:none;
}
    /*----- Main Menu  -----*/
.navbar-brand >img{
	display:none;
}


.header  .mobile-menu{
	display:none;
}
.section-title p{
	padding:0 50px;
}
.header .address {
	text-align: center;
}
.header .social {
	text-align: center;
}
.header .nav .dropdown{
	width:150px;
}
.header .nav li a {
	margin: 0 8px;
	padding: 12px 0;
	font-size: 13px;
}
.header .cart-search-bar{
	/*display:none;*/
}
.header .nav li {
	margin-right: 14px;
}

}
   
@media only screen and (max-width: 767px) {
    
        /*----- Main Menu  -----*/
navbar-brand .logo1 {
	display:none;
}

.navbar-brand >img{
   display: block;
   /* margin: -20px 0px 0px 0px;*/
}    
.navbar-brand {
   font-size: 0.7em;
}  

.iconologo {
   margin: -33px 0 0px 0; 
    
}

.helpdesk {
    display:none;
}
.header  .mobile-menu{
	display:none;
}
.section-title h2 {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.section-title p{
	padding:0 20px;
}
.cart-search-bar{
	display:none;
}
.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 28px;
	background: #fff;
}
.header .navbar {
	float: left;
	width: 100%;
}
.navbar-nav {
	margin: 7.5px -15px;
	float: none;
}
.navbar-nav {
	margin: 7.5px -15px;
	float: none;
	/*background: #fff;*/
}
.header .header-inner{
	padding:15px 0;
}
.header  .mobile-menu{
	display:block;
}
.header .slicknav_btn {
	background: #333;
	margin-right: 0px;
	margin-top: -40px;
}
.header .slicknav_menu {
	padding: 0px;
	background: transparent;
}
.header .slicknav_nav {
	background: #333;
}
.header .slicknav_nav a{
	color:#fff;
}
.header .nav li a:before{
	display:none;
}
.header .header-inner .dropdown{
	padding: 0 10px;
	transform: translateY(0px);
}
.header-inner.sticky{
	max-height:100%;
}
.navbar{
	min-height:0px;
}
.header .header-inner .dropdown {
	position: relative;
	top: 0px;
	opacity: 1;
	visibility: visible;
	background: transparent;
	border-left: 1px solid #42AAD9;
}
.header .nav li .dropdown li a {
	color: #444;
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: 0;
	transform: rotate(-45deg);
	margin: 0;
}
.navbar-toggle.active span:nth-child(4) {
    margin-top: -2.5px;
    transform: rotateZ(45deg);
}
.header .address {
	text-align: center;
}
.header .social {
	text-align: center;
}
.breadcrumbs h2{
	font-size:22px;
	float:none;
}
.breadcrumbs ul {
	float: none;
	margin: 0;
	padding-top: 25px;
}

}
    
@media only screen and (max-width: 380px) {
.navbar-brand >img{
   display: block;
   /* margin: -20px 0px 0px 0px;*/
}    
.navbar-brand {
   font-size: 0.7em;
}  
.iconologo {
   margin: -40px 0 0px 0; 
    
}
.helpdesk {
    display:none;
}
.supia-app-main .app-text{
	text-align:center;
}
.supia-app-main .app-text .button{
	text-align:center;
}
.supia-app-main .app-text .button .btn{
	display:inline-block;
	margin-bottom:20px;
	margin-right:0px;
}
.supia-app-main .app-text .button .btn:last-child{
	margin-bottom:0px;
}
.app-available p{
	padding:0px;
}
.app-available .button img{
	margin-bottom:20px;
	margin-right:0px;
}
.app-available .button a:last-child img{
	margin-bottom:0px;
}
}