body.scfw-size-chart-active {
	overflow: hidden;
}

.remodal-wrapper .size-chart-model {
	padding: 35px;
}

.chart-content-list {
	display: inline-block;
	float: left;
	width: 71%;
	padding-right: 10px;
	text-align: left;
}

.chart-content-list span {
	font-size: 16px;
	font-weight: bold;
}

.chart-content-list li {
	font-size: 14px;
	padding: 3px;
}

table#size-chart tr th {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

table#size-chart tr td {
	font-size: 16px;
}

table#size-chart tr th, table#size-chart tr td {
	text-align: center;
	word-wrap: break-word;
	min-width: 120px;
	position: relative;
	background-color: transparent;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.chart-image img {
	width: 100%;
}

.size-chart-model .remodal-close::before, .size-chart-model .remodal-close {
	right: 0;
	left: auto;
}

.chart-content-list p {
	font-size: 14px;
}

.chart-content-list>ul {
	margin-left: 20px;
}

.button-wrapper {
	clear: both;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.button-wrapper .md-size-chart-btn .dashicons {
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

.button-wrapper .md-size-chart-btn .dashicons img {
	width: 25px;
	height: 25px;
	margin: 0;
	display: inline-block;
}

.button-wrapper .md-size-chart-btn .dynamic-svg {
	width: 25px;
	height: 25px;
	margin: 0;
	display: inline-block;
}

.remodal {
	margin-top: 25px;
}

@media only screen and (max-width:500px) {
	table#size-chart tr th {
		font-size: 11px !important;
	}
	
	table#size-chart tr td {
		font-size: 10px !important;
	}
}

#size-chart tr:nth-child(2n+1) {
	border-bottom: 1px solid #eee;
}

.md-size-chart-modal {
	display: none;
}

.md-size-chart-hide {
	-webkit-animation: cssAnimation .4s forwards;
	animation: cssAnimation .4s forwards;
}

.md-size-chart-show {
	display: block;
}

.md-size-chart-modal-content {
	margin: 0;
	position: fixed;
	z-index: 199999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 50px;
}

div#md-size-chart-modal .remodal-close {
	font-weight: 600;
}

.md-size-chart-modal-body {
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
	margin: 0 auto;
	z-index: 111111;
	overflow: hidden;
	max-height: 100%;
	border-radius: 5px;
	height: 100%;
	padding-bottom: 90px;
}

.md-size-chart-modal-body, .md-size-chart-modal-body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.md-size-chart-hide .md-size-chart-modal-body {
	-webkit-animation: animateend ease .5s forwards;
	-webkit-animation-duration: .4s;
	animation: animateend ease .5s forwards;
	animation-duration: .4s;
}

div.md-size-chart-overlay {
	position: fixed;
	z-index: 10000;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	background-color: rgba(0, 0, 0, 70%);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
}

.md-size-chart-hide .md-size-chart-overlay {
	-webkit-animation: animateend ease .5s forwards;
	-webkit-animation-duration: .4s;
	animation: animateend ease .5s forwards;
	animation-duration: .4s;
}

.chart-container {
	padding: 20px;
	height: 100%;
	overflow-y: auto;
}

div#md-size-chart-modal .chart-table {
	float: none;
	width: 100%;
	overflow-x: auto;
}

div#md-size-chart-modal .chart-image {
	clear: both;
	margin-top: 15px;
	float: left;
}

div#md-size-chart-modal .chart-content {
	clear: both;
	width: 100%;
}

.md-size-chart-subtitle {
	font-size: 16px;
}

.chart-table {
	clear: both;
	margin-top: 15px;
	float: left;
}

.chart-table table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0;
	table-layout: auto;
	width: 100%;
	border: 1px solid #d1d1d1;
	overflow: hidden;
}

.chart-table th, td {
	padding: .4375em;
}

.chart-table table, .chart-table th, .chart-table td {
	border: 1px solid #d1d1d1;
}

.chart-table td, .chart-table th {
	padding: 5px;
}

.md-modal-title {
	font-size: 20px;
	line-height: 26px;
	padding: 11px 60px 11px 20px;
}

.md-size-chart-close {
	display: block;
	width: 100%;
	border-bottom: 1px solid lightgrey;
	height: 50px;
	position: relative;
}

