﻿
.nav-container {
    display: flex;
    flex-direction: column;
    margin-top:10px;
    margin-bottom:10px;
}

    .nav-container .default-font-size,
    .nav-container .default-font-size a,
    .nav-container .default-font-size b,
    .nav-container .default-font-size li {
        font-size: 14px;
    }

    .nav-container .flex-row-space-between {
        display: flex;
        justify-content: space-between;
        margin-left:10px;
    }

    .nav-container .flex-row-center {
        display: flex;
        justify-content: center;
    }

    .nav-container .flex-row-start {
        display: flex;
        justify-content: flex-start;
    }

    .nav-container .flex-column-start {
        display: flex;
        justify-content: flex-start;
    }

    .nav-container .nav-sub-container {
        margin: 0 19px 0 21px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

        .nav-container .nav-sub-container {
            display: flex;
            justify-content: space-between;
        }

.nav-main-container {
    display: flex;
}
.nav-container .nav-main-container .nav-main-images {
    display: flex;
    flex-direction: column;
}

        .nav-container .nav-main-container .nav-main-images .nav-main-image {
            width: 448px;
            height: 448px;
            position: relative;
            overflow: hidden;
        }

            .nav-container .nav-main-container .nav-main-images .nav-main-image img.nav-main-image-body {
                width: 448px;
                height: 448px;
                position: absolute;
            }

            .nav-container .nav-main-container .nav-main-images .nav-main-image .nav-main-image-tool {
                width: 44px;
                height: 22px;
                position: absolute;
                right: 9px;
                bottom: 7px;
                z-index: 1;
                display: flex;
            }

                .nav-container .nav-main-container .nav-main-images .nav-main-image .nav-main-image-tool img {
                    width: 22px;
                    height: 22px;
                }

                .nav-container .nav-main-container .nav-main-images .nav-main-image .nav-main-image-tool .nav-main-image-tool-zoom-out {
                    background-color: #FFF;
                    border-top-left-radius: 6px;
                    border-bottom-left-radius: 6px;
                    cursor: default;
                }

                .nav-container .nav-main-container .nav-main-images .nav-main-image .nav-main-image-tool .nav-main-image-tool-zoom-in {
                    background-color: #FFF;
                    border-top-right-radius: 6px;
                    border-bottom-right-radius: 6px;
                    cursor: default;
                }

        .nav-container .nav-main-container .nav-main-images .nav-sub-images {
            display: flex;
            justify-content: flex-start;
            margin-top: 16px;
        }

            .nav-container .nav-main-container .nav-main-images .nav-sub-images div:not(:first-child) {
                margin-left: 6px;
            }

            .nav-container .nav-main-container .nav-main-images .nav-sub-images img {
                width: 70px;
                height: 70px;
                margin-right:15px;
            }

    .nav-container .nav-main-container .category-container {
        display: flex;
        flex-direction: column;
    }

        .nav-container .nav-main-container .category-container .nav-main-body {
            padding: 0 20px 5px 4px;
        }


.nav-main-body-name {
    margin: 8px 0 5px 0;
    font-size: 28px;
    font-weight: bolder;
    color: #6d6e70;
}

.nav-main-body-title {
    margin: 8px 0 5px 0;
    font-size: 18px;
    font-weight:bold;
}

.nav-container .nav-main-container .category-container .category-description {
    font-size: 14px;
    width:480px;
}

        .nav-container .nav-main-container .category-container .category-price {
            text-align: right;
            font-size: 16px;
            height: 28px;
            margin-top:10px;
            width:480px;
        }

            .nav-container .nav-main-container .category-container .category-price span {
                font-size: inherit;
                font-weight: bold;
            }

        .nav-container .nav-main-container .category-container {
            display: flex;
            flex-direction: column;
        }
.category-items-order-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:550px;
}
.nav-container .nav-main-container .category-container .category-items-order-group {
    display: flex;
    justify-content: flex-start;
    margin-top: 11px;
}
                .nav-container .nav-main-container .category-container{
                    margin-left: 20px;
                }

.nav-container .nav-main-container .category-container .category-items-order-group .category-items-order .item-order-option-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    justify-content: start;
}

.item-order-option-title-select {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.nav-container .nav-main-container .category-container .category-items-order-group .category-items-order .item-order-option-selected-text {
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    color: #EA6A26;
}

.nav-container .nav-main-container .category-container .category-items-order-group .category-items-order .item-option-group {
    display: flex;
    justify-content: space-between;
}
.category-items-order{
    margin-bottom:10px;
}

.nav-container .nav-main-container .category-container .nav-main-body-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

        .nav-container .nav-main-container .category-container .nav-item-style-display label {
            font-size: 16px;
        }



    .nav-container .nav-second-container {
        margin-top: 49px;
    }

.navitor-tab .nav-link:hover {
    text-decoration: none;
}

.navitor-tab .tab-pane {
    padding: 14px 14px 15px 24px;
}

.navitor-tab .font12 ul li {
    font-size: 12px;
}

.navitor-tab .font14 ul li {
    font-size: 14px;
}

#pills-overview-tab {
    width: 130px;
    height: 32px;
}

