/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Que/Ans
# Customer Rated
# Conversation
# Review
# Status Tooltip
# Services Search Box
# Manage Order
# EDD Tabs Style
# Enable Product Type As Service
# Media Query
# Review on Single Digital Download
# Vendor Review
# Order Service Status Widget
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

div.edd-sell-customer-header h2 {
    font-weight: 600;
    font-size: 2rem;
}

.wbcom-ess-pro-info-container .edd-inner-wrapper {
    padding: 20px;
}

.edd-inner-wrapper {
    position: relative;
    margin: 0 0 32px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.edd-sell-product {
    padding: 20px;
    position: relative;
    text-align: center;
}

.edd_cart_item_image.wbcom-ess-default-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 0;
}

.edd_cart_item_image.wbcom-ess-default-img img {
    max-width: 50px;
}

.wbcom-ess-pro-header .edd_purchase_receipt_product_name {
    max-width: 80%;
    display: block;
    float: left;
}

.edd_purchase_receipt_product_name,
.wbcom-ess-pro-header .edd_purchase_receipt_product_name {
    margin: 0 0 15px !important;
    padding: 0 !important;
}

.wbcom-ess-pro-header-price {
    float: right;
}

.wbcom-ess-pro-header-price {
    font-size: 13px;
    line-height: 140%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wbcom-ess-pro-header-price span {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    display: block;
    text-align: center;
}

.wbcom-ess-order-meta {
    font-size: 14px;
    margin: 15px 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    clear: both;
}

.ess-purchase-order-header {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f7f7f7;
    padding: 15px;
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.ess-purchase-order-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ess-order-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

table#ess_purchase_receipt_products {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}

table#ess_purchase_receipt_products thead,
table#ess_purchase_receipt_products thead th {
    background: #f7f7f7;
    color: inherit;
}

.wbcom-ess-pro-details table td,
.wbcom-ess-pro-details table th {
    padding: 15px;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
}

.ess-order-header h4 {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 !important;
    margin-right: 10px !important;
}

span.ess-order-purchase-date {
    font-size: 12px;
    line-height: 140%;
}

.ess-purchase-method {
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
}

.edd_purchase_receipt_files {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edd-delivery-date-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 15px;
}

button.edd-update_delivery_date {
    margin: 0 15px 0 0;
}

.edd-date-picker-wrapper {
    display: none;
}

input.edd-date-update-submit {
    margin-left: 15px;
}

@media only screen and (max-width: 500px) {
    .edd-date-picker-wrapper {
        margin-top: 10px;
    }
}


/*--------------------------------------------------------------
# Que/Ans
--------------------------------------------------------------*/

.wbcom-ess-review-header p {
    font-size: 16px;
    font-weight: 600;
}

.edd-all-messages-wrapper>img.wbcom-ess-info-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

img.wbcom-ess-info-box-img {
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.wbcom-ess-requirement-answers-container {
    padding: 0 20px 20px;
}

.wbcom-ess-ques-box {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.wbcom-ess-ques-box:last-child {
    margin-bottom: 0;
}

.wbcom-ess-ques {
    font-size: 14px !important;
    font-weight: 600 !important;
    min-height: 45px !important;
    color: #555;
    background-color: #f7f7f7;
    margin: 0 !important;
    padding: 0 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.wbcom-ess-ques-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wbcom-ess-ans-field {
    padding: 20px;
}

.wbcom-ess-ans-field p {
    margin: 0 0 5px;
}

#edd-sell-order-requirements-btnid,
.edd-sell-order-reuirment-head {
    margin-top: 15px;
}

.wbcom-ess-req-ques-sec {
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

.wbcom-ess-req-ques-sec input[type="text"] {
    width: 100%;
}

.wbcom-ess-requirement-questions-container {
    text-align: left;
}

.wbcom-ess-requirement-questions-container p {
    margin-bottom: 0;
}

.wbcom-ess-requirement-questions-container input[type="submit"] {
    margin-top: 15px;
}


/*--------------------------------------------------------------
# Customer Rated
--------------------------------------------------------------*/

.wbcom-ess-ques-toggle {
    position: relative;
    margin: 20px 0 0;
    height: 25px;
}

.wbcom-ess-ques-toggle span {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: relative;
    cursor: pointer;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
}

.wbcom-ess-ques-toggle span:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid;
    position: absolute;
    border-radius: 100%;
    top: -7px;
    left: -7px;
}

.wbcom-ess-ques-toggle.box-open span {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}


/*--------------------------------------------------------------
# Conversation
--------------------------------------------------------------*/
.edd-all-messages-wrapper {
    padding: 20px;
}

.edd-all-messages-wrapper h3,
.edd-editor h3,
.edd-sell-order-requirements-head {
    margin: 0 0 15px !important;
    padding: 0 !important;
    font-size: 24px;
    font-weight: bold;
}

.edd-all-messages-wrapper h3 {
    text-align: center;
}

.edd-msg-time-wrapper {
    text-align: center;
    position: relative;
    margin: 0 0 50px;
}

.edd-msg-time-wrapper:after {
    content: '';
    margin: 0px;
    display: block;
    height: 1px;
    width: 100%;
    background: #efefef;
    position: absolute;
    top: 50%;
}

.edd-msg-time {
    display: inline-block;
    background: #fff;
    color: #ababab;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.edd-single-msg-wrapper {
    position: relative;
    margin: 0 0 50px;
}

.edd-author-conversation-wrapper {
    position: relative;
    padding: 0 40px;
}

.edd-single-msg-wrapper .edd-msg {
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edd-single-msg-wrapper.wbcom-ess-msg-right .edd-msg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.edd-author-conversation-wrapper .edd-msg .edd-msg-sec {
    background: #e2f7e9;
    color: #7d7d7d;
    margin: 0;
    padding: 25px 50px;
    display: inline-block;
    font-size: 16px;
    min-height: 80px;
    border-radius: 100px 100px 100px 0;
}

.wbcom-ess-msg-right .edd-author-conversation-wrapper .edd-msg .edd-msg-sec {
    border-radius: 100px 100px 0 100px;
}

.edd-single-msg .edd-avatar {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: -40px;
    display: block;
}

.edd-single-msg .edd-avatar img {
    max-width: 70px;
    border-radius: 100%;
    outline: 10px solid #fff;
}

.edd-single-msg.wbcom-ess-msg-right .edd-avatar {
    left: auto;
    right: 0;
}

.edd-author-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.edd-name-file-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.edd-name-time-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.edd-name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 0;
}

.edd-single-msg.wbcom-ess-msg-left .edd-name {
    padding-left: 80px;
}

.edd-single-msg.wbcom-ess-msg-right .edd-name {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 80px;
}

.edd-time {
    padding: 0 10px;
    font-size: 14px;
    color: #ababab;
    font-style: italic;
}

.edd-file {
    margin-top: 25px;
}

.wbcom-ess-msg-right .edd-file {
    margin-left: auto;
}

@media screen and (min-width: 544px) {
    .edd-file {
        margin-left: 80px;
    }

    .wbcom-ess-msg-right .edd-file {
        margin-right: 80px;
    }
}

.edd-file ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.edd-file ul li {
    margin: 5px 0;
}

.edd-file ul li::before {
    content: "";
    background-image: url(../images/file.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 15px;
    vertical-align: middle;
}

.edd-file span {
    font-weight: bold;
}

.edd-single-msg p {
    color: inherit !important;
}


@media screen and (max-width: 543px) {
    .edd-author-conversation-wrapper .edd-msg .edd-msg-sec {
        font-size: 14px;
        border-radius: 50px 50px 50px 0;
        width: 100%;
    }

    .edd-author-conversation-wrapper .edd-msg .edd-msg-sec p {
        font-size: inherit;
    }

    .wbcom-ess-msg-right .edd-author-conversation-wrapper .edd-msg .edd-msg-sec {
        border-radius: 50px 50px 0 50px;
    }

    .edd-author-conversation-wrapper {
        padding-right: 0;
    }

    .wbcom-ess-msg-right .edd-author-conversation-wrapper {
        padding-left: 0;
        padding-right: 40px;
    }
}

.edd-all-messages .edd-sell-product {
    background: #f2f6fd;
    color: #000;
    margin: 50px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.edd-all-messages .edd-sell-product .edd-sell-order-requirements-head,
.edd-all-messages .edd-sell-product p {
    color: inherit;
}

.edd-all-messages .edd-sell-product .edd-sell-order-requirements-head {
    margin-bottom: 0 !important;
    font-size: 20px;
}

.edd-all-messages .edd-sell-product .wbcom-ess-info-box-desc {
    margin-top: 8px;
}

.edd-product-rated {
    position: relative;
}

.edd-author-message p,
.edd-msg p,
.edd-rated,
.edd-comments {
    margin: 0;
}

.edd-file {
    margin-top: 15px;
}

.edd-rated {
    margin-bottom: 10px;
}

.wbcom-ess-review-wrapper .edd-rating {
    margin: 15px 0;
}

.edd-conversation-form-wrapper {
    position: relative;
    margin: 0 0 32px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.edd-conversation-form-wrapper input.btn.btn-primary {
    margin-top: 15px;
}

.ess-file-upload-button {
    position: relative;
}

.ess-file-upload-button input[type="file"] {
    opacity: 0;
    visibility: hidden;
}

.ess-file-upload-button label {
    display: block;
    margin-bottom: 15px;
}

.ess-file-upload-button label svg {
    position: absolute;
    top: 15px;
    left: 0;
    max-width: 16px;
    cursor: pointer;
}

.ess-file-upload-button label svg {
    position: absolute;
    top: 15px;
    left: 0;
    max-width: 16px;
    cursor: pointer;
}

.ess-file-upload-button p {
    margin: -14px 0 5px 30px;
}

.edd-sell-order-completed .edd-sell-product {
    background: #e6f1f8;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/

.wbcom-ess-review-wrapper {
    padding: 20px;
}

.wbcom-ess-review-wrapper .wbcom-ess-review-header {
    margin: 0 0 20px;
    text-align: center;
}

.wbcom-ess-customer-review {
    margin: 0;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.wbcom-ess-customer-review .edd-rated span {
    display: none;
}

.wbcom-ess-customer-review .edd-avatar {
    margin: 0 0 15px;
}

.wbcom-ess-customer-review .edd-avatar img {
    margin: auto;
    border-radius: 100%;
}

.wbcom-ess-customer-review .edd-name {
    margin-right: 0;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wbcom-ess-customer-review:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 1px solid #efefef;
}

.wbcom-ess-review-alert p {
    color: #270;
    background-color: #DFF2BF;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

/*--------------------------------------------------------------
# Status Tooltip
--------------------------------------------------------------*/

.wbcom-ess-status-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    background: #000;
    line-height: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    cursor: help;
}

.wbcom-ess-status-tooltip .wbcom-ess-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.wbcom-ess-status-tooltip .wbcom-ess-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.wbcom-ess-status-tooltip:hover .wbcom-ess-tooltiptext {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Services Search Box
--------------------------------------------------------------*/

.edd-sell-service-search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

.edd-sell-service-search-box input[type="text"] {
    width: 100%;
}

.edd-sell-service-search-box input[placeholder] {
    text-overflow: ellipsis;
}

button.edd-service-search-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*--------------------------------------------------------------
# Manage Order
--------------------------------------------------------------*/
.edd-customer-header-title {
    font-size: 20px;
    background: #f3f3f3;
    padding: 5px 15px;
    border-radius: 4px;
    border-left: 3px solid;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table#edd_user_history.edd-table,
    #edd_user_history.edd-table thead,
    #edd_user_history.edd-table tbody,
    #edd_user_history.edd-table th,
    #edd_user_history.edd-table td,
    #edd_user_history.edd-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #edd_user_history.edd-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #edd_user_history.edd-table tr {
        background: #fff;
    }

    #edd_user_history.edd-table tr:nth-of-type(odd) {
        background: rgba(0, 0, 0, .02);
    }

    #edd_user_history.edd-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #edd_user_history.edd-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 10px;
        width: 45%;
        font-weight: 600;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
	Label the data
	*/
    #edd_user_history.edd-table td:nth-of-type(1):before {
        content: "Product";
    }

    #edd_user_history.edd-table td:nth-of-type(2):before {
        content: "Order#";
    }

    #edd_user_history.edd-table td:nth-of-type(3):before {
        content: "Date";
    }

    #edd_user_history.edd-table td:nth-of-type(4):before {
        content: "Action";
    }

    #edd_user_history.edd-table td:nth-of-type(5):before {
        content: "Status";
    }
}


/*--------------------------------------------------------------
# EDD Tabs Style
--------------------------------------------------------------*/

ul.edd-tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    position: relative;
}

ul.edd-tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1;
    display: table;
}

ul.edd-tabs::after {
    clear: both;
}

ul.edd-tabs li {
    border: 1px solid #e5e5e5;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

ul.edd-tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}

ul.edd-tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}

