/* Minification failed. Returning unminified contents.
(2261,36): run-time error CSS1046: Expect comma, found '88'
(2261,42): run-time error CSS1046: Expect comma, found '/'
(2321,36): run-time error CSS1046: Expect comma, found '88'
(2321,42): 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: #002F87;
    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: #666;
    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: #666;
    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 {
	color: #777777;
	min-width: 367px;
}
#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-title {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#artwork-upload-modal .modal-footer {
	padding-top: 10px;
}
[id^="artwork-upload-tabs"] {
    background: #3fb5d8;
    color: #fff;
    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;
}
#product-container h1 {
    color: #333;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 10px;
    font-size: 24px;
}
#product-container .image-tip {
    bottom: -10px;
}
/*#main-product-media-cell {
    vertical-align: top;
    text-align: center;
    padding-bottom:3px;
}

#main-product-media-outer {
    height: auto !important;
    min-height: 405px;
}
*/

@media (max-width: 991px) and (min-width: 768px) {
    #product-media-container:not(.col-sm-12), #product-top-info:not(.col-sm-12) {
        width: 100% !important;
    }
}
/* Related Categories */
#product-related-categories h4 {
    color: #666;
}
#product-related-categories h5 {
    font-weight: normal;
    font-size: 13px;
}
/* Discontinued */
.discontinued-product {
    color: #444 !important;
}
    .discontinued-product h1 {
        color: #999 !important;
    }
    .discontinued-product .discontinued-warning {
        margin-top: 0 !important;
    }
/* Image Zoom Lens */
.zoom-lens {
    background-color: #2B8282;
    opacity: 0.2;
}
/* Video Close Button */
.video-close {
    background-color: #4465a3;
    background-color: rgba(68, 101, 163, 0.7); 
}
/* SKU (Breadcrumb) */
.breadcrumb {
    margin-top: 25px;
}
li.active {
    color: #666 !important;
}
/* Customizable Options (Logo/Size) */
.customizable-option {
    border-radius: 4px;
    background-color: #eff4ff;
    border: 1px solid #e4e4e4;
}
/*Request a Quote Toggle*/
#quoteToggle {
    display: inline;
    margin-left: 30px;
    border-bottom:none;
}
#quoteToggle a.btn {
    cursor: pointer;
    padding: 2px 5px;
    margin:0;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-decoration:none;
}
    #quoteToggle .dropdown-menu {
        right: 0;
        left: inherit;
        min-width: 200px;
    }
@media(max-width:767px) {
    #quoteToggle {
        display: block;
        margin-left: 0;
        float:right;
    }
}
@media(min-width:768px){
    #quoteToggle .dropdown-menu {
        min-width: 300px;
    }
}
#quoteToggle ol {
    padding-inline-start: 20px;
}

/* Social Media */
#social-media a {
    text-decoration: none;
}
#social-media i {
    font-size: 18px;
    margin-left: 6px;
    cursor: pointer;
}
#review-qa-links {
    margin: 10px 0;
}
/* Main Data Sections */
#product-details h3 {
    padding: 6px 2px;
    margin: 28px 0 12px 0;
}
#pu-product-details-tab.tab-pane-inactive {
    border: 1px solid #eee;
    box-shadow: 0 2px 6px -4px rgba(0,0,0,.2);
    padding: 0 20px;
}
/* Right Column Sections */
#product-sku {
    padding-top: 0;
    margin-left: 30px;
    color: #75787B;
    display: inline-block;
}
#stock-information {
    color: #2B8282;
}
    #stock-information .stock-status {
        font-size: 1.2em;
        margin: 0;
    }
    .stock-information .stock-lead-time.long-lead {
    font-size: 1.3em;
    }
#add-to-cart {
    /*border: 1px solid #ddd;
    max-width: 500px;*/
    margin: 0 auto;
    border-radius: 5px;
}
.product-messages-condensed
{
    margin-top: 14px;
    padding: 0 8px;
}
#add-to-cart,
#related-items,
#right-column-description {
    margin-top: 14px;
}
#add-to-cart,
#related-items
{
    border-radius: 5px;
}
#add-to-cart-wrap {
    margin: 15px 0px;
    padding: 7px 0px;
}
    #add-to-cart-wrap > div:first-of-type {
        padding: 0;
    }
    #add-to-cart-wrap button {
        font-weight: normal;
    }
