.lbanner-btn {
    display: none !important;
}

.innerPro_main {
    margin-top: 65px;
}

.innerPro_main .main_wrap {
    justify-content: space-between;
    align-items: flex-start;
}

.innerPro_main .main_wrap .pro_box {
    justify-content: space-between !important;
    align-items: center !important;
}

/*product photos*/
.product-intro {
    position: relative;
    justify-content: space-between;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view .swiper-slide {
    padding-bottom: 1px;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-view {
    position: relative;
    width: 45%;
    padding: 20px;
    border: 1px solid #E5E5E5;
}

.product-view .product-image {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.mousetrap {
    width: 100% !important;
    height: 100% !important;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.product-view .image-additional {
    position: relative;
    margin: 20px 25px;
    overflow: hidden;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 30.5%;
    border: 1px solid #E5E5E5;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.product-view .image-additional li a {
    display: block;
    position: relative;
}

.product-view .image-additional li.current {
    border: 2px solid #000;
}

.product-view .image-additional img.popup {
    display: none;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    color: #666666;
    background-color: transparent;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    top: 50% !important;
    margin-top: -15px !important;
    opacity: 1;
    line-height: 50px;
    font-size: 40px;
    padding: 0 5px;
    transition: all .5s ease;
}


.product-view .swiper-button-next {
    background: url(../img/details_next.png) no-repeat center / 30% auto;
}

.product-view .swiper-button-prev {
    background: url(../img/details_prev.png) no-repeat center / 30% auto;
}

.product-view .swiper-button-next:hover {
    background: url(../img/details_next.png) no-repeat center / 30% auto;
}

.product-view .swiper-button-prev:hover {
    background: url(../img/details_prev.png) no-repeat center / 30% auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
    background-color: var(--conmmonColor);
}


.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
    left: -3%;
}

.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
    right: -3%;
}

.product-view .swiper-button-prev:before,
.product-view .swiper-button-next:before {
    -webkit-transform: scale(.8, 1);
    -ms-transform: scale(.8, 1);
    -o-transform: scale(.8, 1);
    transform: scale(.8, 1);
}

/*product summary*/
.product-summary {
    position: relative;
    width: 52%;
    padding: 0 0 10px;
    color: #666;
}

.product-summary .product_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.product-summary .product-meta {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-summary .product-meta .meta_title {
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 22px;
    color: var(--conmmonColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.product-summary .share-this {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.product-summary .share-this img {
    max-width: 240px;
}

.pro_btn {
    margin: 65px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro_btn a {
    width: 248px;
    display: inline-block;
    padding: 10px 40px;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    background: #000000;
    border-radius: 30px 30px 30px 30px;
}

.pro_btn a.pdf_btn {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_btn a.pdf_btn:before {
    content: '';
    background: url(../img/pdf_down.png) no-repeat center center / contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.pro_btn a:hover {
    color: #FFFFFF;
    background-color: var(--conmmonColor);
}

.details_title {
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.details_tab {
    margin: 70px 0;
}

.details_tab .tab_list {
    justify-content: flex-start;
    align-items: center;
}

.details_tab .tab_list .tab_link {
    width: 235px;
    padding: 5px 30px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #020C1E;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-right: 20px;
    transition: all .5s ease;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #021731;
    cursor: pointer;
}

.details_tab .tab_list .tab_link.active,
.details_tab .tab_list .tab_link:hover {
    background-color: var(--conmmonColor);
    color: #FFFFFF;
    border-color: var(--conmmonColor);
}

.details_content .tab-pane {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.details_content .tab-pane {
    display: none;
}

.details_content .tab-pane.active {
    display: block;
}



.detail_table table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
}

.detail_table table th,
.detail_table table td {
    border: 1px solid #ccc;
    text-align: left;
    color: #666;
    background: #fbfbfb;
    padding: 15px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.detail_table table td p,
.detail_table table th p,
.detail_table table td span,
.detail_table table th span {
    margin: 0;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
}



@media only screen and (max-width: 950px) {
    .innerPro_main .main_wrap .pro_box {
        flex-direction: column;
    }

    .product-view {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-view .product-image {
        display: none;
    }


    .product-summary {
        width: 100%;
    }

    .product-view .image-additional li {
        padding-bottom: 47%;
        border: none;
    }

    .main_wrap {
        padding-top: 0 !important;
    }

    .pro_btn {
        margin: 30px 0;
    }

    .pro_btn a {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .pro_btn a.pdf_btn {
        margin-left: 10px;
    }

    .details_tab {
        margin: 35px 0;
    }

    .details_tab .tab_list {
        width: 100%;
        overflow-y: auto;
        white-space: nowrap;
    }

    .details_wrap .details_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .details_wrap .details_line {
        margin-bottom: 30px;
    }

    .details_ztyw {
        flex-direction: column;
        align-items: flex-start;
    }

    .details_ztyw .ztyw_left {
        width: 100%;
        height: 0;
        padding-bottom: 68%;
        margin-bottom: 30px;
    }

    .details_ztyw .ztyw_right {
        width: 100%;
    }

    .details_ztyw .ztyw_right .detail_title span {
        font-size: 30px;
        line-height: 35px;
    }

    .detail_table table {
        margin-top: 30px;
    }

    .detail_table {
        width: 100%;
        white-space: nowrap;
        overflow-y: auto;
    }

    .solution_list {
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .solution_list .solution_item {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .details_zwyt {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }

    .details_zwyt .zwyt_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .details_zwyt .zwyt_left .detail_btn {
        margin-top: 30px;
    }

    .details_zwyt .zwyt_left .detail_title span {
        font-size: 30px;
        line-height: 35px;
    }

    .details_zwyt .zwyt_right {
        width: 100%;
        height: 0;
        padding-bottom: 68%;
    }

    .innerPro_inquiry .inquiry_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_inquiry .inquiry_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .innerPro_inquiry .inquiry_wrap .inquiry_info {
        width: 100%;
        margin-bottom: 30px;
    }

    .innerPro_inquiry .inquiry_wrap .inquiry_form {
        width: 100%;
    }

    .innerPro_inquiry .inquiry_wrap .inquiry_info .info_list .info_item {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .product-view .image-additional li {
        padding-bottom: 100%;
    }
    .product-summary .product_title{
        font-size: 26px;
        line-height: 1.5;
    }
    .pro_btn{
        flex-direction: column;
        align-items: center;
    }
    .pro_btn a.pdf_btn{
        margin: 0 0 20px;
    }
    .pro_btn a{
        width: 100%;
    }
    .details_wrap .details_title{
         font-size: 26px;
        line-height: 1.5;
    }
}