/* Minification failed. Returning unminified contents.
(1786,30): run-time error CSS1046: Expect comma, found '69'
(1786,36): run-time error CSS1046: Expect comma, found '/'
(2031,19): run-time error CSS1046: Expect comma, found '16'
(2031,25): run-time error CSS1046: Expect comma, found '/'
 */
/* SKU */
#product-sku {
    padding-top: 22px;
}
/* Related Categories */
#product-related-categories .alert {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative;
}
#product-related-categories .alert button {
    position: absolute;
    top: 8px;
    right: 4px;
}
#product-related-categories .alert h4 {
    margin: 10px 0 8px 0;
}
#product-related-categories h5 {
    margin: 4px 0 0 0;
}
/* Discontinued Products */
#discontinued-product-warning {
   margin: 14px 0;
}
    #discontinued-product-warning h3 {
        margin-top: 0;
    }
    #discontinued-product-warning img {
        width: 100px !important;
        height: auto !important;
    }
/* Images */
.product-media-item {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#main-product-media-outer {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}
    #main-product-media-outer.zoom-enabled .image-tip:after {
        content: 'Hover over the image to zoom in.';
    }
    #main-product-media-outer.zooming .image-tip:after {
        content: 'Click on the image to view full screen.';
    }
#main-product-media-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
#main-product-media {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 100%;
}
    #main-product-media:hover {
        cursor: pointer;
    }
.image-tip {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -16px;
    margin: 0;
    font-size: 12px;
    text-align: center;
}
#product-media-thumbnails {
    padding: 0;
    margin: 20px 0;
}
    #product-media-thumbnails img {
        margin: 4px 0;
        padding: 0;
    }
    #product-media-thumbnails .video-thumbnail {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        padding: 0;
        vertical-align: middle;
        margin: 4px 0;
        max-width: 23%;
    }
        #product-media-thumbnails .video-thumbnail:before {
            font-family: 'Font Awesome 6 Pro';
            position: absolute;
            background: rgba(34, 34, 34, 0.6);
            color: rgba(255, 255, 255, 0.8);
            content: '\f07b';
            top: 50%;
            margin-top: -23px;
            margin-left: -23px;
            left: 50%;
            font-size: 46px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            line-height: 1;
            padding: 0 0 0 3px;
            z-index: 1;
        }
    #product-media-thumbnails .video-thumbnail img {
        max-width: 100%;
        height: auto;
        margin: 0 !important;
    }
@media (max-width: 991px) {
    #product-media-thumbnails .video-thumbnail {
        max-width: 25%;
    }
}
@media (max-width: 767px) {
    #main-product-media-outer {
        padding: 10px 0;
    }
    #product-media-thumbnails .product-thumbnails-wrapper {
        height: auto !important;
    }
    #product-media-thumbnails .btn {
        display: none !important;
    }
    #product-media-thumbnails .video-thumbnail {
        width: auto;
        max-width: 92px;
        max-height: 64px;
    }
}
#zoom-window {
    position: absolute;
    top: 0;
    left: -8px;
    width: 100%;
    height: auto;
    z-index: 1000;
    display: none;
    background-color: #fff;
}
    #zoom-window span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        padding: 2px 6px;
        font-size: 12px;
        color: #fff;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-text-shadow: 1px 1px 2px #000;
        text-shadow: 1px 1px 2px #000;
        border-radius: 2px;
    }
/* Video Posters */
.product-video-poster .panel-body,
.product-video-poster-slideshow .panel-body {
    padding: 0;
}
.product-video-poster .panel-footer,
.product-video-poster-slideshow .panel-footer {
    overflow: auto;
}
.product-video-poster .video-title,
.product-video-poster-slideshow .video-title {
    display: inline-block;
    max-width: 75%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-video-poster:before,
.product-video-poster-slideshow:before {
    font-family: "Font Awesome 6 Pro";
    content: '\f144';
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 50%;
    margin-top: -75px;
    background: rgba(246, 246, 246, 0.8);
    color: rgba(34, 34, 34, 0.7);
    font-size: 95px;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    line-height: 1;
}
        .product-video-poster:hover:before,
        .product-video-poster-slideshow:hover:before {
            background: rgba(255, 255, 255, 0.9)
        }
/* Intro Videos */
.video-item {
    position: absolute;
    z-index: 1;
    left: 15px;
    display: none;
    width: 100%;
}
@media (max-width: 767px)
{
    .video-item {
        top: 10%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100% !important;
    }
}
.video-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #555;
    background-color: rgba(85, 85, 85, 0.7);
    color: #fff;
    text-shadow: 1px 1px 1px #555;
    font-size: 1.6em;
    border-radius: 2px;
    padding: 0 15px;
    cursor: pointer;
    z-index: 1;
}
/* Images Modal */
#product-image-modal {
    display: block;
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 95%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
#product-images-modal .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0;
}
#product-images-modal .modal-content {
    height: 100%;
    border-radius: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
}
#product-images-modal .modal-header,
#product-images-modal .modal-footer {
    position: absolute;
    margin: 0;
    width: 100%;
    border-color: transparent;
    color: #fff;
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
}
#product-images-modal .modal-header {
    top: 0;
}
    #product-images-modal .modal-header .close {
        color: #fff;
        opacity: 1.0;
    }
