div.dataTables_length, div.dataTables_paginate, .dts_label {
display:none;

}
label {
	color: rgba(var(--bs-body-color-rgb),.75) !important;
}

h3{
  color: #000 !important;
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 20;   
}
.modal-backdrop{
    z-index: 10;        
}

.modal {
  overflow-y:auto;
}

/* MODAL IPHONE / IPAD FIX */
body {
    width: 100%;
    max-width: 100%;
    will-change: position;
    color: rgba(var(--bs-body-color-rgb),.75) !important;
}

body.modal-open {
    position: fixed;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
}

.breadcrumb {
box-shadow: ;
background: ;
border: ;
border-radius: 5px;
padding: 0 5px 0 10px !important;
font-size: 16px;
line-height:2em;
}
.breadcrumb > li > a, .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}
.breadcrumb-item.active {
    color: grey;
}
a {
    text-decoration: none !important;
    border-radius:  0 !imporant;
}
.modal {
    will-change: display;
}

.modal-dialog {
    will-change: transform;
}
.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* END MODAL IPHONE / IPAD FIX */

.carousel-indicators [data-bs-target] {
  background-color: lightgrey !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
    left:  auto !important;
    background-color: #198754 !important;
}
.navbar.fixed-bottom, .navbar.fixed-top, .dropdown-menu.show, .btn-primary, .active > .page-link {
    background-color: #000;
    color: white !important;
}
.home_carousel a, ul.pager .page-item a {
    color:  #000;
}

.home_carousel img {
    width: 600px; 
    height: 200px;
    object-fit: scale-down;
}
.shop-items img {
    width: 600px; 
    height: 200px;
    object-fit: scale-down;
}
a.dropdown-item:hover {
    color: #000 !important;
}

.navbar.fixed-top a, .navbar.fixed-top i, .navbar.fixed-top .fa-bars::before {
    color: white;
}
.navbar.fixed-bottom a {
    color: lightgrey;
}
.navbar.fixed-bottom a.active {
    color: white !important;
}
#resize_wrapper {
    z-index: 1;
      position: absolute;
      top: 14em;
      left: 1em;
      right: 1em;
      bottom: 80px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}

.navbar-brand img {
  width: 100px;
  height: auto;
  margin-top: 0.6rem;
}
    #shop-filter {
        color: #000 !important;
}
/* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 1.0s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1.0s;
}
@media only screen and (max-width:768px) {
    .breadcrumb {
        font-size: 12px;
    }
  #resize_wrapper {
      top: 10em;
  }
  .navbar-brand img {
    max-width: 50px;
    margin-top: 6px;
  }
  .home_carousel h5 {
    font-size: 1rem;  
    text-align: center;
  }
  #carouselFeatured p {
    font-size: .8rem;  
    text-align: center;
  }
  .shop-item:nth-child(even) {
    border-bottom: 1px solid lightgrey;
  }
  .shop-item:nth-child(odd) {
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
  }
  .shop-item:nth-last-child(1), .shop-item:nth-last-child(2) {
    border-bottom: none;
  }
    #shop-filter {
        position:fixed;
        top:8.5rem;
        right:0;
        margin:0;
        padding:5px 10px;
        color: #000 !important;
        background: white;
        border: 1px solid lightgrey;
        border-right: none;
        border-radius: 5px;
    }

    a:link {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

}

