#js-product-list-top {
display: none;
}

@media (max-width: 767px) {
    .anhp-banner-global-top {
        display: flex;
        flex-wrap: wrap;
    }
    .an_homeproducts-banner{
        width: 50% !important;
        float: left;
    }
      .an_homeproducts-banner.col-sm-12{
        width: 100% !important;
    }
    .blockcart .mobile-cart-item-count {
        display: block !important;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .header-menu-line .container {
        max-width: 100%;
    }
  	.anav-top {
  	    padding-left: 0;
  	}
  
    
@media (min-width: 768px) {
    .header-menu-left.col-md-9 {
        width: 100%;
    }
    #header.header2 .header-menu-wrap {
        display: block;  
}
      #header.header2 #amegamenu:not(.fixed-menu) .amenu-item .amenu-link {
        padding: 15px 15px 8px 0 !important;
    }
      #header.header2 .amega-menu #amegamenu:not(.fixed-menu) .anav-top {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #header.header2 #amegamenu:not(.fixed-menu) .amenu-item .amenu-link {
        padding: 15px 10px 8px 0 !important;
        font-size: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
#amegamenu.fixed-menu #_desktop_logo {
    width: 13%;
}  
    #amegamenu.fixed-menu .amenu-item .amenu-link {
        padding: 21px 5px !important;
        font-size: 11px;
    }
      .fixed-menu-right {
        width: 11%;
    }
      #amegamenu.fixed-menu .anav-top {
        width: 76%;
    }
}

@media (min-width: 1200px) {
#amegamenu.fixed-menu #_desktop_logo {
    width: 10%;
}
  #amegamenu.fixed-menu .anav-top {
    width: 82%;
}
  .fixed-menu-right {
    width: 8%;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #amegamenu.fixed-menu .amenu-item .amenu-link {
        padding: 21px 8px !important;
        font-size: 13px;
    }

}

.block-category img {
    max-width: 100%;

  }

.block-category .subcategories-list li {
    display: ruby;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 2px;

    margin: 5px;
    width: 100%;
}

.category-item.level-1>.h5 a {
    font-weight: 600;
}

.alert-danger {
    color: #fff;
}

.container {
    max-width: 1600px;
}
.block-category img {
    max-width: 100%;
   
}

.block-category {
    text-align: center;
}

.block-category .h1,
.block-category #category-description{
    text-align: left;
}

.an_homeproducts-banner-textlink {
	display: none !important;
}

.an_homeslider-block {
    margin-bottom: 30px;
}


.product-actions .add-to-cart {
    margin: 1px;
    min-height: 50px;
    width: 35%;
}




