/* Minification failed. Returning unminified contents.
(132,36): run-time error CSS1046: Expect comma, found '88'
(132,42): run-time error CSS1046: Expect comma, found '/'
(192,36): run-time error CSS1046: Expect comma, found '88'
(192,42): run-time error CSS1046: Expect comma, found '/'
 */
/* 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: #CE8012;
    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;
}
#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: #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-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 .answer-comments > a.text-primary {
    
}
#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 {
    
}
.video-skin {
    color: #f2f4f9;
}
.video-js.video-skin {
    width: auto !important;
    height: auto !important;
    padding-top: 56.25%;
}
/* Slider - used for Volume bar and Seek bar */
.video-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #002f87;
}
.video-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}
    .video-skin .vjs-slider-handle:before {
        content: "\f111";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        font-size: 1.6em;
        line-height: .8;
    }
.video-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #002f87;
}
/* Show the control bar only once the video has started playing */
.video-skin.vjs-has-started .vjs-control-bar {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.video-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-skin.vjs-controls-disabled .vjs-control-bar,
.video-skin.vjs-using-native-controls .vjs-control-bar,
.video-skin.vjs-error .vjs-control-bar {
    display: none;
}

/* For IE8*/
@media \0screen {
  .video-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
  }
}
/* General styles for individual controls. */
.video-skin .vjs-control {
    outline: none;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3.0em;
    width: 5em;
}
/* Font button icons */
    .video-skin .vjs-control:before {
        font-family: 'Font Awesome 6 Pro';
        font-weight:900;
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
/* Replacement for focus outline */
.video-skin .vjs-control:focus:before,
.video-skin .vjs-control:hover:before {
    text-shadow: 0em 0em 1em transparent;
}

/* Hide control text visually, but have it available for screenreaders */
.video-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Play/Pause */
.video-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}
.video-skin .vjs-play-control:before {
    content: "\f04b"; /*play*/
     font-family: 'Font Awesome 6 Pro';
        font-weight:900;
}
.video-skin.vjs-playing .vjs-play-control:before {
    content: "\f04c"; /*pause*/
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.video-skin.vjs-ended .vjs-play-control:before {
    content: '\f2ea'; /*undo*/
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
/* Volume/Mute */
.video-skin .vjs-mute-control,
.video-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}
.video-skin .vjs-mute-control:before,
.video-skin .vjs-volume-menu-button:before {
    content: "\f028"; /*Volume high*/
    font-family: 'Font Awesome 6 Pro';
    font-weight:900;
}
.video-skin .vjs-mute-control.vjs-vol-0:before,
.video-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f026"; /*volume off*/
     font-family: 'Font Awesome 6 Pro';
     font-weight:900;
}
.video-skin .vjs-mute-control.vjs-vol-1:before,
.video-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f027"; /*Volume low*/
    font-family: 'Font Awesome 6 Pro';
    font-weight:900;
}
.video-skin .vjs-mute-control.vjs-vol-2:before,
.video-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f027"; /*Volume down*/
    font-family: 'Font Awesome 6 Pro';
    font-weight:900;
}
.video-skin .vjs-volume-control {
    width: 5em;
    float: right;
}
.video-skin .vjs-volume-bar {
    width: 5em;
    height: 0.6em;
    margin: 1.1em auto 0;
}
.video-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.6em;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.video-skin .vjs-volume-bar .vjs-volume-handle {
    width: 0.5em;
    height: 0.5em;
    left: 4.5em;
}
.video-skin .vjs-volume-handle:before {
    font-size: 0.9em;
    top: -0.2em;
    left: -0.2em;
    width: 1em;
    height: 1em;
    vertical-align: top;
}
/* Hide/show Volume */
.video-skin .vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}
.video-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    height: 0;
    width: 0;
}
.video-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.video-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
    height: 2.9em;
    width: 10em;
}
/* Progress Bar */
.video-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: 0.3em;
    height: 1em;
    top: -1em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.video-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 767px) {
    .video-skin .vjs-progress-control {
        font-size: 0.8em;
    }
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.video-skin .vjs-progress-holder {
    height: 100%;
}
/* Progress Bars */
.video-skin .vjs-progress-holder .vjs-play-progress,
.video-skin .vjs-progress-holder .vjs-load-progress,
.video-skin .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}
.video-skin .vjs-play-progress {
    background: rgba(255,255,255,0.5); 
}
.video-skin .vjs-load-progress {
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
}
/* Buffer Zone */
.video-skin .vjs-load-progress div {
    background: #ccc /* IE8- Fallback */;
    background: rgba(255, 255, 255, 0.2);
}
.video-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%;
}
.video-skin .vjs-seek-handle:before {
    padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode */
.video-skin.vjs-live .vjs-time-controls,
.video-skin.vjs-live .vjs-time-divider,
.video-skin.vjs-live .vjs-progress-control {
    display: none;
}
.video-skin.vjs-live .vjs-live-display {
    display: block;
}
/* Live Display */
.video-skin .vjs-live-display {
    display: none;
    font-size: 1em;
    line-height: 3em;
}
/* Time Display */
.video-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}
.video-skin .vjs-current-time {
    float: left;
}
.video-skin .vjs-duration {
    float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.video-skin .vjs-remaining-time {
    display: none;
    float: left;
}
.vjs-time-divider {
    float: left;
    line-height: 3em;
}
/* Fullscreen */
.video-skin .vjs-fullscreen-control {
    width: 5em;
    cursor: pointer;
    float: right;
}
.video-skin .vjs-fullscreen-control:before {
    content: "\f424"; /*Expand*/
    font-family: 'Font Awesome 6 Pro';
    font-weight:900;
}
/* Switch to the exit icon when the player is in fullscreen */
.video-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f422"; /*compress*/
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
/* Big Play Button */
.video-skin .vjs-big-play-button {
    display: block;
    cursor: pointer;
    opacity: 1;
}
/* Hide if controls are disabled */
.video-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.video-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Show when video is paused */
.video-js.video-skin.vjs-has-started.vjs-paused .vjs-big-play-button {
    display:block !important;
    border: none;
}
/* Show when video finishes playing */
.video-js.video-skin.vjs-ended .vjs-big-play-button {
    display:flex !important;
 
}
    .video-js.video-skin.vjs-ended .vjs-big-play-button:before {
        content: '\f2ea';
        display: flex;
        /* content: "\f144"; */
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        line-height: 1;
        text-align: center /* Needed for IE8 */;
        position: absolute;
        top: 50%;
        margin-top: -75px;
        left: 50%;
        margin-left: -75px;
        width: 150px;
        height: 150px;
        font-size: 107px;
        color: #fff;
        background: #002f87;
        border-radius: 50%;
        border: 1px solid #002f87;
        align-items: center;
        justify-content: center;
    }
/* Hide on mobile devices. Remove when we stop using native controls by default on mobile  */
.video-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}
.video-skin:hover .vjs-big-play-button,
.video-skin .vjs-big-play-button:focus {
    outline: 0;
}
.video-skin .vjs-big-play-button:before {
    content: "\f144";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    line-height: 1;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 150px;
    font-size: 150px;
    color: #002f87;
    background: #f2f4f9;
    border-radius: 50%;
    border: 1px solid #002f87;
}
@media (max-width: 767px) {
    .video-skin .vjs-big-play-button:before {
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        font-size: 100px;
    }
}
.vjs-error .vjs-big-play-button {
    display: none;
}
/* Error Display */
.vjs-error-display {
    display: none;
}
.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vjs-error .vjs-error-display:before {
    content: 'X';
    font-family: Arial;
    font-size: 4em;
    color: #666666;
    /* In order to center the play icon vertically we need to set the line height
        to the same as the button height */

    line-height: 1;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center /* Needed for IE8 */;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    width: 100%;
}
.vjs-error-display div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: 1.4em;
    text-align: center;
    padding: 3px;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
    color: #F4A460;
}
/* Loading Spinner */
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
    display: block;
    -webkit-animation: spin 2.5s infinite linear;
    -moz-animation: spin 2.5s infinite linear;
    -o-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
.video-skin .vjs-loading-spinner:before {
    content: "\f021"; /*spinner*/
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.video-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.video-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
    display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.video-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
    display: none;
}
/* Required Styles */
.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when checking fullScreenEnabled. */
.video-js:-moz-full-screen {
    position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
    overflow-y: auto;
}
.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    /* IE6 full-window (underscore hack) */
    _position: absolute;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}
/* Poster Styles */
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}
.video-js.vjs-has-started .vjs-poster {
    display: none;
}
.video-js.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}
.video-js.vjs-controls-disabled .vjs-poster {
    display: none;
}
.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}
.vjs-hidden {
    display: none !important;
}
.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim) message */
.vjs-no-js {
    padding: 2em;
    color: #ccc;
    background-color: #111b23;
    font-size: 1.8em;
    text-align: center;
    width: 30em;
    height: 15em;
    margin: 0 auto;
}


