#searchbox {
    width: 75%;
    margin: auto;
}
#pagination {
    margin-bottom: 40px;
}
.ais-SearchBox-input {
    border-color: #0c4769;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(78 109 111 / 60%);
    height: 65px;
    font-size: 28px;
    padding: 0 0 0 30px;
}
.ais-ClearRefinements {
    margin: 1em 0;
}

.ais-SearchBox {
    margin: 1em 0;
}


.ais-Pagination {
    margin-top: 1em;
}

.ais-InstantSearch {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}

.ais-Hits-item {
    margin-bottom: 1em;
    width: calc(20% - 1rem);
    background-color: #ffffff;
}

    .ais-Hits-item img {
        margin-right: 1em;
        max-height: 200px;
    }

.hit-name {
    margin-bottom: 0.5em;
}

.hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: 0.5em;
}
.searchItem {
    text-align: center;
    margin: auto;
    width: 100%;
}
.product-picture {
    display: inline-block;
}
#myModal span.year-2025 {
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background: url(/Content/images/2025.svg) top left no-repeat;
    margin-top: 0;
    margin-left: 0;
    top: auto;
}
#myModal span.year-2024 {
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background: url(/Content/images/2024.svg) top left no-repeat;
    margin-top: 0;
    margin-left: 0;
    top: auto;
}
#myModal span.year-2023 {
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background: url(/Content/images/2023.svg) top left no-repeat;
    margin-top: 0;
    margin-left: 0;
    top: auto;
}

#myModal .modal-content {
    background-color: #f2f2f2 !important;
}

.ais-Pagination-link {
    color: #0c4769;
}
.ais-Pagination-item {
    background-color: white;
    list-style: none;
}
.ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #0c4769;
    border-color: darkslategray;
}
.ais-SearchBox-form {
    height: 70px;
}
.product-name {
    color: black;
    font-weight: bold;
}
.product-sku {
    color: black;
}
.product-yretired {
    color: black;
}
.product-yreleased {
    color: black;
}
.ais-Stats {
    float: right;
}
.ais-PoweredBy-text, .ais-Stats-text, .rheostat-tooltip, .rheostat-value {
    font-size: 1.2rem;
}
.searchItem .product- {
    display: none;
}
.product-2022,.product-2021, .product-2020, .product-2019, .product-2018, .product-2017, .product-2016, .product-2015, .product-2014, .product-2013, .product-2012, .product-2011, .product-2010, .product-2009, .product-2008, .product-2007, .product-2006, .product-2005, .product-2004, .product-2003, .product-2002, .product-2001, .product-2000, .product-1999, .product-1998, .product-1997, .product-1996, .product-1995, .product-1994, .product-1993, .product-1992, .product-1991, .product-1990 {
    display:none !important;
    border: 1px solid gray;
    padding: 2px 4px;
    background-color: maroon;
    color: white;
    font-weight: 400;
    font-size: 12px;
    margin: auto;
    display: table;
    border-radius: 5px;
}

@media (max-width:480px) {
    .ais-Hits-item {
        width: calc(98% - 1rem);
    }
}

@media (max-width:768px) {
    .ais-Hits-item {
        width: calc(50% - 1rem);
    }
}
@media (max-width:1024px) and (orientation:landscape) {
    .ais-Hits-item {
        width: calc(33% - 1rem);
    }
}

