body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header {
  z-index: 1;
  height: 10%;
  width: 100%;
  background-color: #fec400;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile {
  width: 50%;
  margin-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.profile span {
  color: #ffffff;
  font-size: 13px;
}
.cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-right: 15px;
}
#cart_item_number {
  margin-left: 3px;
  margin-top: 20px;
  color: #ffffff;
}
.store_details{
  position: fixed;
  top: 10%;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5%;
  background-color: rgb(243, 241, 241);

}
.category_container {
  position: fixed;
  top: 15%;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5%;
  background-color: rgb(243, 241, 241);
}

#search_input {
  margin-left: 4px;
  padding-left: 10px;
  border: 0;
  color: black;
  background-color: transparent;

  border-bottom: 1px solid black;
  width: 100%;
}
#search_input_button {
  margin-right: 3%;
  margin-left: 2%;
  border: 0;
  background-color: transparent;
  background-image: url("../images/search-interface-symbol.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 70%;
  width: 10%;
}
#product_category {
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 0px;
  color: rgba(0, 0, 0, 0.37);
  padding-left: 5px;
  background-color: rgba(128, 128, 128, 0.171);
  margin-left: 2%;
  border: 0;
  border-radius: 2px;
}

.cards {
  position: fixed;
  top: 20%;
  left: 0;
  height: 70%;
  width: 100%;
  margin-bottom: 1%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-family: sans-serif;
  overflow-y: auto;
}

