/**
* 2007-2014 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2014 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.labvegamenu{
	float: left;
    position: relative;
    width: 270px;
	z-index: 999;
}

.labvega-menu{
	background:#f4f4f4;
}
.title-menu{
	border-right:1px solid #2f3034;
	border-left:1px solid #2f3034;
	background: #222225;
    color: #ffffff;
    cursor: pointer;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 59px;
    line-height: 59px;
    padding: 0 20px 0 60px;
    position: relative;
    text-shadow:0;
    text-transform: uppercase;
}
.title-menu:hover{
	background: #feda12
}
.title-menu:before{
	content: "ï"‡";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}
.title-menu span i.icon{
    color: #ffffff;
    font-size: 22px;
    left: 25px;
    position: absolute;
    top: 17px;
}
.title-menu span span.icon{
	font-size: 20px;
    right: 15px;
    position: absolute;
    top: 17px;
	color:#fff;
}
img {max-width:100%;}
.labvega-menu li .menu-subtitle{
	color: #666;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
}
.labvega-menu li.level-1 .img-icon{max-width:20px;}
.labvega-menu ul{ margin:0;}
.labvega-menu .menu-content{position: relative;}
.labvega-menu li.level-1 {color: #333333; position:relative; transition: all 0.4s ease 0s;  -moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
.labvega-menu li.level-1:hover {
	color:#fa7c63;
}
.labvega-menu li.level-1 > a {line-height:40px;padding:0;display:block;position:relative; }
.labvega-menu li.level-1  a .icon {
	line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.labvega-menu li.level-1 li  a .icon {
	line-height: 25px;
}
.labvega-menu ul li.level-1 > a span{
	position:relative;
}
.labvega-menu ul li.level-1 > a{
	color: #2f3034;
    font-size: 16px;
    font-weight: 400;
}
.labvega-menu ul li.level-1:hover > a{color:#feda12; transition: all 0.4s ease 0s;  -moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
.labvega-menu li.level-1{ display: block;}
.cat-drop-vegamenu li {position: relative;}
.labvega-menu .menu-dropdown li a {padding:5px 0;display: block;}
.labvega-menu .menu-dropdown li:first-child > a{}
.clearfix {clear:both}
.labvega-menu ul li h2 {
	margin:0;
}

.labvega-menu ul li.menu-item  a{text-transform: lowercase;}
.labvega-menu ul li.level-1 ul li a{
	color: #545559;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
.labvega-menu ul li.level-1 .column-2 ul li a{
 
}
.labvega-menu ul li.level-1 ul li h2 a{
	border-bottom: 1px solid #dddddd;
    color: #2f3034;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 55px;
	 margin-bottom: 15px;
}
.labvega-menu ul li.level-1 ul li a:hover{
	color:#feda12;

}
.labvega-menu ul li.level-1 ul li a:hover{
	
}
.labvega-menu ul li.level-1 .column-2 ul li{
	padding:0 30px;
	border-left: 2px solid transparent;
}
.labvega-menu ul li.level-1 .column-2 ul li:hover{
	border-color:#feda12;
}

#labvega-menu-horizontal .container 
{
padding-left:0;
padding-right:0;
}
.html-block .img a{
	display:block;
	position:relative;
	overflow:hidden;
	padding:0 !important;
	margin:10px 0;
}
.html-block .img a:before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	opacity:0;
	z-index: 9;
	background:rgba(0, 0, 0, 0.1);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.html-block .img a:hover:before{
	opacity:1;
	top:50%;
	bottom:50%;
}
.html-block .img a:after{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	opacity:0;
	z-index: 9;
	background:rgba(0, 0, 0, 0.1);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.html-block .img a:hover:after{
	opacity:1;
	left:50%;
	right:50%;
}
.html-block img{
	width:100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.html-block .img a:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/****reponsive****/
