/*#trengo-web-widget {
	display: none !important;
}*/

.hide-desktop {
	display: block !important;
}

.product-filter-wrapper .search_input input {
	border: 1px solid #ddd !important;
	margin-bottom: 15px;
}

/* WHATSAPP
-------------------------------------------------- */
#trengo-web-widget, #trengo-widget {
	display: none !important;
}

.whatsapp {
  	z-index: 100;
  	position: fixed;
  	right: 1.25rem;
  	bottom: 1.25rem;
  	width: 100%;
}

.whatsapp .whatsapp-button {
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	width: 60px;
  	height: 60px;
  	background: rgb(70, 87, 84);
  	border-radius: 22px;
    border-bottom-right-radius: 22px;
  	cursor: pointer;
  	text-align: center;
  	font-weight: 700;
  	color: #fff;
  	font-size: 30px;
  	line-height: 60px;
  	overflow: hidden;
}

.whatsapp .whatsapp-popup {
  	position: absolute;
  	right: 0;
  	bottom: 5rem;
  	width: 230px;
  	max-width: 70%;
  	padding: .75rem 1rem;
  	font-size: 1rem;
  	color: #222222;
  	background-color: #fff;
  	border-radius: 5px;
  	z-index: 9999;
  	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.whatsapp .bi {
	font-size: 22px;
}

.whatsapp .whatsapp-popup a .title {
  	display: block;
  	font-weight: 600;
  	max-width: 95%;
  	margin-bottom: .5rem;
  	line-height: 1.5;
}

.whatsapp .whatsapp-popup a .tekst {
  	display: block;
  	font-weight: 500;
  	max-width: 95%;
  	color: #484848;
  	font-size: .85rem;
  	margin: 0;
}

.whatsapp .whatsapp-popup .close {
  	position: absolute;
  	top: .4rem;
  	right: .6rem;
  	font-size: 1rem;
  	font-weight: 700;
  	line-height: 1;
  	color: #222222;
  	text-shadow: 0 1px 0 #fff;
  	opacity: .4;
  	transition: .5s ease-out 0s;
  	cursor: pointer;
}