/* Colors: */
:root {
    color:#DBDBDB;
    color:#8DD5FF;
    color:#EFEFEF;
    color:#2B82D9;
    color:#8DC5FF;
    color:#FFFFFF;
    color:#11152E;
    color:#3B3B3B;
}

body {
    margin: 0;
	padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #3B3B3B;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.overflow_hidden {
    overflow-y: hidden !important;
}

html {
    scroll-behavior: smooth;
}

img {
	width: 100%;
	height: auto;
}

h1,h2, h3, h4, h5, h6 {
	margin-top: 0;
    font-weight:700;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:700;
}

.h1 {
    font-size: 60px;
    line-height: 55px;
}

p,
li,
a,
dd {
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
    color: #3B3B3B;
}

/* dd {
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #3B3B3B;
} */

strong {
    font-weight: 700;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
    vertical-align: middle;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.rounded-10 {
    border-radius: 10px!important;
}

.light-text {
    font-weight: 300;
}

.med-text {
    font-weight: 400;
}

.bold-text {
    font-weight: 700;
}

.space {
    height: 50px;
}

.d-blue-txt {
    color: #11152E;
}

.l-blue-txt {
    color: #2B82D9;
}

.d-grey-txt {
    color: #3B3B3B;
}

.d-grey-bg {
    background-color: #3B3B3B;
}

.m-blue-bg {
    background-color: #4498EC;
    color: #fff;
    min-height: 265px;
}

.d-blue-bg {
    background-color: #11152E;
    color: #fff;
    min-height: 250px;
}

.d-blue-bg p, .m-blue-bg p {
    color: #fff;
}

.l-blue-bg {
    background-color: #F2F8FF;
}

.blk-border-bottom {
    border-bottom: 1px solid #000;
}

.h-400 {
    height: 400px;
}

.h-500 {
    height: 500px;
}

.fw-400 {
    font-weight: 400;
}

.text-muted {
    color: #B4B4B4;
}

.recurring-block {
    border: 3px solid #2B82D9;
    border-radius: 10px;
}

.recurring-block i {
    color: #2B82D9;
    font-size: 30px;
}

.badge-secondary {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #2B82D9;
    border-radius: 5px;
    min-width: 100px;
    padding: 10px;
    z-index: 99;
    font-weight: 400;
}

.badge-blue {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #8DC5FF;
    border-radius: 12px;
    min-width: 120px;
    padding: 10px;
    z-index: 9999;
    font-weight: 400;
}

.indv-prod-page-top .badge-blue {
    color: #fff;
    position: absolute;
    left: 15px;
    top: 10px;
    background-color: #8DC5FF;
    border-radius: 12px;
    min-width: 120px;
    padding: 10px;
    z-index: 9999;
    font-weight: 400;
}

.breadcrumbs p, .breadcrumbs a {
    font-weight: 400;
    color: #3E4C60;
}

.breadcrumbs span {
    padding: 0 5px;
    font-size: 18px;
}

.go-back a {
    color: #3E4C60;
}

.go-back i {
    padding-right: 10px;
}

.price {
    font-size: 30px;
    font-weight: 700;
    padding-right: 5px;
    color: #11152E;
}

.price strike {
    color: #B4B4B4;
    font-size: 16px;
    padding-left: 5px;
    font-weight: 400;
}

.sml-price {
    font-size: 20px;
    font-weight: 700;
    padding-right: 5px;
    color: #11152E;
}

.qty {
    vertical-align: top;
    width: auto;
    border: 1px solid #ececec;
    display: flex;
    padding: 7px;
    border-radius: 20px;
    max-width: 110px;
}

.qty-final {
    overflow: visible;
    width: 50px;
    height: 25px;
    text-align: center!important;
    border-radius: 10px;
    display: block;
    border: 0;
    background-color: transparent;
    color: #2B82D9;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.qty-down i, .qty-up i {
    font-size: 15px;
    vertical-align: middle;
    color: #EFEFEF;
    border-radius: 100%;
    padding: 3px 5px;
    font-weight: 700;
}

#qty-container {
    text-align: center;
    /* display: inline-block; */
}

