.anthemeblocks_homeslider-block {
    margin-bottom: 5em;
}
.amega-menu .category-item.level-1 {
    margin-right: 0;
    padding-right: 20px;
}
.amega-menu .dropdown-content.acontent-3  .category-item.level-1 {
   width: 33.3%;
}
.amega-menu .dropdown-content.acontent-5  .category-item.level-1 {
   width: 20%;
}
.ui-menu .ui-menu-item .product-desc .product {
    font-size: 14px;
    line-height: 18px;
}
.product-desc  .prices-block .price {
    font-size:18px;
}
@media (min-width: 992px) {
.col-lg-3 {
        float: left;
        width: 20%!important;
    }
}
.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #4aa904;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 10px;
    left: 40%;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}