/* Content starts  */

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

body {
    position: relative;
    padding-bottom: 0; /* was 368px causing footer to appear mid-page */
    min-height: 100vh;
}

/* Keep the sticky footer anchored at the bottom specifically on the home page */
#stickyfooter {
    bottom: 0; /* anchor absolute footer to bottom of the viewport */
}


/* Search Bar */

.wrapper-search {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 550px;
    margin: 0 auto;
}

.wrapper-search .product-heading h3 {
    margin: 150px auto 10px;
    cursor: pointer;
    text-align: center;
}

.search-input.input-group {
    margin: 13px auto 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    max-width: 550px;
}

.search-input.input-group .form-control {
    background-color: #f5f5f5;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}

.search-input.input-group .fa {
    color: #007bff;
    cursor: pointer;
}

span.input-group-text {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

a#prodLink {
    text-decoration: none;
}

.search-input.input-group .form-control:focus {
    box-shadow: none;
}

.wrapper-search .search-input {
    max-width: 550px;
    margin: 0 auto;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.autocom-box li {
    list-style-type: none;
    margin-top: 5px;
    padding: 8px 12px;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.autocom-box li:hover {
    background-color: #efefef;
}

.product-heading sub {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}


/* search bar bottom images */

#cont,
.smtext {
    padding-left: 2rem;
}

.row {
    justify-content: center;
}

.smtext {
    padding: 10px;
    font-size: 16px;
    margin: 0px;
    max-width: 160px;
}

img.img-fluid {
    max-width: 40px;
    height: 36px;
}


/* #cont{
  margin-left: 15px;
} */

@media screen and (max-width: 992px) {
    body {
        padding-bottom: 0 !important; /* was 900px creating large blank space */
    }
}