.product-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.image-hover-1 .mask {
    background-color: rgba(0, 0, 0, 0.65) !important;
}

.view .mask, .view .content, .view-circle .mask, .view-circle .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.image-hover-1 .mask {
    opacity: 0;
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

        .image-hover-1 a.info {
    position: relative;
    text-decoration: none !important;
    border: 0 !important;
    opacity: 0;
    display: none;
    color: #fff;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
}

        .image-hover-content {
    height: 100%;
}

        .image-hover-content:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 104%;
}

.shop-product-price {
    margin-left: 10px;
    float: right;
    margin-top: 24px;
    font-size: 70%;
}

        .shop-product h2 {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 8px;
    color: #757575;
}

        .content-box-shadow {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.02);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.02);
    padding: 15px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    overflow: hidden;
}

.view {
    margin: 10px 10px 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
        ul.list-arrow-2-color {
    list-style-type: none;
}

ul.list-arrow-2-color li:before {
    font-family: FontAwesome;
    content: "\f0a9";
    float: left;
    width: 1.6em;
}

.no-margin {
    margin: 0 !important;
}

        .image-hover-1 .mask {
	opacity:0;
	overflow:visible;
	background-color:rgba(0, 183, 235, 0.59);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.image-hover-1 a.info {
	position:relative;
	text-decoration:none !important;
	border:0 !important;
	opacity:0;
	display:none;
	color:#fff;
	-webkit-transition:opacity 0.5s 0s ease-in-out;
	-moz-transition:opacity 0.5s 0s ease-in-out;
	-o-transition:opacity 0.5s 0s ease-in-out;
	-ms-transition:opacity 0.5s 0s ease-in-out;
	transition:opacity 0.5s 0s ease-in-out;
}

.image-hover-1:hover .mask {
	opacity:1;
	background-color:rgba(0, 0, 0, 0.65);
}

.image-hover-1:hover a.info {
	opacity:1;
	display:inline-block;
	-moz-transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
	-o-transition-delay:0.1s;
	-ms-transition-delay:0.1s;
	transition-delay:0.1s;
}

.view {
	margin:10px 10px 25px;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.view-circle {
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.view .mask, .view .content, .view-circle .mask, .view-circle .content {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.image-hover-content {
	height:100%;
}

.image-hover-content:before {
    content:' ';
    display:inline-block;
    vertical-align:middle;
    height:104%;
}

.image-icons {
	font-size:17px;
	line-height:2.1 !important;
}

.image-icon-holder {
    background-color:transparent;
    border-radius:50%;
    width:50px;
    height:50px;
    display:inline-block;
    border:2px solid #fff;
}

.image-icon-holder:hover {
	background-color:#fff;
	color:#000;
}
