html,
body {
    height: 100%;
    font-size: 14px !important;
}

body {
    background-color: #121212;
    color: #ffffff;
}

a {
    color: #ffffff;
}

.black-text a {
    color: #212529;
}

.bg-black a {
    color: #fff;
}

@media(min-width: 768px) {
    .wow {
        visibility: hidden;
    }
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #d02434;
    box-shadow: 0 1px 0 0 #d02434;
}

input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=search-md]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
textarea.md-textarea:focus:not([readonly])+label {
    color: #d02434;
}

.form-control,
.form-control:focus {
    color: #ffffff;
}

a.active,
a:active,
a:focus,
a:hover {
    color: #d02434;
}

.display-1 {
    font-size: 3.906em;
}

.display-2 {
    font-size: 3.125em;
}

.display-3 {
    font-size: 2.5em;
}

.display-4 {
    font-size: 2em;
}

@media (min-width: 48em) {
    .display-1 {
        font-size: 6em;
    }

    .display-2 {
        font-size: 5.5em;
    }

    .display-3 {
        font-size: 4.5em;
    }

    .display-4 {
        font-size: 3.5em;
    }
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search-md],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.md-textarea {
    border-bottom: 1px solid #313131;
}

.md-form label {
    color: #999999;
}

.text-shadow {
    -webkit-text-shadow: 0 .3rem .9rem rgba(0, 0, 0, .4);
    text-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, .4);
}

main {
    padding-top: 63px;
    min-height: calc(100vh - 50px);
}

@media (max-width: 600px) {
    main {
        padding-top: 54px;
    }
}

.flat {
    border-radius: 0 !important;
}

.home-nav.navbar:not(.top-nav-collapse) {
    background-color: transparent !important;
}

.top-nav-collapse .navbar-brand.home-logo {
    display: block;
}

.navbar-brand.home-logo {
    display: none;
}

@media (max-width: 991px) {
    .home-nav.navbar:not(.top-nav-collapse) {
        background-color: rgba(0, 0, 0, .7) !important;
    }

    .navbar-brand.home-logo {
        display: block;
    }
}

.navbar .nav-item {
    font-size: 1.2rem;
    font-weight: 400;
}

.navbar .nav-item .nav-icon {
    color: #fff;
    font-size: 1.4rem;
    padding: 0.3rem 0.5rem;
}

.navbar .nav-item .nav-link:hover {
    color: #d02434 !important;
    background-color: transparent;
}

.navbar-right ul {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 600px) {
    .navbar-right .nav-link {
        padding: 0.5rem;
    }
}

.navbar .navbar-brand {
    margin-right: 0;
}

.navbar .navbar-brand img {
    height: 25px;
    margin-top: 3px;
}

.navbar .nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar .dropdown-menu {
    margin-top: 15px;
}

.table td {
    vertical-align: middle;
}

.table.table-font-lg td {
    font-size: 1.1rem !important;
}

.table .action {
    text-align: center;
    padding: 0.75rem;
}

.table .action .dropdown-action {
    padding: 5px;
    border-radius: 100%;
    background-color: #ffffff;
    color: #333333 !important;
    margin: 0 !important;
}

.btn-default {
    background-color: #1a2129 !important;
    color: #fff !important
}

.btn-default:hover {
    background-color: #30373e
}

.btn-default.active,
.btn-default:active,
.btn-default:focus {
    background-color: #474d53
}

.btn-default.dropdown-toggle {
    background-color: #1a2129 !important
}

.btn-default.dropdown-toggle:focus,
.btn-default.dropdown-toggle:hover {
    background-color: #30373e !important
}

.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
    background-color: #474d53 !important
}

.btn-outline-default {
    border: 2px solid #1a2129;
    color: #1a2129 !important;
    background-color: transparent
}

.btn-outline-default.active,
.btn-outline-default:active,
.btn-outline-default:active:focus,
.btn-outline-default:focus,
.btn-outline-default:hover {
    background-color: transparent;
    color: #1a2129;
    border-color: #1a2129
}

.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
    background-color: transparent !important;
    border-color: #1a2129 !important
}

.btn-primary {
    background-color: #d02434 !important;
    color: #fff !important
}

