/**
* 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.
*/

#wt-menu-ver-left{padding: 0; max-width: 275px; margin-top: 15px;}
@media (min-width: 992px) and (max-width: 1199px) {
  #index #wt-menu-ver-left{padding: 0; max-width: 222px;}
  #index #wt-menu-ver-left .category-left li.level-1 > a{padding: 4px 0 3px 5px;}
  #index #wt-menu-ver-left .category-left .category-title{padding: 10px 25px 8px 25px; font-size: 13px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	#index #wt-menu-ver-left{width: 300px;max-width: 298px;}
	#index #wt-menu-ver-left .category-left .category-title{padding:15px 28px 13px 28px;}
}

#wt-menu-ver-left .category-left{border-top:none;background:#fff; border: 1px solid #efb4ba; border-radius: 5px;  -moz-border-radius: 5px;   -webkit-border-radius: 5px;  }
#wt-menu-ver-left .category-left .category-title span::before{content: "\f039"; font-family: FontAwesome; color: #666; font-size: 15px; margin-right: 10px;}
#wt-menu-ver-left .category-left .category-title{border-bottom: 1px solid #fff; text-transform: uppercase; font-size: 14px; padding: 13px 28px 13px 28px; font-family: 'raleway'; color: #666; }
#wt-menu-ver-left .category-left  ul {margin:0;}
#wt-menu-ver-left .category-left > ul {margin:0;position:relative; }
#wt-menu-ver-left .category-left li.level-1 {padding: 0 20px; transition: all 0.4s ease 0s;  -moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
#wt-menu-ver-left .category-left li.level-1 > a {border-top:1px solid #ffeeee; border-bottom:1px solid transparent;  padding:1px 0 1px 5px;display: block;}
#wt-menu-ver-left .category-left li.level-1:hover {transition: all 0.4s ease 0s;  -moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
#wt-menu-ver-left .category-left li.level-1:hover  > a,#wt-menu-ver-left .category-left li.level-1:hover:after { color:#d84452;}
#wt-menu-ver-left .category-left li:first-child{}
#wt-menu-ver-left .category-left li a{font-size:13px;color:#333;}

#wt-menu-ver-left .menu-dropdown li a {padding:8px 0; border-top: 1px solid #ffeeee; display: block;}
#wt-menu-ver-left .menu-dropdown li:first-child > a{border-top:none;}
#wt-menu-ver-left  ul li.item-header a {
  font-family: 'raleway';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

/**static**/
.html-block > p {margin:0;}
#wt-menu-ver-left .menu-dropdown .title-html-block{display:none;}
#wt-menu-ver-left .category-left  .smartphone-menuleft .ul-column {margin-left:-15px; margin-right:-15px;}
#wt-menu-ver-left .category-left  .smartphone-menuleft .html-block img {width:100%;}
.manufacture-menu .html-block ul li {padding:5px 0;}
/***reponsive***/
@media (min-width: 768px ) 
{
#index #wt-menu-ver-left ul.menu-content{display:block !important; height: auto !important}
#wt-menu-ver-left .menu-dropdown
{
position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  float: none;
  border: 1px solid #efb4ba;
  background: #f8f8f8;
  opacity: 0;
  filter: alpha(opacity=0);
  
  transition: transform 0.1s ease 0s;

  -webkit-transition: -webkit-transform 0.1s ease 0s;
   
  -moz-transition: -moz-transform 0.1s ease 0s;
  transform-origin: 0 0 0;
  visibility: hidden;
}

#wt-menu-ver-left .category-left .menu-dropdown  li.parent:after
{
 top: 11px;
}
#wt-menu-ver-left .category-left li:hover > .menu-dropdown{  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  opacity: 1;
  transform: scale(1,1);
  left:100%;
  top:0;
  right:0;
  z-index: 100;
  
 }
#wt-menu-ver-left .category-left  li.parent > a:after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased;position: absolute;right: 5px;top: 1px;font-size: 13px;
}
#wt-menu-ver-left .category-left  li.level-1 > a { position:relative;font-size: 13px; color: #666; font-family: 'raleway'; }

#wt-menu-ver-left .category-left li.level-1 > a > img { margin-right:10px; max-height: 25px;}

 #wt-menu-ver-left .category-left li  > .menu-dropdown li:hover > .menu-dropdown
 {
 top: -1px;
 }
 #wt-menu-ver-left .menu-dropdown .prod-menuleft li a{border-top:none;font-weight:500;text-transform:capitalize;padding:0;}
 #wt-menu-ver-left .menu-dropdown .prod-menuleft .product-container{padding:7px 0 0 0;}
 #wt-menu-ver-left .menu-dropdown  .product-container img{transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;}
 #wt-menu-ver-left .menu-dropdown  .product-container img:hover{  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);}
 
#wt-menu-ver-left .category-left .menu-dropdown {background:#fff;width:900px;}
#wt-menu-ver-left .category-left .menu-dropdown.cat-drop-menu {width:220px;}
#wt-menu-ver-left .category-left .baby_toy  .menu-dropdown.cat-drop-menu,#wt-menu-ver-left .category-left li.baby_toy:hover > .menu-dropdown{top:245px;}
#wt-menu-ver-left .category-left .menu-dropdown li a{ color: #666;font-family: raleway;}
#wt-menu-ver-left .category-left .menu-dropdown li a:hover{color:#d84452;}

.wt-menu-ver-page {position:relative;}
.wt-menu-ver-page .category-left{position:absolute;z-index:100;width:100%;margin-top:0px} 
}

@media (max-width: 767px ) 
{
#wt-menu-ver-top
{
display:none;
}
#wt-menu-ver-left .category-left  li.level-1 > a {border-top:1px solid #1f426d;border-bottom:1px solid transparent; position:relative;font-size: 13px; color: #fff; text-transform: uppercase; font-family: 'Roboto Condensed'; }

#wt-menu-ver-left .category-left li.level-1 > a > img { margin-right:10px; max-height: 25px;}
#wt-menu-ver-left .category-left ul li ul{padding: 0 28px;}
#wt-menu-ver-left .menu-dropdown  li a{border-top:1px solid #1f426d; color: #eee;}
#wt-menu-ver-left ul li.item-header a{color: #fff;}
 #wt-menu-ver-left  .menu-dropdown{width: 100% !important; display:none}
 #wt-menu-ver-left li.level-1 {
    position: relative;
    width: 100%;
}

}

@media only screen and (min-width : 768px) and (max-width : 1024px)
{
#wt-menu-ver-left .category-left li.level-1 > a > img {
    margin-right: 0;
}
#wt-menu-ver-left .category-left li.level-1 > a {
    padding: 15px 0 14px 5px;
}
#wt-menu-ver-left .category-left li a {
    font-size: 11px;
}
}
@media only screen and (min-width : 768px) and (max-width : 992px)
{
#wt-menu-ver-left .category-left li.level-1 > a {
    padding: 10px 0 8px 5px;
}
#wt-menu-ver-left .category-left li.parent > a:after{top:10px;}
#wt-menu-ver-left .category-left .baby_toy  .menu-dropdown.cat-drop-menu,#wt-menu-ver-left .category-left li.baby_toy:hover > .menu-dropdown{top:185px;}
}
.wt-menu-ver-page  .category-left{cursor:pointer;}
.wt-menu-ver-page  .category-left{display:none;}

#left_column #wt-menu-ver-left{width: 100%; margin-bottom: 30px; max-width: 100%;}
