
img {
  max-width:100%;
}

/* menu desktop */
.pos-menu-vertical img {
	width:100%;   
}
@media (max-width: 991px){
	.pos-menu-vertical .hidden-mobile{
		display:none;
	}
}

#_desktop_vegamenu .pos-menu-vertical {
	position:relative; 
	z-index:9;
	  
}





.pos-menu-vertical .img_desktop{
	overflow:hidden;
	display:block;
	position:relative;
}
.pos-menu-vertical img {
	width:100%;   
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.pos-menu-vertical img:hover {
    -moz-transform: scale(1.05) rotate(0.05deg);
    -ms-transform: scale(1.05) rotate(0.05deg);
    -o-transform: scale(1.05) rotate(0.05deg);
    -webkit-transform: scale(1.05) rotate(0.05deg);
    transform: scale(1.05) rotate(0.05deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#_desktop_vegamenu .pos-menu-vertical .title_vertical {
	color:#fff;
 font-weight:600;
  font-size:16px;
	text-transform:uppercase;
	height:62px;
	line-height:62px;
	cursor:pointer;
	margin: 0;
	padding-right:0px;

}
#_desktop_vegamenu .pos-menu-vertical .title_vertical:before {
	content: '\e067';
    display: inline-block;
    font-size:18px;  
	font-family: 'simple-line-icons';  
    font-weight: 400;
	width:34px;
	height:34px;
	line-height:34px;
	background: transparent;
	margin-right:0px;
	text-align:center;
	border-radius:5px;  
	vertical-align: middle;
	margin-top:-4px;
}
#_desktop_vegamenu .pos-menu-vertical .title_vertical:after {
	content: '\f3d0';
    display: inline-block;
    font-size: 12px;
    font-family: "Ionicons";
    font-weight: 400;
	margin-left:7px;
	float:right;
}
#_desktop_vegamenu .pos-menu-vertical  .menu-content {
    display: none;
    width: 100%;
    background: #d91b5c;
    border:0px solid #eaeaea;
    position: absolute; 
    top: 90%;
    left: 0;
    padding:0px 0 0 0;
	min-width:270px;
} 
/* Menu item */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item {
  display:block; 
  position:relative;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    text-transform: none;
 
   background: #300505;
    color: #ffffff;
    padding: 8px 20px;
  font-size:14px;
    font-weight: 400;
    transition: none;
}


#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > a:hover {
	 background: #f39612;
 -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;  
}

#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item.active  > a,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item:hover  > a{
	font-weight:500;
	background:#f39612;
	 font-size:14px;
	   color: #ffffff;
}
#_desktop_vegamenu .pos-menu-vertical .menu-item.menu-item > a .menu-subtitle {
	display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    background: #c40316;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    border-radius: 3px;
    position: relative;
    margin-left: 10px;
    vertical-align: 2px;
}
#_desktop_vegamenu .pos-menu-vertical .menu-item.menu-item > a .menu-subtitle:after {
	top: 50%;
    left: -8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-right-color: #c40316;
    border-width: 4px;
    margin-top: -4px;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > a  .img-icon{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width:auto;
}

#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > a  i{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > a .icon_sub {
	position:absolute;
	right:20px;
	top:50%;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .view_more i {
	margin-right:5px; 
	font-size:16px;
}
/* end menu item */
/* Submenu */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown{
	position: absolute;
	z-index:9;
	visibility: hidden;
	opacity: 0;
	text-align: left; 
	top:0;
	left:100%; 
	padding:0;
}

