body {
    font-family: 'Prompt', sans-serif!important;
    font-size: 1em!important;
    line-height: 1.2!important;
    overflow-x: hidden!important;
    font-weight: 500!important;
}
.navbar-bg{
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 11px -6px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 5px 11px -6px rgba(0,0,0,0.37);
box-shadow: 0px 5px 11px -6px rgba(0,0,0,0.37);
}
.footer-bg{
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.28);
box-shadow: 0px 5px 11px 0px rgb(0 0 0 / 28%);
}
ul.menu {
    display: inline-flex;
    list-style: none;
    margin: 0px;
    width: 100%;
    justify-content: space-between;
    margin-top: 1%;
}
.logo{
    width: 200px;;
}
.nav-link {
    color: #3e3e3e!important;
    text-decoration: none!important;
    transition: all 300ms ease-in-out!important;
    padding: 0.2rem 1rem!important;
}
.nav-item {
    position: relative;
}
#indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 0px;
  height: 2px;
  background: rgb(251, 241, 48);
  border-radius: 5px;
  transition: width 300ms ease-in-out;
}
.nav-item:hover #indicator {
    width: 30px;
    background: linear-gradient(90deg, rgb(251, 241, 48), rgb(255, 183, 0));
}
.nav-item.active #indicator {
    width: 30px;
    background: rgb(255, 183, 0);
    transform-origin: left;
    
    }
.carousel-indicators [data-bs-target]{
        width: 10px;
        height: 10px;
        border-radius: 20px;;
    }
.carousel-indicators [data-bs-target] {
        border: 0px!important;
        width: 20px!important;
        height: 3px!important;
        border-radius: 13px;
    }
    .carousel-item img{
        transition: all 1500ms ease-in-out!important;
    }