ul.edd-tabs li.active-tab {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

ul.edd-tabs li.active-tab::before {
    box-shadow: 2px 2px 0 #fff;
}

ul.edd-tabs li.active-tab::after {
    box-shadow: -2px 2px 0 #fff;
}

ul.edd-tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    outline: none;
    box-shadow: none;
}


/*--------------------------------------------------------------
# Enable Product Type As Service
--------------------------------------------------------------*/

.edd_sell_service_requirements .acf-input-prepend,
.edd_sell_service_requirements .acf-input-append,
.edd_sell_service_requirements .acf-input-wrap,
.edd_sell_service_requirements .acf-input-wrap input {
    height: 38px;
    overflow: visible;
}

.edd_sell_service_requirements .acf-repeater .acf-row-handle.order {
    padding: 8px;
}

.edd_sell_service_requirements .acf-true-false {
    text-align: center;
}

.edd_sell_service_requirements .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon {
    text-decoration: none;
}

.edd_sell_service_requirements .acf-actions a.acf-button {
    padding: 10px;
}

.edd_sell_service_requirements .acf-actions a.acf-button.rg-action,
.edd_sell_service_requirements .acf-actions a.acf-button.rg-action:hover {
    padding: 7px 15px;
}

.edd_sell_service_requirements .acf-repeater .acf-row-handle .acf-icon {
    left: 0;
    right: 0;
    margin: auto;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
    .edd-product-rated {
        margin-left: 0;
    }

    .wbcom-ess-pro-info-container .edd-inner-wrapper {
        padding: 15px;
    }

    .wbcom-ess-pro-details {
        overflow: auto;
    }

    .ess-purchase-order-header,
    #ess_purchase_receipt_products {
        min-width: 560px;
    }
}

