#ccwc_debug_btns {
	bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: fixed;
	right: 15px;
	z-index: 99990;
}


#ccwc_debug_open,
#ccwc_debug_fields_open,
#ccwc_debug_except_open {
	background: #EC7C24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	margin-left: 10px;
	padding: 4px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#ccwc_debug_open:hover,
#ccwc_debug_fields_open:hover,
#ccwc_debug_except_open:hover {
	background: #BD5C10;
}

#ccwc_debug,
#ccwc_debug_fields,
#ccwc_debug_except {
	bottom: 0;
	display: none;
	left: 0;
	overflow-y: scroll;
	padding: 15px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

#ccwc_debug.open,
#ccwc_debug_fields.open,
#ccwc_debug_except.open {
	background: rgba(0,0,0,0.8);
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

#ccwc_cfg_debug,
#ccwc_cfg_debug_fields,
#ccwc_cfg_debug_except {
	background: #FFFFFF;
	font-size: 13px;
	max-width: 800px;
	min-width: 400px;
}

#ccwc_cfg_debug .cfgs > .row .row {
	border: 1px solid #F3F3F3;
	padding: 5px;
}

#ccwc_cfg_debug .row,
#ccwc_cfg_debug .row .cell {
	width: 100%;
}

#ccwc_cfg_debug .row.parts > .row {
	margin-bottom: 5px;
}

#ccwc_cfg_debug .cfgs > .row .title {
	position: relative;
}

#ccwc_cfg_debug .cfgs > .row .title:before {
	content: '\f3bf';
	color: #4C7494;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 5px;
	position: absolute;
	size: 12px;
	text-rendering: auto;
	top: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#ccwc_cfg_debug .title {
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	width: 100%;
}

#ccwc_cfg_debug .title.title-cfg {
	background: #EC7C24;
	color: #FFFFFF;
}

#ccwc_cfg_debug .title.title-part {
	background: #4C7494;
	color: #FFFFFF;
}

#ccwc_cfg_debug .cell.data {
	padding: 3px 10px;
	position: relative;
}

#ccwc_cfg_debug .cell.data:not(:first-of-type):before {
	background: #F3F3F3;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 40px);
}

#ccwc_cfg_debug .config > .row > .row > .cell.data {
	padding-left: 5px;
}

#ccwc_cfg_debug .cell.data span.key {
	font-weight: bold;
	padding-right: 5px;
}

#ccwc_cfg_debug .cell.data span.key .parent {
	background: #F2F2F2;
	color: #C6C6C6;
	margin-right: 5px;
	padding: 3px 5px;
}

#ccwc_cfg_debug .row .array {
}

#ccwc_cfg_debug .row .array .number {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	background: #4C7494;
	color: #FFFFFF;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	width: 65px;
}

#ccwc_cfg_debug .row .array:not(:first-of-type) {
	border-top: 1px solid #FFFFFF;
}

#ccwc_cfg_debug .row .array .number-data {
	background: #F2F2F2;
	padding: 5px;
	width: calc( 100% - 65px );
}

.price .debug-disc {
	background: #EC7C24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px 5px;
}