.btn-primary:hover {
    background-color: #a41c2a
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus {
    background-color: #a41c2a
}

.btn-primary.dropdown-toggle {
    background-color: #d02434 !important
}

.btn-primary.dropdown-toggle:focus,
.btn-primary.dropdown-toggle:hover {
    background-color: #a41c2a !important
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #a41c2a !important
}

.btn-outline-primary {
    border: 2px solid #d02434;
    color: #d02434 !important;
    background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: transparent;
    color: #d02434;
    border-color: #d02434
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: transparent !important;
    border-color: #d02434 !important
}

.btn-secondary {
    background-color: #5a8c34 !important;
    color: #fff !important
}

.btn-secondary:hover {
    background-color: #426726
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #426726
}

.btn-secondary.dropdown-toggle {
    background-color: #5a8c34 !important
}

.btn-secondary.dropdown-toggle:focus,
.btn-secondary.dropdown-toggle:hover {
    background-color: #426726 !important
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #426726 !important
}

.btn-outline-secondary {
    border: 2px solid #5a8c34;
    color: #5a8c34 !important;
    background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    background-color: transparent;
    color: #5a8c34;
    border-color: #5a8c34
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: transparent !important;
    border-color: #5a8c34 !important
}

.btn-outline-cardinal {
    border: 2px solid #a41c2a;
    color: #a41c2a !important;
    background-color: transparent
}

.btn-outline-cardinal.active,
.btn-outline-cardinal:active,
.btn-outline-cardinal:active:focus,
.btn-outline-cardinal:focus,
.btn-outline-cardinal:hover,
.btn-outline-cardinal:not([disabled]):not(.disabled).active,
.btn-outline-cardinal:not([disabled]):not(.disabled):active,
.show>.btn-outline-cardinal.dropdown-toggle {
    background-color: #a41c2a !important;
    color: #ffffff !important;
    border-color: #a41c2a !important
}

.btn-green {
    background-color: #45ae4d !important;
    color: #fff !important
}

.btn-green:hover {
    background-color: #3e9c74
}

.btn-green.active,
.btn-green:active,
.btn-green:focus {
    background-color: #378b67
}

.btn-green.dropdown-toggle {
    background-color: #45ae4d !important
}

.btn-green.dropdown-toggle:focus,
.btn-green.dropdown-toggle:hover {
    background-color: #3e9c74 !important
}

.btn-green:not([disabled]):not(.disabled).active,
.btn-green:not([disabled]):not(.disabled):active,
.show>.btn-green.dropdown-toggle {
    background-color: #378b67 !important
}

.btn-outline-green {
    border: 2px solid #45ae4d;
    color: #45ae4d !important;
    background-color: transparent
}

.btn-social {
    position: relative;
    padding-left: 61px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    font-size: 1.5rem;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open>.dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open>.dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open>.dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus,
.btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover,
.btn-google.active:hover,
.open>.dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open>.dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open>.dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus,
.btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open>.dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open>.dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open>.dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus,
.btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open>.dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open>.dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open>.dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

hr.ou,
hr.or {
    margin: 2rem 0;
    border-top: 1px solid rgba(33, 37, 41, 0.5);
}

hr.ou:before,
hr.or:before {
    content: '';
    display: block;
    height: 1px;
}

hr.or:after {
    content: 'OR';
}

hr.ou:after {
    content: 'OU';
}

hr.ou:after,
hr.or:after {
    color: #212529;
    display: block;
    text-align: center;
    background-color: #fafafa;
    width: 50px;
    height: 30px;
    border-radius: 100%;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    line-height: 2;
}

.vertical-divider {
    width: 1px;
    height: 100%;
    opacity: .5;
    background-color: #212529;
}

.medium-grey-text {
    color: #757575;
}

.nav-tabs {
    border: 0;
    padding: .7rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    z-index: 2;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.nav-tabs .nav-link {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 1s;
    border: 0;
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
}

table.dataTable {
    border-collapse: collapse !important;
    white-space: nowrap;
}

.font-small {
    font-size: 0.8rem;
}

.carousel {
    height: 50%;
}

@media (max-width: 600px) {
    .carousel {
        height: 100%;
    }
}

.carousel-item.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.footer-copyright {
    overflow: initial !important;
    height: initial !important;
}

.footer-copyright ul {
    margin-bottom: 0;
}

footer .logo {
    width: 200px;
}

footer a.active,
footer a:active,
footer a:focus,
footer a:hover {
    color: #d02434;
}

footer .list-incart-row:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 776px) {
    footer .logo {
        margin-bottom: 2em;
    }
}

.page-header {
    height: 400px;
    color: #ffffff;
}

@media (max-width: 776px) {
    .page-header {
        height: 250px;
    }
}

.card {
    background-color: #1b1b1b;
}

.card .card-text {
    font-size: .9rem;
    color: #f1f1f1;
}

.card.narrow-body {
    background-color: transparent;
    box-shadow: none !important;
}

.card.narrow-body .view {
    z-index: 2;
    border-radius: 7px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.card.narrow-body .card-body {
    background: transparent;
    z-index: 1;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-left: 4%;
    margin-right: 4%;
    padding: 1rem 0.75rem;
}

.card.narrow-body .card-body .card-title {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.card {
    width: 100%;
}

.card.active {
    border: 2px solid #212121 !important;
}

.card .ribbon-wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 0.8rem;
}

.card .ribbon-wrapper .ribbon {
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 25px 0 7px 0;
    top: -8px;
    right: -12px;
    width: 100px;
    background-color: #212121 !important;
    color: #fff;
}

.list-group .list-group-item {
    border-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item a.active {
    font-weight: bold;
}

.modal-header,
.modal-body,
.modal-footer {
    background-color: #1b1b1b;
}

.modal-body .modal-close-button {
    cursor: pointer;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
    border: 0;
    color: #fff;
    background-color: transparent;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
}

.highlight:hover {
    background-color: #d02434;
    cursor: pointer;
}

.highlight label {
    margin: 0;
}

.basic-textarea textarea {
    height: auto;
}

.menu .menu-category {
    min-width: 180px;
    max-width: 180px;
    padding: .5rem;
}

@media (min-width: 1025px) {
    .menu .menu-category {
        min-width: 250px;
        max-width: 250px;
    }
}

.menu .menu-item {
    padding: 1.5rem;
    min-height: calc(100vh - 114px);
}

.category-selection {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 9;
    border-radius: 0 !important;
    padding: 0.25rem;
}

@media (max-width: 600px) {
    .category-selection {
        top: 56px;
    }
}

.category-selection select {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border: 0;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .menu .menu-item {
        max-width: 1200px;
    }
}

.menu .cart {
    font-size: 0.95rem;
    min-width: 250px;
    max-width: 250px;
}

@media (min-width: 1025px) {
    .menu .cart {
        min-width: 320px;
        max-width: 320px;
    }
}

.cart-body {
    padding: 1rem;
    min-height: 50px;
    overflow-y: auto;
}

.cart-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}

.cart-body::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.cart-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d9d9d9;
}

.cart-body .cart-empty-msg {
    text-align: center;
}

.cart-body .cart-item-list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #313131;
}

.cart-body .cart-row {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.cart-body .cart-row .cart-item {
    -ms-flex-pack: justify !important;
    justify-content: flex-start !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.cart-body .cart-row .item-remove {
    margin-right: 0.5rem;
}

.cart-body .cart-row .item-extra,
.cart-body .cart-row .item-option {
    margin-left: 3.7rem;
}

.cart-body .cart-price {
    font-size: 0.9rem;
}

.cart-body .cart-remove {
    cursor: pointer;
    font-size: .6rem;
    padding: .3rem;
    color: #fff;
    border-radius: 2px;
    border: 0;
    white-space: normal !important;
    background: #313131;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}

.togglebutton {
    padding-bottom: 0.5rem;
    vertical-align: middle;
    text-align: center;
}

.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
    user-select: none;
    font-size: 1rem;
    margin-bottom: 0;
}

.togglebutton label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
}

.form-group.is-focused .togglebutton label {
    color: rgba(0, 0, 0, 0.7);
}

.form-group.is-focused .togglebutton label:hover,
.form-group.is-focused .togglebutton label:focus {
    color: rgba(0, 0, 0, .54);
}

fieldset[disabled] .form-group.is-focused .togglebutton label {
    color: rgba(0, 0, 0, 0.26);
}

.togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.togglebutton label .toggle {
    text-align: left;
    margin-left: 5px;
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled]+.toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: #414042;
    border-radius: 15px;
    margin-right: 15px;
    transition: background 0.3s ease;
    vertical-align: middle;
}

.togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    border: 1px solid rgba(0, 0, 0, .54);
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.togglebutton label input[type=checkbox][disabled]+.toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked+.toggle:after {
    background-color: #BDBDBD;
}

.togglebutton label input[type=checkbox]+.toggle:active:after,
.togglebutton label input[type=checkbox][disabled]+.toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    left: 15px;
}

