/* 
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 */


h1,h2,h3{
	
	  font-family: "Belleza", sans-serif;


}

body{
	
	
	  font-family: "Nunito Sans", sans-serif;
	    font-weight: 500;

}
h2.elementor-heading-title.elementor-size-default,h1.elementor-heading-title.elementor-size-default  {
    font-size: 46px;
    line-height: 59px;
    font-weight: 500;
}

.elementor-widget-button .elementor-button {
    border-radius: 0;
    padding: 14px 32px;
    text-transform: uppercase;
   
}

.secondary.elementor-widget-button .elementor-button {
    background: #000;
}

.py-constant {
    padding-top: 50px;
    padding-bottom: 50px;
}


.wc-block-components-button:not(.is-link) {
    background: #bd7a47;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}

.wc-block-components-product-badge {
    background: #bd7a47;
    color: #fff;
}



h2.elementor-heading-title.elementor-size-default, h1.elementor-heading-title.elementor-size-default {font-size: 40px;line-height: 40px;}

.elementor-widget-heading .elementor-heading-title br {
    display: none;
}



@media(max-width:767px){
	.hero-area {
    --min-height: fit-content !important;!I;!;
}
div#gallery-1 {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0;
    gap: 10px;
    padding-bottom: 20px;
}

div#gallery-1 figure.gallery-item {
    padding: 0;
    width: 100% !important;
    flex: 0 0 80%;
}

.review .elementor-image-box-content {
    text-align: left;
}
	
	.elementor-8 .elementor-element.elementor-element-8fe5f26 .swiper-wrapper {
    grid-template-columns: 1fr !important;
    transform: none !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    padding-bottom: 20px !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
	.hero-area {
    background-position: left !important;
}
	.review .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
	
	.sticky-btn {
    position: fixed;
    bottom: 10px;
    top: auto;
    z-index: 999;
    width: calc(100% - 20px);
    margin: 0 auto;
    right: 0;
    left: 0;
		    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
	
	.sticky-btn.show {
    opacity: 1;
    visibility: visible;
}
	body ,:root{overflow-x: hidden;}
}