#product-images-modal .modal-footer {
    bottom: 0;
}
    #product-images-modal .modal-footer p {
        line-height: 34px;
        margin: 0;
    }
#product-images-modal .modal-body {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 50px 0 74px 0;
    padding: 0;
}
#product-image-caption-description {
    max-height: 5%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    position: absolute;
    padding-top: 6px;
}
    #product-images-modal .modal-body > div[class*='col-'] {
        height: 100%;
    }
    #product-images-modal .btn-prev {
        width: 33.33%;
    }
    #product-images-modal .btn-next {
        width: 66.66%;
    }
#product-images-modal-thumbnails {
    text-align: center;
    padding-left: 0;
    padding: 6px 0;
}
    #product-images-modal-thumbnails > div {
        height: 100%;
        background-color: rgb(120, 120, 120);
        background-color: rgba(120, 120, 120, 0.5);
        overflow: auto;
    }
#product-images-modal-viewport {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 12px #000;
}
#product-images-modal-thumbnails img {
    margin: 13px 0;
}
/* Social Media Buttons */
#social-media {
    padding: 4px 0;
}
    #social-media button {
        padding: 3px 8px;
    }
#social-media button i {
    font-size: 1.2em;
}
/* Layout */
@media (min-width: 768px) {
    #product-top-info {
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #product-container #product-media-container:not(.col-sm-12),
    #product-container #product-top-info:not(.col-sm-12) {
        width: 50% !important;
    }
}
/* Stock Information/LeadTime/Countdown */
.stock-information .stock-status {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.stock-information .stock-low-warning {
    margin-bottom: 6px;
    font-size: 1.1em;
}
    /*.stock-information .stock-low-warning i {
        color: #e56b25;
    }*/
.stock-information .stock-lead-time {
    font-size: 0.9em;
}
.stock-information .stock-lead-time.long-lead {
    font-size: 1.1em;
}
.stock-information .shipping-countdown {
    line-height: 1.2;
}
.stock-information .media {
    margin-top: 0;
}
.stock-information .media-left {
    vertical-align: middle;
}
.stock-information .shipping-countdown .countdown-time, .countdown-ship-day {
    font-weight: bold;
}
/* Small pricing/add to cart */
.add-to-cart-sm {
    overflow: auto;
    margin-bottom: 5px;
}
.add-to-cart-sm select {
    display: inline;
    width: auto;
}
.product-price-sm {
    font-size: 1.4em;
    padding: 10px 0 5px 0;
    vertical-align: middle;
}
/*wishlist*/
#wishlist-add-dropdown {
    top: initial;
}
#wishlist-add.btn {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
}
#wishlist-add .fa, #wishlist-add-dropdown small .fa {
    color: #dba700;
}
@media (max-width: 767px)  {
    #wishlist-add > span > span {
        display: inline!important;
    }
}
/* Pricing Table */
.pricing-table {
    margin: 6px 0 0 0;
    width: 100%;
}
    .pricing-table tr th,
    .pricing-table tr td {
        text-align: center;
        vertical-align: middle !important;
    }
/* In Stock Notifications */
.btn-notify {
    text-shadow: none;
    margin-top: 6px;
}
@media (min-width:992px) and (max-width:1240px) {
    #add-to-cart .btn-notify {
        font-size: 13px;
    }
}
#stock-notification-modal .modal-dialog {
    top: 20%;
}
/* Coupon Code */
#product-coupon-code {
    margin: 10px 0 5px 0;
    border: 2px dashed #aaa;
    padding: 7px 5px;
    position: relative;
}
    #product-coupon-code:before {
        content: '\f0c4';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        position: absolute;
        top: -14px;
        left: -2px;
        font-size: 17px;
        background: #fff;
    }
#copyCouponCode {
    background: none;
    color: #3B7A70;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 0;
    margin: 0;
}
    #copyCouponCode.btn:focus, #copyCouponCode.btn:active:focus, #copyCouponCode.btn.active:focus, #copyCouponCode.btn.focus, #copyCouponCode.btn:active.focus, #copyCouponCode.btn.active.focus {
        outline: thin dotted;
    }
    #copyCouponCode.btn:active {
        -webkit-box-shadow:none;
        box-shadow:none;
    }
#coupon-copy-success, #coupon-copy-success-condensed {
    color: #3c763d;
}
#coupon-copy-fail, #coupon-copy-fail-condensed {
    color: #a94442;
}
    /* Quote Request Form */

