@media (min-width: 768px) {
  #bottom-header .cart-popup > .cart {
    float: none;
  }

  #bottom-header .cart-popup > .dropdown-menu {
    top: 100% !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }
}
