
.author-infodiv-content.ihide .morelink{display:none;}
.author-infodiv-content.ihide, .author-infodiv-content-tablet.ihide, .btn-box{display:none;}

.loader{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
	display:none;
}
.loader::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.prod-img-mobile{display:none;}

@media(max-width:480px){
	.product-image-wrap{padding-bottom:0;}
	.product-image{position:relative;}
	.prod-img-mobile{display:block;}
}