.carousel-item.active img{
    transform: scale(1.1);
}
.carousel-item {
    transition: transform 1000ms ease-in-out;
}
.box {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    height: 300px;
    display: table;
    transition:transform 300ms ease-in-out;
}
.content {
    vertical-align: middle;
    display: table-cell;
    transition:all 300ms ease-in-out;
}
.text-head{
    font-size: 1.3rem;
}
.text-bold{
    font-weight: 500;
}
.box.yellow{
    background-color: #ffd92f;
}
.bg-yellow{
    background-color: #ffd92f;
}
.box.blue{
    background:#559aeb;
}
.box.yellow:hover{
background: linear-gradient(130deg, rgba(255,217,47,1) 0%, rgba(255,76,131,1) 100%);
}
.box:hover.blue{
background: linear-gradient(130deg, rgba(85,154,235,1) 0%, rgba(134,23,189,1) 100%);
}
.box:hover .content{
    transform: scale(1.1);
}
a{
    text-decoration: none!important;
}
.box-80{
    width: 80%;
    margin: auto;
    display: block;
}
.box i {
    font-size: 5em;
    margin-bottom: 0.2em;
}
.text-detail{
    font-size: 0.9em;
}
.text-grey{
    color: #3e3e3e!important;
}
.text-blue{
    color: #23387b!important;
}
.text-title{
    font-size: 1.2em;
}
.text-bold{
    font-weight: 600;
}
.copyright-box{
    text-align: center;
    padding-top: 5px;
    border-top: 1px solid #23387b;
}
.small, small {
    font-size: .75em!important;
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.text-on-banner {
    font-size: 2.3em;
    position: absolute;
    font-weight: 400;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-yellow{
    color: #ffd92f;
}
.order_status_box{
    width: 100%;
}
.img_order_status_box {
    background-color: #fff;
    padding: 8px;
    width: 50%;
    margin: 8px auto;
    border-radius: 15px;
    filter:grayscale(1);
}
.img_order_status_box.active{
    filter:grayscale(0);
}
.text-status {
    font-size: 0.8em;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
}
.box-70 {
    width: 70%;
    margin: auto;
}
.form-control {
    padding: .375rem .8rem!important;
    color: #000!important;
    border: 0px solid #ced4da!important;
    border-bottom: 2px solid #000!important;
    border-radius: 0px!important;
    transition: all .15s ease-in-out!important;
}
.autocomplete {
    position: relative;
  }
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 75%;
    left: 0;
    right: 0;
       border-radius: 12px!important;
  }
  .autocomplete-items div {
      padding: 10px;
      cursor: pointer;
      background-color: #fff;
     /* border-bottom: 1px solid #d4d4d4;*/
     
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #8d8b8b;
    color: #fff;
}
    /* .autocomplete-active {
    background-color: #ffd92f !important;
    color: #000000;
} */
.btn-yellow{
    background-color: #ffd92f !important;
    color: #000000!important;
    font-size: 16px!important;
    width: 100%!important;
    border-radius: 5px!important;
    position: relative;
    
}
.btn-yellow:hover{
    background-color:hsl(45, 100%, 50%) !important;
}
.btn-yellow .arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    margin-left: 10px;
}
.btn-yellow:hover .arrow{
    transform: translate(1rem, 0);
}
.btn-green{
    background-color: #3cd269 !important;
    color: #000000!important;
    font-size: 16px!important;
    width: 100%!important;
    border-radius: 5px!important;
    position: relative;   
}
.text-icon-b{
    font-size: 90px;
}
.text-green{
    color: #3cd269;
}
.btn-green:hover{
    background-color:hsl(144, 64%, 39%) !important;
}
.btn-green .arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    margin-left: 10px;
}
.btn-green:hover .arrow{
    transform: translate(1rem, 0);
}
.btn-grey{
    background-color: #e3e3e3 !important;
    color: #484848!important;
    font-size: 16px!important;
    width: 100%!important;
    border-radius: 5px!important;
    position: relative;
    
}
.btn-grey:hover{
    background-color:#989898 !important;
}
.btn-grey .arrow-b {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    margin-right: 10px;
}
.btn-grey:hover .arrow-b{
    transform: translate(-1rem, 0);
}
.form-check-input:checked {
    background-color: #ffd92f!important;
    border-color: #000000!important;
}
.form-check-input {
    margin-top: 0.1em!important;
    border: 2px solid rgb(0 0 0)!important;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%)!important;
}
.product-box {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    background-color: #f7f3e3;
}
.product-box img {
    height: auto;
    position: relative;
    object-fit: cover;
    width: 100%;
    transition: all 500ms ease-in-out;
}
.product-box:hover img {
    transform: scale(1.2);
}
.overlay-img {
    position: absolute;
    left: 0%;
    top: 100%;
    transform: translateY(0px);
    transition: all 500ms ease-in-out;
    z-index: 2;
    bottom: 0;
    background-color: #00000000;
    width: 100%;
    padding: 10px;
    height: 100%;
    color: #fff;
}
.product-box:hover .overlay-img {
    transform: translateY(-100%);
    background-color: #00000091;
}
.box-green {
    color: rgb(52 142 52);
    background-color: rgb(147 236 163);
    padding: 5px 10px;
    border-radius: 20px;
    width: 100%;
    font-size: 12px;
}
.text-overlay{
    position: absolute;
    bottom: 0px;
    width: 90%;
    left: 5%;
}
.text-price-box{
    display: flex;
}
.text-lightgrey {
    color: #b3b3b3!important;
}
.text-red{
    color: #e23838;
}
.text-detail-op {
    font-weight: 300;
    font-size: 0.8em;
}
.box-order {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    display: table;
    transition: transform 300ms ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 11px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}
