.img_choose_shop {
    width: 100%; 
    border-radius: 5px; 
    border-width: 5px;
    border-style: solid;
    border-color: rgb(198, 198, 198);
    margin: auto;
    background:rgb(198, 198, 198);
    color:rgb(198, 198, 198);
}

.img_choose_shop .divIcon{
    height:100px;width:100%;background-color: white;
    text-align:center;
    color:rgb(198, 198, 198);padding-top:30px;
}

.img_choose_shop .divText{
    text-align: center;padding:10px;font-size: large;font-weight: 600;color:white;
}


.img_choose_shop_selected {
    width: 100%; 
    border-radius: 5px; 
    border-width: 5px;
    border-style: solid;
    border-color: rgb(27, 27, 100);
    margin: auto;
    background:rgb(27, 27, 100);
    color:rgb(27, 27, 100);
}

.img_choose_shop_selected .divIcon{
    height:100px;width:100%;background-color: white;
    text-align:center;
    color:rgb(27, 27, 100);padding-top:30px;
}

.img_choose_shop_selected .divText{
    text-align: center;padding:10px;font-size: large;font-weight: 600;color:white;
}


.img_choose_table {
    width: 100%; 
    border-radius: 5px; 
    border-width: 5px;
    border-style: solid;
    border-color: rgb(198, 198, 198);
    margin: auto;
    background:rgb(198, 198, 198);
    color:rgb(198, 198, 198);
}

.img_choose_table .divIcon{
    min-height:120px;width:100%;background-color: white;
    text-align:center;
    color:rgb(198, 198, 198);padding-top:30px;
}

.img_choose_table .divText{
    text-align: center;padding:10px;font-size: large;font-weight: 600;color:white;
}


.img_choose_table_selected {
    width: 100%; 
    border-radius: 5px; 
    border-width: 5px;
    border-style: solid;
    border-color: rgb(27, 27, 100);
    margin: auto;
    background:rgb(27, 27, 100);
    color:rgb(27, 27, 100);
}

.img_choose_table_selected .divIcon{
    min-height:120px;width:100%;background-color: white;
    text-align:center;
    color:rgb(27, 27, 100);padding-top:25px;
}

.img_choose_table_selected .divText{
    text-align: center;padding:10px;font-size: large;font-weight: 600;color:white;
}


.img_choose_customer {
    position: relative;
    cursor: pointer;
    width: 100%; 
    border-radius: 5px; 
    border-width: 5px;
    border-style: solid;
    border-color: rgb(198, 198, 198);
    margin: auto;
    background:rgb(198, 198, 198);
    color:rgb(198, 198, 198);
}

.img_choose_customer .divImage{
    height:100px;
    width:100%;
    background-color: white;
    text-align:center;
    color:rgb(198, 198, 198);
}

.img_choose_customer .divDropDown{
    width:100%;
    text-align:right;
    position:absolute;
    top: 2px;
    right: 2px;
}


.img_choose_customer .divText{
    text-align: center;padding:10px;font-size: large;font-weight: 600;color:white;
}



.img_choose_customer_selected {
    position: relative;
    cursor: pointer;
    width: 100%; 
    border-radius: 5px; 
    border-width: 5px;
    border-style: solid;
    border-color: rgb(27, 27, 100);
    margin: auto;
    background:rgb(27, 27, 100);
    color:rgb(27, 27, 100);
}

.img_choose_customer_selected .divImage{
    height:100px;
    width:100%;
    background-color: white;
    text-align:center;
    color:rgb(27, 27, 100);
}

.img_choose_customer_selected .divDropDown{
    width:100%;
    text-align:right;
    position:absolute;
    top: 2px;
    right: 2px;
}


.img_choose_customer_selected .divText{
    text-align: center;padding:10px;font-size: large;font-weight: 600;color:white;
}


.divMenu {
    
    cursor: pointer;
    width: 100%; 
    /*border-radius: 5px; */
    border-width: 1px;
    border-style: solid;
    border-color: rgb(198, 198, 198);
    margin: auto;
    background:rgb(255, 255, 255);
    color:rgb(31, 31, 31);
}

.divMenu .divImage{
    position: relative;
    width:100%;
    background-color: white;
    text-align:center;
    color:rgb(198, 198, 198);
}

.divMenu .divRecomment{
    
    /*text-align:right;*/
    /*position:absolute;*/
    /*top: 2px;*/
    /*right: 2px;*/
}


.divCart {
    z-index: 1000;
    position: fixed;
    top: 45%;
    right: 0;
}

.divCart .divTag {
    text-align: left;
    width: 100px;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-left: 1px solid rgb(217, 217, 217);
    border-top: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.divCartDetail {
    z-index: 1000;
    position: fixed;
    top: 25%;
    right: 0;
}

.img-fluid-cover {
    object-fit: cover;
}
