@media (max-width: 768px) {
	#row2{
		display: flex;
		  flex-direction: column-reverse;
		  gap:10px;
	}
	
	.notVisible-xs{
		display:none;
		}
	
}
@media (max-width: 992px) {
	
	.row {
     margin-left: 0px; 
    margin-right: 0px;
	}
	
	.perspective{
		width:unset;
		flex-direction:column;
		gap:0px;
	}
	
/* adv page*/
  #deleteTripla {
    align-self: flex-end;
  }

  #btn-adv-search {
    width: 100%;
  }
  #btn-adv-search a {
    width: 100%;
  }

  .oneRowAdvancedSearch {
    gap: 5px;
    flex-direction: column !important;
    max-width: 100%;
    padding: 5px;
    padding-top: 5px;
    margin-right: 0px !important;
  }
  .responsive-border {
    border: 2px groove;
  }
  .adv-generic-filter {
    gap: 15px;
  }

  .oneRowAdvancedSearch input {
    width: 100% !important;
  }
 
  .order-view-criteria {
    max-width: 100%;
    width: 100%;
  }
  
  #filterRange {
    width: 100%;
    gap: 5px;
    display: flex;
    flex-direction: column;
  }
  #order-show-filter {
    width: 100%;
    gap: 5px;
    display: flex;
    flex-direction: column;
  }

  #advanced-filter {
    min-width: unset;
  }
/**/



/* hits page*/
  #colLeft .sidemenu ul {
    display: none;
  }
  #colRight .sidemenu ul {
    display: none;
  }
  #btn-menu-filter {
    display: flex;
    line-height: 1.5em;
    font-weight: bold;
    border-radius: 12px;
  }

  #colLeft {
    width: 100%;
    display: none;
  }
  #colRight {
    width: 100%;
    display: none;
  }
/**/

/* header */
  #right-bottom-header {
    z-index: 100000000;
  }
  
  #header {
    height: unset;
    flex-direction: column;
  }

  .bannerTitle {
    height: 70%;
    width: 100%;
  }  

  #right-bottom-header ul {
    flex-direction: column;
    align-items: center;
    margin: 5px;
    gap: 3px;
  }
  #right-bottom-header,
  #right-header {
    height: unset;
    background: white;
  }
  #right-top-header {
    background: #7c1f1f;
    width: 100%;
    padding: 5px;
  }
  
  .dropdown:hover .dropdown-content {
    display: flex;
  }
  .dropdown-content {
    flex-direction: column;
    position: relative;
  }
  .dropdown {
    overflow: unset;
  }
  #right-bottom-header ul li {
    background: #7c1f1f;
    height: unset;
    width: 100%;
    text-align: center;
    border: 1px solid white;
    border-radius: 3px;
  }

  #right-header {
    align-items: center;
    padding-left: 0px;
    gap: 1px;
  }
  #right-bottom-header {
    justify-content: center;
    width: 100%;
    background: white;
    display: none;
  }
  #nav-header {
    width: 100%;
  } 
  
  header {
    text-align: center;
  }
/**/ 


  #breadcrumb-search {
    flex-direction: column !important;
    gap: 5px;
  }

  #bd {
    max-width: 100%;
  }
  
  #container {
    padding: 10px;
  }

  .iconClassRow {
    flex-direction: column;
  }

  .menu-navigator-btn {
    flex-direction: column !important;
  }
  .menu-navigator-btn div {
    width: 100%;
  }
  .menu-nav-side {
    display: none;
  }

  .tendina {
    flex-direction: column;
    gap: 5px;
  }

  #layout {
    display: flex;
    flex-direction: column;
  }

  .btn-menu {
    width: 100%;
    background-color: #7c1f1f;
    display: flex !important;
    justify-content: center;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    padding: 3px;
  }
  .menu-nav-btn {
    height: 100%;
  }
  #alf_nav {
    flex-wrap: wrap;
  }
  .btn-menu a:hover {
    text-decoration: none;
  }

  #container {
    max-width: 100%;
  }

  .customContainer {
    margin-top: 0px;
  }

  #colMain3 {
    width: 100%;
  }
  
  .ui-selectmenu-button {
    width: 100% !important;
  }

}
