.loader {
    width: 150px;
    height: 150px;
    position: relative;
}
.loader img {
    width: 100%;
    animation: spin 2s linear infinite, fade 2s ease-in-out infinite alternate;
}

@keyframes spin {
    0% { transform: scale(0.5); }
    50% { transform: scale(1); }
    100% { transform: scale(0.5); }
}

@keyframes fade {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}
.not-show{
	display: none !important;
}

.instagram-box-feed{
	position: relative;
}

.instagram-box-feed::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 30px;
	background: white;
	width: 100%;
	left: 0;
}

.service-section-block{
	text-align: center;
}
.service-section-block.banner-detail-inner span{
    background: #d3b14f;
    display: inline-block;
    height: 3px;
    width: 100px;
}

.text-ellips-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;;
}

.card-product.style-2 {
    padding: 0 !important;
}
.card-product.style-2 .image {
    margin: 0 !important;
}
.card-product.style-2 .product-detail {
    padding: 30px 25px;
}

.product-description p{
    color: #404040; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px;
}

.product-description ul{
    color: #404040; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px;
}

@media (max-width: 991px){
	.instagram-box-feed::after{
		height: 40px;
	}
}

