﻿html {
    font-size: 1em;
}

body {
    overflow-x: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

img {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
}

.clearing {
    clear: both;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

.h1, h1 {
    font-size: 1.8em;
}

.h2, h2 {
    font-size: 1.45em;
}

.h3, h3 {
    font-size: 1.17em;
    font-weight: bold;
}

.radio-table-header {
    padding-left: 0;
}

.radio-table {
    margin-left: 15px;
    margin-top: 10px;
}

    .radio-table input {
        margin-right: 15px;
        margin-top: 3px;
        float: left;
    }

    .radio-table label {
        font-weight: normal;
    }

.header {
    padding-top: 10px;
}

    .header .cart-container {
        text-align: center;
    }

        .header .cart-container a {
            display: inline-block;
            line-height: 32px;
            padding: 2px 10px 2px 10px;
            font-size: 13px;
            color: #2C2B2B;
            border: 1px solid #E0E0E0;
            border-radius: 7px;
            -moz-border-radius: 7px;
            text-decoration: none;
            text-align: center;
            margin-top: 12px;
            margin-bottom: 12px;
        }

            .header .cart-container a:hover {
                background: #eae9e9;
                text-decoration: none;
            }

.navbar {
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

    .navbar #SearchPanel .row div:first-child {
        padding-right: 0;
    }

    .navbar #SearchPanel .row div:last-child {
        padding-left: 0;
    }

.full-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.main-body {
    margin-top: 15px;
}

#sidebar {
    padding-right: 15px;
}

    #sidebar .title {
        font-size: 15px;
        line-height: 34px;
        color: white;
        text-align: center;
        margin: 0;
        font-weight: normal;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
    }

    #sidebar .box {
        background: #fdfbfc;
        border-width: 0 1px 1px;
        padding: 11px 8px 7px;
        margin: 0 0 3px;
        margin-bottom: 20px;
    }

        #sidebar .box ul {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 13px;
        }

            #sidebar .box ul li {
                line-height: 20px;
                padding-bottom: 4px;
            }

                #sidebar .box ul li.collapsed {
                    background-image: url(/includes/Images/collapsed.png);
                    background-repeat: no-repeat;
                    background-position: right 3px;
                    cursor: pointer;
                }

                    #sidebar .box ul li.collapsed ul {
                        display: none;
                    }

                #sidebar .box ul li.expanded {
                    background-image: url(/includes/Images/expanded.png);
                    background-repeat: no-repeat;
                    background-position: right 3px;
                    cursor: pointer;
                }

                #sidebar .box ul li a {
                    color: #150303;
                }

                #sidebar .box ul li ul {
                    padding: 3px 0 5px 12px;
                }

