.estimate-table td.title {
  padding: 10px;
  /* background: var(--theme-page-color); */
  color: #eee24b;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
.products td {
  padding: 10px 2px;
  /* background: var(--theme-color); */
  background: #fff;
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid rgba(29, 28, 28, 0.205);
  font-size: 17px;
  /* padding: 4px; */
}
.hide {
  display: none;
}

.ml-30{
  margin-left: 130px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff!important;
    background-color: var(--theme-color)!important;
}
@media(max-width:991px){
  .ml-30{
    margin-left: 0px;
  }
}
.hide_small{
  font-size: 17px;
}
tr.products:nth-child(odd) {
  background: #ffffff;
}
tr.products:nth-child(even) {
  background: #ffffff;
}
tr.products:hover {
  background: #ffffff;
}

.estimate-table,
th,
tr,
td {
  color: #000;
  text-align: center;
}

.estimate-table,
th {
  font-size: 16px;
}

.tot:focus-visible {
  outline: 0;
}
.tot {
  border: none;
  width: 40%;
  height: 37px;
  background-color: #e9ecef;
  border: 1px solid var(--theme-color);
  opacity: 1;
  color: #504b4b;
  border-radius: 5px;
  text-align: center;
}
.blink {
  cursor: pointer;
  text-align: end;
  display: inline-block;
  margin-top: 1%;
  animation: blinker 0.5s linear infinite;
}

.order-alert {
  background: antiquewhite;
  top: 100px;
  position: fixed;
  top: 100px;
  width: 85% !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0;
  border: 3px solid #131413;
}
.order-alert p {
  float: right;
  top: 50%;
  right: 20px;
  float: right;
  position: absolute;
  transform: translateY(-50%);
  font-weight: 600;
}
#imagemodal .modal-body {
  text-align: center;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.float {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 995;
  background: var(--theme-color);
  width: 40px;
  min-height: 80px;

  border-radius: 0;
  transition: all 0.4s;
  color: #fff;
  text-align: center;
  font-size: 1em;
  /* box-shadow: 0px 0px 0px 5px #a1a1a14d; */
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.estimate-table {
  font-size: 14px;
  /* color: #000; */
  /* font-weight: bold; */
}
@media screen and (max-width: 991px) .estimate-table {
  font-size: 12px;
}
@media screen and (max-width: 767px) .estimate-table {
  font-size: 12px;
}
span.fa.fa-minus {
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
}

span.fa.fa-plus {
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
}

.estimate-table {
  font-size: 14px;
  margin-top: 11px;
  /*color: #000;*/
  /*font-weight: bold;*/
  border: 2px solid #fff;
}
.book-now-button {
  border-radius: 40px !important;
  border-bottom: 5px solid #900303;
  text-transform: uppercase;
}
.book-now-button:hover {
  border-bottom: 5px solid #900303;
}
i.fas.fa-hand-pointer {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  color: #e02929;
  margin-right: 10px;
  border-left: 3px solid #c8c8c8;
}

span.fa.fa-minus {
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
}
span.fa.fa-plus {
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.input-number-quantity-align {
  text-align: center;
  height: 25px;
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .input-number-quantity-align {
    text-align: center;
    height: 25px;
    font-size: 13px;
    width: 35px !important;
    padding: 3px;
  }
  span.fa.fa-plus {
    color: #18eb13;
  }
  span.fa.fa-minus {
    color: #18eb13;
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
  }
  .input-btn-secondary {
    color: #000;
    background-color: transparent !important;
    border-color: transparent;
  }
  .input-btn-secondary:focus {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
  }
  .input-btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
  }
  .input-btn-secondary:active {
    color: #000;
    background-color: transparent;
    border-color: transparent;
  }
  .estimate-table {
    font-size: 12px;
  }
  .tot {
    width: 100%;
  }
  .page-header {
    background-position: right;
  }
  .display-none1 {
    display: none !important;
  }
}
.display-flex1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.display-flex2 {
  display: flex;
  justify-content: end;
  align-items: center;
}
.ml-10 {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .tottext {
    margin-left: 10px;
  }
  .blink {
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    margin-top: 4%;
    animation: blinker 0.5s linear infinite;
  }
  .order-alert h5 {
    font-size: 16px;
  }
  .tottext {
    margin-top: 4%;
    display: inline-block;
    width: 24%;
    text-align: left;
    font-size: 13px;
  }
}

.top_height {
  height: 115px;
}
.donload_btn {
  background-color: #d0011b !important;
}

.book .qr{
  width: 255px;
}

.book p{
  font-size: 18px;
}

.btn_cart {
  margin-top: 12px;
  font-size: 16px;
  border-radius: 20px;
  color: #40b73f;
}

@media (max-width: 767px) {
  .btn_cart {
    margin-top: 12px;
    font-size: 13px;
    border-radius: 20px;
    color: #40b73f;
  }
}

@media (max-width: 991px) {
  .top_height {
    height: 100px;
  }
}

.photo_prod {
  /* border-radius: 5px; */
  max-height: 40px;
  padding: 2px;
  /* border: 1px solid #738573; */
}

@media (max-width: 767px) {
  .photo_prod {
    width: 35px;

    border-radius: 5px;
    padding: 1px;
    border: 1px solid #738573;
  }
}

@media (max-width: 767px) {
  .sell_pri {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .name_tbl {
    width: 30%;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.prod_bg {
  position: relative;
  padding: 20px 20px 50px 20px;
}
@media (max-width: 767px) {
  .prod_bg {
    position: relative;
    padding: 2px 2px 2px 2px;
  }
}

.blocked_mon {
  display: none;
}
@media (max-width: 767px) {
  .blocked_mon {
    display: show;
  }
}

.px-l-5 {
  /* padding-left: 11rem !important;
  padding-right: 5rem !important; */
  margin: 0 auto;
}
