.abm-specifications-label{
    font-weight: bold;
    padding-right: 10px;
    min-width: 9em;
    line-height: 1.2;
}

.abm-products-specification tr td.abm-specifications-label,
.abm-products-specification tr td.abm-specifications-value{
    padding-top: 1em;
}

.abm-product-tabs-title{
    margin-top: 20px;
    font-size: 1.8em;
    font-weight: bold;
    color: #000;
}

.product-faqs{
    margin: 20px 0;
}

.OrderAngleDown{
    font-size: 2.5rem;
    color: #ef6331;
    font-weight: 700;
    padding-right: 0.4em;
}

.product-faq-question{
    color: #000000;
    font-size: 1.2em;
}

.abm-text-left{
    border-left: 1px solid #ccc;
}

.abm-faqs-text{
    padding: 5px 0 5px 10px;
}

.abm-doc-title{
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
}

.abm-document-list{
    margin: 1em 0;
    overflow: hidden;
}

.abm-doc-div{
    margin-top: 1em;
}

.abm-document-list>li{
    margin-bottom: 1rem;
}

.abm-document-list>li>a{
    color: #ef6331;
}

.abm-document-list>li>a:visited{
    color: #ef6331;
}

.abm-product-row{
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.abm-product-box-row{
    margin-left: -15px;
}

.abm-product-boxes-title{
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.abm-product-more-boxes-div{
    overflow: hidden;
}

.abm-product-more-boxes-div > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.abm-product-more-boxes-div > .row .abm-product-more-box {
    height: calc(100% - 30px);
}

.abm-product-more-box{
    overflow: hidden;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

.abm-product-more-title{
    min-height: 1em;
    font-weight: bold;
    font-size: 1em;
}

.abm-product-more-line{
    overflow: hidden;
}

.abm-product-add-more-title{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #f26522;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 10px;
    min-width: 300px;
    float: left;
    margin-right: 20px;
    color: #f26522;
}

.abm-product-add-more-titles{
    overflow: hidden;
}

.abm-product-add-more-title-selected{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #f26522;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 20px;
    color: #fff;
    background-color: #f26522;
}

.abm-product-add-more-select-boxes{
    margin-top: 30px;
}

.abm-product-add-more-box{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #f26522;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 20px;
    color: #f26522;
}

.abm-product-box-price{
    color: #f26522;
}

a.see-options-or-products:visited,
a.see-options-or-products:link {
    font-size: 14px;
    color: #999999;
}

a.see-options-or-products:hover,
a.see-options-or-products:active {
    color: #333;
    text-decoration: underline;
}

a.see-options-or-products::after {
    content: ' \f0a5';
}

.product-options-item-box + .product-options-item-box {
    margin-top: 50px;
}
.product-options-item {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}
.product-options-item + .product-options-item {
    margin-top: 25px;
}
.product-options-item-base_info,
.product-options-item-cart_info {
    width: 100%;
}
.product-options-item-base_info {
    flex: 1;
}
.product-options-item-base_info-title {
    color: #EF6331;
}
.product-options-item-base_info-detail-label {
    display: inline-block;
    width: 150px;
}
.product-options-item-cart_info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}
.product-options-item-cart_info-qty-box {
    order: 1;
}
.product-options-item-cart_info-suffix-select {
    width: 100%;
    border: 1px solid #ababab;
    padding: 5px 0;
}
.product-options-item-add_to_cart {
    cursor: pointer;
    color: #ffffff;
    background-color: #ef6331;
    padding: 5px;
    border-radius: 4px;
    align-self: end;
    margin-top: 10px;
}
.product-options-item-add_to_cart:hover {
    background-color: #ef6155;
}

.product-options-item-cart_info-qty-box .spinner {
    display: flex;
    justify-content: end;
}

.library-detail-container {
    color: #333333;
}

.add-to-cart-box {
    border: 3px solid #EF6331;
    border-radius: 12px;
    padding: 2em;
    display: inline-block;
    width: 100%;
}

.product-info-box {
}

.tab-content {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
    padding: 20px;
}

.product-info-box .nav-tabs {
    border-bottom: none;
}

.product-info-box .nav-tabs > li a {
    padding: 10px;
    border-radius: 0;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #fafafa;
    margin-right: -1px;
    color: #666666;
    text-align: center;
    background-color: #fafafa;
}

.product-info-box .nav-tabs > li.active a {
    border-color: #ef6331;
    background-color: #ef6331;
    color: #fff;
}

.product-info-box .nav-tabs > li a.tag-label {
    text-align: left;
    padding-left: 10px;
}

.product-detail-sub_title {
    font-size: 1.5em;
    font-weight: 600;
}

.product-controls-related-item {
    height: 13.8em;
}

.product-controls-related-item-header {
    height: 2.8em;
}

.product-controls-related-item-hr {
    border-top-color: #ccc;
}

.product-controls-related-item-title {
    display: inline-block;
    width: 80px;
}

.product-controls-related-item-subject {
    margin-bottom: 5px;
}

.other-product-box {
    width: 100%;
    font-size: 14px;
    border-radius: 6px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border: 2px solid #EF6331;
    color: #EF6331;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    cursor: pointer;
    transition: all .2s ease;
}

.other-product-box.type-blue {
    border-color: #0094ff;
    color: #0094ff;
}

.other-product-box.type-gray {
    border-color: #929292;
    color: #929292;
    background-color: #ffffff;
    cursor: default;
}

.other-product-box.type-gray.active {
    background-color: #929292;
}

.other-product-box.type-blue:not(.type-gray):hover,
.other-product-box.type-blue.first-active,
.other-product-box.type-blue.active {
    background-color: #0094ff;
    color: #ffffff;
}
.other-product-box:not(.type-gray):hover,
.other-product-box.first-active,
.other-product-box.active {
    background-color: #EF6331;
    color: #ffffff;
}


.modal-dialog.modal-lg {
    width: 90%;
    max-width: 1200px;
}

.customize-container {
    /*background-color: #E5E5E5;*/
    color: #555555;
}

.customize-page-title {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}

.customize-page-sub_title {
    font-size: 1.2em;
    font-weight: 600;
}

.current-project-item {
    padding: 10px 0;
}

.current-project-sub_item {
    padding: 10px 0;
    justify-content: space-between;
}

.current-project-sub_item-price {
    width: 65px;
}

.customize-option-info {
    font-size: .8em;
}

a.current-project-sub_item-remove-link {
    font-size: .8em;
    color: red;
}

a.current-project-sub_item-remove-link:hover {
    opacity: .8;
    color: red;
}

.customize-qty-box {
    width: 80px;
    transform: scale(0.8);
    transform-origin: left top;
}

.customize-modify-base-product {
    border: 3px solid #EF6331;
}

.customize-option-select {
    width: 100%;
    height: 34px;
    border: 1px solid #bbb;
}

.customize-text-large {
    font-size: 1.1em;
}

.customize-sub-item-box {
    font-size: 0.9em;
}
.customize-sub-item {
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.abm-antibody-sub-title {
    font-size: 1.3em;
    font-weight: 600;
}

.publication-item {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    margin-bottom: 30px;
}
.publication-item::before {
    content: attr(data-index);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    color: #EF6331;
    font-size: 1.5em;
    border-bottom: 1px solid #ef6331;
}
.publication-item p {
    margin-bottom: 20px;
}
.publication-item p i {
    display: block;
}

.doc-list {
    display: flex;
}
.doc-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #E5E5E5;
    font-weight: 600;
    cursor: pointer;
    color: #333333;
    margin-right: 10px;
}
.doc-item:hover {
    background-color: #d5d5d5;
    color: #000;
}
.login-ad {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #ededed;
}
.login-ad-text {
    margin-left: 5px;
}
a.customer-review-view-all-link,
a.customer-review-view-all-link:hover {
    text-decoration: underline;
    color: #000;
}
.customer-review-item {
    margin-bottom: 40px;
}
.customer-review-item-img-box {
    display: flex;
    justify-content: end;
}
.customer-review-img {
    width: 220px;
    max-width: 100%;
    background-color: #e5e5e5;
    color: #999999;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-review-img img {
    width: 100%;
    height: 100%;
}
.customer-review-title {
    font-weight: 600;
    font-size: 1.2em;
}
.customer-review-stars {
    color: #EF6331;
}
.customer-review-content {
    font-size: 1.15em;
}
.customer-review-author {
    font-size: .9em;
}
.customer-review-date {
    font-size: .8em;
    color: #ababab;
}

/* Product 详情页的模态框样式 */
#productModal .modal-dialog { max-width: 1200px; }
#carousel-product-detail-generic .carousel-inner .item { position: relative; width: 100%; padding-top: 66.67%; overflow: hidden; }
#carousel-product-detail-generic .carousel-inner .item.active.left, #carousel-product-detail-generic .carousel-inner .item.active.right { position: absolute; top: 0; }
#carousel-product-detail-generic .carousel-inner .item img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; }
#carousel-product-detail-generic .carousel-control { display: none; color: #EF6331; }

@media screen and (min-width: 768px){
    .modal-dialog {
        width: auto!important;
        max-width: 80%;
        /*height: auto!important;*/
        /*max-height: 90%;*/
        margin: 30px auto;
    }
}

@media screen and (max-width: 768px) {
    .customize-container {
        padding: 20px;
    }
    .customer-review-item-img-box {
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .customize-option-select-box {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .abm-catalog-datasheet{
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    .product-options-item {
        flex-direction: row;
        align-items: center;
    }
    .product-options-item-cart_info {
        width: 220px;
        margin-right: 20px;
        justify-content: end;
    }
    .product-options-item-cart_info-qty-box {
        order: 0;
        margin-right: 10px;
    }
    .product-options-item-add_to_cart {
        align-self: center;
    }
    .abm-catalog-datasheet{
        min-height: 300px;
    }
    .product-info-box-li {
        width: 16.666666666666664%;
    }
}

.abm-faqs-fa-angle{
    vertical-align: top;
}

.abm-document-list{
    padding-left: 1.5em;
}

.abm-related-box{
    padding-left :0!important;
}

.abm-perfect-table2>thead>tr>th {
    background-color: #ef6331;
    color: #fff;
}

.abm-perfect-table2 {
    border-radius: 5px;
    box-shadow: 0 3px 5px -5px rgb(0 0 0 / 10%), 0 5px 10px rgb(0 0 0 / 12%);
}

.xzoom-thumbs{
    width: 300px;
    margin-top: 15px;
}

.xzoom{
    box-shadow: none!important;
}

/*.abm-specifications-value>table>tbody>tr>td>img{*/
    /*width: 110%;*/
    /*height: 110%;*/
/*}*/

.abm-specifications-value>table>tbody>tr>td:first-child > img {
    padding-left: 1.5em;
}

.abm-specifications-value>table>tbody>tr>td:not(:first-child) {
    padding: 1.5em;
}

.specification-h2 {
    font-size: 20px;
}

.abm-specifications-value img {
    max-width: 100% !important;
}

/*.abm-specifications-value>table>tbody>tr>td:not(img){*/
    /*padding: 1.5em;*/
/*}*/

.show-info{
    padding-left: 15px;
}

.abm-specifications-label{
    vertical-align: top;
}

.abm-specifications-value{
    vertical-align: top;
}

#abm-category-popup-img{
    max-width: 100%;
    max-height: 600px;
}

.product-info-box-li {
    padding: 0!important;
}

.nav-tabs>li>a:hover{
    border: 1px solid #fafafa!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #fafafa!important;
}

#customize-modal-dialog {
    padding-bottom: var(--space_bottom, 0);
}
.customize-container {
    padding: 10px;
}
.customize-title {
    font-size: 2em;
    color: #EF6331;
}
.customize-content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 30px;
    margin-top: 10px;
}
.customize-current-product-container {
    padding: 20px;
    border: 2px solid #EF6331;
    border-radius: 1em;
}
#customize-blank-modal-dialog .customize-current-product-container {
    border-color: green;
}
.customize-current-product-info {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.customize-current-product-cat_no-value {
    color: #0094ff;
}
.customize-service-list {
    margin-top: 30px;
}
.customize-service-list-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.customize-service-item {
    display: grid;
    grid-template-columns: var(--col);
    grid-gap: 10px;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
.customize-service-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.customize-service-item > div:first-child {
    justify-self: left;
}
.customize-service-item > div:last-child {
    justify-self: right;
}
.customize-service-hot {
    color: #fc6e51;
    font-size: 14px;
}
.customize-selected-list {
    border: 2px solid #666;
    padding: 20px;
    border-radius: 1em;
}
.customize-selected-row {
    display: grid;
    grid-template-columns: 6fr 1fr 3fr 2fr;
    grid-gap: 15px;
    margin: 5px 0;
}
.customize-selected-item {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}
.customize-select-qty {
    width: 100%;
    padding: 0 3px;
    border: 1px solid #666;
    text-align: center;
    background-color: #fff;
}
.customize-selected-last-col {
    text-align: right;
}
.customize-remove-selected {
    color: #d9534f;
    cursor: pointer;
}
.customize-remove-selected:hover {
    text-decoration: underline;
}
.customize-selected-subtotal-container {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.customize-selected-subtotal-content {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.customize-continue-container {
    margin-top: 30px;
    text-align: right;
}
.customize-no-selected {
    text-align: center;
    color: #ccc;
}

.bl-dialog {
    display: none;
    box-sizing: border-box;
}

.bl-dialog.open,
.bl-dialog[open] {
    display: block;
}

.bl-dialog.modal,
.bl-dialog[modal],
.bl-dialog.msg,
.bl-dialog[msg] {
    position: fixed;
}

.bl-dialog.modal,
.bl-dialog[modal] {
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bl-dialog.msg,
.bl-dialog[msg] {
    top: 50px;
    right: 80px;
}

.bl-dialog.modal .bl-dialog-container,
.bl-dialog[modal] .bl-dialog-container {
    box-shadow: 0 0 8px 0 #999;
}

.bl-dialog-msg-section {
    border-radius: 8px;
    box-shadow: 1px 1px 10px 1px #999;
    min-width: 150px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    max-width: 500px;
    font-size: 1.4rem;
}

.bl-dialog-msg-section.auto-close {
    position: relative;
}

.bl-dialog-msg-section-close-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #ddd;
}
.bl-dialog-msg-section-close-thumb {
    background-color: #666;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}
.bl-dialog-msg-section.success .bl-dialog-msg-section-close-thumb {
    background-color: #16b777;
}

.bl-dialog-msg-section.auto-close .bl-dialog-msg-section-close-bar {
    display: block;
}

.bl-dialog-msg-section-content {
    padding: 20px;
}
.bl-dialog-msg-section.auto-close .bl-dialog-msg-section-content {
    padding-top: 25px;
}
.bl-dialog-msg-section.success .bl-dialog-msg-section-content {
    color: #3c763d;
}
.bl-dialog-header {
    height: 50px;
    position: sticky;
    line-height: 40px;
    background-color: #efefef;
    top: 0;
}
.bl-dialog-title {
    padding: 0 60px 0 20px;
}
.bl-dialog-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.5em;
}
.bl-dialog-close:hover {
    color: #d9534f;
}
.bl-dialog-main {
    padding: 20px;
    flex: 1;
    background-color: #fff;
    overflow-y: auto;
}
.bl-dialog-footer {
    padding: 0 20px 20px;
    text-align: right;
}
.close-confirm-dialog-btn {
    padding: 8px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    margin-left: 20px;
}
.close-confirm-dialog-btn:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
.confirm-btn {
    padding: 8px 15px;
    border: 1px solid #d9534f;
    background-color: #d9534f;
    color: #fff;
    border-radius: 4px;
}
.confirm-btn:hover {
    opacity: .8;
}

#customize-blank-modal-dialog .bl-dialog-container,
#customize-modal-dialog .bl-dialog-container {
    width: 90%;
    height: calc(100% - 160px);
    margin: 80px auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 1440px;
}
#before-open-builder-dialog .bl-dialog-container,
#continue-add-blank-control-dialog .bl-dialog-container,
#confirm-remove-selected-item .bl-dialog-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.custom-detail-media-box {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.custom-detail-media-iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(0.5);
    transform-origin: left top;
}

.custom-detail-media-link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
}

.product-info-box.popular-container .nav-tabs > li a {
    text-align: left;
    background-color: #fafafa;
    color: #666;
}
.popular-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.popular-list .popular-item {
    padding: 10px;
    color: #0094ff;
    border: 2px solid #0094ff;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-list .popular-item.disabled {
    color: #ccc;
    border-color: #ccc;
    text-decoration: line-through;
    cursor: not-allowed;
}
.popular-list .popular-item:not(.disabled):hover {
    color: #fff;
    background-color: #0094ff;
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    .popular-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .popular-list {
        grid-template-columns: repeat(6, 1fr);
    }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {}