#pills-features-tab {
    width: 170px;
    height: 32px;
}

#pills-tips-templates-tab {
    width: 150px;
    height: 32px;
}

#pills-how-to-sell-tab {
    width: 140px;
    height: 32px;
}
#pills-how-to-sell .nav-tab-name{
    font-size:12px;
}
#pills-how-to-order-tab {
    width: 140px;
    height: 32px;
}

.navitor-tab .tab-pane {
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .35);
    min-height:350px;
}

    .navitor-tab .tab-pane a.normal-link {
        background-color: #FFF;
        color: #EA6A26;
        font-size: 16px;
    }

    .navitor-tab .tab-pane a.normal-link-default-size {
        background-color: #FFF;
        color: #EA6A26;
        font-size: 14px;
    }

.navitor-tab .divStampsDDL option {
    font-size: 12px;
}

.nav-tab-overview-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 10px;
}

.nav-tab-overview-container .nav-main-body-name
{
    font-size:22px;
}

.navitor-tab .tab-pane ul,
.navitor-tab .tab-pane ol,
.nav-cross-body-content3 ul {
    padding-left: 10px;
}
.nav-main-body-name-faq{
    font-size:22px;
    font-weight:bold;
    margin-bottom:10px;
}
.image-option{
    margin-right:8px;
}
.feature-right-image {
    margin-top: auto;
    margin-bottom: auto;
}
.navitor-tab .nav-tab-name {
    font-size: 18px;
    font-weight:bold;
}

.navitor-tab .nav-tab-overview-body .nav-tab-overview-body-content {
    margin-bottom:10px;
}


.navitor-tab .nav-tab-features-container .nav-tab-features-body-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 300px;
    margin-bottom:10px;
}

    .navitor-tab .nav-tab-features-container .nav-tab-features-body-item .nav-tab-features-body-item-name {
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
    }

    .nav-tab-features-body-item-ui-container {
        padding-right: 5px;
    }

.navitor-tab p{
    font-size:12px;
}

.navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-left {
    width: 440px;
}

.nav-tab-tips-templates-body-left-item .title {
    font-weight: bold;
}
.how-to-sell-link {
    margin-right:20px;
}
.navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-right {
    width: 371px;
    margin-left: 22px;
}

    .navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-right .nav-tab-tips-templates-template-name {
        font-size: 12px;
        height: 25px;
    }

    .navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-right .nav-tab-tips-templates-template-select {
        width: 194px;
        height: 28px;
    }

    .navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-right .nav-tab-tips-templates-template-download-button {
        margin: 0 0 0 8px;
        text-align: center;
        width: 98px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-right .download {
        margin-top: 20px;
    }

    .navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-right .download-button {
        margin-left: 10px;
        height:12px;
    }
    .navitor-tab .nav-tab-tips-templates-container .nav-tab-tips-templates-body-right .download-template-select{
        margin-top:-10px;
    }

    .navitor-tab .nav-tab-how-to-sell-container .nav-tab-how-to-sell-body {
        width: 460px;
    }

    .navitor-tab .nav-tab-how-to-sell-container .nav-tab-how-to-sell-body .nav-tab-how-to-sell-body-list {
        padding-left: 5px;
    }

.navitor-tab .nav-tab-how-to-sell-container .nav-tab-how-to-sell-body-list-link-video {
    width: 402px;
    margin-left: 29px;
}
.navitor-tab{
    width:938px;
}
.nav-tab-how-to-order-container .nav-tab-how-to-order-body {
    width: 415px;
}

    .nav-container .nav-faqs-container .nav-faqs-title {
        font-size: 28px;
        height: 46px;
        font-weight: 300;
    }

.nav-container .nav-accordion {
    display: flex;
    flex-direction: column;
    width:100%;
}

    .nav-container .nav-accordion .nav-accordion-item .nav-accordion-item-head {
        background-color: #FFF;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        border: 1px solid #E1E1E1;
        border-radius: 8px;
        padding: 2px 2px 2px 12px;
        cursor: pointer;
    }
.nav-accordion-item{
    width:100%;
}
.nav-container .nav-accordion .nav-accordion-item .nav-accordion-item-head:hover {
    background-color: rgba(222, 222, 222, 0.19);
}

.nav-container .nav-accordion .nav-accordion-item .nav-accordion-item-head.active,
.nav-container .nav-accordion .nav-accordion-item .nav-accordion-item-head.active:hover {
    background-color: #DBDBDC;
}

    .nav-container .nav-accordion .nav-accordion-item .nav-accordion-item-body {
        background-color: #FFF;
        padding: 25px 15px 15px 25px;
        font-size: 16px;
        display: none;
    }

        .nav-container .nav-accordion .nav-accordion-item .nav-accordion-item-body * {
            background-color: #FFF;
            color: #EA6A26;
            font-size: 16px;
        }

        .nav-container .nav-accordion .nav-accordion-item .nav-accordion-item-body a {
            text-decoration: underline;
        }

.nav-container .nav-cross-container {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.order-option-select {
    width: 480px;
    height: 30px;
    background-color: #e4e4e6;
}
.download-template-select {
    width:340px;
    height: 30px;
    background-color: #e4e4e6;
}
.nav-container .nav-cross-container .nav-cross-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 508px;
    height: 438px;
    background-color: #EA6A26;
    color: #FFF;
    padding: 0 16px;
}
.feature-note{
    margin-top:10px;
}
.nav-container .nav-cross-container .nav-cross-body .nav-cross-body-img-container {
    margin-top: 27px;
}

        .nav-container .nav-cross-container .nav-cross-body .nav-cross-body-img {
            width: 109px;
            height: 109px;
        }

        .nav-container .nav-cross-container .nav-cross-body .nav-cross-body-content1 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            padding: 5px 0;
        }

            .nav-container .nav-cross-container .nav-cross-body .nav-cross-body-content1 div {
                font-size: 22px;
                font-weight: 700;
            }

        .nav-container .nav-cross-container .nav-cross-body .nav-cross-body-content2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .nav-container .nav-cross-container .nav-cross-body .nav-cross-body-content2 div {
                font-size: 20px;
                font-style: italic;
                text-align:center;
            }

        .nav-container .nav-cross-container .nav-cross-body .nav-cross-body-content3 {
            padding: 5px 0;
        }

