/* META BOX TABS */
body.post-new-php .select2-container--open .select2-dropdown--below,
body.post-php .select2-container--open .select2-dropdown--below{
	border-top: solid 1px #aaa;
}
#post-body #normal-sortables {
	min-height: 0;
}

.rwmb-input {
	position: relative;
}

.rwmb-field {
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 1px #f0f0f0;
}

.rwmb-meta-box {
	padding: 10px 10px;
}

.rwmb-meta-box .rwmb-checkbox-wrapper .description {
	display: block;
}

.rwmb-color-wrapper .wp-picker-holder {
	z-index: 2;
}

.rwmb-images li {
	width: auto !important;
	height: auto !important;
	min-width: 150px;
	min-height: 30px;
}

.rwmb-images li img {
	width: auto;
	height: auto;
	max-height: 150px;
	border: solid 3px #f0f0f0;
}

.rwmb-label {
	font-weight: 600;
}

.g5plus-meta-tabs-wrap {
	height: auto;
	overflow: hidden;
}

.g5plus-meta-tabs-wrap.all-hidden {
	display: none;
}

#g5plus-tabbed-meta-boxes {
	position: relative;
	z-index: 1;
	float: right;
	width: 80%;
	border-left: 1px solid #e3e3e3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g5plus-tabbed-meta-boxes > div > .hndle, #g5plus-tabbed-meta-boxes > div > .handlediv,#g5plus-tabbed-meta-boxes .postbox-header {
	display: none !important;
}

#g5plus-tabbed-meta-boxes .inside {
	display: block !important;
}

#g5plus-tabbed-meta-boxes > div {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	background-color: #FCFCFC;
}

#g5plus-meta-box-tabs {
	margin: 0;
	width: 20%;
	position: relative;
	z-index: 2;
	float: left;
	margin-right: -1px;
}

#g5plus-meta-box-tabs li {
	margin-bottom: -1px;
}

#g5plus-meta-box-tabs li.user-hidden {
	display: none !important;
}

#g5plus-meta-box-tabs li > a {
	display: block;
	background: #f7f7f7;
	padding: 12px;
	line-height: 150%;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	text-decoration: none;
}

#g5plus-meta-box-tabs li > a:hover {
	color: #222;
	background: #fff;
}

#g5plus-meta-box-tabs li > a.active {
	border-right-color: #FCFCFC;
	background: #FCFCFC;
	box-shadow: none;
}

.closed #g5plus-meta-box-tabs, .closed #g5plus-tabbed-meta-boxes {
	display: none;
}

/* CheckBox
----------------------------------------*/
.rwmb-checkbox {
	opacity: 0;
	position: absolute;
}

.rwmb-checkbox + label {
	position: relative;
	background-color: #B7B7B7;
	width: 58px;
	height: 24px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 600;

	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.rwmb-checkbox + label:before {
	content: "\f00c";
	font-family: FontAwesome;
	text-align: center;
	background-color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 3px;

	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.rwmb-checkbox + label:after {
	content: attr(data-off);
	position: absolute;
	top: 0px;
	right: 0;
	width: 37px;
	text-align: center;
	line-height: 24px;

	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.rwmb-checkbox:checked + label {
	background-color: #4A89DC;
}

.rwmb-checkbox:checked + label:before {
	-webkit-transform: translateX(34px);
	-moz-transform: translateX(34px);
	-ms-transform: translateX(34px);
	-o-transform: translateX(34px);
	transform: translateX(34px);
	color: #4A89DC;
}

.rwmb-checkbox:checked + label:after {
	content: attr(data-on);
	-webkit-transform: translateX(-21px);
	-moz-transform: translateX(-21px);
	-ms-transform: translateX(-21px);
	-o-transform: translateX(-21px);
	transform: translateX(-21px);
}

#g5plus_meta_box_product_secondary_image .rwmb-image_advanced-wrapper {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#g5plus_meta_box_product_secondary_image .rwmb-image_advanced-wrapper .rwmb-label {
	display: none;
}

#g5plus_meta_box_product_secondary_image .rwmb-meta-box {
	padding: 0;
}

#g5plus_meta_box_product_secondary_image .rwmb-images li {
	float: none;
	margin: auto;
}