
.c_banner_txt .brief{display: block;}

/* innerPro_box */
.product_inner{font-family: 'Lato-Light';}

/* pro_div */
.pro_div .title{font-size: 28px; line-height: 1.5; font-family: 'Lato-Bold';}
.pro_div .brief{line-height: 1.75; color: #666;}

.pro_btn{margin-top: 5%;}
.pro_btn .btn{padding: 15px 40px; display: block; line-height: 28px; position: relative; background: #E5E5E5; font-family: 'Lato-Light'; font-size: 20px; margin-right: 20px;}
.pro_btn .btn:last-child{margin-right: 0;}
.pro_btn .btn:hover{background: var(--commonColor); color: #fff;}

@media only screen and (max-width: 1350px) {
	.pro_div .title{font-size: 26px;}
	.pro_btn .btn{padding: 12px 30px; font-size: 19px;}
}
@media only screen and (max-width: 980px) {
	.pro_div .title{font-size: 22px;}

	.product_inner{flex-direction: column;}
	.product-summary{width: 100%; padding-top: 20px;}
	.pro_btn{margin-top: 20px;}
	.pro_btn .btn{padding: 10px 16px; font-size: 18px; margin-right: 12px;}
	.btn_print{display: none;}
}

/*product photos*/
.cloud-zoom-big {overflow: hidden; padding: 0px;}
.cloud-zoom-loading {
    color: white; background: #222;
    padding: 3px; border: 1px solid #000;
}
.product-summary{flex: 1;}
.product-view{position: relative; width: 760px; margin-right: 56px;}
.product-view .pro_view{position: sticky; top: 100px;}

.product-view .product-image {
    flex: 1; position: relative; width: 480px;
    background: #fff; border: 1px solid #E8E8E8; padding: 1px;
}
.product-view .product-image.zoom_remove:after {
    content: ""; position: absolute; width: 100%; height: 100%;
    left: 0; bottom: 0; z-index: 999;
}

.cloud-zoom {
    position: relative; height: 0; overflow: hidden;
    padding-bottom: 120%;
}

.mousetrap {width: 100% !important; height: 100% !important;}

.product-view .product-image img {
    position: absolute; width: 100%; height: 100%;
    left: 0; top: 0; 
    object-fit: contain;
}

.product-view .additional_box {
    width: 140px; margin-right: 16px;
    position: relative; height: 724px;
}

.product-view .image-additional {
    position: relative;
    margin: 0;
    overflow: hidden; height: 100%;
}

.product-view .image-additional .swiper-wrapper {
    height: 100%;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 120%;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    background: #FFF;
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* object-fit: cover; */
    object-fit: contain;

}

.product-view .image-additional li.current img {
    border: 2px solid var(--commonColor); padding: 0;
}

.product-view .image-additional img.popup {
    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: #fff; background: #333;
    width: 40px;
    height: 24px;
    margin-left: -20px;
    opacity: 1;
    line-height: 24px;
    font-size: 24px; padding: 0;
    transition: all .5s ease;
    border-radius: unset !important;
    left: 50% !important; right: unset !important;
    margin-top: 0; border: none;
}

.product-view .swiper-button-next {
    bottom: 0 !important;
    top: unset;
}

.product-view .swiper-button-prev {
    top: 0 !important;
}
.product-view .swiper-button-disabled{opacity: 0.3 !important;}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
    background: var(--commonColor); border: none;
}

.product-view .swiper-button-next::before,
.product-view .swiper-button-prev::before {
    font-family: 'fontawesome'; font-size: 24px; display: block;
	padding: 0; transform: unset;
}

.product-view .swiper-button-prev::before {
    content: '\f106';
}

.product-view .swiper-button-next::before {
    content: '\f107';
}

@media only screen and (max-width: 1600px) {
	.product-view{width: 700px; margin-right: 50px;}
	.product-view .additional_box{height: 664px; width: 129px;}
}
@media only screen and (max-width: 1450px) {
	.product-view{width: 640px; margin-right: 40px;}
	.product-view .additional_box{height: 610px; width: 115px;}
}
@media only screen and (max-width: 1350px) {
	.product-view{width: 560px;}
	.product-view .additional_box{height: 532px; width: 100px;}
}
@media only screen and (max-width: 1200px) {
	.product-view{width: 420px; margin-right: 30px;}
	.product-view .additional_box{height: 400px; width: 72px; margin-right: 12px;}
}

@media only screen and (max-width: 980px) {
	.product-view .pro_view{position: static;}
    .product_inner{flex-direction: column;}
	.product-view .additional_box{height: auto;}
	
    .product_info{width: 100%; margin-top: 20px;}
    .product_info .title{font-size: 22px;}
    .product_info .brief{margin-top: 12px;}
    .product_info .share_bar{padding: 20px 0;}
    .product_info .share_bar .txt{font-size: 18px;}
    .product-view{width: 100%; margin: 0; padding: 0 15px;}
    .product-view .product-image {display: none;}
    .product-view .additional_box {width: 100%; margin: 0;}
    .product-view .image-additional{height: auto;}

    .product-view .swiper-button-next,
    .product-view .swiper-button-prev{
        top: 50% !important; margin: 0; margin-top: -12px; bottom: unset !important;
    }

    .product-view .swiper-button-next {
        right: -34px !important;
        left: unset !important;
        transform: rotate(-90deg);
    }

    .product-view .swiper-button-prev {
        left: -34px !important;
        right: unset !important;
        transform: rotate(-90deg);
    }
    .product-view .image-additional li img{border: 1px solid #E5E5E5 !important;}
}


/* product_desc */
.product_desc{margin-top: 5%; line-height: 30px; font-family: 'Lato-Light'; color: #333;}
.details_title,
.pro_th{font-size: 22px; font-family: 'Lato-Bold'; line-height: 1.25; margin-bottom: 12px;}
.pro_th:nth-of-type(n+2){margin-top: 20px;}
.txt_list p{padding-left: 16px; position: relative;}
.txt_list p::before{position: absolute; left: 0; top: 14px; height: 4px; width: 4px; border-radius: 50%; content: ''; background: #333;}


.table_wrap{overflow-x: auto; width: 100%;}
.pro_table, .product_desc table{border-spacing: 0; border-collapse: collapse; width: 100%; margin-top: 2.6%; font-family: 'Lato-Light';}
.product_desc tr td, .product_desc tr th,
.pro_table tr td, .pro_table tr th{border: 1px solid #dcdcdc; line-height: 1.25; padding: 14px 30px; text-align: left; font-size: 16px; color: #666;}
.product_desc tr td:first-child, .product_desc tr th,
.pro_table tr td:first-child, .pro_table tr th{background: #F5F5F5; color: #333;}


@media only screen and (max-width: 980px) {
    .details_title,
	.pro_th{font-size: 20px;}
	.product_desc{margin-top: 24px;}

	.pro_table, .product_desc table{max-width: 100%; margin-top: 20px;}
	.product_desc tr td, .product_desc tr th,
	.pro_table tr td, .pro_table tr th{padding: 10px 8px;}
	
	
}

/* innerPro_form */
.innerPro_form{margin-top: 4%; font-family: 'AkzidenzGroteskBQ-Light';}
.innerPro_form .brief{line-height: 1.75; color: #666; margin: 10px 0 0;}

.form_div{margin-top: 30px;}
.input_item{width: 31%; margin-bottom: 3%;}
.innerPro_input .input_item:last-child{width: 100%; margin-bottom: 0;}
.input_item p{}
.input_item p span{color: #ED2736; padding-right: 5px; margin-left: -11px;}
.input_item input, .input_item textarea{border-radius: 0; border: none; border-bottom: 1px solid #aaa; width: 100%; font-size: 16px; height: 36px; line-height: 36px; margin-top: 4px; font-family: 'AkzidenzGroteskBQ-Light';}
.input_item textarea{line-height: 28px; height: 112px; margin-top: 10px;}

.innerPro_btn .submit_btn{background: var(--commonColor); border: 1px solid var(--commonColor); color: #fff; line-height: 28px; padding: 8px 60px; height: 44px; width: auto; font-size: 16px; margin: 3% 0 0; transition: all 0.3s ease; font-family: 'AkzidenzGroteskBQ-Light';}
.innerPro_btn .submit_btn:hover{background: #fff; color: var(--commonColor);}

@media only screen and (max-width: 950px) {
	.innerPro_form{margin-top: 24px;}
	.input_item{width: 100%; margin-bottom: 15px;}
	.innerPro_btn .submit_btn{margin-top: 15px;}
	.form_div{margin-top: 20px;}
}


