.hidden {
    display: none !important;
}
.mas-wcvs-swatches {
    padding: 5px;
}
.mas-wcvs-swatches .mas-wcvs-swatch, .mas_wcvs_widget_layered_nav ul.swatches li {
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid;
    position: relative;
    opacity: 1;
}
.mas-wcvs-swatches .mas-wcvs-swatch.selected {
    opacity: 1;
}
.mas-wcvs-swatches .mas-wcvs-swatch.disabled {
    opacity: 0.4;
}
.mas-wcvs-swatches .mas-wcvs-swatch.swatch-color span {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.mas-wcvs-swatches .mas-wcvs-swatch.swatch-color {
    display: inline-block;
    padding: 3px;
    width: 36px;
    height: 36px;
}
.mas-wcvs-swatch.swatch-image img, li.mas-wcvs-layered-nav-term.swatch-image img {
    display: block;
}
.mas-wcvs-swatches .mas-wcvs-swatch.selected:before {
    content: "";
    width: 15%;
    height: 35%;
    min-width: 6px;
    min-height: 15px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.mas-wcvs-swatches .mas-wcvs-swatch.swatch-image, .mas-wcvs-swatches .mas-wcvs-swatch.swatch-label {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 3px;
}
.mas-wcvs-swatches .mas-wcvs-swatch.swatch-label {
    overflow: hidden;
}
.mas_wcvs_widget_layered_nav ul.swatches {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget ul.swatches li:last-child {
    border-bottom: 1px solid;
}
.mas-wcvs-swatches .mas-wcvs-swatch:last-child {
    margin-right: 0;
}
.mas_wcvs_widget_layered_nav ul.swatches li a {
    text-decoration: none !important;
}
.mas_wcvs_widget_layered_nav ul.swatches li:before {
    content: none;
}
.mas_wcvs_widget_layered_nav ul.swatches li.swatch-color {
    position: relative;
        display: inline-block;
    padding: 3px;
    width: 36px;
    height: 36px;
}
.mas_wcvs_widget_layered_nav ul.swatches li.swatch-color a > span,
.mas_wcvs_widget_layered_nav ul.swatches li.swatch-color > span:not(.count) {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.mas_wcvs_widget_layered_nav ul.swatches li.chosen > span:before,
.mas_wcvs_widget_layered_nav ul.swatches li.chosen > a:before,
.mas_wcvs_widget_layered_nav ul.swatches li.chosen > span:not(.count):before {
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.mas_wcvs_widget_layered_nav ul.swatches li.swatch-image,
.mas_wcvs_widget_layered_nav ul.swatches li.swatch-label {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 3px;
}

.mas_wcvs_widget_layered_nav ul.swatches li.swatch-label {
    overflow: hidden;
}

.mas_wcvs_widget_layered_nav ul.swatches li .count {
    display: none;
}
.mas_wcvs_widget_layered_nav {
    margin-bottom: 10px;
}
.products .product .swatches-support .woocommerce-variation-add-to-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.products .product .swatches-support .woocommerce-variation-add-to-cart .quantity {
    margin-bottom: 10px;
}
.products .product .swatches-support .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: auto;
}
.not-available:before, .not-available:after {
    position: absolute;
    left: 50%;
    top: 1px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #fff;
    margin: -1px;
}
.not-available:before {
  transform: rotate(45deg);
}
.not-available:after {
  transform: rotate(-45deg);
}
span.swatch-image-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
