/*
Theme Name: Shopnet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.vertical-menu {
    width: 200px; /* Set a width if you like */
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
  }

  .vertical-menu a {
    color: #ffffff;
    padding: 6px 25px;
    text-decoration: none; /* Remove underline */
    display: block; /* Make it into a block element */
    background-image: linear-gradient(40deg, #f71342 0, #ff1445 20%, #ff1445 50%, #ed7e65 100%);
    border-radius: 10px;
  }

  .vertical-menu a:hover {
    background-color: #ccc; /* Add a hover effect */
  }



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
