
/* telefono */
@media only screen and (max-width: 768px) {
  body {
    background-image: url(/_manual/bg-header.png);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position-x: center;
  }
  #envio-div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #envio-img {
    width: 100%;
  }
}


/* Desktop */
@media only screen and (min-width: 769px) {
  body {
    background-image: url(/_manual/bg-header.png);
    background-repeat: no-repeat;
    background-size: 1400px;
    background-position-x: center;
  }
  #envio-div {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
  }
  #envio-img {
    max-width: 700px;
  }
}



.iqitmegamenu-wrapper {
	text-align: center;
}

.container-iqitmegamenu {
	text-align: center;
	display: inline-block;
}




#header .header-nav {
    background: none;
  }
  



  #header .header-nav a, #mobile-header .m-nav-btn, .cbp-tab-title {
    color: rgb(255, 255, 255) !important;
  }
  

.cbp-horizontal .cbp-tab-title {
    font-family: 'UniversATT-Bold' !important ;
    font-size: 1.2rem;
  }
  
  
  
  .cbp-horizontal > ul > li > a:hover {
      background: none !important ; 
      
  }
  
  
  
  
  .header-top a:not(.btn):not(.nav-link) {
    color: #fff;
  }
  
  
  /* DROPDOWNS */
  .expand-more {
    color: white !important;
  }

  #header .dropdown-menu a.dropdown-item {
    color: black !important;
  }






  #cart-toogle, .cart-buttons a {
    color: #fff !important;
    
  }
  
.fa-shopping-bag:before{
    content: "\f07a" !important;
}

