﻿.divModal {
    /*background-color: lightgreen;*/
    font-family: Arial;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    overflow: auto;
}

/*.PriceCss {
    background-color: aqua;
    font-size: 1.4rem;
    font-weight: 300;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
    color: #707070;
    margin: 0 0 0 8px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    line-height: 24px;
}*/
.ImageCss {
    width: 100%;
    height: 25%;
}

.ItemFontCss {
    font-size: 14px;
    text-align: left;
}

.PriceFontCss {
    font-size: 12px;
    text-align: left;
    float: left;
    
}

.LeftColumnCss {
    float: left;
    width: 60%;
    padding: 15px;
    text-align: left;
}

.RigtColumnCss {
    float: right;
    width: 40%;
    padding: 10px;
    text-align: center;
}

/*.DynamicContentLeftColumnCss {
}

.DynamicContentRightColumnCss {
}*/

.DynamicContentHeader {
    font-size: 14px;
    color: gray;
}

.DynamicContentFontCss {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    /*margin-left: 10px;*/
    color: gray;
}

.DynamicPricePropertyCss {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 18px;
    padding-left: 35px;
    text-align: left;
    font-weight: 300;
}

.BottomText1Css {
    font-size: 12px;
    color: grey;
    text-align: left;
    margin-left: 7px;
}

.BottomText2Css {
    font-size: 14px;
    color: black;
    text-align: left;
    margin-left: 7px;
}

.BottomTextBoxCss {
    width: 450px;
    padding: 10px;
}

.ButtonHTMLCss {
    height: 75px;
    font-size: 20px;
    border: thin;
    font-family: 'Franklin Gothic';
    width: 490px;
    bottom: 40px;
    background-color: #FBB03B;
    color: white;
}


.sticky {
    position: -webkit-sticky;
    position: fixed;
    bottom: 50px;
    background-color: white;
    font-size: 20px;
    width: 490px;
}


.chcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}

    /* Hide the browser's default checkbox */
    .chcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}



/* On mouse-over, add a grey background color */
.chcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    /*left: 11px;
    top: 6px;*/
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkrb:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.chcontainer input:checked ~ .checkmark:after {
    display: block;
}


