.ipt-tag{
   position: absolute;
   border-style: hidden;
}
.ipt-image-wrapper{
  position: relative;
  text-align: center;
  padding: 0px !important;
}
.ipt-image {
	padding: 4px;
}
.ipt-heading{
	font-size: 16px;
	font-weight: bold !important;
	margin-bottom: 15px;
}
.d-popover-data{
	display: none;
	padding: 0px !important;
	min-width: 0px !important;
	margin-bottom: -10px !important;
}
.d-popover-content .ipt-product > div{
	color:#fff;
}

.d-popover-content  {
	position: absolute;
	z-index: 6000;
	opacity: 0;
}
.d-popover-content .inner{
	color: #eee;
}
/*.d-popover-content:after {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid rgba( 255, 255, 255, .9 );
	border-top-color: rgba( 0, 0, 0, .3 );
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
	z-index: 10000;
}*/
.d-popover-content.in{
	opacity: 0.96;
	margin-top: 15px;
	/*-webkit-transition: all 0.8s ease;
	-moz-transition:    all 0.8s ease;
	-ms-transition:     all 0.8s ease;
	-o-transition:      all 0.8s ease;*/
}
.d-popover-content.in.top{
	margin-top: -15px;
}
/*.d-popover-content.top:after {
	border-top-color: transparent;
	border-bottom: 8px solid rgba( 0, 0, 0, .3 );
	top: -16px;
	bottom: auto;
}
.d-popover-content.left:after {
	left: 10px;
	margin: 0;
}
.d-popover-content.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}*/
/*Tag point*/
.tag-point{
  width: 8px;
  height: 8px;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  -moz-box-shadow:    0px 1px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:         0px 1px 1px 1px rgba(0,0,0,0.2);
  box-sizing: content-box;
}
.ipt-product{}
.ipt-product-info{
	background: #4793c3;
	padding: 5px;
}
.ipt-product-info > *{
	text-align: left;
	padding-bottom: 5px;
	text-decoration: none
}
.ipt-product-info .ipt-cart{
	padding-bottom: 0px;
}
.ipt-product-info .ipt-cart input{
	width: 100%;
	border-radius: 0px;
	box-shadow: none;
}
a.ipt-product{
	text-decoration: none;
}
.ipt-product-info .price-new{}
.ipt-product-info .price-old{
	font-size: 80%;
	text-decoration: line-through;
}
/* MOBILE ----------- */
@media only screen and (max-width : 1024px) {
	.ipt-image-wrapper{
		width:100% !important;
		height: inherit !important;
	}
}
