@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway:400,400i,700');

/*
font-family: 'Raleway', sans-serif;
font-family: 'Oswald', sans-serif;
*/

html, body {
    height:100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

@media (max-width: 768px) {
    html, body {
        font-size: 14px;
    }

    .order-item .item-image {
        width: 100px;
    }
}


main {
    position: relative;
}

footer {
    background: #ddf1f0;
    padding: 2px 0;
    font-size: 1em;
    color: #000000;
}

footer .copyright {
    font-size: 0.8em;
}

footer a {
    color: #000;
    text-decoration: none;
}

footer a:hover {
    color: #568689;
    text-decoration: none;
}


/* NAVBAR */

.navbar-page {
    min-height: 60px;
    background-color: #7bcbd2;
    color: #fff !important;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    position: relative;
}


.navbar-cart-icon {
    position: absolute;
    cursor: pointer;
    right: 1rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
}

.navbar-cart-icon svg {
    position: relative;
    z-index: 120;
}

.navbar-cart-icon .cart-badge {
    position: absolute;
    bottom: -7px;
    right: 22px;
    z-index: 121;
    background: red;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
}


.navbar-brand {
    font-size: 1.2em;
    font-weight: bold;
    color: #002447 !important;
}

@media (max-width: 991px) {
    .navbar-brand img {
        zoom: 0.6;
    }
}

.navbar-toggler {
    color: #fff !important;
}

.navbar-nav .nav-item {
    border-right: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.navbar-nav:last-child .nav-item:last-child {
    border-right: none;
}


/* #5E9BA0 */

.nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (min-width: 768px) {
    .nav-link {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .navbar-nav .nav-item {
        border-right: 1px solid #fff;
        padding-left: 1.2em;
        padding-right: 1.2em;
    }
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
    color: #5E9BA0 !important;
    -webkit-transition: color 250ms ease-in;
    -moz-transition: color 250ms ease-in;
    -ms-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
}




.dropdown-menu {

}

.dropdown-item {
    padding: .5rem 4.5rem .5rem 1.5rem;
    font-weight: 700;
    color: #568689;
}

.dropdown-item:hover {
    color: #7BCBD2;
    -webkit-transition: color 150ms ease-in;
    -moz-transition: color 150ms ease-in;
    -ms-transition: color 150ms ease-in;
    -o-transition: color 150ms ease-in;
    transition: color 150ms ease-in;
    text-decoration: none;
}

.dropdown-item:active {
    background-color: unset;
}





/* CART */
.cart-column {
    background-color: #ddf1f0;
    padding: 1em;
}

.cart-header h4 {
    display: block;
    font-weight: 700;
    color: #7bcbd2;
    font-size: 2em;
    text-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
}

.cart-empty {
    display: inline-block;
    margin: 0.6em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7BCBD2;
}

.cart-empty:hover {
    color: #568689;
    text-decoration: none;
}

.cart-empty svg {
    stroke-width: 1;
}

.cart-empty svg,
.cart-empty p {
    color: #000;
    opacity: 0.2;
    padding: 0;
    margin: 0;
}

.hr {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #7bcbd2;
    opacity: 0.5;
    margin: 0.3em 0;
}





/* Pages */
.page-title {
    background: #7BCBD2;
    padding: 0.75em 2em 0.5em  2em;

}

.page-title + div.container  {
    min-height: calc(100vh - 546px);;
}

.page-title .h2,
.page-title h2 {
    display: block;
    font-weight: 700;
    color: #fff !important;
    font-size: 1.5em;
    text-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
}




.order-item {
    display: block;
    margin: 0.1em 0 2em 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #568689;
    text-decoration: none;
    position: relative;
}

.order-item:hover {
    color: #7BCBD2;
    -webkit-transition: color 150ms ease-in;
    -moz-transition: color 150ms ease-in;
    -ms-transition: color 150ms ease-in;
    -o-transition: color 150ms ease-in;
    transition: color 150ms ease-in;
    text-decoration: none;
}

.order-item .item-image {
    float: left;
    margin: 10px 20px 0 0;
    max-width: 128px;
    max-height: 128px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.order-item .item-image img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.order-item .item-body {
    min-height: 4em;
}

.order-item .item-title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 1.2em;
    font-weight: 700;
}

.order-item .item-name {
    margin: 5px 0;
    text-shadow: 0 1px 2px rgba(0,0,0, 0.1);
    flex-shrink: 0;
}

.order-item .item-dots {
    border-bottom: dotted #568689 2px;
    flex-grow: 1;
    margin: 15px 9px;
}

.order-item .item-price {
    flex-shrink: 0;
    text-shadow: 0 1px 2px rgba(0,0,0, 0.1);
}

.order-item .item-description {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    text-shadow: 0 1px 2px rgba(0,0,0, 0.1);
}
.order-item .item-description p {
    margin: 0;
    padding: 0;
}

.order-item .item-add-to-bag {
    position: absolute;
    bottom: 0;
    right: 0;
}

.order-item .item-add-to-bag .item-btn-spinner { display: none; }
.order-item .item-add-to-bag .item-btn-text { display: block; }

.order-item.loading .item-add-to-bag .item-btn-spinner { display: block; }
.order-item.loading .item-add-to-bag .item-btn-text { display: none; }







/* Place order popup form */

.btn-app-color {
    background: #ffffff;
    border: 2px solid #7BCBD2;
    color: #7BCBD2;
    font-weight: bold;
}

.btn-app-color:hover {
    background: #7BCBD2;
    color: #fff;
}

.btn-app-color-inverse {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #7BCBD2;
    font-weight: bold;
}

.btn-app-color-inverse:hover {
    color: #7BCBD2;
    background: #fff;
    border: 2px solid #7BCBD2;
}

.form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 500;
}

#orderModalContent {
    position: relative;
    z-index: 495;
}

#orderModalContent h5 {
    font-weight: 700;
    color: black;
    font-size: 2em;
    text-shadow: 0 1px 2px rgba(0,0,0, 0.3);
}

