/* Inherit the default Bootstrap btn-primary class */

.btn-primary {
  background-color: white !important;
  color: darkblue !important;
  /*border: 1px solid blue;*/
  /*border-radius: 0px !important;*/
  transition: transform 0.2s ease, background-color 0.2s ease;
  font-weight: bold;
  /*Optional: To make the text a bit bolder;*/
  /*box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);*/
  font-weight: 600 !important;
  letter-spacing: 5px;
  color: black;
  /*padding: 5px 20px 5px 20px;*/
  /*border: 0px none var(--bs-border-color-translucent);*/
  /*--bs-btn-border-color: none;*/
}

.btn-primary:active, .btn-primary:focus, add-to-cart-btn:active, add-to-cart-btn:focus {
  box-shadow: 0 0 0 .2rem rgba(43, 174, 252, 0.5) !important;
}

/* Hover effect */

.btn-primary:hover {
  background-color: #699CEC !important;
  color: white !important;
  border: none;
}

/* Optional: Active state */

.icon.ion-android-search {
  font-size: 25px;
}

@media (min-width: 768px) {
  .icon.ion-android-search {
    font-size: 35px;
  }
}

.nav-link:hover, .nav-link:focus {
  color: white !important;
}

.tracking-link {
  font-size: 12px !important;
  letter-spacing: 0px;
  /*text-align: end;*/
}

.tracking-item-name {
  font-size: 12px;
  color: rgb(83,86,92);
  margin: 0px;
}

.order-id-info {
  color: #4783E8;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.order-heading {
  font-weight: 600;
}

.order-list-heading {
  font-size: 13px;
  color: #222;
  font-weight: 700;
}

.order-search-para {
  font-weight: 700;
  font-size: 12px;
  color: #969aa3;
}

.order-planned {
  color: white !important;
  background-color: orange !important;
}

.order-warehouse {
  background-color: red !important;
  color: white !important;
}

.address-info {
  color: black;
  font-size: 13px;
  font-weight: 500;
}

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

.search-btn {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.add-to-cart-btn {
  background-color: #53565c !important;
  color: white !important;
  border: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

