/* Minification failed. Returning unminified contents.
(468,36): run-time error CSS1046: Expect comma, found '88'
(468,42): run-time error CSS1046: Expect comma, found '/'
(493,32): run-time error CSS1046: Expect comma, found '88'
(493,38): run-time error CSS1046: Expect comma, found '/'
 */
#return-request-container {
    margin-bottom: 10px;
}


.order-information .form-group > div:first-child {
    font-size: 0.9em;
}

.order-information .form-group > div:nth-child(2)
{
    font-weight: bold;
    font-size: 1.3em;
}
#order-line-items .line-item div {
    vertical-align: top;
}
#order-line-items .line-item .col-xs-1 {
    font-size: 1.2em;
}
#order-line-items .line-item a {
/*    text-decoration: none !important;
*/    cursor: pointer;
}
#order-line-items .line-item b {
    display: block;
    margin-bottom: 2px;
}
.products-ordered {
    border-top: 1px solid #ddd;
}
h4 {
    margin: 12px 0;
}
#order-line-item .row {
    display: block;
}

#order-line-items .line-item {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    display:block;
}
    #order-line-items .line-item:nth-child(odd) {
        background-color: #f9f9f9;
    }
#order-line-items .order-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
}
#order-line-items:not(.email-user-rating) .line-item td:last-child {
    display: block;
    clear: both;
    width: 100%;
    border-top: none;
    padding-top: 0;
}
@media (max-width: 991px) {

    #order-line-items .btn{
        display: block;
        width: 100%;
        margin-top:10px;
    }
     
}
@media (min-width: 1240px) {
    #order-line-items .btn {
        display: block;
        width: 100%;
     }
} 
/* Tracking/Packages Details */
.tracking-toggle {
    display: block;
    text-decoration: none !important;
}
    .tracking-toggle span {
        vertical-align: middle !important;
        margin-right: 12px;
    }
    .tracking-toggle:after {
        font-family: 'Font Awesome 6 Pro';
        content: "\f078";
        font-weight: 900;
        float: right;
        color: grey;
    }
    .tracking-toggle.collapsed:after {
        content: "\f054";
    }
.request-invoice {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

/* Carrier Icons */
.carrier-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-image: url('//static.commerceplatform.services/content/img/sprites-carriers.png');
    width: 80px;
    height: 80px;
    background-position: -160px -400px;
}
    .carrier-icon.ups {
        background-position: 0 0;
    }
    .carrier-icon.fedex {
        background-position: -80px 0;
    }
    .carrier-icon.yrc {
        background-position: -160px 0;
    }
    .carrier-icon.abf {
        background-position: 0 -80px;
    }
    .carrier-icon.estes {
        background-position: -80px -80px;
    }
    .carrier-icon.dhl {
        background-position: -160px -80px;
    }
    .carrier-icon.usps {
        background-position: 0 -160px;
    }
    .carrier-icon.cpc {
        background-position: -80px -160px;
    }
    .carrier-icon.homedirect {
        background-position: -160px -160px;
    }

.return-quantity {
    visibility: hidden;
}

#return-label-loading {
    display: none;
    color: gray;
}

.bottom-dotted {
    border-bottom: 1px #034766 dotted;
}

.bottom-dotted a:hover {
    color: #01131c;
    text-decoration: none;
    border-bottom: 1px #01131c solid;
}

#collapse-address {
    position: absolute;
}

.non-returnable-item {
    color: red;

}
/*Rate Order*/
#rate-order .panel-heading h4 {
    margin: 5px 0;
}
#rate-order .review-rating a {
    font-size: 1.5em;
}
/*#rate-order .line-item.row:not(:first-child) {
    padding: 15px 10px;
}
#rate-order .line-item.row:first-child {
    padding: 0 10px 15px 10px;
}
#rate-order .line-item.row > div {
    padding-bottom:10px;
}
#rate-order .line-item.row:not(:last-child) {
    border-bottom: 1px solid #ccc;
}*/
#rate-order .review-rating.edit-review-link {
    display: block;
    margin-top: 20px;
}

@media (max-width:767px){
    #rate-order .product-link h4 {
        display:inline;
    }
}

/* Write Review */
.review-rating {
    cursor: pointer;
}
.review-rating a {
    height: 32px;
    width: auto;
    display: inline-block;
}
.review-rating .fa-star {
    font-size: 2.0em;
    color: #CE8012;
}
    .review-rating.btn .fa {
        font-size: 1.0em;
    }
