.brand_filter {
    float: left;
    width: 50%;
}

.woocommerce-pagination {
    float: right;
    width: 50%;
    text-align: right !important;
}

.woocommerce.single-product span.sold {
    top: -15px !important;
    left: 41.5% !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    z-index: 9999;
}

.woocommerce span.sold {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #ED5A45;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    z-index: 9
}

.woocommerce ul.products li.product .sold {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