#quoteToggle {
    border-bottom: 1px solid #ddd;
}
    #request-quote {
    cursor: pointer;
}
#request-quote a.btn {
    margin: 5px 0 0;
    padding: 2px 0;
}
#quote-form hr {
    margin-top:3px;
    margin-bottom:6px;
}
#quote-form .form-group {
    margin-bottom: 10px;
}
#quote-form .quote-request-heading {
    color: #4D4D4D;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 13px;
    margin-left: -10px;
    letter-spacing: .3px;
}
#quote-form .quote-contact .form-group {
    position: relative;
}
#quote-form .quote-contact input {
    padding-left: 25px;
}
#quote-form .quote-contact i {
    font-size: 16px;
    color: #ccc;
    position: absolute;
    top: 32px;
    left: 7px;
}
#request-quote-modal .modal-dialog {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#request-quote-modal .modal-header {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 0;
}
#request-quote-modal .modal-body {
    padding-top: 0;
}
#request-quote-modal .modal-body img {
    margin-right: auto;
    margin-left: auto;
    max-width: 50px;
    display: block;
 }
#request-quote-modal .modal-title {
    font-size: 18px;
    line-height: 0.8em;
}
    #request-quote-modal .modal-title + p {
        font-size: 14px;
        margin-top: 5px;
    }
#request-quote-modal label {
    font-weight: normal;
    color: #4D4D4D;
    font-size: 13px;
}
#request-quote-modal #request-quote-submit {
    margin-top: 10px;
}
#quote-call {
    background: #f7f7f7;
    padding: 15px 0;
}
    #quote-call h4 {
        font-size: 19px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    #quote-call h4 + div {
        font-size: 17px;
    }
#request-quote-modal ul {
    max-width: 408px;
}
#request-quote-modal li {
    margin-bottom:5px;
}
@media (min-width: 768px) {
    #quote-form .row > div {
        padding: 0 5px;
    }
    #request-quote-modal .modal-dialog {
        width: 768px;
    }
    #request-quote-modal .modal-content {
        padding: 5px 30px;
    }
    #request-quote-modal .modal-header .close {
        margin-right: -23px;
    }
    #request-quote-modal .modal-footer {
        margin: 0 20px;
    }
    #quote-form #Quantity {
        width: 320px;
    }
}
/* Installation Consultation */
#installation-info {
    padding: 8px;
    cursor: pointer;
    background: #fff;
    border-color: rgba(87, 24, 155, .2);
    color: #57189b;
}
    #installation-info-dropdown {
        padding: 10px;
        margin-top: 10px;
    }
        #installation-info-dropdown .contact-group {
            padding-left: 33px;
        }
        #installation-info-dropdown .fa-li {
            color: #8965ab;
        }
/* Artwork Uploads */
#customer-artwork {
    border: 2px dashed #46b8da;
    margin-bottom: 10px;
    padding: 10px 8px;
    border-radius: 4px;
    background-color: #eef7fa;
    overflow: hidden;
}
    #customer-artwork.loading, #pu-customer-artwork.loading, #customer-artwork-condensed.loading {
        opacity: 0.5;
        position: relative;
    }
        #customer-artwork.loading:after, #pu-customer-artwork.loading:after, #customer-artwork-condensed.loading:after {
            font-family: 'Font Awesome 6 Pro';
            content: '\f021';
            position: absolute;
            top: 10px;
            left: 50%;
            margin-left: -26px;
            font-size: 3em;
            animation: fa-spin 2s infinite linear;
        }
        #pu-customer-artwork.loading:after {
            top: 0;
            font-size: 2em;
        }
#pu-customer-artwork {
    margin-top: 10px;
    display: inline-block;
}
    @media only screen and (max-width: 991px) {
        #customer-artwork,
        #customer-artwork-condensed {
            border: 1px dashed #46b8da;
            padding: 5px;
            border-radius: 4px;
            background-color: #eef7fa;
            font-size: smaller;
            margin-bottom: 10px;
        }
    }
#customer-artwork p, #customer-artwork-condensed p {
	font-weight: bold;
    font-size: 13px;
    margin: 0 0 4px 0;
    color: #034766;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#customer-artwork .btn, #customer-artwork-condensed .btn {
	margin-bottom: 10px;
}
#content-upload input[type="file"] {
	margin-bottom: 15px;
}
 
#artwork-upload-modal textarea {
    background: #f9f9f9;
}
#artwork-preview .input-validation-error {
    background: #f2e0e0;
    color: #a94442;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 4px;
}
#file-preview img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    padding: 2px;
    margin-bottom: 10px;
}
#artwork-upload-modal textarea {
    margin-bottom: 10px;
}
 
