﻿
.display-none {
    opacity: 0;
}

.modelviewer {
    display: none;
    position: relative;
    background: #fff;
    /*margin: 25px auto;*/
    border-radius: 15px;
    top: 0;
    bottom: 0;
    z-index: 99999;
    height: 600px;
    width: 100%;
}

    .modelviewer .close-btn {
        cursor: pointer;
        position: absolute;
        z-index: 999;
        width: 45px;
        float: right;
        top: 10px;
        right: 10px;
    }

        .modelviewer .close-btn img {
            max-width: 100%;
        }

gltf-modelviewer {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    gltf-modelviewer canvas {
        width: 100%;
        height: 100%;
        z-index: 99;
        position: relative;
    }

    gltf-modelviewer .watermarked {
        position: absolute;
        opacity: 0.5;
        height: 100%;
        width: 100%;
    }

        gltf-modelviewer .watermarked img {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            margin: auto;
        }

header {
}

    header > p {
        font-family: "Lato", sans-serif !important;
        margin-top: 20px;
        font-size: 16px;
        color: #fff;
    }

.sorting-menu {
    margin-top: 25px;
    display: block;
    width: 100%;
}

    .sorting-menu select {
        padding: 10px 16px;
        display: inline-block;
        background: transparent;
        font-size: 14px;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        outline: none;
        width: 172px;
    }

        .sorting-menu select option {
            padding: 10px;
            color: #fff;
            background: #0F2554;
        }

    .sorting-menu > a {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        padding: 12px 17px;
        border: 1px solid #fff;
        border-radius: 3px;
        display: block;
        float: right;
    }

.products-content {
    margin-top: 30px;
}

    .products-content > ul {
        font-size: 0px;
    }

        .products-content > ul > li {
            width: calc(20% - 18px);
            display: inline-block;
            vertical-align: top;
            border: 2px solid #fff;
            border-radius: 10px;
            margin-right: 14px;
            margin-bottom: 21px;
            height: 325px;
            background: #fafafa;
        }

            .products-content > ul > li a {
                cursor: pointer;
                text-decoration: none;
            }

            .products-content > ul > li .image-content {
                position: relative;
                border-radius: 8px;
                /* margin: 14px;*/
                background: #fafafa;
                /*width: 175px;*/
                height: 175px;
            }

                .products-content > ul > li .image-content img {
                    max-width: 100%;
                    max-height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                }

            .products-content > ul > li .title-content {
                margin: 0 14px;
            }

.title-content .star {
    font-size: 0px;
}

    .title-content .star span {
        font-size: 12px;
        color: #595a5d;
        display: inline-block;
    }

    .title-content .star ul {
        display: inline-block;
        vertical-align: top;
    }

    .title-content .star li {
        display: inline-block;
        vertical-align: top;
        width: 10px;
        margin-right: 5px;
    }

        .title-content .star li img {
            max-width: 100%;
        }

.products-content > ul > li .title-content h2 {
    font-size: 15px;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
}

.title-content .brand-name {
    font-size: 14px;
    color: #6b7280;
    margin-top: 10px;
    display: block;
}

.products-content .loading {
    max-width: 50px;
    max-height: 50px;
    display: block;
    margin: 75px auto;
}

.products-content .product-icons {
    position: relative;
    margin-top: 10px;
}

    .products-content .product-icons svg {
        color: #1c325f;
    }

        .products-content .product-icons svg:first-child {
            margin-left: 12px;
            cursor: pointer;
        }

        .products-content .product-icons svg:last-child {
            color: #ef4444;
            position: absolute;
            right: 12px;
        }

        .products-content .product-icons svg path {
            stroke: currentColor;
        }

.product-detail-ar {
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 99999999;
}

    .product-detail-ar path {
        stroke: currentColor;
    }

.product-frame .loading {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 10vh;
    /* bottom: 0;*/
    display: block;
    margin: auto;
    max-width: 60px;
}


.products-menu {
    display: none;
}

.active {
    display: block !important;
}

.product-frame {
    overflow: auto;
    display: none;
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0F2554;
    margin-bottom: 25px;
}


.product-block .close-arrow {
    position: absolute;
    cursor: pointer;
    top: 35px;
    left: 15px;
}


.product-block {
    width: 1160px;
    margin: auto;
}

    .product-block .product-attribute-symbols {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

        .product-block .product-attribute-symbols li {
            margin-top: 16px;
            cursor: pointer;
        }

        .product-block .product-attribute-symbols img {
            max-width: 48px;
        }

    .product-block .product-content {
        margin-top: 45px;
        font-size: 0px;
    }

.product-content > div {
    display: inline-block;
    vertical-align: top;
}

.product-block .product-content .product-image {
    position: relative;
    text-align: center;
    width: 50%;
    height: 525px;
}

.owl-carousel.owl-drag .owl-item {
    position: relative;
    height: 545px;
}

.fancybox-bg {
    background: #0f2554 !important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #0f2554 !important;
}
/*.fancybox-image{
    width:auto !important;
    height:auto !important;
    max-height:600px !important;
    margin:auto !important;
}*/
.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.product-block .product-content .product-image .product-icon {
    max-width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-block .product-content .product-text {
    font-size: 14px;
    color: var(--primary);
    width: 50%;
    padding-left: 5%;
}

    .product-block .product-content .product-text h1 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 16px;
    }

    .product-block .product-content .product-text .brand-text {
        margin-top: 15px;
        font-size: 18px;
    }

    .product-block .product-content .product-text .updated-text {
        display: block;
        margin-top: 25px;
        font-size: 14px;
    }

    .product-block .product-content .product-text .accordion {
        position: relative;
        margin-top: 60px;
        width: 100%;
    }

        /*.product-block .product-content .product-text .accordion::after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            filter: blur(1px);
            mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
            bottom: 0;
            background-color: #fff;
        }*/

        .product-block .product-content .product-text .accordion h5 {
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
        }

        .product-block .product-content .product-text .accordion > h5 {
            position: relative;
            margin-bottom: 25px !important;
        }

        .product-block .product-content .product-text .accordion p {
            font-family: "Lato", sans-serif !important;
            line-height: 20px;
            margin-bottom: 25px;
        }

            .product-block .product-content .product-text .accordion p strong {
                font-weight: bold;
            }

        .product-block .product-content .product-text .accordion .ui-icon-circle-arrow-e {
            position: absolute;
            right: 0;
            top: 0;
            height: 0;
            display: block;
            width: 24px;
            height: 24px;
            background: url(/images/product/expand-down-icon.png) no-repeat center center;
        }

        .product-block .product-content .product-text .accordion .ui-icon-circle-arrow-s {
            position: absolute;
            right: 0;
            top: 0;
            height: 0;
            display: block;
            width: 24px;
            height: 24px;
            background: url('/images/product/expand-up-icon .png') no-repeat center center;
        }

.accordion .images {
    font-size: 0px;
}

    .accordion .images li {
        position: relative;
        border: 1px solid #fff;
        border-radius: 10px;
        display: inline-block;
        width: calc(32% - 15px);
        height: 135px;
        margin: 0 15px 15px 0;
        vertical-align: top;
    }

        .accordion .images li img {
            max-width: 90%;
            max-height: 90%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.accordion .strengths {
    margin-bottom: 15px;
}

    .accordion .strengths li {
        position: relative;
        border: 1px solid #fff;
        border-radius: 10px;
        display: inline-block;
        width: 48px;
        height: 48px;
        margin: 0 15px 15px 0;
        vertical-align: top;
    }

        .accordion .strengths li img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.accordion .files {
    font-size: 0px;
}

    .accordion .files li {
        position: relative;
        border: 1px solid #0F2554;
        border-radius: 10px;
        display: inline-block;
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
        vertical-align: top;
    }

        .accordion .files li span {
            line-height: 42px;
            margin-left: 10px;
            font-size: 14px;
        }

        .accordion .files li a {
            position: absolute;
            height: 30px;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .accordion .files li img {
            max-width: 100%;
            max-height: 100%;
        }

.owl-carousel .owl-nav button.owl-next {
    background: url(/images/product/right-icon.png) no-repeat center center !important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url(/images/product/left-icon.png) no-repeat center center !important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 0px !important;
}

.sort-description {
    margin-top: 25px;
}

.product-id-card {
    margin-top: 25px;
    font-size: 0;
}

    .product-id-card > div {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 7px);
    }

    .product-id-card div:last-child {
        margin-left: 10px;
    }

    .product-id-card a {
        display: block;
        border: 1px solid;
        text-align: center;
        position: relative;
    }

        .product-id-card a:hover {
            background: var(--primary);
            color: #ffff;
        }

            .product-id-card a:hover svg {
                color: #fff;
            }

        .product-id-card a svg {
            position: absolute;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            color: #0F2554;
        }

    .product-id-card select, .product-id-card a {
        cursor: pointer;
        min-height: 38px;
        width: 100%;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        color: inherit;
        margin: 0;
        padding: 0;
        font-size: .875rem;
        line-height: 1.25rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-width: 1px;
        border-radius: 10px;
    }

.file-content {
    margin-top: 10px;
    font-size: 0px;
}

    .file-content a {
        display: inline-block;
        vertical-align: top;
        color: var(--primary);
        font-size: 14px;
        text-decoration: none;
        width: calc(50% - 7px);
        vertical-align: top;
        border: 1px solid var(--primary);
        line-height: 50px;
        vertical-align: top;
        border-radius: 10px;
    }

        .file-content a:hover {
            background: var(--primary);
            color: #fff;
        }

            .file-content a:hover svg {
                color: #fff;
            }

        .file-content a svg {
            color: var(--primary);
            padding: 0 10px;
            vertical-align: top;
            height: 50px;
            box-sizing: content-box;
        }

        .file-content a:last-child {
            margin-left: 10px;
        }

        .file-content a svg path, .file-content a svg rect {
            stroke: currentColor;
        }

@media screen and (max-width:1550px) {
    .product-section .product-block {
        width: 96%;
    }

    .product-content > div {
        width: 45%;
    }

    .product-content > div {
        width: 44%;
        vertical-align: top;
    }

    .product-block .product-content .product-image {
        width: 50%;
    }
}

@media screen and (max-width:1170px) {
    .product-block {
        width: 95%;
    }
}

@media screen and (max-width:1000px) {
    .product-block {
        width: 95%;
    }

        .product-block .product-content .product-image {
            width: calc(100% - 50px);
            display: block;
            margin: auto;
            margin-bottom: 25px;
        }

        .product-block .product-content .product-text {
            width: 90%;
            display: block;
            margin: auto;
        }

    .product-section .product-block {
        width: 100%;
    }

    .product-block .product-content .product-text .accordion {
        width: 90%;
        margin: 60px auto auto auto;
        position: relative;
        padding: 0;
    }

    .products-content > ul > li {
        width: calc(25% - 18px);
    }
}

@media screen and (max-width:900px) {
    .products-content > ul > li {
        width: calc(33% - 18px);
    }
}

@media screen and (max-width:600px) {
    .product-block .product-content .product-text h1 {
        text-align: center;
    }

    .product-block .product-content .product-text .brand-text {
        text-align: center;
    }

    .product-block .product-content .product-text .updated-text {
        text-align: center;
    }

    .product-block .product-content .product-text .accordion h5 {
        font-size: 16px;
    }

    .product-block .product-content .product-image {
        height: 400px;
    }

    .owl-carousel.owl-drag .owl-item {
        height: 400px;
    }

    .accordion .images li {
        width: calc(49% - 15px);
    }

    .products-content > ul > li {
        width: calc(50% - 18px);
    }

    .product-id-card > div {
        width: 100%;
    }

    .product-block .product-attribute-symbols img {
        max-width: 40px;
    }

    .product-id-card div:last-child {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media screen and (max-width:530px) {
    .file-content a {
        width: 100%;
    }

        .file-content a:last-child {
            margin-left: 0px;
            margin-top: 15px;
        }
}