.add-to-cart .alert {
    margin: 8px 0 !important;
}
@media (max-width:767px) {
    #add-to-cart-wrap button {
        padding: 5px 10px;
        font-size: 15px;
        line-height: 2.2;
    }
}
/* override for UWVAV items on product page */
@media (min-width: 768px) {
    #related-items {
        display: block !important;
    }
}
#related-items .product-link {
    width: 25%;
    float: left;
}
#related-items a:nth-of-type(2n+1) {
    clear: none;
}
#related-items a:nth-of-type(4n+1) {
    clear: left;
}
/*Coupon*/
#product-coupon-code {
    padding: 10px;
    display: inline-block;
}
    #product-coupon-code > strong {
        color: #399;
        font-size: 14px;
        letter-spacing: .08em;
    }
#coupon-copy-success, #coupon-copy-success-condensed {
    color: #399;
}
/* Price */
#add-to-cart .product-price-sm .item-price {
    font-size: 24px;
    font-weight: bold;
    color: #000033;
}
#starting-price-moq {
    font-size: 1.2em;
}
#add-to-cart .product-price-sm #starting-price-moq ~ .item-price {
    font-size: 20px;
}
    #add-to-cart .original-price {
    font-size: 17px;
    text-decoration: line-through;
    color: #666;
    margin-right: 4px;
}
#add-to-cart .product-price-sm {
    font-size: 15px;
}
#add-to-cart .pricing-table tbody > tr > td {
    padding: 3px;
}
#add-to-cart .pricing-table tbody > tr > td:last-child,
#add-to-cart .pricing-table thead > tr > th {
    font-weight: normal;
    font-size: 14px;
    border-bottom: none;
}
#add-to-cart .pricing-table tbody > tr:first-child td {
    font-weight: bold;
    font-size: 15px;
}
#add-to-cart .table-striped > tbody > tr:nth-child(odd) {
    background: #fff !important;
}
#price-break-table-pu {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.buy-more-section .dropdown-menu {
    padding: 10px 15px;
    min-width: 300px;
    z-index: 99;
}
.buy-more-section .pricing-table {
    margin: 0;
}
#buy-more-button .starting-price-moq {
    display: none;
}
@media (max-width:767px){
    #buy-more-button {
        clear: both;
    }
}
#add-to-cart .buy-more-section .dropdown-menu .pricing-table tbody > tr > td:last-child, #add-to-cart .buy-more-section .dropdown-menu .pricing-table thead > tr > th {
    font-size: 15px;
}
    #add-to-cart .buy-more-section .dropdown-menu .item-price{
        font-size: 16px;
    }
#add-to-cart .pricing-table tbody > tr:first-child td {
    font-weight: bold;
    font-size: 15px;
}
#add-to-cart .pricing-table tbody > tr:first-child td {
    font-weight: bold;
    font-size: 15px;
}
#add-to-cart .buy-more-section .dropdown-menu #request-quote {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #2B8282;
    border-color: #2d8686;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    #add-to-cart .buy-more-section .dropdown-menu #request-quote:hover, #add-to-cart .buy-more-section .dropdown-menu #request-quote:focus, #add-to-cart .buy-more-section .dropdown-menu #request-quote:active {
        color: #fff;
        background-color: #39a5a5;
        border-color: #2d8686;
    }
.pricing-table tbody > tr > td > i {
    display: none;
}
/* Groupings */
#master-pom-selects {
    padding-left: 0;
}
.product-option > span,
#pu-customer-artwork > p:first-of-type {
    color: #666;
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
}
#product-media-thumbnails .btn {
    background-color: #ccc;
}
#product-media-thumbnails {
    margin: 13px 0;
}
    #product-media-thumbnails img:hover {
        opacity: .6;
    }
/*Design Services*/
.services-checkbox {
    margin-bottom: 16px;
    color: #555;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 5px;
}
#add-to-cart .checkbox {
    padding: 5px 10px 5px 30px;
}  
/* Accessories */
.product-accessories {
    font-size: 13px;
    margin: 0;
}
    .product-accessories h6 {
        display: none;
    }
    .product-accessories > .clearfix {
        padding: 8px 0px 8px 3px;
        border: none;
        width: 45%;
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .product-accessories .product-link > div {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }
#add-to-cart .product-accessories .btn-sm {
    padding: 2px 8px;
    /*width: 50%;*/
    margin-top: 5px;
}
.product-accessories .product-link strong {
    margin-bottom: 3px;
}

