@media only screen and (min-width : 1200px) {
    #palavra_chave{
               width: 250px;;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 993px) {
   
   /* HEADER STYLES */
   .nobrinde-pre-header {                 
           height: 150px;
    }                    
    
    .nobrinde-pre-header .container {
        height: 100%;
    }
    
    .nobrinde-pre-header .container .row{
        height: 100%;
    }
    .nobrinde-pre-header .container .row .col{
        height: 100%;
   }
   .header-medium-large-wrapper{
       display: block;
   }
   .header-small-wrapper{
       display: none;
   }
   
   .logotipo {
       height: 100%;
       vertical-align: middle;
   }
   .logotipo-helper {
       display: inline-block;
       height: 100%;
       vertical-align: middle;
   }
   /* HEADER STYLES */
   .nobrinde-product-buttons{
       display: none;
   }
  
}

/********************************************* ATE AQUI ESTA TUDO NORMAL *****************************************/


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
   
   #palavra_chave{
       width: 100%;
   }
   .logotipo {
       height: 100%;              
       text-align: center;
   }
   
   .nobrinde-pre-header {        
       height: 100%;
   }                        
   .header-medium-large-wrapper{
       display: none;
   }
   .header-small-wrapper{
       display: block;
   }    
   .nobrinde-product-buttons{
       display: block;
   }
   
   #nobrinde-banners-small-right {
       display: none;
   }
}


@media only screen and (min-width: 748px) {
   #nobrinde-cart-product-info{
       display: block
   }
   #nobrinde-cart-product-info-mobile{
       display: none
   }
   .nobrinde-cart-total-price, .nobrinde-cart-print-price, .nobrinde-cart-unit-price {
      min-width: 80px 
   }            
}

@media only screen and (max-width: 747px) {
   .nobrinde-banners{
       display: none
   }
   .nobrinde-search-widget{
       display: none
   }
   #nobrinde-cart-product-info{
       display: none
   }
   #nobrinde-cart-product-info-mobile{
       display: block
   }
   .nobrinde-cart{
       font-size: 11px;
   }
   .nobrinde-cart-total-price, .nobrinde-cart-print-price, .nobrinde-cart-unit-price {
      min-width: 50px 
   }
   #nobrinde-newsletter{
       padding-top: 15px;
       
   }
   #nobrinde-social{
       padding-top: 15px;                
   }
   #nobrinde-facebook{
       padding-top: 15px;
       padding-bottom: 15px;                
   }
}

