/* 
Theme Name: Megaholz Studio
Description: Megaholz webshop
Author: TASNADI
Author URI: https://www.tasnadi.co/
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 */
/*Termék név kategória névvel kiegészítve*/
@media only screen and (max-width: 767px) {
	.tco-prodtitle-wcat{ 
		font-size: 24px!important;
	}
}

/*Interior gallery*/

.tco-inter-gal .elementor-swiper-button svg path{
    fill: #fff;
    
}
.tco-inter-gal .swiper-slide-image{
    height: 280px;
    object-fit: contain;
    }
    .tco-inter-gal .elementor-swiper-button{
    top: -40px!important;
    }
    .tco-inter-gal .elementor-swiper-button-prev{
        left: 90%!important;
    }
    .tco-inter-gal .elementor-swiper-button-next{
        left: 95%!important;
    }

@media only screen and (max-width: 1024px) {

	.tco-inter-gal .elementor-swiper-button-prev{
        left: 90%!important;
	}
	.tco-inter-gal .elementor-swiper-button-next{
        left: 95%!important;
	}

	.tco-inter-gal .swiper-slide-image{
    	height: 343px;
    	width: 532px;
    	object-fit: contain;
    
	}

	.tco-inter-gal .swiper-backface-hidden{
    	overflow: visible;
	}
	
	.tco-inter-gal .swiper-slide{
    	width: auto!important;
    	padding-right: 10px;
    	padding-left: 10px;
	}   

	.tco-inter-gal .swiper-slide a{
    	display: flex!important;
    	width: fit-content!important;
	}

	.tco-inter-gal .swiper-slide-inner {
    	width: auto!important;
	}
	
	.tco-inter-gal .elementor-image-carousel-wrapper {
    	margin: 0px!important;
	}

}



@media only screen and (max-width: 767px) {
    .tco-inter-gal .swiper-slide-image{
    height: 280px;
    object-fit: contain;
    }
    .tco-inter-gal .elementor-swiper-button{
    top: -40px!important;
    }
    .tco-inter-gal .elementor-swiper-button-prev{
        left: 75%!important;
    }
    .tco-inter-gal .elementor-swiper-button-next{
        left: 88%!important;
    }
}