select#comboMenu{
	width:100%;
	height: 50px;
    margin: 0;
}

#cm-ordered-menu{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#cm-ordered-menu .cm-head{
	width: 100%;
	min-height: 50px;
	position: relative;
	box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.72);
	z-index: 100;
	background-color: #fff;
}
#cm-ordered-menu .cm-body{
	display: none;
	min-width: 35%;
	overflow: auto;
	position: fixed;
	bottom: 0;
	top:0;
	left:-100%;
	background-color: #cbc6b0;
	box-shadow: -8px 5px 8px rgba(0, 0, 0, 0.12);
	z-index: 100;
	transition:0.5s all;
}
#cm-ordered-menu.right .cm-body{
	left:auto;
	right:-100%
}
#cm-ordered-menu .cm-body.expanded{
	left:0;
	right:auto;
	transition:0.2s all;
}
#cm-ordered-menu.right .cm-body.expanded{
	left:auto;
	right:0;
}
.cm-render-module{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width: 100%;
}

@media (max-width: 478px){
	#cm-ordered-menu .cm-body{ width:80%;}
}
@media (max-width: 768px){
	/*#cm-ordered-menu .cm-render-module{
		display:none;
	}*/
}

#cm-ordered-menu .cm-title {
	display: inline-block;
}

#cm-ordered-menu .cm-btn-expand {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-align: right;
}
#cm-ordered-menu.right .cm-btn-expand {
	left: auto;
	right: 0;
}

#cm-ordered-menu .cm-body a,	
#cm-ordered-menu .cm-body span{
	position:relative;
	display:block;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color:#000;
}
#cm-ordered-menu .cm-body .cm-mnu-wrap a,	
#cm-ordered-menu .cm-body .cm-mnu-wrap span{
	margin-right:50px;
}
#cm-ordered-menu .cm-body span.image-title {
    display: inline-block;
    padding: 0;
    border-bottom: 0;
}

#cm-ordered-menu ul{
	text-align:left;
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}

#cm-ordered-menu ul li{
	padding:0;
	margin:0;
	position: relative;
	background-repeat: no-repeat;
	transition: 0.5s all;
	z-index: 1;
}
#cm-ordered-menu ul a:last-child li{
	border-bottom:0;
}

#cm-ordered-menu ul ul {display:none;}

#cm-ordered-menu .mod-menu__sub.list-unstyled{
	background-color: #6060604d;
	box-shadow: 0px 3px 13px -5px #00000052 inset;
}

#cm-ordered-menu .cm-body li.parent ul a, #cm-ordered-menu .mod-menu__sub li.parent ul span { padding-left:40px }
#cm-ordered-menu .cm-body li.parent li.parent ul a, #cm-ordered-menu .mod-menu__sub li.parent li.parent ul span { padding-left:50px }

