.product-layout{
	position: relative;
}
.product-layout .inspire-ownstyle.inspire-quickview{
	width: 35px;
	cursor: pointer;
	height: 35px;
	position: absolute;
	top: 8px;
	right: 22px;
	left: auto;
	/* bottom: 0; */
	margin: auto;
	background: #59b210;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-layout .inspire-ownstyle.inspire-quickview a{
	color: #fff;
}
.product-layout:hover .inspire-ownstyle.inspire-quickview{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.product-layout:hover .inspire-ownstyle.inspire-quickview:hover{
	background: #f5af24;
}
.product-quickview-detail{
	padding:30px 10px;
	overflow-x: hidden;
}

.product-quickview-detail .nav-tabs{
	padding-top:50px;
}