/* TGW Pro — Cargar más productos. */
.tgw-mas-oculto { display: none !important; }

.tgw-mas-wrap {
	display: flex;
	justify-content: center;
	margin: 32px 0 8px;
	width: 100%;
	clear: both;
}

.tgw-mas-btn {
	background: #2E9E57;
	color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 14px 40px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .01em;
	cursor: pointer;
	transition: background .16s ease, transform .16s ease;
}
.tgw-mas-btn:hover { background: #23AD00; transform: translateY(-1px); }
.tgw-mas-btn.loading { opacity: .8; cursor: wait; }
.tgw-mas-btn.fin { background: #e4e4e4; color: #777; cursor: default; transform: none; }
