﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.back-button {
    display: none;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	position: relative;
	z-index: 1001;
}
.mega-menu a:hover img {
	opacity: 0.99; /*firefox opacity bug fix*/
}
.mega-menu-responsive,
.mega-menu-title {
    display: none;
}
.mega-menu .dropdown {
    display: none;
    position: absolute;
	margin-top: -1px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    background: #333;
    border: 0px solid #ddd;
    overflow: hidden;
    padding: 10px;
    z-index: 3;
}
.mega-menu .dropdown.fullWidth {
    left: 0;
    width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
	width: 100%;
	border-spacing: 10px 5px;
}
.mega-menu .box {
    float: left;
    width: 232px;
    padding: 0 5px 10px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mega-menu .categories.fullWidth .box {
    width: 25%;
}
.mega-menu .title {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding: 8px 4px;
    font-size: 13px;
    text-transform: none;
    color: #fff;
}
.mega-menu .title strong {
	/*font-weight: normal;*/
}
.mega-menu .title a {
	color: #fff;
}
.mega-menu .title a:hover {
	color: #CCC;
}
.mega-menu .picture {
	float: none;
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
}
.mega-menu .subcategories {
    margin-left: 100px;
    padding: 0 !important;
}
.mega-menu .box ul {
    padding: 0 0 0 8px;
}
.mega-menu .box li {
	margin-top: 10px;
	font: normal 14px Tahoma, Geneva, sans-serif; /*reset*/
	text-transform: none; /*reset*/ 
}
.mega-menu .box .subcategories li:first-child {
	margin-top: -2px;
}
.mega-menu .box li a {
	display: block;
	background: url('images/arrow.png') left center no-repeat;
	padding: 4px 0 4px 12px;
	color: #FFF;
}
.mega-menu .box li a:hover {
	color: #CCC;
}
.mega-menu li a.view-all {
	font-weight: bold;
    background: none;
}

.manufacturers.fullWidth .box {
    width: 16.66666666666667%;
}
.manufacturers.fullWidth li * {
	background: none !important;
	padding-left: 0;
}

.mega-menu .topic-wrapper {
	overflow: hidden;
	color: #444; /*reset*/
}
.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: #333;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    .mega-menu {
        display: none !important;
    }

}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

    .mega-menu {
        display: none;
    }

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {

    .mega-menu {
        display: none;
    }

}