.cm-thankyou-order-detail-wrapper {
  padding: 30px;
  border: 1px solid #848484;
}

.cm-thankyou-order-detail-heading {
  font-family: Raleway !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 150% !important;
}

.cm-thankyou-customer-detail-col1-heading {
  font-family: Raleway !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 150% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.cm-thankyou-customer-detail-col2-heading {
  font-family: Raleway !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 150% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.cm-thankyou-order-detail-wrapper-th {
  font-family: Raleway !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 100% !important;
  color: #568E2F !important;
}

.cm-thankyou-order-detail-thumbnail {
  width: 200px !important;
}

.cm-thankyou-order-detail-image img {
  width: 140px !important;
  height: 140px !important;
  padding-top: 14px !important;
}

.cm-thankyou-order-detail-center {
  align-content: center !important;
}

.cm-thankyou-order-detail-center a {
  font-family: Raleway !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #000 !important;
}

.cm-thankyou-order-product-detail {
  margin-top: 20px !important;
}

.cm-thankyou-order-detail-center p {
  font-family: Raleway !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 100% !important;
}

.cm-thankyou-product-border td {
  border-top: 1px solid #CBCBCB !important;
}


.cm-thankyou-customer-detail-col1-wrapper {
  padding: 30px;
  border: 1px solid #848484;
}

.cm-thankyou-customer-detail-col1-wrapper address {
  font-family: Raleway !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 150% !important;
}


.cm-thankyou-customer-detail-col2-wrapper {
  padding: 30px;
  border: 1px solid #848484;
}

.cm-thankyou-customer-detail-col2-wrapper address {
  font-family: Raleway !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 150% !important;
}

.cm-order-detail-top-border {
  border-top: 0 !important;
  align-content: center;
  padding: 5px 0 !important;
}

.cm-order-detail-top-border-tax {
  border-top: 0 !important;
  align-content: start;
  padding: 5px 0 20px !important;
}


.cm-order-filter-select {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-bottom: 40px !important;
}

.cm-order-filter-select select {
  font-family: Raleway !important;
  width: 100%;
  height: 52px;
  padding: 0 30px;
  font-size: 16px;
  color: #575756;
  border: 1px solid #575756;
  border-radius: 4px;
  appearance: none;
  appearance: none;
  appearance: none;
  background: #fff;
  cursor: pointer;
}

.cm-order-filter-select::after {
  font-family: Raleway !important;
  content: url("https://cannamedical.com/wp-content/uploads/2025/09/icon.png");
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #007aff;
  pointer-events: none;
}

.cm-order-filter-select select:focus {
  outline: none;
  border-color: #568E2F;
}

.cm-order-text-transform-none {
  text-transform: none !important;
}


.cm-order-detail-total-align {
  border-top: 0 !important;
  /*   align-content: center !important; */
  vertical-align: middle !important;
  padding: 20px 0 !important;
}

.cm-order-detail-total-border {
  border-top: 1px solid black !important;
}



.cm-order-detail-price-end {
  font-family: Raleway !important;
  display: flex;
  justify-content: end;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 150% !important;
}


@media (width <=450px) {
  .cm-thankyou-order-detail-image img {
    width: 100px !important;
    height: auto !important;
  }
}