#artwork-upload-modal .modal-footer {
	padding-top: 10px;
}
[id^="artwork-upload-tabs"] {
    margin: -20px -20px 0 -20px;
    padding: 10px;
    list-style: none;
}
[id^="artwork-upload-tabs"] li a {
    opacity: 0.7;
    display: block;
    color: #fff;
}
[id^="artwork-upload-tabs"] li a:hover {
    background: transparent;
    opacity: 1;
    text-decoration: none;
}
[id^="artwork-upload-tabs"] li.active a {
    opacity: 1;
}
[id^="artwork-upload-tabs"] i {
    display: block;
    font-size: 2.5em;
}
[id^="artwork-upload-submit"].disabled,
[id^="artwork-select-save"].disabled {
    background: #eee;
    color: #999;
    border-color: #aaa;
}
#content-upload.loading {
    opacity: 0.5;
}
#aw-content-loading {
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -60px;
    z-index: 999;
    font-size: 40px;
    display: none;
}
#aw-content-loading.loading {
    display: block;
}
/* Artwork Previous Uploads */
#previous-uploads-carousel .eachImg {
    display:inline-block;
    width: 30%;
    vertical-align: top;
}
#previous-uploads-carousel .eachImg img {
    margin: 0 auto 6px auto;
    max-width: 100px;
}
#previous-uploads-carousel .selected img {
    border: solid 2px #3fb5d8;
}
#previous-uploads-carousel .carousel-control {
    width: 40px;
    top: 50%;
    font-size: 35px;
    margin-top: -18px;
    background-image: none;
    color: #aaa;
    opacity: 1;
    text-shadow: none;
}
#previous-uploads-carousel .carousel-control.right {
    right: -40px;
}
#previous-uploads-carousel .carousel-control.left {
    left: -40px;
}
/* Artwork Guideline Info Link */
#artworkguideline-info {
    padding-left: 10px;
    display: inline-block;
    border: 2px dashed #b3d695;
}
    @media only screen and (max-width : 991px) {
        #artworkguideline-info {
            padding: 5px;
            display: inline-block;
            border: 1px dashed #b3d695;
            font-size: smaller;
        }
    }
/* Warranties/Services */
.warranty-services-wrapper {
    margin: 20px 0;
}
.warranty-services-wrapper img {
    margin-left: auto;
    margin-right: 0;
}
.mb-intro {
    padding-right: 0;
    margin-bottom: 6px;
    font-size: 14px;
}
.mb-intro i, .mb-intro strong {
    cursor: pointer;
}
#warranty-faq-modal {
    font-size: 13.5px;
}
.warranty-services {
    margin-bottom: 0;
    margin-top: 10px;
}
    .warranty-services label {
        margin-bottom: 0;
        font-weight: normal;
        position: relative;
    }
        .warranty-services label > span:first-of-type {
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .warranty-services label span.warranty-selected {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 3px;
            border: 1px solid #00A3B3;
        }
            .warranty-services label span.warranty-selected:after {
                content: '\f058';
                font-family: 'Font Awesome 6 Pro';
                position: absolute;
                top: -7px;
                right: -4px;
                font-size: 18px;
                color: #00A3B3;
            }
.warranty-services input[type="checkbox"],
.warranty-services label span.warranty-selected {
    display: none;
}
    .warranty-services input[type="checkbox"]:checked ~ span.warranty-selected {
        display: block;
    }


@media (min-width: 1240px) {
    .warranty-row > div:nth-of-type(odd) {
        padding-right: 2px;
    }
    .warranty-row > div:nth-of-type(even) {
        padding-left: 2px;
    }
}
/* Review/QA Links */
#review-qa-links > span {
    cursor: pointer;
}
    #review-qa-links i, #review-qa-links small {
        font-size: 16px;
    }
/* Tabs */
.tab-pane {
    padding: 20px;
    min-height: 200px;
}
/* Product related items */
#related-items {
    padding: 10px;
    font-size: 0.9em;
}
    #related-items a {
        display: block;
        margin-top: 0 !important;
        padding: 0 6px;
    }
        #related-items a:nth-of-type(2n+1) {
            clear: left;
        }
    #related-items img {
        max-width: 100% !important;
    }
    #related-items .item-price {
        color: #111b23;
        margin-bottom: 0;
        font-size: 14px;
    }
    #related-items .item-price .original-price {
        font-size: 0.9em;
    }
    #related-items h4,h5 {
        margin-top: 0;
    }
    #related-items h4 {
        text-align: center;
    }
    #related-items h5 {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 2px;
    }
    #related-items .item:last-child {
        margin-bottom: 0;
    }
/* Customizable logo/size */
.customizable-option {
    font-size: 0.9em;
    padding: 10px;
    margin-bottom: 15px;
    max-width: 500px;
}
    .customizable-option h4 {
        font-size: 1.1em;
        margin-bottom: 3px;
    }
    .customizable-option p {
        margin-bottom: 0;
    }
/* Brands */
.product-brand {
    margin-bottom: 20px;
}
    .product-brand p {
        margin-bottom: 0;
        font-size: 12px;
    }
#product-options {
    margin-bottom: 14px;
}
.product-option h5 {
    margin: 14px 0 7px 0;
}
.product-option button,
.product-option a,
.product-option div.dropdown {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block !important;
}
.product-option .dropdown h5 {
    margin: 3px 0;
}
.product-option img {
    max-width: 50px;
    border-radius: 2px;
}
.product-option .option-thumb {
    padding: 0;
    vertical-align: top;
    border-width: 2px;
    margin: 2px 1px;
}
.product-option .option-thumb.dropdown-toggle {
    margin-top: 0;
}
    .product-option .option-thumb.dropdown-toggle img {
        border-radius: 3px 3px 0 0;
    }
.product-option .option-thumb.active {
    border-width: 3px !important;
    border-color: #e67a00 !important;
    margin: 1px 0;
}
    .product-option .option-thumb.active img {
        border-radius: 1px;
    }
