.currency-symbol {
    padding-left: 5%;
    min-width: 24px;
    text-align: center;
}
.price-parent {
    border: 1px solid #adadad;
    width: fit-content;
}
.price-parent-tier {
    border: .5px solid #adadad;
    width: fit-content;
}

.tier-price {
    border: none;
    max-width: 82%;
}
.percentage-input {
    border: none;
    border-right: 1.1px solid #adadad;
}
.percent-symbol {
    padding-left: 5%; 
    min-width: 24px;
    text-align: center;
}
.hide{
    display: none;
}
.profit-text {
    border: none;
}
.profit-parcent {
    border: 1px solid #adadad;
    width: fit-content;
}
.profit-parcent-label {
    min-width: 24px;
    text-align: center;
}

button.advance-pricing-back:before {
    content: '\e626';
    margin-right: .5em;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Admin Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
}
button.advance-pricing-back {
    background-color: transparent;
    font-size: 1.6rem;
    margin-left: 90%;
    border-color: transparent;
}
.additonal-data {
    margin-top: 10px;
}
.title-div {
    display: inline-block;
    margin-left: 1%;
    width: 4%;
}
.data-span {
    display: inline-block;
    border: 1px solid #adadad;
    width: 30%;
    height: 25px;
    padding-top: 2px;
    padding-left: 8px;
}
button.add-grid.default {
    float: right;
}
.grdbtn {
    margin-left: 10px;
    background: #504842;
    color: white;
    font-weight: bold;
    /* border: 0.1px solid; */
    padding: 5px;
    cursor: pointer;
}
.final-name-of-gird {
    margin-top: 13px;
    margin-bottom: -12px;
    background: #e3e3e3;
    padding: 5px;
}
.final-nm {
    border: none;
    background: #e3e3e3;
    font-size: 15px;
}
.grdnameparent {
    background: #e3e3e3;
    width: fit-content;
    padding: 5px;
}
.lock-checkbox input[type="checkbox"],
.lock-checkbox .checked {
    display: none;
}
 
.lock-checkbox input[type="checkbox"]:checked ~ .checked
{
    display: inline-block;
}
 
.lock-checkbox input[type="checkbox"]:checked ~ .unchecked
{
    display: none;
}
label.lock-checkbox {
    margin-left: 10px;
}

.head-label {
    margin-top: 20px;
}


/* pop form css */

#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:390;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#light{
    display: none;
    position: absolute;
    top: 50%;
    left: 42%;
    width: 500px;
    margin-left: -150px;
    margin-top: -100px;
    padding: 10px;
    border: 2px solid #FFF;
    background: #CCC;
    z-index:391;
    overflow:visible;
}

.labl.fnt{
    display:inline-block;
}
.fnt{font-weight:bold;width: 57%;}

.wk-cat-container{
    position: relative;
    height: 20px;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
    height: 38px;
}
.wk-plus{
    background: url("../../extjs/resources/images/magento/tree/elbow-plus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
    margin-top: 7px;
}
.wk-plusend{
    background: url("../../extjs/resources/images/magento/tree/elbow-end-plus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
    margin-top: 7px;
}
.wk-minus,.wk-minusend{
    background: url("../../extjs/resources/images/magento/tree/elbow-end-minus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
    margin-top: 7px;
}
.wk-no{
    background: url("../../extjs/resources/images/magento/tree/elbow-end.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    margin-top: 7px;
}
.wk-foldersign{
    background: url("../../extjs/resources/images/magento/tree/leaf.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    margin-top: 10px;
    width: 16px;
}
.wk-node-loader{
    background: url("../../extjs/resources/images/default/grid/loading.gif") no-repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 17px;
    left: 15px;
    position: absolute;
    width: 17px;
    margin-top: 7px;
}
.wk-elements{
    float: right;
    margin-left: 5px;
    width: 41% !important;
}
.wk-cat-name{
    float:left;
    line-height: 33px;
}
.parentname{
    margin-top: 15px;
}
span.close-form {
    float: right;
    margin-top: -6px;
    font-size: 18px;
    cursor: pointer;
}

.wk-elements::after {
    content: '%';
    position: absolute;
    right: 1.5em;
    top: -5px;
}
