/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
 
#megamenu{
	clear: both;
}
#megamenu .nav {
  background: inherit;
}
#megamenu .section > h3.title{
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 24px;
}
#megamenu .section .links li a{
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 0;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
#megamenu .product-details .name{
	font-size:13px;
	line-height: 24px;
	margin: 10px 0 0;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
#megamenu .product-details .price{
	font-size:12px;
	line-height: 24px;
	font-weight: 900;
}
#megamenu .product-details .old-price{
	font-weight: 500;
}
#megamenu .navbar{
	z-index: 9;
}
#megamenu .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}