/* Minification failed. Returning unminified contents.
(533,36): run-time error CSS1046: Expect comma, found '88'
(533,42): run-time error CSS1046: Expect comma, found '/'
(558,36): run-time error CSS1046: Expect comma, found '88'
(558,42): run-time error CSS1046: Expect comma, found '/'
(733,36): run-time error CSS1046: Expect comma, found '88'
(733,42): run-time error CSS1046: Expect comma, found '/'
(793,36): run-time error CSS1046: Expect comma, found '88'
(793,42): 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;
    margin-bottom: 5px;
    margin-top: 5px;
}
#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;
}
#order-line-items .line-item .img-thumbnail {
    width: 100%;
    height: auto;
}
#order-line-items .line-item .sku {
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}
#order-line-items .review-rating .fa-star {
    font-size: 1.4em;
}
#order-line-items .review-title {
    margin-top: 8px;
}
.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%;
     }
}
#order-line-items .add-to-cart-btn,
#order-line-items .user-content-btn {
    display: inline-block;
    width: auto;
}
#order-line-items .line-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}
@media (max-width: 767px) {
    #order-line-items .line-item-row {
        flex-direction: column;
    }
}
#order-line-items .line-item-info {
    flex: 1;
    min-width: 0;
}
#order-line-items .line-item-btn {
    flex-shrink: 0;
}
/* 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 status badge */
.carrier-details .label-warning {
    white-space: normal;
    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,
    .carrier-icon.fdx {
        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.0em;
}
#rate-order .review-rating .fa-star {
    font-size: 1.4em;
}
#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 #ddd;
}
#rate-order .line-item .sku {
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}
#rate-order .review-title {
    margin-top: 8px;
}
#rate-order .line-item .img-thumbnail {
    width: 100%;
    height: auto;
}
#rate-order .review-rating.edit-review-link {
    display: block;
    margin-top: 20px;
}
[id^="rating-partial-"] .collapse form {
    max-width: 480px;
}

@media (max-width:767px){
    #rate-order .product-link .sku {
        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: #010101;
    }
    .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: #010101;
    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: #010101;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #010101;
}
.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: #010101;
}
#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: #010101;
    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: #010101;
    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: #4D4D4D;
    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;
}
/* Single Review Page */
#product-review-container .product-review .review-stars .fa {
    font-size: 20px;
}
#product-review-container .aggregate-review {
    margin-top: 6px;
}
#item-reviewed .aggregate-review small {
    font-size: 13px;
    font-weight: bold;
}
#item-reviewed .aggregate-review .fa {
    font-size: 16px;
}
#product-review-container .answer-comments > a.text-primary {
    padding-bottom: 6px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 3px solid #6699cc;
    color: #111b23;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
    #product-review-container .answer-comments > a.text-primary > small {
        font-size: 17px;
    }
#product-review-container .answer-comments .panel {
    border: none;
}

/* Write Review */
#review-rating .fa {
    font-size: calc(45px + (75 - 45) * ((100vw - 500px) / (1600 - 500)));
    color: #ccc;
}
#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: #010101;
    font-family: "Font Awesome 6 Pro";
    content: "\f005";
}
#collapseReview .form-control {
    margin-top: 5px;
}
.add-written-review:not(collapsed) {
    display: none;
}
.add-written-review.collapsed {
display: block;
}
.user-content-btn {
    margin: 5px 0;
}
#review-product-modal-submit {
    margin: 5px 0;
}

@media (min-width: 767px) {
    #review-rating::after {
        font-size: 1.6em;
        margin-left: 12px;
    }
    #review-rating.star-1::after,
    #review-rating.star-1-active::after {
        content: "I don't like it";
    }
    #review-rating.star-2::after,
    #review-rating.star-2-active::after {
        content: "It could be better";
    }
    #review-rating.star-3::after,
    #review-rating.star-3-active::after {
        content: "I'm satisfied with it";
    }
    #review-rating.star-4::after,
    #review-rating.star-4-active::after {
        content: "I like it";
    }
    #review-rating.star-5::after,
    #review-rating.star-5-active::after {
        content: "I love it";
    }
    #write-review-container .col-md-3 {
        border-left: 1px solid #ccc;
    }
}
#write-review-container .customer-service-links {
    padding-left: 14px;
}
#write-review-container .form-control {
    margin-top: 15px;
}
    #write-review-container .customer-service-links a:hover {
        text-decoration: none;
    }
#write-review-container .product-review .review-title {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.unfavorable-review-message {
    font-size: 16px;
}
    .unfavorable-review-message p:not(:last-child) {
        margin-bottom: 10px !important;
    }
#file-preview div img, #file-preview .video-preview {
    object-fit: cover;
}
[id^="file-preview-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
[id^="file-preview-"] > div {
    position: relative;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    overflow: visible;
}
[id^="file-preview-"] > div img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
[id^="file-preview-"] > div .remove-image-preview {
    top: -8px;
    right: -8px;
}
#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%);
}
    #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 Review */
#item-reviewed > a {
    display: inline-block;
}
#edit-review-container #edit-btns {
    margin: 4px 0 14px 0;
}
#write-review-container textarea,
#edit-review-container textarea {
    max-width: 100%;
}
.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: #4D4D4D;
    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-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;
}
[id^="review-form-"].collapse {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
}
[id^="review-form-"].collapse.in {
    max-height: 800px;
    opacity: 1;
}
.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: #F0F4F5;
}
