/* 
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 */
a.elementor-toggle-title {
    text-decoration: none;
}


li.menu-item.menu-item-type-post_type.menu-item-object-page > a > i {
	padding-right: 10px;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom > a > i {
	padding-right: 10px;
}


.elementor-slideshow__title {
	display: none;
}

.elementor-lightbox .elementor-lightbox-image {
	border-radius: 24px !important;
}

/* Layout 2 colunas real no checkout */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.woocommerce-checkout .form-row {
    width: calc(100% - 8px) !important;
    margin: 0;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: calc(50% - 8px) !important;
}

.woocommerce-checkout .form-row-wide {
    width: calc(100% - 8px) !important;
}


*:focus,
*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}





/* Desktop grande (>= 1441, 1920, 2048...) */

#woocommerce-checkout-form-coupon {
    margin: auto;
  	padding: 0 32px;
    max-width: 1440px;
}

body > div.woocommerce > div.woocommerce-form-coupon-toggle {
    margin: auto;
  	padding: 0 32px;
    max-width: 1440px;
}

/* Desktop / notebook */
@media (max-width: 1440px) {
  #woocommerce-checkout-form-coupon {
  		padding: 0 32px;
        max-width: 1440px;
    }
  
    body > div.woocommerce > div.woocommerce-form-coupon-toggle {
  		padding: 0 32px;
        max-width: 1440px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
  #woocommerce-checkout-form-coupon {
  		padding: 0 32px;
        max-width: 1024px;
    }
  
    body > div.woocommerce > div.woocommerce-form-coupon-toggle {
  		padding: 0 32px;
        max-width: 1024px;
    }
}

/* Mobile */
@media (max-width: 767px) {
  #woocommerce-checkout-form-coupon {
  		padding: 0 32px;
        max-width: 100%;
    }
    body > div.woocommerce > div.woocommerce-form-coupon-toggle {
  		padding: 0 32px;
        max-width: 100%;
    }
}
