.ltr{
    direction: ltr;
    text-align: left;
}
.highlightmother td{
    background-color:#cdffb3 !important;
}
.highlightsimple td{
    background-color: #fff770 !important;
}
.highlightchild td:first-child{
    padding-right: 30px;
}
.eep-mgt-5{
    margin-top: 5em;
}
.eep-mgt-1{
    margin-top: 1em;
    overflow: hidden;
}
.eep-form-g label{
    min-width: 100px;
    display: inline-block;

}
.eep-form-g input,.eep-form-g select{
    min-width: 250px;

}
.eep-width50persent{
    width: 50%;
    display: inline-block;
    margin: 0;
    float: right;
}
.eep-showhide-wrapper{
    position: relative;
    margin-bottom: 30px;
    width: 200px;

}
.eep-mainprice,.eep-saleprice{
    direction: ltr;
    text-align: left;
}
.eep-showhide-wrapper > .eep-list-of-sh{
    display: none;
    position: absolute;
    top:0;
    right:0;
    left:0;
    background-color: #fff;
    z-index: 9999;
}
.eep-showhide-wrapper:hover > .eep-list-of-sh{
    display: block;
}
.eep-list-of-sh{
    width: 200px;

}
.eep-toggle-vis{
    display: block;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.eep-toggle-vis:hover{
    background-color: #eee;
}
.eep-nowrapWhiteSpace.eep-nowrap{
    white-space: nowrap;
}