.order-plased-section {
  padding: 0 0 75px 0;
}
.order-plased-section .product_header {
  padding-top: 75px;
}
.order-plased-section .order {
  display: flex;
  flex-direction: column;
}

.order-plased-section .order-date {
  text-align: end;
}

.order-plased-section .order span {
  font-size: 14px;
  font-family: "Raleway";
  color: #010e1e;
  font-weight: 400;
}

.order-plased-section .order strong {
  font-size: 16px;
  color: #010e1e;
  font-family: "Roboto Slab";
  font-weight: 400;
}

.order-plased-section .card {
  border: none;
  border-radius: 0px;
  box-shadow: 0px 2px 3px #00000029;
}

.order-plased-section .card-two .top-heading {
  margin-bottom: 5px;
  background: #fce0c4;
  padding: 10px 22px;
  border-radius: 2px;
}

.order-plased-section .card-two .top-heading .location-icon {
  font-size: 18px;
  margin-right: 10px;
}

.order-plased-section .card-two .top-heading h6 {
  font-size: 18px;
  color: #010e1e;
  font-weight: 600;
}

.order-plased-section .card-two .top-heading .order-box {
  border: 1px solid #b87332;
  font-size: 15px;
  padding: 6px 10px;
  background: #fffaf5;
  color: #b87332;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.order-plased-section .card-two .top-heading .order-box .dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #b87332;
}

.order-plased-section .timeline {
  position: relative;
  background-image: url("/assets/images/place-order/mapimg.png");
  background-size: cover;
  padding: 20px;
  background-color: #ffffff;
}

.order-plased-section .timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 30px;
  bottom: 124px;
  border-left: 2px dashed;
}

.order-plased-section .timeline-step {
  position: relative;
  margin-bottom: 70px;
  font-family: "Raleway";
  padding-left: 40px;
}

.order-plased-section .timeline-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #cfcfcf;
  background: white;
}

.order-plased-section .timeline-step.done .timeline-dot {
  border-color: #b87332;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-plased-section .timeline-step.done .order-text {
  color: #b87332;
  font-weight: 600;
}

.order-plased-section .timeline-step.done .order-desc {
  color: #010e1e !important;
  font-weight: 500;
}

.order-plased-section .timeline-step.active .timeline-dot {
  border: 2px solid #343434;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-plased-section .timeline-step.active .timeline-dot .inner_dot {
  background: #929292;
  width: 20px;
  border-radius: 50%;
  height: 20px;
}

.order-plased-section .timeline-step.active .order-text {
  color: #929292;
  font-weight: 500;
}

.order-plased-section .timeline-step.active .order-desc {
  color: #929292;
}

.order-plased-section .timeline-step.pending .timeline-dot {
  border: 4px solid #c2c2c2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-plased-section .timeline-step.pending .timeline-dot .inner_dot {
  background: #000;
  width: 15px;
  border-radius: 50%;
  height: 15px;
}
.order-plased-section .timeline-step.pending .order-text {
  color: #929292;
  font-weight: 500;
}

.order-plased-section .timeline-step.pending .order-desc {
  color: #929292;
}

.order-plased-section .outer-border {
  width: 38px;
  height: 38px;
  background: #000;
}

.order-plased-section .timeline .timeline-content .small {
  font-size: 14px;
  color: #010e1e;
  width: 60%;
}

.order-plased-section .date-time {
  width: 90px;
  text-align: end;
  color: black !important;
  font-size: 14px;
  font-family: "Roboto";
}

