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

/*************** ADD CUSTOM CSS HERE.   ***************/

/* FRONTEND */

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


}

ul.sub-product-cats li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
}
ul.sub-product-cats li img {
    margin: 0 auto; 
}
 
@media screen and (min-width:768px) {
 
    ul.sub-product-cats {
        margin-left: 0;
        clear: both;
    }
    ul.sub-product-cats li {
        width: 190px;
        float: left;
        /* margin-right: 5%; */
    }
    ul.sub-product-cats li:nth-of-type(3) {
        margin-right: 0;
    }
     
}

.grecaptcha-badge {
    visibility: collapse !important;  
}
div.logo p.logo-tagline {
    font-size: 17px;
    font-family: 'Lobster', sans-serif;
    color: #696969;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

/* NCF Menu */
.ncf-menu-button {
    background-color: black;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .ncf-menu {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .ncf-menu-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .ncf-menu-content a {
    color: black;
    padding: 5px 30px;
    font-size:14px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .ncf-menu-content a:hover {
      background-color: #f1f1f1
}
  
  /* Show the dropdown menu on hover */
  .ncf-menu:hover .ncf-menu-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .ncf-menu:hover .ncf-menu-button {
    background-color: #666666;
  }
 

.ncf-products-subcats {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    color: black;
    font-weight: bold;
    border-bottom:solid 2px #999999;
}