
            .container,.container-fluid {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto
            }

            .col,.col-auto {
                max-width: 100%
            }

            .row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px
            }

            .card>hr,.no-gutters {
                margin-right: 0;
                margin-left: 0
            }

            .navbar-nav .nav-link,.no-gutters>.col,.no-gutters>[class*=col-] {
                padding-right: 0;
                padding-left: 0
            }

            .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
                position: relative;
                width: 100%;
                padding-right: 15px;
                padding-left: 15px
            }

            .col-auto {
                position: relative;
                padding-right: 15px;
                padding-left: 15px
            }

            .col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
                position: relative;
                width: 100%;
                padding-right: 15px;
                padding-left: 15px
            }

            .col {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1
            }

            .col-auto {
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: auto
            }

            .col-1 {
                -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
                max-width: 8.333333%
            }

            .col-2 {
                -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
                max-width: 16.666667%
            }

            .col-3 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-4 {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%
            }

            .col-5 {
                -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
                max-width: 41.666667%
            }

            .col-6 {
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-7 {
                -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
                max-width: 58.333333%
            }

            .col-8 {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%
            }

            .col-9 {
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%
            }

            .col-10 {
                -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
                max-width: 83.333333%
            }

            .col-11 {
                -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
                max-width: 91.666667%
            }

            .col-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%
            }

            .sticky-header-wrap {
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 9999;
                visibility: hidden;
                content-visibility: hidden;
                background: #fff;
                box-shadow: 0 0 10px 0#0000004d;
                opacity: 0;
                transition: .6s;
                transform: translateY(-110%)
            }

            .sticky-header-wrap.active {
                visibility: visible;
                content-visibility: visible;
                opacity: 1;
                transform: translateY(0)
            }

            .sticky-header-wrap .container {
                min-height: 50px
            }

            #stick-menu-list {
                display: block;
                position: relative;
                z-index: 10008
            }

            #stick-menu-list ul.sub-menu,#stick-menu-list ul.sub-menu ul.sub-menu {
                position: absolute;
                z-index: 10009;
                top: 0;
                left: 100%;
                width: max-content;
                padding: 0;
                margin: 0;
                display: none
            }

            #stick-menu-list ul.sub-menu {
                background: #fff;
                top: 100%;
                left: 0;
                -webkit-box-shadow: 0 0 8px -2px #00000080;
                -moz-box-shadow: 0 0 8px -2px #00000080;
                box-shadow: 0 0 8px -2px #00000080
            }

            #stick-menu-list li {
                display: inline-block;
                position: relative;
                width: auto;
                margin: 0;
                padding: 0 20px;
                height: 88px;
                line-height: 88px
            }

            #stick-menu-list li:hover>ul,#stick-menu-list ul.sub-menu li.has-children:hover>ul {
                display: block
            }

            #stick-menu-list li a {
                font-size: 18px;
                font-weight: 700;
                text-decoration: none;
                color: #025;
                display: block;
                height: 88px;
                line-height: 88px
            }

            #stick-menu-list li a:hover,#stick-menu-list ul.sub-menu li a:hover,.product-details-layout1 .review-form .vs-rating-input .active i {
                color: #db3700
            }

            #stick-menu-list ul.sub-menu li {
                display: block;
                position: relative;
                box-shadow: 0 2px 1px -1px #0003;
                height: 48px;
                line-height: 48px
            }

            #stick-menu-list ul.sub-menu li a {
                font-size: 16px;
                font-weight: 300;
                color: #025;
                padding-right: 20px;
                display: block;
                height: 48px;
                line-height: 48px
            }

            #stick-menu-list ul.sub-menu ul li a {
                padding-right: 0
            }

            #stick-menu-list li.has-child:after,#stick-menu-list ul.sub-menu li.has-children:after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                width: 0;
                height: 0;
                border-width: 5px 5px 0;
                border-style: solid;
                border-color: #025 transparent transparent
            }

            #stick-menu-list li.has-child:hover:after {
                border-color: #db3700 transparent transparent
            }

            #stick-menu-list ul.sub-menu li.has-children:after {
                right: 15px;
                margin-top: -3px;
                border-width: 5px 0 5px 5px;
                border-color: transparent transparent transparent #025
            }

            #stick-menu-list ul.sub-menu li.has-children:hover:after {
                border-color: transparent transparent transparent #db3700
            }

            @media (max-width: 768px) {
                #stick-menu-list {
                    display:none
                }
            }

            @media (min-width: 768px) and (max-width:1500px) {
                #stick-menu-list li {
                    padding-left:15px;
                    padding-right: 15px;
                    font-size: 16px
                }

                #stick-menu-list li a {
                    font-size: 16px
                }

                #stick-menu-list ul.sub-menu li a {
                    font-size: 14px
                }
            }

            @media (max-width: 1199.98px) {
                #web-btn,.header-btn {
                    display:none!important
                }
            }

            .post-pagination-layout2 .post-pagination:hover .pagi-content .pagi-title,.post-pagination-layout2 .post-pagination:hover .pagi-content .pagi-titles,.post-pagination-layout2 .post-pagination:hover .pagi-content a,.post-pagination-layout2 .post-pagination:hover .pagi-content span,.post-pagination-layout2 .post-pagination:hover .pagi-content span i {
                color: #fff
            }

            .post-pagination-layout2 .post-pagination .pagi-content .pagi-btn:hover {
                background: #db3700;
                color: #fff
            }

            .post-pagination-layout2 .post-pagination:hover .pagi-content {
                background: #025;
                color: #fff
            }

            .post-pagination-layout2 .post-pagination {
                position: relative;
                margin-top: 30px;
                margin-bottom: 20px;
                box-shadow: 0 0 5px 2px #0000001a
            }

            .post-pagination-layout2 .post-pagination .pagi-content {
                position: relative;
                z-index: 2;
                padding: 25px;
                background: #f7f7f7;
                transition: .6s;
                min-height: 173px
            }

            .post-pagination-layout2 .post-pagination .pagi-content .pagi-title {
                display: block;
                margin: 0 0 10px;
                padding: 0;
                text-transform: none;
                font-weight: 700;
                font-size: 1.125rem;
                line-height: 1.5
            }

            .post-pagination-layout2 .post-pagination .pagi-content .pagi-title a {
                text-decoration: none;
                line-height: 1.5
            }

            .post-pagination-layout2 .post-pagination .pagi-content .pagi-title a:hover {
                color: inherit
            }

            .post-pagination-layout2 .post-pagination .pagi-content span {
                display: block;
                font-size: .875rem
            }

            .post-pagination-layout2 .post-pagination .pagi-content span:before {
                content: "";
                background: url(/assets/img/icon/model.svg)no-repeat 0 0;
                display: inline-block;
                width: 13px;
                height: 13px;
                margin-right: 5px;
                position: relative;
                top: 1px;
                filter: brightness(0) saturate(100%) invert(39%) sepia(0) saturate(7%) hue-rotate(1deg) brightness(101%) contrast(90%)
            }

            .post-pagination-layout2 .post-pagination:hover .pagi-content span:before,i.far.fa-chevron-left,i.far.fa-chevron-right {
                filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(22%) hue-rotate(274deg) brightness(106%) contrast(106%)
            }

            .post-pagination-layout2 .post-pagination .pagi-content .pagi-btn {
                display: block;
                width: 200px;
                height: 40px;
                margin-top: 20px;
                border: 1px solid transparent;
                background: #025;
                color: #fff;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: 700;
                font-size: .875rem;
                line-height: 2.5rem
            }

            .post-pagination-layout2 .post-pagination .pagi-content .pagi-btn.btn-prev:before {
                content: "<";
                display: inline-block;
                font-size: 1rem;
                font-family: serif;
                transform: scaleY(2);
                margin-right: 10px
            }

            .post-pagination-layout2 .post-pagination .pagi-content .pagi-btn.btn-next:after {
                content: ">";
                display: inline-block;
                font-size: 1rem;
                font-family: serif;
                transform: scaleY(2);
                margin-left: 10px
            }

            .post-pagination-layout2 .post-pagination:hover .pagi-content .pagi-btn {
                background: #fff;
                color: #025
            }

            .score-rate {
                display: block;
                margin: 0;
                padding: 0 15px;
                height: 24px
            }

            .score-rate span {
                float: right;
                color: #666;
                line-height: 150%
            }

            .score-rate:not(:checked)>input {
                position: absolute;
                display: none
            }

            .score-rate:not(:checked)>label {
                float: right;
                display: inline-block;
                overflow: hidden;
                margin-right: 2px;
                width: 20px;
                color: #666;
                white-space: nowrap;
                font-size: 0;
                line-height: 100%;
                cursor: pointer
            }

            .score-rate:not(:checked)>label:before {
                position: relative;
                top: 0;
                display: inline-block;
                content: "★";
                font-size: 1.25rem;
                font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Times;
                line-height: 100%
            }

            .score-rate:not(:checked)>label:hover,.score-rate:not(:checked)>label:hover~label,.score-rate>input:checked+label:hover,.score-rate>input:checked+label:hover~label,.score-rate>input:checked~label,.score-rate>input:checked~label:hover,.score-rate>input:checked~label:hover~label,.score-rate>label:hover~input:checked~label {
                color: #db3700
            }

            .product-details-layout1 .vs-product-review {
                margin-bottom: 20px
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .name i {
                font-style: normal
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .text,.product-details-layout1 .vs-product-review .single-review:last-child,.product-details-layout1 .vs-product-review .single-review:last-of-type {
                margin-bottom: 0
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .text p {
                display: inline-block;
                line-height: 150%
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .text strong {
                display: inline-block;
                margin-top: 10px;
                margin-bottom: 10px
            }

            .product-details-layout1 .vs-product-review .single-review {
                display: flex;
                margin-bottom: 25px;
                padding: 25px;
                box-shadow: 0 0 5px 2px #0022551a;
                align-items: center
            }

            .product-details-layout1 .vs-product-review .single-review.reply-review {
                position: relative;
                box-shadow: 0 0 5px 2px #0000001a
            }

            .product-details-layout1 .vs-product-review .single-review .author-img {
                overflow: hidden;
                margin-right: 20px;
                width: 100px;
                height: 100px
            }

            .product-details-layout1 .vs-product-review .single-review .author-img span.customer-avatar {
                display: block;
                width: 96px;
                height: 96px;
                border-radius: 50%;
                background: #025;
                color: #fff;
                text-align: center;
                font-weight: 700;
                font-size: 3rem;
                line-height: 6rem
            }

            .product-details-layout1 .vs-product-review .single-review .author-img img {
                height: 100%;
                max-width: 100%
            }

            .product-details-layout1 .vs-product-review .single-review .review-content {
                width: calc(100% - 150px)
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .star-rating {
                display: inline-block;
                font-size: 1.3em
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .star-rating small {
                top: 0;
                color: #454545;
                letter-spacing: 0;
                font-size: 1rem;
                font-family: Helvetica,Arial,sans-serif
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .meta {
                display: block;
                margin: 0 0 10px;
                padding: 5px 0 15px;
                width: 100%;
                box-shadow: 0 2px 1px -1px #0003;
                color: #666;
                font-weight: 300;
                font-size: 1rem
            }

            .product-details-layout1 .vs-product-review .single-review .review-content .name {
                margin: 0;
                padding: 0 0 5px;
                vertical-align: middle;
                font-weight: 700;
                font-size: 1.125rem
            }

            .product-details-layout1 .review-form .form-group {
                margin-bottom: 30px
            }

            .product-details-layout1 .review-form .form-title {
                position: relative;
                margin-bottom: 35px;
                padding-bottom: 15px;
                border-bottom: 1px solid #025;
                font-weight: 700;
                font-size: 1.25rem
            }

            .product-details-layout1 .product-tab-nav li a:before,.product-details-layout1 .review-form .form-title:before {
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 180px;
                height: 3px;
                background: #025;
                content: ""
            }

            .product-details-layout1 .review-form .vs-rating-input i {
                position: static;
                font-size: 1rem;
                cursor: pointer;
                transform: none
            }

            .product-details-layout1 .product-features ul.tips li:before {
                display: inline-block;
                content: "";
                width: 21px;
                height: 21px;
                background-size: 21px 21px;
                background-repeat: no-repeat;
                position: relative;
                margin-right: 6px;
                top: 4px
            }

            .product-details-layout1 .product-features ul.tips li.supplity:before {
                top: 5px;
                background-image: url(/assets/img/icon/supplity.svg)
            }

            .product-details-layout1 .product-features ul.tips li.standard:before {
                top: 6px;
                background-image: url(/assets/img/icon/standard.svg)
            }

            .product-details-layout1 .product-features ul.tips li.warranty:before {
                background-image: url(/assets/img/icon/warranty.svg)
            }

            .product-details-layout1 .product-features ul.tips li.money-back:before {
                background-image: url(/assets/img/icon/refund.svg)
            }

            .product-details-layout1 .product-features ul.tips li.global-shipping:before {
                background-image: url(/assets/img/icon/delivery.svg)
            }

            .product-details-layout1 .product-features ul.tips li.tech-support:before {
                background-image: url(/assets/img/icon/support.svg)
            }

            .product-details-layout1 .product-features ul.tips li.payments:before {
                background-image: url(/assets/img/icon/payment.svg)
            }

            .post-pagination i.far.fa-microchip {
                width: 14px;
                height: 14px;
                position: relative;
                top: 2px;
                background: url(/assets/img/icon/model.svg)no-repeat 0 0;
                filter: none
            }

            .post-pagination:hover i.far.fa-microchip {
                filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(224%) hue-rotate(315deg) brightness(121%) contrast(100%)
            }

            i.far.fa-chevron-right:before {
                content: ">"
            }

            i.far.fa-chevron-left:before {
                content: "<"
            }

            i.far.fa-chevron-left:before,i.far.fa-chevron-right:before {
                display: block;
                text-align: center;
                font-size: 1rem;
                font-family: serif;
                transform: scaleY(2)
            }

            .slick-arrow:hover i.far.fa-chevron-left,.slick-arrow:hover i.far.fa-chevron-right {
                filter: none
            }

            .video-feature {
                position: relative;
                width: 100%;
                overflow: hidden;
                padding-top: 56.25%;
                margin-bottom: 40px
            }

            .video-iframe {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                border: 0
            }

            .product-details-layout1 .product-title {
                margin: 0 0 5px;
                padding: 0;
                font-weight: 700;
                font-size: 1.375rem;
                line-height: 1.5
            }

            .product-details-layout1 .fiber-laser-chart {
                display: block;
                padding: 0 0 7px;
                margin: 0;
                margin-bottom: 10px
            }

            .product-details-layout1 .offer {
                margin-top: 8px;
                margin-bottom: 5px;
                font-size: 1rem
            }

            .product-details-layout1 .offer p {
                margin-top: 6px
            }

            .product-details-layout1 .offer span:before {
                color: #db3700;
                font-size: 1.125rem;
                font-weight: 300
            }

            .product-details-layout1 .offer span.strong:before {
                font-weight: 700
            }

            .product-details-layout1 .offer span {
                font-size: 1.125rem;
                color: #db3700
            }

            .product-details-layout1 .product-features {
                display: block;
                width: 100%;
                margin: 0;
                padding: 0
            }

            .product-details-layout1 .product-features ul li {
                margin-bottom: 10px
            }

            .product-details-layout1 .product-features ul.tips li {
                margin-bottom: 5px
            }

            .product-details-layout1 .product-features ul li i {
                margin-right: 5px;
                width: 20px;
                color: #025
            }

            .product-details-layout1 .text {
                margin: 5px 0 16px;
                padding: 0;
                color: #454545;
                font-size: 12pt
            }

            .product-details-layout1 .text p {
                display: block;
                width: 100%
            }

            .product-details-layout1 .action-buttons {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                margin: 10px 0 7px
            }

            .product-details-layout1 .action-buttons p {
                width: calc(25% - 10px);
                min-width: 150px;
                min-height: 50px;
                line-height: 50px;
                text-align: center;
                margin: 0 13.33333px 0 0;
                display: block;
                padding: 0
            }

            .product-details-layout1 .action-buttons p a.act-btn,.product-details-layout1 a.chart-btn {
                display: block;
                padding: 0;
                min-width: 150px;
                height: 50px;
                line-height: 50px;
                background: #025;
                box-shadow: 0 2px 4px 1px #00225540;
                color: #fff;
                width: 100%;
                margin: 7px 0;
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1rem
            }

            .product-details-layout1 a.chart-btn {
                margin-bottom: 0
            }

            .product-details-layout1 .action-buttons p a.act-btn:hover,.product-details-layout1 a.chart-btn:hover {
                background: #db3700;
                box-shadow: 0 2px 4px 1px #db370040
            }

            .product-details-layout1 .product-categories {
                padding: 10px 0;
                border-top: 1px solid #ddd
            }

            .product-details-layout1 .product-categories .inner-title {
                display: inline-block;
                margin-right: 7px;
                vertical-align: middle
            }

            .overview .short-note p,.product-details-layout1 .product-categories ul {
                display: inline-block;
                margin: 0;
                padding: 0
            }

            .product-details-layout1 .product-categories ul li {
                display: inline-block;
                margin-right: 5px;
                list-style: none
            }

            .product-details-layout1 .product-tab-nav {
                margin: 0 0 10px;
                padding: 0;
                border-bottom: 1px solid #252525
            }

            .product-details-layout1 .product-tab-nav li {
                display: inline-block;
                margin-right: 25px;
                list-style-type: none
            }

            .product-details-layout1 .product-tab-nav li a {
                position: relative;
                display: inline-block;
                padding-bottom: 10px;
                text-transform: capitalize
            }

            .product-details-layout1 .product-tab-nav li a h3 {
                margin: 0;
                padding: 0;
                color: #025;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1.25rem
            }

            .product-details-layout1 .product-tab-nav li a:before {
                transition: .4s;
                width: 0
            }

            .product-details-layout1 .product-tab-nav li a.active h3:before,.product-details-layout1 .product-tab-nav li a:hover h3:before {
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 100%;
                height: 3px;
                background: #025;
                content: "";
                transition: .4s
            }

            .product-details-layout1 .product-tab-nav li a:hover {
                text-decoration: none
            }

            .video-btn {
                z-index: 1;
                border-radius: 50%;
                font-size: 2.5rem
            }

            .video-btn .btn-text {
                padding: 0;
                width: 100%;
                height: 100%;
                background: #025;
                line-height: inherit
            }

            .video-btn .btn-text:hover {
                border-color: #025;
                background-color: #fff;
                color: #025
            }

            .video-btn i {
                margin-left: 10%
            }

            .laser-video-box {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 0 0 20px;
                padding-bottom: 55%;
                width: 100%;
                white-space: nowrap
            }

            .product-details-layout1 .product-video-box {
                position: relative;
                margin-bottom: 40px
            }

            .laser-video-box .box-btn,.laser-video-box img,.product-details-layout1 .product-video-box .box-btn {
                position: absolute;
                top: 50%;
                transform: translate(-50%,-50%);
                left: 50%
            }

            .product-details-layout1 .product-video-box .box-btn {
                z-index: 3;
                margin-left: 15px
            }

            .laser-video-box .box-btn a.text,.product-details-layout1 .product-video-box .box-btn a.text {
                position: relative;
                top: -6px;
                left: -15px;
                z-index: 4;
                color: #fff;
                font-weight: 300;
                font-size: 1.125rem
            }

            .laser-video-box .box-btn {
                z-index: 3;
                text-align: center;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%)
            }

            .laser-video-box:before,.product-details-layout1 .product-video-box:before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 100%;
                background: #025;
                content: "";
                opacity: .3
            }

            .select2-container {
                box-sizing: border-box;
                display: inline-block;
                margin: 0;
                position: relative;
                vertical-align: middle
            }

            .select2-container .select2-selection--single {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                height: 28px;
                user-select: none;
                -webkit-user-select: none
            }

            .select2-container .select2-selection--single .select2-selection__rendered {
                display: block;
                padding-left: 8px;
                padding-right: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .select2-container .select2-selection--single .select2-selection__clear {
                background-color: transparent;
                border: none;
                font-size: 1em
            }

            .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
                padding-right: 8px;
                padding-left: 20px
            }

            .select2-container .select2-selection--multiple {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                min-height: 32px;
                user-select: none;
                -webkit-user-select: none
            }

            .select2-container .select2-selection--multiple .select2-selection__rendered {
                display: inline;
                list-style: none;
                padding: 0
            }

            .select2-container .select2-selection--multiple .select2-selection__clear {
                background-color: transparent;
                border: none;
                font-size: 1em
            }

            .select2-container .select2-search--inline .select2-search__field {
                box-sizing: border-box;
                border: none;
                font-size: 100%;
                margin-top: 5px;
                margin-left: 5px;
                padding: 0;
                max-width: 100%;
                resize: none;
                height: 18px;
                vertical-align: bottom;
                font-family: sans-serif;
                overflow: hidden;
                word-break: keep-all
            }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

            .select2-dropdown {
                background-color: white;
                border: 1px solid #aaa;
                border-radius: 4px;
                box-sizing: border-box;
                display: block;
                position: absolute;
                left: -100000px;
                width: 100%;
                z-index: 1051
            }

            .select2-results {
                display: block
            }

            .select2-results__options {
                list-style: none;
                margin: 0;
                padding: 0
            }

            .select2-results__option {
                padding: 6px;
                user-select: none;
                -webkit-user-select: none
            }

            .select2-results__option--selectable {
                cursor: pointer
            }

            .select2-container--open .select2-dropdown {
                left: 0
            }

            .select2-container--open .select2-dropdown--above {
                border-bottom: none;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

            .select2-container--open .select2-dropdown--below {
                border-top: none;
                border-top-left-radius: 0;
                border-top-right-radius: 0
            }

            .select2-search--dropdown {
                display: block;
                padding: 4px
            }

            .select2-search--dropdown .select2-search__field {
                padding: 4px;
                width: 100%;
                box-sizing: border-box
            }

            .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

            .select2-search--dropdown.select2-search--hide {
                display: none
            }

            .select2-close-mask {
                border: 0;
                margin: 0;
                padding: 0;
                display: block;
                position: fixed;
                left: 0;
                top: 0;
                min-height: 100%;
                min-width: 100%;
                height: auto;
                width: auto;
                opacity: 0;
                z-index: 99;
                background-color: #fff;
                filter: alpha(opacity=0)
            }

            .select2-hidden-accessible {
                border: 0 !important;
                clip: rect(0 0 0 0) !important;
                -webkit-clip-path: inset(50%) !important;
                clip-path: inset(50%) !important;
                height: 1px !important;
                overflow: hidden !important;
                padding: 0 !important;
                position: absolute !important;
                width: 1px !important;
                white-space: nowrap !important
            }

            .select2-container--default .select2-selection--single {
                background-color: #fff;
                border: 1px solid #aaa;
                border-radius: 4px
            }

            .select2-container--default .select2-selection--single .select2-selection__rendered {
                color: #444;
                line-height: 28px
            }

            .select2-container--default .select2-selection--single .select2-selection__clear {
                cursor: pointer;
                float: right;
                font-weight: bold;
                height: 26px;
                margin-right: 20px;
                padding-right: 0px
            }

            .select2-container--default .select2-selection--single .select2-selection__placeholder {
                color: #999
            }

            .select2-container--default .select2-selection--single .select2-selection__arrow {
                height: 26px;
                position: absolute;
                top: 1px;
                right: 1px;
                width: 20px
            }

            .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border-color: #888 transparent transparent transparent;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                height: 0;
                left: 50%;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0
            }

            .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
                float: left
            }

            .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
                left: 1px;
                right: auto
            }

            .select2-container--default.select2-container--disabled .select2-selection--single {
                background-color: #eee;
                cursor: default
            }

            .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
                display: none
            }

            .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
                border-color: transparent transparent #888 transparent;
                border-width: 0 4px 5px 4px
            }

            .select2-container--default .select2-selection--multiple {
                background-color: white;
                border: 1px solid #aaa;
                border-radius: 4px;
                cursor: text;
                padding-bottom: 5px;
                padding-right: 5px;
                position: relative
            }

            .select2-container--default .select2-selection--multiple.select2-selection--clearable {
                padding-right: 25px
            }

            .select2-container--default .select2-selection--multiple .select2-selection__clear {
                cursor: pointer;
                font-weight: bold;
                height: 20px;
                margin-right: 10px;
                margin-top: 5px;
                position: absolute;
                right: 0;
                padding: 1px
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice {
                background-color: #e4e4e4;
                border: 1px solid #aaa;
                border-radius: 4px;
                box-sizing: border-box;
                display: inline-block;
                margin-left: 5px;
                margin-top: 5px;
                padding: 0;
                padding-left: 20px;
                position: relative;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: bottom;
                white-space: nowrap
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
                cursor: default;
                padding-left: 2px;
                padding-right: 5px
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
                background-color: transparent;
                border: none;
                border-right: 1px solid #aaa;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                color: #999;
                cursor: pointer;
                font-size: 1em;
                font-weight: bold;
                padding: 0 4px;
                position: absolute;
                left: 0;
                top: 0
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
                background-color: #f1f1f1;
                color: #333;
                outline: none
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
                margin-left: 5px;
                margin-right: auto
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
                padding-left: 5px;
                padding-right: 2px
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
                border-left: 1px solid #aaa;
                border-right: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
                float: left;
                margin-left: 10px;
                margin-right: auto
            }

            .select2-container--default.select2-container--focus .select2-selection--multiple {
                border: solid black 1px;
                outline: 0
            }

            .select2-container--default.select2-container--disabled .select2-selection--multiple {
                background-color: #eee;
                cursor: default
            }

            .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
                display: none
            }

            .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
                border-top-left-radius: 0;
                border-top-right-radius: 0
            }

            .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

            .select2-container--default .select2-search--dropdown .select2-search__field {
                border: 1px solid #aaa
            }

            .select2-container--default .select2-search--inline .select2-search__field {
                background: transparent;
                border: none;
                outline: 0;
                box-shadow: none;
                -webkit-appearance: textfield
            }

            .select2-container--default .select2-results>.select2-results__options {
                max-height: 200px;
                overflow-y: auto
            }

            .select2-container--default .select2-results__option .select2-results__option {
                padding-left: 1em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
                padding-left: 0
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -1em;
                padding-left: 2em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -2em;
                padding-left: 3em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -4em;
                padding-left: 5em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5em;
                padding-left: 6em
            }

            .select2-container--default .select2-results__option--group {
                padding: 0
            }

            .select2-container--default .select2-results__option--disabled {
                color: #999
            }

            .select2-container--default .select2-results__option--selected {
                background-color: #ddd
            }

            .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
                background-color: #5897fb;
                color: white
            }

            .select2-container--default .select2-results__group {
                cursor: default;
                display: block;
                padding: 6px
            }

            .select2-container--classic .select2-selection--single {
                background-color: #f7f7f7;
                border: 1px solid #aaa;
                border-radius: 4px;
                outline: 0;
                background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
                background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
                background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
            }

            .select2-container--classic .select2-selection--single:focus {
                border: 1px solid #5897fb
            }

            .select2-container--classic .select2-selection--single .select2-selection__rendered {
                color: #444;
                line-height: 28px
            }

            .select2-container--classic .select2-selection--single .select2-selection__clear {
                cursor: pointer;
                float: right;
                font-weight: bold;
                height: 26px;
                margin-right: 20px
            }

            .select2-container--classic .select2-selection--single .select2-selection__placeholder {
                color: #999
            }

            .select2-container--classic .select2-selection--single .select2-selection__arrow {
                background-color: #ddd;
                border: none;
                border-left: 1px solid #aaa;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                height: 26px;
                position: absolute;
                top: 1px;
                right: 1px;
                width: 20px;
                background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
                background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
                background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
            }

            .select2-container--classic .select2-selection--single .select2-selection__arrow b {
                border-color: #888 transparent transparent transparent;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                height: 0;
                left: 50%;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0
            }

            .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
                float: left
            }

            .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
                border: none;
                border-right: 1px solid #aaa;
                border-radius: 0;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                left: 1px;
                right: auto
            }

            .select2-container--classic.select2-container--open .select2-selection--single {
                border: 1px solid #5897fb
            }

            .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
                background: transparent;
                border: none
            }

            .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
                border-color: transparent transparent #888 transparent;
                border-width: 0 4px 5px 4px
            }

            .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
                border-top: none;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
                background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
                background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
            }

            .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
                border-bottom: none;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
                background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
                background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
            }

            .select2-container--classic .select2-selection--multiple {
                background-color: white;
                border: 1px solid #aaa;
                border-radius: 4px;
                cursor: text;
                outline: 0;
                padding-bottom: 5px;
                padding-right: 5px
            }

            .select2-container--classic .select2-selection--multiple:focus {
                border: 1px solid #5897fb
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__clear {
                display: none
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice {
                background-color: #e4e4e4;
                border: 1px solid #aaa;
                border-radius: 4px;
                display: inline-block;
                margin-left: 5px;
                margin-top: 5px;
                padding: 0
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
                cursor: default;
                padding-left: 2px;
                padding-right: 5px
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
                background-color: transparent;
                border: none;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                color: #888;
                cursor: pointer;
                font-size: 1em;
                font-weight: bold;
                padding: 0 4px
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: #555;
                outline: none
            }

            .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
                margin-left: 5px;
                margin-right: auto
            }

            .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
                padding-left: 5px;
                padding-right: 2px
            }

            .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px
            }

            .select2-container--classic.select2-container--open .select2-selection--multiple {
                border: 1px solid #5897fb
            }

            .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
                border-top: none;
                border-top-left-radius: 0;
                border-top-right-radius: 0
            }

            .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
                border-bottom: none;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

            .select2-container--classic .select2-search--dropdown .select2-search__field {
                border: 1px solid #aaa;
                outline: 0
            }

            .select2-container--classic .select2-search--inline .select2-search__field {
                outline: 0;
                box-shadow: none
            }

            .select2-container--classic .select2-dropdown {
                background-color: #fff;
                border: 1px solid transparent
            }

            .select2-container--classic .select2-dropdown--above {
                border-bottom: none
            }

            .select2-container--classic .select2-dropdown--below {
                border-top: none
            }

            .select2-container--classic .select2-results>.select2-results__options {
                max-height: 200px;
                overflow-y: auto
            }

            .select2-container--classic .select2-results__option--group {
                padding: 0
            }

            .select2-container--classic .select2-results__option--disabled {
                color: grey
            }

            .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
                background-color: #3875d7;
                color: #fff
            }

            .select2-container--classic .select2-results__group {
                cursor: default;
                display: block;
                padding: 6px
            }

            .select2-container--classic.select2-container--open .select2-dropdown {
                border-color: #5897fb
            }

            .select2-container .select2-selection--single .select2-selection__arrow {
                height: 50px
            }

            .select2-container {
                width: 100%!important
            }

            .select2-container span.select2-selection {
                height: 50px;
                border: 1px solid #ddd;
                border-radius: 2px;
                background: #fff
            }

            .custom-range:focus,.select2-container span.select2-selection:focus {
                outline: 0
            }

            .select2-container .select2-selection--single .select2-selection__rendered {
                padding-left: 20px;
                color: #666;
                font-size: 1rem;
                line-height: 3.125rem
            }

            .select2-container .select2-selection--single .select2-selection__arrow b {
                margin-top: -4px;
                margin-left: -22px;
                border-color: #666 transparent transparent;
                border-width: 6px 7px 0
            }

            .select2-container[dir=rtl] .select2-selection--single .select2-selection__arrow b {
                margin-left: 10px
            }

            .select2-container .select2-dropdown .select2-search__field {
                border: 1px solid #ddd;
                border-radius: 2px
            }

            .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
                border-color: transparent transparent #666;
                border-width: 0 7px 6px
            }

            .post-pagination-layout2,.product-info,.product-slider .slick-slider,.product-tab,.vs-product-layout1 {
                content-visibility: auto
            }

            .product-group-profile {
                display: block;
                width: 100%;
                min-height: 100px;
                margin: 30px auto
            }

            .overview {
                display: block;
                width: 100%;
                margin: 0;
                padding: 0;
                text-align: center
            }

            .overview h2 {
                display: inline-block;
                margin: 0 2%;
                width: 96%;
                color: #025;
                font-size: 1.75rem
            }

            .overview .updatetime {
                display: inline-block;
                width: 100%;
                padding: 0;
                margin: 0 0 30px
            }

            .overview .short-note {
                width: 100%;
                display: inline-block;
                position: relative;
                background: #fff;
                border: 2px #025 double;
                padding: 20px
            }

            .overview .short-note:after,.overview .short-note:before {
                content: "";
                background: #fff;
                position: absolute;
                height: 1.5em
            }

            .overview .short-note:before {
                border: 2px #025 double;
                border-bottom: none;
                border-right: none;
                width: 1.5em;
                left: 50%;
                margin-left: -.75em;
                transform: rotate(45deg);
                top: -.85em;
                z-index: 0
            }

            .overview .short-note:after {
                width: 3em;
                top: 0;
                left: 50%;
                margin-left: -1.5em;
                z-index: 1
            }
        </style>
        <link rel="stylesheet" id="bootstrap" href="https://www.stylecnc.com/assets/css/bootstrap.css">
        <script>
            var p = document.createElement("p");
            p.text = '<link rel="stylesheet" id="font" href="/assets/css/iconfont.css" fetchpriority="low">';
            var cb = function() {
                var h = document.getElementById("style");
                h.insertAdjacentHTML("afterend", p.text)
            };
            var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
            if (raf)
                raf(cb);
            else
                window.addEventListener('load', cb);
        </script>
        <link rel="stylesheet" id="style" href="https://www.stylecnc.com/assets/css/style.css">
        <style>
            body,sup {
                font-weight: 300
            }

            sup {
                font-size: .75rem;
                top: 3px;
                margin-right: 1px
            }

            .price,sub,sup {
                color: #db3700
            }

            sub {
                font-size: .875rem;
                font-weight: 700;
                margin-right: 0;
                top: -3px
            }

            .price {
                font-family: Verdana,Helvetica,Arial;
                font-weight: 600
            }

            *,:after,:before,html {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box
            }

            :after,:before {
                margin: 0
            }

            * {
                font-size: 100%;
                word-break: normal;
                word-spacing: normal;
                word-wrap: normal
            }

            body {
                overflow-x: hidden;
                font-size: 1rem;
                direction: ltr;
                font-synthesis: none;
                -moz-font-feature-settings: kern;
                -moz-osx-font-smoothing: grayscale
            }

            html {
                -webkit-text-size-adjust: 100%;
                -ms-text-size-adjust: 100%;
                text-size-adjust: 100%
            }

            abbr,blockquote,dd,dl,dt,fieldset,form,hgroup,legend,ol,pre,span,textarea {
                margin: 0;
                padding: 0;
                font-family: Helvetica,Arial,sans-serif
            }

            button {
                overflow: visible;
                box-sizing: initial;
                border: 0;
                background: 0 0;
                color: inherit;
                vertical-align: inherit;
                font: inherit;
                line-height: inherit;
                cursor: pointer
            }

            .stylecnc-icon-search,body {
                -webkit-font-smoothing: antialiased
            }

            img,td p,th p {
                width: auto
            }

            *,body,button,html,main,nav {
                padding: 0;
                margin: 0
            }

            caption,input {
                margin: 0
            }

            figure,input {
                padding: 0
            }

            a,body,em,figure,h1,h2,h3,h4,h5,h6,html,i,input,li,p,strong,td,th {
                font-family: Helvetica,Arial,sans-serif;
                font-style: normal
            }

            audio,canvas,progress,video {
                vertical-align: initial
            }

            button:disabled {
                cursor: default
            }

            :focus {
                outline: 0;
                outline-offset: 0
            }

            :focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
                outline: 0
            }

            ::-moz-focus-inner {
                padding: 0;
                border: 0
            }

            embed {
                pointer-events: none
            }

            h1,h2,h3,h4,h5,h6 {
                margin: 0;
                padding: 10px 0;
                font-weight: 700;
                line-height: 1.5
            }

            h1,h2,h3,h4,h5,h6,strong {
                color: #025;
                text-transform: capitalize
            }

            .strong,strong {
                font-weight: 700
            }

            li,ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

            h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
                color: inherit;
                font-weight: inherit;
                font-size: inherit;
                font-family: inherit
            }

            figure {
                margin: 1em 0
            }

            table {
                display: table;
                margin: 1em auto;
                padding: 0;
                border-collapse: collapse;
                table-layout: fixed;
                vertical-align: middle;
                text-indent: 0;
                border-spacing: 0
            }

            table:focus {
                background: #f7f7f7
            }

            caption,td,th {
                font-weight: 300;
                display: table-cell;
                vertical-align: middle;
                text-align: left;
                font-size: 100%
            }

            caption,th {
                font-weight: 700
            }

            caption {
                display: block;
                color: #025;
                padding: 10px 0
            }

            td,th {
                padding: 10px 20px
            }

            td p,th p {
                margin: 0;
                padding: 0
            }

            h1 {
                font-size: 2.6rem
            }

            h2 {
                font-size: 2.2rem
            }

            h3 {
                font-size: 1.6rem
            }

            h4 {
                font-size: 1.4rem
            }

            h5 {
                font-size: 1.2rem
            }

            a,body {
                color: #454545
            }

            a,button {
                transition: .4s
            }

            a,p {
                line-height: 1.5
            }

            a,a:active,a:focus,a:hover,a:visited {
                outline: 0;
                text-decoration: none
            }

            input::placeholder {
                min-height: 24px
            }

            embed,img,img:not([draggable]),object,video {
                height: auto;
                max-width: 100%
            }

            .visibility {
                display: none;
                visibility: hidden
            }

            fieldset,iframe,img {
                border: 0
            }

            .product-details-layout1 .tab-content p img {
                margin-top: 10px;
                margin-bottom: 10px;
                width: 100%;
                max-width: 720px;
                height: auto;
                box-shadow: 0 0 10px 0#0000004d;
                transition: .4s
            }

            .product-details-layout1 .tab-content p img:hover {
                box-shadow: 0 0 10px 0#0009
            }

            .product-details-layout1 .tab-content img:hover {
                transform: scale(1.02)
            }

            .product-details-layout1 .tab-content img#validateimg {
                margin: 0;
                width: auto;
                border: 0
            }

            .product-details-layout1 .tab-content h4,.product-details-layout1 .tab-content h5 {
                padding-top: 10px;
                padding-bottom: 10px;
                color: #025;
                text-transform: none;
                font-weight: 700
            }

            .product-details-layout1 .tab-content h2 {
                width: 100%;
                font-size: 2rem
            }

            .product-details-layout1 .tab-content p {
                padding: 0;
                line-height: 1.5
            }

            .product-details-layout1 .tab-content a {
                text-decoration: underline;
                text-transform: capitalize
            }

            .product-details-layout1 .tab-content .form-group img {
                margin-top: 0;
                box-shadow: none
            }

            .header-layout1,.header-logo {
                position: fixed;
                top: 0;
                left: 0;
                z-index: 10006;
                height: 50px;
                line-height: 3.125rem
            }

            .header-layout1 {
                display: block;
                width: 100%;
                min-height: 50px;
                background: #fff;
                box-shadow: 0 1px 4px -1px #0000004d
            }

            .header-logo {
                width: 120px
            }

            .header-logo img {
                position: absolute;
                left: .8rem;
                top: 12px;
                width: 120px;
                height: 26px
            }

            .header-btn {
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: flex-end
            }

            .header-btn>a.primary-btn {
                margin-top: 18px;
                margin-right: 30px;
                width: 240px;
                font-size: 1rem
            }

            .header-btn button {
                padding: 0;
                height: 50px;
                border: 0;
                background-color: transparent;
                color: #025;
                font-size: 1.75rem;
                line-height: 3.125rem
            }

            .product-details-layout1 .product-details-img div {
                margin: 0;
                padding: 0
            }

            .product-details-layout1 .product-details-img:hover {
                box-shadow: 0 0 10px #0009!important
            }

            .product-details-layout1 .product-details-img {
                position: relative;
                display: grid;
                overflow: hidden;
                padding: 5px;
                box-shadow: 0 0 10px #0000001a;
                white-space: nowrap;
                grid-template-columns: repeat(auto-fill,minmax(100%,1fr))
            }

            .product-details-layout1 .product-details-img .slick-arrow {
                top: 50%;
                left: -50px;
                z-index: 2;
                visibility: hidden;
                width: 35px;
                height: 35px;
                line-height: 2.1875rem;
                opacity: 0;
                transition: .4s;
                border-radius: 50%;
                background: #025;
                box-shadow: 0 0 5px #0000004d;
                color: #fff;
                font-size: .875rem;
                transform: translateY(-50%)
            }

            .product-details-layout1 .product-details-img .slick-arrow.slick-next {
                right: -50px;
                left: auto
            }

            .product-details-layout1 .product-details-img ul.slick-dots {
                position: absolute;
                top: 20px;
                right: 20px;
                z-index: 3;
                margin: 0;
                padding: 0;
                line-height: 0
            }

            .product-details-layout1 .product-details-img ul.slick-dots li {
                display: inline-block;
                margin-right: 7px;
                line-height: 0
            }

            .product-details-layout1 .product-details-img ul.slick-dots li.slick-active button {
                width: 15px
            }

            .product-details-layout1 .product-details-img ul.slick-dots li button {
                padding: 0;
                width: 9px;
                height: 9px;
                border: 0;
                background: #025;
                font-size: 0;
                line-height: 0
            }

            .product-details-layout1 .product-details-img:hover .slick-arrow {
                left: 20px;
                visibility: visible;
                opacity: 1
            }

            .product-details-layout1 .product-details-img:hover .slick-arrow.slick-next {
                right: 20px;
                left: auto
            }

            .product-details-layout1 .product-details-thumb {
                display: block;
                margin: 10px -5px 20px
            }

            .product-details-layout1 .product-details-thumb .slick-slide {
                margin-top: 5px;
                margin-bottom: 5px;
                padding-right: 5px;
                padding-left: 5px;
                cursor: pointer
            }

            .product-details-layout1 .product-details-thumb .slick-slide img {
                padding: 2px;
                width: 100%;
                height: 100%;
                border: 0;
                background: #fff;
                box-shadow: 0 0 4px #0253
            }

            .product-details-layout1 .product-details-thumb .slick-current img {
                box-shadow: 0 0 4px #db3700e6
            }

            .product-details-layout1 .product-details-img img {
                width: 100%;
                aspect-ratio: 4/3;
                object-fit: contain
            }

            .stylecnc-search {
                position: relative;
                float: right;
                overflow: hidden;
                margin-top: 7px;
                margin-right: 7px;
                width: 0;
                height: 40px;
                min-width: 40px;
                -webkit-transition: width .3s;
                -moz-transition: width .3s;
                transition: width .5s;
                -webkit-backface-visibility: hidden
            }

            .stylecnc-search-input,.stylecnc-search-submit {
                top: 0;
                margin: auto;
                height: 32px;
                background: #fff;
                position: absolute;
                right: 0;
                outline: 0
            }

            .noborder {
                opacity: 0
            }

            .stylecnc-search-input {
                bottom: 0;
                z-index: 10;
                display: inline-block;
                padding-right: 8px;
                padding-left: 8px;
                width: 176px;
                border: 0;
                color: #454545;
                vertical-align: middle;
                font-weight: 300;
                font-size: 1rem;
                font-family: Helvetica,Arial
            }

            input[type=search].stylecnc-search-input {
                line-height: 2rem;
                margin-top: 3px;
                margin-right: 3px;
                border: 0;
                -webkit-border-radius: 0;
                box-shadow: 0 0 1px #025;
                -webkit-appearance: none
            }

            .stylecnc-search-input:-moz-placeholder,.stylecnc-search-input:-ms-input-placeholder,.stylecnc-search-input::-moz-placeholder,.stylecnc-search-input::-webkit-input-placeholder {
                color: #666;
                line-height: 2rem;
                transform: scale(.45);
                transform-origin: 0 50%
            }

            .stylecnc-icon-search,.stylecnc-search-submit {
                bottom: 0;
                display: block;
                text-align: center;
                cursor: pointer
            }

            .stylecnc-search-submit {
                z-index: -1;
                padding: 0;
                width: 32px;
                border: 0;
                color: transparent;
                line-height: 2rem;
                opacity: 0
            }

            .stylecnc-icon-search,.stylecnc-icon-search i {
                font-weight: 300;
                font-size: 1.25rem;
                line-height: 2rem
            }

            .stylecnc-icon-search {
                position: absolute;
                top: 3px;
                right: 8px;
                z-index: 90;
                margin: 0;
                padding: 0;
                width: 20px;
                height: 20px;
                background: #fff;
                color: #025;
                text-transform: none;
                font-style: normal;
                font-variant: normal;
                speak: none
            }

            .stylecnc-icon-search:before {
                content: ""
            }

            .no-js .stylecnc-search,.stylecnc-search.stylecnc-search-open {
                width: 180px;
                line-height: 2rem
            }

            .no-js .stylecnc-search .stylecnc-icon-search,.stylecnc-search.stylecnc-search-open .stylecnc-icon-search {
                z-index: 11;
                background: #fff;
                color: #454545
            }

            .breadcumb-wrapper.breadcumb-layout1 {
                display: block;
                width: 100%;
                min-height: 120px;
                margin: 0;
                padding: 0;
                background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMwMDBlM2Y7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNLjcsMlYxLjNIMFYuN0guN1YwaC41Vi43SDJ2LjZIMS4yVjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+)0 0/3px 3px #025
            }

            .breadcumb-layout1 .breadcumb-content ul li:last-child:after,.none,.product-details-layout1 .product-details-img .slick-arrow:after,.vs-product .product-header .slick-arrow:after {
                display: none
            }

            .breadcumb-layout1 .breadcumb-content .breadcumb-title,.mb-0 {
                margin-bottom: 0
            }

            .breadcumb-layout1 .breadcumb-content {
                position: relative;
                padding-top: 60px;
                padding-bottom: 80px
            }

            .breadcumb-layout1 .breadcumb-content .breadcumb-title,.breadcumb-layout1 .breadcumb-content .breadcumb-title a {
                color: #fff;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1.5
            }

            .breadcumb-layout1 .breadcumb-content ul {
                position: absolute;
                right: 0;
                bottom: -1px;
                display: block;
                padding: 10px 20px;
                border-radius: 2px 2px 0 0;
                background: #fff
            }

            .breadcumb-layout1 .breadcumb-content ul li {
                position: relative;
                display: inline;
                margin-top: 10px;
                font-weight: 300;
                font-size: 1rem;
                line-height: 1.5
            }

            .breadcumb-layout1 .breadcumb-content ul li:after {
                margin-right: 5px;
                margin-left: 5px;
                color: #025;
                content: "I";
                font: inherit;
                font-weight: 300;
                line-height: inherit
            }

            .breadcumb-layout1 .breadcumb-content ul li a {
                display: inline-block;
                font-weight: inherit;
                font-size: 1rem;
                font-family: inherit;
                line-height: inherit
            }

            .breadcumb-layout1 .breadcumb-content ul li.active {
                color: #025;
                font-size: 1rem
            }

            .breadcumb-layout1 .breadcumb-content .breadcumb-title a:hover {
                color: #fff;
                text-decoration: underline
            }

            .breadcumb-layout1 .breadcumb-content ul.graybg,.greyback,.secondary-bg1,.secondary-bg2 {
                background: #f7f7f7
            }

            #stylecnc-search {
                position: fixed;
                display: block;
                top: 0;
                right: 2.2em;
                z-index: 10009
            }

            header {
                background: #fff
            }

            .header-btn button:hover {
                color: #025
            }

            .primary-btn {
                position: relative;
                z-index: 5;
                display: inline-block;
                overflow: hidden;
                margin-right: 15px;
                margin-bottom: 20px;
                width: 240px;
                height: 50px;
                line-height: 50px;
                max-width: 100%;
                border: 0;
                box-shadow: 0 10px 28.5px 1.5px #002b8b40;
                color: #fff;
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1rem;
                transition: .4s!important
            }

            .blue-background {
                background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMwMDBlM2Y7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNLjcsMlYxLjNIMFYuN0guN1YwaC41Vi43SDJ2LjZIMS4yVjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+)0 0/3px 3px #025
            }

            .circle-btn,.circle-btn .ripple,.primary-bg1,.primary-btn,.slick-arrow.type2:hover {
                background: #025
            }

            .primary-btn.type2:hover {
                box-shadow: 0 0 3px 3px rgba(255,255,255,.5)
            }

            .primary-btn.white-btn,.primary-btn.white-btn:active,.primary-btn.white-btn:focus,.primary-btn.white-btn:visited,.product-details-layout1 .product-details-img .slick-arrow:hover,.vs-product .action-buttons a:hover {
                background: #fff;
                color: #025
            }

            .circle-btn.type2,.circle-btn.type2 .ripple,.footer-layout1 .copyright-area .social-links li a:hover,.phone-box,.phone-box .icon i,.primary-bg2,.primary-btn.type2,.primary-btn.white-btn:hover,.primary-btn:hover,.ripple-wrap.type2,.video-btn.type2-btn .btn-text,.video-btn.type2-btn .ripple {
                background-color: #db3700;
                color: #fff
            }

            .primary-btn .btn-text {
                position: relative;
                z-index: 10;
                display: inline-block
            }

            .footer-layout1 .footer-wid-wrap .widget_contact li:hover i,.primary-btn:active,.primary-btn:focus,.vs-product-layout1 .product-index-title button.collapsed,.white-color,.white-color .text,.white-color .title,.white-color a {
                color: #fff
            }

            .bborder {
                opacity: 1
            }

            .rating-list div,.vs-product .rating-show div,span.icon-arrow,td p,th p {
                display: inline
            }

            .full-btn a.primary-btn,.laser-video-box img,.primary-btn.full-width,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content.full-width,caption,table {
                width: 100%
            }

            a.link-btn {
                text-transform: none
            }

            .circle-btn.xl,.form-group input[type=radio]~label span {
                font-size: .75rem
            }

            .form-control:focus,.no-shadow,.primary-btn.no-shadow {
                box-shadow: none
            }

            .circle-btn:hover {
                box-shadow: 0 10px 54px -4px #fff;
                background: #fff;
                color: #025
            }

            #nav {
                position: relative;
                z-index: 10006;
                width: 100%;
                height: 100%
            }

            #main-menu>li [data-icon] {
                display: none
            }

            .main-menu-btn {
                position: relative;
                display: block;
                overflow: hidden;
                margin-top: 13px;
                height: 24px;
                color: #025;
                text-align: center;
                line-height: 1.5rem;
                cursor: pointer;
                -webkit-tap-highlight-color: transparent
            }

            .main-menu-btn-text {
                position: absolute;
                display: none
            }

            .main-menu-btn-icon {
                top: 50%
            }

            .main-menu-btn-icon,.main-menu-btn-icon:after,.main-menu-btn-icon:before {
                position: absolute;
                right: 0;
                width: 24px;
                height: 2px;
                background: #025
            }

            .main-menu-btn-icon:before {
                top: -7px;
                left: 0;
                content: ""
            }

            .main-menu-btn-icon:after {
                top: 7px;
                left: 0;
                content: ""
            }

            #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
                height: 0;
                background: 0 0
            }

            #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
                top: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
                top: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            #main-menu-state {
                position: absolute;
                overflow: hidden;
                clip: rect(1px,1px,1px,1px);
                margin: -1px;
                padding: 0;
                width: 1px;
                height: 1px;
                border: 0
            }

            #main-menu-state:not(:checked)~#main-menu {
                display: none
            }

            #main-menu-state:checked~#main-menu {
                display: block
            }

            #main-menu {
                margin-bottom: 0
            }

            .stylecnc,.stylecnc li,.stylecnc ul {
                display: block;
                margin: 0;
                padding: 0;
                list-style: none;
                text-align: left;
                line-height: normal;
                direction: ltr;
                -webkit-tap-highlight-color: transparent
            }

            .stylecnc ul {
                display: none
            }

            .stylecnc a,.stylecnc li {
                position: relative
            }

            .stylecnc a {
                display: block
            }

            .stylecnc:after {
                clear: both;
                display: block;
                visibility: hidden;
                overflow: hidden;
                height: 0;
                content: " ";
                font: 0/0 serif
            }

            .stylecnc,.stylecnc *,.stylecnc:after,.stylecnc:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box
            }

            .stylecnc-menu {
                position: fixed;
                top: 50px;
                left: 0;
                z-index: 10006;
                display: block;
                width: 100%;
                height: 100%;
                border-top: 2px solid #025;
                background: #fff
            }

            .stylecnc-menu a {
                padding: 20px;
                box-shadow: 0 2px 1px -1px #0003;
                color: #025;
                text-decoration: none;
                font-weight: 700;
                font-size: 1.25rem;
                line-height: 1.5rem
            }

            .stylecnc-menu a span.sub-arrow {
                position: absolute;
                top: 50%;
                right: 10px;
                left: auto;
                overflow: hidden;
                margin-top: -16px;
                width: 32px;
                height: 32px;
                color: #025;
                text-align: center;
                text-shadow: none;
                font-weight: 700;
                font-size: 1.75rem;
                font-family: serif;
                line-height: 2rem
            }

            .stylecnc-menu a span.sub-arrow:before {
                display: block;
                content: "+";
                font-size: 1.75rem
            }

            .stylecnc-menu a.highlighted span.sub-arrow:before {
                display: block;
                content: "–";
                font-size: 1.75rem
            }

            .stylecnc-menu ul {
                width: 100%;
                background: #fff;
                -webkit-box-shadow: 0 0 2px -1px #0003;
                -moz-box-shadow: 0 0 2px -1px #0003;
                box-shadow: 0 0 2px -1px #0003
            }

            .stylecnc-menu ul a,.stylecnc-menu ul a:active,.stylecnc-menu ul a:focus,.stylecnc-menu ul a:hover {
                padding: 0 20px;
                height: 48px;
                border-left: 8px solid transparent;
                background: 0 0;
                box-shadow: 0 2px 1px -1px #0003;
                color: #025;
                font-weight: 300;
                font-size: 1rem;
                line-height: 3rem
            }

            .stylecnc-menu ul a:before {
                display: inline-block;
                position: relative;
                top: -3px;
                margin-right: 10px;
                color: #025;
                content: "►";
                font-weight: 400;
                font-size: .45rem;
                font-family: Arial;
                transform: scale(1,2)
            }

            .stylecnc-menu ul ul a:before {
                font-size: 1rem;
                margin-right: 10px;
                content: "–"
            }

            .stylecnc-menu ul ul a,.stylecnc-menu ul ul a:active,.stylecnc-menu ul ul a:focus,.stylecnc-menu ul ul a:hover {
                border-left: 10px solid transparent
            }

            .stylecnc-menu ul ul ul a,.stylecnc-menu ul ul ul a:active,.stylecnc-menu ul ul ul a:focus,.stylecnc-menu ul ul ul a:hover {
                border-left: 18px solid transparent
            }

            @media (min-width: 768px) and (max-width:991.98px) {
                .stylecnc-menu ul {
                    margin-top:35px
                }
            }

            @media (min-width: 992px) and (max-width:1199.98px) {
                .stylecnc-menu ul {
                    margin-top:39px
                }
            }

            @media (min-width: 1200px) and (max-width:1399.98px) {
                .stylecnc-menu ul {
                    margin-top:66px
                }
            }

            @media (min-width: 1400px) and (max-width:1599.98px) {
                .stylecnc-menu ul {
                    margin-top:65px
                }
            }

            @media (min-width: 1600px) {
                .stylecnc-menu ul {
                    margin-top:64px
                }
            }

            @media (min-width: 768px) {
                .header-layout1 {
                    position:relative;
                    height: auto;
                    padding-top: 30px;
                    padding-bottom: 30px;
                    box-shadow: none
                }

                .header-layout1,.header-logo {
                    line-height: 100%
                }

                .header-logo,.header-logo img {
                    position: relative;
                    top: auto;
                    left: auto;
                    width: 200px;
                    height: 43px
                }

                #stylecnc-search,.main-menu-btn,.stylecnc-menu a.highlighted span.sub-arrow:before {
                    display: none
                }

                #main-menu-state:not(:checked)~#main-menu {
                    display: block
                }

                #main-menu,#main-menu-sticky {
                    position: relative;
                    top: 0;
                    left: 0;
                    z-index: 2;
                    margin-bottom: 0;
                    width: auto
                }

                #main-menu>li [data-icon] {
                    display: inline
                }

                #main-menu>li [data-icon]:before {
                    position: relative;
                    top: 2px;
                    margin-right: .375em;
                    font-size: .89em;
                    line-height: 1.25rem
                }

                #main-menu.stylecnc-menu>li [data-icon]:before {
                    color: #025
                }

                .stylecnc-menu {
                    border-top: none;
                    background: #fff;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none
                }

                .stylecnc-menu ul {
                    position: absolute;
                    -webkit-box-shadow: 0 0 8px -2px #00000080;
                    -moz-box-shadow: 0 0 8px -2px #00000080;
                    box-shadow: 0 0 8px -2px #00000080
                }

                .stylecnc-menu li {
                    float: left
                }

                .stylecnc-menu ul li {
                    float: none
                }

                .stylecnc-menu a {
                    white-space: nowrap;
                    padding: 0 20px;
                    height: auto;
                    background: #fff;
                    box-shadow: none;
                    line-height: 100%
                }

                .stylecnc-menu ul a {
                    color: #025;
                    white-space: normal
                }

                .stylecnc-menu ul a:before,.stylecnc-menu ul ul a:before {
                    margin-right: 0;
                    content: ""
                }

                .stylecnc-menu .stylecnc-nowrap>li>:not(ul) a,.stylecnc-menu .stylecnc-nowrap>li>a {
                    white-space: nowrap
                }

                .stylecnc-menu a.current span.sub-arrow,.stylecnc-menu a.highlighted span.sub-arrow,.stylecnc-menu a:active span.sub-arrow,.stylecnc-menu a:focus span.sub-arrow,.stylecnc-menu a:hover span.sub-arrow {
                    border-top: 5px solid #db3700
                }

                .stylecnc-menu a span.sub-arrow {
                    top: 50%;
                    right: 0;
                    margin-top: 0;
                    width: 0;
                    height: 0;
                    border: 5px dashed transparent;
                    border-top: 5px solid #025;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    background: 0 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0
                }

                .stylecnc-menu ul ul {
                    margin-top: -48px;
                    background: #fff
                }

                .stylecnc-menu ul a,.stylecnc-menu ul a.highlighted,.stylecnc-menu ul a:active,.stylecnc-menu ul a:focus,.stylecnc-menu ul a:hover {
                    padding: 0 36px 0 5px;
                    height: 48px;
                    background: 0 0;
                    box-shadow: 0 2px 1px -1px #0003;
                    line-height: 3rem
                }

                .stylecnc-menu ul a.current span.sub-arrow,.stylecnc-menu ul a.highlighted span.sub-arrow,.stylecnc-menu ul a:active span.sub-arrow,.stylecnc-menu ul a:focus span.sub-arrow,.stylecnc-menu ul a:hover span.sub-arrow {
                    border-color: transparent transparent transparent #db3700
                }

                .stylecnc-menu ul a span.sub-arrow {
                    top: 50%;
                    right: 10px;
                    bottom: auto;
                    left: auto;
                    margin-top: -3px;
                    margin-left: 0;
                    border-color: transparent transparent transparent #025;
                    border-style: dashed dashed dashed solid
                }

                .stylecnc-menu span.scroll-down,.stylecnc-menu span.scroll-up {
                    position: absolute;
                    display: none;
                    visibility: hidden;
                    overflow: hidden;
                    height: 20px;
                    background: #fff
                }

                .stylecnc-menu span.scroll-down-arrow,.stylecnc-menu span.scroll-up-arrow {
                    position: absolute;
                    left: 50%;
                    overflow: hidden;
                    margin-left: -8px;
                    width: 0;
                    height: 0;
                    border: 8px dashed transparent;
                    border-bottom: 8px solid #025
                }

                .stylecnc-menu span.scroll-up-arrow {
                    top: -2px
                }

                .stylecnc-menu span.scroll-down-arrow {
                    top: 6px;
                    border-color: #025 transparent transparent;
                    border-style: solid dashed dashed
                }
            }

            @media (min-width: 992px) and (max-width:1399.98px) {
                .stylecnc-menu a {
                    padding:0 17px;
                    font-size: 1rem
                }
            }

            @media (min-width: 1400px) and (max-width:1600px) {
                .stylecnc-menu a {
                    padding:0 16px;
                    font-size: 1.125rem
                }
            }

            .stylecnc-menu a.current,.stylecnc-menu a.current span.sub-arrow,.stylecnc-menu a.current span.sub-arrow:before,.stylecnc-menu a:hover,.stylecnc-menu a:hover span.sub-arrow,.stylecnc-menu a:hover span.sub-arrow:before,.stylecnc-menu ul a.current,.stylecnc-menu ul a.current span.sub-arrow,.stylecnc-menu ul a.current span.sub-arrow:before,.stylecnc-menu ul a.current:before,.stylecnc-menu ul a:hover,.stylecnc-menu ul a:hover:before,.stylecnc-menu ul ul a.current,.stylecnc-menu ul ul a.current span.sub-arrow,.stylecnc-menu ul ul a.current span.sub-arrow:before,.stylecnc-menu ul ul a.current:before,.stylecnc-menu ul ul a:hover {
                transition: none;
                color: #db3700
            }

            .stylecnc-menu a.disabled {
                cursor: not-allowed;
                color: #666
            }

            @media (min-width: 768px) {
                .header-top-wrap {
                    padding:12px 0;
                    box-shadow: 0 2px 1px -1px #3a5173
                }

                .header-top-wrap ul li b {
                    text-transform: capitalize;
                    font-weight: 300
                }

                .header-top-wrap ul li {
                    display: inline-block;
                    margin-right: 2px;
                    padding-right: 2px;
                    color: #fff
                }

                .header-top-wrap ul li:last-child {
                    margin-right: 0;
                    padding-right: 0;
                    border-right: none
                }

                .header-top-wrap ul li a,.header-top-wrap ul li span {
                    display: inline-block;
                    color: #fff;
                    font-size: .875rem
                }

                .header-top-layout a:hover,.header-top-wrap ul li a:hover {
                    color: #fff;
                    text-decoration: underline
                }

                .header-top-wrap ul li a i,.header-top-wrap ul li i,.header-top-wrap ul li span i {
                    margin-right: 10px
                }

                .header-top-wrap ul.social-links li {
                    margin-right: 10px;
                    padding-right: 0;
                    border-right: none
                }

                .header-top-layout {
                    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMwMDBlM2Y7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNLjcsMlYxLjNIMFYuN0guN1YwaC41Vi43SDJ2LjZIMS4yVjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+)0 0/3px 3px #025;
                    color: #fff
                }

                .header-middle-area {
                    position: relative;
                    padding: 50px 0
                }

                .header-middle-area form.search-bar {
                    display: flex;
                    margin-top: 20px;
                    margin-right: 30px
                }

                .header-middle-area form.search-bar .search-txt {
                    display: block;
                    padding-left: 20px;
                    width: calc(100% - 120px);
                    height: 50px;
                    border: 0;
                    background: #fff;
                    line-height: 3.125rem
                }

                .header-middle-area form.search-bar .search-btn {
                    padding: 0;
                    width: 120px;
                    height: 50px
                }

                .header-middle-area .action-box {
                    margin-right: 30px;
                    padding-right: 30px;
                    box-shadow: 3px 0 1px -2px #3a5173
                }

                .header-middle-area .action-box:last-of-type {
                    box-shadow: none;
                    padding-right: 0;
                    border-right: none
                }

                .header-middle-area .action-box .icon .shape-icon:before {
                    margin-top: -25px;
                    width: 50px;
                    height: 50px;
                    background: #3d5880;
                    opacity: .9
                }

                .header-middle-area .action-box .content span {
                    display: block;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: .875rem
                }

                .header-middle-area .action-box .content .text {
                    margin-bottom: 0;
                    color: #fff;
                    font-weight: 300;
                    font-size: 1.25rem
                }

                .phone-box .icon i {
                    height: 100%;
                    border-radius: 50%;
                    position: relative;
                    z-index: 2;
                    display: inline-block;
                    width: 100%;
                    font-size: 2.25rem;
                    line-height: 4.375rem
                }

                .phone-box {
                    padding-right: 30px;
                    border-bottom-left-radius: 50px;
                    border-top-left-radius: 50px
                }

                .phone-box .icon {
                    margin-right: 35px;
                    padding: 10px;
                    border-radius: 50%;
                    background: #fff;
                    text-align: center;
                    position: relative;
                    width: 90px;
                    height: 90px
                }

                .phone-box .icon:after,.phone-box .icon:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    background: #fff;
                    content: "";
                    opacity: 1;
                    will-change: transform,opacity;
                    animation: callIcon 4s infinite
                }

                .phone-box .icon:after {
                    animation-delay: 1.8s
                }

                .phone-box .content span {
                    display: block;
                    margin-top: 5px;
                    color: #fff;
                    font-size: .875rem
                }

                .phone-box .content a {
                    display: block;
                    color: #fff;
                    font-weight: 700;
                    font-size: 1.5rem
                }

                .header-middle-area .phone-box {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%)
                }

                .header-middle-area form.search-bar .search-btn:hover,.phone-box .content a:hover,.phone-box .icon i:hover {
                    color: #fff
                }
            }

            @media (min-width: 768px) and (max-width:1368px) {
                .header-top-wrap ul.header-top-links li,.header-top-wrap ul.header-top-links li a {
                    font-size:.75rem
                }
            }

            @media (max-width: 1600px) {
                .header-middle-area .phone-box {
                    display:none!important
                }
            }

            @media (min-width: 1200px) and (max-width:1500px) {
                .overview h2 {
                    font-size:1.375rem
                }

                .header-logo {
                    line-height: 100%
                }

                .header-logo,.header-logo img {
                    position: relative;
                    top: auto;
                    left: auto;
                    width: 180px;
                    height: 39px
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title,.vs-product-layout1 .vs-product .product-title {
                    font-size: 1.25rem
                }

                .vs-product-layout1 .vs-product .price {
                    margin-bottom: 3px
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .thumbnail img {
                    max-width: 360px;
                    max-height: 360px
                }

                .header-top-layout .header-middle-area .action-box .content span,.widget:not(.footer-widget).widget_categories ul li a,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
                    font-size: .875rem
                }

                .header-layout1 .header-btn a.primary-btn,.header-top-layout .header-middle-area .action-box .content .text,.solution-btn {
                    font-size: 1rem
                }

                .header-top-layout .header-middle-area .action-box {
                    margin-right: 30px;
                    padding-right: 30px
                }

                .header-top-layout .header-middle-area .phone-box {
                    display: none!important
                }

                .header-top-layout .header-middle-area .col-xl-6 {
                    max-width: 60%;
                    flex: 0 0 60%
                }

                .header-top-layout .header-middle-area .col-xl-4 {
                    max-width: 39%;
                    flex: 0 0 39%
                }

                .header-top-layout .header-middle-area form.search-bar {
                    margin-left: 0
                }

                .footer-layout1 .copyright-area:before {
                    max-width: 320px
                }

                .footer-layout1 .copyright-area .copyright-logo img {
                    max-height: 32px
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .blog-layout1 .blog .blog-content {
                    margin: -50px 30px 0;
                    padding: 20px 30px 0
                }

                .blog-layout1 .blog .blog-content h3.blog-title {
                    font-size: 1.125rem
                }

                .post-pagination-layout2 .post-pagination .pagi-content .pagi-title {
                    font-size: 1rem;
                    line-height: 1.5
                }

                .widget:not(.footer-widget) {
                    margin-bottom: 30px;
                    padding: 25px 30px 30px
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    padding: 5px 16px;
                    font-size: .875rem
                }

                .post-pagination-layout2 .post-pagination .pagi-content span {
                    font-size: .875rem
                }
            }

            @media (max-width: 1200px) {
                .row.gutters-50 {
                    margin-right:-15px;
                    margin-left: -15px
                }

                .row.gutters-50>[class^=col-] {
                    padding-right: 15px;
                    padding-left: 15px
                }

                .overview h2 {
                    font-size: 1.375rem
                }
            }

            @media (min-width: 992px) and (max-width:1199.98px) {
                .header-logo {
                    line-height:100%
                }

                .header-logo,.header-logo img {
                    position: relative;
                    top: auto;
                    left: auto;
                    width: 160px;
                    height: 34px
                }

                .d-xl-inline-block {
                    display: none
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .vs-product-layout1 .vs-product .rating span i {
                    font-size: .75rem
                }

                .vs-product-layout1 .vs-product .product-title {
                    font-size: 1.25rem
                }

                .vs-product-layout1 .vs-product .price {
                    margin-bottom: 3px
                }

                .product-details-layout1 .product-share ul li,.share-links .social-links ul li {
                    width: calc(20% - 10px);
                    margin-right: 12.5px;
                    margin-bottom: 12.5px
                }

                .product-details-layout1 .action-buttons p:nth-child(2n),.product-details-layout1 .action-buttons p:nth-child(4n),.product-details-layout1 .product-share ul li:nth-child(10n),.product-details-layout1 .product-share ul li:nth-child(5n),.product-index .product-tab-nav li:nth-child(2n),.product-index .product-tab-nav li:nth-child(4n),.product-index .product-tab-nav li:nth-child(6n),.share-links .social-links ul li:nth-child(10n),.share-links .social-links ul li:nth-child(5n) {
                    margin-right: 0
                }

                .product-details-layout1 .action-buttons p {
                    width: calc(50% - 10px);
                    margin-right: 20px
                }

                .product-index .product-tab-nav li {
                    width: calc(50% - 10px);
                    margin-right: 12px;
                    margin-left: 2px
                }

                .product-index .product-tab-nav li a h3 {
                    font-size: 1.125rem
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .thumbnail img {
                    max-height: 320px
                }

                .header-layout1 .header-btn a.primary-btn,.header-middle-layout3 .action-box .content .text,.header-top-layout .header-middle-area .action-box .content .text,.solution-btn,.vs-product-layout1 .product-index-title h3 {
                    font-size: 1rem
                }

                .pb-150 {
                    padding-bottom: 130px
                }

                .header-middle-area .action-box {
                    margin-right: 20px;
                    padding-right: 20px
                }

                .header-middle-area .action-box .content p.text,.header-middle-area .action-box .content span {
                    font-size: .875rem
                }

                .header-middle-area form.search-bar,.header-middle-area form.search-bar .search-txt {
                    padding-left: 15px;
                    font-size: .875rem
                }

                .product-details-layout1 .product-tab-nav li a h3 {
                    font-size: 1.25rem
                }

                .header-middle-layout3 .action-box .content span {
                    font-size: .75rem
                }

                .header-middle-layout3 .action-box .icon {
                    font-size: 2.25rem
                }

                .footer-layout1 .copyright-area:before,.thumbnail img {
                    max-width: 320px
                }

                .footer-layout1 .copyright-area .copyright-logo img {
                    max-height: 32px
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .product-details-layout1 .product-tab-nav li {
                    margin-right: 25px
                }

                .vs-product-layout1 .product-index-title button {
                    width: 140px;
                    height: 48px;
                    font-size: 1rem;
                    line-height: 3rem
                }

                .vs-product-layout1 .product-index-title h2 {
                    font-size: 1.5rem
                }

                .breadcumb-layout1 .breadcumb-content .breadcumb-title,.breadcumb-layout1 .breadcumb-content .breadcumb-title a,.vs-product-layout1 .product-category-title .bar-title {
                    font-size: 1.75rem
                }

                .breadcumb-layout1 .breadcumb-content ul,.breadcumb-layout1 .breadcumb-content ul li,.breadcumb-layout1 .breadcumb-content ul li a,.breadcumb-layout1 .breadcumb-content ul li a span,.breadcumb-layout1 .breadcumb-content ul li span {
                    font-size: .875rem;
                    line-height: 1.5
                }

                .post-pagination-layout2 .post-pagination .pagi-content .pagi-title {
                    font-size: 1rem;
                    line-height: 1.5
                }

                .widget:not(.footer-widget) {
                    margin-bottom: 30px;
                    padding: 15px 20px 20px
                }

                .widget:not(.footer-widget).widget_categories ul li a {
                    padding: 11.5px 10px 11.5px 60px;
                    width: 100%;
                    font-size: .875rem
                }

                .widget:not(.footer-widget).widget_file_link ul li a {
                    padding: 11px 10px 11px 70px;
                    font-size: .875rem
                }

                .widget:not(.footer-widget) .widget_title {
                    margin-bottom: 20px;
                    padding-bottom: 15px;
                    font-size: 1.25rem
                }

                .widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
                    font-size: .875rem;
                    line-height: 1.25rem
                }

                .widget:not(.footer-widget).widget_social_links ul li a {
                    padding: 0 20px;
                    height: 45px;
                    font-size: .875rem;
                    line-height: 2.8125rem
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    margin-right: 5px;
                    margin-bottom: 10px;
                    padding: 3px 14px;
                    font-size: .75rem
                }

                .post-pagination-layout2 .post-pagination .pagi-content .pagi-btn {
                    width: 200px;
                    height: 40px;
                    font-size: .875rem;
                    line-height: 2.5rem
                }

                .post-pagination-layout2 .post-pagination .pagi-content span {
                    font-size: .875rem
                }

                .header2-overlay {
                    position: static
                }
            }

            @media (min-width: 768px) and (max-width:991.98px) {
                .header-middle-area .action-box .content p.text,.header-middle-area .action-box .content span {
                    font-size:.875rem
                }

                .stylecnc-menu a,.stylecnc-menu a:active,.stylecnc-menu a:focus,.stylecnc-menu a:hover {
                    padding: 0 16px;
                    font-size: 1rem
                }

                #sticker-menu .stylecnc-menu a,#sticker-menu .stylecnc-menu a.highlighted,#sticker-menu .stylecnc-menu a:active,#sticker-menu .stylecnc-menu a:focus,#sticker-menu .stylecnc-menu a:hover {
                    padding: 0 10px
                }

                .header-logo,.header-logo img {
                    position: relative;
                    left: auto;
                    width: 120px;
                    height: 26px
                }

                .header-logo {
                    top: -1px;
                    line-height: 100%
                }

                .header-logo img {
                    top: auto
                }

                .d-xl-inline-block,.header-middle-layout3:before {
                    display: none
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .blog-layout1 .blog .blog-content h3.blog-title,.header-middle-layout3 .action-box .content .text,.product-index .product-tab-nav li a h3,.vs-product-layout1 .vs-product .product-title {
                    font-size: 1.125rem
                }

                .vs-product-layout1 .vs-product .price {
                    font-size: 1rem;
                    margin-bottom: 3px
                }

                .header-middle-layout3 .action-box .content span,.vs-product-layout1 .vs-product .rating span i {
                    font-size: .75rem
                }

                .product-details-layout1 .product-share ul li,.share-links .social-links ul li {
                    width: calc(20% - 10px);
                    margin-right: 12.5px;
                    margin-bottom: 12.5px
                }

                .product-details-layout1 .action-buttons p:nth-child(2n),.product-details-layout1 .action-buttons p:nth-child(4n),.product-details-layout1 .product-share ul li:nth-child(10n),.product-details-layout1 .product-share ul li:nth-child(5n),.product-index .product-tab-nav li:nth-child(2n),.product-index .product-tab-nav li:nth-child(4n),.product-index .product-tab-nav li:nth-child(6n),.share-links .social-links ul li:nth-child(10n),.share-links .social-links ul li:nth-child(5n) {
                    margin-right: 0
                }

                .product-details-layout1 .action-buttons p {
                    width: calc(50% - 10px);
                    margin-right: 20px
                }

                .product-index .product-tab-nav li {
                    width: calc(50% - 10px);
                    margin-right: 12px;
                    margin-left: 2px
                }

                .thumbnail {
                    float: left;
                    clear: both;
                    text-align: center
                }

                .thumbnail img {
                    max-width: 100%;
                    max-height: 100%
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .solution-btn,.vs-product-layout1 .product-index-title h3 {
                    font-size: 1rem
                }

                .pb-150 {
                    padding-bottom: 100px
                }

                .pb-130 {
                    padding-bottom: 80px
                }

                .pb-120 {
                    padding-bottom: 70px
                }

                .pb-110 {
                    padding-bottom: 60px
                }

                .pb-100,.pb-80,.pb-90 {
                    padding-bottom: 50px
                }

                .footer-layout1 .copyright-area .copyright-logo img {
                    max-height: 30px
                }

                .blog-layout1 .blog .blog-content .blog-meta span i,.footer-layout1 .copyright-area .copyright p.text,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
                    font-size: .875rem
                }

                .blog-layout1 .blog .blog-content {
                    margin: -50px 20px 0;
                    padding: 10px 20px 0
                }

                .blog-layout1 .blog .blog-content .blog-meta:before {
                    right: -20px;
                    left: -20px
                }

                .blog-layout1 .blog .blog-content .blog-meta span {
                    margin-right: 15px;
                    font-size: .75rem
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .background-image {
                    background-size: cover
                }

                .header-top-layout .header-top-wrap .container {
                    width: 100%;
                    max-width: 100%
                }

                .header-middle-area form.search-bar {
                    display: none;
                    margin-left: 45px
                }

                header .container {
                    max-width: 100%
                }

                .header-middle-layout3 .action-box .icon {
                    font-size: 2.25rem
                }

                .header-middle-layout3 .action-box {
                    margin-right: 20px;
                    padding-right: 20px
                }

                .breadcumb-layout1 .breadcumb-content .breadcumb-title,.breadcumb-layout1 .breadcumb-content .breadcumb-title a,.vs-product-layout1 .product-category-title .bar-title,.vs-product-layout1 .product-index-title h2 {
                    font-size: 1.5rem
                }

                .product-details-layout1 .product-tab-nav li {
                    margin-right: 15px
                }

                .vs-product-layout1 .product-index-title button {
                    width: 140px;
                    height: 36px;
                    font-size: .875rem;
                    line-height: 2.25rem
                }

                .breadcumb-layout1 .breadcumb-content ul {
                    right: 50%;
                    width: 100%;
                    text-align: center;
                    font-size: .875rem;
                    line-height: 1.5;
                    -webkit-transform: translateX(50%);
                    transform: translateX(50%);
                    -ms-transform: translateX(50%)
                }

                .breadcumb-layout1 .breadcumb-content ul li,.breadcumb-layout1 .breadcumb-content ul li a,.breadcumb-layout1 .breadcumb-content ul li a span,.breadcumb-layout1 .breadcumb-content ul li span {
                    font-size: .875rem;
                    line-height: 1.5
                }

                .post-pagination-layout2 .post-pagination .pagi-content .pagi-title {
                    font-size: 1rem;
                    line-height: 1.5
                }

                .contact-map-wrap {
                    height: 85vw
                }

                .widget:not(.footer-widget).widget_social_links ul li a {
                    padding: 0 20px;
                    height: 45px;
                    font-size: .875rem;
                    line-height: 2.8125rem
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    margin-right: 5px;
                    margin-bottom: 10px;
                    padding: 3px 14px;
                    font-size: .75rem
                }

                .post-pagination-layout2 .post-pagination .pagi-content .pagi-btn {
                    width: 100%;
                    height: 40px;
                    font-size: .875rem;
                    line-height: 2.5rem
                }

                .post-pagination-layout2 .post-pagination .pagi-content span {
                    font-size: .875rem
                }

                .header2-overlay {
                    position: static
                }
            }

            @media (max-width: 767.98px) {
                .offer p {
                    font-size:.875rem
                }

                .overview h2 {
                    font-size: 1.125rem
                }

                .row.gutters-50 {
                    margin-right: -15px;
                    margin-left: -15px
                }

                .row.gutters-50>[class^=col-] {
                    padding-right: 15px;
                    padding-left: 15px
                }

                body {
                    -ms-overflow-style: none;
                    scrollbar-width: none
                }

                .product-details-layout1 .tab-content p img,header .container {
                    max-width: 100%
                }

                .chat-icon,.livechat,.message,.quote,.whatsapp {
                    z-index: 10002
                }

                .stylecnc-menu {
                    overflow-y: auto
                }

                #header,.d-xl-inline-block,.header-btn,.header-top-layout,.shape-bg.shape-br,body::-webkit-scrollbar {
                    display: none
                }

                .stylecnc-menu a,.stylecnc-menu a.current,.stylecnc-menu a.highlighted,.stylecnc-menu a:active,.stylecnc-menu a:focus,.stylecnc-menu a:hover {
                    padding-left: 50px
                }

                .stylecnc-menu li a,.stylecnc-menu li a.current,.stylecnc-menu li a.highlighted,.stylecnc-menu li a:active,.stylecnc-menu li a:focus,.stylecnc-menu li a:hover {
                    padding-left: 50px;
                    background-position: 15px 20px;
                    background-size: 24px 24px;
                    background-repeat: no-repeat
                }

                .stylecnc-menu ul a,.stylecnc-menu ul a.current,.stylecnc-menu ul a.highlighted,.stylecnc-menu ul a:active,.stylecnc-menu ul a:focus,.stylecnc-menu ul a:hover {
                    padding-left: 20px
                }

                .primary-btn {
                    border-radius: 0
                }

                .new-year-btn {
                    display: none
                }

                .vs-product-layout1 .product-category-title .bar-title {
                    line-height: 1
                }

                .product-details-layout1 .product-tab-nav li a h3,.product-index .product-tab-nav li a h3,.vs-product-layout1 .vs-product .product-title {
                    font-size: 1.125rem
                }

                .vs-product-layout1 .vs-product .price {
                    font-size: 1rem;
                    margin-bottom: 3px
                }

                .vs-product-layout1 .vs-product .rating span i {
                    font-size: .75rem
                }

                .product-details-layout1 .product-share ul li,.share-links .social-links ul li {
                    width: calc(20% - 10px);
                    margin-right: 12.5px;
                    margin-bottom: 12.5px
                }

                .product-details-layout1 .action-buttons p:nth-child(2n),.product-details-layout1 .action-buttons p:nth-child(4n),.product-details-layout1 .product-share ul li:nth-child(10n),.product-details-layout1 .product-share ul li:nth-child(5n),.product-index .product-tab-nav li:nth-child(2n),.product-index .product-tab-nav li:nth-child(4n),.product-index .product-tab-nav li:nth-child(6n),.share-links .social-links ul li:nth-child(10n),.share-links .social-links ul li:nth-child(5n) {
                    margin-right: 0
                }

                .product-details-layout1 .action-buttons p {
                    width: calc(50% - 10px);
                    margin-right: 20px
                }

                .product-index .product-tab-nav li {
                    width: calc(50% - 10px);
                    margin-right: 12px;
                    margin-left: 2px
                }

                .vs-product-layout1 .category-info img {
                    position: relative;
                    float: none;
                    display: block;
                    margin-right: auto;
                    margin-bottom: 30px;
                    margin-left: auto;
                    text-align: center
                }

                .product-details-layout1 .quantity-box {
                    margin-bottom: 15px
                }

                .product-details-layout1 .product-tab-nav li a {
                    padding-bottom: 15px;
                    font-size: 1rem
                }

                .product-details-layout1 .vs-product-review .single-review {
                    display: block
                }

                .product-details-layout1 .vs-product-review .single-review .author-img {
                    padding: 0;
                    text-align: center
                }

                .product-details-layout1 .vs-product-review .single-review .author-img span.customer-avatar {
                    width: 150px;
                    height: 150px;
                    font-size: 4.6875rem;
                    line-height: 9.375rem
                }

                .product-details-layout1 .vs-product-review .single-review .review-content {
                    width: 100%
                }

                caption,table,td,td p,th,th p {
                    font-size: .875rem;
                    overflow-wrap: break-word
                }

                .parameters-table table::-webkit-scrollbar {
                    width: 8px!important;
                    -webkit-appearance: none
                }

                .parameters-table table::-webkit-scrollbar-track {
                    -webkit-border-radius: 8px!important;
                    border-radius: 8px!important;
                    -webkit-box-shadow: inset 0 0 4px #0003!important
                }

                .parameters-table table::-webkit-scrollbar-thumb {
                    -webkit-border-radius: 8px!important;
                    border-radius: 8px!important;
                    background: #41617d!important;
                    -webkit-box-shadow: inset 0 0 4px #0006!important
                }

                .parameters-table table {
                    display: block;
                    width: 100%;
                    overflow-x: auto;
                    white-space: nowrap;
                    -webkit-overflow-scrolling: auto;
                    border-collapse: separate;
                    border-spacing: 0;
                    table-layout: fixed;
                    border-top: 1px solid #ddd
                }

                .parameters-table table tbody {
                    display: table;
                    width: 100%;
                    position: relative
                }

                .parameters-table table td:first-child,.parameters-table table th:first-child {
                    position: sticky;
                    z-index: 2;
                    left: 0;
                    background: #fff;
                    border-left: 1px solid #ddd
                }

                .parameters-table table td,.parameters-table table th {
                    position: relative;
                    z-index: 1;
                    border: 1px solid #ddd;
                    border-top: 0;
                    border-left: 0
                }

                .parameter-table table::-webkit-scrollbar {
                    width: 8px!important;
                    -webkit-appearance: none
                }

                .parameter-table table::-webkit-scrollbar-track {
                    -webkit-border-radius: 8px!important;
                    border-radius: 8px!important;
                    -webkit-box-shadow: inset 0 0 4px #0003!important
                }

                .parameter-table table::-webkit-scrollbar-thumb {
                    -webkit-border-radius: 8px!important;
                    border-radius: 8px!important;
                    background: #41617d!important;
                    -webkit-box-shadow: inset 0 0 4px #0006!important
                }

                .parameter-table table {
                    display: block;
                    width: 100%;
                    overflow-x: auto;
                    white-space: nowrap;
                    -webkit-overflow-scrolling: auto;
                    border-collapse: collapse;
                    border-spacing: 0;
                    table-layout: fixed;
                    border: 0;
                    border-top: 1px solid #ddd
                }

                .parameter-table table td,.parameter-table table th {
                    border: 1px solid #ddd;
                    border-top: none;
                    border-right: none
                }

                .parameter-table table td:last-child,.parameter-table table th:last-child {
                    border-right: 1px solid #ddd
                }

                .parameter-table table tbody {
                    display: table;
                    width: 100%
                }

                #table-of-contents {
                    bottom: 20px;
                    left: 15px
                }

                #table-of-contents h3 {
                    width: 48px;
                    height: 48px
                }

                #table-of-contents h3.open-menu {
                    color: #025
                }

                #table-of-contents h3.open-menu:before {
                    margin-right: 13px;
                    margin-left: 12px;
                    width: 27px;
                    height: 27px;
                    color: #fff;
                    font-size: 1.6875rem
                }

                #table-of-contents h3.close-menu {
                    width: 180px;
                    height: 48px
                }

                .blog-layout1 .blog .blog-content .blog-meta span i,.footer-layout1 .copyright-area .copyright .text,.post-pagination-layout2 .post-pagination .pagi-content span,.product-details-layout1 .offer,.product-details-layout1 .offer u,.product-details-layout1 .product-content .rating-show span,.product-details-layout1 .product-features li,.product-details-layout1 .product-features li a,.product-details-layout1 .vs-product-review .single-review .review-content .meta,.product-details-layout1 p.text,.review-form label,.solution-btn {
                    font-size: .875rem
                }

                .blog-layout1 .slick-slider .slick-arrow i {
                    width: 36px;
                    height: 36px;
                    font-size: 1rem;
                    line-height: 2.25rem
                }

                .blog-layout1 .blog .blog-content h3.blog-title,.product-details-layout1 .product-details-img .app-title,.product-index .tab-content .product-content .product-title,.vs-product-layout1 .product-category-title .bar-title {
                    font-size: 1rem
                }

                .thumbnail {
                    float: left;
                    clear: both;
                    text-align: center
                }

                .thumbnail img {
                    max-width: 100%;
                    max-height: 100%
                }

                .breadcumb-layout1 .breadcumb-content .breadcumb-title a {
                    font-size: 1.25rem
                }

                .vs-product-review .primary-btn,table {
                    min-width: 100%
                }

                .follow-us {
                    background-position: 100px 160px
                }

                .vs-product-layout1 .category-info,.vs-product-layout1 .sub-category-info {
                    padding: 20px
                }

                .product-specification table {
                    table-layout: fixed
                }

                .product-specification td,.product-specification th {
                    padding: 5px 10px;
                    font-size: .875rem
                }

                .product-specification td p,.product-specification th p {
                    padding: 0;
                    font-size: .875rem
                }

                .pb-130,.pb-150 {
                    padding-bottom: 60px
                }

                .pb-120 {
                    padding-bottom: 50px
                }

                .pb-110,.pb-80,.pb-90 {
                    padding-bottom: 40px
                }

                .pb-100,.pb-30,.pb-40,.pb-60 {
                    padding-bottom: 30px
                }

                .pb-50 {
                    padding-bottom: 25px
                }

                .pt-60 {
                    padding-top: 30px
                }

                .pt-50 {
                    padding-top: 25px
                }

                .pt-30,.pt-40 {
                    padding-top: 20px
                }

                .background-image {
                    background-size: cover
                }

                .circle-btn.xl {
                    width: 160px;
                    height: 160px;
                    font-size: 1rem;
                    line-height: 10rem
                }

                .blog-layout1 .slick-slider .slick-arrow {
                    top: 32%;
                    left: 18px;
                    width: 36px;
                    height: 36px;
                    font-size: 1rem;
                    line-height: 2.25rem
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .blog-layout1 .slick-slider .slick-arrow.slick-next {
                    right: 18px
                }

                .product-details-layout1 .vs-product-review .single-review .review-content {
                    margin-top: 15px;
                    padding-top: 15px;
                    box-shadow: 0-2px 1px -1px #0003
                }

                .product-details-layout1 .laser-video-box .box-btn {
                    margin-left: 0
                }

                .latest-videos-wrapper .section-title {
                    text-align: center
                }

                .footer-layout1 .copyright-area,.vs-product-layout1 .product-index-title {
                    padding: 20px 0
                }

                .blog-layout1 .blog .blog-content {
                    margin: -50px 20px 0;
                    padding: 10px 20px 0
                }

                .blog-layout1 .blog .blog-content .blog-meta:before {
                    right: -20px;
                    left: -20px
                }

                .blog-layout1 .blog .blog-content .blog-meta span {
                    margin-right: 15px;
                    font-size: .75rem
                }

                .footer-layout1 .copyright-area .social-links {
                    margin: 0 auto;
                    padding-top: 20px;
                    max-width: 60%;
                    text-align: center
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .shape-icon:before {
                    margin-top: -20px;
                    width: 40px;
                    height: 40px
                }

                .widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
                    font-size: .8125rem
                }

                .breadcumb-wrapper.breadcumb-layout1 {
                    margin-top: 50px
                }

                .breadcumb-layout1 .breadcumb-content {
                    padding-top: 20px;
                    padding-bottom: 0
                }

                .breadcumb-layout1 .breadcumb-content .breadcumb-title {
                    text-align: center;
                    font-size: 1.25rem
                }

                .breadcumb-layout1 .breadcumb-content ul {
                    position: relative;
                    right: 50%;
                    margin-top: 20px;
                    width: 100%;
                    text-align: center;
                    font-size: .8125rem;
                    line-height: 1;
                    -webkit-transform: translateX(50%);
                    transform: translateX(50%);
                    -ms-transform: translateX(50%)
                }

                .breadcumb-layout1 .breadcumb-content ul li,.breadcumb-layout1 .breadcumb-content ul li a {
                    font-size: .8125rem;
                    line-height: 1
                }

                .breadcumb-layout1 .breadcumb-content ul li a span,.breadcumb-layout1 .breadcumb-content ul li span {
                    font-size: .8125rem;
                    line-height: 2
                }

                .breadcumb-layout1 .breadcumb-content ul li {
                    padding: 1.5em 0;
                    height: 16px
                }

                .vs-product-layout1 .product-index-title h2 {
                    font-size: 1.375rem
                }

                .product-details-layout1 .product-tab-nav li {
                    margin-right: 18px
                }

                .vs-product-layout1 .product-index-title p {
                    margin-right: 0;
                    margin-left: 0;
                    width: 100%;
                    font-size: 1rem
                }

                .vs-product-layout1 .product-index-title button {
                    width: 120px;
                    height: 36px;
                    font-size: .75rem;
                    line-height: 2.25rem
                }

                .vs-product-layout1 .product-index-title h3,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span {
                    font-size: .75rem
                }

                .vs-product-layout1 .product-index-title .thumb-logo {
                    width: 140px;
                    height: 140px
                }

                .vs-product-layout1 .product-category-title .bar-title {
                    text-transform: capitalize
                }

                .ratings .starscore {
                    display: block;
                    width: 100%
                }

                .post-pagination-layout2 .post-pagination .pagi-content .pagi-title {
                    font-size: 1rem;
                    line-height: 1.5
                }

                .section-title .title,.section-title .titles {
                    margin-bottom: 15px;
                    font-size: 1.375rem
                }

                .contact-map-wrap {
                    height: 85vw
                }

                .product-details-layout1 .laser-video-box .box-btn a.video-btn {
                    width: 60px;
                    height: 60px;
                    font-size: 1.125rem;
                    line-height: 3.8125rem
                }

                .product-details-layout1 .laser-video-box .box-btn a.text {
                    top: 0;
                    left: 0;
                    font-size: .75rem
                }

                .widget:not(.footer-widget) {
                    margin-bottom: 40px;
                    padding: 20px 15px
                }

                .widget:not(.footer-widget).widget_categories ul li a {
                    padding: 11.5px 15px 11.5px 60px;
                    font-size: .875rem
                }

                .widget:not(.footer-widget) .widget_title {
                    margin-bottom: 25px;
                    padding-bottom: 15px;
                    font-size: 1.125rem
                }

                .widget:not(.footer-widget).widget_file_link ul li a {
                    padding: 16px 10px 16px 70px;
                    font-size: .875rem
                }

                .widget:not(.footer-widget).widget_recent_entries .blog .blog-content span i {
                    margin-right: 7px;
                    font-size: .8125rem
                }

                .widget:not(.footer-widget).widget_recent_entries .blog .blog-img {
                    margin-right: 15px;
                    width: 75px;
                    height: 75px
                }

                .widget:not(.footer-widget).widget_social_links ul li a {
                    display: block;
                    padding: 0 20px;
                    height: 45px;
                    font-size: .875rem;
                    line-height: 2.8125rem
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    margin-right: 5px;
                    margin-bottom: 10px;
                    padding: 3px 15px;
                    font-size: .8125rem
                }

                .post-pagination-layout2 .post-pagination .pagi-content .pagi-btn {
                    width: 100%;
                    height: 40px;
                    font-size: .875rem;
                    line-height: 2.5rem
                }

                .product-details-layout1 .vs-product-review .single-review .author-img {
                    position: relative;
                    right: 50%;
                    left: 50%;
                    margin: 0 0 0-80px;
                    width: 160px;
                    height: 160px
                }
            }

            @media (min-width: 576px) and (max-width:767.98px) {
                .blog-layout1 .blog {
                    margin:0 auto 30px;
                    max-width: 360px
                }

                .thumbnail {
                    float: left;
                    clear: both;
                    text-align: center
                }

                .thumbnail img {
                    max-width: 100%;
                    max-height: 100%
                }
            }

            @media (max-width: 575.98px) {
                .product-details-layout1 .action-buttons p {
                    width:100%;
                    margin-right: 0
                }

                .row.gutters-40,.row.gutters-50 {
                    margin-right: 0;
                    margin-left: 0
                }

                .row.gutters-40>[class^=col-] {
                    padding-right: 0;
                    padding-left: 0
                }

                .row.gutters-50>[class^=col-] {
                    padding-right: 15px;
                    padding-left: 15px
                }
            }

            .stylecncvideo-popup {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 99999
            }

            .stylecncvideo-popup-content {
                margin-top: 150px;
                width: 96%;
                max-width: 960px;
                margin-left: auto;
                margin-right: auto;
                position: relative
            }

            .stylecncvideo-popup-close {
                position: absolute;
                top: -30px;
                right: 0;
                color: #fff;
                font-size: 1.25rem;
                width: 18px;
                height: 18px;
                cursor: pointer
            }

            .stylecncvideo-iframe {
                width: 100%;
                height: auto;
                aspect-ratio: 16/9;
                margin: 0;
                padding: 0
            }

            .stylecncvideo-dark-theme {
                background: #000000d9
            }

            .stylecncvideo-dark-theme .stylecncvideo-popup-close:before {
                content: "⛒";
                font-size: 1.25rem;
                color: #fff
            }

            .stylecncvideo-light-theme {
                background: rgba(255,255,255,.85)
            }

            .stylecncvideo-light-theme .stylecncvideo-popup-close:before {
                content: "⛒";
                font-size: 1.25rem;
                color: #000
            }

            @media (min-width: 768px) {
                #header {
                    min-height:207.5px;
                    background: #025
                }

                .header-layout1 {
                    min-height: 86px
                }

                .breadcumb-layout1 {
                    min-height: 196px
                }

                .stylecnc-menu li#apps a,.stylecnc-menu li#blog a,.stylecnc-menu li#contact a {
                    padding-right: 0
                }
            }

            .blog-layout1 .blog .blog-content {
                padding-bottom: 20px
            }

            .blog-layout1 .blog .blog-content .blog-meta {
                box-shadow: 0 2px 1px -1px #ddd;
                padding-bottom: 15px;
                margin-bottom: 10px
            }

            .blog-layout1 .blog .blog-content .blog-meta:before {
                display: none
            }

            .blog-layout1 .blog .blog-content p.blog-text {
                margin-top: 0
            }

            .product-details-layout1 .product-share {
                padding: 15px 0
            }

            @media (max-width: 768px) {
                .product-details-layout1 .product-features ul.tips li:before {
                    width:18px;
                    height: 18px;
                    background-size: 18px 18px;
                    top: 3px
                }

                .product-details-layout1 .product-features ul.tips li.supplity:before {
                    top: 4px
                }

                .product-details-layout1 .product-features ul.tips li.standard:before {
                    top: 5px
                }
            }