.review-rating.btn fa-pencil {
    color: #00727d;
}
.review-rating.edit-review-link {
    display:block;
    margin-top: 5px;
}
#review-modal-content .media {
    margin-top:0;
}
#review-modal-content .media img {
    max-width:100px;
}
.review-rating.star-1 .fa-star:nth-child(-n + 1):before,
.review-rating.star-1-active .fa-star:nth-child(-n + 1):before,
.review-rating.star-2 .fa-star:nth-child(-n + 2):before,
.review-rating.star-2-active .fa-star:nth-child(-n + 2):before,
.review-rating.star-3 .fa-star:nth-child(-n + 3):before,
.review-rating.star-3-active .fa-star:nth-child(-n + 3):before,
.review-rating.star-4 .fa-star:nth-child(-n + 4):before,
.review-rating.star-4-active .fa-star:nth-child(-n + 4):before,
.review-rating.star-5 .fa-star:nth-child(-n + 5):before,
.review-rating.star-5-active .fa-star:nth-child(-n + 5):before {
    color: #CE8012;
    font-family: "Font Awesome 6 Pro";
    content: "\f005";
}
.review-rating.star-1:hover .fa-star:nth-child(-n + 1):before,
.review-rating.star-2:hover .fa-star:nth-child(-n + 2):before,
.review-rating.star-3:hover .fa-star:nth-child(-n + 3):before,
.review-rating.star-4:hover .fa-star:nth-child(-n + 4):before,
.review-rating.star-5:hover .fa-star:nth-child(-n + 5):before {
    font-weight: 900;
} 

#review-modal-content h3 {
    margin: 10px 0 5px 0;
}
.rate {
    float: left;
    height: 80px;
    position:relative;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:50px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #CE8012;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #CE8012;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #CE8012;
}
#review-modal-content .modal-body {
    padding-top: 0;
}
.rate > .my-rating:before {
    position: absolute;
    left: 0;
    bottom: -6px;
    font-weight: normal;
}

