 
                .product-list-item {
            width:100%;
        }

        .product-list-item .pi-content-wrapper {
            float:left;
            width:80%;
        }

        .product-list-item .pi-img-wrapper {
            width: 20%;
            float: left;
        }

        .product-list-item .product-item .add2cart {
            width: auto;
            position:absolute;
            bottom: 10px;
            right: 10px;
        }





/* Catalogue styles */
.product-item {
	/* padding: 12px 12px 16px; */
	background: #fff;
	position: relative;
	border: solid 1px #eee;
}
.owl-item.active .product-item {
	margin-right: 10px;
}
.product-item:hover {
	/*box-shadow: 5px 5px rgba(234, 234, 234, 0.9);*/
	background-color: #9db78f;
	color:#fff;
}

.product-item:hover > h3 a {
	color:#fff !Important;
	text-decoration:none;
}
.product-item:hover > .pi-price {
	color:#fff;
}

.product-item:hover > .pi-content-wrapper .add2cart {
	background-color:#fff;
	color: #74569d !important;
}

.product-item:hover > .pi-content-wrapper h3 a {
	color: #fff;
}
.product-item:hover > .pi-content-wrapper .pi-price {
	color: #fff;
}


.product-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height:0;
}
html .product-item {
	zoom: 1;
}
*+html .product-item {
	zoom: 1;
}
.sticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 63px;
}
.sticker-sale {
	/*background: url(../../layout/img/sale.png) no-repeat;*/
}
.sticker-new {
	/*background: url(../../layout/img/new.png) no-repeat;*/
	left: auto;
	right: 0;
}
.pi-img-wrapper {
	position: relative;
}
.pi-img-wrapper div {
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
	display: block;
}
.pi-img-wrapper div .btn-default {
	padding: 3px 10px;
	color: #fff;
	border: 1px #fff solid;
	margin: -13px 5px 0;
	background: transparent;
	position: relative;
	top: 50%;
	font-size: 12px;
    border-radius: 0px;
}
.product-item .btn:hover {
	background: #461d7c;
	border-color: #c8c8c8;
}

.product-item h3 {
	padding-top: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
    margin-top:0;
}
.product-item h3 a {
	color: #3e4d5c;
}
.product-item h3 a:hover {
	color: #E02222;
}
.pi-price {
	color: #74569d;
	float: left;
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.product-item .add2cart {
	float: right;
	color: #000;
	/*border: 1px #ededed solid;*/
	padding: 9px 8px;
	width: 100%;
	background-color: #EFEFEF;
	text-transform: none;
	text-align: left;
	font-size: 13px;
	border: solid 1px #eee;
    border-radius: 0px;
}
.product-item .add2cart:hover {
	color: #74569d !important;
	background: #fff !important;
	/*border-color: #E84D1C;*/
}
.product-list ul {
padding: 0px;
}

.product-list ul li {
list-style: none;
margin-bottom: 20px;
}








/* BEGIN product page */
.product-page {
	background: #fff;
	padding: 22px;
	position: relative;
	margin-right: 10px;
}
.product-main-image {
	margin-bottom: 20px;
}
.product-main-image img {
	width: 100%;
}
.product-other-images {
	text-align: left;
}
.product-other-images img {
	width: 58px;
	height: auto;
	margin: 0 12px 12px 0;
}
.product-other-images a:hover img,
.product-other-images a.active img {
	box-shadow: 0 0 0 2px #c7ced5;
}
.product-page h1 {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 12px;
    margin-top: 0;
}
.price-availability-block {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 12px;
	margin-bottom: 17px;
	padding-top: 12px;
}
.price-availability-block .price {
	float: left;
}
.price-availability-block .price strong {
	color: #74569d;
	font-size: 35px;
	font-weight: normal;
}
.price-availability-block .price strong span {
	font-size: 25px;
}
.price-availability-block .price em {
	font-style: normal;
	color: #bbb;
	font-size: 17px;
}
.price-availability-block .price em span {
	font-size: 23px;
	text-decoration: line-through;
}
.price-availability-block .availability {
	float: right;
	color: #7b8a99;
}
.price-availability-block .availability strong {
	font-weight: normal;
	color:#74569d;
}
.product-page .nav-tabs > li {
    margin-top: 1px;
}
.product-page-options {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.product-page-options .pull-left {
	margin-right: 40px;
}
.product-page-options .pull-left:last-child {
	margin-right: 0;
}
.product-page-options label {
	font-weight: normal;
	text-transform: uppercase;
	color: #8e9ca8;
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
.product-page-options select.input-sm {
	float: left;
	width: auto;
	height: 26px;
}

.product-page-cart {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 18px;
}
.product-quantity,
.product-quantity .input-group {
	width: 70px;
	float: left;
	margin-right: 20px;
	position: relative;
}
table .product-quantity,
table .product-quantity .input-group {
	margin-right: 0;
}
.product-page-cart .btn {
	padding: 7px 20px;
	font-size: 13px;
	height: 38px;
}
.product-quantity input.form-control {
	border: none;
	background: #edeff1 !important;
	color: #647484;
	height: 38px;
	width: 50px;
	text-align: center;
	padding: 5px;
}
.product-quantity input.form-control:focus {
	border: none;
}

.product-quantity .input-group-btn {
	position: static;
}
.product-quantity .btn {
  text-align: center;
  height: 18px !important;
  width: 18px;
  padding: 0 2px 0 1px !important;
  text-align: center;
  background: #edeff1;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #616b76;
  margin: 0 !important;
  position: absolute;
  right: 0;
}
.product-quantity .quantity-up {
  top: 0;
}
.product-quantity .quantity-down {
  bottom: 0;
}
.product-quantity .btn i {
	position: relative;
	top: -2px;
	left: 1px;
}

.product-page .review {
	color: #6e7a85;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 18px;
	margin-bottom: 20px;
	font-weight: 300;
}

.product-page .rateit {
	margin-right: 27px;
	position: relative;
	top: 2px;
}
.product-page .review a {
	color: #e6400c;
}
.product-page .social-icons li a {
	background-position: 0 -38px;
	opacity: 1;
}

