/*
Theme Name: Holland (Flatsome Child Theme)
Theme URI: http://flatsome.uxthemes.com/
Template: flatsome
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.8.1.1629638777
Updated: 2021-08-22 13:26:17
Text Domain: holland
*/

.product-quick-view-container .product-gallery{
	max-height:none;
}
.box-image .image-fade_in_back a{
	/*display: flex;
  align-items: flex-start;
  justify-content: flex-end;
	overflow:hidden;
	position: relative;
  height: 0;
  padding-bottom: 70%;*/
}
.products .product .box-image img{
	/*max-height: none;
	position: absolute;
  top: 0;*/
	aspect-ratio: 3/2.1;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width:1550px) {
	.product .box-text .title-wrapper .product-title{
		font-size:20px;
	}
}
@media screen and (max-width:1280px) {
	.product .box-text .title-wrapper .product-title{
		font-size:18px;
	}
}
@media screen and (max-width:1100px) {
	.product .box-text .title-wrapper .product-title{
		font-size:16px;
	}
}
@media screen and (max-width:1000px) {
	.product .box-text .title-wrapper .product-title{
		font-size:24px;
	}
}
@media screen and (max-width:576px) {
	.product .box-text .title-wrapper .product-title{
		font-size:18px;
	}
}

.desk-slider .bg-fill{
	background-position: right top;
}
.tab-slider .bg-fill{
	background-position: 50% top;
}