@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    height: 100vh;
    padding: 0 !important;
    overflow: hidden;
}
.grid-container {
    /* width: 100vw; */
    margin: 0 auto;
    height: 100vh;
    display: flex;
    border: 2px solid rgba(0, 0, 0, 0.4);
    transition: 1s ease;
}

.sidebar {
    width: 35%;
    height: 100%;
    background-color: #f3f6fa;
    transition: 1s ease;
    position: relative;
    overflow: auto;
}

.main-content {
    width: 65%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s ease;
    color: #fff;
    overflow: auto;
}

.main-content_large {
    width: 90%;
}

.sidebar_small {
    width: 10%;
}

/* .btn-primary {
    background-color: coral;
    border-color: coral;
}
.btn-primary:hover {
    background-color: brown;
    border-color: brown;
} */
.logo {
    margin-top: 15vh;
    /* margin-left: 50%; */
    display: flex;
}
.center-align-item {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    align-items: center;
}
.stage {
    height: 350px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.p {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
    background: white;
    border-radius: 10px;
    font-family: Century Gothic;
    /* letter-spacing: 5px; */
    /* color: coral; */
}
.div {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: 200px;
    height: 40px;
    margin-top: 4%;
    transition-duration: 0.2s;
}
.p:hover {
    background: white;
    /* color: coral; */
}
.div:nth-child(odd) {
    transform: perspective(300px) rotateY(45deg);
    box-shadow: -2px 2px 7px gray;
}
.div:nth-child(even) {
    transform: perspective(300px) rotateY(-45deg);
    box-shadow: 2px 2px 7px gray;
}
.div:hover {
    transform: rotateY(0);
    background: white;
    color: black;
    box-shadow: 0px 0px 0px;
}

textarea {
    resize: none;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.svg-inline--fa {
    vertical-align: -0.2em;
}

.rounded-social-buttons-sidebar {
    text-align: center;
}
.rounded-social-buttons-sidebar .social-button-sidebar {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    border: 0.125rem solid transparent;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 0.3625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons-sidebar .social-button-sidebar:hover,
.rounded-social-buttons-sidebar .social-button-sidebar:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons-sidebar .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
    font-size: 25px;
}

.rounded-social-buttons-sidebar .social-button-sidebar.facebook {
    background: #3b5998;
}

.rounded-social-buttons-sidebar .social-button-sidebar.facebook:hover,
.rounded-social-buttons-sidebar .social-button-sidebar.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.rounded-social-buttons-sidebar .social-button-sidebar.twitter {
    background: #55acee;
}

.rounded-social-buttons-sidebar .social-button-sidebar.twitter:hover,
.rounded-social-buttons-sidebar .social-button-sidebar.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}

.rounded-social-buttons-sidebar .social-button-sidebar.linkedin {
    background: #007bb5;
}

.rounded-social-buttons-sidebar .social-button-sidebar.linkedin:hover,
.rounded-social-buttons-sidebar .social-button-sidebar.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons-sidebar .social-button-sidebar.youtube {
    background: #bb0000;
}

.rounded-social-buttons-sidebar .social-button-sidebar.youtube:hover,
.rounded-social-buttons-sidebar .social-button-sidebar.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}

.rounded-social-buttons-sidebar .social-button-sidebar.instagram {
    background: #125688;
}

.rounded-social-buttons-sidebar .social-button-sidebar.instagram:hover,
.rounded-social-buttons-sidebar .social-button-sidebar.instagram:focus {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
}

