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

/*************** ADD CUSTOM CSS HERE.   ***************/
.tab-them {
	margin-bottom:10px;
    padding: 12px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
}
.tab-them .span-xx {
    margin-left: 10px;
    border: 1px solid #cccccc;
    outline: 1px solid #fff;
    background: #f2f2f2;
    border-color: rgb(100, 148, 40);
    padding: 0px 9px;
}
.tab-them p {
    margin-bottom: 5px;
    font-size: 14px;
}
p.product-title{
	height: 36px;
    overflow: hidden;
}

@media(max-width: 855px){
	.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button{
		text-transform: uppercase;
	}
	.mmm_fullwidth_container span.mobile_toggle {
		    float: left;
    display: block;
    text-transform: uppercase;
	}
	.mmm_fullwidth_container span.mobile_toggle .mobile_button{
		text-transform: uppercase !important;
	}

	span.mobile_toggle .symbol_menu{
		padding-left: 108px;
	}
	.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button{
	color: white;
	}
	.mega_main_menu.mega_main_sidebar_menu > .menu_holder > .mmm_fullwidth_container{
		color: white !important;
		    background: #649428 !important;
	}
	#mega_main_menu > .menu_holder > .mmm_fullwidth_container {
    background: #649428 !important;
}
	.ot-vm-click:focus #mega_menu,.ot-vm-click:active #mega_menu ,.ot-vm-click:hover #mega_menu{
	display: block !important;
	}
	.ot-vm-click #mega_menu ,body.home #mega_menu{
    display: none;
}
 #mega_menu.active {
    display: block;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}