
/*	

CSS Custimize for CityMart Website


################################################################# */
/*==========================================================

	1. IMPORT FILES

==========================================================*/
/*
 

*/
.product-item-opt-13 .product-item-actions .btn-comparea {
    background-image: url(../images/icon/index12/bt1n-compare.png);
} 
.product-item-opt-13 .product-item-actionsa .btn {
    width: 120px;
    height: 34px;
    line-height: 30px;
	font-size:0.85em;
    padding: 3px;
    text-align: center;
    background-color: #eeeeee;
    color: #f36;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.product-item-opt-1 .product-item-actionsz .btn {
	font-size:0.75em;
	border-radius: 5%;
    width: 95px;
    height: 24px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #eeeeee;
    color: #f36;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item-opt-1 .product-item-actions .btn-wishlista {
    background-image: url(../images/icon/index1/btn-wishlaist.png);
	padding:3px;
	line-height:18px;
}

.nameTitle{
font-size: 14px;
color: #ff3366;
font-weight: bold;
margin-bottom: 2px;
float: left;
width: 100%;
line-height: 1;
}