.product-accessories .product-link {
    color: #297A7A;
    text-decoration: none;
}
    .product-accessories .product-link:hover {
        color: #399999;
        text-decoration: underline;
    }
/*#add-to-cart .product-accessories img {
    width: 40%;
}*/
.product-accessories img:hover {
    opacity: .6;
}
#add-to-cart .col-xs-4 {
    margin-left: 0px;
}
#save-to-wishlist {
    padding: 0;
}
    #save-to-wishlist i {
        color: #fff;
    }
#wishlist-add {
    margin: 0;
    padding: 4px 11px;
}
#wishlist-add > small {
    display: block;
    font-size: 10px;
    line-height: 1;
}
#wishlist-add > span {
    position: relative;
}
    #wishlist-add > span > .fa-plus {
        position: absolute;
        left: 11px;
        color: #2B8282;
        top: 10px;
        font-size: 9px;
        background: #fff;
        border-radius: 50%;
        padding-right: 1px;
    }
    #wishlist-add > span > .fa-heart {
        color: #2B8282;
    }
    #wishlist-add > span > .fa-check {
        position: absolute;
        left: 5px;
        color: #fff;
        top: 6px;
        font-size: 10px;
    }
#wishlist-add-dropdown {
    min-width: 300px;
    right: 0;
    left: auto;
    margin-top: 15px;
}
#save-to-wishlist p {
    margin: 8px 0;
}
#save-to-wishlist i {
    color: #2B8282;
}
@media (max-width:767px) {
    #wishlist-add.btn {
        line-height: 2;
    }
}
@media (max-width: 768px) {
    #add-to-cart .product-accessories img {
        /*margin-left: 58px;*/
    }
}

@media (max-width: 992px) {
    #add-to-cart .product-accessories img {
        /*margin-left: 70px;*/
    }
}
@media (min-width: 992px) {
    #add-to-cart .product-accessories img {
        /* width: 65%;
           margin-left: 32px;*/
    }
}
@media (min-width: 1240px) {
    #add-to-cart .product-accessories > div {
        /*width: 50%;*/
    }
    #add-to-cart .product-accessories img {
        /* width: 50%;
        margin-left: 51px;*/
    }
    #add-to-cart .col-xs-4 {
        margin-left: 0px;
    }
    #add-to-cart .product-accessories .btn-sm {
        margin-top: 10px;
    }
}

/*How To Video Label*/
#product-resources .resource-howto-video,
#videos-instructions-tab .resource-howto-video {
    background: #bb6300;
}
.media-howto-video {
    display: inline-block;
}
/* Tabs */
#pu-cart-tab-content.tab-content {
    border: 1px solid #2B8282;
    border-top: none;
}
    #pu-cart-tab-content.tab-content .tab-pane {
        min-height: unset;
    }

#tab-product-nav {
    border-bottom: 4px solid #2B8282;
    margin-top: 15px;
}
#pu-cart-nav {
    border-bottom: 1px solid #2B8282;
}
    #pu-cart-nav > li {
        width: 44%;
        text-align: center;
    }
    #tab-product-nav > li > a,
    #pu-cart-nav > li > a {
        color: #fff;
        border: 1px solid #2B8282;
        background: #2B8282;
        margin-right: 4px;
        font-size: 15px;
        letter-spacing: 1px;
    }
    #pu-cart-nav > li > a {
        font-size: 13px;
        padding: 8px;
        border: transparent;
    }
        #tab-product-nav > li > a:hover,
        #pu-cart-nav > li > a:hover {
            background-color: #39a5a5;
            border-color: #39a5a5;
            text-decoration: underline;
        }
    #tab-product-nav > li.active > a,
    #pu-cart-nav > li.active > a {
        color: #297A7A;
        border: 1px solid #2B8282;
        background: #fff;
    }
    #pu-cart-nav > li.active > a {
        border-bottom: none;
    }
        #tab-product-nav > li.active > a:hover,
        #pu-cart-nav > li.active > a:hover {
            text-decoration: none;
        }
