/*
============================================================

	Theme Name: Aurum - Child Theme
	Theme URI: http://www.laborator.co/view-theme/aurum
	Author: Laborator
	Author URI: http://laborator.co/
	Description: Use this theme if you want to extend features of Aurum theme or prevent overwriting the changes you make when new theme update is available.
	Version: 1.0
	Template: aurum
	Text Domain: aurum

============================================================
*/

.tax-product_cat .woocommerce-category-description {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 20px 0 90px;
}

.single-product .tabs #tab-size_chart table {
  display: inline-block;
  width: 100%;
  position: relative;	
}

.single-product .tabs #tab-size_chart table td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 15px 30px;	
}

.related.products ul.products li .item-info .product-terms {
  display: none;	
}

.tax-product_cat ul.products li .item-info .product-terms {
  display: none;	
}

ul.product_list_widget li a {
  color: #4d4d4d;	
}

.page-container .wpb_content_element.lab_wpb_image_banner .banner-text-container {
  width: 85%; 	
}

.page-container .wpb_content_element.lab_wpb_image_banner .banner-text-container strong {
  display: inline-block !important;
  max-width: 100% !important;
  white-space: normal;
  width: 100%;	
}

body .woocommerce .onsale.featured {
  background-color: #666;	
}

body header.site-header .header-widgets .cart-counter .badge,
body .woocommerce .onsale.featured,
body .single-product .onsale.featured {
 background-color: #666;
}

body .term-description a:hover {
  color: #666; 	
}

body.tax-product_cat .term-description {
	display: none;
} 