﻿@font-face {
    font-family: 'KGSketch';
    src: url(../fonts/KGNoRegretsSketch.ttf);
  }
@font-face {
    font-family: 'KGSolid';
    src: url(../fonts/KGNoRegretsSolid.ttf);
  }
body {
    padding-top: 0;
    padding-bottom: 30px;
    background-image: url('/theme - shop/woodbg.jpg');
    background-size: 100%;
    color: white;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url('/theme - shop/chalkboard-seamless.jpg');
    background-position: center;
    background-repeat: repeat;

    overflow-x:hidden;
    font-family: 'KGSolid', sans-serif;
}

h1, h2 {
    font-family: 'KGSketch', sans-serif;
}

h2 {
    font-size:large;
}

.basket-price {
    font-size:18pt;
    font-weight:100;
    display:block;
}

#quick-action #address {
    font-family: 'KGSketch', sans-serif;
    
    display:block;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.no-margin{
    margin: 0;
}

.center {
    text-align: center;
}

.text-center {
    text-align: center;
    margin: auto;
}

.footer-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ErrorMessage {
    display: inline-block;
    width:50%;
    background-color: #ef1e24;
    color: #ffffff;
    padding:5px;
}

.InfoMessage {
    display: inline-block;
    width:50%;
    background-color: #ef1e24;
    color:green;
    padding:5px;
}

.alert-warning {
    font-family: 'KGSketch', cursive;
}

.InfoMessage, .alert-success {
    background-color: #148641;
    color: #ffffff;
    font-family: 'KGSketch', cursive;
}

.productdetails li {
    list-style-type:none;
}
.productdetails ul {
    padding:0;
}


.btn {
    font-family: 'KGSketch', cursive;
    color: #333;
    background-color: white;
    border-color: white;
    border-radius: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

    .btn:hover {
        background-color: white;
        border-color: white;
        color: #333;
    }

input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #ffffff;
    color: #010101;
}

input[type=text], input[type=password], input[type=number], input[type=email], select {
    background-color: #ffffff;
    color: #010101;
    padding-left: 5px;
    padding-right: 0;
}


input {
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
}


#quick-action {
    text-align: center;
    padding-top: 0;
    z-index: 999;
}

    #quick-action a {
        text-decoration: none;
        color: white;
    }

    #quick-action #cart-details {
        font-size: 10px;
        border: 2px solid white;
        border-top: none;
        border-radius: 0 0 10px 10px;
    }

#working-hours {
    text-align: center;
    font-family:'KGSketch', sans-serif;
}

    #working-hours h1 {
        margin-top: 0;
    }

    #working-hours img {
        display: none;
    }

    #working-hours .timeSpan{
        font-family: 'KGSketch', sans-serif;
        font-size:18pt;
    }

    /* Scratch Cards */
.cardcontainer {
    background-color: black;
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.canvas {
    /* position: absolute; */
    top: 0;
}


@media (min-width: 992px) {

    #working-hours img {
        display: initial;
    }

    #working-hours h1 {
        display: none;
    }

}

@media (min-width: 1430px) {

    #quick-action #phone-number {
        display: block;
        font-size: 2.5vw;
    }


    #working-hours img {
        display: initial;
    }

    #working-hours h1 {
        display: none;
    }
}

@media (min-width: 1630px) {

    #quick-action #phone-number {
        display: block;
        font-size: 3vw;
    }


    #working-hours img {
        display: initial;
    }

    #working-hours h1 {
        display: none;
    }
}


.form-control {
    overflow: hidden;
}