#base-product-container .tab-pane-inactive {
    padding: 20px;
    border: 1px solid #2B8282;
    position: relative;
    margin-top: 34px;
}
    #base-product-container .tab-pane-inactive:before {
        content: 'Ordering Info & Product Details';
        color: #2B8282;
        border: 1px solid #2B8282;
        border-bottom: none;
        background: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        padding: 8px 6px;
        border-radius: 4px 4px 0 0;
        position: absolute;
        left: -1px;
        top: -35px;
        width: 43.5%;
        text-align: center;
    }
@media (min-width: 992px) and (max-width: 1239px) {
    #pu-cart-nav > li {
        width: 50%;
    }
    #base-product-container .tab-pane-inactive:before {
        width: 49.5%;
    }
}
@media (max-width: 768px) {
    #pu-cart-nav > li {
        width: 50%;
    }
    #base-product-container .tab-pane-inactive:before {
        width: 49.5%;
    }
    #tab-product-nav > li > a,
    #pu-cart-nav > li > a {
        font-size: 13px;
        padding: 8px;
    }
}
@media (max-width: 576px) {
    #tab-product-nav > li > a,
    #pu-cart-nav > li > a,
    #base-product-container .tab-pane-inactive:before {
        margin-right: 4px;
        font-size: 13px;
        padding: 5px;
        letter-spacing: 0px;
    }
    #base-product-container .tab-pane-inactive:before {
        top: -29px;
    }
}

/* Master Product Page */
#base-product-container h1 {
    color: #333;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 10px;
    font-size: 24px;
}
#base-product-container .image-tip {
    bottom: -10px;
}
#base-product-container #gw-share-email {
    display: none !important;
}
#product-right-column {
    padding: 0 !important;
}
#wishlist-add {
    border: 1px solid #adadad !important;
}
#child-blocking-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}
/* Share Icons */
#d2g-social-media span {
    margin-bottom: 3px;
    font-size: 18px;
    margin-left: 6px;
    cursor: pointer;
    display: inline-block;
}
#gw-share-email {
    margin-bottom: 3px;
}
/*.video-thumbnail {
    max-width: 25%;
}*/
.video-item {
    left: 15px;
    width: 200%;
    top: 0;
}
    .video-item h4 {
        background: #000;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
@media (max-width: 991px) {
    .video-item {
        left: 15px;
        right: 15px;
        width: auto !important;
    }
}
.image-tip {
    bottom: -13px;
}
/*#product-media-thumbnails {
    padding: 0;
    margin-top: 10px;
}
#product-media-thumbnails.base-product-media-thumbnails .video-thumbnail:before {
    content: '\f144';
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    left: 50%;
    font-size: 68px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    line-height: 1;
    padding: 2px 0 0 6px;
    z-index: 1;
}*/
/*#product-media-thumbnails .product-thumbnails-wrapper {
    height: auto;
}*/
#product-image-modal {
    max-height: 95%;
    top: 5%;
}
#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-thumbnails .col-md-6 {
    padding: 0 6px;
}
#product-images-modal-thumbnails img {
    border: 3px solid #ddd;
}
    #product-media-thumbnails img.active,
    #product-images-modal-thumbnails img.active {
        border-color: #a94442;
    }
#master-product-brand small {
    color: #777;
}

#product-right-column {
    padding: 0 25px;
}



/* overrides for product css */
/* D2G Design Online Btn */
#master-designer-cart {
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    padding: 0 8px 8px 8px;
}
#master-designer-cart-heading {
    background: #eee;
    border-radius: 3px 3px 0 0;
    margin: 0 -8px 10px -8px;
    padding: 8px 5px;
    text-transform: uppercase;
}
#customer-artwork {
    border-width: 1px !important;
    border-style: solid !important;
}

/* hide customer artwork section for master pages with designers assigned */
#master-designer-cart .tab-pane,
#pu-master-designer-cart .tab-pane {
    min-height: unset;
    padding: 0;
}
#master-designer-cart #customer-artwork,
#master-designer-cart #artwork-notes,
#master-designer-cart #artwork-notes-heading {
    display: none !important;
}
#master-designer-options label {
    color: #555;
    cursor: pointer;
}
    #master-designer-options label > input {
        vertical-align: text-top;
        margin-top: 3px;
    }
    #master-designer-options label > span {
        font-weight: normal;
        display: block;
        font-size: 85%;
        margin-top: 0;
        padding-left: 18px;
    }
