﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column-reverse;
    font-size: 22px;
    background-color: #f9f9f9;
    color: #000;
    font-family: 'Roboto Condensed', 'Gochi Hand';
}

main {
    flex: 1 0 auto;
    min-height: 500px;
}

nav {
    padding-top: 50px;
    height: 170px;
}

nav .brand-logo {
    font-size: 20px;
}

nav ul a {
    font-size: 1.2rem;
    color: #000;
}

.sub-header {
    color: #d9c285;
    font-weight:bolder;
}

.btn {
    margin-bottom:20px;
}

.sidenav {
    background-color: #060c1a;
}

    .sidenav li a {
        color: #ffffff;
        font-size: 1.0em;
        vertical-align:middle;
    }

        .sidenav li:hover, .side-nav a:hover {
            background-color: #000;
        }

.page-footer {
    margin-top: 0px !important;
}

footer a {
    color: #fff;
}

footer .input-field label {
    color: #fff;
}

h1, h2, h3 {
    font-family: "Montserrat";
}

h1 {
    font-size:2.3rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.2rem;
}

a {
    color: #039be5;
}

.content-ul ul {
    list-style:square !important;
}
.content-ul li {
    list-style:square !important;
    list-style-position:outside;
    margin-left:30px;
}

.link {
    color: #0088ff;
}
.link:hover {
    text-decoration:underline;
}

.ModalPopupBackground {
    background-color:rgba(0,0,0,0.5);
}

.def-header-logo {
    margin-top: 6px;
    width: 277px;
}

.cart-icon-wrapper {
    position: absolute;
}

    .cart-icon-wrapper .cart-icon-number {
        position: absolute;
        top: 14px;
        left: 12px;
        line-height: 1px;
        border-radius: 50%;
        width: 21px !important;
        height: 21px !important;
        padding: 3px;
        background: red;
        color: #fff;
        text-align: center;
        font: 12px Arial, sans-serif;
    }

.WatermarkText {
    color:#888;
}

.toast {
}

.red-toast {
    background-color: red;
    color: #fff;
    font-size: 1.2rem;
}

.green-toast {
    background-color: green;
    color: #fff;
    font-size: 1.2rem;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}
/****************/
/* Homepage     */
/****************/
.parallax-container {
    height: 200px;
}

.sub-header {
    text-align: center;
    font-size: 1.5em;
    color: #444;
    margin-bottom: 40px;
    font-style: italic;
}

.ReviewGV td {
    padding-bottom: 50px;
    vertical-align: top !important;
}

.stepCompleted {
    color: #d9c285;
}

.stepNotCompleted {
    color: #333;
}

.stepCurrent {
    color: #fff;
}

.datepicker-day-button {
    color:#000;
}

.is-disabled .datepicker-day-button {
    color: #bbb !important;
}

.selects-container {
    visibility:hidden;
}

.product-description {
    font-size:24px;
}
/*
    input:not([type]), input[type=text]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label {
    color: white;
}

input:not([type]), input[type=text]:focus:not([readonly]), input[type=email]:focus:not([readonly]) {
    border-bottom: 1px solid white;
}*/
/*input:not([type]), input[type=text], input[type=email] {
    sbackground-color: #ddd;
    zborder: 1px solid #aaa;
}*/
.condensed-font {
    font-family: 'Roboto Condensed';
}

select {
    display:block;
    border:1px solid #000;
}

input[type=text] {
    padding:6px;
    border:solid 1px #ccc;
}

/* Tabbed Menu */
.CustomTabStyle .ajax__tab_header {
    background: transparent;
    border-bottom: solid 1px #aaa;
    height:53px;
}

.CustomTabStyle .ajax__tab_outer {
    background-color: #fff !important;
    border: solid 1px #aaa;
    padding: 4px;
    position: relative;
    top: 0px;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #eee;
    sheight: inherit;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {
    sbackground-color: #000;
    border: solid 1px #aaa;
    border-bottom-color: transparent;
    position: relative;
    top:1px;
}

.CustomTabStyle .ajax__tab_body {
    border: solid 1px #aaa;
    border-top-color: #f0e6c6 !important;
    padding: 10px;
    clear: both;
}

.CustomTabStyle .ajax__tab_inner {
}

.CustomTabStyle .ajax__tab_inner a {
    color:#333 !important;
}

.CustomTabStyle .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background-image: none !important;
}

    @media screen and (max-width: 600px) {
        nav {
            padding-top: 10px;
            height: 90px;
        }

        .nav-wrapper {
            padding-right: 10px;
        }

        .def-header-logo {
            margin-top: 10px;
            width: 220px;
        }
    }

    @media screen and (max-width: 470px) {
        nav {
            padding-top: 10px;
            height: 70px;
        }

        .def-header-logo {
            margin-top: 14px;
            width: 130px;
        }
    }
    /*@media screen and (max-width: 370px) {
    #def-header-logo {
        width: 100px;
    }
}*/

    @media screen and (max-width: 320px) {
        nav {
            padding-top: 10px;
            height: 70px;
        }

        .nav-wrapper {
            padding-right: 16px;
        }

        .def-header-logo {
            margin-top: 20px;
            width: 80px;
        }
    }