.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: #d02434;
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    border-color: #d02434;
}

.togglebutton label input[type=checkbox]:checked+.toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px #d02434;
}

.md-radio {
    margin: 5px 0;
}

.md-radio.md-radio-inline {
    display: inline-block;
}

.md-radio input[type="radio"] {
    display: none;
}

.md-radio input[type="radio"]:checked+label:before {
    border-color: #d02434;
    animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked+label:after {
    transform: scale(1);
}

.md-radio label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.md-radio label.label-address {
    height: 95px;
}

.md-radio label.label-payment {
    height: 55px;
}

.md-radio label.label-custom .custom-list {
    font-size: 1rem !important;
}

.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

.md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.54);
}

.md-radio label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #d02434;
}

.md-checkbox {
    position: relative;
    height: 20px;
    margin: 16px 0;
}

.md-checkbox label {
    cursor: pointer;
}

.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #313131;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    margin-right: 10px;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
    background: #d02434;
    border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.profile-cropper {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-cropper img {
    width: 100%;
    height: auto;
}

.custom-select {
    color: #fff;
    background: #1b1b1b;
    background-size: 8px 10px;
    border: 1px solid #414141;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 64px;
    left: -250px;
    height: 100vh;
    z-index: 10;
    background: #1b1b1b;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    padding: 0.5rem 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

@media (max-width: 600px) {
    #sidebar {
        top: 56px;
    }
}

#sidebar.active {
    left: 0;
    margin-left: 0;
    transform: none;
}

