/*

Theme Name: TheGem Child

Description: Multi-Purpose Wordpress Theme

Author: Codex Themes.

Theme URI: http://codex-themes.com/thegem/

Author URI: http://codex-themes.com/thegem/

Template: thegem

Version: 1.0

Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light

License: GNU General Public License

License URI: license.txt

*/

.erm_menu_content li:before{
	display: none;
}
.erm_menu .erm_product_price{
	position: relative;
	font-size: 20px;
}

.erm_product_price span.price {
/*     border: 1px solid; */
    border-radius: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: -25px;
}
.erm_product_price:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 81%;
    left: 0px;
    border: 1px dashed #ccc;
    top: 10px;
}
.erm_menu .erm_product_image {
    margin: 0px !important;
    width: 150px;
    z-index: 9999;
    position: relative;
    padding-right: 10px;
    background: #fff;
}
.erm_menu .erm_product_desc {
    color: #ffa742;
    font-size: 15px;
    margin-top: -30px;
}
.erm_menu .erm_product_title {
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
	font-size:22px;
}
.erm_menu .erm_product {
    width: 49%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
}
.erm_product a.image-popup {
    float: left;
}
@media only screen and (max-width: 500px) {
	.erm_menu .erm_product {
		float: none;
		width: 100%;
		padding: 0px;
	}
	.erm_menu .erm_product_image {
   		width: 80px;
	}
	.erm_menu .erm_product_title {
		font-size: 18px;
		line-height: 1;
		margin-top: 0;
	}
	.erm_menu .erm_product_desc {
		font-size: 13px;
	}
	.erm_product_price span.price {
		font-size: 15px;
	}
	a.image-popup {
		display: inline !important;
	}
}