.gallery-view .infinite-list-load-more {
    width: 100%;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

/************************************
 Inventory list
************************************/
.overlay-sold-text {
    color: white!important;
    font-weight: 700!important;
}

.inventory_moreinfo,
.btn-check-availability {
    width: 100%;
}

/************************************
 Hero
************************************/
@media(min-width: 768px) and (max-width: 991.98px) {
.slideshow-overlay-center.overlay-content {
    max-width; 100%;
    width: 100%;
}
}

.mobile-only {display: block;}
.desktop-only {display: none;}
@media(min-width: 992px) {
.mobile-only {display: none;}
.desktop-only {display: block;}
}
.hero-btn-cont {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.hbtn-prim {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}
.hbtn-prim:hover {
    background-color: #121212;
    color: #fff; 
}
.hbtn-out {
    background-color: #000;
    color: #fff;
}
.hbtn-out:hover {
    background-color: #121212;
    color: #fff; 
}
.hero-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-shadow: none;
}
.hero-btn:hover {
    text-decoration: none;
}

/************************************
 Footer
************************************/
.bottom-links,
.bottom-links a,
.bottom-links span {
    color: #fff!important;
}
/************************************
 Misc
************************************/
div[role="main"] {
    min-height: 100vh;
}

/************************************
 Navbar
************************************/
nav.navbar-fixed-top a.navbar-brand {
    transform: scale(.8);
    transition: all 0.5s;
}
.navbar-brand > img {
    padding: 10px 0px;
}

nav.navbar.navbar-default {
    padding: .8% 0 .8%;
}

nav.navbar-fixed-top {
    padding: 0% 0 0% !important;
}

.navbar {
    margin-bottom: 0px;
}
.navbar-fixed-spacer {
   height: auto;
}

@media (min-width: 768px) {
    .navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: 1.5em;
}
}
/***** LOGO*********/
a.navbar-brand > img {
    max-height: none !important;
    max-width: none!important;
}
@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        max-width: 175px !important;
    }
}

/************************************
 Slideshow
************************************/
.carousel-control {
    font-size: 24px;
}
.overlay-content {
  text-shadow: 3px 3px 5px #333;
}

@media (min-width: 768px) {
    .carousel-control {
    font-size: 34px;
}
}