/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

body.single-product #content .yith-wcact-main-auction-product #yith-wcact-form-bid .bids-amounts-container {
    display: none;
}

body.single-product .yith-quick-view.yith-modal .bids-amounts-container {
    display: block !important;
}

/*Quick view styling*/
body.woocommerce:not(.theme-thefox)
    .dtwpb-woocommerce-page
    .yith-quick-view.yith-modal
    .yith-quick-view-content
    div.images {
    float: left !important;
    width: 50% !important;
}

body .yith-wcact-time-left-main {
    width: 100%;
}

body #yith-wcact-form-bid {
    margin: 0px auto;
    float: left;
    width: 100%;
}

label.error {
    font-size: 0.85rem;
    color: #ca4638;
    float: none;
    display: block;
}


.loader{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.5);
}

.loader::after{
    content: '';
    background: url('../images/qv-loader.gif');
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}