/* product filter  */
.product_section {
    background-color: #EFF0F5;
}

.filter_navbar {
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 24px;
}

.filter_navbar .filter-trigger.active {
    /* background-image: url("../images/tab_active.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    color: var(--theme-color1);
    clip-path: polygon(15% 0%, 88.6% 0%, 100.1% 23%, 100% 85%, 100% 100%, 13% 100%, 0% 77%, 0% 0%);
    background: #D3D7EB;
}

.filter_navbar .filter-trigger {
    padding: 10px 16px !important;
    transition: all 0.5s;
    position: relative;
    color: rgba(0, 0, 0, 0.50);
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    clip-path: polygon(15% 0%, 88.6% 0%, 100.1% 23%, 100% 85%, 100% 100%, 13% 100%, 0% 77%, 0% 0%);
}

.filter_navbar .filter-trigger:after {
    content: "";
    /* display: block;
    width: 100%;
    height: 3px;
    background-color: purple;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0; */
}

.filter_navbar .filter-trigger.active:after {
    opacity: 1;
}

.filter_navbar .filter-trigger:hover {
    cursor: pointer;
    clip-path: polygon(15% 0%, 88.6% 0%, 100.1% 23%, 100% 85%, 100% 100%, 13% 100%, 0% 77%, 0% 0%);
    background: #D3D7EB;
    /* background-image: url("../images/tab_active.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.filter_navbar .filter-trigger:hover:after {
    opacity: 1;
}

.user-wrapper {
    margin-top: 50px;
}

.user-wrapper .user {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
}

.user-wrapper .user.hide {
    opacity: 0;
    top: 0;
    left: 0;
    transform: scale(0);
    position: absolute;
}



.product_card {
    width: 100%;
    height: 100%;
}

.product_card-row {
    background-image: url("../images/product_card.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 12px;

}

.product_img-body {
    background-image: url("../images/product-sm-card.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.product_img-body img {
    width: 250px;
    padding: 30px;
}

.product_type {
    color: #FFF;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #0974BA;
    display: inline-block;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 50px;
}

.product_card-title {
    color: var(--theme-color2);
    font-family: 'Lexend Deca', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product_card_sm-title {
    color: var(--theme-color1);
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 56px;
}

.card_btn-dark {
    /* background-image: url(../images/theme_btn-dark.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 80%, 100% 100%, 10% 100%, 0% 80%, 0% 20%);
    background-color: var(--theme-color1);
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    text-decoration: unset;
    color: #fff;
}

.card_btn-light {
    background-image: url(../images/theme_btn-light.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 80%, 100% 100%, 10% 100%, 0% 80%, 0% 20%); */
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    text-decoration: unset;
    color: var(--theme-color2);
}




nav.breadcrumb {
    padding: 2.5em 0em 2.5em 0em;
}

nav.breadcrumb ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

nav.breadcrumb li {
    display: inline;
}

nav.breadcrumb li+li::before {
    display: inline-block;
    margin: 0.1em .45em 0.1em 0.25em;
    border: .2em solid #0974BA;
    border-radius: 50%;
    height: .025em;
    content: '';
}

nav.breadcrumb ol li.first_list a {
    color: rgba(26, 25, 25, 0.5);
    text-decoration: none;
    font-size: 16px;
}

nav.breadcrumb ol li.page_list a {
    color: #1A1919;
    font-size: 16px;
}

.feature_img-card span {
    position: relative;
    display: block;
    overflow: hidden;
}

.feature_img-card img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.ltn__product-pointer.ltn__product-pointer-1 {
    top: 10%;
    left: auto;
    right: 78%;
}
.s-series.ltn__product-pointer-1 {
    top: 20%;
    left: auto;
    right: 70%;
}
.ltn__product-pointer.ltn__product-pointer-2 {
    top: 56%;
    left: auto;
    right: 83%;
}
.s-series.ltn__product-pointer-2 {
    top: 68%;
    left: auto;
    right: 84%;
}
.ltn__product-pointer.ltn__product-pointer-3 {
    top: 74%;
    left: auto;
    right: 68%;
}
.s-series.ltn__product-pointer-3 {
    bottom: 27%;
    left: auto;
    right: 56%;
    z-index: 10;
    top: auto;
}
.ltn__product-pointer.ltn__product-pointer-4 {
    top: 60%;
    left: auto;
    right: 18%;
}
.s-series.ltn__product-pointer-4 {
    top: 30% !important;
    left: auto;
    right: 10%;
}
.ltn__product-pointer.ltn__product-pointer-5 {
    bottom: 22%;
    left: auto;
    right: 25%;
}
.s-series.ltn__product-pointer-5 {
    top: 46%;
    left: auto;
    right: 20%;
    bottom: auto;
}
.ltn__product-pointer.ltn__product-pointer-6 {
    bottom: 20%;
    left: auto;
    right: 17%;
}
.s-series.ltn__product-pointer-6 {
    top: 45%;
    left: auto;
    right: 12%;
    bottom: auto;
}
.ltn__product-pointer.ltn__product-pointer-7 {
    bottom: 12%;
    left: auto;
    right: 2%;
}
.s-series.ltn__product-pointer-7 {
    top: 52%;
    left: auto;
    right: 8%;
    bottom: auto;
}
.ltn__product-pointer.ltn__product-pointer-8 {
    bottom: 6%;
    left: auto;
    right: 8%;
}
.s-series.ltn__product-pointer-8 {
    top: 57%;
    left: auto;
    right: 10%;
    bottom: auto;
}
.ltn__product-pointer {
    position: absolute;
    z-index: 9;
}

.circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    cursor: pointer;
}

.circle:before,
.circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* border: 1px solid var(--theme-color1); */
    box-shadow: 0px 0px 0px 4px #0974BA57;
    border-radius: 50px;
}


.circle:before {
    animation: ripple 2s linear infinite;
}

.circle:after {
    animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}




.ltn__product-pointer>ul {
    padding: 0;
    margin: 0;
}

.ltn__product-pointer ul li,
.ltn__product-pointer ol li {
    /* margin-top: 5px; */
    display: inline-block;
}

.ltn__product-pointer>ul>li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.ltn__product-pointer .ltn__pointer-icon {
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    -webkit-box-shadow: var(--ltn__box-shadow-4);
    box-shadow: var(--ltn__box-shadow-4);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.point_viewer {
    /* position: absolute;
    list-style-type: none;
    top: -50px;
    right: -50px;
    padding: 0;
    width: auto;
    opacity: 0;
    transition: all .5s; */
    position: absolute;
    list-style-type: none;
    top: -146px;
    right: -96px;
    padding: 0;
    width: auto;
    opacity: 0;
    display: none;
    transition: all .5s;
}

.point_viewer img {
    width: 200px !important;
    border-radius: 10px;
    height: 100px;
    /* object-fit: cover; */
    background: #1d1e23;
}

.ltn__product-pointer:hover .point_viewer {
    opacity: 1;
    display: block;
    transition: all .5s;
}

.point_viewer::after {
    content: "";
    clip-path: polygon(49% 100%, 0 0, 100% 0);
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 10px;
    bottom: -6px;
}

.ltn__product-pointer-inner {
    background: #fff;
    list-style-type: none;
    white-space: break-spaces;
    /* padding: 12px 16px; */
    padding: 6px;
    line-height: normal;
    border-radius: 9px;
    width: 100%;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
}





.img-align-center {
    position: relative;
    /* min-height: 840px; */
    min-height: 610px;
    display: flex;
    justify-content: center;
}

.feature_img-card {
    position: absolute;
    z-index: 99;
    left: auto;
    right: auto;
}


@media screen and (max-width:920px) {
    .feature_img-card img {
        width: 100%;
    }

    .img-align-center {
        min-height: 370px;
    }
}

@media screen and (max-width:768px) {
    .filter_navbar {
        justify-content: flex-start !important;
        width: 100%;
        overflow: auto;
    }

    .filter_navbar .filter-trigger {
        white-space: nowrap;
    }

    .point_viewer-left {
        top: -135px;
        right: -3px;
    }

    .point_viewer-right {
        right: auto;
        left: -5px;
        top: -128px;
    }

    .circle {
        height: 10px;
        width: 10px;
    }

    @keyframes ripple {
        0% {
            transform: scale(0);
        }

        50% {
            transform: scale(0);
            opacity: 1;
        }

        100% {
            transform: scale(0);
            opacity: 0;
        }
    }

    .ltn__product-pointer.ltn__product-pointer-4 {
        top: 50%;
        right: 16%;
    }

    .point_viewer-left::after {
        left: auto;
        right: 0;
    }
    .point_viewer-right::after {
        left: 0;
        right: auto;
    }

    .ltn__product-pointer-inner {
        font-size: 10px;
    }
    .point_viewer img {
        width: 150px !important;
    }

    .s-series.ltn__product-pointer-1 {
        top: 17%;
        left: auto;
        right: 69%;
    }
    .s-series.ltn__product-pointer-2 {
        top: 65%;
        left: auto;
        right: 84%;
    }
    .s-series.ltn__product-pointer-3 {
        bottom: 26%;
        left: auto;
        right: 56%;
        z-index: 10;
    }
    .s-series.ltn__product-pointer-6 {
        top: 42%;
        right: 13%;
    }
    .s-series.ltn__product-pointer-7 {
        top: 47%;
    }
    .ltn__product-pointer.ltn__product-pointer-1 {
        top: 5%;
    }
    .ltn__product-pointer.ltn__product-pointer-2 {
        top: 47%;
    }
    .ltn__product-pointer.ltn__product-pointer-3 {
        right: 66%;
    }
    .ltn__product-pointer.ltn__product-pointer-5 {
        bottom: 18%;
    }
}

@media screen and (max-width: 440px){
.img-align-center {
    min-height: 266px;
}
}