.po-inactive-value {
    display: inline-block;
}
#product-options button.inactive, #product-options .btn-default.inactive {
    border: 1px dashed #ccc;
    color: #888d91;
    background: linear-gradient(-22deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.5px), #b8bbbd 50%, rgba(0,0,0,0) calc(50% + 0.5px), rgba(0,0,0,0) 100%), linear-gradient(22deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.5px), #b8bbbd 50%, rgba(0,0,0,0) calc(50% + 0.5px), rgba(0,0,0,0) 100%);
}
.inactive.option-thumb {
    position: relative;
}
    .inactive.option-thumb img {
        opacity: 0.4;
    }
    .inactive.option-thumb:after {
        content: 'X';
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        font-size: 35px;
        opacity: 0.5;
    }
/* Product Customizations */
#customizations-toggle {
    color: #777;
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 6px 11px 6px 10px;
    box-shadow: none;
}
    #customizations-toggle span {
        color: #42abd8;
    }
#customization-options-modal h4 {
    font-size: 16px;
}
 /*Dynamic Dimension Options*/
#dymanic-dimension-options {
    display: flex;
    flex-wrap: wrap;
}
#dymanic-dimension-options .col-xs-5 {
    flex-grow:1;
}
    #dymanic-dimension-options .fa-xmark {
        align-items: center;
        justify-content: center;
        display: flex;
        height: 75%;
        width: 100%;
    }
    #dymanic-dimension-options > .col-xs-12 > h5{
        margin-left: -14px;
    }
#dymanic-dimension-options .input-group-addon {
    padding: 0px 5px;
}
#dymanic-dimension-options .form-group {
    padding:0;
}
/* Descriptions */
#second-long-description {
    font-size: 12px;
    margin-bottom: 10px;
}
#prop65-warning {
    padding: 10px 10px 0 10px;
    border: 1px solid #eee;
    margin: 10px 0;
    font-size: 13px;
}
    #prop65-warning img {
        vertical-align: baseline;
    }
/*Downloads and Manuals*/
#product-resources .resource-howto-video:before,
#videos-instructions-tab .resource-howto-video:before {
    content: 'Video';
}
#product-resources .media-howto-video .media-left,
#videos-instructions-tab .media-howto-video .media-left {
    position: relative;
    cursor: pointer;
}
    #product-resources .media-howto-video .media-left > img,
    #videos-instructions-tab .media-howto-video .media-left > img {
        width: 92px;
        height: auto;
        opacity: 0.3;
        border-radius: 4px 4px 0 0;
    }
    #product-resources .media-howto-video .media-left > i,
    #videos-instructions-tab .media-howto-video .media-left > i {
        position: absolute;
        top: 15%;
        left: 36%;
        font-size: 2.3em;
    }
#product-resources .media-howto-video .media-body,
#videos-instructions-tab .media-howto-video .media-body {
    cursor: pointer;
}
/* Reviews */
#product-reviews {
    box-shadow: none;
}
#product-reviews hr {
    border-top: 1px solid #ddd;
}
#product-reviews h3 {
    font-size: 22px;
}
#product-reviews .product-review {
    padding: 6px;
}

/* User Submitted Media */
#user-submitted-media img {
    max-height: 86px;
    width: auto;
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
#user-submitted-media .user-video {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
    #user-submitted-media .user-video img {
        opacity: 0.5;
    }
    #user-submitted-media .user-video:after {
            content: '\f144';
            font-family: 'FontAwesome';
            font-weight: 600;
            text-align: center;
            position: absolute;
            top: 50%;
            margin-top: -20px;
            left: 50%;
            margin-left: -20px;
            background: rgba(246,246,246,.8);
            color: rgba(34,34,34,.7);
            font-size: 40px;
            width: 41px;
            height: 40px;
            border-radius: 50%;
            line-height: 1;
        }
        #user-submitted-media .user-video:hover:after {
            background: rgba(246, 246, 246, 1);
        }

/* QA */
#product-top-qa h4 {
    padding: 6px 2px;
}
.qa-answer .media-vote {
    width: 46px;
}
.qa-answer .media-body {
    padding-left: 6px;
}
/*Request a Quote Toggle*/

#quoteToggle .dropdown-menu {
    right: 0;
    left: inherit;
    min-width: 200px;
    font-size: 13px;
}

@media(min-width:768px) {
    #quoteToggle .dropdown-menu {
        min-width: 400px;
    }
}

#quoteToggle ol {
    padding-inline-start: 20px;
}
#request-quote-modal .quote-form-shipping .checkout-heading {
    display: none;
}

#empty-shopping-cart {
    padding-bottom: 10px;
    margin: 40px 0 20px;
}

#search-bar-cart > .search-box {
    width: 60%;
    margin: 0 auto;
}

#shoppingcart-container #recently-viewed {
    margin: 40px 0;
}

.savings {
    font-weight: bold;
}

.invalid-coupon-reason {
    border-top: none !important;
    padding-top: 0 !important;
}

