/* Custom layout */
/* Fonts */
@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700);
@import url(//fonts.googleapis.com/icon?family=Material+Icons);

/* General */

/* Bootstrap primary as CSS variables */
:root{
  --bs-primary: #164032;
  --bs-primary-rgb: 22,64,50;
}

/* Optional: keep your button styles but use the variables */
.btn-primary{
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.btn-outline-primary{
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.btn-outline-primary:hover{
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

/* If you still want to force .bg-primary (Bootstrap already uses the rgb var): */
.bg-primary{
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* Your carousel arrows will now work with var(--bs-primary) */
.card .carousel-control-prev,
.card .carousel-control-next{
  width: 3%;
  background-color: var(--bs-primary);
  opacity: 75%;
  height: 15%;
  top: 30%;
}




.btn-default {
                         background-color: #FFCC00 !important;
                          border-color:#FFCC00!important;
                        }

.btn-danger {
                         background-color: #FFCC00 !important;
                        border-color: #FFCC00 !important;
                        }



a {
                        color:#164032;
                        }
                        .nav-pills .nav-link {
                         color: #164032;
                        }
                        

.sidebar-profile-image {
                        -webkit-filter: invert(False);
                          filter: invert(False);
                        }
                          .sidebar-product-image {
                          -webkit-filter: invert(False);
                          filter: invert(False);
                        }

.nav-pills .nav-link:not(.active):hover {
                        color:#164032;
                        }


/* Address settings */






 .HideLogoOnLoginPage {
                            display : none;
                            }

 .HideProductNumber {
                            display : none;
                            }





 .btn.btn-flat {
                            border-radius: 4px;
                            }