#sidebarCollapse {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-shadow: none;
    outline: none !important;
    border: none;
    background: transparent;
}

#sidebarCollapse span {
    width: 25px;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.810, -0.330, 0.345, 1.375);
}

#sidebarCollapse:hover span {
    background: #d02434;
}

#sidebarCollapse span:first-of-type,
#sidebarCollapse span:nth-of-type(2),
#sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

#sidebarCollapse.active span {
    margin: 0 auto;
}

#sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

.visible-sm {
    display: none;
}

@media (max-width: 991px) {

    .visible-sm,
    #sidebarCollapse {
        display: block;
    }
}

.intro-cover {
    background: url("../img/landing.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

.intro-cover-logo {
    width: 300px;
    margin-top: 200px;
}

@media only screen and (max-device-width: 1024px) {
    .intro-cover {
        background-attachment: scroll;
    }
}

@media (max-width: 600px) {
    .intro-cover-logo {
        width: 60%;
        margin-top: 100px;
    }
}

@media (max-height: 600px) {
    .intro-cover-logo {
        margin-top: 100px;
    }
}

.background-zoom {
    transition: all 0.5s ease;
}

.background-zoom:hover {
    transform: scale(1.1);
}

.menu-cover {
    height: 50vh;
}

.navbar .navbar-profile-picture {
    height: 27px;
    border-radius: 100%;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 7px 1.5rem;
}

.navbar .dropdown-menu ul.navigation {
    min-width: 270px;
}

ul.navigation {
    padding: 0px;
}

ul.navigation li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.navigation li a {
    padding: 9px 15px;
    display: block;
    color: #ffffff;
}

ul.navigation li a:hover,
ul.navigation li a:focus,
ul.navigation li a:active,
ul.navigation li a.active {
    background-color: #d02434;
    color: #fff;
    text-decoration: none;
}

li.divider {
    height: 1px;
    margin: 3px 5px !important;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .125);
}

.user-profile {
    padding: 10px 15px;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.user-profile .profile-picture {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}

.user-profile .profile-picture img {
    width: 100%;
    border-radius: 7px;
}

.user-profile .profile-text {
    display: inline-block;
    padding-left: 10px;
    color: #212529;
}

.user-profile .profile-text h5 {
    margin: 0px;
}

.user-profile .profile-text p {
    margin-bottom: 2px;
}

.user-profile .profile-text .btn {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0, 15%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    animation-duration: 0.7s;
}

@keyframes slideInUpSmall {
    from {
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUpSmall {
    -webkit-animation-name: slideInUpSmall;
    animation-name: slideInUpSmall
}

.banner-placeholder {
    overflow: hidden;
    height: 100px;
    border-radius: .3rem .3rem 0 0;
    background-color: #d02434;
}

.avatar {
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
}

.avatar img {
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d02434;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d02434;
}

#creditcard .card,
#address .card {
    min-width: 100%;
}

#creditcard ul.custom-list,
#address ul.custom-list {
    font-size: 0.95rem;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

#creditcard ul.custom-list .name,
#address ul.custom-list .name {
    font-weight: bold;
}

#creditcard .card .edit,
#address .card .edit {
    font-size: 0.8rem;
    padding-left: 1.25rem;
    padding-bottom: 0.5rem;
}

#creditcard .card .edit a,
#address .card .edit a {
    color: #d02434;
}

#creditcard .card .edit .list-inline .list-inline-item,
#address .card .edit .list-inline .list-inline-item {
    border-right: 1px solid #212529;
    padding-right: 7px;
}