@media screen and (max-width: 400px) {
    .wbcom-ess-user-ans-container .edd-sell-order-requirements-head {
        padding-right: 30px;
    }

    .edd-time {
        margin-top: 10px;
    }

    ul.edd-tabs li a {
        font-size: 12px;
    }
}


/*--------------------------------------------------------------
# Review on Single Digital Download
--------------------------------------------------------------*/

.single-download .edd-sell-service-reviews-area .edd-sell-service-review-average span:not(#edd-sell-rating-vendor-section) {
    font-size: 18px;
    font-weight: 700;
}

.single-download .edd-sell-service-reviews-area .edd-sell-service-review-average {
    padding-bottom: 32px;
}

.single-download .edd-sell-service-reviews-area #edd-sell-rating-vendor-section {
    margin-left: 12px;
    margin-right: 8px;
}

.single-download .edd-sell-service-reviews-area .edd-sell-service-review-average span:last-of-type,
.single-download .edd-sell-service-reviews-area .edd-name span:last-of-type {
    color: #ebb030;
}

.single-download .edd-sell-service-reviews-area .edd-sell-service-product-review {
    padding: 15px 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.single-download .edd-sell-service-reviews-area .wbcom-ess-customer-review {
    margin: 0 0 30px;
    padding: 0;
    border: 0;
    display: block;
    text-align: left;
}

.single-download .edd-sell-service-reviews-area .edd-sell-service-product-review .wbcom-ess-customer-review:last-child {
    margin-bottom: 0;
}

.single-download .edd-sell-service-reviews-area .edd-author-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 0 10px;
}

