.pin-home .owl-item .product-item{
	width: 100% !important
}
.pin-home{
	overflow: hidden;
}
.pin-home .product-image-container{
	display: block;
	width: 100% !important;
}
#pin_home .list-wishlist{
	position: absolute;
    z-index: 5;
    right: 2px;
    top: 5px;
}
#pin_home .wrap-product-item{
	position: relative;
}
#pin_home.product-items .action.towishlist:before{
	color: #000;
	font-size: 34px;
}
#pin_home .product-item-details .product-item-name{
	float: left;
	width: 65%;
	padding-right: 5px;
}
#pin_home .product-item-details .product-item-price{
	float: right;
	width: 35%;
	text-align: right;
	padding-left: 5px;
}
#pin_home  .product-item .price-box{
	margin: 0 auto;
}
#pin_home .product-item-details .list-desc{
	margin: 0;
}
#pin_home .product-item .price-box .price{
	font-size: 15px;
    line-height: 18px;
}
.products-grid #pin_home .product-item .price-box .old-price .price{
	font-size: 13px;
    text-decoration: line-through;
}
#pin_home .product-item-details .product-item-name{
	font-size: 15px;
    line-height: 19px;
}

#pin_home .product-item{
	font-size: 15px;
}
#pin_home.owl-carousel .owl-stage-outer{
	overflow: unset;
}
#pin_home{
	position: relative;
}
#pin_home:before{
	content: '';
    background-color: #fff;
    height: 100%;
    width: 50vw;
    position: absolute;
    right: 100%;
    z-index: 1;
}
.pin-home .products-grid .product-item{
	margin-bottom: 0;
}
.pin-home .owl-theme .owl-nav button.disabled{
    visibility: hidden;
}
@media(min-width: 768px){
	.pin-home{
		padding-left: 55px;
	    padding-right: 55px;
	    margin: 45px -20px 43px;
	}
}
@media(max-width: 767px){
	#pin_home.owl-theme .owl-dots{
		padding-top: 30px;
		width: calc(100vw - 40px);
	}
	#pin_home{
		max-width: 82%;
	}
	.pin-home{
		padding-top: 25px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.pin-home:not(.fix-one){
		margin-left: -20px;
	    margin-right: -20px;
	    padding-left: 20px;
	}

}
