* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    padding: 0px;
    margin: 0px;
}
a{
    color: inherit;
}
a:hover{
    color: inherit !important;
    cursor: pointer;
}
.blue-body {
    background: rgb(10, 102, 194);
    background: linear-gradient(90deg, rgba(10, 102, 194, 1) 35%, rgba(0, 128, 255, 1) 100%);
}
.container-fluid {
    padding: 0px;
}
.logo-full{
    width: 150px;
}
.logo-left {
    width: 250px;
    height: 250px;
    margin: 50px 0px 0px 50px;
}
.logo-center {
    width: 250px;
    height: 250px;
    margin-top: 50px;
}
.logo-section{
    border-right: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    padding: 30px;
}
.main {
    position: relative;
    height: 1032px;
    overflow: hidden;
}
.heading1 {
    font-size: 170px;
    margin-left: 50px;
}
.heading2 {
    font-size: 85px;
}
.heading3 {
    font-size: 42.5px;
}
.bg-white {
    background-color: white;
    padding: 80px;
}

.startDiv {
    background: rgb(10, 102, 194);
    background: linear-gradient(90deg, rgba(10, 102, 194, 1) 35%, rgba(0, 128, 255, 1) 100%);
    padding: 50px 50px 50px 50px;
    width: 100%;
    text-align: center;
}

.Startbtn {
    color: #fff;
    font-size: 50px;
}

.followingText {
    font-size: 40px;
}

.bottomBtns {
    border: 1px solid gray;
}

.hw50 {
    width: 50px;
    height: 50px
}
.theme-button{
    padding: 10px;
    font-size: 50px;
    border-radius: 5px;
}
.theme-button-blue{
    border: 1px solid #0a66c2 !important;
}
.theme-button-black{
   border: 1px solid black !important;
}
.theme-button-white{
   border: 1px solid white !important;
}
.theme-bg-blue{
    background: #0a66c2;
    border: 1px solid;
    color: white;
}
.theme-bg-black{
    background: black;
    border: 1px solid;
    color: white;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 1.5rem 1.5rem;
    font-size: 2rem;
    border-radius: .3rem;
}
.tdec-none{
text-decoration: none;
}
/* choose page */
.choose-image{
width: 350px;
}
.rounded {
    border-radius: 1.5rem!important;
}
.deceased:after {
    content: url('../images/multiply.svg');
    position: absolute;
    width: 457px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.position-r{
    position: relative;
}
/* choose page */
/* menu page */
.content-div{
    height: 1650px;
    overflow: auto;
}
.content-div-1400{
    height: 1400px;
    overflow: auto;
}
.list-group-item {
    padding: 30px 0px !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    font-size: 25px !important;
}
.category-images {
    max-width: 100%;
    max-height: 80px;
    margin-top: -20px;
    padding: 5px;
}
.main-cat-div{
    height: 200px;
}
.main-category {
    max-width: 100%;
    padding: 30px;
    max-height: 200px;
}
.kioske-product-box{
    height: 300px;
    border: 1px solid rgb(14 0 0 / 20%) !important;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.h-2{
    height: 200px;
}
.align-center-both{
    display: flex;
    align-items: center;
    justify-content: center;
}
.align-center-vertically{
    display: flex;
    align-items: center;
}
.align-center-horizontaly{
    display: flex;
    justify-content: center;
}
.items-count {
    background-color: red;
    position: absolute;
    top: -8px;
    font-size: 13px;
    right: 0px;
    padding: 4px 11px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: white;
}
.total-amount{
    font-weight: 800px;
}
.row{
    margin: auto
}
.nav-tabs-custom {
    width: auto !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    padding: 10px 30px;
    border-radius: 40px;
    height: 60px;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 5px;
    color: #555;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
/* Your order/ checkout */
.cart-list-img{
    max-height: 80px;
}
.quantity-field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px; 
    height: 40px;
    margin: 0 auto;    
  }
  
  .quantity-field .value-button{ 
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 100%;   
    padding: 0;
    background: #eee; 
    outline: none;
    cursor: pointer;
  }
  
  .quantity-field .value-button:hover {
    background: rgb(230, 230, 230);
  }
  
  .quantity-field .value-button:active{
    background: rgb(210, 210, 210);
  }
  
  .quantity-field .decrease-button {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
  }
  
  .quantity-field .increase-button {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
  }
   
  .quantity-field .number{
    display: inline-block;
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 11pt;
    box-sizing: border-box; 
    background: white;
    font-family: calibri;
  }
  
  .quantity-field .number::selection{
    background: none;
  }
/* Your order/ checkout */
/* Ribbon */

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
/* Ribbon */
/* menu page */
.mt-6{
    margin-top: 6rem!important;
}
.mt-7{
    margin-top: 7rem!important;
}
.mt-8{
    margin-top: 8rem!important;
}
.mt-9{
    margin-top: 9rem!important;
}
.mt-10{
    margin-top: 10rem!important;
}
.mt-11{
    margin-top: 11rem!important;
}
.mt-12{
    margin-top: 12rem!important;
}
.mt-13{
    margin-top: 13rem!important;
}
.mt-14{
    margin-top: 14rem!important;
}
.mt-15{
    margin-top: 15rem!important;
}
.mt-16{
    margin-top: 16rem!important;
}
.mt-17{
    margin-top: 17rem!important;
}
.mt-18{
    margin-top: 18rem!important;
}
.mt-19{
    margin-top: 19rem!important;
}
.mt-20{
    margin-top: 20rem!important;
}
.mt-21{
    margin-top: 21rem!important;
}
.mt-22{
    margin-top: 22rem!important;
}
.mt-23{
    margin-top: 23rem!important;
}
.mt-24{
    margin-top: 24rem!important;
}
.mt-25{
    margin-top: 25rem!important;
}
.mt-26{
    margin-top: 26rem!important;
}
.mt-27{
    margin-top: 27rem!important;
}
.mt-28{
    margin-top: 28rem!important;
}
.mt-29{
    margin-top: 29rem!important;
}
.mt-30{
    margin-top: 30rem!important;
}