body.wcs-scanner-page header.entry-header {
    display: none !important;
}

div#wcs-scanner-wrap {
    text-align: center;
}

#wcs-scanner-wrap .results {
    display: block;
    text-align: center;
    padding: 1rem;
    /* border: 1px solid #ccc; */
    margin-top: 1rem;
}

div#wcs-product-panel {
    display: block;
    text-align: center;
}

div#wcs-product-panel img {
    display: inline-block;
}


button#wcs-qty-minus,
button#wcs-qty-plus {
    display: inline-block;
    background: #dbdbdb;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1rem;
}

button#wcs-add-to-cart {
    background: #92bf27;
    width: auto;
    padding: 1rem;
    margin: 1rem 0 0.5rem;
    text-transform: uppercase;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

div#wcs-product-search-panel {
    margin-top: 1rem;
}