.size-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.size-modal-content {
  background: #fff;
  width: 700px;
  padding: 25px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}

.size-header {
  text-align: center;
  position: relative;
}

.size-header h2 {
  margin: 0;
  font-size: 20px;
}

.subtitle {
  display: block;
  color: #777;
  font-size: 14px;
}

.close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
  cursor: pointer;
}

.note-title,
.know-title {
  font-weight: bold;
  margin-top: 20px;
}

.guide-title {
  text-align: center;
  margin-top: 20px;
}

.unit {
  text-align: center;
  color: #d16a00;
  font-weight: bold;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.size-table th,
.size-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.size-table th {
  background: #f3f3f3;
  font-weight: bold;
}

.pos-sizechart__content {
  display: none;
}
.pos-sizechart__title {
	margin-top:20px;
}
.pos-sizechart__title:before {
	content:'';
	background: url(../images/icon_sizechart.png) no-repeat;
	width:28px;
	height:15px;
	display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.pos-sizechart__title p {
    border-bottom: 2px solid #d9d9d9;
	line-height:1.5;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	color: #253237;
	font-size:15px;
	cursor:pointer;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pos-sizechart__title p:hover {
	border-color:var(--hovercolor);
}
@media (min-width: 576px){
	#modal-sizechart .modal-dialog {
		min-height:100%;
	}
}
@media (min-width: 1200px){
	#modal-sizechart .modal-dialog {
		max-width: 720px;
	}
}
#modal-sizechart{
	color: #253237;
}
#modal-sizechart .table td,#modal-sizechart .table th {
	padding:8px 10px;
}
#modal-sizechart .page_heading {
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
}
#modal-sizechart .table thead th,
#modal-sizechart .table tr th {
    color: #253237;
    font-weight: 500;
	font-size:15px;
}
#modal-sizechart .table td {
    color: #253237;
    font-size:14px;
}
#modal-sizechart .mar_b6  {
	font-weight:500;
	margin-bottom:10px;
	font-size:18px;
}
#modal-sizechart p  {
	color: #707070;
	font-size:14px;
}