@media (min-width: 899px) and (max-width: 1197px){
  .text-header{
    font-size: 11px!important;
  }
  .price-summary-container{
    width: 260px!important;
  }

  .mbl-order-price{
    font-size: 11px!important;
  }

  .mbl-order-item{
    font-size: 11px!important;
  }

  .image-container{
    width: 70px!important;
    height: 70px!important;
  }

  .image-container img{
    max-height: 80px!important;
    max-width: 80px!important;
  }

  .grey-text{
    font-size: 0.8rem!important;
  }

  .price-text{
    font-size: 11px!important;
  }

  .main-container{
    flex: 2!important;
  }
}

@media (min-width: 840px) and (max-width: 898px){
  .text-header{
    font-size: 10px!important;
  }
  .price-summary-container{
    width: 260px!important;
  }

  .mbl-order-price{
    font-size: 10px!important;
  }

  .mbl-order-item{
    font-size: 10px!important;
  }

  .image-container{
    width: 66px!important;
    height: 66px!important;
  }

  .image-container img{
    max-height: 70px!important;
    max-width: 70px!important;
  }

  .grey-text{
    font-size: 0.6rem!important;
  }

  .price-text{
    font-size: 10px!important;
  }

  .main-container{
    flex: 1!important;
  }
}

@media (min-width: 600px) and (max-width: 839px){
  .text-header{
    font-size: 10px!important;
  }
  .price-summary-container{
    width: 260px!important;
  }

  .mbl-order-price{
    font-size: 10px!important;
  }

  .mbl-order-item{
    font-size: 10px!important;
  }

  .image-container{
    width: 60px!important;
    height: 60px!important;
  }

  .image-container img{
    max-height: 75px!important;
    max-width: 75px!important;
  }

  .grey-text{
    font-size: 0.6rem!important;
  }

  .price-text{
    font-size: 10px!important;
  }

  .main-container{
    flex: 1!important;
  }
}

@media (max-width: 991px){
  .mix-img{
    height: 99px!important;
  }

  .input-qty{
    width: 80px!important;
  }

  .blue-container{
    font-size: 14px!important;
    width: 80%!important;
  }
}

.price-text {
  color: #ea2427;
  display: flex;
  font-weight: 700;
  line-height: 15px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.26px;
  font-size: 14px;
  margin-bottom: 7px;
}

.promo-desc{
  width: 100%;
  /* min-height: 80px; */
  max-height: 150px;
  font-size: 14px;
  margin-bottom: .5rem;
  border: none;
  outline: none;
  color: #6e6e6e;
}

.item-product-name-mbl,
.item-acc-name-mbl,
.item-acc-mbl {
  color: #707070;
  font-weight: 700;
  line-height: 15px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.26px;
  font-size: 14px;
  margin-bottom: 7px;
}

.product-price-mbl,
.orderdetail-price,
.orderdetail-price p {
  line-height: 15px;
  font-family: 'Montserrat', serif;
  color: #ea2427;
  letter-spacing: 0.34px;
  font-size: 14px;
  font-weight: bold;
}

.product-total-price-mbl {
  line-height: 15px;
  font-family: 'Montserrat', serif;
  color: #707070;
  letter-spacing: 0.34px;
  font-size: 14px;
  font-weight: 500;
}

.hide {
  display: none !important;
}

.desktop-container {
  padding: 5px;
  display: flex;
}

.non-click {
  cursor: pointer;
  pointer-events: none;
}

.text-header {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #034694;
  letter-spacing: 0.3px;
  font-family: 'Montserrat', serif;
  font-weight: bold;
  font-size: 16px;
}

.header-container {
  box-shadow: 0 10px 5px -10px rgb(0 0 0 / 50%);
}

.tab-container {
  padding: 10px;
  display: flex;
}

.tab-box {
  width: 100%;
}

.check-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}

.check-tab input[type=checkbox] {
  transform: scale(1.5);
  border-radius: 0;
}

