.input-file-upload{
	margin-bottom:5px;
}
.input-file-upload label strong
{
	background:#2ea099;
	padding:8px 20px;
	color:#fff;
	 font-family: "karla",sans-serif;
	font-size:15px;
	width:174px;
	text-align:center;
	line-height:40px;
	padding:0;
	transition:all 0.4s;
	-ms-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
#addProduct{
	margin-top:10px;
}

.input-file-upload label:hover strong, .input-file-upload label strong:hover, .input-file-upload label strong:focus, .inputfile-6:focus + label strong, .inputfile-6.has-focus + label strong, .inputfile-6 + label:hover strong{
	background:#237873;
}
.input-file-upload label:hover, .input-file-upload label:focus, .inputfile-6:focus , .inputfile-6.has-focus, .inputfile:focus + label, .inputfile.has-focus + label{
	outline:none ;
}
.input-file-upload label{
	border:none;
	background:none;
	color:#2ea099;
	font-size:14px;
	 font-family: "karla",sans-serif;
}
.input-file-upload .inputfile-6 + label span{
	width:200px;
	height:40px;
	line-height:40px;
	padding:0 10px;
	border:1px solid #2ea099;
}
.remove_featured_image_container,  .multi-product-selection >li{
	position:relative;
	display:inline-block;
	overflow:hidden;
}
.multi-product-selection a.stuff_remove_gallery_image, #stuff_remove_featured_image{
	position:absolute;
	height:30px;
	width:30px;
	display:inline-block;
	border-radius:50%;
	top:10px;
	right:-45px;
	border:2px solid #2ea099 ;
	transition:all 0.4s;
	-ms-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.multi-product-selection li:hover a.stuff_remove_gallery_image, .remove_featured_image_container:hover #stuff_remove_featured_image{
	right:10px;
}
.cross-btn-img{
	position:static;
	height:15px;
	width:3px;
	left:12px;
	display:block;
	top:7px;
	border-radius:0;
	right:auto;
	background:#2ea099;
	position:relative;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.cross-btn-img:after{
	background:#2ea099;
	content: "";
    height: 3px;
    left: -6px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 15px;
	
}
