/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.top-address h6 {
	margin: 0px;
}
.page-product ul.products {
    
}
.page-product ul.products li {
	border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin: 10px !important;
    padding: 20px !important;
    text-align: center;
}
.page-product ul.products li img {
	height: 140px !important;
    width: auto !important;
    margin: 0 auto !important;
    object-fit: cover;
}
.page-product h2 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}
.product-contact {
    color: #FFFFFF !important;
    background-color: #C0352E;
    border-radius: 50px;
	display: inline-block;
    text-align: center;
    padding: 0.5rem 1rem;
    transition: all .3s;
}
.product-contact:hover {
    background-color: #000000;
}
.footer-address {
	max-width: 900px;
	margin: 0 auto;
}
.footer-address h6 {
	margin: 0px;
}

@media (max-width: 800px) {
	.page-product ul.products li {
		width: 45% !important;
	}
}
@media (max-width: 600px) {
	.page-product ul.products li {
    	width: auto !important;
	    float: none !important;
    	margin-bottom: 25px !important;
	}
}