.qty-div .qty i {
    font-size: 15px!important;
    display: inline-grid;
}     

button:focus {
    outline: none;
}

.btn-primary {
    padding: 15px 40px;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px;
    border: 0;
    border-radius: 5px;
    font-weight: 300;
}

.btn-sm {
    padding: 10px 20px!important;
}

.btn-primary.blue {
    background-color: #8DC5FF;
    color:#FFFFFF!important; 
}

.btn-primary.blue:hover, .btn-primary.blue:not(:disabled):not(.disabled).active, .btn-primary.blue:not(:disabled):not(.disabled):active, .btn-primary.blue:hover, .btn-primary.blue:focus {
    background-color: #8DC5FF;
    color: #fff!important;
    border: 0;
}

.btn-primary.d-blue {
    background-color: #11152E;
    color:#FFFFFF!important; 
}

.btn-primary.d-blue:hover, .btn-primary.d-blue:not(:disabled):not(.disabled).active, .btn-primary.d-blue:not(:disabled):not(.disabled):active, .btn-primary.d-blue:hover, .btn-primary.d-blue:focus {
    background-color: #11152E;
    color: #fff!important;
    border: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.l-blue-oulined {
    background-color: transparent;
    border:1px solid #2B82D9;
    color:#2B82D9; 
    font-weight: 800;
    padding: 5px 10px;
    font-size: 13px;
}

.btn-primary.l-blue-oulined:hover, .btn-primary.l-blue-oulined:not(:disabled):not(.disabled).active, .btn-primary.l-blue-oulined:not(:disabled):not(.disabled):active, .btn-primary.l-blue-oulined:hover, .btn-primary.l-blue-oulined:focus {
    background-color: transparent;
    border: 1px solid #2B82D9!important;
    color: #2B82D9;
}

.d-grey-oulined {
    background-color: transparent;
    border:1px solid #3B3B3B;
    color:#3B3B3B; 
    font-weight: 400;
    padding: 5px 10px;
    font-size: 13px;
}

.btn-primary.d-grey-oulined:hover, .btn-primary.d-grey-oulined:not(:disabled):not(.disabled).active, .btn-primary.d-grey-oulined:not(:disabled):not(.disabled):active, .btn-primary.d-grey-oulined:hover, .btn-primary.d-grey-oulined:focus {
    background-color: transparent;
    border: 1px solid #3B3B3B!important;
    color: #3B3B3B;
}

.l-grey-oulined {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 13px;
    width: auto;
    max-width: none;
    min-width: 60px;
}

.btn-primary.l-grey-oulined:hover, .btn-primary.l-grey-oulined:not(:disabled):not(.disabled).active, .btn-primary.l-grey-oulined:not(:disabled):not(.disabled):active, .btn-primary.l-grey-oulined:hover, .btn-primary.l-grey-oulined:focus {
    background-color: #fff;
    border: 1px solid #fff!important;
    color: #2B82D9;
}

.l-blue-oulined {
    background-color: transparent;
    border: 1px solid #2B82D9;
    color: #2B82D9;
    font-weight: 400;
    padding: 0px 5px;
    font-size: 13px;
    width: auto;
    max-width: none;
    min-width: 60px;
}

.btn-primary.l-blue-oulined:hover, .btn-primary.l-blue-oulined:not(:disabled):not(.disabled).active, .btn-primary.l-blue-oulined:not(:disabled):not(.disabled):active, .btn-primary.l-blue-oulined:hover, .btn-primary.l-blue-oulined:focus {
    background-color: transparent;
    border: 1px solid #2B82D9!important;
    color: #2B82D9;
}

.med-blue {
    background-color: #2B82D9;
    border:1px solid #2B82D9;
    color:#fff; 
    font-weight: 300;
    padding: 5px;
    font-size: 13px;
}

.btn-primary.med-blue:hover, .btn-primary.med-blue:not(:disabled):not(.disabled).active, .btn-primary.med-blue:not(:disabled):not(.disabled):active, .btn-primary.med-blue:hover, .btn-primary.med-blue:focus {
    background-color: #2B82D9;
    border: 1px solid #2B82D9!important;
    color: #fff;
}

.btn-primary.muted {
    background-color: #DBDBDB;
    border:1px solid #DBDBDB;
    color:#fff; 
    font-weight: 300;
    padding: 5px;
    font-size: 13px;
}

.btn-primary.muted:hover, .btn-primary.muted:not(:disabled):not(.disabled).active, .btn-primary.muted:not(:disabled):not(.disabled):active, .btn-primary.muted:hover, .btn-primary.muted:focus {
    background-color: #DBDBDB;
    border: 1px solid #DBDBDB!important;
    color: #fff;
}

/* Vertical tabs */
.shop-categories-tabs.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #11152E;
    border-color: transparent;
    border-bottom: 0;
    padding: 10px 15px;
    border-radius: 5px;
}

