.wooThumbs-wrapper {
	display: block;
	clear: both;
	overflow: hidden;
}
.wooThumbs {
	overflow: hidden;
	width: 166px;
	margin: 0 -2px;
	max-width: 150px;
}
.wooThumbs li {
	float: left;
	width: 46px;
	margin: 0 2px 4px;
	display: inline;
	position: relative;
}
.wooThumbs li .delete {
	background: #eee url('../img/delete.png') no-repeat 50% 50%;
	display: table-cell;
	height: 44px;
	width: 44px;
	border: 1px solid #dfdfdf;
	cursor: move;
	vertical-align: middle;
}
.wooThumbs li img {
	width: 100% !important;
	height: auto;
	float: left;
	display: block;
	border: none !important;
}
.manage_wooThumbs {
	display: block;
	margin: 1em 0;
}
.ui-state-highlight {
	display: block;
	height: 46px;
	width: 46px;
	background: #fff !important;
	border: none !important 
}
/* ============================= Bulk Edit Page ============================= */
.widefat td ul.variationAtts {
	font-size: 80%;
	color: #888;
	margin: 0;
}
.widefat td ul.variationAtts li {
	margin: 0;
}
.saveVariationImages {
	float: right;
	display: inline;
	width: auto;
}
.widefat td p.updateMsg {
	font-style: italic;
	font-size: 80%;
	color: #888;
	margin: 10px 0 0;
	display: block;
	text-align: right;
	clear: both;
	float: right;
	width: auto;
}
.content-full-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 80vh;
}
.content-section{
	width: 100%;
	max-width: 500px;
	padding: 80px;
	border-radius: 12px;
	box-shadow: 0 0 40px -10px rgba(0,0,0,.15);
}
.profile-section{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.profile-section h3{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 30px 0;
}
.profile-section p{
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px 0;
}
.profile-section .btn{
	border-radius: 8px;
}
.card {
	max-width:100%!important;
}
.card.cardBox {
	max-width:100%!important;
}
.col-md-4 .card {			
	padding:0!important;
}
.header-single+.page-container .breadcrumb-wrap {
    display: none!important;
}
.breadcrumb-wrap{
	 display: none!important;
}
.input-error{
	border: 1px solid #dc3545!important;
}
.input-success{
	border: 0px!important;
}