/* 
Theme Name: MLTheme
Description: MLTheme 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: ml-theme
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
*/

.text-accent{
	color: var(--e-global-color-535fe9d);
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-field label {
    font-size: 16px;
}


.form-field input, .form-field textarea {
    font-size: 24px;
	padding-left: 0px;
    background-color: transparent;
	border-radius: 0px;
    border: 0;
    border-bottom: 1px solid gray;
}

.form-field textarea {
    width: 100%;
}
.form-field .wpcf7-submit{
    background-color: var(--e-global-color-65ccb9b);
    color: var(--e-global-color-248d42f);
    border-color: var(--e-global-color-65ccb9b);	
}






.elementor-acceptance-field{
	  opacity: 0;
  position: absolute;
   z-index: 1;
  width: 62px;
  height: 34px;
  cursor: pointer;
  top: -6px;
  left: 0px;
}


#nav-shop a{
	background-color: var(--e-global-color-535fe9d);	
	border: 1px solid var(--e-global-color-535fe9d);
    color: white;
    border-radius: 32px;
    padding: 8px 32px;
}

#nav-shop a{
	color: white;
}

#nav-shop:hover a{
	background-color: #fff;
	color: var(--e-global-color-535fe9d);
}

#nav-shop:hover a{
	color: var(--e-global-color-535fe9d);
}


/* Checkbox */

/* Ukrycie oryginalnych checkboxów */
.custom-checkbox .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
   z-index: 1;
  width: 62px;
  height: 34px;
  cursor: pointer;
  top: -6px;
  left: 0px;
}

.custom-checkbox  span.wpcf7-list-item-label {
  margin-left: 65px;
}


/* Stylizacja label jako przełącznika */
.custom-checkbox span.wpcf7-list-item-label::before {
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 2px;
  width: 60px;
  height: 34px;
  background-color: #ccc;
  border-radius: 17px;
  transition: background-color 0.2s;
  cursor: pointer;
}

/* Pseudo-element, który służy jako suwak */
.custom-checkbox span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s;	
}

/* Przesuwanie suwaka na prawo po zaznaczeniu checkboxa */
.custom-checkbox input[type=checkbox]:checked+span.wpcf7-list-item-label::after {
  transform: translateX(26px) !important;
}

/* Zmiana koloru tła przełącznika po zaznaczeniu */
.custom-checkbox input[type=checkbox]:checked+span.wpcf7-list-item-label::before {
  background-color: #4CAF50 !important;
}

/* Dodatkowe style dla label */
.custom-checkbox .wpcf7-list-item {
  margin-bottom: 20px;
}



.newsletter-message{
	font-size: 16px;
    margin-top: 16px;
    color: white;
    background-color: #3c7f3c;
    padding: 12px;
	border-radius: 12px;
}

.newsletter-message.newsletter-warning{
    background-color: #b45d1f!important;
    
}
.newsletter-message.newsletter-error{
    background-color: #d31d1d!important;
    
}
.more-text {
            display: none;            
        }
        .expand-link {
            color: #8ECCA7;
            cursor: pointer;
        }