.single-download .edd-sell-service-reviews-area .wbcom-ess-customer-review .edd-avatar {
    margin: 0 15px 0 0;
}

.single-download .edd-sell-service-reviews-area .wbcom-ess-customer-review .edd-name {
    display: block;
}

.single-download .edd-sell-service-reviews-area .edd-name span:first-child {
    font-size: 16px;
    line-height: 120%;
    margin: 0 0 10px;
    display: block;
}

.single-download .edd-sell-service-reviews-area .edd-sell-product-rating-section {
    margin-right: 5px;
}

.single-download .edd-sell-service-reviews-area .edd-sell-service-product-review .edd-product-rated {
    position: relative;
    margin-left: 80px;
}

@media screen and (max-width: 544px) {
    .single-download .edd-sell-service-reviews-area .wbcom-ess-customer-review .edd-avatar img {
        max-width: 50px;
    }

    .single-download .edd-sell-service-reviews-area .edd-sell-service-product-review .edd-product-rated {
        margin-left: 65px;
    }
}


/*--------------------------------------------------------------
# Vendor Review
--------------------------------------------------------------*/

.breadcrumbs .edd-sell-vendor-avg-reviews {
    display: none;
}

.edd-sell-vendor-avg-reviews {
    display: block;
    font-size: 20px;
    line-height: 40px;
}

