body {
    /*background-color: #f2f2f2;*/
    background-color: #f2f2f2;

    color:#162a46;

    /* Used to show the navbar fixed to the top */
  min-height: 75rem;
  padding: 6.0rem 0 0;
}


body > main {
    min-height: 100vh;
}

body > footer {
    font-size:0.7em;
    margin: 10px;
    text-align: center;
}

.navbar-brand
{

}
.navbar-brand img
{
    /*width: 1.5em;
    height: 1.5em;*/
    width: 247px;
    height:40px;
    margin-right: 10px;
}
.navbar-brand h1
{
    display: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

#top-navbar {
    background-color: white;
    box-shadow: 0 5px 20px 0 #5897fb59;
}

#top-navbar .dropdown-menu {
    margin-top:2rem;
}

.top-padding {
    height: 50px;
}

.btn-primary {
    --bs-btn-bg: cornflowerblue;
    --bs-btn-border-color: cornflowerblue;
    --bs-btn-disabled-bg: cornflowerblue;
    --bs-btn-disabled-border-color: cornflowerblue;
}

.no-results {
    margin-right:2em
}

.p-img-container {
    text-align: center;height:100%
}
.product-image {
    text-decoration: none;
}

.product-image img {
    margin-left: auto;
    margin-right:auto;
    display: block;
    max-width:100%;
    max-height:150px;
    /*margin-top:20px;*/
}

.product-title {
    text-decoration: none; white-space: nowrap; overflow: hidden;
                text-overflow: ellipsis;; width:100%; display: inline-block
}

.brand-link {
    text-decoration: none;
    font-weight: 450;
}

.sold-by {
    margin:5px;
    font-size:0.9em;
    margin-left: 10px;
}

ul.features {
    font-size:0.9em;
    margin-bottom:1em;
}

ul.features li {
    list-style-type: none;
    display: inline;
}

ul.features li:first-child:before
{
    content: '';
}
ul.features li:before
{
    content: '\b7\20';
}

ul.features li i
{
    vertical-align: middle;
}

ul.features li.discount {
    list-style-type: none;
    margin:6px
}

ul.pricing {
    font-size:0.9em;
    margin-bottom:1em;
}

@media (max-width: 768px) {
    ul.pricing {
        text-align: center;
    }
}

ul.pricing li {
    list-style-type: none;
    display: inline;
}

ul.pricing li.discount .currency {
    top: -0.5em;
    position:relative;
    font-size:0.95em
}
ul.pricing li.discount .currency-amount {
    font-size: 1.7em;
    font-weight: bold;
}

ul.pricing li.discount .currency-amount-cents {
    top: -0.6em;
    position:relative;
    font-size:0.95em
}

ul.pricing li.discount .pcn-off {
    vertical-align: text-top;
    margin-top:-4px;margin-left:10px
}

ul.pricing li.prime img {
    height:20px;
    margin-top:-5px;
    margin-left: 10px;
}

/** <editor-fold descr="facets"> **/

.facets {
    margin-bottom:1em;
    color: rgb(76 75 75);
    font-family: Arial, sans-serif;
    font-size:0.9em;
/*    font-weight: bold;*/
}

@media (min-width: 768px) {
    .facets form {
        position: sticky;
        top: 95px;
    }
}

.facets .col-title {
    padding-bottom: 1em; display: block;
}

.facets .facet {
    display:block;
    width: 100%;
    margin-bottom: 1em;
}

.facets .facet label {
    display:block;
    width:99%;
    padding-left: 5px;
}

.facets .btn-primary {
    margin-top: 1em;
    width:100%;
}

.facets .simple {
    width: 100%
}

.facets .js-example-basic-single {
    width: 100%
}

.facets .js-example-basic-multiple {
    width: 100%
}

.facets .money-range span {
    float:right
}

.money-range-input .form-control {
    padding-top: 20px;
    margin-right:1em;
    border: 0;
}

.money-range-input .form-select {
    min-width:3em;
}

/** </editor-fold> **/
