.variation-selector.hidden {
    display: none !important;
    visibility: hidden !important;
}
.shirtee-swatches{
	overflow: hidden;
    padding: 5px;
}
.shirtee-swatches .swatch {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}
.shirtee-swatches.swatchers-size .swatch-size {
    border: 2px solid #CCC;
    border-radius: unset;
    font-size: 15px;
    padding: 0 10px;
    /*width: 70%;*/
    width: auto;
    margin: 0 5px 5px;
    height: 35px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
}
.shirtee-swatches.swatchers-color .swatch-color {
    border-radius: 50%;
    text-indent: -9999px;
}
.shirtee-swatches .swatch.selected {
    border: 2px solid #39c;
}
.shirtee-swatches .swatch.disabled {
    opacity: 0.1;
}
.shirtee-swatches .swatch-color.selected:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 8px;
    left: 11px;
}