.edd-sell-vendor-avg-reviews #edd-sell-rating-vendor-section {
    margin-left: 12px;
    margin-right: 8px;
}


/*--------------------------------------------------------------
# Order Service Status Widget
--------------------------------------------------------------*/

.edd_services_widget ul.edd-order-status-progress {
    padding: 15px;
    border: 1px solid #efefef;
    margin: 0;
    position: relative;
    list-style: none;
}

.edd-order-status-progress li {
    padding-bottom: 24px;
    font-size: 16px;
    position: relative;
}

.edd-order-status-progress li:last-child {
    padding: 0px;
}

.edd-order-status-progress li:last-child:before {
    display: none;
}

.edd-order-status-content {
    margin-left: 35px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.edd-order-status-progress li.edd-service-status-activated::before {
    border: none;
}

.edd-order-status-progress li::before {
    content: '';
    margin: 11px;
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #dedede;
}

.edd-order-status-progress li.edd-service-status-activated::before {
    background: #5cb85c;
    border: 2px #5cb85c solid;
    margin: 10px;
}

.edd-order-status-node {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #dedede;
    position: absolute;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    border: 2px #dedede solid;
}

.edd-service-status-activated .edd-order-status-node,
.edd-order-status-progress li.edd-service-status-activated::before {
    background: #5cb85c;
    border: 2px #5cb85c solid;
}

.edd-order-status-progress li.edd-service-current-status .edd-order-status-node {
    border: 6px #5cb85c solid;
    background: #fff;
}

body.admin-bar .notifyjs-corner {
    top: 30px !important;
}

.notifyjs-bootstrap-success a:hover,
.notifyjs-bootstrap-success a {
    color: #468847 !important;
}

.edd-message-required {
    color: #FF0000;
    margin: 20px 0;
}