﻿
meta.foundation-version {
    font-family: "/5.5.2/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 50em)/";
    width: 0;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:50.0625em)/";
    width: 50.0625em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:50.0625em) and (max-width:64em)/";
    width: 50.0625em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.image-slider {
    /*
    &.small {
        li {
            float: left;
            margin-right: rem-calc(4);
        }

        .order-bullets-container {
            width: 50%;
            float: left;
        }
        .orbit-bullets li {
            width: rem-calc(6);
            height: rem-calc(6);
        }

        .orbit-next,
        .orbit-prev {
            width: 50%;
            height: 77%;
        }

        .orbit-slide-number {
            width: 50%;
            position: relative;
            float: right;
            color: $grey1;
            font-size: 0;
            left: auto;
            top: rem-calc(2);

            @media only screen and (max-width: 50em) {
                text-align: right;
            }

            * {
                font-size: 0;
            }

            span {
                font-weight: normal;
            }

            &::after {
                content: " Figures";
                font-size: rem-calc(12) !important;
            }

            span:last-child {
                font-size: rem-calc(12) !important;
                float: none;
                left: rem-calc(6);
                position: relative;

                @media only screen and (min-width:50.0625em) {
                    padding: 0;
                    float: left;
                }
            }
        }
    }*/
}

@media only screen and (max-width: 50em) {
    .image-slider img {
        width: 100%;
    }
}

.image-slider .image-slider-item {
    display: flex;
    position: relative;
    flex-direction: column;
}

@media only screen and (min-width: 50.0625em) {
    .image-slider .image-slider-item {
        flex-direction: row;
    }
}

.image-slider .image-slider-item .image-slider-image,
.image-slider .image-slider-item .image-slider-body {
    width: 100%;
}

@media only screen and (min-width: 50.0625em) {
    .image-slider .image-slider-item .image-slider-image,
    .image-slider .image-slider-item .image-slider-body {
        width: 50%;
    }
}

.image-slider .image-slider-item .image-slider-body {
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 50em) {
    .image-slider .image-slider-item .image-slider-body {
        flex-direction: column;
    }
}

@media only screen and (min-width: 50.0625em) {
    .image-slider .image-slider-item .image-slider-body {
        padding: 35px;
        background-color: #f7f7f7;
    }
}

.image-slider .image-slider-item .image-slider-text {
    max-height: 16.25rem;
}

.image-slider .image-slider-item img {
    width: 100%;
}

@media only screen and (min-width: 50.0625em) {
    .image-slider .image-slider-item button {
        position: absolute;
        bottom: 20px;
    }
}

.image-slider .orbit-next,
.image-slider .orbit-prev {
    margin-top: 0;
    top: 0;
    width: 13%;
    height: 80%;
}

    .image-slider .orbit-next:hover,
    .image-slider .orbit-prev:hover {
        background-color: transparent;
    }

    .image-slider .orbit-next span,
    .image-slider .orbit-prev span {
        opacity: 1;
    }

@media only screen and (max-width: 50em) {
    .image-slider .orbit-bullets-container {
        margin-top: 1.25rem;
    }
}

[data-page="results"] section {
    padding: 0;
}

.show-more-icon {
    display: inline-flex;
    width: 14px;
    height: 14px;
    /*top: 4px;*/
    position: relative;
    overflow: hidden;
    color: #4c4c4c;
}

.active .show-more-icon {
    transform: rotate(180deg);
}

.star-rating {
    color: #ffd200;
}

    .star-rating .fa-star-half + *,
    .star-rating .fa-star.disabled,
    .star-rating .fa-star.disabled + * {
        color: #a9a9a8;
    }

    .star-rating .fa-star-half + .fa-star-half {
        margin-left: -0.025px;
        transform: rotateY(180deg);
    }