#shopping-cart-header {
    margin-top: 15px;
    margin-bottom: 10px;
}

    #shopping-cart-header span {
        position: relative;
        font-size: 13px;
    }

    #shopping-cart-header a, #shopping-cart-header button.chat-button {
        cursor: pointer;
        padding: 0;
        border: none;
        background: transparent;
    }

        #shopping-cart-header a:hover, #shopping-cart-header button.chat-button:hover {
            text-decoration: underline;
        }

    #shopping-cart-header .fa-comment-dots {
        font-size: 23px;
        color: #3B7A70;
    }

    #shopping-cart-header .fa-circle-question {
        position: absolute;
        left: -9px;
        top: 2px;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 16px;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #3B7A70;
    }

#shoppingcart-container h1 {
    margin-top: 0;
}

#shopping-cart-items {
    margin-bottom: 0;
    border-top: 1px solid #dadfee;
}

    #shopping-cart-items ul {
        list-style-type: none;
    }

@media (min-width: 992px) {
    #shopping-cart-items {
        padding-left: 0;
        padding-right: 0;
        border-right: 1px solid #dadfee;
        border-radius: 6px;
    }
}

#shopping-cart-items .item-row {
    padding: 10px 15px 10px 0;
}

    #shopping-cart-items .item-row:not(:first-of-type) {
        border-top: 1px solid #dadfee;
    }

#shopping-cart-items .product-quantity {
    width: 100px;
    font-size: 10px;
}

    #shopping-cart-items .product-quantity input,
    #shopping-cart-items .product-quantity button {
        width: 100%;
        margin-bottom: 8px;
    }

#shopping-cart-items .product-image {
    padding: 0;
}

    #shopping-cart-items .product-image img {
        margin: 0 auto;
    }

        #shopping-cart-items .product-image img.designer-product {
            max-height: 150px;
        }

#shopping-cart-items .product-info span {
    display: block;
}

#shopping-cart-items .product-title {
    color: #010101;
}

#shopping-cart-items .product-sku {
    margin-bottom: 10px;
    color: #4D4D4D;
}

#shopping-cart-items .product-delay {
    margin-top: 10px;
}

#shopping-cart-items .min-qty {
    font-size: 10px;
}

#order-summary .product-total,
#shopping-cart-items .product-total {
    font-weight: bold;
    font-size: 16px;
}

#shopping-cart-items .product-each {
    font-size: 12px;
}

#shopping-cart-items .product-remove a {
    padding: 3px 0;
}

#shopping-cart-items .line-item-services {
    margin-top: 10px;
    margin-bottom: 20px;
}

    #shopping-cart-items .line-item-services > p {
        margin-bottom: 5px;
        color: #437C98;
    }

    #shopping-cart-items .line-item-services > .row {
        margin: 0 -14px 5px 0;
        font-size: 13px;
    }

    #shopping-cart-items .line-item-services .product-total {
        padding: 0 2px 0 4px;
        font-size: 15px;
    }

#update-row {
    padding: 15px 0;
    border-bottom: 1px solid #dadfee;
    border-top: 1px solid #dadfee;
}

    #update-row > div {
        padding-left: 0;
        padding-right: 30px;
    }


.service-addon {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 15px 0 15px;
    border-top: 1px solid #dadfee;
}

@media (min-width: 768px) {
    .service-addon .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .item-row > .clearfix > .col-xs-7 {
        padding-right: 0;
    }

    .item-row > .clearfix > .col-xs-5 {
        padding-left: 0;
    }

    .qty-input {
        padding: 0 0 0 3px;
    }

    #update-row > div {
        padding: 0 15px;
    }
}

#ship-options > div {
    border: 1px solid #eee;
    padding: 8px 14px;
}

#shopping-cart-options {
    /*border: 1px solid #dadfee;*/
}

    #shopping-cart-options form {
        margin: 8px 0 12px 0;
    }

#order-summary-tbl {
    font-size: 15px;
    margin-bottom: 10px;
    border-top: 1px solid #dadfee;
}

    #order-summary-tbl tr:first-of-type td {
        border-top: none;
    }

    #order-summary-tbl tr > td:nth-of-type(2) {
        text-align: right;
    }

    #order-summary-tbl .help-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    #order-summary-tbl .coupon-code a {
        vertical-align: inherit;
        color: #a94442;
    }

@media (max-width: 991px) {
    #order-summary {
        margin-top: 40px;
        /*margin-left: -14px;
        margin-right: -14px;*/
    }
}

#shopping-cart-notes {
    padding-left: 0;
    list-style-type: none;
}

    #shopping-cart-notes li {
        font-size: 0.9em;
        margin: 8px 0;
    }

        #shopping-cart-notes li:first-of-type {
            margin-top: 45px;
        }

.checkout-options {
    margin-bottom: 14px;
}

.line-artwork-text {
    white-space: pre-line;
    font-size: 13px;
    line-height: 1.1;
    padding-top: 3px;
    color: #777;
}