.review-rating.star-1 .fa-star-o[data-index="1"]:before,
.review-rating.star-2 .fa-star-o[data-index="2"]:before,
.review-rating.star-2 .fa-star-o[data-index="1"]:before,
.review-rating.star-3 .fa-star-o[data-index="3"]:before,
.review-rating.star-3 .fa-star-o[data-index="2"]:before,
.review-rating.star-3 .fa-star-o[data-index="1"]:before,
.review-rating.star-4 .fa-star-o[data-index="4"]:before,
.review-rating.star-4 .fa-star-o[data-index="3"]:before,
.review-rating.star-4 .fa-star-o[data-index="2"]:before,
.review-rating.star-4 .fa-star-o[data-index="1"]:before,
.review-rating.star-5 .fa-star-o[data-index="5"]:before,
.review-rating.star-5 .fa-star-o[data-index="4"]:before,
.review-rating.star-5 .fa-star-o[data-index="3"]:before,
.review-rating.star-5 .fa-star-o[data-index="2"]:before,
.review-rating.star-5 .fa-star-o[data-index="1"]:before {
    font-family: 'Font Awesome 6 Pro';
    color: #CE8012;
    content: '\f005';
    font-weight: 300;
}
.review-rating.star-4 .fa-star[data-index="5"]:before,
.review-rating.star-3 .fa-star[data-index="4"]:before,
.review-rating.star-3 .fa-star[data-index="5"]:before,
.review-rating.star-2 .fa-star[data-index="3"]:before,
.review-rating.star-2 .fa-star[data-index="4"]:before,
.review-rating.star-2 .fa-star[data-index="5"]:before,
.review-rating.star-1 .fa-star[data-index="2"]:before,
.review-rating.star-1 .fa-star[data-index="3"]:before,
.review-rating.star-1 .fa-star[data-index="4"]:before,
.review-rating.star-1 .fa-star[data-index="5"]:before {
    font-family: 'Font Awesome Kit';
    color: #CE8012;
    content: '\e002';
    font-weight: 300;
}
.my-rating::before {
    display: block;
    margin-left: 0;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 10.5px;
}
/*rating text*/
 input#star1:checked ~ .my-rating::before, 
 .review-rating.star-1-active:after {
    content: "I don't like it";
}
input#star2:checked ~ .my-rating::before,
.review-rating.star-2-active:after {
    content: "It could be better";
}
input#star3:checked ~ .my-rating::before,
.review-rating.star-3-active:after {
    content: "I'm satisfied with it";
}
input#star4:checked ~ .my-rating::before,
.review-rating.star-4-active:after {
    content: "I like it";
}
input#star5:checked ~ .my-rating::before,
.review-rating.star-5-active:after {
    content: "I love it";
}
/*rating hover text*/
label.star-1:hover ~ .review-text::before,
.rate.star-1-active ~ .review-text::before,
.review-rating.star-1:after {
    content: "I don't like it";
}
label.star-2:hover ~ .review-text::before,
.rate.star-2-active ~ .review-text::before,
.review-rating.star-2:after {
    content: "It could be better";
}
label.star-3:hover ~ .review-text::before,
.rate.star-3-active ~ .review-text::before,
.review-rating.star-3:after {
    content: "I'm satisfied with it";
}
label.star-4:hover ~ .review-text::before,
.rate.star-4-active ~ .review-text::before,
.review-rating.star-4:after {
    content: "I like it";
}
label.star-5:hover ~ .review-text::before,
.rate.star-5-active ~ .review-text::before,
.review-rating.star-5:after {
    content: "I love it";
}
#review-product-modal-submit {
    margin: 5px 0;
}
.user-content-btn {
    margin: 5px 0;
}
@media (min-width: 768px) {
 
    .rate > .review-text:before {
        font-size: 1.6em;
        content: "";
        color: #293239;
        position: absolute;
        width: 100%;
        left: 252px;
        bottom: 25px;
    }
}
@media (max-width: 767px) {
    .review-rating.star-1-active:after,
    .review-rating.star-2-active:after,
    .review-rating.star-3-active:after,
    .review-rating.star-4-active:after,
    .review-rating.star-5-active:after {
        display: block;
        margin-top:3px;
    }

    .review-rating .fa-star {
        padding: 5px;
    }
}
/*User Submitted Content*/
#file-preview {
border-radius: 6px;
margin: 5px 0;
}
#file-preview .video-preview, #file-preview div img {
     object-fit: cover;
}
#file-preview .video-preview span,
#edit-file-preview .video-preview span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding: 4px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: none;
}
    #file-preview .video-preview:after,
    #edit-file-preview .video-preview:after {
        font-family: 'Font Awesome 6 Pro';
        content: '\f008';
        font-size: 65px;
        color: rgba(0,0,0,0.5);
        position: absolute;
        top: 6px;
        left: 27px;
    }
#edit-file-preview > div, #file-preview > div {
position: relative;
margin: 10px 10px 0 0;
width: 120px;
height: 120px;
overflow: hidden;
border-radius: 15px;
display: inline-block;    
}
#file-preview > div{
    border: 3px dashed #ccc;
}
#edit-file-preview > div {
    box-shadow: 0 1px 2px 0 rgb(88 88 88 / 75%);
}
.edit-user-media img,
.edit-user-media > div {
object-fit: cover;
}

.edit-user-media a, .customer-file-preview a {
font-size: 17px;
float: right;
font-weight: bold;
background: #fff;
color: #666;
height: 22px;
width: 22px;
position: absolute;
background-color: #fff;
border-radius: 9999px;
padding: 0;
border: 0;
display: flex;
align-items: center;
justify-content: center;
top: 0;
right: 0;
box-shadow: 0 1px 2px 0 rgb(88 88 88 / 75%);
z-index: 3;
cursor:pointer;
}
#user-content-input {
margin-top: 5px;
}
.user-content-removed-text {
align-items: center;
justify-content: center;
position: absolute;
top: 14px;
}
.customer-file-preview .preview-spinner {
    position: absolute;
    left: 34%;
    top: 26%;
    opacity: .8;
}
.order-information .order-status-processing {
/*    color: #666;*/
font-size:2rem;
}
.order-information .order-status-shipped, .order-status-invoiced {
    /*    color: #218322;*/
    font-size: 2rem;
}
.order-information .order-status-cancelled, .order-status-refunded {
    /* color: #f0421d;*/
    font-size: 2rem;
}
.order-information .order-total {
    /*    color: #9b261b;*/
    font-size: 2rem;
}

.order-line-items .line-item:nth-child(odd) {
    background-color: #f2f4f9;
}