.search-controls {
    color: #00ae9e;
    margin: 0;
    line-height: 2.0625rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 50em) {
    .search-filter-container {
        position: absolute;
        transform: translateX(-100%);
        background: white;
        top: 0;
        z-index: 22;
        height: 100vh;
        width: 80%;
        transition: transform 0.4s ease;
    }
}

@media only screen and (max-width: 50em) {
    .search-filter-container.active {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        transform: translateX(0);
    }
}

.search-filters {
    position: relative;
}

@media only screen and (max-width: 50em) {
    .search-filters {
        padding: 0 0.75rem !important;
    }
}

@media only screen and (min-width: 50.0625em) {
    .search-filters .close {
        display: none;
    }
}

.search-filters .search-filters-hero {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

@media only screen and (min-width: 50.0625em) {
    .search-filters .search-filters-hero {
        height: 9.375rem;
    }
}

.search-filters .search-filter {
    margin-bottom: 1.25rem;
}

    .search-filters .search-filter li,
    .search-filters .search-filter label {
        cursor: pointer;
        position: relative;
        text-transform: none !important;
    }

        .search-filters .search-filter li:not(:last-child) {
            margin: 0.5rem 0;
        }

    .search-filters .search-filter .search-filter label {
        padding-left: 0.9375rem;
    }

    .search-filters .search-filter input {
        margin: 0 0.3125rem 0 0;
    }

/* Label Styles */
label {
    color: #656565;
    cursor: pointer;
    display: block;
    font-size: 0.825rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

    label.right {
        float: none !important;
        text-align: right;
    }

    label.inline {
        margin: 0 0 1rem 0;
        padding: 0.5625rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #7c7c7c;
    }


    label.error {
        color: #fa6557;
    }

.label {
    display: inline-block;
    font-family: "Aller", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.875rem;
    background-color: #00ae9e;
    color: #ffffff;
    border-radius: 4px;
}

    .label.radius {
        border-radius: 3px;
    }

    .label.round {
        border-radius: 1000px;
    }

    .label.alert {
        background-color: #fa6557;
        color: #ffffff;
    }

    .label.warning {
        background-color: #f08a24;
        color: #ffffff;
    }

    .label.success {
        background-color: #D5EEEC;
        color: #00ae9e;
    }

    .label.promo {
        background-color: #FBD7F0;
        color: #d60c8c;
    }

    .label.review {
        background-color: #F2F2F2;
        color: #6C6C6C;
    }

    .label.info-tips {
        background-color: #D4FFDE;
        color: #017C18;
    }

    .label.secondary {
        background-color: #004072;
        color: #ffffff;
    }

    .label.info {
        background-color: #a0d3e8;
        color: #333333;
    }

    .label.text {
        background: transparent;
        font-family: "Aller Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        padding-right: 0;
        padding-left: 0;
        color: #232323;
    }

.search-slider-start {
    left: 15px;
    top: 0px;
}

.search-slider-end {
    right: 15px;
    top: 0px;
}

.search-filters .search-filter label {
    margin-bottom: 0.9375rem;
}

.search-filters .search-filter.has-show-more {
    max-height: 10.25rem;
    overflow: hidden;
    margin-bottom: 0;
}

    .search-filters .search-filter.has-show-more.active {
        max-height: none;
    }

.search-filters .search-filter-child span {
    display: inline-block;
    margin-bottom: 0.625rem;
}

.search-filters .search-attribute {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.search-filters .search-attribute-title {
    color: #00ae9e;
    font-family: "Aller Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 0.9375rem;
}

.search-filters .search-show-more {
    cursor: pointer;
    color: #232323;
    display: block;
}

body.mobile-filters-open {
    position: fixed;
}

.remove-filter {
    border-radius: 6.25rem;
    background: #00ae9e;
    width: 0.8125rem;
    height: 0.8125rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    display: none;
    right: 0;
    top: 50%;
    position: absolute;
    margin-top: -0.4375rem;
}

[data-page="results"] [data-section="hero"] {
    padding-top: 5rem;
}

[data-page="results"] h3 {
    line-height: 1.4;
    margin-bottom: 0;
}

[data-page="results"] button.btn-link, .button.btn-link {
    width: unset;
    color: #00ae9e;
    background: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-family: "Aller Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-width: 0;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    border-color: #008b7e;
    transition: background-color 300ms ease-out;
}

@media only screen and (min-width: 50.0625em) {
    [data-page="results"] [data-section="hero"] {
        padding-top: 0;
        height: 9.375rem;
    }
}

[data-page="results"] .search-filters-active li {
    position: relative;
    padding-right: 1.25rem;
    cursor: pointer;
}

[data-page="results"] .search-results .search-result {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

[data-page="results"] .search-results .group-result {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

    [data-page="results"] .search-results .search-result h1 {
        line-height: 1;
        margin-top: 0;
    }

@media only screen and (min-width: 50.0625em) {
    [data-page="results"] .search-results .search-result {
        padding: 1.875rem 2.1875rem 1.875rem 2.1875rem;
    }
    [data-page="results"] .search-results .group-result {
        padding: 1.875rem 2.1875rem 1.875rem 2.1875rem;
    }
}

@media only screen and (max-width: 50em) {
    [data-page="results"] .search-results .search-result > .row {
        flex-flow: column;
        display: flex;
    }
}

/*[data-page="results"] .search-results .search-result-wrapper {
    border-bottom: 1px solid grey;
}*/

    [data-page="results"] .search-results .search-result-wrapper a:hover {
        color: inherit;
        cursor: pointer;
    }

@media only screen and (min-width: 50.0625em) {
    /*[data-page="results"] .search-results .search-result-wrapper:nth-child(even) {
        background-color: #f7f7f7;
    }*/

    /*[data-page="results"] .search-results .search-result-wrapper {
        border-bottom: 1px solid #eaeaea;
    }*/
}

@media only screen and (max-width: 50em) {
    [data-page="results"] .search-results .search-result-preview {
        text-align: center;
    }
}

[data-page="results"] .search-results .search-result-preview img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 50.0625em) {
    [data-page="results"] .search-results .search-result-preview img {
        width: 70%;
        max-height: 80px;
    }
}

@media only screen and (max-width: 50em) {
    [data-page="results"] .search-results [data-reorder="details"] {
        order: 1;
    }

    [data-page="results"] .search-results [data-reorder="slider"] {
        order: 2;
    }

    [data-page="results"] .search-results [data-reorder="cost"] {
        order: 3;
    }

    [data-page="results"] .search-results [data-reorder="applications"] {
        order: 4;
    }

    [data-page="results"] .search-results [data-reorder="cta"] {
        order: 5;
    }
}

.gallery {
    position: fixed !important;
    overflow-y: scroll;
    top: 0 !important;
}

    .gallery * {
        color: #ffffff;
    }

    .gallery .close-reveal-modal {
        color: #AAAAAA;
        cursor: pointer;
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        top: 0.625rem;
        right: 1.375rem;
    }

/*    .gallery p,
    .gallery img,
    .gallery .row {
        margin-bottom: 1.25rem;
    }

    .gallery img {
        max-width: 100%;
        max-height: 100%;
    }*/

.reveal-modal-bg {
    background: #232323;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.reveal-modal {
    border-radius: 0;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1.875rem;
    border: solid 0 #666666;
    box-shadow: none;
}

@media only screen and (max-width: 50em) {
    .reveal-modal {
        min-height: 100vh;
    }
}

.reveal-modal .column, .reveal-modal .columns {
    min-width: 0;
}

.reveal-modal > :first-child {
    margin-top: 0;
}

.reveal-modal > :last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 80%;
    }
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal {
        top: 6.25rem;
    }
}

.reveal-modal.radius {
    border-radius: 0;
}

.reveal-modal.round {
    border-radius: 0;
}

.reveal-modal.collapse {
    padding: 0;
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 30%;
    }
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 40%;
    }
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 60%;
    }
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 70%;
    }
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 95%;
    }
}

.reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0;
}

@media only screen and (min-width: 50.0625em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 100%;
    }
}

.reveal-modal.toback {
    z-index: 1003;
}

.reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
}


.flex-apart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.flex-align-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row-bottom {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.flex-align-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.flex-justify-between {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 50.0625em) {
    .flex-justify-between {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (max-width:50.0625em) {
    [data-page="results"] [data-section="hero"] {
        padding-top: 1rem;
    }

    .product_meta_sticky {
        bottom: 0;
        left: 0;
        padding: 10px 12px;
        position: fixed;
        right: 0;
        z-index: 3;
        border-top: 1px solid #ccc;
        background-color: #f1f1f1;
        box-shadow: 0 0 6px #ccc;
    }

        .product_meta_sticky .pb-3 {
            padding-bottom: 0 !important;
            width: 80%;
            margin: 0 auto;
        }

        .product_meta_sticky .magic-dropdown-list {
            transform: translateY(-5px);
            bottom: 100%;
            top: auto;
        }

    .gallery-box {
        height: auto;
        text-align: center;
    }

        .gallery-box img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }
}

@media only screen and (min-width:50.0625em) {
    .gallery-box {
        height: 303px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .gallery-box img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }
}

.svg-print {
    fill: #00ae9e;
    width: 1.3125rem;
    height: 1.5625rem;
}

.svg-chat {
    width: 1.5rem;
    height: 1.5rem;
}

.svg-arrow {
    width: 1.3125rem;
    height: 1.3125rem;
    fill: #00ae9e;
}

.svg-filter {
    stroke: #00ae9e;
    width: 1.6875rem;
    height: 1.6875rem;
}

.svg-uparrow {
    width: 1.875rem;
    height: 1.875rem;
}

.magic-dropdown-input {
    width: 100%;
    color: #454545;
}

.close {
    width: 1.375rem;
    height: 1.375rem;
    line-height: 1;
    color: #232323;
    opacity: 0.5;
}

    .close:hover {
        text-decoration: none;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    margin-left: calc(80vw - 75px);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.wrapper-dropdown {
    width: 300px;
    top: 35px;
    min-width: 200px;
}

    .wrapper-dropdown ul {
        /*padding: 15px;*/
    }

        .wrapper-dropdown ul li {
            padding: 0px 5px
        }

.serch_params_box {
    position: relative
}

.search-filters-panel .form-check {
    display: flex;
    min-height: 1.5rem;
    margin: 0;
    padding: 0 0 0 10px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

    .search-filters-panel .form-check .form-check-input {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
        margin: 0;
        padding: 10px;
    }

.search-filters-panel label {
    display: flex;
    flex: 1;
    padding: 12px 10px 12px 0;
}

.search__params__containerBG {
    background-image: none;
    padding-right: 10px;
}

.search__dropdown.active {
    display: block;
}

.arrow::after {
    position: absolute;
    width: 14px;
    height: calc(100% - 2px);
    top: 2px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
}

.arrow.active::after {
    transform: rotate(180deg);
}


#tags-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 7px;
}

.tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px 10px 12px;
    margin: 5px;
    background-color: #ebf2fa;
    color: #000000;
    /* 文本颜色 */
    border-radius: 40px;
    /* 圆角边框 */
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
    /* 平滑背景颜色过渡 */
    border: none;
}

    .tag:hover {
        background: #f8f9fa;
        color: #00ae9e;
    }

.tag-remove {
    width: 16px;
    height: 16px;
    text-align: center;
    color: pink;
}

.clearAll {
    line-height: 40px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.isClear {
    min-width: 80px;
    display: none;
}

.search-attribute-title {
    margin-bottom: 0px !important;
}

.result-group {
    cursor: pointer;
}


.custom-tooltip {
    color: #000000;
    text-align: center;
    position: absolute;
    display: none;
    padding: 5px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.classificationTag.fixed {
    position: fixed !important;
    top: 160px;
}