        .product-3Dmodel .back-container {
            cursor: pointer;
            position: relative;
            background-color: rgba(64, 50, 108, 0.596);
            color: white;
            padding: 10px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
        }

        .product-3Dmodel .back-container .back {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 5px;
            font-size: 20px;
            padding-bottom: 4px;
        }

        .product-3Dmodel .back-container .hidden {
            visibility: hidden;
        }

        .product-3Dmodel .body-part-indicator-container {
            position: relative;
            background-color: rgba(64, 50, 108, 0.0);
            color: white;
            width: 200px;
            padding: 20px 0 20px 20px;
            display: flex;
            flex-direction: column;
            font-size: 16px;
        }

        .product-3Dmodel .body-part-indicator-container .up {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .product-3Dmodel .body-part-indicator-container .up .up-arrow {
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #5e4aa5;
            margin-right: 10px;
        }

        .product-3Dmodel .body-part-indicator-container .up .up-arrow span {
            margin-bottom: 4px;
        }

        .product-3Dmodel .body-part-indicator-container .line {
            margin-top: 10px;
            height: 2px;
            background: white;
            width: 100%;
        }


        #model-container {
            position: relative;
        }

        .product-3Dmodel #canvas {
            width: 100%;
            height: 100%;
            position: relative;
            background-color: #4e3c7b;
            background: url('/../../model-images/BG-NEW.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .product-3Dmodel #back-button {
            position: absolute;
            left: 20px;
            top: 20px;
            z-index: 99;
        }

        .product-3Dmodel #selected-body-part {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 99;
        }
        
        .productIndex-title-block > strong {
            width: 210px;
        }
        
        #model-section {
            clear:both;
        }
        #after-model {
            clear:both;
        }
        .deco-sec03 {
            top: -67px;
        }
        .page-product-title .deco {
            width: 220px;
            margin: -5px 0 0 20px;
            height: 2px;
            display: inline-block;
            background-color: #4c397b;
            vertical-align: middle;
        }
        .product-list-item a:hover {
            background-color: #f7f4ff;
        }
        
        @media (max-width: 767px) {
            .product-3Dmodel .back-container {
                font-size: 13px;
                padding: 4px 12px;
            }
            .product-3Dmodel .body-part-indicator-container {
                font-size: 13px;
            }
        }
        
        @media (max-width: 767px) {
            .product-3Dmodel {
                height: 80vh;
            }
        }
        
        @media (min-width: 768px) {
            .product-3Dmodel {
                height: 750px;
            }
            .page-product-title {
                padding: 4rem 8.4%;
            }
        }
        
        @media (min-width: 1200px) {
            
            .page-product-title {
                width: 100%;
                position: relative;
                padding: 55px 2rem;
            }
            
            .productIndex-title-block {
                width: 50%;
                position: relative;
                float: left;
                top: 0;
                left: 0;
                height: 140px;
                padding: 40px 4rem;
                display: none;
            }
            .productIndex-list {
                width: 50%;
                left: 0;
                float: left;
                top: 0;
                clear: left;
                position: relative;
                padding-top: 0;
            }
            
            .product-3Dmodel {
                position: relative;
                float: right;
                top: 0;
                left: 0;
                width: 50%;
            }
        }
        
        @media (min-width: 1400px) {
            .page-product-title {
                width: 95%;
            }
            .productIndex-list {
                width: 40%;
                left: 5%;
            }
            
            .product-3Dmodel {
                width: 55%;
                background-position: center -20px;
            }
            .productIndex-title-block {
                left: 5%;
                width: 40%;
                padding: 30px 1.5rem;
            }
        }
        
        @media (min-width: 1600px) {
            .page-product-title {
                width: 90%;
            }
            .productIndex-list {
                width: 35%;
                left: 10%;
            }
            .product-3Dmodel {
                width: 55%;
                background-position: center -20px;
            }
            .productIndex-title-block {
                width: 35%;
                left: 10%;
            }
        }
        
        .product-list-item>.title {
            padding: 1.4rem 10px;
            margin-bottom: 0;
        }
        