.cbp-hrmenu{
    width: 100%;
    /* margin-top: 2em;
    border-top: 2px solid #666;*/
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
/*
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
*/
        width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.cbp-hrmenu > ul > li {
    display: inline-block;
    /*border-left: 1px solid #6666663d;
    border-right: 1px solid #6666663d;*/
}

.cbp-hrmenu > ul > li > a{
    /* font-weight: 700; */
    /* padding: 1em 1em; */
    /* color: #999; */
    display: inline-block;
    line-height: 5px;
    max-width: 100px;
    /* cursor: pointer; */
    font-size: 15px;
    color: #4b4b4b;
    font-family: "PT-Regular";
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    margin: 10px 0px;
    font-weight: 600;
	cursor: pointer;
}



.cbp-hrmenu > ul > li > a:hover {
	    color: #e2b43a;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
/*
	color: #fff;
	background: #47a3da;
*/
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #9999991f;
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {

       display: block;
    /* padding-bottom: 3em; */
    z-index: 8888;
    background: #666;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
    /* border: 1px solid #666; */
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    /* width: 33%; */
    float: left;
    /* padding: 0 2em 0;
    margin:  10px;*/
    padding: 10px;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
   color: #e2b43a;
    /* padding: 2em 0 0.6em; */
    margin: 0;
    font-size: 135%;
    font-weight: 300;
    /* margin: 0px; */
    text-align: center;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) {

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) {

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: inline-block;
    text-align: center;
    border-bottom: 4px solid #e2b43a;
    width: 100%;
	}

	.cbp-hrmenu > ul > li > a {
		display: block;
/*		padding: 1em 3em;*/
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) {
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

.catw{
    width: 120px;
    height: 120px;
    border: 1px solid red;
    background: #fff;



}
.catwimg{
    width: 120px;
    height: 120px;



}



.qer{


    text-align: center;
    font-size: 10px;
    color: #000;
    margin: 0px;

}


.ret{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
}


  .wrtopprodyct {
      width: 75%;
      display: inline-block;

}
.prof {
    max-width: 150px;
    text-align: center;
    display: inline-block;
    background-color: white;
    margin: 5px;
    padding: 0px 5px;
    border: 1px solid #fff;
	font-size: 12px;
}
.prof:hover {
    border: 1px solid #666;
    background-color: white;
    opacity: 0.9;


}

.imgmenutop{
    max-width: 120px;
}
.category1{
    background: rgba(102, 102, 102, 0.2);
    width: 24%;
}


/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before,
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}