﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	position: relative;
	z-index: 1001;
}
.mega-menu-responsive, .mega-menu-title {
    display: none;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	top: 45px;
	border: 1px solid #bbb;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
	padding: 10px 11px;
}
.mega-menu .dropdown.fullWidth {
	left: 0;
	width: 958px;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
	width: 100%;
	border-spacing: 10px 5px;
}
.mega-menu .box {
	float: left;
	padding: 0 4px 10px;
	vertical-align: top;
    width: 231px;
}
.mega-menu .title {
	display: block;
	margin-bottom: 12px;
	border-bottom: 1px solid #999;
	background: url('images/bullet.png') left center no-repeat;
	padding: 8px 0 8px 25px;
	font-size: 13px;
	text-transform: uppercase;
	color: #222;
}
.mega-menu .title strong {
	/*font-weight: normal;*/
}
.mega-menu .title a {
	color: #222;
}
.mega-menu .title a:hover {
	color: #555;
}
.mega-menu .picture {
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
}
.mega-menu .subcategories {
	margin-left: 100px;
}
.mega-menu .box li {
	margin-top: 10px;
}
.mega-menu .box .subcategories li:first-child {
	margin-top: -2px;
}
.mega-menu .box li a {
	background: url('images/arrow.png') left center no-repeat;
	padding-left: 12px;
	color: #333;
}
.mega-menu .box li a:hover {
	text-decoration: underline;
}
.mega-menu li a.view-all {
	font-weight: bold;
}

.manufacturers.fullWidth .box {
    width: 151px;
}
.manufacturers.fullWidth li * {
	background: none !important;
	padding-left: 0;
}

.mega-menu .topic-wrapper {
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	border-bottom: 1px solid #999;
	padding: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}


/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 980px) and (min-width: 769px) {

    .mega-menu {
        display: none !important;
    }

}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

    .mega-menu {
        display: none;
    }

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {

    .mega-menu {
        display: none;
    }

}