/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
@media only screen and (min-width: 1360px) and (max-width: 5000px)  {
  .archive.tax-product_cat .category-new .product-category,
  .archive.tax-product_cat .product-new .product_boxes_area{
    width: 25%;
    max-width: 25%;
  }
}
.archive.tax-product_cat .category-new,
.archive.tax-product_cat .product-new{
	display: flex;
	flex-wrap: wrap;
  position: relative;
	border-bottom: 1px solid #00549e;
	margin: 0 0 60px 0;
}
.archive.tax-product_cat .category-new h3.heading_tag,
.archive.tax-product_cat .product-new h3.heading_tag {
	padding: 0 0 20px 14px;
}

@media only screen and (max-width: 991px) {
    .archive.tax-product_cat .category-new .product-category, .product-new .product-small {
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    
  }
  @media only screen and (max-width: 599px) {
    .archive.tax-product_cat .category-new .product-category, .product-new .product-small {
        width: 50%;
        max-width: 50%;
    }
    .archive.tax-product_cat .all_products_area .product_boxes_area .product-small {
      width: auto;
      max-width: inherit;
    }
    .all_products_area .badge-container{
      margin: 0;
    }
  }
