.main_wrap {
    justify-content: space-between;
    align-items: flex-start;
}
/*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%;
}
.product-view .product-image {
    position: relative;
}
.image-additional-box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    padding: 0 60px 18px;
}
.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}
.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}
.product-view .image-additional {
    position: relative;
    overflow: hidden;
}
.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 20%;
}
.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% !important;
    left: 0;
    top: 0;
    object-fit: contain;
}
.product-view .image-additional li a {
    display: block;
    position: absolute;
    padding: 0 5%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
}
.product-view .image-additional img.popup {
    display: none;
}
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
.product-view .swiper-button-next1,
.product-view .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
}
.product-view .swiper-button-prev1::before {
    content: '';
    width: 19px;
    height: 33px;
    display: inline-block;
    background: url('img/pro_left.png') no-repeat;
    background-size: 100% 100%;
}
.product-view .swiper-button-next1::before {
    content: '';
    width: 19px;
    height: 33px;
    display: inline-block;
    background: url('img/pro_right.png') no-repeat;
    background-size: 100% 100%;
}
.product-view .swiper-button-prev1:hover::before {
    background: url('img/pro_left2.png') no-repeat;
    background-size: 100% 100%;
}
.product-view .swiper-button-next1:hover::before {
    background: url('img/pro_right2.png') no-repeat;
    background-size: 100% 100%;
}
.product-view .swiper-button-prev1 {
    left: 15px;
}
.product-view .swiper-button-next1 {
    right: 15px;
}
/*product summary*/
.product-summary {
    position: relative;
    width: 50%;
    padding: 0 0 10px;
}
.product-summary .product_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media (max-width:1366px) {
    .product-summary .product_title {
        font-size: 35px;
        line-height: 40px;
    }
}
.product-meta {
    margin: 70px 0;
}
.product-summary .product-meta p,
.product-meta {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.pro_btn a {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #E5E5E5;
    text-transform: capitalize;
    padding: 0 60px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #000033;
}
.pro_btn a:hover {
    background: #F45B0B;
    color: #FFFFFF;
}
.contact-btn {
    margin-left: 30px;
}
.download-btn {
    display: flex !important;
}
.share_box {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.products_details_main {
    margin-top: 5%;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.products_details_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #F45B0B;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #F45B0B;
}
.products_details_title::after {
    width: 76px;
    height: 5px;
    background: #F45B0B;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2.5px;
    left: 0;
}
.products_details_main_son {
    margin-top: 55px;
    line-height: 1.8;
}
.products_details_main_son table {
    border-collapse: separate;
    border-spacing: 0;
    width: auto !important;
    min-width: 100% !important;
    /* display: block; */
    display: table;
    overflow: auto;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: white !important;
    font-size: 16px !important;
}
.products_details_main_son table *{
    font-size: 16px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
.products_details_main_son table thead tr {
    background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%) !important;
}
.products_details_main_son table th {
    padding: 18px 20px;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: white;
    text-align: left;
    border: none;
    position: relative;
}
.products_details_main_son table th:after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2) !important;
}
.products_details_main_son table th:last-child:after {
    display: none;
}
.products_details_main_son table tr {
    border-bottom: 1px solid #f0f0f0 !important;
}
.products_details_main_son table tr:last-child {
    border-bottom: none;
}
.products_details_main_son table td {
    padding: 16px 20px !important;
    height: auto !important;
    color: #555 !important;
    border: none !important;
    transition: all 0.2s ease;
    background: none !important;
    width: auto !important;
}
.products_details_main_son table tr:hover td {
    background-color: #f8fafd !important;
    color: #2c3e50 !important;
}
.products_details_main_son table tr:nth-child(even) {
    background-color: #fcfcfc !important;
}
.products_details_mx1 {
    display: flex;
    justify-content: space-between;
}
.products_details_mx1_son {
    width: calc((100% - 15px) / 2);
}
.products_details_mx1_son .imgBox {
    padding-bottom: 55%;
}
.products_details_mx1_son .imgBox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.products_details_mx2 {
    display: flex;
    justify-content: space-between;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.products_details_mx2_son {
    width: calc((100% - 50px) / 3);
}
.products_details_mx2_son .imgBox {
    padding-bottom: 65.555%;
    margin-bottom: 20px;
}
.products_details_say {
    margin-top: 30px;
    padding: 2% 0;
}
.products_details_say_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    text-align: center;
}
.products_details_say_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 20px 0 50px;
}
.products_details_say_swi {
    padding-top: 56px;
}
.products_details_say_swi_div {
    background: #F9F9F9;
    padding: 0 30px 60px;
}
.say_swi_top {
    padding-top: 35px;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
}
.say_swi_head {
    width: 131px;
    height: 131px;
    position: absolute;
    top: -56px;
    left: 0;
    border-radius: 50%;
    object-fit: cover;
}
.say_swi_top i {
    display: block;
    width: 40px;
    height: 31px;
    background: url('img/say_icon.webp') no-repeat;
    background-size: 100% 100%;
}
.say_swi_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.say_swi_bottom {
    margin-top: 50px;
    padding: 0 35px;
}
.say_swi_email {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 0 0 25px;
}
.say_swi_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.8em;
    height: 5.4em;
    overflow: hidden;
}
.products_details_say_swi_pag {
    margin-top: 55px;
    text-align: center;
}
.products_details_say_swi_pag .swiper-pagination-bullet {
    width: 77px;
    height: 2px;
    background: #F5F5F5;
    border-radius: 1px;
    opacity: 1;
}
.products_details_say_swi_pag .swiper-pagination-bullet-active {
    background: #F45B0B;
}
@media only screen and (max-width: 950px) {
    .main_wrap {
        flex-wrap: wrap;
    }
    .product-view {
        width: 100%;
    }
    .product-summary {
        width: 100%;
    }
    .product-view .product-image{
        display: none;
    }
    .image-additional-box{
        position: relative;
    }
    .product-view .image-additional li{
        padding-bottom: 100%;
    }
    .product-summary .product_title{
        font-size: 30px;
    }
    .product-meta{
        margin: 30px 0;
    }
    .download-btn{
        display: none !important;
    }
    .contact-btn{
        margin-left: 0;
    }
    .products_details_title{
        font-size: 30px;
    }
    .products_details_mx1{
        flex-wrap: wrap;
    }
    .products_details_mx1_son{
        width: 100%;
        margin-bottom: 20px;
    }
    .products_details_mx1 .products_details_mx1_son:last-child{
        margin-bottom: 0;
    }
    .products_details_mx2{
        flex-wrap: wrap;
    }
    .products_details_mx2 .products_details_mx2_son:last-child{
        margin-bottom: 0;
    }
    .products_details_mx2_son{
        width: 100%;
        margin-bottom: 20px;
    }
    .products_details_say_title{
        font-size: 30px;
    }
    .products_details_say_swi_pag{
        margin-top: 20px;
    }
}