.order-plased-section .order-confirm {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.order-plased-section .order-confirm h4 {
  font-size: 38px;
  font-weight: 700;
  color: #b87332;
  font-family: "Raleway";
  font-family: "Cormorant Garamond", serif;
  margin: 0;
}

.order-plased-section .order-confirm p {
  font-size: 16px;
  color: #343434;
  margin: 0px;
}

/*====================== new style =========================*/
.order-plased-section .checkout-section .form-box {
  background: #fffaf5;
  padding: 20px 30px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-plased-section .shipping-cart-section .cart-item {
  padding: 15px 10px;
  border: 1px solid #b873323d;
}
.order-plased-section .shipping-cart-section .cart-item .item-img {
  border-radius: 2px;
}
.order-plased-section .content-wrapper {
  border: 1px solid #b873323d;
  background: #ffffff;
  padding: 20px 30px;
}
.order-plased-section .content-wrapper .summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #ebc39c;
}
.order-plased-section .content-wrapper .summary-row .detail-text {
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway";
}
.order-plased-section .content-wrapper .summary-row .price {
  text-align: start;
  font-weight: 600;
  font-size: 17px;
  font-family: "Roboto Slab";
}
.order-plased-section .content-wrapper .total {
  color: #884200;
  font-weight: bold;
  border-bottom: none;
}
.order-plased-section .content-wrapper .total .price {
  font-weight: 700;
}

.order-plased-section .continue_btn_div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.order-plased-section .continue_btn_div .cart-primary {
  background: #1f2a44 0% 0% no-repeat padding-box;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .shipping-cart-section .cart-item .meta .bottom-row {
    gap: 33px;
  }
  .order-plased-section .timeline-step {
    margin-bottom: 30px;
  }
  .order-plased-section .timeline::before {
    bottom: 109px;
  }
  .order-plased-section .product_header {
    padding-top: 50px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .order-plased-section .order-confirm {
    width: 70%;
    margin-bottom: 20px;
  }
  .order-plased-section .checkout-section .form-box {
    padding: 10px 15px;
  }
  .order-plased-section .shipping-cart-section .cart-item .item-img {
    width: 100px;
  }
  .order-plased-section .shipping-cart-section .cart-item .meta span {
    width: 105px;
  }
  .order-plased-section .shipping-cart-section .cart-item .meta .bottom-row {
    gap: 20px !important;
  }
  .order-plased-section .shipping-cart-section .cart-item .meta .mrp {
    margin-bottom: 2px;
  }
  .order-plased-section .content-wrapper .summary-row .detail-text {
    font-size: 15px;
  }
  .order-plased-section .content-wrapper .summary-row .price {
    font-size: 15px;
  }
  .order-plased-section .content-wrapper {
    padding: 10px 20px;
  }
  .order-plased-section .card-two .top-heading {
    padding: 10px 12px;
  }
  .order-plased-section .card-two .top-heading h6 {
    font-size: 16px;
  }
  .order-plased-section .card-two .top-heading .order-box {
    font-size: 14px;
    padding: 4px 10px;
  }
  .order-plased-section .timeline {
    padding: 15px;
  }
  .order-plased-section .timeline .timeline-content .small {
    line-height: 1.4;
    width: 73%;
  }
  .order-plased-section .timeline-step {
    margin-bottom: 30px;
  }
  .order-plased-section .timeline::before {
    left: 26px;

    bottom: 104px;
  }
  .order-plased-section .timeline-dot {
    width: 25px;
    height: 25px;
  }
  .order-plased-section .timeline-step.active .timeline-dot .inner_dot {
    width: 15px;
    height: 15px;
  }
  .order-plased-section .timeline-step.pending .timeline-dot .inner_dot {
    width: 10px;
    height: 10px;
  }
  .order-plased-section .order-confirm h4 {
    font-size: 32px;
  }
  .order-plased-section {
    padding: 0 0 55px 0;
  }
  .order-plased-section .order strong {
    font-size: 15px;
  }
  .order-plased-section .order span {
    font-size: 13px;
  }
  .order-plased-section .product_header {
    padding-top: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .order-plased-section .order-confirm {
    width: 70%;
  }
  .order-plased-section {
    padding: 0 0 50px 0;
  }
  .order-plased-section .timeline::before {
    bottom: 79px;
  }
  .order-plased-section .shipping-cart-section .cart-item .meta span {
    width: 130px;
  }
  .order-plased-section .shipping-cart-section .cart-item .meta .bottom-row {
    gap: 63px !important;
  }
  .order-plased-section .continue_btn_div {
    margin: 20px 0;
  }
  .order-plased-section .order-confirm h4 {
    font-size: 28px;
  }
  .order-plased-section .order-confirm p {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .order-plased-section .order-confirm {
    width: 90%;
  }
  .order-plased-section .continue_btn_div {
    margin: 17px 0;
  }
  .order-plased-section .order strong {
    font-size: 15px;
  }
  .order-plased-section .order span {
    font-size: 13px;
  }
  .order-plased-section .order-confirm h4 {
    font-size: 25px;
  }
  .order-plased-section .order-confirm p {
    font-size: 14px;
  }
  .order-plased-section .product_header {
    padding-top: 30px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .order-plased-section .order-confirm {
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 10px;
    gap: 0px;
  }
  .order-plased-section .continue_btn_div {
    margin: 10px 0;
  }

  .order-plased-section .order {
    padding: 0px;
  }

  .order-plased-section .order-confirm h4 {
    font-size: 20px;
  }

  .order-plased-section .order-confirm p {
    font-size: 13px;
  }
  .order-plased-section .card-two .top-heading h6 {
    font-size: 14px;
  }

  .order-plased-section .card-two .top-heading .order-box {
    font-size: 11px;
  }

  .order-plased-section .timeline .timeline-content .small {
    width: 78%;
    font-size: 13px;
  }
  .order-plased-section .checkout-section .form-box {
    padding: 6px 5px;
  }
  .order-plased-section .shipping-cart-section .cart-item {
    padding: 10px 10px;
  }
  .order-plased-section .content-wrapper {
    padding: 10px 10px;
  }
  .order-plased-section .content-wrapper .summary-row .detail-text {
    font-size: 14px;
  }
  .order-plased-section .content-wrapper .summary-row .price {
    font-size: 14px;
  }
  .order-plased-section .content-wrapper .summary-row {
    padding: 7px 10px;
  }
  .order-info-card {
    padding: 10px;
  }
  .order-plased-section .continue_btn_div .cart-primary {
    font-size: 14px;
  }
  .order-plased-section .section-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .order-plased-section .order span {
    font-size: 12px;
  }
  .order-plased-section .order strong {
    font-size: 14px;
  }
  .order-plased-section .checkout-section .form-box {
    gap: 10px;
  }
  .order-plased-section .timeline-dot {
    width: 20px;
    height: 20px;
  }
  .order-plased-section .timeline-step.active .timeline-dot .inner_dot {
    width: 10px;
    height: 10px;
  }
  .order-plased-section .timeline-step.pending .timeline-dot .inner_dot {
    width: 8px;
    height: 8px;
  }
  .order-plased-section .timeline-step {
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 14px;
  }
  .order-plased-section .timeline {
    padding: 10px;
  }
  .order-plased-section .timeline::before {
    left: 19px;
    bottom: 104px;
  }
  .order-plased-section .date-time {
    font-size: 11px;
  }
  .order-plased-section .product_header {
    padding-top: 25px;
  }
}
