.uc_elegant_product_box * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_elegant_product_box {
	text-align: center;
	position: relative;
}
.uc_elegant_product .uc_product-image {
	position: relative;
	display: block;
	overflow: hidden;
}
.uc_elegant_product .uc_product-image img {
	width: 100%;
	vertical-align: top;
	display: block;
	transform-style: preserve-3d;
	border: 1px solid #cccccc;
}
.uc_elegant_product .uc_product-image img.secondary-image {
	width: 100%;
	max-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_elegant_product .uc_product-image:hover img.secondary-image {
	opacity: 1;
}
.uc_elegant_product .uc_user_option {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 70%;
	transition: all 0.3s ease;
	width: 100%;
	background: #fff;
	padding: 10px;
}
.uc_elegant_product .uc_buy_btn {
	display: block;
	text-decoration: none;
	color: #212121;
}

.uc_elegant_product:hover .uc_user_option {
	opacity: 1;
	top: 40%;
	z-index: 9;
}
.uc_elegant_product .uc_product-content {
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	color: #212121;
	font-size: 12px;
	font-weight: 400;
	color: #181818;
}
.uc_elegant_product .uc_product-content h4 {
	padding: 14px 0 8px;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	color: #181818;
}
.uc_elegant_product .uc_product-content h4 a {
	color: #252525;
	text-decoration: none;
}

.uc_elegant_product .uc_product-content i {
	color:#FFC700;
	font-size:18px;
}
.uc_elegant_product .uc_product-content .uc_amount {
	display: block;
	color: #212121;
	margin-top: 10px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
