/* 
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 */
/* Style for the list of variations */
.product-variations-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
	  margin-bottom: 35px;
}

/* Style each variation attribute */
.product-variations-list li {
    display: inline-block; /* Makes the list items inline */
    margin-right: 5px; /* Add space between attributes */
    margin-bottom: 10px; /* Space at the bottom */
}

/* Style for each variation attribute */
.variation-attribute {
    font-size: 12px; /* Small font size */
    padding: 5px 10px; /* Add some padding inside each attribute */
    border: 1px solid #ddd; /* Border around each attribute */
    border-radius: 5px; /* Optional: Rounded corners for the border */

    background-color: #f9f9f9; /* Light background color for the attributes */
	color: black;
}

/* Hover effect (Optional) */
.variation-attribute:hover {
    background-color: #e2e2e2; /* Change background on hover */
    border-color: #bbb; /* Change border color on hover */
}



.elementor-5115 .elementor-element.elementor-element-2b83e1f.elementor-wc-products ul.products li.product .price {
	display: inline;
	padding: 0;
  margin: 0;
}



.elementor-5115 .elementor-element.elementor-element-2b83e1f.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-5115 .elementor-element.elementor-element-2b83e1f.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
		display: inline;
	  padding: 0;
    margin: 0;
}

.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    display: flex
;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.woocommerce ul.products li.product a img {

    margin: 0;
}
/*da ne se gleda wpml lenta za development */
.otgs-development-site-front-end {display:none;}

.elementor.elementor-5889 {
    overflow-y: hidden;
    height: 100vh;
}
.elementor.elementor-6200 {
    overflow-y: hidden;
    height: 100vh;
}
.elementor-element.elementor-element-c1e5793.e-con-full.e-flex.e-con.e-child {
    padding: 0;
}
.wpml-ls-legacy-list-horizontal {
  background: white;
  border-radius: 20px;
}

/*
=======================================================================
                        MOBILE CSS
=======================================================================
*/
@media only screen and (max-width: 600px) {
.wpml-ls-legacy-list-horizontal a {padding:0px;}

.wpml-ls-legacy-list-horizontal {  font-size: 11px;}

}