#shipping-options-table {
    position: relative;
}

    #shipping-options-table a {
        text-decoration: none !important;
    }

    #shipping-options-table .shipping-best-value {
        display: flex;
        align-items: center;
    }

        #shipping-options-table .shipping-best-value .label {
            margin-left: 7px;
            padding: 5px 13px;
        }

    #shipping-options-table.refresh {
        opacity: 0.5;
    }

        #shipping-options-table.refresh:after {
            content: '\e62a';
            font-family: "Font Awesome 6 Pro";
            -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
            position: absolute;
            font-size: 55px;
            top: 50%;
            margin-top: -30px;
            left: 50%;
            margin-left: -30px;
        }

    #shipping-options-table td {
        vertical-align: middle;
        padding: 0;
    }


    #shipping-options-table a {
        color: #111b23;
        padding: 4px;
        display: block;
    }

    #shipping-options-table .fa-square {
        color: #777;
    }

    #shipping-options-table .fa-square-check {
        color: #4597bf;
    }

    #shipping-options-table tr.success td {
        background-color: #f6fafc;
    }

.delivery-info {
    background: transparent;
    font-size: 13px;
    border: none;
    outline: none;
    margin-bottom: 3px;
}

.delivery-info-dropdown {
    padding: 10px;
    font-size: 13px;
    color: #111b23;
}

/* Shopping Cart Add To Cart Result Page */
#artwork-text {
    white-space: pre-line;
    font-size: 13px;
    color: #777;
}

    #artwork-text strong {
        color: #555;
    }

#shoppingcart-add-container h2 {
    margin-bottom: 30px;
}

#add-to-cart-items .product-link img.designer-product {
    max-height: 300px;
}

#add-to-cart-items .item-price {
    display: inline-block;
}

#add-to-cart-items .original-price {
    font-size: 15px;
}

#add-to-cart-recommendations {
    margin-top: 14px;
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 4px;
}

    #add-to-cart-recommendations h3 {
        margin: 0 0 20px 0;
    }

    #add-to-cart-recommendations h5 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 2px;
    }

    #add-to-cart-recommendations img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    #add-to-cart-items .form-horizontal .col-sm-4 .form-group {
        padding-left: 8px;
    }
}
/* Wish Lists & Saved for Later List */
#cart-wishlists,
#saved-for-later {
    margin-top: 40px;
}


#customer-wishlists .wishlist-name {
    cursor: pointer;
    border: none;
}

    #customer-wishlists .wishlist-name span {
        font-size: 15px;
    }

        #customer-wishlists .wishlist-name span:after {
            content: '\f078';
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            float: right;
            color: #4D4D4D;
        }

    #customer-wishlists .wishlist-name.collapsed span:after {
        content: '\f054';
    }

#customer-wishlists .wishlist-details,
#customer-wishlists .btn-remove {
    display: none;
    visibility: hidden;
}

#customer-wishlists .add-to-cart-btn,
#customer-wishlists .btn-disabled {
    margin-top: 25px;
}

#customer-wishlists .media-list,
#customer-wishlists .list-empty {
    padding: 0 8px;
}

#saved-for-later .item-product {
    border-top: 1px solid #dadfee;
    padding-top: 12px;
}

#saved-for-later .product-title,
#saved-for-later .saved-artwork-text,
#saved-for-later .saved-artwork-filename {
    padding-bottom: 3px;
}

#saved-for-later .product-title {
    margin-bottom: 0;
}

#saved-for-later .saved-artwork-text,
#saved-for-later .saved-artwork-filename {
    font-size: 13px;
}

#saved-for-later .item-qty {
    margin-bottom: 4px;
}

#saved-for-later .product-img {
    padding: 0 4px;
}

    #saved-for-later .product-img a {
        display: block;
    }

    #saved-for-later .product-img img {
        margin: 0 0 0 auto;
    }
/*#saved-for-later .product-link {
    display: inline-block;
}*/
#saved-for-later .item-price {
    display: inline-block;
    color: #111b23;
    font-size: 16px;
    margin-bottom: 0;
}

#saved-for-later .action-btns {
    margin-top: 15px;
}

    #saved-for-later .action-btns a {
        font-weight: bold;
        text-decoration: underline;
        display: inline-block;
        vertical-align: middle;
    }

#saved-for-later .spacer {
    padding: 0 5px;
}
/* UWBAB Shopping Cart Recommendations */
/* #cart-user-purchase-recommendations {
        margin-bottom: 10px;
        background: #fff;
        border-top: 1px solid #dadfee;
        border-bottom: 1px solid #dadfee;
        border-radius: 0;
    }

        #cart-user-purchase-recommendations h3 {
            color: #234d85;
            font-size: 20px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        #cart-user-purchase-recommendations ul > li {
            width: 205px;
            text-align: center;
        }

        #cart-user-purchase-recommendations img {
            height: 180px;
            width: 139.5px;
            margin: 0 auto 3px auto;
            display: block;
            background: #fff;
            border-radius: 4px;
            border: 1px solid #dadfee;
            padding: 4px;
        }

        #cart-user-purchase-recommendations .recommended-item-title {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin: 0 0 4px 0;
            padding-bottom: 4px;
            font-weight: normal;
        }

        #cart-user-purchase-recommendations .item-price {
            color: #111b23;
            font-size: 16px;
            font-weight: bold;
        }*/

