/************/
/*custom CSS*/
body {
    background-color: #000000;
}

hr {
    border-top: 1px solid #292d3a;
}

.bg-dark, .bg-light, .bg-secondary {
    background-color: #191c24 !important;
}

.card {
  background-color: #191c24 !important;
}

.cz-handheld-toolbar {
  background-color: #191c24 !important;
}

.cz-sidebar, .cz-sidebar-static {
  background-color: #191c24;
}

.dropdown-menu {
    background-color: #191c24 !important;
    border-color: #292d3a !important;
}

.mega-nav .dropdown-menu > .dropdown > a {
    border-bottom: 1px solid #292d3a;
}

.product-card .card-body {
    background-color: #191c24 !important;
}

.modal-header {
    border-bottom: 1px solid #292d3a !important;
}

.modal-content {
    background-color: #191c24 !important;
    border-color: #292d3a !important;
}

.modal-footer {
    border-top: 1px solid #292d3a;
}

.cz-thumblist {
    border: 1px solid #292d3a !important;
}

#shop-categories .card {
    background-color: #191c24 !important;
}

#img-logo-mobile {
    width: 70px;
}

#section-logos img {
    filter: brightness(0) invert(0.8);
}

.filter-light {
     filter: brightness(1.75);
}

.form-control {
  color: #fff;
  background-color: #000;
  border: 1px solid #292d3a;
}

.form-control:focus {
  color: #fff;
  background-color: #000;
  border-color: rgba(55,90,127,0.3);
  box-shadow: 0 0 0 0 transparent,0 0.375rem 0.625rem -0.3125rem rgba(55, 90, 127,0.15);
}

.custom-select {
  color: #fff;
  background-color: #000;
  border: 1px solid #292d3a;
}