/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.menu-title {
	text-align: center;
}
.mega-menu,
.header-menu .menu-title,
.mega-menu .dropdown {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
}
    .mega-menu .title {
        font-size: 16px;
        font-weight: bold;
        color: #272727;
    }
    @media all and (max-width:1300px){
        .mega-menu .title {
            font-size: 14px;
        }
    }
@media all and (min-width: 1025px) {

.menu-title,
.close-menu {
	display: none;
}

.header-menu > ul {
    position: relative;
}
.header-menu > ul > li{
    position: static;
}
.header-menu > ul > li > a, 
.header-menu > ul > li > span {
    position: relative;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
	position: relative;
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    /*border-bottom: 4px solid #75bfa1;*/
	overflow: hidden;
	background: #fff;
	padding: 15px;
	z-index: 3; /*necessary if there is a :before or :after with another z-index*/
	margin-top: 0px;
}
.mega-menu .dropdown.active {
	display: block;
}
    .mega-menu .dropdown.fullWidth {
        width: 100vw;
        right: 0;
    }
    .row-wrapper {
        max-width: 1400px;
        margin: 0 auto;
    }
/*.mega-menu .dropdown.ful lWidth {
    left: 50%;
	margin-left: -415px;
	width: 830px;
}*/

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
    .dropdown .box {
        float: left;
        padding: 10px 15px 20px;
    }

.mega-menu .boxes-1 .box {
    width: 25%;
}

.mega-menu .boxes-2 .box {
    width: 25%;
}
    .mega-menu .boxes-2 .row {
       justify-content:center
    }
.mega-menu .boxes-3 .box {
    width: 25%;
}
    .mega-menu .boxes-5 .box {
        width: 20%;
    }
.mega-menu .boxes-4 .box {
    width: 25%;
    text-align:left;
}
    .mega-menu .boxes-3 .box {
        width: 25%;
        text-align: left;
    }
    .mega-menu .boxes-2 .box {
        width: 25%;
        text-align: left;
    }
    .mega-menu .boxes-1 .box {
        width: 25%;
        text-align: left;
    }

.mega-menu .boxes-6 .box {
    width: 16.666%;
}

.mega-menu .boxes-7 .box {
    width: 14.28%;
}

.mega-menu .boxes-8 .box {
    width: 12.5%;
}

    .mega-menu .box p, .mega-menu .box li {
        text-transform: initial;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

.mega-menu .title {
	margin-bottom: 10px;
	text-transform: initial!important;
	text-align: left;
}
    .mega-menu .title .fa-arrow-right {
        float: right;
        font-size: 20px;
        font-weight: 600;
        margin-top:8px
    }

    .mega-menu .line-heading {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .mega-menu .title::before {
        content: '';
        border-top: 2px solid;
        margin: 0 10px 0 0;
        flex: 1 0 20px;
        color: #005187;
    }
    .mega-menu .title::after {
        content: '';
        border-top: 2px solid;
        margin: 0 0 0 10px;
        flex: 1 0 20px;
        color: #005187;
    }
.mega-menu .title:hover {
	color: #555;
}
.mega-menu .picture {
	/*width: 100%;*/
    overflow: hidden;
    margin: 0 0 10px;
}
.mega-menu .picture a {
	display: block;
    position: relative;
}

/*.mega-menu .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}*/
.mega-menu .subcategories {
}
.mega-menu .box ul {
	margin-top: 5px;
}
.mega-menu .box li {
	margin: 0 0 5px;
	text-align: left;
}
    .mega-menu .box li a {
        position: relative;
        font-size: 12px;
        display: block;
        font-weight: 500;
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
        color: #000;
    }
/*.mega-menu .box li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #d1d1d1;
}*/
        .mega-menu .box li a:hover  span{
            font-weight: 700;
            border-bottom: 3px solid var(--light-green);
      
        }
        .mega-menu .box li a span {
            padding-bottom: 1px;
        }

.mega-menu .box li a:hover:before {
    background: #75bfa1;
}
.mega-menu .box li:nth-child(odd) a:hover {
}
.mega-menu .box li:nth-child(even) a:hover {
}
.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}
.mega-menu li a.view-all:before {
    display: none;
}

.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
	/*width: 16.66666%;*/
    padding: 0 10px;
}
.manufacturers.fullWidth .title,
.vendors.fullWidth .title {
    display: none;
}
.manufacturers.fullWidth .picture,
.vendors.fullWidth .picture {
    margin: 0;
}
.manufacturers.fullWidth .picture span,
.vendors.fullWidth .picture span {
    display: block;
}
.manufacturers.fullWidth .box .picture a,
.verndors.fullWidth .box .picture a {
    padding: 0;
}
.manufacturers.fullWidth .box .picture a:hover,
.vendors.fullWidth .box .picture a:hover {
    background: none !important;
    opacity: .9;
}
.manufacturers.fullWidth img,
.venors.fullWidth img {
    max-width: 100%;
}
.mega-menu .box li a.manufacturer:before,
.mega-menu .box li a.vendor:before {
    display: none;
}

.mega-menu .topic-wrapper {
	display: block;
	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;
}

    .mega-menu-active {
        background-color: #0C4269;
    }

}