.button, input.button {
	color: #000;
	font-weight: bold;
}

.rating .fa-stack-1x {
    	color: #ffcd00 !important;
}

.rating .fa-stack-2x {
    	color: #ffcd00 !important;
}

.fa-star {
	color: #ffcd00 !important;
}

#whatsapp {
	position: fixed;
	bottom: 10px;
	right: 100px;
	z-index: 99999;
}

.related-product {
	margin-left: -10px;
	margin-right: -10px;
}

.related-product img.img-responsive {
	max-height: 60px;
	max-width: 60px;
}

.related-product + .related-product {
	margin-top: 10px;
}

.related-product > div {
	line-height: 30px;
}

.related-product .btn-sm {
	font-size: 13px;
	font-weight: normal;
	height: auto;
	padding: 5px 10px;
}

.sm-none, .md-none {
	display: none !important;
}

@media (min-width: 768px) {
	.md-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.sm-block {
		display: inline-block !important;
	}
}

@media (min-width: 240px) and (max-width: 480px) {
	.nav-tabs li.active a {
		border: 0 !important;
		color: #000 !important;
    }

	.nav-tabs li.active:first-child > a {
		border-left: none !important;
		-webkit-border-radius: 0 !important;
	    -moz-border-radius: 0 !important;
	    -ms-border-radius: 0 !important;
	    -o-border-radius: 0 !important;
	    border-radius: 0 !important;
	}

	.product-info .quantity-adder {
	    margin-right: 5px;
	}

	.product-action.product-block {
		padding: 0;
	}

	.product-block .cart {
		margin-right: 0;
	}

	#whatsapp {
		right: 0 !important;
	}

	#whatsapp a img {
		height: 65%;
		width: 65%;
	}
	
	.related-product > div {
		font-size: 12px;
	}
	
	.related-product .btn-sm {
		font-size: 12px;
	}
}

.tg-0lax a {
	color: #00f;
}