#orderModalContent p {
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}

.form-card {
    border-radius: 3px;
    background-color: #ddf1f0;
}

.form-card h6 {
    font-weight: 700;
    font-size: 1.35em;
}

.form-choice,
.form-choice > input[type='checkbox'],
.form-choice > input[type='radio'],
.form-choice > label {
    cursor: pointer;
}


.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}


.checkbox,
.radio {
}


.radio label,
.checkbox label {
    position: relative;
    display: inline-block;
    padding: 8px 0 8px 30px;
    line-height: 24px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Oswald', sans-serif;
    color: #568689;
}

label .item-price {
    color: red;
}

label.has_number_input {
    padding-right: 65px;
}

.radio label > svg,
.checkbox label > svg {
    position: absolute;
    top: 9px;
    left: 4px;
    width: 24px;
    height: 24px;
}

.checkbox label > .feather-square {
    display: block;
}

.checkbox label > .feather-check-square {
    display: none;
}

.checkbox input[type="checkbox"]:checked + label > .feather-square {
    display: none;
}

.checkbox input[type="checkbox"]:checked + label > .feather-check-square {
    display: block;
}


.radio label > .feather-circle {
    display: block;
}

.radio label > .feather-check-circle {
    display: none;
}

.radio input[type="radio"]:checked + label > .feather-circle {
    display: none;
}

.radio input[type="radio"]:checked + label > .feather-check-circle {
    display: block;
}



.amount_container {
    position: absolute;
    width: 54px;
    height: 20px;
    display: inline-block;
    top: 10px;
    right: 2px;
}

.btn-amount {
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.btn-amount svg {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-amount:hover svg {
    color: red;
}

label .btn-amount svg {
    color: #568689;
}

.btn-amount.minus {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-amount.plus {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-amount:hover {
    color: red;
}

.number_input {
    background: none;
    width: 14px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 20px;
    color: #568689;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.amount_container.bigger {
    width: 78px;
    height: 26px;
}

.amount_container.bigger .btn-amount {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}

.amount_container.bigger .number_input {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 16px;
    left: 26px;
    color: black;
}





.quantity {
    width: 7em;
    display: block;
    position: relative;
    padding-right: 80px;
    font-size: 1.8em;
}





.cart-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

.cart-item .item-count {
    font-family: 'Oswald', sans-serif;
    line-height: 1.85em;
    width: 20px;
    flex-shrink: 0;
}

.cart-item .item-remove {
    align-self: flex-start;
    width: 24px;
    flex-shrink: 0;
    cursor: pointer;
}

.cart-item .item-self {
    flex-grow: 1;
}

.cart-item .item-self .item-name {
    font-size: 1.2em;
}

.cart-item .item-choices {
    font-family: 'Oswald', sans-serif;
}

.cart-item .item-price {
    width: 60px;
    text-align: right;
    flex-shrink: 0;
}


.cart-summary {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.cart-summary.cart-total .item-name,
.cart-summary.cart-total .item-price {
    font-weight: 700;
}

.cart-summary:last-child {
    margin-bottom: 0.5em;
}




.page-content {
    margin-bottom: 92px;
}

@media (max-width: 991px) {
    .cart-column {
        z-index: 700;
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

    .cart-column.display {
        display: block;;
    }
}


.form-control[readonly] {
    background-color: unset !important;
}



.list-pre {
    position: relative;
    max-height: 84px;
    overflow: hidden;
    -webkit-transition: max-height 350ms ease-in-out;
    -moz-transition: max-height 350ms ease-in-out;
    -ms-transition: max-height 350ms ease-in-out;
    -o-transition: max-height 350ms ease-in-out;
    transition: max-height 350ms ease-in-out;
}
.list-pre:after {
    display: block;
    user-select: none;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "...";
}

.row-order-list:hover .list-pre {
    max-height: 500px;
    -webkit-transition: max-height 250ms ease-in-out;
    -moz-transition: max-height 250ms ease-in-out;
    -ms-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
}

.row-order-list:hover .list-pre:after {
    display: none;
}




/**
    Paginator
 */
.btn-link {
    color: #7BCBD2;
}

.btn-link:hover {
    color: #568689;
}

.page-link {
    color: #568689;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #568689;
    border-color: #568689;
}

.page-link:hover {
    color: #568689;
}



.flatpickr-input {
    position: relative;
    z-index: 300;
}

.position-relative span.change {
    z-index: 299;
    position: absolute;
    top: 9px;
    right: 29px;
    font-style: italic;
    font-size: 0.8em;
    color: gray;
}


.hours-weekday {
    display: inline-block;
    width: 120px;
}

.hours-hours {
    display: inline-block;
}