#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown .popup_vertical {
	background: #ffffff;
	padding: 30px;
	border:1px solid #eaeaea;
	display:inline-block; 
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item:hover > .menu-dropdown,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  > .cat-drop-menu > li:hover > .cat-drop-menu{
	opacity: 1;
	visibility: visible;
	transition: all 200ms ease 0s;  
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown.col-sm-12{
 
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown {

}
/* slidedown menu */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  > .menu_slidedown,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu_slidedown.cat-drop-menu li > .menu-dropdown{
	opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item:hover > .menu_slidedown,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu_slidedown.cat-drop-menu li:hover > .menu-dropdown{
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg); 
	-o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
/*end  slidedown menu */
/* slideup menu */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  > .menu_slideup,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu_slideup.cat-drop-menu li > .menu-dropdown{
	opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item:hover > .menu_slideup,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu_slideup.cat-drop-menu li:hover > .menu-dropdown{
	opacity: 1;
    visibility: visible;
     -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); 
	-o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
/*end  slideup menu */
/* Rotate menu */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  > .menu_slideleft,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu_slideleft.cat-drop-menu li > .menu-dropdown{
	opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(0px) skewX(7deg);
    -moz-transform: translateX(40px) skewX(7deg);
    -ms-transform: translateX(40px) skewX(7deg);
    -o-transform: translateX(40px) skewX(7deg);
    transform: translateX(40px) skewX(7deg);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
   
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item:hover > .menu_slideleft,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu_slideleft.cat-drop-menu li:hover > .menu-dropdown{
	opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
/*end  Rotate menu */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .pos-menu-row {
	margin-bottom: 30px;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .pos-menu-row:last-child{
	margin-bottom: 0;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .ul-column .submenu-item:last-child {
	margin-bottom: 0;
}
/* subiteam */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .pos-menu-row {
  margin-bottom: 20px;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .pos-menu-row:last-child{
  margin-bottom: 0;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .ul-column .submenu-item {
  margin-bottom: 20px;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .ul-column .submenu-item:last-child {
  margin-bottom: 0;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .ul-column .submenu-item:last-child {
  margin-bottom: 0;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown .category-sub-menu {
	margin-top:20px;
}
#_desktop_vegamenu .pos-menu-vertical .icon-drop-mobile {
  display: none;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown .submenu-item  > a,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  .column_title {
    color: #47494a;
    line-height: 1;
    text-transform: none;
    font-size: 14px;
	font-weight:700;
    display: block;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown .submenu-item a.group-title {

}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown .submenu-item a:hover {
   
}
#_desktop_vegamenu .pos-menu-vertical  .menu-content .menu-dropdown .submenu-item  .category-sub-menu a {
    color: #47494a;
    line-height: 28px;
    font-weight: 400;
    font-size:14px;
	display:block;
}
#_desktop_vegamenu .pos-menu-vertical  .menu-content .menu-dropdown .submenu-item  .category-sub-menu a:hover {
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease; 
    transition: all 200ms ease;
}
/* end subiteam */
/* end Submenu */
/* Fly out */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu {
  padding: 0;
  width: 240px; 
 border:0px solid #eaeaea;

}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu  li {
  position: relative;
  padding: 5px 20px;
  line-height:29px;
  border-bottom:1px solid #300505;
  position:relative;
  display:block;
   background: #f39612;
   
    color: #ffffff;
	text-transform: none;
}
    
   

#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu  li:hover {

   background: #300505;
}




















   
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu  li:last-child {
  border-bottom:none;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu  li  a{
    display: block;
    color: #ffffff;
	font-size:14px; 
    font-weight: 400;
	text-transform:none; 
	
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu  li  a:hover{
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	 color: #ffffff!important;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu-dropdown.cat-drop-menu li > .menu-dropdown {
	left: 100%;
	top: -1px;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item > .menu-dropdown.cat-drop-menu li:hover > .menu-dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/* end Flyout */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  .column_title {
	margin-bottom:20px; 
}
/* end menu desktop */





/* mobile */

#_mobile_vegamenu  {
	text-align:left;
}
#_mobile_vegamenu  .menu-content .pos-sub-menu,#_mobile_vegamenu  .menu-content .pos-sub-menu .pos-menu-col{
	float:none; 
	display:inline-block;
	width:100% !important;    
	padding:0;
}
#_mobile_vegamenu  .menu-content .pos-menu-row {
	margin:0;
}
#_mobile_vegamenu  .menu-content  .ul-column {

}
#_mobile_vegamenu  .pos-menu-vertical .menu-item {
	position:relative;
	display:block;
	line-height:1;
}
#_mobile_vegamenu  .pos-menu-vertical li{
	position:relative;
}
#_mobile_vegamenu .pos-menu-vertical .menu-item.menu-item > a .menu-subtitle {
	display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    background: #c40316;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    border-radius: 3px;
    position: relative;
    margin-left: 10px;
    vertical-align: 2px;
}
#_mobile_vegamenu .pos-menu-vertical .menu-item.menu-item > a .menu-subtitle:after {
	top: 50%;
    left: -8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-right-color: #c40316;
    border-width: 4px;
    margin-top: -4px;
}
#_mobile_vegamenu  .pos-menu-vertical .menu-item  .icon-drop-mobile  i{
	text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
	color: #47494a;
    width: 55px;
    height: 40px;
    line-height: 40px;
	cursor:pointer; 
}
#_mobile_vegamenu  .pos-menu-vertical .menu-item  a {
	display:block;
	color:#47494a;
	font-size:14px;
	font-weight:600;
	padding:5px 20px;
	padding-right:50px;
	line-height:30px;
	text-transform:none;
	border-top:1px solid #eeeeee;
}
#_mobile_vegamenu  .pos-menu-vertical .menu-item  a.img_banner {
	padding: 20px;
}
 #_mobile_vegamenu  .menu-content .menu-dropdown , #_mobile_vegamenu  .menu-content  .category-sub-menu,#_mobile_vegamenu  .menu-content  .ul-column.column_dropdown_vega{
	display:none;
 }
#_mobile_vegamenu .pos-menu-vertical .open_menu i.add {
	display:none;  
} 
#_mobile_vegamenu .pos-menu-vertical  .menu-item   li a {
	text-transform:none;
	font-weight:400;
	padding-left:30px;
}
#_mobile_vegamenu .pos-menu-vertical   .menu-item   li   li a { 
	text-transform:none;
	font-weight:400;
	font-size:13px;
	padding-left:40px;
}
#_mobile_vegamenu .pos-menu-vertical   .menu-item   li   li li a { 
	padding-left:50px;
}
#_mobile_vegamenu  .menu-content .menu-dropdown .submenu-item .category-sub-menu a {
	font-weight:400;
	font-size:13px;
}
#_mobile_vegamenu .pos-menu-vertical  .menu-item  img {
	width:100%;  
}
#_mobile_vegamenu .pos-menu-vertical  .menu-item  img.img-icon {
	width:auto;  
}
#_mobile_vegamenu .pos-menu-vertical  .menu-item  .html-block {
	padding:5px 30px;
}
#_mobile_vegamenu .pos-menu-vertical .menu-content .menu-item  .column_title {
	display: block;
    color: #47494a;
    font-size: 14px;
    padding: 5px 20px;
    padding-right: 50px;
    line-height: 30px;
    text-transform: none;
    border-top: 1px solid #eeeeee;
	font-weight:600;	
    padding-left: 30px;
}

