
@font-face {
    font-family: 'Corsica SX';
    src: url('/font/CorsicaSX-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Corsica SX","Nanum Gothic",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

ol > li:before {
    font-weight: bold;
}

body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 300px;
    box-sizing: border-box;
}

footer {
    position: absolute;
    bottom: 0;
    height: 300px;
}

navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

#lblCartCount {
    font-size: 14px;
    background: #3D873D;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
    height: 20px;
}

.badge {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 3px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.btn {
    border-radius: 0;
}


.menulink a:link {
    text-decoration: none;
}

.menulink a:visited {
    text-decoration: none;
}

.menulink a:hover {
    text-decoration: underline;
    background-color: #dddddd;
}

.menulink a:active {
    text-decoration: underline;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