.footer {
    padding-bottom: 21px;
    padding-top: 20px;
}

    .footer .utilizedProviders {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer h5 {
        font-size: 14px;
        line-height: 19px;
        margin: 0 0 7px;
        color: #050505;
        padding: 0 0 5px;
        border-bottom: 1px solid #333;
        font-weight: bold;
    }

    .footer ul {
        margin: 0;
        padding: 0 0 35px;
        list-style: none;
        font-size: 14px;
    }

        .footer ul li {
            padding: 0 0 5px;
        }

            .footer ul li a {
                text-decoration: none;
                color: #050505;
            }

                .footer ul li a:hover {
                    color: #016090;
                }

    .footer .social {
        height: 32px;
        margin-bottom: 20px;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .footer .social li {
            display: inline-block;
            padding: 0 0 0 1px;
        }

        .footer .social a {
            float: left;
            width: 32px;
            height: 32px;
            text-indent: -9999px;
            overflow: hidden;
            background-image: url(/includes/Images/social/facebook_logo_icon.svg);
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 6px;
        }

            .footer .social a:hover {
                opacity: .6;
            }

        .footer .social .twitter a {
            background-image: url(/includes/Images/social/x-logo-black.png);
        }

            .footer .social .twitter a:hover {
                opacity: .6;
            }

        .footer .social .in a {
            background-image: url(/includes/Images/social/linkedIn_icon.svg);
        }

            .footer .social .in a:hover {
                opacity: .6;
            }

        .footer .social .instagram a {
            background-image: url(/includes/Images/social/instagram_logo_icon.png);
        }

            .footer .social .instagram a:hover {
                opacity: .6;
            }

        .footer .social .youtube a {
            background-image: url(/includes/Images/social/youtube_social_square_red.png);
        }

            .footer .social .youtube a:hover {
                opacity: .6;
            }

        .footer .social .p a {
            background-image: url(/includes/Images/social/pinterest_logo_icon.svg);
        }

            .footer .social .p a:hover {
                opacity: .6;
            }

        .footer .social .b a {
            background-image: url(/includes/Images/social/blog-icon.png);
        }

            .footer .social .b a:hover {
                opacity: .6;
            }

.carousel-indicators {
    left: 20px;
    bottom: 5px;
    margin: 0;
    text-align: left;
}

.nav-tabs > li > a {
    padding: 10px 10px;
}

.product-step-holder {
    margin-bottom: 10px;
}

    .product-step-holder .product-step-title {
        background-color: #000;
        color: #fff;
        margin-top: 10px;
        padding: 5px 10px;
        border-radius: 5px 5px 0 0;
    }

.product-step-body {
    border: 1px solid #CCC;
    border-radius: 0 0 5px 5px;
}

    .product-step-body .product-step-description h2 {
        padding-top: 10px;
    }

    .product-step-body .form-horizontal {
        padding-top: 10px;
    }

.product-option-selectors .form-horizontal .control-label {
    font-size: 13px;
    padding-right: 0;
    text-align: left;
}

.product-option-selectors .form-group {
    margin-bottom: 8px;
}

    .product-option-selectors .form-group select {
        height: 30px;
        font-size: 13px;
    }

.product-option-screen {
    border: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}

    .product-option-screen .template-price {
        margin-top: -11px;
        margin-bottom: 10px;
    }

.additional-proof .checkbox {
    border: 1px solid #B7B6B6;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
    background: #E8E8E8;
    font-weight: normal;
}

.tippy-tooltip {
    text-align: left;
}

.pricing-container {
    margin-bottom: 20px;
}

    .pricing-container .price-area button, .pricing-container .price-area a {
        margin-top: 10px;
        margin-bottom: 3px;
        box-shadow: 0px 1px 0px 0px #fff inset;
    }

        .pricing-container .price-area button img {
            max-height: 20px;
        }

    .pricing-container .price-area .btn.disabled, .price-area .btn[disabled] {
        cursor: default;
        box-shadow: 0px 1px 0px 0px #fff inset;
    }

.template-price {
    background: #EBEBEB;
    border: 1px solid #D3D2D2;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: georgia;
}

    .template-price .unit-price {
        display: block;
        font-size: 18px;
    }

        .template-price .unit-price img {
            max-width: 100%;
        }

.product-list {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-top: 15px;
}

    .product-list div {
        padding: 0;
        padding-bottom: 15px;
        text-align: center;
    }

        .product-list div div {
            cursor: pointer;
            padding: 0;
            border: 1px solid #CCC;
        }

        .product-list div img {
            max-width: 100%;
            height: 91px;
        }

        .product-list div strong {
            display: block;
        }

    .product-list span {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .product-list div .mask {
        display: none;
        margin: 0;
    }

    .product-list div:hover .mask {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: url(https://lag.azureedge.net/banners-site-layout/bg-mask.png) repeat;
    }

        .product-list div:hover .mask a, .product-list div:hover .mask span {
            display: inline-block;
            background-color: #555;
            border: 1px solid #333;
            color: #fff;
            padding: 5px 15px;
            border-radius: 5px;
            box-shadow: 0px 0px 5px 1px #999;
            text-decoration: none;
            margin-top: 30%;
        }

    .product-list div:nth-child(4n+1) {
        clear: both;
    }

.project-list img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-height: 100%;
}

.project-list #CopyDesign img, .project-list #DeleteDesign img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 22px;
    max-height: 22px;
}

.static-product img, .crossover-product img {
    max-width: 100%;
}

.static-product-options {
    border: 1px solid #B7B6B6;
    margin-bottom: 15px;
}

    .static-product-options .form-horizontal {
        padding-top: 15px;
    }

    .static-product-options .static-price {
        background: #e8e8e8;
        border: 0;
        border-left: 1px solid #B7B6B6;
        border-bottom: 1px solid #B7B6B6;
        font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
        padding: 10px 15px;
        text-align: center;
    }

        .static-product-options .static-price .unit-price {
            font-size: 30px;
            line-height: 30px;
            font-style: normal;
            color: #01669a;
        }

    .static-product-options #AddStaticOnlyBox {
        text-align: center;
        border-top: 1px solid #B7B6B6;
        border-left: 1px solid #B7B6B6;
        background: #e8e8e8;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding-top: 10px;
    }

        .static-product-options #AddStaticOnlyBox .btn {
            margin-top: 10px;
            margin-bottom: 10px;
        }

.crossover-product .crossover-image-box {
    text-align: center;
}

    .crossover-product .crossover-image-box img {
        max-height: 450px;
    }

