@charset "utf-8";

/* CSS Document */
/* The Overlay (background) #545454*/

/* ICON BAR*/
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #d14d02;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


.overlay { 
    height: 100%;
    width: 100%;
    position: fixed; 
    z-index: 1499; 
    left: 0;
    top: 0;
    background-color: #fff; 
    overflow-x: scroll; 
	margin-top:40px;
	display: none;
	}

.overlay-content {
    position: relative;
    width: 100%; 
	height: auto;
    margin-top:0px; 
	}
.overlay_search { 
    height: 100%;
    width: 100%;
    position: fixed; 
    z-index: 3000; 
    left: 0;
    top: 0;
    background-color: #fff; 
	margin-top:35px;
	display: none;
	}

.overlay-content_search {
	width: 80%;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(50,50,50,0.9);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;	
}
.overlay-content_search form.example input[type=text] {
    width: 200px;
	max-width: 100%;
    padding: 7px 10px;
    font-size: 10px;
    border: 2px solid #E9E9E9;
    float: right;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    border-right: none;
	color:#777;
}
.overlay-content_search form.example button {
    float: right;
    width: 100px;
    padding: 5px 10px;
    background: #e1171e;
    color: white;
    font-size: 14px;
    border: 0px;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}

.overlay-content_search  .example {
    display: inline-block;
    width: 300px;
}
.close_search {
	position:absolute;
	top:50px;
	right: 50%;
	color:#777;
	opacity: 0.5;
	font-size: 26px;
	text-shadow:none;
}
.close_search:hover {
	opacity: 0.8;
}

.overlay_menu_1{
	width: 100%;
	height: 100%;
	float: left;
	display: inline-flex;
	position: relative;
	border-bottom: 1px solid #d14d02;
}
.overlay_menu_1 ul{
	width: 100%;
	height: 70px;
	margin-bottom: 0px;
	float: left;
	display: inline-block;
	position: relative;
	padding-left: 0px;
}
	.overlay_menu_1 ul li{
		width: 33.33%;
		float: left;
		height: 70px;
		padding: 10px 0px;
		list-style: none;
		text-align: center;
		background-color:#fff;
		color:#b9b9b9;
		border-left:1px solid #d14d02
}
.overlay_menu_1 ul li:hover{
	color:#d14d02
}
.overlay_menu_1 ul li:first-child{
	border-left:none;
}
.overlay_menu_1 ul li div{
	width: 100%;
	float: left;
	text-align: center;
}
.overlay_menu_1 ul li div img{
	width: 30px;
	margin: 0 auto;
}
.overlay_menu_1 ul li div i{
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	padding: 5px 0px;
	float: left;
	font-style: normal;
	color:#777;
	text-align: center
}
.overlay_menu_1 ul li a{
	width: 100%;
	float: left;
	text-align: center;
}
.overlay_menu_1 ul li a img{
	width: 30px;
	margin: 0 auto;
}
.overlay_menu_1 ul li a i{
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	padding: 5px 0px;
	float: left;
	font-style: normal;
	color:#777;
	text-align: center
}

.overlay_menu_2{
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #b9b9b9;
	float: left;
	background-color:#f8f8f8;
	padding:10px 0px;
	
}
.overlay_menu_2 ul {
	float: left;
	margin:0px;
	padding-left: 0px;
}
.overlay_menu_2 ul li{
	text-align: center;
	background-color:#f8f8f8;
	padding: 10px 0px;
}
.overlay_menu_2 ul li a{
	font-size: 14px;
	padding: 5px 5px;
	
}



.overlay_menu_3{
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 0px;
}
.overlay_menu_logo {
	width:80%;
	height: auto;
	float: left;
	display:inline-flex;
	margin-bottom:50px;
	margin-left:10%;
}
.overlay_menu_logo img {
	margin: 20px auto 50px auto;
	max-width: 100%;
}



#main_categories, #categories, #sub_categories{
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block;
	padding-bottom: 40px;
}
#main_categories li, #categories li, #sub_categories li{
	width: 100%;
	height: 50px;
	float:left;
	display: inline-block;;
	border-bottom:1px solid #b9b9b9;
	background: #fff ;
}
#categories li:first-child{
	background-color: #f2f2f2
}
#sub_categories li:first-child{
	background-color: #f2f2f2
}
#main_categories2, #categories2, #sub_categories2{
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: unset;
}
#main_categories2 li, #categories2 li, #sub_categories2 li{
	width: 100%;
	height: 50px;
	float:left;
	display: inline-block;;
	border-bottom:1px solid #b9b9b9;
	background: #fff ;
}
#categories2 li:first-child{
	background-color: #f2f2f2
}
#sub_categories2 li:first-child{
	background-color: #f2f2f2
}
.overlay_menu_3 ul li a{
	width: 85%;
    padding: 5px;
    float: left;
    font-size: 18px;
	color:#777
}
.overlay_menu_3 ul li i{
	width: 15%;
	max-width: 55px;
	float: right;
	font-size: 16px;
	padding: 16px;
	border-left:1px solid #b9b9b9;
}
.overlay_menu_3 ul li a img{
	width: 30px;
	max-height: 30px;
	margin:5px;
    max-width: 20%;
    float: left;
    padding:2px;
}
.overlay_menu_3 ul li a i{
	width: 50px;
    height: 40px;
    float: left;
    font-size: 16px;
    padding: 12px 10px;
    border-left: 0px;
    font-style: normal;
    text-align: left;
}

.overlay_category_nav {
	width:100%;
	height: 100%;
	display: inline-block;
	overflow: scroll;
}

	.overlay_menu_3 ul li .text_box{
		width:calc(100% - 55px);
		height: 40px;
		float: left;
		position: relative;
	}
	.overlay_menu_3 ul li .text_box p{
		width: auto;
		font-size: 16px;
		padding: 0;
		margin: 0;
		
		transition: 0.2s;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translate(0%, -50%);
		text-align: left
	}


#main_categories{
	display: block;
}
#categories {
	display: none
}
#sub_categories {
	display:none
}

