@font-face {
    font-family: 'HK Grotesk';
    src: url('/assets/fonts/hkgrotesk/hkgrotesk-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('/assets/fonts/hkgrotesk/hkgrotesk-bold-webfont.woff') format('woff');
    font-weight: bold;
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    #copyright, #policy-links {
        text-align: center !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HK Grotesk';
}

.product-hover-overlay {
    background: rgba(255, 255, 255, 0.75) !important;
}

.tooltip {
    font-size: 15px;
}
.tooltip .tooltip-inner {
    background-color: #c8e0ea;
    color: #000;
    min-width: 250px;
}
.form-label {
    color: #6c6c6c;
}
.text-muted {
    color: #6e747a !important;
}
.header-logo {
    height: 24px;
}


.bg-gray-800 {
    background-color: #0369b7 !important;
}

.navbar {
    padding: 0.5rem 0.5rem !important;
    background-image: linear-gradient(#226ea9, #78add5);
}

.navbar .nav-link:hover {
    color: black !important;
}
.navbar .navbar-icon-link:hover {
    color: black !important;
}

header + div.container-fluid {
    margin-top: 35px;
    min-height: 550px;
}

footer i {
    font-size: 1.3em;
}

footer > div.py-6 {
    padding-top: 2.6rem !important;
    padding-bottom: 2rem !important;
}

footer ul.list-inline a {
    color: white;
}

footer ul.list-inline a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2rem;
}

.required-field::after {
    content: " *";
    color: red;
    font-size: 125%;
}

.btn-dark {
    color: #fff;
    background-color: #0369b7;
    border-color: #0369b7;
}

.btn-dark:hover {
    color: #fff;
    background-color: #fff;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-dark {
    color: #0369b7;
    border-color: #0369b7;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #0369b7;
    border-color: #0369b7;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #0369b7;
    border-color: #0369b7;
}

.about-text {
    padding: 3rem 2rem;
}
.product-image {
    max-height: 85%;
    height: 318px;
}

.product-image p {
    text-align: center;
}

.product-image img {
    max-height: 85%;
    height: 300px;
}


#search-form input[name="min_price"] {
    width: 35%;
}

#search-form input[name="max_price"] {
    margin-left: 0;
    width: 35%;
}

#navbarCollapse > div {
    margin-left: 15%;
}

header .nav-link {
    padding: .5rem 1.5rem !important;
}


.btn-dark {
    background-color: #089cdc !important;
}

.btn-dark:hover {
    background-color: #0369b7 !important;
}

.product-details {
    padding: 15px 10%;
}

.product-details img {
    max-width: 250px;
}

.product-details .product-title {
    font-weight: bold;
}

.product-details .product-price {
    font-size: 1.4em;
}

.product-details .product-price span {
    font-size: 0.9em;
}

.product-details .product-author {
    font-size: 1.4em;
}

#privacy-policy {
    padding: 0 15%;
}

#privacy-policy h1  {
    text-align: center;
    margin-bottom: 35px
}

#privacy-policy h3 {
    margin-top: 20px;
    color: #464646;
}

#privacy-policy p, #privacy-policy li {
    font-size: 1.2em;
    line-height: 2;
}

#privacy-policy ul {
    list-style-type: none;
}

.featured-heading {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 50px;
    color: #3c3c3c;
    font-size: 2.5rem;
}

#info-tab {
    color: #7d7d7d;
}

#additional-info {
    display: none;
}

#additional-info p, #additional-info blockquote {
    font-size: 1.1em;
}

#additional-info blockquote {
    padding-left: 5%;
    margin-bottom: 25px;
}

#desc-tab:hover, #info-tab:hover {
    cursor: pointer;
}

.product-details .nav-tabs .nav-link {
    border: none !important;
    font-size: 1.5em;
}

#description p {
    line-height: 2;
}

.product-details #store-link {
    margin-top: 15%;
}

.product-details #store-link a {
    background: #0369b7;
    padding: 1rem 1rem;
    color: white;
    font-size: 1.2em;
    transition: background 0.2s ease-in-out;
}

.product-details #store-link a:hover {
    background: #089cdc;
    text-decoration: none;
}

.product-details #store-link a:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.featured-products .product-author, .featured-products .product-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}