.swatch_fg_wrapper {
    margin-bottom: 30px;
    display: none;
    transition: .5s all;
}

.swatch_fg_wrapper.show {
    display: block;
}

.swatch_fg_wrapper.show ~ .apus-woocommerce-product-gallery-wrapper {
    display: none;
}

.product_meta script {
    display: none;
}

table.variations .tawcvs-swatches .swatch-color {
    border-radius: 0;
    box-shadow: 0 0 0 2px white, 0 0 3px 3px #00000033;
}
.swatches-support table.variations .tawcvs-swatches .swatch-color.selected {
    box-shadow: 0 0 0 2px #e94d15, 0px 3px 7px 1px #00000080;
}
.woocommerce div.product form.cart.swatches-support .variations td.value {
    padding-left: 5px;
}
body table.variations .tawcvs-swatches .swatch-color.selected:after {
    border-radius: 0;
    width: 30px;
    height: 30px;
    border-color: #ffffff;
}