/*========================================
Base Css
========================================*/
/*===== Navbar Dropdown =====*/
.dropdown:hover .dropdown-menu {
  display: block;
}
/*===== Back to Top Button =====*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/*===== WhatsApp Button =====*/
.whatsapp{
	position:fixed;
	bottom:20px;
	left:20px;
  z-index:1;
}
/*===== Payment Logos =====*/
.paymentLogo {
  width: 100px;
  height: 50px;
}
/*===== Social Logos =====*/
.socialLogo {
  width: 20px;
  height: 20px;
}
/*===== Bootstrap Icons =====*/

/*========================================*/

/*========================================
Other Css
========================================*/