.center {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.blank-tab {
  width: 120px;
}

.image-container {
  border: 1px solid var(--blue);
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  padding: 10px;
  max-height: 100px;
  max-width: 100px;
}

.data-container {
  padding: 20px 0;
}

.back-page {
  margin-left: 30px;
  width: 30px;
}

.grey-text {
  color: #787878;
  font-size: 0.9rem;
  font-weight: bold;
}

.left {
  justify-content: left;
}

.product-container {
  display: flex;
  width: 40%;
}

.product-name {
  width: 100%;
}


.detail-container {
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.pack-container {
  display: flex;
}

.pack-container .pack {
  margin-left: 5px;
}

.price-order {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  align-items: center;
  background-color: #034694;
  position: fixed;
  width: 100%;
  padding: 20px 10px;
  bottom: 0;
  -webkit-box-shadow: 0 6px 20px 1px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 20px 1px rgb(0 0 0 / 75%);
}

.choose-all-container {
  display: flex;
}

.price-container {
  display: flex;
}

.white-text {
  font-size: 1.1rem;
  color: white;
  font-weight: bold;
  line-height: 50px;
}

.btn-submit {
  color: #034694;
  background-color: white;
  border-radius: 10px;
  margin-left: 15px;
  width: 200px;
  height: 50px;
  font-weight: bold;
  cursor: pointer;
}

.price-summary-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
}

.order-btn-mbl{
  background-color: #f11417; 
  border: none; 
  border-radius:5px; 
  color: #FFFFFF; 
  margin-left: 2rem; 
  font-weight: 600; 
  font-size:16px;
}

/* .modal {
  height: fit-content;
} */

/* .active {
background-color: #E4F0FF;
 color: #034694 !important;
} */

.blue-text {
  color: #034694;
}

.grey-text {
  color: #707070;
}

#cart {
  cursor: pointer;
}

.mix-product-name{
  word-break: break-word;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #034694;
  font-size: 16px;
}

.list-jumbo-product{
  display: flex;
  flex-direction: column;
}

.product-detail{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.item-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  width: 160px;
}

.plus-item{
  font-size: 25px;
  color: #034694;
}

.price-info{
  margin: 1rem 0;
  border-top: 1px solid #707070;
}

@media (min-width: 768px) {
  .mbl-header {
    display: none;
    background-color: red;
  }
}

