.flex-control-nav.flex-control-thumbs img {
	width: 100px !important;
	height: 100px !important;
}

.flex-control-nav.flex-control-thumbs {
	min-height: 120px;
}

.summary.entry-summary {
	min-height: 300px;
}

.woocommerce-tabs.wc-tabs-wrapper {
	min-height: 200px;
}

img.zoomImg {
	width: 100%;
	max-height: 400px;
	object-fit: contain;
}

.woocommerce-input-wrapper {
	position: relative;
}

.show-password-input {
	position: absolute !important;
	right: 4px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	z-index: 10;
}

.show-password-input i {
	font-size: 18px !important;
	color: #666 !important;
	width: 100%;
	text-align: center;
}

.single-post .entry-meta {
	display: none !important;
}