/* Loading Icon */
#shoppingcart-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    z-index: 999;
    display: none;
}

    #shoppingcart-loading > i {
        position: fixed;
        top: 40%;
        left: 50%;
        color: rgba(0, 0, 0, .7);
    }

@media (max-width: 767px) {
    #shoppingcart-loading > i {
        left: 44%;
    }
}
/* Artwork Previous Uploads */
.preImgsWrap .eachImg {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

    .preImgsWrap .eachImg img {
        margin: 0 auto 6px auto;
        max-width: 100px;
    }

.preImgsWrap .selected img {
    border: solid 2px #3fb5d8;
}

.preImgsWrap .carousel-control {
    width: 40px;
    top: 50%;
    font-size: 35px;
    margin-top: -18px;
    background-image: none;
    color: #aaa;
    opacity: 1;
    text-shadow: none;
}

    .preImgsWrap.carousel-control.right {
        right: -40px;
    }

    .preImgsWrap .carousel-control.left {
        left: -40px;
    }


.eachImg.selected {
    background-color: rgb(18 69 68 / 10%);
    border-left: 3px solid #124544;
}

.aw-selected-badge {
    display: none !important;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    font-weight: bold;
    color: #124544;
    white-space: nowrap;
    margin-right: 4px;
}

.eachImg.selected .aw-selected-badge {
    display: inline-flex !important;
}

#artwork-select-save {
    margin:10px;
}

#save-and-continue:disabled {
    background-color: #e0e0e0;
    border-color: #ccc;
    color: #999;
    opacity: 1;
}

/* Artwork Upload Modal */
#artwork-upload-modal #current-file-preview-icon {
    display: none !important;
}

#artwork-upload-modal .modal-body {
    padding-bottom: 8px;
}

#artwork-upload-modal .modal-footer {
    padding-top: 12px;
}

#artwork-upload-modal .aw-divider {
    margin: 12px 0;
}

#aw-content-loading {
    display: none;
}

#aw-content-loading.loading {
    display: block;
}

@media (max-width: 767px) {
    #artwork-upload-modal .modal-body {
        max-height: calc(100vh - 160px);
        overflow-y: auto;
    }
}

#upload-mode-toggle {
    text-align: center;
    margin-bottom: 16px;
}

#current-file-section {
    margin-bottom: 12px;
}

.edit-artwork {
    display: flex;
    padding-left: 0;
    text-align: left;
    align-items: center;
    flex-wrap: wrap;
}

    .edit-artwork i {
        margin-right:3px;
    }
 
    .aw-file-info-row .btn {
        margin-top: 5px;
        display: block;
    }

    .aw-file-info-row #current-filename {
        margin-right:3px;
    }

    #drop-zone {
        border: 2px dashed #2B8282;
        border-radius: 6px;
        padding: 24px 16px;
        text-align: center;
        cursor: pointer;
        transition: background 0.15s;
        position: relative;
    }

    #drop-zone-overlay {
        display: none;
        position: absolute;
        inset: 0;
        border-radius: 4px;
        background: rgba(18, 69, 68, 0.85);
        color: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 24px;
        font-weight: 600;
        pointer-events: none;
        z-index: 1;
    }

    #drop-zone-overlay.active {
        display: flex;
    }

.aw-drop-label {
    margin: 8px 0 4px;
    font-weight: 600;
}

.aw-drop-or {
    margin: 0 0 12px;
}

.aw-drop-formats {
    margin: 8px 0 0;
}

.aw-drop-multifile {
    margin: 6px 0 0;
}

.aw-prev-uploads-list {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-gutter: stable;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.aw-prev-uploads-list .eachImg {
    padding: 8px 20px 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.aw-prev-uploads-list .eachImg span:not(.aw-selected-badge) {
    min-width: 0;
    overflow-wrap: anywhere;
}

.aw-prev-thumb {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f7f7f7;
    flex-shrink: 0;
}

.aw-prev-thumb-icon {
    width: 36px;
    font-size: 22px;
    color: #aaa;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Current file preview in modal */
#current-file-preview-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    background: #f7f7f7;
}

.aw-current-preview {
    width: auto;
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.aw-current-preview-icon {
    width: 64px;
    height: 64px;
    font-size: 64px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f7f7f7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Cart line item artwork row */
.cart-artwork-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.cart-artwork-info {
    flex: 1;
    min-width: 0;
}

.cart-artwork-thumb {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f7f7f7;
    flex-shrink: 0;
}

.cart-artwork-thumb-icon {
    width: 64px;
    height: 64px;
    font-size: 54px;
    object-fit: contain;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    color: rgb(16 16 16 / 60%);
}

@media (max-width: 767px) {
    .cart-artwork-thumb {
        width: 40px;
        height: 40px;
    }
    .cart-artwork-thumb-icon {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
}
 
.artwork-notes-label {
    margin-bottom:10px;
}
 
/* Invalid coupon message */
.invalid-coupon-reason {
    color: #933;
    font-weight: bold;
    font-size: 0.8em;
}


#shipping-options-table .fa-square-check {
    color: #4A8235
}

#shipping-options-table tr.success td {
    background-color: #F0F4F5;
}
 
