/*!
Theme Name: four-leaves
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: four-leaves
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.mobile-menu .menu {
    text-align: left;
    padding: 40px 40px 40px;
    display: none;
    list-style: none;
}
.mobile-menu li a{
	color:#2e2b29;
}

.mobile-menu .menu-item-has-children .sub-menu {
    position: relative;
    background: #fff;
    min-width: auto;
    box-shadow: none;
    top: auto;
    left: auto;
    display: none;
	padding:0px 0px 0px 20px;
}
.mobile-menu .menu-item-has-children .sub-menu:before{
	display:none;
}

.mobile-menu li.menu-item-has-children a{
	color:#63672f;
}

.mobile-menu li.menu-item-has-children a:after{
	font-family: "FontAwesome";
	content: "   \f107";
}

.mobile-menu .menu-item-has-children .sub-menu li{
	padding: 0px;
}

.mobile-menu .menu-item-has-children .sub-menu li a{
	color:#83817f !important;
	font-weight: normal !important;
}

.mobile-menu .sub-menu li a:after{
	display:none;
}
.prod-wrap .wrap{
	min-width:130px;
}