/* search */
.search-wrapper .tt-menu {
	color: #111;
	background-color: #fff;
}
.search-wrapper .ta-lightsearch img {
	max-width: 30px;
	height: auto;
	margin-right: 0.5rem;
}
.search-wrapper .ta-lightsearch .productbox-price {
	font-size: 1em;
}
@media only screen and (max-width: 480px) {
	.search-wrapper .tt-menu {
		width: calc(100% + 30px);
	}
}
/* endless */
.ta-endless {
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.ta-endless .btn {
	margin-top: -1px;
}
/* stock */
.stock-progress-bar .status {
	font-weight:bold;
}
.stock-progress-bar-title {
	text-align: center;
	text-transform: uppercase;
}
.ta-stock .status-0{
	background-color: #b90000;
}
.ta-stock .status-1{
	background-color: #F8BF00;
}
.ta-stock .status-2{
	background-color: #1C871E;
}
/* whatsapp */
.chat-icon.whatsapp {
	width: 55px;
	height: 55px;
	padding: .6rem;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right : 20px;
	z-index: 10;
}