.box_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}
.h-title-setting {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}
.title-design-swap-btn,
.title-design-swap {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.small-text-setting {
	color: #8A8A8A;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #eee;
	margin-top: 3px;
}
.box_flex.jcsb {
	justify-content: space-between;
}
.box_flex.jcfs {
	justify-content: flex-start;
}
.design-box .catalog_before_logo,
.design-box .swap-search-dmenu,
.design-box .type-header,
.design-box .type-footer,
.design-box .reverse-btn,
.design-box .type_btn, .design-box .screen_width {
	padding: 4px 8px;
	border: 0px;
	color: #000;
	border-radius: 6px;
	background: #e9ecef;
	margin-right: 8px;
}
.design-box .catalog_before_logo.active,
.design-box .swap-search-dmenu.active,
.design-box .type-header.active,
.design-box .type-footer.active,
.design-box .reverse-btn.active,
.design-box .type_btn.active,
.design-box .screen_width.active {
	background:#00bc52;
	color:#fff;
	border:0px;
}
.design-box .title-design {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000;
	background: #f8f9fa;
	padding: 5px 10px;
	border-radius: 5px;
}
.btn-design {
	position: absolute;
	left: 100%;
	top: 125px;
}
.design-box {
	padding:20px;
}
.change-desing-cs {
	position: fixed;
	top: 0px;
	bottom:0px;
	height: 100%;
	background-color: #fff;
	left: -320px;
	z-index: 1100;
	width: 320px;
	padding: 0;
	-webkit-transition: left 250ms ease;
	-moz-transition: left 250ms ease;
	-ms-transition: left 250ms ease;
	-o-transition: left 250ms ease;
	transition: left 250ms ease;
	border-radius:0px 10px 10px 0px;
}
.change-desing-cs.active {
	left: 0px;
	-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
}
.change-desing-cs.active .design-box {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	scrollbar-width:thin;
}
.design-box .type_header,
.design-box .type_footer,
.design-box .reverse_btn,
.design-box .ls_type_btn,
.design-box .width_site{
text-align:center;
margin-bottom: 20px;
}
.design-box .color_theme {
text-align:left;
margin-bottom: 20px;
}
.btn-change-cs {
	border:0px;
	padding:10px 8px;
	border-radius:0px 8px 8px 0px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	background:#CED4DA;
	color:#000;
	line-height: 10px
}
.btn-change-cs i{font-size:24px;}
.design-box .color-scheme {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-block;
	padding: 5px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.design-box .color-scheme i {color:#fff;line-height: 30px;}

.ltype-h {
	margin-right: 0px !important;
}