/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@media all and (max-width: 767px){
  table.custom-product-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
	
	table.custom-product-table td.description,
	table.custom-product-table th.description{
		width: 200px;
        max-width: 300px;
        white-space: break-spaces;
	}
}

@media all and (min-width: 767px){
  table.custom-product-table {
   	width: 100%
  }
}
.custom-product-table th {
	background: #8c7a6b !important;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
}

.custom-product-table th,
.custom-product-table td{
border: 1px solid #e1e1e1;
}
.custom-product-table p {
	margin: 0 !important;
	padding: 0 !important;
}
