/*
Theme Name: Carban
Template: hello-elementor
*/

@media screen and (min-width:1025px){
	.width-10{
		width: 10% !important
	}
	.width-20{
		width: 20% !important
	}
	.width-30{
		width: 30% !important
	}
	.width-40{
		width: 40% !important
	}
	.width-50{
		width: 50% !important
	}
	.width-60{
		width: 60% !important
	}
	.width-70{
		width: 70% !important
	}
	.width-80{
		width: 80% !important
	}
	.width-90{
		width: 90% !important
	}
	.width-100{
		width: 100% !important
	}
}
.product_specification table {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: 0 !important;
}

.product_specification table tr, .product_specification table tr th, .product_specification table tr td {
  background-color: #ffffff !important;
}
.product_specification table tr th, .product_specification table tr td{
  border: 0 !important;
}
.product_specification table tr th{
  border: 0 !important;
      border-left: 1px solid rgba(159, 159, 159, 0.623) !important;
}

.product_specification table td {
  padding: 12px;
}

.product_specification table tr td:first-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.product_specification table tr td:last-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.product_specification table tr th:first-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.product_specification table tr th:last-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
body.single-product .go-to-specs{
	cursor: pointer;
}