#section-master-designer-btn > div:first-child {
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 10px 0 30px 0;
}
    #section-master-designer-btn > div:first-child > span {
        background-color: white;
        position: relative;
        top: 10px;
        padding: 0 10px;
    }

/* PU Design Online Btn */
#pu-master-designer-cart-heading {
    border-bottom: 1px solid #ccc;
    position: relative;
    margin: 10px 0 15px 0;
    font-size: 20px;
    font-weight: normal;
}
    #pu-master-designer-cart-heading > span {
        background-color: white;
        position: relative;
        top: 10px;
        padding: 0 10px;
    }
@media (min-width: 992px) and (max-width: 1239px) {
    #master-designer-cart #master-designer-options label {
        font-size: 14px;
    }
        #master-designer-cart #master-designer-options label > span {
            font-size: 13px;
        }
}
/*#add-to-cart {
    border: none !important;
    max-width: unset;
}*/
#add-to-cart .pricing-table tbody > tr > td {
    padding: 3px;
}
#add-to-cart .pricing-table tbody > tr > td:last-child,
#add-to-cart .pricing-table thead > tr > th {
    font-weight: normal;
    font-size: 14px;
    border-bottom: none;
}
#add-to-cart .pricing-table tbody > tr:first-child td {
    font-weight: bold;
    font-size: 15px;
}
#add-to-cart .table-striped > tbody > tr:nth-child(odd) {
    background: #fff !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    #add-to-cart .product-accessories {
        display: none !important;
    }
}
#add-to-cart .add-to-cart form .add-to-cart-ctrl button {
    left: 31% !important;
    width: 69% !important;
}
.product-accessories {
    border-bottom: 1px solid #ddd;
}
.product-accessories h6 {
    border-radius: 0;
    border-top: 1px solid #ddd;
    text-transform: uppercase;
    margin-top: 15px;
}

@media (max-width: 767px) {
    #product-media-thumbnails .product-thumbnails {
        height: auto;
        overflow-x: unset;
        white-space: unset;
    }
}

/*#wishlist-add {
    border: none;
}*/
#related-items a {
    width: 25% !important;
}
#related-items a:nth-of-type(2n+1) {
    clear: none;
}
#related-items a:nth-of-type(4n+1) {
    clear: left;
}






#add-to-cart-partial {
    padding: 10px 0;
}
/*#price-break-table {
    position: relative;
    border: 1px solid rgba(11, 95, 133, 0.55);
    padding: 8px;
    border-radius: 3px;
}
#pb-heading {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    color: #31708f;
    position: absolute;
    top: -19px;
    left: -8px;
    background: #fff;
    padding: 6px;
    text-transform: uppercase;
}*/
@media (min-width: 992px) {
    #price-break-table {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }
}
@media (max-width: 991px) {
    #stock-information {
        text-align: left;
    }
    #buy-more-button {
        cursor: pointer;
        font-size: 12px;
        margin-top: 8px;
    }
}
#long-description h2 {
    font-size: 16px;
    margin-top: 4px;
}
/* Accordion Layout */
#accordion-product-nav {
    margin-top: 10px;
    padding: 40px 0 0;
}
#accordion-product-nav .panel {
    border-color: #ddd;
}
#accordion-product-nav .panel-heading {
    padding: 0;
}
#accordion-product-nav .panel-title a {
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}
    #accordion-product-nav .panel-title a:after {
        content: '\2b';
        font-family: 'Font Awesome 6 Pro';
        float: right;
    }
    #accordion-product-nav .panel-title a[aria-expanded="true"]:after {
        content: '\f068';
    }
#product-resources {
    margin-top: 5px;
}
#product-resources .media-howto-video {
    display: inline-block;
}
/* Tab Layout */
#tab-product-nav {
    margin-top: 10px;
    padding: 40px 0 0;
}

/*#product-variants {
    margin-top: 20px;
}*/
#product-ordering-information {
    width: 65%;
}
    #product-ordering-information h4 {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin: 20px 0;
    }
.product-message {
    font-size: 12px;
}
    .product-message h5 {
        font-size: 13px;
        margin-bottom: 2px;
    }
/* 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;
}


