.el_css_shade_border {
  border: 2px solid #c7b270;
}
.el_shop_filter_btn {
  background: #c7b270 none repeat scroll 0 0;
  border: medium none;
}
.star-light {
  color: #e9ecef;
}
.review-btn {
  background: #c7b270 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 30px 8px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.review-btn:hover {
  background: #303030 none repeat scroll 0 0;
  color: #fff;
}
.review-title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 25px;
  padding-top: 15px;
}
.header-top {
  background-color: #c7b270;
}
.contact-card {
  margin-top: 5px;
  margin-right: 40px;
  width: 80%;
}
.header-style-five .header-top .header-top-left ul li a:hover {
  color: white;
}
.header-style-five .header-top .header-top-right ul li a:hover {
  color: white;
}
.heading-review {
  font-size: 25px;
  margin-right: 25px;
}

#gst-detail {
  display: none;
  padding-top: 30px;
}
.gst-title h6 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 300;
}
.gst-totle {
  margin-bottom: 30px;
}
.input-icons i {
  position: absolute;
}

.customer-btn:hover {
  color: #f1f1f1;
}

/* Order Details */

.order-card {
  margin: auto;
  width: 600px;
  max-width: 1920px;
  border-radius: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .card {
    width: 80%;
  }
}

@media (height: 1366px) {
  .card {
    width: 75%;
  }
}

#orderno {
  padding: 1vh 2vh 0;
  font-size: smaller;
}

.gap .col-2 {
  background-color: rgb(213, 217, 233);
  width: 1.2rem;
  padding: 1.2rem;
  margin-top: -2.5rem;
  border-radius: 1.2rem;
}

.title {
  display: flex;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 12%;
}

.main {
  padding: 0 2rem;
}

.main img {
  border-radius: 7px;
}

.main p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

#sub-title p {
  margin: 1vh 0 2vh 0;
  font-size: 1rem;
}

.row-main {
  padding: 1.5vh 0;
  align-items: center;
}

hr {
  margin: 1rem -1vh;
  border-top: 1px solid rgb(214, 214, 214);
}

.total {
  font-size: 1rem;
}

@media (height: 1366px) {
  .main p {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .total {
    font-size: 1.5rem;
  }
}

.order-btn {
  background-color: rgb(3, 122, 219);
  border-color: rgb(3, 122, 219);
  color: white;
  margin: 7vh 0;
  border-radius: 7px;
  width: 60%;
  font-size: 0.8rem;
  padding: 0.8rem;
  justify-content: center;
}

.order-btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none;
}

.order-btn:hover {
  color: white;
}