#cm-ordered-menu a li{
	display: block;
	color: rgb(51, 51, 51);
	text-decoration:none;
}
#cm-ordered-menu a:hover,
#cm-ordered-menu span:hover,
#cm-ordered-menu .cm-expand-menu-button:hover{
	background-color:rgba(255, 255, 255, 0.42);	
}
#cm-ordered-menu li.active > div a,
#cm-ordered-menu li.active > a{
	font-weight:bold;
	background-color: #dadada;
}
#cm-ordered-menu .cm-overlay {
	width: 100%;
	height: 0;
	transition:5s background-color;
	background-color:rgba(0, 0, 0, 0);
	position:absolute;
}
#cm-ordered-menu .cm-overlay.expanded {
	background-color: rgba(0, 0, 0, 0.5);
	height:100%;
}
#cm-ordered-menu .cm-root img{
	max-width:32px;
	margin-right:5px;
}
#cm-ordered-menu .cm-expand-child.collapsed-child{
	display: none;
}
#cm-ordered-menu .cm-expand-menu-button{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	bottom: 0px;
	border-left:1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#cm-ordered-menu .cm-search{
	position: absolute;
	right: 0;
	height: 100%;
}
#cm-ordered-menu .cm-search.expanded{
	left: 55px;
}
#cm-ordered-menu .cm-btn-search{
	/*font-family: 'IcoMoon';*/
	font-family: 'Icons';
    font-size: 40px;
    float: right;
    height: 100%;
    width: 50px;
    color: #616161;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
}
#cm-ordered-menu .cm-btn-search:hover,
#cm-ordered-menu .cm-btn-search:focus{
	background-color: rgba(0, 0, 0, 0.1);
}
#cm-ordered-menu #cm-search-form{
	position: absolute;
    height: 90%;
    left: 0;
    right: 55px;
    margin: 0;
    padding: 5px 0;
    box-sizing: border-box;
    overflow: hidden;
}
#cm-ordered-menu #cm-search-form input{
	position: absolute;
	height: 30px;
	left: 2px;
	right: 3px;
	bottom: 0;
	width: 97%;
	border: 0;
	margin: 0;
	padding: 6px;
	background-color: transparent;
	box-shadow: none;
}
#cm-ordered-menu #cm-search-form .field-wrap{
	position:relative;
	border-bottom: 2px solid #616161;
	height: 100%;
}
#cm-ordered-menu #cm-search-form .field-wrap .bracket-left,
#cm-ordered-menu #cm-search-form .field-wrap .bracket-right{
	position:absolute;
	bottom:0;
	left:0;
	width:2px;
	height:5px;
	background-color:#616161;
}
#cm-ordered-menu #cm-search-form .field-wrap .bracket-right{
	left:auto;
	right:0;
}
#cm-ordered-menu .cm-mnu-wrap{
	position:relative;
}
#cm-ordered-menu .cm-mnu-parent > .cm-mnu-wrap a,
#cm-ordered-menu .cm-mnu-parent > .cm-mnu-wrap span{
	margin-right:50px;
}

/*Animated icon*/
.spinner-master2 * {transition:all 0.3s;-webkit-transition:all 0.3s;box-sizing:border-box;}

.spinner-master2 { 
	display: inline-table;
    height: 100%;
    width: 50px;
}
.spinner-master2:hover,
.spinner-master2:active {
	background-color: rgba(0, 0, 0, 0.1);
}

.spinner-master2 input[type=checkbox] {display:none;}
.spinner-master2 label {cursor: pointer;
    z-index: 99;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
	padding: 0 5px;
}

.spinner-master2 .spinner2 {position:absolute;height:2px;width:100%;background-color:#616161;}

.spinner-master2 .diagonal.part-1 {position:relative;float:left;}
.spinner-master2 .horizontal {position:relative;float:left;margin-top:8px;}
.spinner-master2 .diagonal.part-2 {position:relative;float:left;margin-top:8px;}

.cm-btn-expand.expanded .spinner-spin2 > .horizontal {opacity: 0;}
.cm-btn-expand.expanded .spinner-spin2 > .diagonal.part-1 {transform:rotate(135deg);-webkit-transform:rotate(135deg);margin-top:10px;}
.cm-btn-expand.expanded .spinner-spin2 > .diagonal.part-2 {transform:rotate(-135deg);-webkit-transform:rotate(-135deg);margin-top:-11px;}

/*expand menu btn*/
.cm-expand-menu-button{
	cursor:pointer;
}
.cm-eb1{
	position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: #000;
    transform: translateX(-50%) translateY(-50%);
}
.cm-eb2{
	position:absolute;
	left:30%;
	top:50%;
	height:1px;
	width:20px;
	background-color:#000;
	transform:translateY(-50%);
}


.cm-load {
	display:none;
}
.cm-load.load {
	display: table;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.cm-load1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.cm-load2 {
	display:inline-block;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #555; /* Blue */
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite;
}

.mainwrap{}
.mainwrap.menu-opened{}

/*Language flags in one line*/
#cm-ordered-menu ul.lang-inline {
    display: table;
}
#cm-ordered-menu ul.lang-inline li {
	display: table-cell;
    text-align: center;
}