.md-size-chart-label {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.remodal-close {
	display: block;
	overflow: visible;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.remodal-close:hover, .remodal-close:focus {
	color: #fff;
	background-color: #d85050;
	border-color: #d85050;
	outline: none;
}

.remodal-close::before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	content: "×";
	text-align: center;
}

.chart_note {
	background-color: #eaea16;
	padding: 5px;
	border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	height: fit-content;
}

.scfw-size-chart-main {
	display: inline-block;
	width: 100%;
}

.scfw-size-chart-main .md-size-chart-btn {
	display: inline-block;
}

.woocommerce.single-product .product .summary:has(.md-size-chart-show), .woocommerce.single-product .product:has(.md-size-chart-show) {
	z-index: 99999;
	position: relative;
}

.scfw-size-chart-popup-left {
	display: block;
}

.scfw-size-chart-popup-left .md-size-chart-overlay {
	display: none;
}

.scfw-size-chart-popup-left .md-size-chart-modal-content {
	left: -100%;
	padding: 0;
	right: unset;
	transition: all .5s ease-out;
	width: 100%;
}

.scfw-size-chart-popup-left.md-size-chart-show .md-size-chart-modal-content {
	left: 0;
	transition: all .5s ease-out;
}

.scfw-size-chart-popup-left .md-size-chart-modal-body {
	box-shadow: 0 0 15px rgba(0, 0, 0, 25%);
	border-radius: 0;
	animation: none;
	margin-left: 0;
}

.scfw-size-chart-popup-left.md-size-chart-show .md-size-chart-overlay {
	display: block;
}

.scfw-size-chart-popup-right {
	display: block;
}

.scfw-size-chart-popup-right .md-size-chart-overlay {
	display: none;
}

.scfw-size-chart-popup-right .md-size-chart-modal-content {
	left: unset;
	padding: 0;
	right: -100%;
	transition: all .5s ease-out;
	width: 100%;
}

.scfw-size-chart-popup-right.md-size-chart-show .md-size-chart-modal-content {
	right: 0;
	transition: all .5s ease-out;
}

.scfw-size-chart-popup-right .md-size-chart-modal-body {
	box-shadow: 0 0 15px rgba(0, 0, 0, 25%);
	border-radius: 0;
	animation: none;
	margin-right: 0;
}

.scfw-size-chart-popup-right.md-size-chart-show .md-size-chart-overlay {
	display: block;
}

.scfw_size-chart-details-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid lightgrey;
	position: relative;
}

.scfw_size-chart-details-tab span {
	width: 100%;
	max-width: 220px;
	padding: 10px 10px 7px 10px;
	cursor: pointer;
	text-align: center;
	border-bottom: 3px solid transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	line-height: 25px;
}

.scfw_size-chart-details-tab span.active-tab {
	border-bottom-color: #000;
	font-weight: 600;
}

.scfw_size-chart-details-tab + .chart-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.scfw_size-chart-details-tab + .chart-container .chart-content.scfw-tab-content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.scfw_size-chart-details-tab + .chart-container .scfw-tab-content, .scfw_size-chart-details-tab + .chart-container .chart_note {
	display: none;
}

.scfw_size-chart-details-tab + .chart-container .scfw-tab-content.active-tab {
	display: inline-block;
}

.scfw_size-chart-details-tab + .chart-container .chart-table.active-tab + .chart_note {
	display: inline-block;
}

.scfw_size-chart-details-tab + .chart-container .scfw-tab-content {
	-webkit-animation: fadeEffext .8s;
	animation: fadeEffext .8s;
}

.scfw_size-chart-details-tab .scfw_tab_underline {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	height: 3px;
	background-color: #000;
	position: absolute;
	z-index: 1200;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
}

.chart-table .scfw-chart-table {
	margin-bottom: 30px;
}

.chart-table .scfw-chart-table-title {
	font-size: 19px;
	margin: 0 0 15px;
	line-height: normal;
}

@media only screen and (min-width:641px) {
	.md-size-chart-modal-body.small {
		max-width: 600px;
	}
	
	.md-size-chart-modal-body.medium, .md-size-chart-modal-body {
		max-width: 800px;
	}
	
	.md-size-chart-modal-body.large {
		max-width: 1000px;
	}
}

@media only screen and (max-width:640px) {
	div#md-size-chart-modal .chart-table {
		overflow: scroll;
		width: 100%;
	}
	
	.chart-content-list {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	div#md-size-chart-modal .chart-table table {
		width: 100%;
		table-layout: auto;
		margin-bottom: 0;
		white-space: nowrap;
	}
	
	div#md-size-chart-modal .chart-table::-webkit-scrollbar {
		height: 8px;
		width: 0;
	}
	
	div#md-size-chart-modal .chart-table::-webkit-scrollbar-track {
		background-color: rgba(238, 238, 238, 90%);
	}
	
	div#md-size-chart-modal .chart-table::-webkit-scrollbar-thumb {
		background: #c2c2c2;
	}
	
	.md-size-chart-modal-content {
		padding: 30px;
	}
}