
/* Table heading */

.ct-h {
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	margin-bottom: -20px;
	font-weight: bold;
}
.ct-h b {
	background-color: white;
	position: relative;
	z-index: 1;
	padding-right: 10px;
}
.ct-h span {
	border-top: 1px solid #959595;
	display: block;
	position: absolute;
	width: 100%;
	top: calc( 50% - 1px );
}

/* Table wrap */
.ct-w {
	position: relative;
	margin-bottom: 20px;
	clear: both;
	border-radius: 3px;
}
.wp-block-table .ct-w:last-child {
	margin-bottom: 0;
}
.ct-ws {
	overflow: hidden;
	clear: both;
	position: relative;
}
.ct-wi {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
}
.ct-wi.dragging {
	user-select: none;
	-moz-user-select: none;
}

.ct-wi::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
}
.ct-wi::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.ct-w .fixed_side {
	display: none;
}

@media( max-width: 1024px ){
	.ct-wi::-webkit-scrollbar {
	    -webkit-appearance: none;
	    height: 7px;
	}
	.ct-wi::-webkit-scrollbar-thumb {
	    background-color: rgba(0,0,0,.5);
	}
}

.ct-hh > .ct-wi {
	padding-top: 20px;
}
.ct-w table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	word-break: normal;
}
.ct-w td,
.ct-w th {
	padding: 7px 10px;
	font-size: 15px;
	line-height: 1.4;
	border-color: #ccc;
	min-width: 185px;
	word-break: keep-all;
	text-align: left;
}
.column_width_auto .ct-w td,
.column_width_auto .ct-w th {
	min-width: 0;
}

.ct-w a {
	line-height: 1.6;
}

.ct-w thead tr > * {
	background-color: #f9fafb;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}
.ct-w thead tr:first-child > * {
	border-top: 0;
}
.ct-w td:first-child,
.ct-w th:first-child {
	border-left: 0;
	padding-left: 10px;
}
.ct-w td:last-child,
.ct-w th:last-child {
	border-right: 0;
	padding-right: 10px;
}
.ct-w tbody {
	border-bottom: 0;
}
.ct-w div > table > thead > tr:first-child td,
.ct-w div > table > thead > tr:first-child th,
.ct-w div > table > tbody > tr:first-child td,
.ct-w div > table > tbody > tr:first-child th {
	background-color: #f9fafb;
}
.ct-w div > table > thead + tbody > tr:first-child td,
.ct-w div > table > thead + tbody > tr:first-child th {
	background-color: transparent;
}

@media( max-width: 768px ) {
	.ct-w td,
	.ct-w th {
		line-height: 1.2em !important;
	}
}

@media( max-width: 599px ){
	body .aawp-product__description {
		display: block;
	}
	.share-bar.show {
		display: block;
	}
	.share-bar span {
		display: none;
	}
	.share-bar ul {
		float: right;
	}
	.ct-w td:first-child,
	.ct-w th:first-child {
		word-break: keep-all;

	}
}


.wide_table {
	width: 945px;
	margin-left: calc( ( 720px - 945px ) / 2 );
}
.wide_table table {
	width: 120%;
}
.ct-w .fixed {
	top: 0;
	position: fixed;
	overflow: hidden;
	background-color: #FCFCFC;
	border-bottom: 1px solid #d4d4d4;
	z-index: 3;
	display: none;
}

.has_fixed_header .ct-w .fixed {
	top: 50px;
}
.ct-w .ct-wi2 {
	position: relative;
}
.ct-w .white_cell {
	position: fixed;
	background-color: white;
	border: 1px solid #d4d4d4;
	display: block;
	z-index: 3;
	top: -1px;
}
.ct-w li {
	text-align: left;
}
.ct-w ul:last-child {
	margin-bottom: 0;
}
@media( max-width: 945px ){
	.wide_table {
		width: 100%;
		margin-left: 0;
	}
}
@media( max-width: 768px ){
	.has_fixed_header .ct-w .fixed {
		top: 105px;
	}
}
.ct-w .fixed_side {
	position: absolute;
	overflow: hidden;
	background-color: white;
	z-index: 1;
}
.ct-w .fyv_expand {
	text-align: left;
}
.ct-w .fyv_expand .title {
	word-break: keep-all;
	white-space: pre;
	overflow: hidden;
	min-width: 150px;
}
.ct-w .fyv_expand .body {
	padding: 0;
}
.ct-w .fyv_expand .body > br:first-of-type,
.ct-w .fyv_expand .body > br:last-of-type,
.ct-w .fyv_expand + br {
	display: none;
}
.ct-w .aling_top {
	vertical-align: top;
}
.ct-w table ul {
	margin-left: 20px;
}

/*@media( max-width: 1250px ){
	.ct-w .fixed_side {
		display: none;
	}
}
*/

/* Table column widths */

.ct-w .wide_100 {
	min-width: 100px;
}
.ct-w .wide_150 {
	min-width: 150px;
}
.ct-w .wide_200 {
	min-width: 200px;
}
.ct-w .wide_250 {
	min-width: 250px;
}
.ct-w .wide_300 {
	min-width: 300px;
}
.ct-w .wide_400 {
	min-width: 400px;
}
.ct-w .wide_500 {
	min-width: 500px;
}


/* Table arrows */

.ct-w .table_arrow {
	position: absolute;
	top: 50%;
	margin-top: -0.3em;
	z-index: 1;
	font-size: 22px;
	width: 2em;
    height: 2em;
    padding: 0.5em;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
	display: none;
	z-index: 2;
	color: var( --link-color );
	box-shadow: 0px 0px 5px 0px #aaa;
	border-radius: 50%;
	background-color: white;
	text-align: center;
}
.ct-w .table_arrow:hover .icon {
	opacity: 0.7;
}
.ct-w .table_arrow:active .icon {
	opacity: 0.4;
}
.ct-w .table_arrow.left {
	left: -1.1em;
	padding-right: 0.6em;
}
.ct-w .table_arrow.left .icon {
	margin-left: -0.05em;
}
.ct-w .table_arrow.right {
	right: -1.1em;
	padding-left: 0.6em;
}
.ct-w .table_arrow i {
	margin-left: 0.1em;
	font-weight: normal;
}

@media( max-width: 900px ){
	.ct-w .table_arrow.left {
		left: -20px;
	}
	.ct-w .table_arrow.right {
		right: -20px;
	}
}







/* Expand */

.ct-expand {
	margin-bottom: 0px;
}

.ct-expand .ct-ws {
	max-height: 500px;
	overflow-y: hidden;
}
.ct-expand .ct-ws:after {
	content: '';
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, transparent 100%);
	z-index: 1;
	font-size: 50px;
}
.ct-expand.expanded .ct-ws {
	max-height: none;
}
.ct-expand.expanded .ct-ws:after {
	display: none;
}

.inline_faq .ct-expand .expand_buttons,
.inline_faq .ct-expand .ct-ws:after {
	display: none;
}
.inline_faq .ct-expand .ct-ws {
	max-height: none;
}


