.product-item {
	padding: 12px 12px 16px;
	background: #fff;
	position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}
.product-item:hover {
	box-shadow: 0 0 5px #4b8df8;
}
.product-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height:0;
}
.product-item {
	zoom: 1;
}
.pi-img-wrapper {
    position: relative;
    text-align: center;
}
.pi-img-wrapper div {
	background: rgba(0,0,0,0.3);
	position: absolute;
	right: 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;
}
.product-item .btn:hover {
	background: #E02222;
	border-color: #c8c8c8;
}
.product-item .product-title {
    font: 600 16px 'Open Sans', sans-serif;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}
.product-item .product-title a {
	color: #3e4d5c;
}
.product-item .product-title a:hover {
	color: #E02222;
}
.product-item .sale-type strong {
    font: 600 16px 'BYekan', sans-serif;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    color: #E02222;
}
.product-item .sale-type span {
    font: 300 15px 'BYekan', sans-serif;
    padding-bottom: 10px;
    /*display: block;*/
}
.sale-type {
    margin-bottom: 15px;
}
.product-item .add2cart-part {
	text-align: center;
	display: block;
}
.product-item .add2cart-part a{
	text-align: center;
	margin: 0 auto;
	color: #fff;
    border: 1px #4b8df8 solid;
    padding: 3px 6px;
    background: #4b8df8 !important;
}
.pi-price {
    color: #5f6f7e;
    /*font-size: 15px;*/
    padding-top: 5px;
    /*text-align: center;*/
    margin-bottom: 10px;
}
    .pi-price span {
        font-size: 18px;
        font-weight: 600;
        color: #E02222;
    }

.product-item a.addcart {
	color: #fff;
	border: 1px #4b8df8 solid;
	padding: 3px 6px;
	background: #4b8df8 !important;
	float: left;
}
/*.product-item .add2cart:hover {
	color: #fff !important;
	background: #E02222 !important;
	border-color: #E02222;
}*/
.product-page {
	background: #fff;
	padding: 22px;
	position: relative;
}
.product-main-image {
	margin-bottom: 20px;
}
.product-main-image img {
	width: 100%;
}
.product-page h1 {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 12px;
    direction: ltr;
    font-size:25px;
}
.sell-type-block {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 12px;
    margin-bottom: 17px;
}
.sell-type-block .availability {
    float: right;
	color: #7b8a99;
}
.sell-type-block .availability strong{
    font-size: 15px;
}
/*.sell-type-block .type {
    float: right;
    direction: ltr;
}
.sell-type-block .type strong {
	color: #E02222;
	font-size: 25px;
	font-weight: normal;
}*/

.price-availability-block {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 12px;
    margin-bottom: 17px;
}
.price-availability-block .price {
	float: right;
    /*direction:ltr;*/
}
.price-availability-block .price strong {
	color: #E02222;
	font-size: 35px;
	font-weight: normal;
}
.price-availability-block .price strong span {
	font-size: 15px;
}
.price-availability-block .availability {
	float: right;
	color: #7b8a99;
}
.product-pop-up {
	padding: 0;
	overflow-x: hidden;
	background: inherit;
}
#product-pop-up {
    width: 700px;
}