.product-block {
    position: relative;
    padding-bottom: 83.625%;
    margin-bottom: 30px;
}

    .product-block .product-image {
        background-size:contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 6%;
        bottom: 21%;
        left: 7%;
        right: 6%;
    }

    .product-block .product-frame {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .product-block .product-pricing {
        position: absolute;
        top: 7%;
        left: 60%;
        width: 14%;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }

        .product-block .product-pricing > div {
            width: 100%;
            position: relative;
        }

            .product-block .product-pricing > div table {
                width: 100%;
            }

            .product-block .product-pricing > div td:last-child {
                text-align: right;
            }

    .product-block .product-description {
        position: absolute;
        top: 66%;
        left: 18%;
        right: 18%;
        height: 19%;
        display: inline-flex;
    }

        .product-block .product-description > div {
            width: 100%;
            text-align: center;
            margin: auto 0;
        }

            .product-block .product-description > div > * {
                margin: 0;
            }

    .product-block .product-action {
        bottom: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }


.OrderBtn {
        position: absolute;
        bottom: 0;
        left: 40%;
    }


/* Radio Button Label Styling */

.ToppingSelection{
    display: none !important;
}

.ToppingSelected {
    background-color: #ffffff;
    color: #000000;
}

.ToppingLabel {
    margin-top: 20px;
}

.NoTopping {
    border-style:solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.LeftHalf {
    border-style:solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 10px 0 0 10px;
    width: 12px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.RightHalf {
    border-style:solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 0 10px 10px 0;
    width: 12px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.AllOver {
    border-style:solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.Double {
    border-style:solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}


.food-menu {
    display: table;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .food-menu ul {
        text-align: center;
        list-style-type: none;
        padding-left: 0;
        display: table-row;
    }


        .food-menu ul li {
            display: table-cell;
            padding-left: 5px;
            padding-right: 5px;
            font-family:  'KGSketch', sans-serif;
            font-size: 18px;
        }

            .food-menu ul li {
                border-left: 2px solid white;
            }

            .food-menu ul li:last-child, .food-menu ul li:first-child {
                border-width:0;
            }



            .food-menu ul li a {
                text-decoration: none;
                color: white;
            }

@media only screen and (max-width: 500px) {
    .food-menu ul li {
        display: block;
    }

        .food-menu ul li + li {
            border-left: none;
        }

    .product-block .product-pricing {
        font-size: 10px;
    }

    .product-block .product-description > div > h3 {
        font-size: 13px;
    }

    .product-block .product-description > div > p {
        font-size: 16px;
    }
}


@media (min-width: 600px) {
    .product-block .product-pricing {
        font-size: 17px;
    }
}



@media (min-width: 768px) {

    .product-block .product-pricing {
        font-size: 10px;
    }

    .product-block .product-description > div > h3 {
        font-size: 18px;
    }

    .product-block .product-description > div > p {
        font-size: 16px;
    }
}




@media (min-width: 992px) {
    .product-block .product-pricing {
        font-size: 13px;
    }

    .product-block .product-description > div > h3 {
        font-size: 23px;
    }

    .product-block .product-description > div > p {
        font-size: 18px;
    }
}



#footer-nav {
    list-style: none;
    text-align: center;
    font-family: 'KGSketch', sans-serif;
    font-size: 20px;
    padding-left: 0;
}

    #footer-nav > li a {
        color: white;
    }

a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}


/* Note the following is a canvas element not a class like above */
canvas {
    border:1px solid #d3d3d3;
    background-color: #212121;
}


.ScratchCardPrize {
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
}

.SavedMessage {
    font-size: 30px;
    margin: 20px;
}

#minimumOrder {
    color:red;
    font-size:18pt;
    
}

.fixed_control_panel_height {
    height: 111px!important;
}

.background_basket {
    background-image: url(/theme\ -\ shop/basket.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -3px;
    padding-bottom: 5px;
    line-height:106px;
    cursor: pointer;
}

.background_total {
    line-height:30px;
    font-size:28px;
}

.background_profile {
    background-image: url(/theme\ -\ shop/profile.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -3px;
    padding-top:40px;
    padding-bottom: 5px;
    cursor: pointer;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .background_basket {
        background-size:45%;
        background-position:0 40%;
    }
    .background_profile {
        background-size:45%;
        background-position: 100% 40%;
    }
    .product-block .product-description > div {
            width: 100%;
            text-align: center;
            margin: auto 0;
            font-size: 16px;
            line-height: 14px;
        }

    .OrderBtn {
        position: absolute;
        bottom: -10px;
        left: 32%;
    }

}
