/**
 * 2010-2020 Webkul.
 *
 * NOTICE OF LICENSE
 *
 * All right is reserved,
 * Please go through this link for complete license : https://store.webkul.com/license.html
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future. If you wish to customize this module for your
 * needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
 *
 *  @author    Webkul IN <support@webkul.com>
 *  @copyright 2010-2020 Webkul IN
 *  @license   https://store.webkul.com/license.html
 */

/* Wk Product Attribute CSS */
.wk_bp_loader {
    display: none;
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 2;
    overflow: auto;
}

.wk_bp_loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.wk-custom-attrib,
.custom-checkbox input[type=checkbox]+span.wk-custom-attrib {
    width: 75px !important;
    height: 75px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.modal.quickview .wk-custom-attrib-qv,
.modal.quickview .custom-checkbox input[type=checkbox]+span.wk-custom-attrib-qv {
    width: 40px !important;
    height: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
