﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a.navbar-brand {
    font-size: 32px;
    font-weight: bold;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
}

.banner-container {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.appHeader {
    width: 100%;
    display: flex;
    background: #fbfbfb;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}

    .appHeader .colLeft, .appHeader .colRight {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 20px;
    }

        .appHeader .colLeft .altText {
            font-size: 28px;
            color: #797979;
            font-weight: bold;
            margin: 0;
        }

.searchfield {
    position: relative;
}

input.search {
    font-size: 14px;
    color: #4e4e4e;
    border: 1px solid #ccc;
    padding: 5px 40px 5px 10px;
    border-radius: 20px;
}

.searchBtn {
    position: absolute;
    right: 12px;
    width: 24px;
    height: 24px;
    top: 6px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

    .searchBtn img {
        width: 80%;
        height: auto;
    }

.banner-container .slider {
}

    .banner-container .slider img {
        width: 100%;
        height: auto;
    }

.img-hold {
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.card-body .title {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    color: #4e4e4e;
    margin-bottom: 20px;
}

.buttonHold {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}

p.final-price {
    font-size: 24px;
    font-weight: bold;
    color: #639b14;
}

.btn-primary {
    padding: 12px 10px;
    font-size: 16px;
    background: #0a61e2;
    border: none;
    width: 100%;
}

.footer {
    text-align: center;
    background: #f4f4f4;
    padding: 30px;
}
