/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.img-thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.img-thumb-2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-header {
  margin: 0 0 10px 0;
}

.input-extra{
	display: none;
}

.modal-content{
	background-color: #f2f2f2;
}

.brands-grid.separator-border > .row > ::after {
	border-bottom: 0;
}

.size-lg{
	font-size: 1.8em;
	color: var(--bs-themecolor);
}

.social-icons-whatsapp{
  color: #4d555a;
}

.social-icons-whatsapp:hover{
  color: #25d366;
}