.shop-categories-tabs.nav-tabs .nav-link {
    color: #707070;
    background-color:transparent;
    border-color: #707070;
    border: 1px solid #707070;
    padding: 10px 15px;
    border-radius: 5px;
}

.shop-categories-tabs.nav-tabs .nav-link i {
    float: right;
    vertical-align: middle;
    font-size:25px;
}

.shop-categories-tabs.nav-tabs .nav-link:focus, .shop-categories-tabs.nav-tabs .nav-link:hover {
    border: 1px solid #707070;
}

.shop-categories-tabs.nav-tabs .nav-link.active:focus, .shop-categories-tabs.nav-tabs .nav-link.active:hover {
    background-color: #11152E;
    border-color: transparent!important;
}

/* ------------- */
.navbar-expand-lg .navbar-nav .nav-link {
    color: #3B3B3B;
    font-weight: 400;
    padding: 0 0 5px 0;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    border-bottom: 2px solid #2B82D9;
    color: #2B82D9;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 40px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2B82D9;
}

.dropdown-menu {
    top: 120%;
    min-width: 10rem;
    padding: .5rem 15px;
    color: #3E4C60;
    border: 0;
    border-radius: 10px;
    max-width: 10rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.418);
}

.dropdown-item {
    padding: .25rem 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #3E4C60;
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.dropdown-toggle::after {
    display: none;
}

.card {
    border: 1px solid #EFEFEF;
    border-radius: 0.25rem;
}

.card .media .card-icon i {
    font-size: 40px;
}

.logo img {
    width: 65%;
    height: auto;
}

.topbar a {
    color: #2B82D9;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
}

.topbar span {
    color: #2B82D9;
    padding: 0 5px;
    vertical-align: middle;
    line-height: 20px;
    font-size: 20px;
}

header {
    background-color: #fff;
}

.header {
    padding: 10px 0;
}

header .dropdown {
    line-height: 20px;
    vertical-align: middle;
}

header .dropdown-menu {
    max-width: none;
}

header .dropdown-item {
    font-weight: 300;
    color: #2B82D9;
}

/* Home */
.home-header p {
    color: #fff;
}

.home-header {
    background-color: #11152E;
    height: auto;
    position: relative;
    padding: 0;
}

.right-grey {
    background-color: #3B3B3B;
    height: 500px;
    position: relative;
    padding: 0;
    background-image: url('/images/home/home-header.jpg');
    background-position: center;
    background-size: cover;
}

.header-left {
    position: absolute;
    top: 18%;
    left: 20%;
    max-width: 25%;
}

.brand-logos-home {
    background-color: #d5e5ff;
    padding: 2% 0;
}

.home-factory {
    background-image: url('/images/home/factory-background.jpg');
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

.factory-gallery {
    background-color: #d5e5ff;
    padding: 2% 0;
}

.controls {
    top: 45%;
    left: 0;
    position: absolute;
    width: 100%;
    right: 0;
}

.customize-tools .controls:hover {
    cursor: pointer;
}

.customize-tools .controls i {
    font-size: 30px;
    font-weight: 400;
}

.customize-tools .controls .next {
    position: absolute;
	right: 0;
    list-style-type: none;
}

.customize-tools .controls .prev {
    left: -5px;
    list-style-type: none;
    position: absolute;
}

.card-footer {
    padding: 0 15px 0 15px;
    background-color: transparent;
    border-top: 0;
}

.home-bottled, .home-app-download, .home-factory, .team, .about, .faq {
    padding: 5% 0;
}

.home-app-download i {
    color: #8DC5FF;
    font-size: 20px;
    vertical-align: middle;
}

.home-app-download img {
    width: 50%;
    height: auto;
}
.home-bottled {
    background-color: #8DC5FF;
}

.home-bottled .card p {
    font-weight: 400;
}

.home-services {
    background-color: #8DC5FF;
    background-image: url('/images/home/service-background.jpg');
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

.home-services .card {
    min-height: 450px;
}

.home-services .card-icon i {
    color: #8DC5FF;
    font-size: 40px;
    border: 2px solid #8DC5FF;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 20px 15px;
    vertical-align: middle;
}

.home-services p.d-blue-txt {
    position: relative;
    margin-bottom: 20px;
}

.home-services p.d-blue-txt:after {
    content: '';
    border-bottom: 1px solid #8DC5FF;
    width: 50px;
    position: absolute;
    top: 120%;
    left: 0;
}

.home-factory i {
    background-color: #8DC5FF;
    color: #fff;
    padding: 30px;
    font-size: 60px;
    border-radius: 10px;
}

.home-factory i:hover {
    cursor: pointer;
}

.tooltip-inner {
    max-width: 200px;
    padding: 10px 5px;
    color: #000;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.tooltip .arrow {
    display: none;
}

.back-img {
    position: relative;
    z-index: -100;
    width: 45%!important;
}

.front-img {
    position: absolute;
    top: -8%;
    left: auto;
    right: -10%;
}

/* about-header */
.about-header {
    background-image: url('/images/about/header.jpg');
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

/* faq-header */
.faq-header {
    background-image: url('/images/faqs/header.jpg');
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

/* contact-header */
.contact-header {
    background-image: url('/images/contact/header.jpg');
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

.contact-details {
    padding-bottom: 5%;
    padding-top: 20px;
}

.contact-details img {
    width: 5%;
    height: auto;
    margin-bottom: 20px;
}

.contact-details p {
    font-weight: 600;
    color: #2B82D9;
    margin-bottom: 5px;
}

/* Products page */
.products .img-wrapper {
    position: relative;
}

.products .img-overlay h2 {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0px;
    bottom: 0;
    color: #fff;
    padding-top: 85%;
    padding-left: 40px;
    margin-bottom: 0;
}

/* .products .img-overlay h2 {
    background-color: rgb(141 197 255 / 30%);
    border-radius: 5px;
    position: absolute;
    top: 80%;
    right: 0;
    left: 0px;
    color: #2B82D9;
    padding-top: 40px;
    padding-left: 40px;
    margin-bottom: 0;
    height: auto;
    bottom: 0;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 26%);
} */

/* .indv-prod-page-top .card {
    min-height: 505px;
} */

.products .btn-primary {
    min-width: 180px;
}

/* Blogs */
.blogs .card-body {
    min-height: 100px;
}

/* FAQs */
.faq p {
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
}

/* Contact */
label {
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
    color: #3B3B3B;
}

.form-control {
    border-radius: 0;
    border: 1px solid #efefef;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2B82D9;
    outline: 0;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 150px!important;
}

.custom-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/images/angle-down-light.png') 98% / 12px no-repeat;
}

.custom-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #2B82D9;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #3B3B3B!important;
}

.bootstrap-select .btn-light {
    color: #3B3B3B!important;
    background-color: transparent!important;
    border-color: transparent!important;
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
}

.dropup .dropdown-toggle::after {
    display: none!important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto!important;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: block!important;
    margin-left: 0;
    padding: 0!important;
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
}

.register-pages .bootstrap-select i {
    color: #2B82D9!important;
}

.cart .media img {
    width: 100%;
}

.cart-returns a {
    color: #495057;
}

.cart-item-row {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
}

.cart-item-row:last-child {
    border-bottom: 0!important;
    margin-bottom: 0!important;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #05c360;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

#map {
    width:100%;
    height: 400px
}

#map2 {
    width:100%;
    height: 400px
}

.pac-container {
    z-index: 10000 !important;
    display: block;
}

.mb-0 {
    margin-bottom:0px;
}

.gm-style img {
    max-width: none;
    width: 30%;
    margin-bottom: 20px;
}

#map-content {
    text-align: center;
}

#map-content a {
    color: #495057;
    font-weight: 400;
}

#map-content2 {
    text-align: center;
}

