.shop-mason-div{
	border:1px outset #999;
	padding:5px;
	text-align:center;
	margin:3px;
}
.shop-mason-4col .sm-item {
	width:25%;
	padding:0 15px;
	margin:0 0 65px;
	text-align:center;
	
}

.shop-mason-3col .sm-item {
	width:33.3333%;
	padding:0 15px;
	margin:0 0 65px;
	text-align:center;
}
.product-title {
	font-family: "Roboto Slab";
	font-size:14px;
	padding:0 20px;
	margin:0 0 5px;
}

.product-title a {
color:#000;
}

.product-price {
	color:#ef7c00;
	font-weight:700;
}

.product-price span {
	text-decoration:line-through;
	color:#bbb;
	font-weight:400;
	margin-left:10px;
	font-size:15px;
}

.product-thumb {
	position:relative;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.product:hover .product-overlay {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.product-overlay span {
position: absolute;
top: 50%;
margin-top: -20px;
left: 0;
right: 0;
}

.product-overlay span a {
	background:#ef7c00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
	margin:0 20px;
	transition:.4s;
	text-align:center;
}

.product-overlay span a:hover {
	background:#fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ef7c00;
    font-size: 18px;
}

.product:hover .product-overlay span a {
	transition:.4s;
	margin:0 1px;
}


.rating {
    display: table;
    margin: 0 auto;
    background: #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin: -19px auto 10px;
    position: relative;
    z-index: 3;
}

.rating span {
	color:#ddd;
}

.rating span.act {
	color:#eecf55;
}

.image-responsive-small{
	width:80px;
	height:80px;
}

.cart-table thead tr th {
	background: #000;
	color: #fff;
	border: 1px solid #222;
	text-transform: uppercase;
	line-height: 40px;
}

.cart-table thead {
	border-top: 1px solid #000;
}

.cart-table tbody tr td  a {
	color: #000;
	font-weight: 600;
}

.cart-table tbody tr td  a:hover {
	color: #ef7c00;
}

.cart-table thead tr th  ,
.cart-table tbody tr td {
	vertical-align: middle;
	text-align: center;
}
.cart-btn {
	float: right;
	margin-top: 17px;
}