.card {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
.product_id {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 10px;
}
.card_image {
  height: 100%;
  width: 100%;
  display: block;
}
.product_price {

  color: rgba(0, 0, 0, 0.596);
  text-decoration: line-through;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product_price_ {
  /* text-decoration: line-through; */
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}



.product_name {
  /* text-decoration: line-through; */
  font-size: 13px;

  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.discounted_price_container{
display: flex;
flex-direction: row;
justify-content: flex-start;



  margin-left: 1px;
  margin-bottom: 5px;
  width: 90%;
}
.product_sizes {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.add_to_cart {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  background-color: #fec400;
  color: white;
  width: 100%;
}
.option_confirmation {
  z-index: 2;
  background: #04040c7c;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.option_confirmation_content_holder {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  background: #ffffff;
  width: 85%;
  height: 35%;
  display: flex;
  flex-direction: column;
  
  justify-content: center;

 
  
  
}
.sizes_wanted_lable{
   display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  height: 20%;
/* font-size: 12px; */
  width: 76%;
  
}
.sizes_wanted {
  margin-left: 15px;
  font-size: 12px;
}

.comfirm_button {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  border-radius: 1px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  background-color: #fec400;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cancel_button {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  border-radius: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  background-color: rgb(0, 0, 0);
  color: white;
}
.dismiss {
  display: none;
}

.foot {
  height: 10%;
  width: 100%;
  background-color: #fec400;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_content {
  height: 100%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transaction_history_container {
  z-index: 2;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.back_cart_container {
  height: 10%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cart_list_container {
  z-index: 3;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.refresh_cart_list_container {
  z-index: 1004;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Shop_Details_Container {
  z-index: 400000;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}



.delivery_container_duration {

 height: 10%;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;


}

.delivery_container_duration_{
 height: 10%;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;


}

#mapid{
  height: 400px;;
  width: 350px;

}
#delivery_duration_title_pp{
color: #0000006c;


}
.delivery_duration_title{
margin-left: 5px;
  font-weight: bold;
}
.barcode_cart_container {
  z-index: 1004;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.barcode_cart_container_back {
  margin-top: 10%;
  height: 20%;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.content_holder_cart_list_container {
  margin-top: 10px;
  border-radius: 5px;
  background: #ffffff;
  width: 90%;
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.content_holder_transaction_history {
  margin-top: 10px;
  border-radius: 5px;
  background: #ffffff;
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.header_row {
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header_row span {
  margin-left: 2%;
  font-weight: bold;
}

.transaction_list_history_container {
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.loading_transaction_list_history_container {
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#loading_transaction_list_donut_large {
  animation-name: spin;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
.transaction_list_column {
  padding-top: 5px;
  padding-bottom: 5px;
 
  margin-bottom: 2px;
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.delivery_history_list_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  height: 90%;
  width: 100%;

}

.loading_delivery_history_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 90%;
  width: 100%;
}
.delivery_history_title{
  font-weight: bold;
  margin-right: 10px;
  color: #0000006c;
}
.cancel_modal_delivery{

  border:1px solid black;
  background-color: rgb(253, 253, 253);
  color: black;
  margin-right: 10px;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 5px;
  padding-top: 5px;

  text-align: center;
  border-radius: 5px;
}
#loading_delivery_history_donut_large {
  animation-name: spin;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
.column_delivery_history_list_container {
  margin-bottom: 3px;
  padding-top: 10px;
  padding-bottom: 10px;

  background-color: #00000010;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.row_delivery_history_list_container {
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;

  /* background-color: #00000010; */
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.delivery_status{
background-color: #0b580b;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
  color: #ffffff;
  font-weight: bold;
}
.row_delivery_history_list_container span {
  margin-left: 5px;
}
.transaction_list_row {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 95%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cancel_modal_transactions {

  border:1px solid black;
  background-color: rgb(253, 253, 253);
  color: black;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
 padding-bottom: 5px;
  border-radius: 5px;
  margin-top: 5px;
}
.row_container {
  background-color: rgb(226, 233, 233);
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.column {
  width: 60%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_container {
  height: 90%;
  width: 100%;
  overflow-y: auto;
}
.subtotal {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#subtotal {
  margin-right: 10px;
  margin-bottom: 10px;
}
.remove_from_cart {
  border: 0;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: crimson;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffffa2;

  border-radius: 10px;
}
.checkout_container {
  width: 100%;
  height: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#total_products {
  color: grey;
}
#phone_number_payment_input {
  border: 1px solid black;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 98%;
  height: 10%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 2px;
}
.cancel_button_payment {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: black;
  color: #ffffff;
  width: 100%;
  border: 0;
    padding-top: 7px;
  padding-bottom: 7px;
  height: 17%;
}
#pay_button {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
  background-color: #fec400;
  color: #ffffff;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 17%;
  border: 0;
}
#pay_button_ {
  margin-bottom: 5px;
  background-color: #fec400;
  color: #ffffff;
  width: 99%;
  border: 0;

  padding-top: 5px;
  padding-bottom: 5px;
}
.Product_id {
  color: grey;
  font-size: 14px;
  margin-left: 5px;
}
.Product_price {
  font-size: 16px;
  margin-left: 5px;
}
.row {
  margin-left: 5px;
  font-size: 14px;
}
.row_ {
  width: 100%;
  padding-top: 4px;

  margin-left: 5px;
  font-size: 14px;
  display: flex;
}
.content_holder_delivery_history {
  margin-top: 10px;
  border-radius: 5px;
  background: #ffffff;
  width: 95%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.delivery_history_container {
  z-index: 2;
  background: #fdfdfd;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.loading_container {
  z-index: 5;
  background: #04040c7c;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content_holder_loading {
  border-radius: 5px;
  background: #ffffff;
  width: 40%;
  height: 13%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content_holder_loading_cart {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  height: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.verification_container {
  z-index: 4;
  background: #000000c5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.log_in_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 35%;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sign_up_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 75%;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 5px;
}
.login_phone_number_holder {
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  margin-bottom: 20px;
}

.text_inputs {
  width: 90%;
  border: 0;
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 0;
  margin-bottom: 5px;
}

.log_in_button {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  width: 94%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fec400;
  color: #ffffff;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.row_buttons {
  width: 90%;
  margin-left: 5px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.row_buttons_ {
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
}
.row_back {
  margin-bottom: 25px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.row_back button {
  margin-bottom: 5px;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
}
#loading_icon {
  animation: aniName 2s linear infinite;
}
.integrations {
  width: 70%;
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rounded_icon {
  border-radius: 20px;
}
.empty_shop_container {
  z-index: 5;
  background: #04040c7c;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content_holder_empty_shop {
  border-radius: 5px;
  background: #ffffff;
  width: 50%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading-container {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.918);
  width: 100%;
  height: 100%;
}

.loading-logo {
  border-radius: 10px;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  width: 100%;
  margin: 0;
  padding: 0;
}
.loading-content-holder {
  border: 1px solid rgba(255, 255, 255, 0.534);
  border-radius: 10px;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  text-align: center;
}

#mtn {
  margin-top: 15px;
  border-radius: 70px;
  animation-name: pulse;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

#loading-title {
  font-size: 19px;
  color: #ffffff;
}
#propmt {
  color: #ffffff;
  text-align: center;
  font-size: 9px;
}
#time_out_coutnt {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.modal-container {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.918);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-title {
  margin-top: 10px;
  margin-bottom: 19px;
  color: rgba(255, 255, 255, 0.856);
}

.modal-content {
  border: 1px solid rgba(255, 255, 255, 0.534);
  border-radius: 10px;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  text-align: center;
}
.failed-transaction-modal-container {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.918);
  display: flex;
  justify-content: center;
  align-items: center;
}
.failed-transaction-modal-content {
  border: 1px solid rgba(255, 255, 255, 0.534);
  border-radius: 10px;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  text-align: center;
}
.failed-icon {
  padding: 5px;
  border-radius: 40px;
  background-color: red;
}
.failed-transaction-modal-title {
  margin-top: 10px;
  margin-bottom: 19px;
  color: rgba(255, 255, 255, 0.856);
  animation-name: pulse;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-play-state: running;
}
.initiate_transaction_container {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.918);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ininitiate_transaction_content_holder {
  border: 1px solid rgb(255, 255, 255);
  background-color: #ffffff;
  border-radius: 10px;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  text-align: center;
}

#buyer_phone_input {
  padding: 0%;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 88%;
  border: 1px solid black;
  border-radius: 5px;
}
#initiate_transaction_button {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-top: 5px;
  width: 90%;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid black;
  border-radius: 5px;
  background-color: #fec400;
  color: #ffffff;
}
@keyframes aniName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*ANIMATION*/

.box {
  width: 20%;
  margin-right: 2px;
  animation: wobble 1s ease infinite;
}

.money_transfer_payment_container {
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.physical_payment_container {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.physical_payment_location_options {
  margin-bottom: 2px;
  color: #fec400;
  height: 10%;
  width: 95%;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgb(15, 15, 15);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.payment_container {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment_option_container {
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.payment_option_back {
  padding-top: 20px;
  height: 30%;
  width: 95%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.physical_payment_option_back {
  padding-top: 20px;
  height: 10%;
  width: 95%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.physical_payment_option_back_ {
  margin-bottom: 10px;
  padding-left: 5px;
  height: 10%;
  width: 92%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#payment_option_back {
  margin-left: 3px;
}
.payment_option {
  padding-left: 5px;
  margin-bottom: 5px;
  height: 10%;
  width: 90%;
  background-color: #fec400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.payment_option_title {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.767);
  font-weight: bold;
}
.physical_payment_title {
  margin-right: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.767);
  font-weight: bold;
}
.payment_content_holder {
  height: 37%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 90%;
}
.physical_payment_content_holder {
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 95%;
}
.money_transfer_content_holder {
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 95%;
}

.Logistics_amount_to_pay {
  margin-bottom: 5px;
}

.total_amount_in_cart {
  margin-bottom: 10px;
}
.total_bill_to_pay {
  margin-top: 10px;

  font-weight: bold;
  margin-bottom: 10px;
}
.Parcel_Destination_container {
  margin-bottom: 5px;
  background-color: rgba(128, 128, 128, 0.096);
  margin-top: 5px;
  margin-bottom: 2px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.Parcel_Destination_container select {
  width: 100%;
  font-size: 18px;
  background-color: transparent;

  font-weight: bold;
  color: rgba(0, 0, 0, 0.658);
}
@keyframes wobble {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-33px) rotate(-10deg);
    transform: translateX(-33px) rotate(-10deg);
  }

  30% {
    -webkit-transform: translateX(calc(33px / 2)) rotate(10deg);
    transform: translateX(calc(33px / 2)) rotate(10deg);
  }

  45% {
    -webkit-transform: translateX(calc(-33px / 2)) rotate(calc(-10deg / 1.8));
    transform: translateX(calc(-33px / 2)) rotate(calc(-10deg / 1.8));
  }

  60% {
    -webkit-transform: translateX(calc(33px / 3.3)) rotate(calc(10deg / 3));
    transform: translateX(calc(33px / 3.3)) rotate(calc(10deg / 3));
  }

  75% {
    -webkit-transform: translateX(calc(-33px / 5.5)) rotate(calc(-10deg / 5));
    transform: translateX(calc(-33px / 5.5)) rotate(calc(-10deg / 5));
  }
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 17; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
        However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.verification_input {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  margin-bottom: 7px;
  height: 7%;
  width: 90%;
}
#submit_transaction_for_verification {
  border: 0;
  background-color: black;

  height: 9%;

  font-size: 17px;
  width: 92%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.submit_transaction_for_verification_title {
  color: #fec400;
}

#loading_icon_verification {
  color: #fec400;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
#loading_icon_Comfirm_button {
  margin-left: 3px;
  color: #ffffff;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
#loading_icon_login_button {
  margin-right: 3px;
  color: white;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

#loading_icon_sign_up_button {
  margin-right: 3px;
  color: white;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
.verification_titles {
  text-align: left;
  width: 90%;
  margin-top: 10px;
  font-size: 13px;
}

.verification_example {
  margin-bottom: 15px;
  height: 20%;
  width: 82%;
}

.transaction_id_example {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 11px;
}

#hamburger_button {
  margin-left: 5px;
}

.side_screen_container {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.side_screen_content_holder {
  padding: 0;
  background-color: #fec400;
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.reward_points_container {
  height: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#account_circle_icon {
  color: #ffffff8f;
  font-size: 43px;
  margin-bottom: 5px;
}
#reward_points_side_screen {
  color: #ffffff8f;
}
.divider_ {
  background-color: #ffffff8f;
  height: 1px;
  width: 90%;
}

.options_side_screen {
  height: 100%;
  width: 100%;
}
.side_screen_option {
  color: #fff;
  background-color: #00000028;
  margin-top: 3px;
  height: 10%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}.side_screen_option img{
  margin-right: 5px;
 
}
.log_out_container_side_screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff8f;
  background-color: #000000;
  height: 10%;
  width: 100%;
}

.log_out_container_side_screen span {
  font-size: 20px;
}

.signup_input_country {
  background-color: rgba(0, 0, 0, 0.212);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 97%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.signup_input_country_ {
  border: 1.9px solid black;

  padding-top: 7px;
  padding-bottom: 7px;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.signup_input_country_ select {
  width: 99%;
  color: rgba(0, 0, 0, 0.493);
  font-size: 14px;
  background-color: transparent;
}
.signup_input_country select {
  border: 0;
  width: 90%;
  color: rgba(0, 0, 0, 0.795);
  font-size: 14px;
  background-color: transparent;
}

.Cart_Barcode {
  border: 1px solid black;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

#refresh_cart_icon {
  font-size: 85px;
}

#refresh_cart_button {
  color: #ffffff;
  background-color: #000000;
  border: 0;
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 60%;
}

.payment_mobile_options {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.barcode_details_ {
  margin-top: 20px;
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#barcode {
  margin-bottom: 20px;
}

.order_instructions {
  position: fixed;
  z-index: 90;
  top: 0;

  padding-top: 10px;
  padding-bottom: 5px;

  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.502);
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section_1 {
  margin-top: 10%;
  width: 90%;
  padding-bottom: 20px;
}

.section_2 {
  width: 90%;
  padding-bottom: 20px;
}
.section_3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  padding-bottom: 20px;
}
.section_4 {
  width: 90%;
  padding-bottom: 20px;
}
.section_5 {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  padding-bottom: 20px;
}
.input_mimic {
  margin-top: 5px;
  padding-left: 10px;
  width: 90%;
  border: 1px solid black;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}
.comma {
  color: rgb(0, 0, 0);
}

.Read_Instructions {
  color: #fec400;
  margin-left: 15px;
  font-size: 12px;
}

.payment_option_title{

  font-size: 12px;
margin-top: 15px;
margin-bottom: 15px;
  /* margin-left: 50%; */

}

.product_quantity_input_container{
margin-left: 3%;
margin-bottom: 5px;
  width: 88%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;

  background-color: #3333336e;

}

.add_to_cart_input {
  margin-bottom: 5px;
  width: 98%;
  padding: 5px;
  border: 0;
  background-color: transparent;
  color: #fff;
}