/*css*/
.amega-menu .anav-top{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    flex-wrap: ;
}
.amenu-item .amenu-link {
    position: relative;
    padding: 39px 25px;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .amenu-item .amenu-link {
        padding: 35px 15px;
    }
}
@media (max-width: 991px) {
    .amenu-item .amenu-link {
        padding: 35px 9px;
        font-size: 13px;
    }
}
.amenu-item:hover .amenu-link {
    background-color: #eee;
}
.amenu-link sup{
    position: absolute;
    top: -5px;
    right: 5px;
    line-height: 13px;
    padding: 1px 3px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    border-radius: 1px;
    transition: all 0.2s;
    white-space: nowrap;
}
.amenu-link sup span{
    color: #fff;
}
.amenu-item .adropdown{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 999;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
}
.amenu-item{
    line-height: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    cursor: pointer;
    position: relative;
}
.dropdown-bgimage {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
    .anav-top .amenu-item.plex:hover .adropdown {
        visibility: visible;
        opacity: 1;
        top: 100%;
        transition: all 0.3s;
    }
    .dropdown-bgimage {
    	display: none;
    }
}
.adropdown{
    min-width: 200px;
}
.categories-grid ul{
    padding-left: 15px;
}
.categories-grid ul li{
    margin: 10px 0;
}
.dropdown-content .manufacturer-item.brand-base {
    display: inline-block;
}
.adropdown-1 .acontent-1,
.adropdown-2 .acontent-2,
.adropdown-3 .acontent-3,
.adropdown-4 .acontent-4,
.adropdown-5 .acontent-5{
    width: 100%;
}
.adropdown-2 .acontent-1,
.adropdown-4 .acontent-2{
    width: 50%;
}
.adropdown-3 .acontent-1{
    width: 33%;
}
.adropdown-4 .acontent-1{
    width: 25%;
}
.adropdown-5 .acontent-1{
    width: 20%;
}
.adropdown-3 .acontent-2{
    width: 66%;
}
.adropdown-5 .acontent-2{
    width: 40%;
}
.adropdown-4 .acontent-3{
    width: 75%;
}
.adropdown-5 .acontent-3{
    width: 60%;
}
.adropdown-5 .acontent-4{
    width: 80%;
}
.manufacturer-item img{
    max-width: 100%;
}
.category-item.level-1,
.manufacturers-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
.category-item.level-1{
    flex-direction: column;
}
.category-item.level-2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-item.level-3{
    padding: 15px 15px 15px 15px;
}
.manufacturer-item a.product-name{
    display: none;
}
.acontent-1 .category-item.level-1,
.acontent-2 .category-item.level-1,
.acontent-1 .category-item.level-2,
.acontent-2 .category-item.level-2{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.acontent-1 .category-item.level-3,
.acontent-2 .category-item.level-3{
    padding: 0 0 0 15px;
}
.category-item.level-1{
    padding: 0;
}
.dropdown-content .product-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.dropdown-content .product-price-and-shipping{
    text-align: left;
    font-size: 16px;
}
.product-information-dropdown{
    padding-left: 7px;
}
/*mobile*/
.arrow_up{
    display: none;
}
.arrow_down,
.arrow_up{
    margin-right: 15px;
    position: absolute;
    right: 0;
}
.anav-mobile .amenu-item,
.adropdown-mobile .category-item.level-1,
.adropdown-mobile  .category-item.level-2{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.mobile_item_wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.adropdown-mobile{
    padding: 10px 20px;
}
.adropdown-mobile .category-item ul{
    padding-left: 15px;
}
.adropdown-mobile{
    display: none;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a{
    width: initial;
    display: inline-block;
}
#_mobile_user_info .user-info,
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info > a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.adropdown-mobile .category-item.level-3{
    padding: 0 15px;
}
.manufacturer-item .middle-side{
    text-align: center;
}
/*end mobile*/
@media (max-width: 1024px) {
    .category-item.level-1 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .adropdown-1{
        width: calc((768px * 0.2) - 30px);
    }
    .adropdown-2{
        width: calc((768px * 0.4) - 30px);
    }
    .adropdown-3{
        width: calc((768px * 0.6) - 30px);
    }
    .adropdown-4{
        width: calc((768px * 0.8) - 30px);
    }
    .adropdown-5 {
        width: 738px;
    }
}
@media (min-width: 992px) {
    .adropdown-1{
        width: calc((930px * 0.2));
    }
    .adropdown-2{
        width: calc((930px * 0.4));
    }
    .adropdown-3{
        width: calc((930px * 0.6));
    }
    .adropdown-4{
        width: calc((930px * 0.8));
    }
    .adropdown-5 {
        width: 930px;
    }
}
@media (min-width: 1200px){
    .adropdown-1{
        width: calc((1110px * 0.2));
    }
    .adropdown-2{
        width: calc((1110px * 0.4));
    }
    .adropdown-3{
        width: calc((1110px * 0.6));
    }
    .adropdown-4{
        width: calc((1110px * 0.8));
    }
    .adropdown-5{
        width: 1110px;
    }
}
.dropdown-content .product-thumbnail img{
    max-width: initial;
}
.acontent-3 .categories-grid{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.html-item.typo img{
    width: 100%;
    height: auto;
}
.level-1 a{
    color: #000;
}
.anav-top{
    margin: 0;
}
.categories-grid{
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
}
.acontent-1 .categories-grid{
    flex-direction: column;
}
.category-item.level-2 a{
    font-size: 14px;
    font-weight: normal;
}
.category-item.level-1{
    margin-bottom: 28px;
    margin-right: 66px;
}
.category-item.level-2 h5{
    margin-bottom: 0;
}
.products-grid{
    background: #fff;   
} 
.manufacturer-item .logo{
    margin-bottom: 15px;
}
.product-information-dropdown a{
    font-weight: 500;
}
.dropdown-content .product-item {
    margin-bottom: 20px;
}
.dropdown-content{
    padding: 15px;
}
.category-item.level-1 > h5 a{
    font-weight: 500;
}
.html-item.typo h3{
    font-weight: 400;
    color: #000;
}
.fixed-menu .amenu-link sup {
    position: absolute;
    top: 0;
}
.html-item.typo ul{
    padding: 0 15px;
}
.html-item.typo ul li{
    margin-bottom: 7px;
}
/*hover effect*/
.amenu-link{
    position: relative;
    white-space: nowrap;
}
.level-2 a:before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 0px;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid rgb(0, 0, 0);
    transition: all .3s;
}
.level-2 a:hover:before{
    width: 10px;
}
.level-2 a {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    margin-left: -15px;
    transition: all .3s;
}
.level-2 a:hover {
    margin-left: 0;
}
#mobile_top_menu_wrapper .btn-secondary {
    background: #222;
    position: absolute;
    top: 0;
    padding: 10px 15px;
    right: -45px;
    border-radius: 0;
}
@media (min-width: 768px){
    .amenu-item.mm-6 {
        display: none;
    }
}
@media (max-width: 1200px){
    #amegamenu iframe,
    #mobile-amegamenu iframe{
        width: 100%;
    }
}
@media (max-width: 767px){
    .category-item.level-1 {
        margin-bottom: 0;
        margin-right: 66px;
    }
    .category-item.level-1 .category-title {
    	margin-bottom: 0;
    }
    .manufacturers-grid {
        justify-content: space-between;
    }
    .amenu-item .amenu-link {
        padding: 35px 20px;
        width: 100%;
        background-color: #eeeeed;
        margin: 7px 0;
        z-index: 0;
    }
    .adropdown-mobile {
    	display: none !important;
    }
	.amenu-item.mm-6 .amenu-link {
	    background: #ff5d29;
	    font-size: 22px;
	    text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
	}
    #mobile_top_menu_wrapper .btn-secondary:hover {
        color: #fff;
    }
    .dropdown-content{
        padding: 0;
    }
}
@media (max-width: 390px){
	.amenu-item.mm-6 .amenu-link {
		font-size: 16px;
	}
}