﻿body {
    font-family: "Vipp Neue",Arial,Helvetica,sans-serif;
    font-weight: 300;
}

@media(max-width:575.98px) {
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: white;
    }
}

    .IndexLogoImg {
        position: relative;
        top: 50px;
        left: 100px;
    }

    .ProList-Model {
        color: #333333;
        font-size: 8px;
        height: 10px;
        text-transform: uppercase;
        padding-top: 10px;
        padding-left: 15px;
    }

    .ProList-Name {
        font-size: 8px;
        height: 10px;
        color: #9e9e9e;
        font-weight: 300;
        text-transform: uppercase;
        padding-left: 15px;
    }

    .ProList-Price {
        font-size: 8px;
        color: #9e9e9e;
        text-align: right;
        padding-right: 15px;
        padding-bottom: 10px;
    }

        .ProList-Price > del {
            margin-right: 5px;
        }

    .ProList-Img {
        height: 1000px;
    }

    .ImgCenterDiv {
        position: relative;
        overflow: hidden;
        padding-bottom: 100%;
    }

        .ImgCenterDiv > img {
            position: absolute;
            max-height: 100%;
            max-width: 100%;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%)
        }

    .MainNavbar {
        height: 80px;
        transition: all 0.2s ease-in-out;
    }

        .MainNavbar .navbar-brand img {
            max-height: 50px;
            transition: all 0.2s ease-in-out;
        }

    .TopNav {
        height: 50px;
        background-color: black;
    }

        .TopNav .navbar-brand img {
            height: 30px;
        }

    .SearchBtn {
        background-color: white;
        border-color: lightgray;
        color: gray;
        border-left-width: 0px;
    }

    .PageFooter {
        font-size: 8px;
    }

.DropdownCheckBox
{
    width:100%;
    border:0px;
    margin:0px;
}