#creditcard .card .edit .list-inline .list-inline-item:last-child,
#address .card .edit .list-inline .list-inline-item:last-child {
    border-right: 0;
}

.toast-top-right {
    top: 78px;
}

@media (max-width: 600px) {
    .toast-top-right {
        top: 70px;
        right: 0;
        width: 100%
    }
}

.dropdown-select {
    width: 100%;
}

.dropdown-select .dropdown-toggle {
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 0.9rem;
}

.dropdown-select .dropdown-menu {
    width: 100%;
    text-align: left;
}

.dropdown-select .dropdown-menu label {
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown-select .dropdown-menu label:hover {
    background: #a41c2a;
    color: #fff;
}

.table-receipt th {
    font-size: 1.2rem;
    font-weight: bold;
}

.table-receipt td {
    font-size: 1.1rem;
}

.map-container .map {
    height: 600px;
    width: 100%;
}

.store-info.active,
.store-info:hover,
.store-info:active,
.store-info:focus {
    background-color: #121212;
    cursor: pointer;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.StripeElement--focus {
    border-bottom: 1px solid #d02434;
    box-shadow: 0 1px 0 0 #d02434;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/*
 * Google Map Order Locator
 */

.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
    font-family: inherit;
}

.gm-style-iw {
    color: #212121
}

.order-canvas,
.map-wrapper {
    width: 100%;
}

.map-wrapper .map-container {
    float: left;
    width: 100%;
}

.map-wrapper .map-container .order-canvas {
    float: left;
    width: 600px;
}

.map-wrapper .map-container .order-canvas .row {
    margin-right: 0;
    margin-left: 0;
}

.map-wrapper .list {
    font-size: 13px;
    height: calc(100vh - 64px);
    overflow-x: auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.map-wrapper .list ul {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.map-wrapper .list ul li {
    box-sizing: border-box;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
}

.map-wrapper .list ul li.active,
.map-wrapper .list ul li:hover,
.map-wrapper .list ul li:active,
.map-wrapper .list ul li:focus {
    background-color: #e9e9e9;
}

.map-wrapper .list .list-label {
    background: #00192d;
    border-radius: 50px;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
}

.map-wrapper .list .list-details {
    float: left;
    margin-left: 10px;
}

.map-wrapper .map-container .map {
    float: left;
    height: 500px;
    width: 100%;
}

@media (min-width: 991px) {
    .map-wrapper .map-container .map {
        width: calc(100% - 600px);
        height: calc(100vh - 64px);
    }
}

.order-details {
    margin-top: 10px;
}

.twitter-typeahead .tt-menu {
    cursor: pointer;
}

.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.twitter-typeahead .tt-suggestion:focus,
.dropdown-item:hover,
.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.twitter-typeahead .active.tt-suggestion,
.twitter-typeahead .tt-suggestion.tt-cursor,
.twitter-typeahead .active.tt-suggestion:focus,
.twitter-typeahead .tt-suggestion.tt-cursor:focus,
.twitter-typeahead .active.tt-suggestion:hover,
.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

.twitter-typeahead .disabled.tt-suggestion,
.twitter-typeahead .disabled.tt-suggestion:focus,
.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91;
}

.twitter-typeahead .disabled.tt-suggestion:focus,
.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.twitter-typeahead {
    width: 100%;
}

.input-group .twitter-typeahead {
    display: block !important;
}

.input-group .twitter-typeahead .tt-menu {
    top: 2.375rem !important;
}

.typeahead-spinner {
    right: 20px !important;
    width: 30px !important;
    height: 30px !important;
    display: none;
}

#loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    background-color: #3498db;
    animation-delay: 0;
}

.loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: .18s;
}

.loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: .27s;
}

@keyframes loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1, 2.2);
    }

    40% {
        transform: scale(1);
    }
}

.image-spin {
    position: absolute;
    left: calc(50% - 300px);
    top: calc(100% - 300px);
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
    max-width: 600px;
    max-height: 600px;
}

@media (max-height: 850px) {
    .image-spin {
        left: calc(50% - 200px);
        top: calc(100% - 200px);
        max-width: 400px;
        max-height: 400px;
    }
}

@media (max-width: 600px) {
    .image-spin {
        left: calc(50% - 150px);
        top: calc(100% - 150px);
        max-width: 300px;
        max-height: 300px;
    }
}

@media (max-height: 500px) {
    .image-spin {
        display: none !important;
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.img-radio .img-radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.img-radio img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    outline-offset: -5px;
    outline: 5px dashed #fff;
}

.img-radio-input:checked+img {
    outline-offset: -5px;
    outline: 5px dashed #d02434;
}
