.order-3 {
	order:3;
}
.btm-size-chart {
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 0px 16px;
	line-height: 34px;
	min-height: 34px;
	font-weight: 400;
	box-shadow: none;
	text-shadow: none;
	color: #000;
	background-color: #F7F8FB;
	-webkit-transition: background .2s ease;
  transition: background .2s ease;
}
.btm-size-chart:hover,
.btm-size-chart:focus {
	background-color: #EAEDF7;
}
#modal-size-charts .modal-body {
	padding-bottom: 0;
}
#modal-size-charts .table thead tr td {
	background-color:#dcdcdc !important;
}
.table-size-chart-name {
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--up-text-wd-color);
	text-align: center;
}
.table-size-chart thead tr td {
	text-align: center;
	font-weight: 600;
}
.table-size-chart tbody tr td {
	text-align: center;
}