#_mobile_vegamenu .pos-menu-vertical .menu-content .menu-item  .column_title {
	margin-bottom:0; 
}
/* custom block */
.custom_menu {
	position:relative;
}
.custom_menu .menu_block {
	margin-bottom:20px;
}
#_mobile_vegamenu .pos-menu-vertical .menu-item .custom_menu a.img_banner {
	padding:0;
}
.custom_menu .menu_block .custom_txt {
	font-size:16px;
	font-weight:600;
	color:#47494a;
	text-transform:none; 
	margin-bottom:20px;
}
.custom_menu .menu_block .custom_txt1{
	font-size:16px;
	font-weight:600;
	color:#47494a;
	text-transform:none; 
	margin-bottom:20px; 
}
.custom_menu .menu_block p{
	font-size:14px;
	font-weight:400;
	color:#47494a;
	text-transform:none; 
	line-height:18px; 
}
.custom_menu .menu_block a.go{
	font-size:14px; 
	font-weight:600 !important;
	font-weight:700;
	text-transform:none; 
	line-height:18px; 
	padding:0 !important;
	border:0 !important;
}
/* end custom block */
/* product */
.menu-product {
	display:inline-block;
	width:100%; 
}
.menu-product a{
	padding:0 !important;
	line-height:18px !important; 
	border:none !important; 
}
.menu-product .img_block{
	float:left;
	width:76px; 
	margin-right:30px 
}
.menu-product  .product_desc {
	overflow:hidden;
	padding:10px 0 0 0 !important;
}
.menu-product .product_desc .product_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#_mobile_vegamenu  .menu-product {
	padding:10px 30px; 
}
.menu-product  .product_desc  .hook-reviews {
    float: none !important;
    margin-bottom: 10px !important;
}
/* end product */
