#pages_maincontent
{
  font-family: sans-serif;
  overflow: hidden;
}


#header2-section 
{
  display: inline-block;
}

.logo_own_area
{
  display: inline-block;
  padding-top: 27px;
  visibility:hidden
}

.logo_cus_area
{
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-family: Lato!important;
}

.logo_own
{
  width: 100px;
}

.logo_cus
{  
  width: 200px;
}

.greeting_area
{
  position: relative; 
  display: flex; 
  align-items: center; 
  padding: 0px 15px 0px 12px;
  border-bottom: 1px solid #ddd;
  background-color: #80808021;
}
.profile-funnel
{
  width: 28px;
}

.fa-cog
{
  font-size: 20px;
}


.store-container
{
  display: flex;
  align-content: flex-start;
  justify-content: space-around;
  margin: 0 auto;
/*    max-width: 500px;*/
width: 97.5%;
}
.store {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  width: 700px;
  align-items: center;
  margin: 10px auto;

}

.whatapps_img
{
  cursor: pointer;
  width: 58px;
}

.whatapps_img img
{
  width: 26px;
}

.store-preview {
  position: relative;
  color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.preorder
{
  font-size: 10px!important;
}

.store-info {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
}

.store_name
{
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 700;
}

.store_address
{
  color: rgb(122,132,137);
  font-family: sans-serif;
  font-size: 12px;
}

.search_modal-content{
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 92%;
  height: 100%;
  border-radius: 5px;
  overflow: auto;
  position: relative;
}

.search_modal-body
{
  max-height: 100%;
  overflow-y: auto;
}
#search_modal{
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  left: 0;
  top: 0;
  z-index:999;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  overflow: auto;

}
.ul.new-shop-item-search li:last-child 
{
  border-bottom: 0px solid #fff !important;
}
.search_box
{
  position:relative ;
}

