

/*PRICE SECTION START*/
.kf-price-tag{
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	border: 1px solid transparent;
}
.kf-price-tag:hover{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
.price-tag-heading{
	float: left;
	width: 100%;
	text-align: center;
	padding: 23px 0 26px; 
}

.price-tag-heading p{
	margin-bottom: 0;
}
.price-tag-heading h5{
	font-size: 26px;
	color: #333333;
	margin-bottom: 8px;
	text-transform:capitalize;
}
.kf-price-tag figcaption{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: #f8f8f8;
}
.kf-price-tag:hover figcaption{
	top: 76.5%;
}
.kf-price-tag figcaption span{
	float: left;
	width: 100%;
	text-align:center;
	font-size: 72px;
	background-color: #1a1a1a;
	color: #fff;
	padding: 5px 0 9px;
}
.kf-price-tag figcaption span sup{
	font-size: 47px!important;
	margin-right: -15px;
	top: -16px;
}
.kf-price-tag figcaption span sub{
	font-size: 35px!important;
	bottom:2px;
}
.kf-price-tag:hover figcaption span sub,
.kf-price-tag:hover figcaption span sup{
	color: #333333;
}
.kf-price-tag:hover figcaption span sub:before{
	background-color: #333333;
}
.kf-price-tag figcaption span sub::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 30px;
    left: -10px;
    margin: auto;
    position: absolute;
    top: 0;
    transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
	-moz-transform:  rotate(17deg);
	-ms-transform: rotate(17deg);
	-o-transform:  rotate(17deg);
    width: 2px;
}
.kf-price-tag:hover figcaption span{
	background-color: #fff;
}
.retail-meta{
	float: left;
	width: 100%;
	padding: 33px 0 30px;
}
.retail-meta li{
	color: #666666;
	border-bottom: 1px solid #cccccc;
	padding: 15px 0 14px;
}
.retail-meta li:last-child{
	border: none;
}
.kf-price-tag button{
	display: block;
	width: 100%;
	padding: 18px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #1a1a1a;
    border: none;
}
/*BRAND PARTNER*/
.kf-brand-partner{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -7px;
	margin-bottom: 70px;
}
.brand-info{
	display: block;
	font-size: 20px;
	color: #888888;
	margin-bottom: 25px;
}
#owl-demo-4 .owl-item{
	padding: 0 15px;
}
#owl-demo-4 .owl-pagination{
	display: none;
}

.price-tag-desc{ min-height: 81px; }

.facilities li i {
    color: #C5A46D;
    margin-right: 15px;
}