.main-nav {
    float: left;
}
.main-nav > ul {}
.main-nav > ul > li {
    float: left;
    padding: 0 12px;
    position: relative;
}
.main-nav > ul > li.mega {
    position: inherit;
}
.main-nav > ul > li > a {
    border-bottom: 5px solid transparent;
    color: #464646;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 70px;
    padding: 27px 0 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.main-nav > ul > li:hover > a {
    border-bottom: 5px solid #e30909;
}
.main-nav > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    opacity: 0;
    position: absolute;
    top: 70px;
    visibility: hidden;
    width: 200px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.main-nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.main-nav > ul > li > ul li {
    display: block;
}
.main-nav > ul > li > ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #666;
    display: block;
    font-size: 13px;
    padding: 13px 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.main-nav > ul > li > ul li a:hover {
    background: #e30909;
    color: #fff;
}


/** Mega **/
.dropdown-mega {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    min-height: 335px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100px;
    visibility: hidden;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.main-nav > ul > li:hover .dropdown-mega {
    opacity: 1;
    visibility: visible;
    top: 70px;
}
.main-nav > ul > li:hover .promosyon-mega {
    display: block !important;
}
.dropdown-lists {
    float: left;
    padding: 1.7rem 0 1.7rem 2rem;
    width: 50%;
}
.dropdown-lists ul li {
    float: left;
    padding-right: 3rem;
    width: 50%;
}
.dropdown-lists ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 9px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.dropdown-lists ul li:hover a {
    color: #e30909;
}
.dropdown-lists ul li a .icon {
    margin-right: 8px;
}
.dropdown-lists .item-photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.main-nav > ul > li:hover > .dropdown-mega .item-photo {
    display: block;
}
.dropdown-lists ul li:nth-child(1) .item-photo {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.dropdown-lists ul li:hover .item-photo {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
}
.dropdown-lists .item-photo img {
    height: 335px;
    object-fit: cover;
    width: 100%;
}
.item-description {
    bottom: 0;
    left: 0;
    padding-top: 75px;
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;

}
.item-description h1 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 32px;
    font-weight: 200;
    padding: 15px 26px;
    text-transform: uppercase;
}
.dropdown-heading {
    display: block;
    position: relative;
}
.dropdown-heading h1.title {
    color: #464646;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.6px;
}
.dropdown-heading a {
    color: #666;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 8px;
}
.dropdown-heading a:hover {
    color:#000;
}
.dropdown-heading span {
    background: #2154a5 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 10px;
    margin-top: 7px;
    width: 100px;
}
.nav-overlay {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.nav-overlay.visible {
    opacity: 0.6;
    visibility: visible;

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {}