video
{

    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.magnifying_glass
{
 position: absolute;
 bottom: 13px ;
 right: 10px ;
}
.search_result
{
  font-family: sans-serif;
  margin-top: 10px ;
  margin-bottom: 10px;
}
.searchbox_input
{
  width: 100%; 
  border-radius: 5px;
  border: 1px solid #dee2e6;
  height: 50px;
  margin-top: 15px;
  background-image:url('https://mini.buma.my/catalog/view/theme/default/images/icons/black/search_glass.svg');
  background-repeat:no-repeat;
  background-position: 20px;
  padding-left: 60px; 
}

.search_modal-close,.order_type_modal-close
{
  float: right;
  width: 16px;
  margin-top: 8px;
}

.search_bar_area
{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  align-content: flex-end;
  width: 94%;
  margin: auto;
   margin-bottom: 20px;
  z-index: 12;
}

.voucher_area
{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  align-content: flex-end;
  width: 95%;
  margin: 1px auto;
  z-index: 12;

}


.search_bar
{
/*  margin: 6px;*/
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  padding: 5px; 
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.list_address
{
  color: #000000ab;
}

.fa-search
{
  font-size: 15px;
  -webkit-text-stroke: 1px white;

}

.fa-search,.fa-map-marker,.fa-info-circle
{
    color:#434b53!important;
}

.search_modal-header,.order_type_modal_header
{
 margin: 15px 0;
 text-align: center; 
 font-size: 18px; 
 position: relative; 
 font-family: sans-serif; 
 font-weight: 700;
}
/*delivery type*/

#order_type_modal,#voucher_modal
{
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  left: 0;
  top: 0;
  z-index:999;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */

}

.order_type_modal_content
{
 background-color: #fefefe;
 margin: auto;
 padding: 10px;
 border: 1px solid #888;
 width: 94%;
 height: 70%;
 border-radius: 5px;
 bottom: 0;
 position: absolute;

}
.free-container
{
  display: block;
  margin-bottom: 5px;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
}


/* add remove */
.cart-menu, .cart-quantity, .cart-price{
  color: black;
  font-weight: bold;
  font-size: 12px;
}
.cart-quantity{
  display: none;
  align-items: center;
  border: 1px solid #326EAB;
  border-radius: 4px;
  height: 25px;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
  max-width: 80px;
  background: #326EAB;
}
.f1{
  flex: 1;
}
.cart-quantity .plus, .cart-quantity .minus{
  color: white;
  cursor: pointer;
}
.cart-quantity .minus{
  padding: 0 ;
  font-size: 25px;
  vertical-align: middle;
}
.cart-quantity .plus{
  padding: 0 ;
  font-size: 15px;
  vertical-align: middle;
}
.minus::before {
  content: "-";
}
.plus::before {
  content: "+";
}
.hr-vertical{
  width: 1px;
  height: 100%;
  background-color: #326EAB
}

.item-quantity {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  padding: 3 ;
  background: white;
}
.new_shop_item_search
{
  height: auto!important;
}

ul.new_shop_item_search li:last-child {
  border-bottom: 1px solid #e4e4e4!important;
  padding: 0 0 15px 0;
}

.new_shop_item_content
{
  display: flex;

}


.navigation-button
{
  margin-top: 45px;
  z-index:999;
  margin-left: 120px;
  background: white;
  padding-left: 9px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 9px;
  border-radius: 5px;
  box-shadow: 4px 8px 16px 2px rgb(0 0 0 / 10%);
  max-height: 1.5em;
}
.navigation-bar
{
  width: 30px;
}
.ouf-of-stock
{
  color: red;
}

/*=============== order details ===================*/
.order_type_details
{
      margin-right: 17px;
  cursor: pointer;
  user-select: none;
}

.order_type_details img
{
  width: 25px;
  padding: 0!important;
  display: inline-block!important;
  vertical-align: middle;
  -webkit-filter: blur(0px); 
-moz-filter: blur(0px); 
-ms-filter: blur(0px);
}

.voucher_details 
{
  margin-right: auto;
  cursor: pointer;
  user-select: none;
}
.voucher_details img
{
  width: 21px;
  padding: 0!important;
  display: inline-block!important;
  vertical-align: middle;
   filter: none; 
-webkit-filter: blur(0px); 
-moz-filter: blur(0px); 
-ms-filter: blur(0px);
}
.voucher_details>span
{
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 2px;
  font-weight: 400;
  color: #434b53;  
}

.order_type_details>span
{
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 400;
  color: #434b53;  
}

.delivery_container
{
  text-align: left;
  font-size: 16px;
  margin: 10px;
  color: #0d0d0d;
}

.pickup_header img
{
  width: 25px;
  padding: 0!important;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: blur(0px);
}
.company_address
{
  color: #0d0d0d;
}
.pickup_container
{
  text-align: left;
  font-size: 16px;
  margin: 30px 10px 10px 10px;
  color: #333;
}

.pickup_address
{
  display: block;
}

.delivery_header,.pickup_header
{
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 500;
  vertical-align: middle;
}

.delivery_header>span,.pickup_header>span
{
 margin-left: 5px;
 font-weight: 700;
}

.enjoy_shipping_area
{
  display:block;
  margin: 0px 0px 5px 0px;
}

.enjoy_shipping,.voucher_text,.free_shipping_state,.enjoy_shipping_area
{
  font-style: italic;
}

.order_type_modal_body
{
 max-height: 89%;
 overflow-y: auto;

}

.free_shipping_state
{
  margin-left:5px
}


.voucher_text
{
  display: block;
}
.voucher_container
{
  text-align: left;
  font-size: 16px;
  margin: 10px;
}

.voucher_header
{
  margin-bottom: 4px;
  font-size: 17px;
  margin-left: 7px;
  font-weight: 700;
}

.voucher_container img{
  width:25px;
  display: inline-block;
}

.voucher_text>span{
  margin-left:5px
}

.company_name
{
  font-weight: 600;
}


.waze_address_google
{
 display: contents;
}

.waze_address_waze
{
  display: none;
}
/*=============== menu ===================*/

.history-go,.setting-go,.contact-go,.logout-go
{ cursor: pointer;
  display:block;
  margin-bottom: 20px;
}
.history-redirect,.setting-redirect,.contact-redirect,.logout-redirect
{
  display:inline-block;
  float: right;
}
.history-text,.setting-text,.contact-text,.logout-text
{
  display:inline-block;
  margin-left:10px;
  font-size: 15px;

}
.history-icon,.setting-icon,.contact-icon,.logout-icon
{
  display:inline-block;
}
#menu_modal
{

  right: 0px;
  position: absolute;
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0px;
  top: 0;
  width: 99%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

#modal-content-menu
{
  z-index: 999;
  background-color: #fefefe;
  margin: auto;
  margin-top: 23px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 12px;
}
.reward
{
  margin-top: 30px;
  cursor: pointer;
  background: white;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.reward-image
{
  padding: 10px;
  width: 30px;
}
/*=============== menu ===================*/
::-webkit-scrollbar {
  width: 0;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}

.new_shop_thumb{
  flex: 30%;
}
.new_shop_item_details{
  flex: 70%;
  padding-left: 10px;
  padding-right: 10px;
}
.new_shop_item_details .price, .new_shop_item_details .prices{
 font-family: "Rubik",sans-serif!important;
 text-align: right;

}
.product-name{
  line-height:13px;
}
.new_shop_item_details .product-name{
  font-family:Rubik, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 13px;
  padding: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 0.2px;
}
.new_shop_item_footer .new-button-group{
  display: flex;
  justify-content: space-around;
  height: 2em;

}
.new_shop_item_footer button{
  width: 100%;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius:0.3rem;
}

.scan_button
{
   width: 100%;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius:0.3rem; 
}
.new_shop_item_footer .new_add_item_button.active{
  width: 100% !important;
  margin-right:1%;
}
.new_shop_item_footer .new_remove_item_button.active{

  width: 100%!important;
  margin-right:1%;
}
.prod_desc{

  font-family:Rubik, sans-serif;
  font-weight:400;
  font-size:11.2px;
  line-height: 13px;
  padding: 5px 5px 5px 0px;
  color: rgb(122,132,137);
}
.prod_sold
{ 
  margin-top: 4px;
  font-family:Rubik, sans-serif;
  font-weight:400;
  font-size:11.2px;
  line-height: 13px;
  padding: 5px 5px 5px 0px;
  color: rgb(122,132,137);
}

.new_shop_item_footer .new_add_item_button,.scan_button{
 border: 2px solid #326EAB;
 color: #326EAB;
 height: 2.2em;
 max-width: 80px;

}

.new_shop_item_footer .new_add_outofstock
{
  border: 2px solid #777;
  color: #777;
  height: 2.2em;
  cursor: context-menu;
  font-size: 12;
}
.opacity
{
  opacity: 0.4;
  filter: brightness(0.5);
}

.new_add_item_button>span
{
  font-size: 12px;
}

.new_add_item_button_nostock
{
 background: red;
 font-size: 10px;
 pointer-events: none;
 transition: width 0.5s;
}
.more-opt {
  color: #326EAB;
  cursor: pointer;
}
.new_shop_item_footer .new_remove_item_button{
  background-color: #b4abac;
  display: none;
}
.new_shop_item_footer > .price{
  font-size: 13px !important;
}
.new_shop_item_footer{
  min-width:80px;
  text-align: center;
}
.new_item_quantity_area{
  padding: 0px 10px;
  padding-bottom: 0px;
  display: none;
  font-size: 70%;
  bottom: 0px;
  color: red;
  font-weight: bold;
}
#pages_maincontent img{
  cursor: pointer;
}
.new_shop_thumb > a > img{
  box-shadow: 0px 3px 4px 1px rgba(145,142,142,0.75);
  -webkit-box-shadow: 0px 3px 4px 1px rgba(145,142,142,0.75);
  -moz-box-shadow: 0px 3px 4px 1px rgba(145,142,142,0.75);

}
/* modal of item */
.slide-container{
  position: relative;
}
.footer_button_area{
  cursor: pointer;
  user-select: none; 

}
/* updated 14/9/2021 */
@media only screen and (min-width: 600px)  {
  #modal, #cart_modal, #item_modal {
    left: -9;
  }

  ul.shop_items{
    padding-bottom: 0px;
  }
}


#modal, #cart_modal, #item_modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  z-index: 10000;;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* updated 14/9/2021 */
#cart_modal .modal-content,
#item_modal .modal-content{
 /* width: 279.22px!important*/
 /* height: 320px!important;  */
 width: 80%;
  overflow-x: hidden;
}
#cart_modal .modal-body h1, h2, h3, h4, h5, h6,
#item_modal .modal-body h1, h2, h3, h4, h5, h6{
	color: black;
}
#cart_modal .modal-header,
#item_modal .modal-header{
	height: 5%;
}
#cart_modal .modal-body{
	height: 90%;
  width: 100%;
  overflow: auto;
}