.table-light {
    --bs-table-bg: #dadada!important;
    --bs-table-striped-bg: #ffffff!important;
    border-color: #c4c4c4!important;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #000!important;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0px!important;
}
.table>:not(caption)>*>* {
    padding: .8rem!important;
}
.modal-footer {
    border-top: 0px solid #dee2e6!important;
    display: block!important;
}
.modal-header {
    border-bottom: 0px solid #dee2e6!important;
}
.modal-dialog {
    max-width: 50%!important;
}
.modal-content {
    border: 0px solid rgba(0,0,0,.2)!important;
    border-radius: 15px!important;
}
.wrapper{
    height: 100vh;
}
.line-yellow{
    border-bottom: 3px solid #ffd92f;
}
.line-dark{
    border-bottom: 1px solid #36454f;
}
.for-mobile{
    display: none;
}
button.btn.btn-bar {
    padding: 0px;
    font-size: 21px;
    color: #2a3e7e;
}
.offcanvas-end {
    width: 100%!important;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%)!important;
}
.btn{
    margin-bottom: 2%;
}
.btn-primary {
    margin: auto!important;
    display: block!important;
    margin-top: 20%!important;
}
/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/
@media screen and (max-width:319px){
    .box {
        padding: 12px;
        height: 150px;
    }
    .box i {
        font-size: 2.5em;
        margin-bottom: 0.2em;
    }
    .text-head {
        font-size: 0.8rem;
    }
    .text-detail {
        font-size: 0.7em;
    }
}
@media screen and (max-width:767px){
    .modal-dialog {
        max-width: 80%!important;
        margin: 10px auto!important;
    }
    .product-box {
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        background-color: #f7f3e3;
    }
    .box-70 {
        width: 80%;
        margin: auto;
    }
    .order_status_box {
        width: 75%;
        display: flex;
        align-items: center;
    }
    .text-status {
        font-size: 1em;
        text-align: center;
        color: #000;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .box-70 {
        width: 100%;
        margin: auto;
    }
    .img_order_status_box {
        background-color: #fff;
        padding: 8px;
        width: 18%;
        margin: 10px;
        border-radius: 15px;
        filter: grayscale(1);
        border-radius: 50px;
    }
    .logo {
        width: 160px;
    }
    .for-destop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .box-80 {
        width: 100%;
    }
    .box {
        padding: 12px;
        height: 180px;
    }
    .box i {
        font-size: 3em;
        margin-bottom: 0.2em;
    }
    .text-head {
        font-size: 0.9rem;
    }
    ul.menu {
        display: inline;
        list-style: none;
        margin: 0px;
        width: 100%;
        justify-content: space-between;
        margin-top: 1%;
    }
    li.nav-item {
        position: relative;
        padding: 20px 15px;
        transition: all 300ms ease-in-out;
    }
    .offcanvas-body {
        padding: 1rem 0rem!important;
    }
    .offcanvas {
        background-color: #ffdf50!important;
    }
    li.nav-item:hover {
        background-color: #fcc626;
    }
    .text-on-banner {
        font-size: 2em;
        position: absolute;
        font-weight: 400;
        top: 50%;
        left: 37%;
        transform: translate(-48%, -50%);
    }
}
@media screen and (min-width:320px) and (max-width:374px){
    .box {
        padding: 12px;
        height: 150px;
    }
    .text-detail {
        font-size: 0.7em;
    }
}
@media screen and (min-width:375px) and (max-width:413px){
    .box {
        padding: 12px;
        height: 150px;
    }
    .text-detail {
        font-size: 0.7em;
    }
}
@media screen and (min-width:414px) and (max-width:424px){

}
@media screen and (min-width:425px) and (max-width:767px){
    
}
@media screen and (min-width:768px) and (max-width:1023px){
    .box {
        height: 200px;
    }
    .img_order_status_box {
        background-color: #fff;
        padding: 8px;
        width: 80%;
        margin: 8px auto;
        border-radius: 15px;
        filter: grayscale(1);
    }
    .box-70 {
        width: 80%;
        margin: auto;
    }
    .text-head {
        font-size: 1rem;
    }
    .box i {
        font-size: 4em;
        margin-bottom: 0.2em;
    }
    .logo {
        width: 160px;
    }
    .nav-link {
        font-size: 0.8rem;
    }
    .text-detail {
        font-size: 0.8em;
    }
    .product-box {
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        background-color: #f7f3e3;
    }
}
@media screen and (min-width:1024px) and (max-width:1279px){
    .box {
        height: 235px;
    }
    .img_order_status_box {
        background-color: #fff;
        padding: 8px;
        width: 65%;
        margin: 8px auto;
        border-radius: 15px;
        filter: grayscale(1);
    }
    .box i {
        font-size: 4.5em;
        margin-bottom: 0.2em;
    }
    .text-head {
        font-size: 1.2rem;
    }
    .product-box {
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        background-color: #f7f3e3;
    }
}
@media screen and (min-width:1280px) and (max-width:1359px){
    
}
@media screen and (min-width:1360px) and (max-width:1439px){
    
}
@media screen and (min-width:1440px) and (max-width:1599px){
    
}
@media screen and (min-width:1600px) and (max-width:1919px){
    
}
@media screen and (min-width:1920px) and (max-width:2559px){
    
}
@media screen and (min-width:2560px){
    
}