/*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: wrap;
}
.amenu-item .amenu-link{
    position: relative;
    padding: 22px 25px 24px;
    color: #000;
    text-transform: uppercase;
}
.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: 65px;
    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;
}
@media (min-width: 768px) {
    .anav-top .amenu-item.plex:hover .adropdown {
        visibility: visible;
        opacity: 1;
        top: 57px;
        transition: all 0.3s;
    }
}
.amenu-item{
    line-height: 1;
    display: flex;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    position: relative;
}
.anav-top .adropdown .dropdown-bgimage {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
}
.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;
}
.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;   
    padding: 15px;
} 
.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 .anav-top{
    padding-top: 2px;
}
.fixed-menu .amenu-item .amenu-link{
    padding: 22px 25px 20px;
}
.fixed-menu .amenu-link sup {
    position: absolute;
    top: 0;
}

@media (max-width: 1200px){
    #amegamenu iframe,
    #mobile-amegamenu iframe{
        width: 100%;
    }
}
@media (max-width: 767px){
    .category-item.level-1 {
        margin-bottom: 3px;
        margin-right: 66px;
    }
    .manufacturers-grid {
        justify-content: space-between;
    }
    .amenu-item .amenu-link {
        padding: 12px 25px 17px 20px;
    }
}