.uc_clothing_product_box * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_clothing_product {
	text-align: center;
	position: relative;
	border:1px solid lightgray;
	background-color:white;
	box-sizing:border-box;
}
.uc_clothing_product .uc_product-image {
	position: relative;
	display: block;
	overflow: hidden;
}
.uc_clothing_product .uc_product-image img {
	width: 100%;
	vertical-align: middle;
}
.uc_product-image .uc_first-img {
}
.uc_product-image .uc_back-img {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.uc_product-image:hover .uc_back-img {
	opacity: 1;
}
.uc_user_option {
	position: absolute;
	right: 0px;
	left:0px;
	width:100%;
	bottom: -60px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.uc_clothing_buy {
	display: block;
	position: absolute;
	right: 0px;
	left:0px;
	width:100%;
	bottom: 0px;
	height: 60px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 60px;
	text-decoration: none;
	transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
	-webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
	z-index:10000;
}
.uc_clothing_product:hover .uc_user_option {
	opacity: 1;
	bottom: 0px;
}
.uc_product-content {
	border-top: 1px solid lightgray;;
	padding: 25px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
}
.uc_product-content h4 {
	padding: 0px;
	margin: 0px 0px 3px;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 2px;
}
.uc_product-content h4 a {
	color: #000000;
	text-decoration: none;
	transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
	-webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
}
.uc_product-content h4 a:hover {
	color: #ed2c9d;
}
.uc_product-content .uc_amount {
	display: block;
	color: #9c9c9c;
}
