.product-area{
    padding:60px 0px; 
    min-height:400px
}

.product-detail{
    line-height: 30px;
    padding-left: 60px;

}

.product-detail ul li{
    list-style: circle;
    margin-left: 20px;
}

.product-detail ol li{
    list-style: decimal;
    margin-left: 20px;
}

.product-detail p {
    font-size: 16px;
    line-height: 30px;
    line-height: 25px;
   color:#212529;
   text-align: justify;;
}

.mt30{
    margin-top: 30px;
}

.mt60{
    margin-top: 60px;
}
.mb30{
    margin-bottom: 30px;
}

.mb60{
    margin-bottom: 60px;
}

.img-shadow {
    
    border:2px solid #f4f4f4;
    background: url(img/tiger.png) no-repeat;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
  }

  #other-product .product_img:hover{
    
    opacity: 0.75;
   
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:10000000;
}

.my-float{
	margin-top:16px;
}

.contactus-list{
    padding-right: 20px;color:#266263; width:40px;
    padding-bottom:10px;
}

.juicer-feed h1.referral {
    display:none !important;
  }

.juicer-feed{
    min-height: 300px !important;;
    max-height: 2000px !important;
}

.j-image img{
    height: 270px !important;
    object-fit: cover !important;
    padding:3px;
}

.juicer-feed .j-instagram-bg{
    background-color: transparent !important;
}
