div.yith-par-message {
	display: none !important;
}

div.yith-par-message-variation {
	display: none !important;
}

div.swatch-title-c {
	font-size: 20px;
    font-family: helvetica;
    font-weight: bold;
    padding-bottom: 10px;
}


table.variations.hidden-t {
	display: none;
}

div.swatch-set-c {
	display: flex;
    flex-direction: row;
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

div.swatch-container-c.hidden-c {
	display: none;
}

div.swatch-btn-c {
    display: none;
    height: 50px;
    width: 200px;
    border: solid 1px black;
    border-radius: 5px;
    align-content: center;
    justify-content: center;
    font-family: helvetica;
    font-size: 20px;
    text-align: center;
    background-color: white;
    color: black;
}

div.swatch-btn-c.active {
	display: block;
}

div.swatch-btn-c.selected-swatch {
    background-color: black;
    color: white;
    font-weight: bold;
}