.categ_menu_header{
	position: relative;
	padding: 15px;
	background: #094a73;	
	color: #fff;
	font-size: 18px;
	text-decoration: none;    
}
.moduletable_categ_menu>ul{
	background: #eeeded;
	border: 1px solid #eeeded;
}
.moduletable_categ_menu>ul>li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.moduletable_categ_menu>ul>li>ul>li:last-child, .moduletable_categ_menu>ul>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.moduletable_categ_menu>ul>li>a{
	padding: 20px;
	color: #333;
    line-height: 18px;
	display: block;
	font-weight: bold;
}
.moduletable_categ_menu>ul>li, .moduletable_categ_menu>ul>li>ul>li{
	position: relative;
	display: flow-root;
}
.moduletable_categ_menu>ul>li>ul, .moduletable_categ_menu>ul>li>ul>li>ul{
	display: none;
	left: 100%;
    border: 1px solid #ccc;
    background: #f6f6f6;
    border-radius: 5px;
    top: 0;
	padding: 0;
    z-index: 2;
    width: 100%;
    position: absolute;	
}

.moduletable_categ_menu>ul>li:hover>ul, .moduletable_categ_menu>ul>li>ul>li:hover>ul {
	display: block;
}

.moduletable_categ_menu ul .touch-device:hover>ul {
	display: none;
}

.moduletable_categ_menu>ul>li>ul>li>a, .moduletable_categ_menu>ul>li>ul>li>ul>li>a {
	display: block;
  	color: #333;
	padding: 10px;
}

.moduletable_categ_menu .parent{
	position: relative;
	padding-right: 22px;

}
.moduletable_categ_menu .parent:before{
	content: "\f0da";
	font-family: fontawesome;
	right: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px
}
/* HOVER */
.moduletable_categ_menu .parent:hover:before {
	color: #08c;
}

.moduletable_categ_menu>ul>li:hover{
	background: #f6f6f6;
}

.moduletable_categ_menu>ul>li:hover>a {
	color: #08c;
}
.moduletable_categ_menu>ul>li>ul>li>a:hover, .moduletable_categ_menu>ul>li>ul>li>ul>li>a:hover {
	color: #2679c7;
}

/* MEDIA DEVICES */
@media (max-width: 990px){
	
	.moduletable_categ_menu .touch-device>ul{
		position: static;
		width: 100%;
	}
	
	.moduletable_categ_menu .parent:before{
		content: "\f0d7";
	}
	.moduletable_categ_menu .parent.open{
		padding-right: 0;
	}
	.moduletable_categ_menu .parent.open:before{
		display: none;
	}
	.jscat-and-prod_categ_menu{
		display: none;
	}
	.moduletable_categ_menu>ul>li>ul>li:not(:last-child),.moduletable_categ_menu>ul>li>ul>li>ul>li:not(:last-child){
		border-bottom: 1px solid #ccc;
	}
	
	.categ_menu_header{
		position: relative;
		padding: 15px 0 15px 32px;
	}
	.categ_menu_header:before{
	content: "\f0c9";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: fontawesome;
    right: 9%;
    font-size: 22px;

	}
}


/* Short Description */

.jshop_prod_short_description {
	color: #f93c3c;
}