#map-content2 a {
    color: #495057;
    font-weight: 400;
}

.checkout-page label {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
}

.checkout-page input[type=checkbox], .checkout-page input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    line-height: 20px;
    vertical-align: middle;
    height: 17px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #2B82D9;
    border-color: #2B82D9;
}

.custom-control-label::before {
    background-color: transparent;
    border-radius: 100%;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #2B82D9;
    border-color: #2B82D9;
    color: #2B82D9;
    box-shadow: none;
    border-radius: 100%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 100%;
}

/* Tables */
.transactions-table thead>tr>th {
    border-top: 0!important;
    font-weight: 400;
}

.transactions-table td {
    line-height: 15px;
    font-weight: 400;
    font-size: 14px;
}

/* Login */
.login-page {
    padding: 5% 0;
}

/* Client admin pages */
.nav-tabs .nav-item {
    margin-bottom: 0;
    padding: 10px 60px 10px 0;
}

.nav-tabs .nav-link {
    color: #3B3B3B;
    font-weight: 400;
    padding: 0;
    line-height: 30px;
}

.nav-tabs .nav-link.active {
    color: #2B82D9;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #2B82D9;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active:hover {
    border-bottom: 1px solid #2B82D9;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.block-heading {
    border-bottom: 2px solid #8DC5FF;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.block2 .media i {
    font-size: 70px;
    margin-right: 15px;
}

