.an-product-single-page {
    padding: 50px 0;
}
.an-product-single-page .an-product-image a {
    display: block;
}
.an-product-single-page .an-product-image a img {
    width: 100%;
    height: 100%;
}
.an-product-single-page p,
.an-product-single-page span {
    color: #606060;
    display: block;
}

.an-product-single-page .breadcrumbs {
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 38px;
}

.an-product-single-page .an-tab-wrap {
    margin-top: 52px;
    border: 1px solid #b2b2b2;
}

.an-product-single-page .an-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    border-bottom: 1px solid #b2b2b2;
}
.an-product-single-page .an-tabs li {
    padding: 15px;
    text-align: center;
    cursor: pointer;
}
.an-product-single-page .an-tabs li:not(:last-child) {
    border-right: 1px solid #b2b2b2;
}
.an-product-single-page .an-tabs li.is-active {
    background-color: #e61f36;
    color: #fff;
}
.an-product-single-page .an-tabs-content {
    padding: 32px;
}

.an-product-single-page .an-tabs-content .is-hidden {
    display: none;
}

.an-product-single-page .tab-content h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 1em;
}

.an-product-single-page .tab-content ul {
    margin: 0;
    padding: 0 0 0 1.25em;
}
.an-product-single-page .tab-content ul li ul {
    margin: 10px 0;
}

.an-product-single-page .tab-content .techdata-table,
.an-product-single-page .tab-content .table-narrow {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: auto;
    border: none;
}
.an-product-single-page .tab-content .techdata-table tr,
.an-product-single-page .tab-content .table-narrow tr {
    background-color: #fff;
}
.an-product-single-page .tab-content .techdata-table tr:nth-child(odd),
.an-product-single-page .tab-content .table-narrow tr:nth-child(odd) {
    background-color: #eee;
}
.an-product-single-page .tab-content .techdata-table tr td,
.an-product-single-page .tab-content .table-narrow tr td {
    width: 50%;
    margin: 0;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 23px;
    background-color: transparent;
    border: none;
}
.an-product-single-page .tab-content .techdata-table tr td:first-child,
.an-product-single-page .tab-content .table-narrow tr td:first-child {
    vertical-align: top;
    padding-top: 6px !important;
}

.an-product-single-page .an-download-btn {
    padding: 10px 20px;
    color: #fff;
    background-color: #e61f36;
    border-radius: 2px;
    display: block;
    width: fit-content;
}

.an-product-single-page .send-email {
    background-color: #e61f36;
    border: 1px solid #e61f36;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
    display: block;
    width: fit-content;
}

.an-product-single-page .diagram-wrap p:empty,
.an-product-single-page .measure p:empty {
    display: none;
}
.an-product-single-page .diagram-wrap {
    display: flex;
    gap: 20px;
}

.an-product-single-page .measure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.an-product-single-page .product_version_wrap {
    margin-bottom: 24px;
    position: relative;
}

.an-product-single-page .product_version_wrap .product_version {
    width: 100%;
    height: auto;
    padding: 7px 12px;
    background-color: #fff;
    border: 1px solid #606060;
    border-radius: 5px;
    outline: none;
}
.an-product-title {
    margin-bottom: 32px;
}


@media (max-width: 1200px) {
    .an-product-single-page .an-tabs li {
        width: 50%;
        border-bottom: 1px solid #b2b2b2;
    }
}

@media (max-width: 991px) {
    .an-product-caption {
        margin-top: 5px;
    }

    .an-product-title {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .an-product-single-page .an-tabs li {
        width: 100%;
        border-right: 0 !important;
    }
    .an-product-single-page .an-tabs-content {
        padding: 16px;
    }
    .an-product-single-page .diagram-wrap {
        flex-direction: column;
    }
    .an-product-single-page .measure {
        grid-template-columns: 1fr;
    }
    .an-product-single-page .an-tab-wrap {
        margin-top: 30px;
    }
    .an-product-single-page .tab-content h2 {
        font-size: 20px;
        line-height: 28px;
    }
}