.tinytabs .tabs {
	margin-left: 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 4rem;
}
.tinytabs .tabs .tab .close {
	padding-left: 5px;
}
.tinytabs .tabs .tab {
	margin: 0 15px 8px 0;
	background: white;
	display: block;
	padding: 9px 15px;
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px;
	min-width: 210px;
	text-align: center;
	border: 2px solid black;
}
.tinytabs .tabs .tab:hover {
/* 	background: #A4C5C8 !important; */
}

.tinytabs .section {
	background: var(--wp--preset--color--secondary);
	overflow: hidden;
	padding: 15px;
	clear: both;
}
.tinytabs .tab.sel {
	background: var(--wp--preset--color--secondary);
	color: white;
	text-shadow: none;
	border-color: var(--wp--preset--color--secondary);
}

.product-tabs__tab {
	background-color: var(--wp--preset--color--secondary);
	padding: 20px;
}
.product-tabs__tab * {
	color: white !important;
}