/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* 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 CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

/* 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-block .wk-custom-attrib, .wk-custom-attrib > img {
    width: 68px !important;
    height: 68px !important;
    border: 1px solid #ccc;
}

.wk-custom-attrib-block .attribute_list #color_to_pick_list li {
    width: 71px !important;
    height: 71px !important;
    border: 1px solid #ccc;
}
