.mom-woo-swtches-wrap .mom-select-wrap, 
.mom-woo-swtches-wrap select {
    display: none;
}
table.variations td {
    padding-bottom: 10px !important;
}
table.variations td {
    vertical-align: middle;
}
.single-product table.variations {
    position: relative;
}
.single-product table.variations td.value {
    padding-left: 15px !important;
}
.hide-swatches table.variations {
    display: none;
}
.hide-swatches table.variations+.single_variation_wrap {
    margin-top: 0;
}
.reset_variations {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 3px;
}
.mom-woo-swtches-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mom-woo-swtches-list .mom-woo-swatch {
    margin-bottom: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
.mom-woo-swtches-list .mom-woo-swatch.disabled {
    cursor: not-allowed;
    overflow: hidden;
    border-color: #C5D0D5 !important;
    color: #C5D0D5 !important;
}
.mom-woo-swtches-list .mom-woo-swatch.type-image.disabled:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.7);
    top: 0;
    left: 0;
    border-radius: inherit;
 }
.mom-woo-swtches-list .mom-woo-swatch.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom left,transparent 49%,#C5D0D5,transparent 51%);
}
.mom-woo-swtches-list:not(.swatchs-type-button) .mom-woo-swatch {
    padding: 4px;
    margin: 0;
    border: 1px solid transparent;
}
.mom-woo-swtches-list:not(.swatchs-type-button) .mom-woo-swatch span {
    display: block;
    height: 32px;
    width: 32px;
    background-color: #b9b9b9;
    transition: 0.2s;
    border-radius: inherit;
    overflow: hidden;
}
.mom-woo-swtches-list .mom-woo-swatch span img {
    border-radius: inherit;
    display: block;
    width: 100%;
}
.mom-woo-swtches-list.swatchs-type-button .mom-woo-swatch {
    border: 1px solid #e5e5e5;
    padding: 0 8px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color:  #383E47;
    font-size: 13px;
}

.mom-woo-swtches-list.swatchs-type-button .mom-woo-swatch:hover,
.mom-woo-swtches-list .mom-woo-swatch.selected {
    border: 1px solid #b9b9b9;
    color: #4c4c4c;
}
.mom-product-swatches {
    position: relative;
}
.mom-product-swatches .product-attr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.mom-product-swatches .product-attr:last-child {
    margin-bottom: 0;
}
.mom-product-swatches .attr-label {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    line-height: 1;
}
.mom-product-swatches .attr-label .current-value {
    display: block;
    font-weight: 300;
    font-size: 13px;
    text-transform: capitalize;
}
.mom-product-swatches .attr-swatches {
    flex: 1
}
.mom-product-swatches.label-pos-top .product-attr,
.mom-product-swatches.label-pos-bottom .product-attr {
    flex-direction: column;
    align-items: flex-start;
}
 .mom-product-swatches.label-pos-top .product-attr .attr-label {
     margin-bottom: 10px;
 }

 .mom-product-swatches.label-pos-bottom .product-attr .attr-label {
     margin-top: 10px;
 }
.mom-product-swatches.label-pos-bottom .product-attr .attr-label,
.mom-product-swatches.label-pos-end .product-attr .attr-label {
    order: 1;
}
.mom-product-swatches.label-pos-end .product-attr .attr-label {
    margin-right: 0;
    margin-left: 20px;
}
.mom-product-swatches.current-value-pos-side .attr-label .current-value {
    display: inline;
}
.mom-product-swatches .reset_variations {
    visibility: hidden;
}