/*#shop2-tabs-2 {}
#shop2-tabs-2 .shop2-product-params,
#shop2-tabs-2 .shop2-product-params tbody { display: flex; flex-wrap: wrap;}
#shop2-tabs-2 .shop2-product-params tr { width: 45%; display: flex;}
#shop2-tabs-2 .shop2-product-params th { width: 40%;}
#shop2-tabs-2 .shop2-product-params td { width: 60%;}

@media screen and (max-width: 1100px) {
	#shop2-tabs-2 .shop2-product-params tr { width: 50%;}
	#shop2-tabs-2 .shop2-product-params th { width: 70%;}
	#shop2-tabs-2 .shop2-product-params td { width: 30%;}
}
@media screen and (max-width: 767px) {
	#shop2-tabs-2 .shop2-product-params,
	#shop2-tabs-2 .shop2-product-params tbody { flex-direction: column;}
	#shop2-tabs-2 .shop2-product-params tr { width: 100%;}
	#shop2-tabs-2 .shop2-product-params th { width: 50%;}
	#shop2-tabs-2 .shop2-product-params td { width: 50%;}
}*/
#shop2-tabs-2 .shop2-product-params {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
/*#shop2-tabs-2 .shop2-product-params th { width: 70%;}
#shop2-tabs-2 .shop2-product-params td { width: 30%;}*/
#shop2-tabs-2 .shop2-product-params th { min-width: 240px;}
.shop2-product-params tr,
#shop2-tabs-2 .shop2-product-params, #shop2-tabs-2 .shop2-product-params tbody { display: block;}
.product-item-simple .product-label .product-label-right { right: 7px;}
.product-item-simple .product-label { top: 0;}
@media screen and (max-width: 780px) {
	#shop2-tabs-2 .shop2-product-params th { min-width: 200px;}
}
@media screen and (max-width: 600px) {
	#shop2-tabs-2 .shop2-product-params {
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    -ms-column-count: 1;
	    -o-column-count: 1;
	    column-count: 1;
	}
}
@media screen and (max-width: 480px) {
	/*#shop2-tabs-2 .shop2-product-params,
	#shop2-tabs-2 .shop2-product-params tbody { flex-direction: column;}
	#shop2-tabs-2 .shop2-product-params tr { width: 100%; flex-direction: row;}
	#shop2-tabs-2 .shop2-product-params th { width: auto;}
	#shop2-tabs-2 .shop2-product-params td { width: auto; margin-left: 10px;}*/
}


/*
.overflowHidden999 {
	overflow: hidden;
}*/