.child-row{
	
}
.child-arrow {
	font-size: 1.5rem;
	margin-right: 1px;
	color: #50a5f1;
	float: left;
}
.child-arrow::before{
	float: left;
}
.card-body {
	/* min-height: 300px; */
}
span.el, span.en {
	background-size: auto;
	width: 20px;
	height: 10px;
	display: inline-block;
	background-size: cover;
	margin-right: 7px;
}
span.en {
background-image: url(/admin/assets/images/flags/us.jpg);
}
span.el {
	background-image: url(/admin/assets/images/flags/greece.png);
}
.bg-image-card, .rbg-image-card {
	max-width: 400px;
	
}
.selected-image, .rselected-image {
	display: none
}

.tab-content {
margin-top: 2rem;
}

.product-image {
	max-height: 120px;
	margin-top: 30px;
	
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-selection__rendered {
	min-width: 500px;
	width: 100%;
}



.pagination {
	flex-wrap: wrap;
}
.product-ribbons {
	position: absolute;
	top: 10px;
	left: 10px;
}
.product-img .product-ribbon {
	position: relative;
	top: unset;
	left:unset;
	margin-right: 5px;
	display: none;
}
.product-img .product-ribbon.badge-show {
	display: inline;
}
.product-box {
	border: 1px solid #e5e7ea;
	position: relative;
	min-height: 378px;
	cursor: default;
}
.quick-edit {
	padding: 5px;
	cursor: pointer;
}
.product-quick-edit {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
	z-index: 10;
	padding: 20px;
	display: none;
	flex-direction: column;
	align-items: center;
}
.product-quick-edit.opened {
	display: flex;
}
.edit-content {
text-align: left;
padding-top: 40px;
}
.edit-content .label {
		cursor: pointer;

}

#product-search .select2-container .select2-selection--single .select2-selection__rendered, #product-search .select2-selection__rendered {
	min-width: 100px;
	width: 100%;
}

.slide-card {
	min-height:350px;
	height: 100%
}
.slide-card img {
	max-height: 180px;
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	grid-gap:10px;
	justify-content: center
	
}
.gallery ul li {
	background: none;
	width: auto;
	height: auto;
	border: 1px dotted #ccc;
	position: relative;
	width: 235px;
}
.gallery ul li.promo {
width: 484px;

}
.gallery ul li.promo a {
display: flex;
flex-wrap: nowrap;
width:100%;
height: 100%;
background: #bbb0ac
}
.gallery ul li.promo a .promotitle {
	width: 50%;
}
.gallery ul li.promo a .bg {
	height: 100%;
	width: 50%;
	background-size: cover;
}

.gallery ul li  .title {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	background: #fff;
	color:#565656;
	padding: 10px;
	font-size: 0.7rem;
}
.gallery ul li  img {
	width:100%;
	height: auto
}
.item__meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	background: rgba(245, 245, 245, 0.8);
	text-align: center;
	overflow: hidden;
}
.item__title {
	margin-bottom: 4px;

	font-weight: 700;
	font-size: 12px;
}


.item__subtitle {
	display: block;
	margin-bottom: 4px;
	font-weight: 300;
	font-size: 0.8rem;
}

.promo .item__title {
	font-size: 28px;
	line-height: 40px;
	margin: 24px 0 12px;
	padding: 0 12px;
	white-space: normal;
	text-align: center;
	color: #fff;
	width: 50%;
	font-weight: 300;
}

.edit-content .form-group {
margin-bottom: 0.5rem;
}