/* 

Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* ------------------------------------------------------------------------- *

*  HEADER

/* ------------------------------------------------------------------------- */

.ltranslator select {    
    font-size: 13px;
    line-height: normal;
    margin: 0;
    padding: 2px !important;
}

/* ------------------------------------------------------------------------- *

*  HOMEPAGE

/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *

*  INNERPAGE

/* ------------------------------------------------------------------------- */


/**************************  PRODUCT ARCHIVE  ****************************/
.count, .wc-product__add_to_cart, .button.product_type_simple, .woocommerce .woocommerce-breadcrumb, .woocommerce-products-header, .woocommerce-notices-wrapper, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	display: none !important;
}
.wc-product-inner {
    border: 1px solid #ccc;
    padding: 0 8%;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 40px;
}
.product-category a img {    
	max-height: 175px;
    min-height: 175px;
}
.woocommerce ul.products li.product a img {
	box-shadow: 0 15px 35px -15px rgba(0,0,0,0.5), 0 5px 25px 0 rgba(0,0,0,0.12), 0 10px 10px -5px rgba(0,0,0,0.2);
	border: 1px solid #ccc;
}
.woocommerce ul.products li.product a img:hover {
    box-shadow: none;
    
}
.wc-product__part.wc-product__category {
    padding: 10px 0 0;
}
.woocommerce .woocommerce-loop-category__title, .woocommerce-loop-product__title {
    margin: 30px 0 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
	border: none  !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .related ul.products li.product {
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    padding: 20px !important;
    text-align: center;
	margin: 1% !important;
}

/**************************   SINGLE PRODUCT   *********************/
.flex-control-nav.flex-control-thumbs img {
    padding: 10px;
    border: 1px solid 
    #ccc;
    opacity: 1 !important;
}

/**************************   CALCULATOR   *************************/
.one-half {
    width: 50%;
    float: left;
    padding: 1% 2%;
}
.one-half td {
    background: 
    transparent !important;
    border: none !important;
}

/**************************   CATALOGUE   *************************/
.cat-img {
    min-height: 320px;
}
.cat-img img {
    max-height: 320px;
    width: auto;
}


/* ------------------------------------------------------------------------- *

*  MOBILE CSS

/* ------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

.site-main {
    padding: 0 20px;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  width: 46%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .related ul.products li.product {
    padding: 15px !important;    
    margin: 2% !important;
}
.one-half {
    width: 100%;
    float: left;
    padding: 1% 0;
}
	
}