.related-products {
    border: 1px solid #CCC;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .related-products h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .related-products .media-row {
        border-top: 1px solid #CCC;
        padding-top: 15px;
    }

    .related-products .media {
        border: 1px solid #CCC;
        margin-bottom: 15px;
    }

        .related-products .media .media-left {
            padding-left: 10px;
        }

        .related-products .media .media-body {
            padding: 10px;
            background: #f6f6f6;
        }

.tab-content {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

    .tab-content .template-list div:hover .mask a {
        margin-top: 15%;
    }

    .tab-content .template-list div img {
        min-height: 64px;
        max-height: 77px;
    }

.pagination span {
    cursor: pointer;
}

.tab-content {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

    .tab-content .product-list {
        border: 0;
    }

    .tab-content .h1, .tab-content .h2, .tab-content .h3, .tab-content h1, .tab-content h2, .tab-content h3 {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .tab-content h2 {
        font-size: 18px;
    }

.shop-by-title {
    border-bottom: 1px solid #CCC;
    padding-left: 5px;
}

.modal-body h3 {
    margin-top: 0;
}

    .modal-body h3 span {
        display: block;
        font-size: 15px;
        margin-top: 5px;
    }

.modal-body .modal-subtitle {
    font-size: 13px;
}

.modal-body .text-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    color: #040101;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 10px;
}

.modal-body #BlankOverlayProductTemplates {
    margin-top: 13px;
}

.modal-body .product-list {
    margin-left: 0;
    margin-right: 0;
}

.modal-body .price-holder {
    text-align: right;
    font: 34px/37px Georgia, "Times New Roman", Times, serif;
    margin-top: 10px;
}

.modal-body .overlay-panels {
    margin-top: 15px;
}

.upload-overlay .modal-body .price-holder {
    margin-top: 20px;
}

.overlayLoadingIndicator {
    text-align: center;
    padding: 50px 0;
}

    .overlayLoadingIndicator span {
        display: block;
        font-style: italic;
    }

.create-product-button {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

/* Ajax Toolkit Uploader*/
.ajaxUploader .ajax__fileupload {
    border: 0px;
}

.ajaxUploader .ajax__fileupload_topFileStatus, .ajaxUploader .ajax__fileupload_dropzone {
    display: none;
}

.ajaxUploader .ajax__fileupload_selectFileContainer {
    height: 50px;
    width: 117px;
}

    .ajaxUploader .ajax__fileupload_selectFileContainer .ajax__fileupload_selectFileButton, .jqueryUploadButton {
        background-color: #505050;
        background-image: linear-gradient(bottom,#505050 0,#707070 100%);
        background-image: -o-linear-gradient(bottom,#505050 0,#707070 100%);
        background-image: -moz-linear-gradient(bottom,#505050 0,#707070 100%);
        background-image: -webkit-linear-gradient(bottom,#505050 0,#707070 100%);
        background-image: -ms-linear-gradient(bottom,#505050 0,#707070 100%);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#505050),color-stop(1,#707070));
        background-position: center top;
        background-repeat: no-repeat;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 2px solid #808080;
        color: #FFF;
        font: bold 12px Arial,Helvetica,sans-serif;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        padding: 6px 15px 1px 15px;
    }

        .ajaxUploader .ajax__fileupload_selectFileContainer:hover .ajax__fileupload_selectFileButton, .ajaxUploader .ajax__fileupload_selectFileContainer .ajax__fileupload_selectFileButton:hover, .jqueryUploadButton:hover {
            background-color: #606060;
            background-image: linear-gradient(top,#606060 0,#808080 100%);
            background-image: -o-linear-gradient(top,#606060 0,#808080 100%);
            background-image: -moz-linear-gradient(top,#606060 0,#808080 100%);
            background-image: -webkit-linear-gradient(top,#606060 0,#808080 100%);
            background-image: -ms-linear-gradient(top,#606060 0,#808080 100%);
            background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#606060),color-stop(1,#808080));
            background-position: center bottom;
        }

.jqueryUploadButton {
    position: relative;
    cursor: pointer;
    height: 33px;
    display: inline-block;
    line-height: 19px;
    width: 125px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .jqueryUploadButton input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        cursor: pointer;
        font-size: 200px !important;
        direction: ltr;
    }

#uploadCompleteInfo .uploaderStatus {
    margin-top: 10px;
}

    #uploadCompleteInfo .uploaderStatus .uploaderSpinner {
        float: left;
    }

    #uploadCompleteInfo .uploaderStatus .uploaderText {
        float: left;
        widtH: 240px;
        padding-left: 10px;
    }

.uploader {
    margin-top: 15px;
}

.FieldValidator {
    color: red;
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}

.product-search .search-result {
    margin-bottom: 15px;
    position: relative;
}

    .product-search .search-result img {
        max-width: 100%;
        height: 100px;
    }

    .product-search .search-result span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
    }

.template-search {
    margin-bottom: 15px;
}

    .template-search .btn {
        font-size: 12px;
    }

    .template-search .template-product {
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .template-search .template-product:last-child {
            margin-right: 0;
        }

    .template-search .template-image {
        font-size: 13px;
        text-align: center;
    }

        .template-search .template-image img {
            width: 100%;
        }

        .template-search .template-image div {
            margin-top: 10px;
        }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}

.footer-row {
    margin-top: 15px;
}

#bbblink {
    margin: 0 auto !important;
}

    #bbblink img {
        max-width: none;
    }

#discountArea span {
    color: #ff0000;
}

.media img {
    max-width: none;
}

.OnlineDesigner img {
    max-width: none;
}

#RevMinOrder {
    color: red;
    text-align: right;
    display: block;
}

#promoErrorMessage {
    color: red;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.BillingShippingError {
    color: red;
    font-size: 13px;
}

#disabledOverlay {
    width: 100%;
    height: 100%;
    background-color: #CCC;
    display: block;
    position: absolute;
    opacity: .6;
    z-index: 1000;
    left: 0;
    top: 0;
}

#disabledOverlayLoginText {
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    border-radius: 5px;
    border: 2px solid #000;
    padding: 20px;
    left: 25%;
    top: 30%;
}

.roundUpLabel {
    text-align: right;
}

#RoundUpSelection select {
    height: 22px;
    padding-top: 0;
    padding-bottom: 0;
}

.helpText {
    color: #255783;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    display: block;
    cursor: pointer;
}

.brand-review {
    text-align: left;
}

    .brand-review label {
        font-size: 15px;
    }

    .brand-review .swal2-input {
        margin-top: 5px !important;
        font-size: 1em !important;
    }

    .brand-review .swal2-textarea.brand-review-desc {
        margin-top: 5px;
        font-size: 1em;
        height: 175px;
    }

    .brand-review #star-label {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }

    .brand-review #rateYo {
        padding-left: 0;
        margin: 0 auto;
    }