.rounded-social-buttons {
    text-align: center;
}
.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
    font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
    background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
    background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
    background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
    background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
}
.logo-img {
    margin-left: auto;
    margin-right: auto;
}
.logo-name {
    font-family: "furuta", sans-serif;

    /* font-family: futura; */
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
}
.custom-line {
    margin-top: 8vh;
    /* color: coral; */
}
hr:not([size]) {
    height: 2px;
}
iframe {
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-custom {
    position: relative;
    width: 100%;
    max-width: 798px;
    height: auto;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 5px #999999;
}

.credit {
    position: relative;
    margin: 25px auto 0 auto;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.credit a {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

.col-left,
.col-right {
    padding: 30px;
    display: flex;
}

.col-left {
    width: 60%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    /* background: coral; */
}

.col-right {
    padding: 60px 30px;
    width: 50%;
    margin-left: -10%;
}

@media (max-width: 575.98px) {
    .container {
        flex-direction: column;
        box-shadow: none;
    }

    .col-left,
    .col-right {
        width: 100%;
        margin: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .col-right {
        padding: 30px;
    }
}

.login-text {
    position: relative;
    width: 100%;
    color: #ffffff;
}

.login-text h2 {
    margin: 0 0 15px 0;
    font-size: 30px;
    font-weight: 700;
}

.login-text p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.login-text .btn {
    display: inline-block;
    padding: 7px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 30px;
    color: #ffffff;
    outline: none;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.login-text .btn:hover {
    /* color: coral; */
    box-shadow: inset 150px 0 0 0 #ffffff;
}

.login-form {
    position: relative;
    width: 100%;
}

.login-form h2 {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 700;
}

.login-form p {
    margin: 0 0 10px 0;
    text-align: left;
    color: #666666;
    font-size: 15px;
}

.login-form p:last-child {
    margin: 0;
    padding-top: 3px;
}

.login-form p a {
    /* color: coral; */
    font-size: 14px;
    text-decoration: none;
}

.login-form label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.login-form p:last-child label {
    width: 60%;
    float: left;
}

.login-form label span {
    color: #ff574e;
    padding-left: 2px;
}

.login-form input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 30px;
}

/* .login-form input:focus {
    border-color: coral;
} */

.login-form button,
.login-form input[type="submit"] {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    /* color: coral; */
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    /* border: 1px solid coral; */
    border-radius: 30px;
    /* box-shadow: inset 0 0 0 0 coral; */
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.login-form button:hover,
.login-form input[type="submit"]:hover {
    color: #ffffff;
    /* box-shadow: inset 250px 0 0 0 coral; */
}
.pad {
    padding: 0em;
}
.modal-close-button {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
.side-card {
    min-height: 90vh;
}
.custom-header {
    line-height: 4vh;
    font-size: x-large;
}
.custom-header a {
    text-decoration: none;
    /* color: coral; */
}
.product-image {
    width: 98%;
    margin-left: 1%;
}
.product-name {
    margin-top: 2vh;
    font-size: 22px;
}
.product-desc {
    font-size: 14px;
    color: grey;
}
.product-header {
    line-height: 20px;
}
.product-price {
    margin-top: 1vh;
}
.price-tag {
    float: left;
    font-size: large;
    font-weight: bold;
}
.actual-price {
    float: right;
    font-size: small;
}
.extras-tag {
    font-size: large;
    font-weight: bold;
}
.product-extras {
    font-size: 16px;
}
.extras-label {
    float: left;
}
.extras-price {
    float: right;
}
/* .extras-check {
  margin-left: 5px;
} */
.extras-single-item {
    margin-left: 1px;
}
.extras-item {
    margin-top: -20px;
}
.inputoptional {
    position: relative;
    width: 100%;
}
.queryinput {
    padding: 15px 10px 10px 0px;
    font-size: 18px;
    width: 100%;
    border: 1px solid;
    border-color: transparent transparent gray;
    background-color: transparent;
}
.queryinput:focus {
    outline: none;
}
/*Label */
.querylabel {
    position: absolute;
    top: 30%;
    font-size: 14px;
    color: rgb(165, 165, 165);
    left: 0;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/* Activate State */
.queryinput:focus + label,
.queryinput:valid + label {
    font-size: 12px;
    /* color: coral; */
    top: -1%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/*End Label */
/*Bar*/
.bar {
    width: 100%;
    height: 2px;
    position: absolute;
    /* background-color: coral; */
    top: calc(100% - 2px);
    left: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}
/*Activate State */
.queryinput:focus ~ .bar,
.queryinput:valid ~ .bar {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}
/*End Bar */
/*Highlight */
.highlight {
    width: 100%;
    height: 85%;
    position: absolute;
    /* background-color: coral; */
    top: 15%;
    left: 0;
    visibility: hidden;
    z-index: -1;
}
.queryinput:focus ~ .highlight {
    width: 0;
    visibility: visible;
    transition: all 0.09s linear;
    -webkit-transition: all 0.09s linear;
    -moz-transition: all 0.09s linear;
    -ms-transition: all 0.09s linear;
    -o-transition: all 0.09s linear;
}

.quantityform {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    /* padding-top: 50px; */
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    /* height: 40px; */
    text-align: center;
    /* vertical-align: middle; */
    padding: 7px;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

.quantityform #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.quantityform #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.quantityform #input-wrap {
    margin: 0px;
    padding: 0px;
}

.quantityinput#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

.quantityinput[type="number"]::-webkit-inner-spin-button,
.quantityinput[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-quantity {
    margin-top: 2vh;
}
.cart-btn {
    width: 100%;
}
.custom-nav {
    margin-left: auto;
    margin-right: auto;
}
.custom-nav-item {
    color: #fff !important;
    font-weight: bolder;
    font-family: "Lato", sans-serif;
    font-size: large;
}
.vl {
    /* border-left: 6px solid coral; */
    height: 50px;
    position: absolute;
    /* left: 50%; */
    margin-left: -3px;
    top: 0;
}
.followus {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}
.product-link {
    text-decoration: none;
    color: black;
}
.product-link:hover {
    color: #666666;
}
.product-link:hover img {
    opacity: 0.8;
}
.category-head {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: large;
}
.order-status {
    padding: 0.5rem 1rem;
}
.sticky-accordion {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    /* font-size: 25px; */
    /* color: coral; */
    display: block;
    transition: 0.3s;
    margin-left: 2px;
}
.sidenav svg {
    margin-right: 10px;
}

/* When you mouse over the navigation links, change their color */
/* .sidenav a:hover {
    color: coral;
} */

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 36px;
    /* margin-left: 50px; */
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left 0.5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.all-body {
    height: 100vh;
}
.mobile-banner {
    width: inherit;
    height: 256px;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s ease;
    color: #fff;
}
.mynav {
    width: 99%;
    font-size: x-large;
    cursor: pointer;
    color: #fff;
    position: absolute;
    left: 2px;
}
.mynav.scrolled {
    position: fixed;
    background-color: #fff !important;
    /* color: coral; */
    transition: background-color 200ms linear;
}
.not-found {
    text-align: center;
    margin-top: 10vh;
}
.found {
    margin-top: 2vh;
}
/* .form-check-input:checked {
    background-color: coral;
} */
/* .theme-color {
    color: coral;
}
.theme-color a {
    color: coral;
} */
.delivery-tag {
    float: left;
    font-size: large;
    font-weight: bold;
}
.pickup-tag {
    float: right;
    font-size: large;
    font-weight: bold;
}
.datepicker,
.table-condensed {
    width: 280px;
    height: 280px;
}
.datepicker,
.datepicker-inline {
    margin-left: auto;
    margin-right: auto;
    width: 280px !important;
    height: 280px;
}
.floating-btn {
    width: 100%;
}
.total-tag {
    font-size: small;
    float: left;
    font-weight: bold;
}

.total {
    /* color: coral; */
    font-size: medium;
}
/* .list-group-item.active {
    background-color: coral !important;
    border-color: coral !important;
} */