.block3 h2 {
    font-size: 40px;
    line-height: 50px;
    vertical-align: middle;
}

.location i {
    font-size: 60px;
    margin-right: 15px;
    color: #2B82D9;
}

.orders-page .d-grey-oulined {
    min-width: 150px;
    max-width: 150px;
}

.ind-order-page .card .view-order-details {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.ind-order-page .card .view-order-details:last-child {
    border-bottom: 0!important;
    margin-bottom: 0!important;
}

.deli-addresses-page .bootstrap-select i, .deli-addresses-page .media i {
    color: #2B82D9!important;
    font-size: 25px;
}

.modal #map {
    width: 100%;
    height: 250px;
}

.action-icons i {
    color: #3B3B3B;
    font-size: 20px;
    padding-left:18px;
}

.card-select-container {
    height: 70px;
}

.bootstrap-select i {
    color: #3B3B3B!important;
}

/* Footer */

footer {
    background-color: #11152E;
}

footer p, footer a {
    color: #fff;
}

.footer-links a {
    padding: 0 20px;
}

.footer-payment {
    background-color: #fff;
}

.footer-payment img {
    width: 80%;
    height: auto;
}

.jconfirm-content {
    text-align: center;
}

.jconfirm-title-c {
    text-align: center;
}

.jconfirm-title {
    font-weight:bold;
    color:#2B82D9;
}

.jconfirm-buttons {
    text-align:center;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none!important;
}

.customer-cards {
    border: 1px solid #2B82D9;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cut-off-time {
    height:100%;
}

.cut-off-time #countdown {
    margin-top:40px;
}

option.select-hr { border-bottom: 1px dotted #000; }

#download-pricelist {
    margin-bottom: 20px;
}

.error-page {
    padding: 10vh 0;
}