body {
   font-family: 'Montserrat', sans-serif;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
 }
 
 .flasher {
    position: fixed;
    z-index: 9;
    right: 15px;
 }
 
 .flasher {
    z-index: 9999;
 }

 #main-navbar {
     transition: 0.5s;
     font-weight: bolder;
     color: #FFFFFF;
 }

.navbar-dark .navbar-nav .nav-link {
    color:#FFFFFF;
    transition: 0.2s;
 }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
   color: #e7e7e7;
}

.footer a, .footer a:hover {
   color: white;
}

@media (min-width: 992px) {
   .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
   }
}

.product-img {
   background-size: cover !important;
   background-position: center !important;
}

.whatsapp {
   position: fixed;
   z-index: 999;
   bottom: 10px;
   right: 10px;
   width: 70px;
}

.whatsapp img {
   width: 100%;
   float: right;
}

.c-pointer {
   cursor: pointer;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
   scrollbar-width: none;
   scrollbar-color: #3d3d3d #8d8d8d;
 }

 /* Chrome, Edge, and Safari */
 *::-webkit-scrollbar {
   width: 5px;
 }

 *::-webkit-scrollbar-track {
   background: #8d8d8d;
 }

 *::-webkit-scrollbar-thumb {
   background-color: #3d3d3d;
   border-radius: 0px;
   border: 0px none #ffffff;
 }