.wpdmpp-license-select {
    margin: 10px 0 20px;
}

.gigs-heading,
.wpdmpp-license-select .license-heading {
    margin-bottom: 10px;
    font-weight: 900;
}

h3.wpdmpp-product-price {
    font-weight: 900;
}

.cart-total-final.btn {
    background: transparent;
}

.list-group-item.eden-checkbox.premium-file > span {
    margin-top: 5px;
}

.input-group.input-group-asyoupay {
    width: 230px;
}

.w3eden .min-price-note {
    font-size: 11px;
    margin-bottom: 10px;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.w3eden .gigs-body {
    padding-bottom: 10px;
}

.w3eden .cart-total-final .badge {
    padding: 0 10px;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
    background: #30b570;
    font-size: 9pt;
    color: #ffffff !important;
    letter-spacing: 0.5px;
}

.statistic-box {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin: 0 0 30px
}

.statistic-box.red {
    background-color: #fa424a;
    background-image: url(../images/statistic-box-red.png)
}

.statistic-box.purple {
    background-color: #ac6bec;
    background-image: url(../images/statistic-box-purple.png)
}

.statistic-box.yellow {
    background-color: #fdad2a;
    background-image: url(../images/statistic-box-yellow.png)
}

.statistic-box.green {
    background-color: #46c35f;
    background-image: url(../images/statistic-box-green.png)
}

.statistic-box > div {
    -webkit-border-radius: inherit;
    border-radius: inherit;
    height: 142px;
    background: url(../images/statistic-box-grid.png) 50% 0;
    background-size: 21px 20px;
    position: relative
}

.statistic-box .number {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    padding: 32px 0 0;
    color: #fff;
}

.statistic-box .caption {
    font-size: 1.0625rem;
    font-weight: 600;
    position: relative;
    min-height: 35px;
    line-height: 1;
    color: #fff;
}

.statistic-box .caption > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px
}

.statistic-box .percent {
    position: absolute;
    right: 10px;
    bottom: 8px;
    text-align: center;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1
}

.statistic-box .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px;
    border-color: transparent transparent #fff;
    margin: 0 0 2px
}

.statistic-box .arrow.up {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.statistic-box .arrow.down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chart-statistic-box {
    zoom: 1;
    margin: 0 0 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

#wpdmpp-seller-dashboard .panel td{
    text-align: left;
}
.wpdm-table-clean,
.wpdm-table-clean tr,
#wpdmpp-seller-dashboard .panel .table{
    border: 0;
    text-align: left;
}
#wpdmpp-seller-dashboard .panel .table th:first-child,
#wpdmpp-seller-dashboard .panel .table td:first-child{
    border-left: 0 !important;
}
#wpdmpp-seller-dashboard .panel .table th:last-child,
#wpdmpp-seller-dashboard .panel .table td:last-child{
    border-right: 0 !important;
}

.table.wpdm-table-clean th,
.table.wpdm-table-clean td{
    border: 0;
    border-bottom: 1px solid #dddddd;
}
.panel .table.wpdm-table-clean tr:last-child td{
    border-bottom: 0;
}
.panel-footer {
    color: #555555;
}
.panel-footer .number{
    font-weight: 700;
    font-size: 11pt;
}
.tooltip-inner{
    padding: 8px 20px !important;
    line-height: 1.3;
    font-size: 12px;
    text-align: left;
}

#wreqform .btn{
    font-size: 9pt !important;
    line-height: normal;
}

.w3eden #wpdm-dashboard-contents label {
    display: block !important;
}
.w3eden #wpdm-dashboard-contents .fa-star {
    float: right;
    font-size: 7px;
    margin-top: 5px;
}
.w3eden #wpdm-dashboard-contents #post-order-note .panel .panel-footer label{
    display: inline-block !important;
    float: left !important;
    width: min-content !important;
    padding-right: 5px;
    cursor: pointer;
}