.brand-selector {
    margin-bottom: 1em;
}
.brand-btn {
    padding: 6px 12px;
    margin-right: 10px;
    background: #fdfefe;
    cursor: pointer;
    border-radius: 5px;
	font-family: "Poppins";
	font-size:14px;
	font-weight:400;
}
.brand-btn.active {
    background: #5B38ED;
    color: white;
}
.show-container {
  display: flex !important;
}
.cfvsw-swatches-container.cfvsw-product-container[swatches-attr*="attribute_telephone"] {
    display: none;
}

.cfvsw-swatches-option {
    transition: opacity 0.2s ease, visibility 0.2s ease;
	border: none;
    background-color: #f3f3f3;
}
.cfvsw-selected-swatch{
	background-color: #5b38ed !important;
    color: white !important;
}
.cfvsw-swatches-option.hidden-swatch {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.cfvsw-swatches-option.dis-none{
	display:none;
}
.swatch-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}

.swatch-fadeout{
	opacity:0;
	transition: opacity 0.2s ease;
}
tbody tr:first-of-type th.label{
	display:none
}
tbody tr{
 align-items:flex-start;
}
.cfvsw-swatches-container{
	background-color: #ffffff;
	padding : 10px;
	border-radius: 10px;
	
}