@media screen and (max-width: 475px) {
    .custom-product .nav-tabs {
        font-size: 11px;
    }
}

@media screen and (max-width: 1544px) and (min-width: 768px) {
    .navbar .navbar-header {
        display: none;
    }
}

.helper-text {
    font-style: italic;
    font-size: 11px;
}

.address-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #CCC;
    padding: 15px;
    margin-bottom: 5px;
}

.checkout-error-message {
    display: none;
}

.product-carousel .main-visual {
    width: 100%;
    height: 275px;
    text-align: center;
}

.product-carousel .main-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 275px;
    text-align: center;
    position: relative;
}

    .product-carousel .main-visual #SlideImage {
        width: 100%;
        min-height: 275px;
    }

        .product-carousel .main-visual #SlideImage img {
            width: 100%;
            max-width: 700px;
            height: 100%;
            max-height: 275px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }

    .product-carousel .main-visual iframe {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .product-carousel .main-visual .navigation {
        font-size: 1.5em;
    }

        .product-carousel .main-visual .navigation.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

    .product-carousel .main-visual .left-navigation {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .product-carousel .main-visual .right-navigation {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        cursor: pointer;
    }

.product-carousel .image-collection {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin-top: 20px;
}

    .product-carousel .image-collection .item {
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 15px;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .product-carousel .image-collection .item .item-mask {
            display: block;
            background-color: #CCC;
            opacity: 0.5;
            width: 100%;
            height: 100%;
            border-radius: 15px;
        }

        .product-carousel .image-collection .item.active .item-mask {
            display: none;
        }

.form-box {
    border: 1px solid #CCC;
    margin-top: 20px;
}

    .form-box .form-title {
        background-color: #337ab7;
        color: #fff;
        text-align: center;
        padding: 5px;
        margin-bottom: 10px;
    }

    .form-box .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .form-box .product-list {
        border: 0;
    }

    .form-box .pricing-container {
        margin-bottom: 10px;
    }

        .form-box .pricing-container .template-price {
            border-radius: 5px;
        }

        .form-box .pricing-container .price-label {
            text-align: center;
            display: block;
            font-weight: bold;
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 12px;
        }

    .form-box .price-area {
        padding-left: 10px;
        padding-right: 10px;
    }