/*
Theme Name: Beaver Builder Child Theme.
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
hr {height: 2px; background: #73CBE5; display: block; border: none;}

/* Positions the icon */ 
.fl-menu .fl-page-nav-search .fa-search
 {
 padding: 2px;
 }

/* Positions the drop-down form*/ 

 .fl-menu .fl-page-nav-search FORM
 {
 margin-top: 20px;
 }
.fl-page-nav-search form {
    background-color: #fff;
    border-top: 3px solid #d61723;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 400px;
    z-index: 1000;
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.15);}

.fa-search::before {content: "\f002"; color: #eeeeee;}
	
	
#menu-distributor-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu-distributor-menu li {

/* display: inline; */

}


#menu-distributor-menu a {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

#menu-distributor-menu li {
    font-family: Enriqueta, serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

#menu-distributor-menu{
        padding: 10px;
        background-color: rgba(31,121,176,0.3);
}

#nopadding {
    padding-top: 10px !important;
}


.woocommerce div.product form.cart div.quantity {
  display: none !important;
}.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
  margin: 0 15px 0 0;
  display: none;
}

form.woocommerce-ordering {
display: none;
}
