
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 769px) {
	/* Add your Desktop Styles here */

}
@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */


}
/* Ipad */
@media only screen and (max-width: 984px) {/* STYLES GO HERE */ 

}
/* Mobile slide */
@media only screen and (max-width: 779px) { 

  .responsive #top .logo {
    position: relative;
    left: 27%;
    z-index: 99999;
  }

  .responsive #top #wrap_all .main_menu {
    position: absolute;
    width: 100vw;
  }

  .responsive #top .av-logo-container .avia-menu {
    position: relative;
    left: 8%;
  }

  .responsive #top #menu-item-shop.cart_dropdown {
    position: absolute !important;
  }

  #menu-item-shop .cart_dropdown_link {
    padding-right: 0px !important;
    font-size: x-large;
  }
}

  /*  #header .logo {
      left: 44.3%;
      z-index: 999;
    }
  
  #header .logo img {
    top: 50%;
    transform: translateY(-50%);
    max-width: 150px;
  } 
  .html_cart_at_menu.html_header_top #top .main_menu {
    left: 65% !important;
  }
  #menu-item-shop.cart_dropdown {
    position: absolute !important;
    right: 2% !important;
  }
  .av-main-nav-wrap {
    transform: none !important;
  } */
  /* .cart_dropdown {
    border-width: 0px !important;
  }
  }
  Mobile slide */



/* Split menu
----------------*/

@media only screen and (min-width: 780px) {
  

  #header .logo {
    left: 46.5%;
    z-index: 999;
  }

#header .logo img {
  top: 50%;
  transform: translateY(-50%);
  max-width: 200px;
}
#header .logo, #header .logo a {
  width: 158px;
}
.html_cart_at_menu.html_header_top #top .main_menu {
  left: 2% !important;
}
#menu-item-shop.cart_dropdown {
  position: absolute !important;
  right: 2% !important;
}
.av-main-nav-wrap {
  transform: none !important;
}
#menu-item-shop .cart_dropdown_link {
  padding: 0px !important;
  font-size: x-large;
}
.cart_dropdown {
  border-width: 0px !important;
}
  }


  