/*************************************/
/* The container */
.rbcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}

    /* Hide the browser's default radio button */
    .rbcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmarkrb {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .checkmarkrb {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rbcontainer input:checked ~ .checkmarkrb {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkrb:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbcontainer input:checked ~ .checkmarkrb:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbcontainer .checkmarkrb:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*******************************************************/


.containerimg {
    position: relative;
    width: 100%;
    max-width: 400px;
    top: -22px;
    left:-2px;
}

    .containerimg img {
      
        /*width: 150px;*/
        height: 150px;
    }

    .containerimg .btn {
        position: absolute;
        top: 17%; /*12*/
        left: 10%;
        transform: translate(-52%, -55%);
        -ms-transform: translate(-70%, -70%);
        background-color: #eee;
        color: black;
        font-size: 16px; /*25*/
        /*font-weight: 900;*/
        padding: 7px 14px; /*6 17*/
        border: none;
        cursor: pointer;
        border-radius: 70px;
        text-align: center;
        font-weight: 100;
        /*background: url(../IMG/back3.png) no-repeat 0 0;*/
        color: white;
        background-color: white;
    }

.container .btn:hover {
    background-color: black;
}





.modalPopup {
    background-color: #fff;
    border: 3px solid #ccc;
    padding: 0px;
    width: 500px;
    height: 1000px;
}



@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }

    .ItemFontCss {
        font-size: 15px;
        text-align: left;
        /*font-weight: 600;*/
        font-family: Helvetica;
    }

    .ItemFontCssDesc {
        font-size: 14px;
        text-align: left;
        /*font-weight: 600;*/
        font-family: Helvetica;
    }

    .DescFontCss {
        font-size: 14px;
        text-align: left;
        font-family: Arial
    }

    .PriceFontCss {
        text-align: right;
        float: left;
        margin-left: 35px;
        font-family: Arial;
        font-size: 14px;
        font-weight: 900;
    }

    .CondimentGroupCss {
        font-size: 12px;
        text-align: left;
        font-weight: bold;
    }

    .CondimentGroupOptionalCss {
        font-size: 12px;
        text-align: left;
        font-weight: bold;
        color: black;
    }

    .CondimentGroupRequiredCss {
        font-size: 12px;
        text-align: left;
        /*font-weight: bold;*/
        color: red;
    }

    .InstructionCss {
        font-size: 10px;
        text-align: left;
    }

    .LeftColumnCssTop {
        float: left;
        width: 65%;
        padding: 10px;
        text-align: left;
    }

    .RigtColumnCssTop {
        float: right;
        width: 35%;
        padding: 10px;
        text-align: right;
    }

    .FullColumnCss {
        float: left;
        width: 100%;
        /*padding: 15px;*/
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 15px;
        text-align: left;
    }

    .LeftColumnCss {
        float: left;
        width: 65%;
        /*padding: 15px;*/
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px;
        padding-right: 15px;
        text-align: left;
    }

    .RigtColumnCss {
        float: right;
        width: 35%;
        /*padding: 15px;*/
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 20px;
        text-align: right;
    }

    .DynamicContentFontCss {
        text-align: left;
        font-size: 14px;
        font-weight: 100;
        margin-left: 10px;
        font-family: Arial;
        color: gray;
    }

    .DynamicPricePropertyCss {
        display: block;
        position: relative;
        padding-left: 35px;
        CondimentGroupRequiredCs margin-bottom: 25px;
        margin-top: 10px;
        cursor: pointer;
        font-size: 13px;
        padding-left: 35px;
        text-align: center;
        font-weight: 300;
        font-family: Arial;
    }


    .BottomText1Css {
        font-size: 10px;
        color: grey;
        text-align: left;
        margin-left: 7px;
    }

    .BottomText2Css {
        font-size: 12px;
        color: black;
        text-align: left;
        margin-left: 7px;
    }

    .BottomTextBoxCss {
        width: 95%;
        padding: 10px;
    }

    .ButtonHTMLCss {
        /*height: 80px;
        font-size: 25px;
        border: medium;
        font-family: 'Franklin Gothic';
        width: 98%;
        margin-right: 100px;
        border-radius: 50px;*/
        height: 45px;
        font-size: 16px;
        border: medium;
        font-family: Arial;
        width: 96%;
        margin: 8px;
        border-radius: 30px;
        font-weight: 900;
    }

        .ButtonHTMLCss:hover {
            background-color: black;
        }

    .sticky {
        position: -webkit-sticky;
        position: fixed;
        /* background-color: lightgrey;*/
        /*background-color: black;*/
        background: linear-gradient(to top, #ffffff 0%, #333300 330%);
        padding: 0px;
        font-size: 20px;
        width: 100%;
        bottom: 0px;
        left: 0px;
        height: 60px;
    }

    .chcontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 25px;
        margin-left: 10px;
        margin-top: 10px;
        cursor: pointer;
        font-size: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 300;
        font-family: Arial;
    }

        /* Hide the browser's default checkbox */
        .chcontainer input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }



    /* On mouse-over, add a grey background color */
    .chcontainer:hover input ~ .checkmark {
        /*background-color: #ccc;*/
        background-color: #eee;
    }

    /* When the checkbox is checked, add a blue background */
    .chcontainer input:checked ~ .checkmark {
        /*background-color: #2196F3;*/
        background-color: black;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .chcontainer input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .chcontainer .checkmark:after {
        left: 10px;
        top: 7px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmarkrb:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .chcontainer input:checked ~ .checkmark:after {
        display: block;
    }

    /*************************************/
    /* The container */
    .rbcontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 25px;
        margin-left: 10px;
        margin-top: 10px;
        cursor: pointer;
        font-size: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 300;
        font-family:'Times New Roman';
    }

        /* Hide the browser's default radio button */
        .rbcontainer input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    /* Create a custom radio button */
    .checkmarkrb {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .rbcontainer:hover input ~ .checkmarkrb {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .rbcontainer input:checked ~ .checkmarkrb {
        /*background-color: #2196F3;*/
        background-color: black;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmarkrb:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .rbcontainer input:checked ~ .checkmarkrb:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .rbcontainer .checkmarkrb:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }
    /*******************************************************/

    .modalPopup {
        background-color: white;
        border: 3px solid #ccc;
        padding: 2px;
        width: 120%;
        height: 100%;
        overflow: hidden;
    }

    /*INCREMENT - DECREMENT QUANTITY*/
    .QTYSec {
        text-align: center;
        padding: 5px;
        /*border: 1px dotted #ccc;*/
        border: none;
        margin: 2%;
        vertical-align: bottom;
    }

    .qty {
        width: 30px;
        height: 30px;
        text-align: center;
        border: none;
        font-family: Arial;
        font-size: 18px;
        vertical-align: text-bottom;
    }

    .qtyplus {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        border: none;
        /* background-color: black;*/
        color: white;
        font-weight: 900;
        font-family: Arial;
        font-size: 18px;
        text-align: center;
    }

    .qtyminus {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        border: none;
        background-color: white;
        color: black;
        font-weight: 900;
        font-family: Arial;
        font-size: 18px;
    }



    .btnRound {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }

    .btnPlus {
        border-radius: 50%;
    }

    .HrCss {
        border-color: #808080;
        border-top: 5px solid #eaf5f0;
        margin: 2px;
    }

    .ImageCss {
        width: 150px;
        height: 150px;
        display: block;
    }
}