.nav-cross-body-content3 div{
    font-size:14px;
    margin-bottom:5px;
}

.nav-container .nav-recommended-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 41px;
}

    .nav-container .nav-recommended-container .nav-recommended-body {
        width: 1012px;
        display: flex;
        flex-direction: column;
    }

    .nav-container .nav-recommended-container .nav-recommended-title {
        text-align: center;
        font-size: 28px;
        font-weight: 200;
        margin-bottom:10px;
    }

        .nav-container .nav-recommended-container .nav-recommended-title b {
            font-size: 28px;
            font-weight: 700;
        }

    .nav-container .nav-recommended-container .nav-recommended-item {
        display: flex;
        flex-direction: column;
        justify-content:space-between;
        width: 300px;

        padding: 15px 15px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
        border-radius: 5px;
        color: #4C4C4E;
    }
.nav-recommended-item-content{
    height:100px;
    font-size:14px;
}
.nav-container .nav-recommended-container .nav-recommended-item a img {
    width: 269px;
    height: 166px;
}

        .nav-container .nav-recommended-container .nav-recommended-item .nav-recommended-item-title {
            margin-top: 10px;
            font-size: 18px;
            height: 29px;
            line-height: 29px;
            font-weight: 600;
        }

        .nav-container .nav-recommended-container .nav-recommended-item .nav-recommended-item-shop {
            margin-top: 10px;
        }

.nav-container .nav-recommended-container .nav-recommended-item .nav-recommended-item-shop a {
    margin: 0;
    text-align: center;
    line-height: 39px;
    width:114px;
    font-size: 16px;
}
.primaryBlue1, a.primaryBlue1 {
    color: #00788b;
}


    [type=radio] { 
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* IMAGE STYLES */
    [type=radio] + img {
        cursor: pointer;
    }

    /* CHECKED STYLES */
        [type=radio]:checked + img {
            outline: 2px solid #EA6A26;
            margin-right:15px;
        }
               
    /* https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap */
        
    .orderOptions {
        display: flex;
        flex-wrap: wrap;
        max-width: 360px;
        margin: 5px;
        background-color: DodgerBlue;
    }

.item-option {
    margin-right:10px;
}

.item-option img{
    max-height:70px;
    margin-right:15px;
}

.whiteButton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 140px;
    height: 36px;
    border-radius: 8px;
    border: 2px solid #EA6A26;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-weight: 600;
    background-color: #FFF;
    color: #4D4D4D;
    text-decoration: none;
}

    .whiteButton:hover {
        background-color: #4D4D4D;
        color: #FFF;
        text-decoration: none;
    }

.order-option-build-button{
    width:200px;
}

.order-option-shop-now {
    width: 110px;
    height: 35px;
}

#opc-button{
    cursor:pointer;
}

#download-item-image {
    margin-top: 10px;
    max-width: 270px;
}

#div-category-price{
    display:none;
}

#div-category-quote {
    display: none;
}