.d-modal-background {
  display: none;
  background-color: #707070;
  opacity: 0.8;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.modal-background {
  display: none;
  background-color: #707070;
  opacity: 0.8;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.main-container {
  flex: 3;
}

.price-summary-container {
  flex: 1;
  padding: 20px;
  position: sticky;
  top: 140px;
}

.price-summary-box {
  border: 1px #c6c6c6 solid;
  border-radius: 5px;
}

.box-header {
  border-bottom: 1px #c4c4c4 solid;
  padding: 5px 10px;
}

.header-text {
  color: #034694;
  font-size: 1.1rem;
  font-weight: bold;
}

.box-body {
  /* border-bottom: 1px #c4c4c4 solid; */
  padding: 5px 10px;
}

.box-footer {
  padding: 5px 10px;
  border-top: 1px #c4c4c4 solid;
}

.box-jumbo {
  padding: 5px 10px;
}

.p-item {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: bold;
}

.p-product {
  margin-top: 10px;
}

.p-item .name {
  color: #707070;
  max-width: 70%;
}

.p-item .price {
  color: #034694;
  max-width: 30%;
}

.red {
  color: red !important;
}

.p-item-price {
  background-color: #F6FAFF;
  border: 2px solid #034694;
  border-radius: 10px;
  margin-top: 25px;
}

.buy-more {
  color: #034694;
  text-decoration: underline;
  cursor: pointer;
}

.normal-price {
  text-decoration: line-through;
  color: #C4C4C4;
  margin-right: 20px;
  font-weight: bold;
}

.pay-price {
  font-weight: bold;
}

.cart-btn {
  background-color: #034694;
  border-radius: 10px;
  padding: 10px 2rem;
  margin-bottom: 20px;
  cursor: pointer;
}

.footer-text {
  color: #034694;
  font-size: 0.9rem;
  font-weight: bold;
}

.jumbo-text {
  color: #034694;
  font-size: 0.9rem;
  font-weight: bold;
}

.promo-btn-container {
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
}

.promo-btn {
  background-color: #034694;
  width: 125px;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px;
}

.desktop-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-container {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

.dash {
  position: relative;
  width: 100%;
  height: 20px;
}

.line {
  width: 30%;
  height: 50%;
  border-bottom: 1px solid #034694;
  position: absolute;
  right: 0;
}

.p-acc1 {
  display: none;
}

.p-acc2 {
  display: none;
}


.jumbo-group-buttons,
.mix-group-buttons {
  display: flex;
  /* justify-content: space-between; */
  padding-left: 16px;
  padding-right: 16px;

  overflow-y: hidden;
  width: fit-content;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.jumbo-btn-promo,
.mix-btn-promo {
  background-color: #FFFFFF;
  /*border-radius: 8px;*/
  /*border: 1px solid #034694;*/
  color: #707070;
  font-family: 'Poppins', sans-serif;
  font-weight: 400; 
  line-height: 34px;
  margin: 0px 5px;
  width: 280px;
  text-align: center;
  cursor: pointer;
  height: 130px;
}

.detail-info{
  font-size: 10.5px;
  font-style: italic;
  padding-top: 2px;
}

.active {
  background-color: #034694;
  color: #FFFFFF;
}

.jumbo-promo-btn,
.mix-promo-btn {
  background-color: #034694;
  border-radius: 8px;
  border: 1px solid #034694;
  color: #ffff;
  font-family: "Monserrat", serif;
  font-weight: 500;
  line-height: 34px;
  width: 90px;
  text-align: center;
  box-sizing: content-box;
  cursor: pointer;
}

#jumbo-product-ex,
#mix-product-ex{
  display: none;
}

.mix-loader{
  position: absolute;
  background-color: #fcfcfd;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.85;
}

.modal-dialog{
  overflow-y: initial !important
}

.modal-body{
  max-height: 80vh;
  overflow-y: auto;
}

/* .modal-post-header .close{
  margin: 10px 20px 0 30px;
} */

.modal-body-jumbo{
  max-height: 48vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.qty-input-mbl {
  height: 26px;
  width: 100px;
  margin: 0 auto;
  padding: 0 10px;
  margin-left: 20px;
  margin-right: 10px;
  font-family: Montserrat, serif;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 26px;
  font-weight: 600;
}

.acc{
  color: #707070;
  font-weight: 300;
  line-height: 15px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.26px;
  font-size: 12px;
}

/* .active-promo{
  background-color: #034694 !important;
  color: white !important;
} */

.set-buttons, .jumbo-container{
  display: flex;
  justify-content: space-between;
}

.set-btn-promo {
  background-color: #ffff;
  /* border-radius: 8px;
  border: 1px solid #034694; */
  color: #034694;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  /*line-height: 34px;*/
  width: 178px;
  font-size: 16px;
  cursor: pointer;
}

.active-promo {
  background-color: #034694!important;
  border:  #034694!important;
}

/* .set-btn-promo, .active-promo{
  background-color: #ffff;
  border-radius: 8px;
  border: 1px solid #034694;
  color: #034694;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 34px;
  width: 178px;
  font-size: 16px;
  cursor: pointer;
} */

.jumbo-cart-btn,
.mix-btn, .jumbo-co-btn, .mix-btn-co{
  /* background-color: #034694; */
  border-radius: 10px;
  padding: 10px 2rem !important;
  cursor: pointer;
  /* width: 250px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.jumbo-cart-btn, .mix-btn{
  background: white;
  width: fit-content;
  border: 2px solid #034694;
}

.jumbo-co-btn, .mix-btn-co{
  justify-content: center;
  margin-left: 10px;
  width: 150px;
  background-color: #034694;

}

.mix-btn{
  justify-content: center;
  width: 150px!important;

}

.jumbo-cart-container {
  display: flex;
  justify-content: end;
}

.mix-container{
  margin: 0 1rem;
}

.mix-cart-container {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}

.jumbo-order-img-container {
  height: 90px;
  width: 80px;
  border: solid 1px #707070;
  border-radius: 5px;
}

.mix-promo-container {
  display: flex;
  font-size: 0.9rem;
  color: #707070;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

.mix-lg {
  width: 32.5%;
}

.mix-med {
  width: 22.5%;
}

.mix-img {
  border: 1px solid #034694;
  height: 125px;
  padding: 10px;
  border-radius: 10px;
}

.ctr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mix-btn {
  width: 200px;
  padding: 10px 1.5rem !important;
}

.remove-mix{
  border: none;
  border-radius: 100%;
  background-color: rgb(236, 12, 12);
  position: absolute;
  left: 12px;
  top: -10px;
  padding: 5px 7px;
  cursor: pointer;
}

.remove-mix span{
  color: white;
  font-size: 20px;
  font-weight: bolder;
  width: 25px
}

.btn-qty {
  height: 30px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}

.input-qty {
  height: 26px;
  width: 100px;
  padding: 0 10px;
  margin: 0 auto;
  font-family: 'Montserrat', serif;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 26px;
  font-weight: 600;
}

.blue-container {
  background-color: #F6FAFF;
  border: 2px solid #034694;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 16px;
  color: #034694;
  font-weight: bold;
  display: flex;
  justify-content: end;
  width: 60%;
}

.blue-container-mix {
  background-color: #F6FAFF;
  border: 2px solid #034694;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 14px;
  color: #034694;
  font-weight: bold;
  display: flex;
  justify-content: end;
  width: 60%;
}

.select2 {
  width: 100%;
  padding: 0.5rem;
  border-radius: 10px;
  background-color: #fafafa;
  border: none;
  font-size: 0.8rem;
  color: #707070;
  box-shadow: 0 10px 5px -10px rgb(0 0 0 / 50%);
}

.select2-form {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.item-label{
  display: flex;
}

.swal2-icon.swal2-success [class^='swal2-success-line']{
  background-color: #034694!important;
}
.swal2-icon.swal2-success .swal2-success-ring{
  border: 0.25em solid rgba(131, 192, 250, 0.3)!important;
}

@media (min-width: 320px) and (max-width: 480px){
  .remove-mix{
    left: 1px;
  }
  .set-btn-promo {
    width: 150px;
    font-size: 12px;
  }

  /* .imgNotif img{
    width: 246px!important;
  } */
  .title-promo{
      font-size: 15px!important;
  }
  .cekPromo-btn, .continue-btn{
    padding: 7px 1rem!important;
    width: 100px!important;
    align-self: center;
  }

  .cekPromo-btn div, .continue-btn div {
    font-size: 14px!important;
  }
  /* .active-promo {
    width: 150px;
    font-size: 12px;
  } */
  .item-label{
    display: none;
  }

  .mix-lg {
    width: 61.5%;
  }
  
  .mix-med {
    width: 35.8%;
  }

  .price-set{
    margin-top: 1.5rem;
  }

  .quantity{
    margin-top: 1.5rem;
  }

  #add-more-mix{
    margin-top: 1.2rem;
  }

  .select2{
    font-size: 0.7rem;
  }

  .mix-img{
    height: 102px;
  }

  .blue-container{
    width: 80%;
  }

  .blue-container-mix{
    width: 100%;
  }

  .mix-cart-container {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.swal2-cancel{
    font-family: 'Poppins', sans-serif;
    border-radius: 0.25em !important;
    background-color: #fff !important;
    color: #034694 !important;
    line-height: 19px;
    letter-spacing: .2px;
    font-weight: 300 !important;
    border: 1px solid #034694 !important;
    cursor: pointer;
}

.swal2-confirm{
  background-color: #034694 !important;
  border-radius: 5px !important;
  border: 1px solid #034694 !important;
  cursor: pointer !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 17px !important;
  line-height: 21px;
  letter-spacing: .2px;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
    .desktop-header {
        display: none;
    }

}

.inner-jumbo-content {
    display: inline-flex;
    margin: 15px 15px 5px 16px;
    flex-direction: row;
    align-items: start;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.inner-jumbo-order-img img {
    display: flex;
    justify-content: center;
    align-content: center;
    max-height: 100px;
    border-radius: 5px;
}

.inner-product-info-title {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8px;
    line-height: 15px;
}

.inner-product-info-subtitle {
    text-align: justify;
}

.inner-jumbo-order-img-container {
    height: 100px;
    width: 100px;
    border: solid 1px #707070;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.jumbo-scroll {
    min-width: 350px;
    max-width: 350px;
    margin: 0 auto;
    background: #ffffff;
    overflow-y: hidden;
    /*border:1px solid blue;*/
    display: inline-flex;
}

.jumbo-scroll ul {
    margin: 0;
    padding: 0;
    display: table;
    list-style: none;
}

.jumbo-scroll li {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    /*border:1px solid #eee;*/
}

.jumbo-scroll img {
    border: none;
    display: block;
    margin: 0 auto;
    max-height: 100px;
    max-width: 200px;
}

/* @media (max-width: 380px){
  .jumbo-scroll img {
    max-height: 70px;
    max-width: 70px;
}
} */

#jumbo-product-name {
    color: #034694;
    font-size: 1.1rem;
    font-weight: bold;
}

#jumbo-product-desc, .productlist, .jumbo-thumbnail, .mix-thumbnail {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    /*margin: 0;*/
}

.modal-dialog {
    /*display: block !important;*/
    max-height: 85vh;
}

.jumbo_promo_image {
  max-height:380px;
  width: -webkit-fill-available;
}

.image_error{
  max-width: -webkit-fill-available;
}

@media (max-width: 420px) {
  .jumbo_promo_image {
    max-height:200px;
  }
}

.jumbo-image{
  text-align: center;
  display: block;
  margin: 0 auto 10px auto;
}

.promo-item-wrapper{
  /* text-align: center; */
  margin: 5px;
  /* width: 100px; */
  cursor: pointer;
}

.mix_promo_image {
  max-height:380px;
  width: -webkit-fill-available;
  border-radius: 5px 5px 0px 0px;
}

@media (max-width: 420px) {
  .mix_promo_image {
    max-height:200px;
  }

  .swal2-cancel{
    font-size: 16px !important;
    max-width: 200px;
    height: 46px;
    padding: 0 10px !important;
  }
}

.mix-image{
  text-align: center;
  display: block;
  margin: 0 auto 10px auto;;
}

.imgNotif img{
    width: 90%;
    margin: 20px 20px 0px;
}
.imgNotif{
    text-align: center;
    display: block;
    margin: 20px auto 10px auto;
}


.promo-name{
  word-break: break-word;
  color: #707070;
  font-size: 15px;
  max-width: 354px!important;
}

@media (max-width: 420px){
  .promo-name{
  max-width: 354px!important;
}

}

@media (max-width: 380px) {
  .promo-name{
    max-width: 100px;
  }

  .swal2-cancel{
    font-size: 14px !important;
    max-width: 200px;
    max-height: 47px;
    padding: 12px !important;
  }
}

@media (max-width: 350px) {
  .swal2-cancel{
    font-size: 15px !important;
    max-width: 200px;
    height: 46px;
    padding: 1px !important;
  }
}

.swal2-container {
    z-index: 100000 !important;
}

.swal2-footer {
  border-top: 0 !important;
}

.swal-footer-container{
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 220px;
  border-radius: 5px;
}

.swal-footer-content-container{
  margin: 5px 5px 0 5px;
}

.swal-footer-title{
  font-weight: bold;
  color: #034694;
}

.swal-footer-rec-list-container{
  display: flex; 
  flex-direction: row; 
  overflow-x: scroll; 
  overflow-y: none;
  height: 185px;
}

.swal-footer-product-card{
  width:100px;
  height: 160px;
  text-align: center; 
  margin: 0 7px;
  padding: 3px;
}

.swal-footer-product-card:hover{
  border: 1px solid #034694;
  border-radius: 5px;
}

.swal-footer-product-title{
  font-size:12px;
  text-align: left;
  margin: 5px 0;
  font-weight: bold; 
  color:#545454;
}

