.top_paging .btm_page {
    margin: 0;
    padding: 0;
    border: none;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
.product .product_meta > * {
    font-weight: bold;
}
.product .product_meta > *:not(:last-child):after {
    content: '•';
    display: inline-block;
    margin-left: 7px;
    margin-right: 2px;
}
.product .product_meta > * * {
    font-weight: normal;
}
.wpcf7-spinner {
    position: absolute;
    right: 3px;
    top: 50%;
    margin: -12px 0 0;
}
