/**
 * Square-format gallery styling
 * For TP WooCommerce Product Gallery plugin
 */
.tpwpg-main {
	max-height: 540px;
}

.woocommerce div.product div.images .tpslick-slide img {
	max-height: 100% !important;
	width: auto;
	max-width: 100%;
	margin: 0 auto !important;
}

.tpwpg-main .slider,
.tpwpg-main .slider .tpslick-list,
.tpwpg-main .slider .tpslick-list .tpslick-track,
.tpslick-slide,
.tpslick-slide > div,
.tpslick-slide > div .tpwpg-big {
	height: 100%;
}

.tpslick-slide > div .tpwpg-big span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* Navigation buttons */
.tpwpg-main .tpslick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 0;
}