@media (min-width: 768px ) 
{ 
.labvega-menu	ul.menu-content{
	display: block;
	height: auto !important;
	float:left;
	width:100%;
	clear:both;
	padding-top: 10px;
	 padding-bottom: 40px;
 }
.labvega-menu .labvega-sub-menu{
	width: 897px;
}
.labvega-menu .labvega-sub-menu.column-2{
	width: 260px;
}
.labvega-menu .labvega-sub-menu.column-3{
	width: 673px;
}

.labvega-menu .menu-dropdown
{
	top:0;
	left:100%;
	min-height: 50px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0px,20px);
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  -o-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  transition: opacity 0.5s ease 0s,transform 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s,-moz-transform 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s,-webkit-transform 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s,-ms-transform 0.5s ease 0s;
  visibility: hidden;

}
.labvega-menu ul li.level-1:hover > .menu-dropdown,
.labvega-menu ul li.level-2:hover > .menu-dropdown,
.labvega-menu ul li.level-3:hover > .menu-dropdown,
.labvega-menu ul li.level-4:hover > .menu-dropdown,
.labvega-menu ul li.level-5:hover > .menu-dropdown
{
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  visibility: visible;
}
.title-menu-mobile,.iconDropMobile{display:none;}
.labvega-menu ul li.level-1:hover{transition: all 0.4s ease 0s;  -moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
.labvega-menu li.level-1{
    float: left;
    padding:0 20px 0 25px;
    width: 100%;
}
.labvega-menu li.level-1 > i.icon-font{
	color: #444444;
    font-size: 30px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 25px;
}
.labvega-menu ul li.level-1:hover  i.icon-font,
.labvega-menu ul li.level-1:hover > a,
.labvega-menu ul li.level-1:hover  span.menu-subtitle{
	color:#feda12;
}
.labvega-menu li.level-1:last-child{
	border:none;
}
.labvega-menu ul li.level-1.parent:hover > a,.labvega-menu ul li.level-1#more_menu:hover > a {}
.labvega-menu li.level-1.parent > a ,
.labvega-menu li.level-1#more_menu  > a{z-index:1001;}
.labvega-menu .menu-dropdown{
		position: absolute;
		z-index: 1000;
		border: 1px solid #efefef;
		box-shadow: 0 0 3px #efefef;
		background: #fff;
		padding:20px 30px;
}
.labvega-menu .menu-dropdown.column-2{
	padding:10px 0;
}

.cat-drop-vegamenu li {position: relative; width: 220px;padding:0;}
.labvega-menu .cat-drop-vegamenu li  a{margin:0;}
.labvega-menu li.level-2 .menu-dropdown{  left: 100%;top: -1px;}
/* .labvega-menu .menu-dropdown.labvega-sub-right{right:0;}
.labvega-menu .menu-dropdown.labvega-sub-left{left:0;} */
/* .labvega-menu ul li.level-1 ul li.parent:after{ 
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 10px;color:#b3b3b3;
} */
#more_menu .menu-dropdown{right:0;}
#more_menu .menu-dropdown  .menu-dropdown{display:none;}


}
@media only screen and (min-width : 768px) and (max-width : 1024px)
{

}
@media (max-width: 767px ) 
{
.labvega-menu .menu-dropdown{display:none;}
.labvega-menu li.level-1{display: block;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  border-bottom: 1px solid #f2f2f2;width:100%;}
.labvega-menu li.level-1 > a{padding:0;}
/* .title-menu-mobile span{padding:15px 10px; color: #fff;font-family: 'Titillium Web', sans-serif;font-size: 15px;font-weight: 600;display: block;text-transform: uppercase;}
.title-menu-mobile span:after {
 content: "\f039";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
   float:right;
  font-size: 14px;color:#fff; cursor:pointer;
} */
.iconDropMobile{float:right;}
.iconDropMobile:after{ 
  content: "\f196";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 14px;color:#000;cursor:pointer;
}
#labvegamenu-horizontal{
	margin-bottom:20px;
}
#labvegamenu-horizontal .title-menu{
	cursor: pointer;
}
#labvegamenu-horizontal .menu-content{
	display:none;
}
.labvega-menu li.level-1 > a{
	display:inline;
}
.labvega-menu li.level-1 .icon-font{
	display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    width: 25px;
}
.labvega-menu li.level-1 a .icon{
	display:none;
}

.iconDropMobile.opened:after
{
content:"\f147";
}
.labvega-menu .menu-dropdown.labvega-sub-menu{padding:0;}
.labvega-menu ul li ul {margin-left:10px;}
.labvega-menu ul li.level-1 ul li a{color:#000;}
.labvega-menu ul li.level-1 ul li a:hover{color:#2b2b2b;}
.labvega-menu ul li.level-1 ul li.parent:hover:after{color:#2b2b2b;}
.labvega-menu ul li.level-1:hover > a{color:#2b2b2b; transition: all 0.4s ease 0s;  -moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}

}
.labvega-menu-sticky{
	position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background:#c60120;
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align:center;
 }
 .labvega-menu-sticky.labvega-menu li.level-1{float:none;display:inline-block;}
 .labvega-menu-sticky.labvega-menu li.level-1 a {text-align:left;}
/* page  */
/* img bg*/
.labvega-menu li.img_bg .menu-dropdown{
	background:url(../../../../../img/img_vega_1.jpg) no-repeat top right #fff;
}
@media only screen and (min-width : 768px){
	 .subPage  #labvegamenu-horizontal{
		position:relative;
	}
	.subPage  #labvegamenu-horizontal .title-menu{
		cursor: pointer;
	}
	.labvega-menu ul.menu-content{
		background: #fff;
		display: none;
		left: 0;
		position: absolute;
		right: 0;
		top: auto;
		z-index: 999;
		box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.04);
	} 
	
}

 @media only screen and (min-width : 992px) and (max-width : 1199px){
	 .labvega-menu .labvega-sub-menu{
		width: 730px;
	}
	.labvega-menu .labvega-sub-menu.column-2{
		width: 365px;
	}
	.labvega-menu .labvega-sub-menu.column-3{
		width: 548px;
	}
	.labvega-menu li.level-1 a .icon,
	.labvega-menu li.level-1 > a {
		line-height: 34px;
	}

 }
 @media only screen and (min-width : 768px) and (max-width : 991px){

	.labvega-menu .labvega-sub-menu{
		width: 564px;
	}
	.labvega-menu li.level-1 a .icon,
	.labvega-menu li.level-1 > a {
		line-height: 24px;
	}
	.labvega-menu .labvega-sub-menu.column-2{
		width: 282px;
	}
	.labvega-menu .labvega-sub-menu.column-3{
		width: 423px;
	}
	.cat-drop-vegamenu li{
		width:160px;
	}
	.title-menu{
		font-size: 12px;
	}
	.labvegamenu{
		width: 180px;
	}
 }
 @media only screen and (max-width : 767px){
	 .labvegamenu{
		display:none !important;
	 }
}