<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* 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 &lt;contact@prestashop.com&gt;
*  @copyright 2007-2014 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark &amp; Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
img {
  max-width:100%;
}

/* menu desktop */

@media (max-width: 991px){
	.pos-menu-vertical .hidden-mobile{
		display:none;
	}
}


.pos-menu-vertical .img_desktop{
	overflow:hidden;
	display:block;
	position:relative;
}



@media  (min-width:1200px) {  
#index #_desktop_vegamenu .pos-menu-vertical  .menu-content {
    display: block;
} 
}	

/* Menu item */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item {
  display:block;
}





#_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;
	bottom:0;
	height: 100%;
	left:100%; 
	padding:0;
}


#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item:hover &gt; .menu-dropdown,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  &gt; .cat-drop-menu &gt; li:hover &gt; .cat-drop-menu{
	opacity: 1;
	visibility: visible;
	transition: all 300ms 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  &gt; .menu_slidedown,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu_slidedown.cat-drop-menu li &gt; .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 &gt; .menu_slidedown,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu_slidedown.cat-drop-menu li:hover &gt; .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  &gt; .menu_slideup,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu_slideup.cat-drop-menu li &gt; .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 &gt; .menu_slideup,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu_slideup.cat-drop-menu li:hover &gt; .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  &gt; .menu_slideleft,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu_slideleft.cat-drop-menu li &gt; .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 &gt; .menu_slideleft,#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu_slideleft.cat-drop-menu li:hover &gt; .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 {
  padding:0;
}
#_desktop_vegamenu .pos-menu-vertical .icon-drop-mobile {
  display: none;
}



/* 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:1px solid #eaeaea;
  background:#fff;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu  li {
  position: relative;
  padding: 10px 20px;
  line-height:20px;
  border-bottom:1px solid #eaeaea;
  position:relative;
  display:block;
}
#_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: #253237;
	font-size:14px; 
    font-weight: 400;
	text-transform:capitalize; 
}
#_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 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu-dropdown.cat-drop-menu li &gt; .menu-dropdown {
	left: 100%;
	top: -1px;
}
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item &gt; .menu-dropdown.cat-drop-menu li:hover &gt; .menu-dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
/* end Flyout */
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item  .column_title {
	margin-bottom:20px; 
}



.pos-sub-menu .ul-column {
        padding: 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:#253237;
	text-transform:capitalize; 
	margin-bottom:20px;
}
.custom_menu .menu_block .custom_txt1{
	font-size:16px;
	font-weight:600;
	color:#253237;
	text-transform:capitalize; 
	margin-bottom:20px; 
}
.custom_menu .menu_block p{
	font-size:14px;
	font-weight:400;
	color:#253237;
	text-transform:capitalize; 
	line-height:18px; 
}
.custom_menu .menu_block a.go{
	font-size:14px; 
	font-weight:600 !important;
	font-weight:700;
	text-transform:capitalize; 
	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 */
</pre></body></html>