:root {
    --table-border-color: #333; /* set a value "red" to the "color" variable */
    --color-white: #ffffff;
}
#all-products {
	padding: 0px;
}
@-webkit-keyframes showTab{
	from{
		opacity:0;
		-webkit-transform:translateY(10px);
		transform:translateY(10px);
	}
	to{
		opacity:1;
		-webkit-transform:
		translateY(0);
		transform:translateY(0);
	}
}
@keyframes showTab{
	from{
		opacity:0;
		-webkit-transform:translateY(10px);
		transform:translateY(10px);
	}
	to{
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
.tabsy>button{
	width: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
}
.tabsy>.tabButton{
	display: block;
	flex-wrap:  none;
	margin-top: 1px;
	background: #ffffff;  
	color: #163450; 
	text-align: center;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 20px;
}
@media screen and (min-width: 48em) {
	.tabsy>.tabButton{ 
		margin: 0;
	}
}
.tabsy>input{	
	display:none;
}
.tabsy>input:checked+label+.tab {
	display: block;
}
.tabsy>input:checked+label+.tab>.contenttab {
	-webkit-animation:showTab 0.5s ease-in-out;
	animation:showTab 0.5s ease-in-out;
}
.tabsy>input:checked+label { /*checked */
	background: #163450;
	color: #ffffff; 
}
.tabsy>.tab{
	background: #fff;
	border-top: 0px solid #f4f4f4; 
	display: block; /* **** test none*/
}
@media screen and (min-width: 768px) { /* web and tablet */
	.tabsy>.tab{
		background:#fff;
		border-top: 0px solid #163450; /*line split */
	}
}
@media screen and (min-width: 768px) {
	.tabsy{
		display:-webkit-box;
		display:-webkit-flex; 
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tabsy>.tabButton{
		-webkit-box-ordinal-group:2;
		-webkit-order:1;
		-ms-flex-order:1;
		order:1;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		-ms-flex-align:start;
		align-items:flex-start;
		cursor:pointer;
		-webkit-flex-wrap: none;
		-ms-flex-wrap: none;
		flex-wrap: none;
	}
	.tabsy>.tab{
		-webkit-box-ordinal-group:3;
		-webkit-order:2;
		-ms-flex-order:2;
		order:2;
	}
}
.tabButton {  /* tab for products */
	font-size: 100%;
	font-weight: bold; 
	padding: 30px; 
	width: 100%;
}
@media screen and (min-width: 48em) {
	.tabButton {
		padding: 20px; 
		width: 30%;
	}
}
@media screen and (min-width: 1024px) {
	.tabButton {
		padding: 30px; 
	}
}
.tabButton img {
	width: 100%;
	min-width: 100%;
	height: auto;
	border-radius: 5px;
}
.tabButton p {
	display: block;
	padding: 30px 0px 5px 0px;	
}
.tab {
	display: flex;
	flex-wrap: wrap;
	padding: 30px; 
	width: 100%;
	border-radius: 5px;
	margin-top: 20px;
}

/* ----------------------  END TAB ----------------- */
/*------------------ table style --------------------- */
.table {
	display: table;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0px;
	text-align: center;
	/*border-collapse: collapse;*/
  	border-collapse: separate;
  	border-spacing: 0;
}
.table-center {
	margin-left: auto;
  	margin-right: auto;
}
.row {
  	display: table-row;
  	background: #fff;
	border-radius: 5px;
}
.cell {
  	display: table-cell;
}
.row.th .cell {
	display: table-cell;
	color: #fff;
	background: var(--table-border-color);
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px solid var(--table-border-color);
}
.row .cell {
	font-size: 15px; 
	font-size: 1.5rem;
	color: var(--table-border-color);
	line-height: 1.8;
	font-weight: unset !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid var(--table-border-color);
	vertical-align:top;
}
.row.th .cell:first-child {
  	border-left: 1px solid var(--table-border-color);
}
.row.th .cell:last-child {
    border-right: 1px solid var(--table-border-color);
}
.row .cell:first-child {
  	border-left: 1px solid var(--table-border-color);
}
.row .cell:last-child {
    border-right: 1px solid var(--table-border-color);
}
.row.th .cell:first-child {
  	border-top-left-radius: 6px;
}
.row.th .cell:last-child {
  	border-top-right-radius: 6px;
}
.row:last-child .cell:first-child {
  	border-bottom-left-radius: 6px;
}
.row:last-child .cell:last-child {
  	border-bottom-right-radius: 6px;
}
.row:hover {  
	background: #f2f2f2;
}
.noCom { display: none;}
@media screen and (max-width: 1000px) { /* for tablet */
	.table {
		width: 100%;
	}
}
@media screen and (max-width: 767px) { /* for mobile */
	.table {
		display: block;
		width: 100%;
		border-bottom: 0px solid var(--table-border-color);
	}
	.row {
		display: block;
		text-align:left;
		margin: 0;
	}
	.cell {
		display: inline-block;
		text-align: left;
	}
	.row.th, .row.th .cell {
		display: none;
		height: 0;
	}
    .row .cell:before { 
		display: block;
		color: #163450; 
		font-weight: 600;
		font-size: 120%;
		margin-top: 2px;
		padding: 0px 0px 5px 0px;
		content: attr(data-title);
	} 
	.row .cell {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 15px;
		color: #555555;
		font-weight: unset !important;
		border: 0px solid var(--table-border-color);
	}
	.row .cell p {
		display: block;
		padding: 3px 0px;
	}
	.row .cell:first-child,
	.row .cell:last-child {
		border: 0px;
	}
	.row:hover {  background: none;}
	.noPhone { display: none;}
	.noCom { display: block;}
}
/*----------------------- Slide Certificate for mobile-----------------------------*/
.slider-container {
	width: 100%;
}
.slider-wrapper {
	position: relative;
}
.slider-wrapper .slide-button {
	position: absolute;
	top: 50%;
	outline: none;
	border: none;
	height: 50px;
	width: 50px;
	z-index: 5;
	color: #fff;
	display: flex;
	cursor: pointer;
	font-size: 2.2rem;
	background: #000;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
	background: #404040;
}
.slider-wrapper .slide-button#prev-slide {
	left: -25px;
	display: none;
}
.slider-wrapper .slide-button#next-slide {
	right: -25px;
}
.slider-wrapper .image-list {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 18px;
	font-size: 0;
	list-style: none;
	margin-bottom: 30px;
	overflow-x: auto;
	scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
	display: none;
}
.slider-wrapper .image-list .image-item {
	width: 325px;
	height: 450px;
	object-fit: cover;
}
.slider-container .slider-scrollbar {
	height: 24px;
	width: 100%;
	display: flex;
	align-items: center;
}
.slider-scrollbar .scrollbar-track {
	background: #ccc;
	width: 100%;
	height: 2px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
	height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
	position: absolute;
	background: #000;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	cursor: grab;
	border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
	cursor: grabbing;
	height: 8px;
	top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: -10px;
}
/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
	.slider-wrapper .slide-button {
	  display: none !important;
	}
	.slider-wrapper .image-list {
	  gap: 10px;
	  margin-bottom: 15px;
	  scroll-snap-type: x mandatory;
	}
	.slider-wrapper .image-list .image-item {
	  width: 280px;
	  height: 380px;
	}
	.slider-scrollbar .scrollbar-thumb {
	  width: 20%;
	}
	.MIT { 
		display: block;
	}
}