/**
 * Copyright © 2021 Epicor Software Corporation: All Rights Reserved
 */

/**
 * @category   Epicor
 * @package    Epicor_KBMax
 * @author     Epicor Websales Team
 */

.catalog-product-view .configurable_addtocart .configurator-add.btn-cart span:before {
    content: '' !important;
}
.page-products .configurable_addtocart .add-to-cart .configurator-add.btn-cart span:before {
    content: '' !important;
}

.kbmax-container #kbMaxViewer {
    height: 95%;
    width: 95%;
    position: fixed !important;
    z-index: 899;
    left: 0px;
    right:0px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.71);
    overflow-x: hidden;
    margin: 0 auto;
}
.kbmax-container{
    height: 95%;
    top: 15px;
    width: 95%;
    left: 0px;
    right:0px;
    margin: 0 auto;
    position: fixed;
    display: none;
    z-index: 9999;
}
.modals-wrapper.kbmax-activebg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    background: linear-gradient( 0deg, rgba(32,30,19,0.7) 100%, rgba(244,239,239,0) 100%) !important;
}

.kbmax-container .kbmax-action-buttons{
    width: 235px;
    display: none;
    position: fixed;
    bottom: 5.5%;
    z-index: 9999;
    right: 6%;
}
.kbmax-container .kbmax-action-buttons .kbmax-addtocart{
    position: static !important;
    z-index: 99999;
    width: 100px;
}
.kbmax-container .kbmax-action-buttons .kbmax-close{
    position: static !important;
    z-index: 9999;
    width: 100px;
}
