div.dataTables_length, div.dataTables_paginate, .dts_label {
display:none;
}

#oc_filters, #oc_filters h1, #oc_filters h2, #oc_filters h3, #oc_filters h4, #oc_filters h5 {
  font-weight: normal;
}
body, h1, h2, h3, h4, h5 {
  font-weight: lighter;
}

.reviews h6 {
  font-size: 0.75rem;
}

.reviews .card-text {
  font-size: 0.7rem;
}

/* .reviews .card {
  background: rgba(255,255,255,0.75);
  color: black;
} */

pre.product-info {
  white-space: pre-wrap; 
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; 
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
.carousel-inner > .carousel-item {
  /* position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; */
  transition-duration: 0.4s;
}
.nav-tabs .nav-link {
  color: white;
}
.nav-pills .nav-link.active {
  background-color: black;
}

.toast.recent-buyer {
  z-index:99999;
  position:fixed;bottom:0px;right:0;
  border-radius: 0 0 0 0;
  border: 1px solid white;
  width: 100%;
  background:black;

}
.toast-header { 
  border-radius: 0;
  background:white;
}

/* body::after {
  content: "";
  background: url('/img/sydney_shot.jpg') center no-repeat;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
} */

footer .nav-pills .nav-item .active, footer .nav-pills .nav-item:hover { 
  /* font-weight:bold; */
  text-decoration: underline !important;
}

#main-section {
  padding-top:66px;
}

label {
  color:white;
}
.offcanvas {
  color: black;
}
.offcanvas label {
  color:black;
}
.btn:hover {
  background: white;
  color: black !important;
}
.table {
  color: white;
}
.card {
  background: black;
border: 1px solid white;
}
.modal-content .card {
  background:white;
  color: black;
  /* background: grey !important;
color: white !important; */
}
form button {
  border-radius: 0 !important;
border: 1px solid white !important;
}
.modal-content h5 {
  color: black;
}
.modal-content label { 
  color: black;
}
.modal-footer {
  border: none !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: white !important;
    background: black;
  }

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;
}

#pay-button {
  background: black;
}

/* #pay-button:hover {
  background: white;
} */

.breadcrumb > li > a, .breadcrumb-item + .breadcrumb-item::before {
    color: #0067AB;
}
#oc_filters ul.nav li a:hover {
  background: black;
  color: white !important;
}
.breadcrumb-item.active {
    color: grey;
}
a {
    text-decoration: none !important;
    border-radius:  0 !important;
}
.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, .dropdown-menu.show, .btn-primary, .active > .page-link {
    background-color: white;
    color: black !important;
}
.navbar.fixed-top {
  background:rgba(0,0,0,0.5);
  color: white !important;
}
.home_carousel a, ul.pager .page-item a {
    color:  #0067AB;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: black !important;
  background-color: white !important;
}
.home_carousel img {
    width: 200px; 
    height: 200px;
    object-fit: scale-down;
}
.shop-items img {
    width: 200px; 
    height: 200px;
    object-fit: scale-down;
}
.alert {
  border-radius: 0 !important;
}
.alert-success {
  background: white !important;
  color: black !important;
  border: 1px solid white;
}
a.btn {
  border-color: black !important;
}
/* a.dropdown-item:hover {
    color: #0067AB !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: 14px;
    font-weight: lighter;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}
.grecaptcha-badge { 
  visibility: hidden;
}
.navbar-brand {
  padding-top:0 !important;
}
.navbar-brand img {
  width: 50px;
  height: auto;
  margin-top: 0.6rem;
}
    #shop-filter {
        color: #0067AB !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) {

    #main-section {
      padding-top:60px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    /* #main-section {
      padding-top:0px;
    } */
  #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: #0067AB !important;
        background: white;
        border: 1px solid lightgrey;
        border-right: none;
        border-radius: 5px;
    }
}

