@media (min-width: 1000px){
	.menu-modal.active .menu-modal-inner {
	    width: 43rem;
	}
	
}
@media screen and (max-width:999px) {
	.header-inner .toggle {
	    display: block;
	}
}
@media screen and (max-width:767px) {
.main-ttl {
    font-size: 30px !important;
}
.ttl {
    font-size: 25px !important;
}	

	/*header*/
	/*.header-inner .toggle {
	    display: none;
	}*/
	.header-titles-wrapper {
	    padding: 0;
	}
.site-logo img {
    width: 105px;
}
	button.toggle.search-toggle.mobile-search-toggle {
	    display: none;
	}
.header-logo-images {
    display: flex;
    /* display: none; */
}
.header-titles {
    justify-content: left !important;
}
.header-logo-images img {
    width: 30px;
    height: 40px;
}
.site-logo.faux-heading {
    margin: 0;
    order: -1;
    margin-right: 4px;
}
button.close-nav-toggle {
    padding: 2.1rem 0;
}
.menu-modal .menu-top .svg-icon {
    height: 22px;
    width: 22px;
}
/*	.header-logo-right-img img {
	    width: 58px;
	    height: 46px;
	    margin-left: 8px;
	    top: 0px;
	}*/
	/*home sliders*/
	.vertical-home-slider img {
	    height: auto !important;
	}	
	/**/
	.horizontal-home-slider .swiper-slide-image {
	    height: auto;
	}	
	.modal-menu {
	    left: 0;
	    width: auto;
	}
	/******gallery page******/
	.custom-group-gal-sec .gallery {
	/*    width: 97%;
	    margin: 0 auto;*/
	}
	.idn-0, .hide-section {
	    left: 0 !important;
	}
	.idn-1, .active, .custom-group-gal-sec {
	    width: 100% !important;
	    margin: 0 auto;
	}
	.custom-group-gal-sec  .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	    padding: 0 !important;
	}
	/******contact page******/
	.col-md-6 {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	}	

/***inner product page***/
.single-product h1.product_title {
    font-size: 26px;
    font-weight: 700;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

}