#item_modal .modal-body{
  height: 90%;
  width: 100%;
  overflow: auto;
}

#cart_modal .modal-footer,
#item_modal .modal-footer{
	height: 5%;
}
/* updated 23/9/2021 */
.split-text{

  font-weight: 400;
  font-size: 80%;
  color:#333;
  font-weight:lighter;
}

.modal-item-desc
{
  white-space: pre-wrap;
font-weight: 400;
  font-size: 80%;
  color:#333;
  font-weight:lighter;
}
.non-split-text{
  font-weight: 400;
  font-size: 90%;
  display: -webkit-box;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; */
  overflow: hidden;
  text-decoration: underline;
  margin-bottom: 10px;
}
.non-split-text.active-text{
  display: block;
}
.non-split-text.first-text{
  display: inline-block;
}
.view-more-text,
.view-less-text{
  text-decoration: underline;
  font-weight: 400;
  font-size: 80%;
}
.view-more-text{
  display: block;
}
.view-less-text{
  display: none;
}
.modal-container{
  margin: 5px 0px;
}
.modal-container:first-child{
  margin-top: 0px !important;
}
.modal-container:last-child{
  margin-bottom: 0px !important;
}
.desc-container,
.video-container,
.file-container{
  display: none;
}
.slide-container{
  padding-bottom: 10px;
}
.video-container{
  padding: 5px 0px;
}
.modal-item-title{
  padding-bottom: 0px;
}
.prev, .next{
  background-color: #dddddd82 !important;
  top: 50% !important;
  margin: 0px !important;
  padding: 0px 5px !important;
  font-size: 15px !important;
}
.center{
  text-align: center;
}
.customselectbox{
  width: 80%;
  margin:10px;
  margin-top:40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.customselectbox.active{
  background-color: white !important;
}
.file-container{
  padding-top: 5px;
}
.modal-item-file{
  cursor: pointer;
  color: #ffffff;
  background-color: #326EAB;
  padding: 5px;
}
/* updated 24/9/2021 */
.cart-body-option{
  font-size: 110%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
p.cart-body-options{
  margin: auto 0px;
}
.cart-body-option input[type='radio']{
  margin: auto 0px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.modal_add_item_button{
 border: 2px solid #326EAB;
 color: #326EAB;
 cursor: pointer;
 border-radius: 5px;
 padding: 8px;
 width: 40%;
 font-size: 120%;
}
.modal-footer{
  text-align: center;
}
.cart-body-option-title h4{
  padding: 0px;
}
.cart-body-option-wrapper{
  margin-bottom: 20px;
}
/* option modal */
#cart_modal{
  padding-top: 0px!important;
}
#cart_modal .modal-content{
  width: 99.5% !important;
  height: auto !important;
  position: absolute !important;
  padding: 0px !important;
  bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

}
#cart_modal .modal-content .modal-header button{
  padding: 10px 10px 0px 0px;
}
#cart_modal .modal-content .modal-body .cart-body-option-wrapper{
  padding: 0px 20px;
}
#cart_modal .modal-content .modal-footer{
  padding-bottom: 10px;
}
/* mobile */
@media screen and (max-width: 680px) {



  #pages_maincontent{
    border-radius: 0px;
  }

  .preorder
  {
    font-size: 9px!important;
  }


  #menu_modal
  {

    right: 0px;
    position: absolute;
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0px;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

  }

  


  .customselectbox{
    display: none;
  }
  .scrollmenu{
    /* background-color: #1baa54; */
    display: block !important;
    margin-top: 0px!important;
    scroll-behavior: smooth;
  }
  .prev, .next{
    top: 50% !important;
    padding: 0px 5px !important;
    font-size: 15px !important;
  }
  #pages_maincontent{
    top: 0 !important;
    width: 100% !important;
    margin: 0px !important;
    height: 100% !important;
    overflow: hidden!important;
  }
  .container-5{
    margin: auto !important;
    overflow: scroll;
    cursor: grab;
    cursor : -o-grab; 
    cursor : -moz-grab;
    cursor : -webkit-grab 
  }
  ul.shop_items{
    margin: 0px !important;
    width: auto !important;
    margin-bottom: 100px !important;

  }

  ul.shop_item_search {
    margin: 0px!important;
    width: auto !important;
    margin-bottom: 0px!important;
  }

  ul.new_shop_item_search
  {
    margin: 0px !important;
    width: auto !important;
    padding-bottom: 0px;

  }

  .phone{
    height: 100% !important;
  }

  /* modal */
  #item_modal .modal-content{
    height: 70% !important;
  }
  #cart_modal .modal-content{
    position: fixed!important;
    width: 99.5% !important;
    margin: 0px !important;
    height: auto !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .order_type_modal_content
  {
   background-color: #fefefe;
   margin: auto;
   padding: 10px;
   border: 1px solid #888;
   width: 94%;
   height: 70%;
   border-radius: 5px;
   bottom: 0;
   position: absolute;

 }


 .waze_address_google
 {
  display: none;
}

.waze_address_waze
{
  display: contents;
}

}

