@media (max-width: 991px) {
  .topmenu-wrapper {
    background: #fff;
  }
  

}

@media (min-width: 991px) {
  /*listing - wybor boxu miniatury*/
  .leftColPopup  .collection-view-wrap{
   	display:none; 
  }
  /* poprawki fixed menu */
  .#amegamenu.fixed-menu #_desktop_logo{
    	width: 16%
  }
  #amegamenu.fixed-menu .anav-top{
    width:64%;
  }
  
  .fixed-menu-right{
    width: 16%
  }
  
  
  
  .amenu-item .amenu-link{
    color:#fff !important;
  }
  
  #header .amenu-item .amenu-link:hover {
      border-bottom:
    		3px solid #fff;
    }
  
  
	.amenu-link::after {
  		content: none;
  		right: auto;
	}
  .amenu-link::before {
  		content: none;
  		left: auto
	}
  
  .dropdown-content > .h5.category-title{
    color:#8e2929;
    font-weight:700;
    font-size:18px;
  }
}


