/* ======================================================================================================================================================
# Responsive
====================================================================================================================================================== */
	
	@media only screen and (max-width: 479px) {
		
		.responsive #top .summary form fieldset.add_minimal_price label .fpf_price_info {font-size: 12px !important;}
		
	}
	

	
/* ======================================================================================================================================================
# Youtube window on product page
====================================================================================================================================================== */
  
	body.single-product #main .video-product-section {position: relative; padding: 50px 0 0 0; width: 100vw; left: 50%; transform: translateX(-50%);}
	body.single-product #main .video-product-section:before {content:''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #f7f7f7;}
	
	body.single-product #main .video-product-section h2 {margin-bottom: 2.5vh; padding-bottom: 10px; font-size: 28px; text-align: center;}
	
	body.single-product #main .product-video {position: relative; border-radius: 8px; overflow: hidden;   }
	body.single-product #main .product-video img {display: flex; position: relative; object-fit: cover;}
	



