.pd-hero-wrap {
  background: #F7F4F1;
  padding: 24px 0 8px;
}

.pd-hero-wrap .productInformation {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 1px 3px rgba(44, 35, 33, .05), 0 20px 44px -28px rgba(44, 35, 33, .25);
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.pd-info-content {
  background: #F7F4F1;
  padding: 20px 0px;
}

.pd-info-content .pd-info-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  background: rgb(255, 255, 255);
  border-radius: 28px;
  overflow: hidden;
}

.pd-hero-wrap div.productInformation h2 {
  border-radius: 18px;
  overflow: hidden;
  border-color: #EFEAE6;
}

.pd-price-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  background: #FFF1EB;
  color: #ff5d15;
  font-size: 13px;
  font-weight: 700;
  margin-left: 8px;
  vertical-align: middle;
}

.pd-hero-wrap div.productInformation div.rightInfor p.price {
  background: linear-gradient(135deg, #f53f25, #ff5d15);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 32px;
}

.pd-hero-wrap div.productInformation div.rightInfor p.price del {
  color: rgb(183, 176, 171);
  text-decoration: line-through;
  font-size: 17px;
  font-weight: normal;
  padding: 0 8px;
}

.pd-ecash-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 100px;
  background: #FFF1EB;
  color: #ff5d15;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.pd-buy-btn {
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(135deg, #ff5d15, #f53f25);
  color: #fff !important;
  box-shadow: 0 8px 18px -9px rgba(245, 63, 37, .7);
  border: none;
  font-weight: 600;
  text-align: center;
}

.pd-buy-btn:hover {
  filter: brightness(1.05);
}

.pd-buy-btn-group {
  display: flex;
  gap: 14px;
  margin-top: auto;
  align-items: center;
}

.pd-buy-btn-group .pd-buy-btn, .pd-buy-btn-group .pd-buy-btn-outline {
  flex: 1.4 1 0%;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 100px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  box-shadow: rgba(245, 63, 37, 0.5) 0px 10px 20px -8px;
  padding: 0px;
}

.pd-buy-btn-group .pd-buy-btn {
  background: linear-gradient(135deg, rgb(245, 63, 37), rgb(255, 93, 21));
}

.pd-buy-btn-group a.pd-buy-btn-outline {
  background: #fff;
  color: #ff5d15;
  border: 1px solid #ff5d15;
  font-weight: 600;
  text-align: center;
}

.pd-buy-btn-outline:hover {
  background: #FFF1EB;
}

.pd-buy-btn-outline .fa-gift {
  margin-right: 4px;
  font-size: 20px;
}

.pd-badge-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(255, 93, 21);
  background: rgb(255, 241, 235);
  padding: 5px 12px;
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: fit-content;
}

.pd-discount-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  background: linear-gradient(135deg, #f53f25, #ff5d15);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.pd-point-badge {
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 100px;
  background: #FFF1EB;
  color: #ff5d15;
  font-weight: 600;
  gap: 8px;
}

.pd-expiry-line {
  font-size: 13px;
  color: #8b7f7b;
  margin: 4px 0 12px;
}

.pd-expiry-line span {
  color: #f53f25;
  font-weight: 600;
}

.pd-info-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgb(255, 244, 233);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 24px;
}

.pd-info-box .product-promo::after {
  content: '→';
  margin-left: 4px;
}

.pd-info-box .product-guide::after {
  content: '→';
  margin-left: 4px;
}

.pd-qty-stepper {
  display: inline-flex;
  align-items: center;
  margin: 8px 0;
  align-items: center;
  border: 1.5px solid rgb(239, 234, 230);
  border-radius: 100px;
  overflow: hidden;
}

.pd-qty-stepper button {
  width: 32px;
  height: 32px;
  border: none;
  background: rgb(247, 244, 241);
  color: rgb(26, 22, 20);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.pd-qty-stepper button:hover {
  background: #FFF1EB;
  color: #ff5d15;
  border-color: #ff5d15;
}

.radios {
  display: flex;
  gap: 12px;
}

.radios .pd-pop-channel-chip {
  display: inline-flex !important;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1.5px solid #EFEAE6;
  background: #F7F4F1;
  color: #8b7f7b;
  font-weight: 600;
  font-size: 14px;
}

.radios .pd-pop-channel-chip .fa {
  font-size: 16px;
}

.radios label.pd-pop-channel-chip:hover::before {
  content: none;
  display: none;
}

.radios .pd-pop-channel-chip:has(input:checked) {
  background: #FFF1EB;
  border-color: #ff5d15;
  color: #ff5d15;
}

.pd-guide-note {
  display: block;
  background: #FFF1EB;
  color: #ff5d15;
  font-weight: 600;
  font-size: 13px;
  border-radius: 100px;
  padding: 8px 16px;
  margin: 15px 0;
  text-decoration: none;
  width: fit-content;
}

.pd-purchase-tabs {
  display: flex;
  gap: 8px;
  background: rgb(247, 244, 241);
  border-radius: 100px;
  padding: 5px;
  width: fit-content;
  margin-bottom: 16px;
}

.pd-purchase-tab {
  border: none;
  border-radius: 100px;
  padding: 9px 20px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  color: rgb(154, 148, 144);
}

.pd-purchase-tab.active {
  background: linear-gradient(135deg, #ff5d15, #f53f25);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 18px -9px rgba(245, 63, 37, .7);
}

.pd-hero-wrap div.productInformation div.leftInfor h2 img {
  width: 100%;
  display: block;
}

.pd-hero-wrap div.productInformation .quantity-validity ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pd-hero-wrap div.productInformation .quantity-validity select.quantity {
  border-radius: 8px;
  border: 1px solid #EFEAE6;
  background: #F7F4F1;
  padding: 4px 8px;
}

.pd-hero-wrap div.productInformation .product-promo, .pd-hero-wrap div.productInformation .product-guide {
  display: block;
  color: #f53f25;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.pd-info-tabs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  list-style: none;
  margin: 24px auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.pd-info-tabs::-webkit-scrollbar {
  display: none;
}

.pd-info-tabs>li {
  flex: 0 0 auto;
}

.pd-info-tabs li {
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
}

.pd-info-tabs li a {
  color: rgb(154, 148, 144);
  padding: 8px 16px;
  display: block;
}

.pd-info-tabs li:has(a.active) {
  background: linear-gradient(135deg, #ff5d15, #f53f25);
}

.pd-info-tabs li:has(a.active) a {
  color: #fff;
}

.pd-info-panel {
  display: none;
}

.pd-info-panel.active {
  display: block;
}

.pd-info-panel.pd-hidden-brand.active {
  display: none;
}

.pd-info-panel#location>h2 {
  display: none;
}

.pd-info-panel#location .map-wrap .left {
  width: 100%;
}

.pd-info-panel#location .map-wrap .right, .pd-info-panel#location .map-wrap #map {
  display: none;
}

.pd-info-panel#location .map-wrap .left {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 12px;
}

.pd-info-panel#location select.city, .pd-info-panel#location select.district {
  flex: 1 1 0%;
  min-width: 200px;
  height: 48px;
  border-radius: 12px;
  border: 1.5px solid rgb(239, 234, 230);
  padding: 0px 16px;
  font-size: 14px;
  color: rgb(26, 22, 20);
  background: none;
  appearance: none;
  border: 1px solid #ff5d15;
}

.pd-info-panel#location #list_view {
  flex-basis: 100%;
}

#list_view {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: auto;
  overflow: visible;
  padding: 0;
  border: none;
}

.pd-store-card {
  border: 1px solid #EFEAE6;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px 14px 40px;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
}

.pd-store-card h5 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #2c2321;
}

.pd-store-card h5::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #ff5d15;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www\.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 22s7-7.58 7-12A7 7 0 1 0 5 10c0 4.42 7 12 7 12z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www\.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 22s7-7.58 7-12A7 7 0 1 0 5 10c0 4.42 7 12 7 12z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pd-store-card p {
  margin: 0;
  font-size: 13px;
  color: #8b7f7b;
}

.pd-pop-summary-card {
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(44, 35, 33, .05), 0 20px 44px -28px rgba(44, 35, 33, .25);
}

.pd-pop-summary-head .productExpireDay {
  font-size: 13px;
  margin-top: 6px;
}

.pd-pop-summary-head .productExpireDay, .pd-pop-summary-head .productExpireDay span {
  text-decoration: none;
}

.pd-pop-summary-head {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.pd-pop-summary-head .productImage img {
  width: 100%;
  border-radius: 14px;
}

.pd-pop-summary-head .productBrand {
  font-weight: 600;
  color: #ff5d15;
}

.pd-pop-summary-head .productName {
  font-size: 14px;
  font-weight: 600;
  color: #2c2321;
}

.pd-pop-summary-card dl.summary.pd-pop-summary-list {
  border-top: none;
  border-bottom: none;
}

.pd-pop-summary-card dl.summary.pd-pop-summary-list dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  padding: 10px 0;
  border-bottom: 1px solid #EFEAE6;
  font-size: 14px;
  color: #2c2321;
  text-decoration: none;
}

.pd-pop-summary-card dl.summary.pd-pop-summary-list dt, .pd-pop-summary-card dl.summary.pd-pop-summary-list dt * {
  text-decoration: none;
}

.pd-pop-summary-card dl.summary.pd-pop-summary-list dt p {
  float: none;
  line-height: normal;
  color: #8b7f7b;
  font-weight: 400;
  margin: 0;
}

.pd-pop-summary-card dl.summary.pd-pop-summary-list dt.total {
  border-bottom: none;
  padding-top: 14px;
}

.pd-pop-summary-total {
  font-weight: 700;
}

.pd-pop-summary-total-amount {
  background: linear-gradient(135deg, #f53f25, #ff5d15);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 16px;
}

.pd-pop-channel-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid #EFEAE6;
  background: #F7F4F1;
  cursor: pointer;
}

.pd-pop-channel-chip input:checked~span, .pd-pop-channel-chip:has(input:checked) {
  color: #ff5d15;
}

.pd-pop-channel-chip:has(input:checked) {
  background: #FFF1EB;
  border-color: #ff5d15;
}

.pd-pop-receiver-list .pd-pop-input {
  background: #F7F4F1;
}

.pd-pop-input {
  border-radius: 12px;
  background: #F7F4F1;
  border: 1px solid #EFEAE6;
}

.pd-buy-btn.continue {
  color: #fff;
  text-decoration: none;
}

.pd-point-wrap {
  background: #fff;
  border: 1px solid #EFEAE6;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.pd-point-wrap > p, .pd-point-wrap .pd-point-col > p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #2c2321;
}

.pd-point-wrap > p:last-child {
  margin-bottom: 0;
}

.pd-point-row {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.pd-point-col {
  flex: 1 1 0;
  min-width: 0;
}

.pd-point-wrap .pd-point-col > p:not(:has(input)):not(#msg) {
  font-weight: 600;
  margin-bottom: 6px;
}

.pd-point-wrap .pd-point-col > p:has(input.pd-pop-input) {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 10px;
  border: 1px solid #EFEAE6;
  border-radius: 100px;
  background: #F7F4F1;
  overflow: hidden;
}

.pd-point-wrap .pd-point-col > p:has(input.pd-pop-input) input.pd-pop-input {
  flex: 1 1 auto;
  min-width: 0;
  width: 0;
}

.pd-point-wrap .pd-point-col > p:has(input.pd-pop-input) input.pd-buy-btn {
  flex: 0 0 auto;
  border-radius: 0;
}

#msg {
  min-height: 0;
}

#msg:empty, #msg:has(span:empty) {
  margin: -4px 0 6px;
}

.pd-point-wrap input.pd-pop-input {
  background: transparent !important;
  border: none !important;
  box-sizing: border-box;
  height: 40px;
  padding: 0 14px;
}

.pd-point-wrap .pd-point-col > p:has(input.pd-pop-input):focus-within {
  border-color: #ff5d15;
  background: #fff;
}

.pd-point-wrap .pd-point-col > p:has(input.pd-pop-input):focus-within input.pd-pop-input {
  background: #fff !important;
}

.pd-point-wrap input.pd-pop-input:focus {
  outline: none;
}

.pd-point-wrap input.pd-buy-btn, .pd-point-wrap input.use.pd-buy-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff5d15, #f53f25);
  border: none;
  font-weight: 600;
  padding: 0 18px;
  height: 40px;
  cursor: pointer;
}

dl.pd-pop-summary-list.summaryTotal dt.total {
  border-top: 1px solid #EFEAE6;
  font-weight: 700;
}

dl.pd-pop-summary-list.summaryTotal dt.total #use-amount-rest {
  background: linear-gradient(135deg, #f53f25, #ff5d15);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-size: 16px !important;
}

.pd-payment-methods label.container-radio {
  display: block;
  border: 1px solid #EFEAE6;
  border-radius: 14px;
  background: #F7F4F1;
  padding: 6px 12px 6px 44px !important;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 14px !important;
}

.pd-payment-methods label.container-radio:has(input:checked) {
  background: #FFF1EB;
  border-color: #ff5d15;
}

.pd-payment-methods div[id$="_suboptions"] label.container-radio {
  background: #fff;
}

.pd-payment-methods .container-radio input:checked~.checkmark {
  background-color: #ff5d15;
}

.pd-payment-methods .checkmark {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

div.tempBack article.friendAddPopupBack {
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(44, 35, 33, .05), 0 20px 44px -28px rgba(44, 35, 33, .25);
  overflow: hidden;
  padding: 7px;
}

div.tempBack article.friendAddPopupBack div.header {
  border: none;
  background: none;
}

div.tempBack article.friendAddPopupBack div.grey-back {
  background: #fff;
  padding: 12px 0 20px;
}

div.tempBack article.friendAddPopupBack div h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2c2321;
  line-height: normal;
}

div.tempBack article.friendAddPopupBack div h4 {
  font-size: 14px;
  color: #8b7f7b;
  line-height: normal;
  margin-top: 6px;
}

div.tempBack article.friendAddPopupBack div.innerWrap {
  width: 100%;
  padding: 0 5px 5px;
  box-sizing: border-box;
}

div.tempBack article.friendAddPopupBack div.innerWrap #addrFriend {
  border-radius: 14px;
  border: 1px solid #EFEAE6 !important;
}

div.tempBack article.friendAddPopupBack div input.btnConfirm, div.tempBack article.friendAddPopupBack div input.btnCancel {
  width: 40%;
  height: 38px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
}

div.tempBack article.friendAddPopupBack div input.pd-address-book-cancel {
  width: 100%;
}

div.tempBack article.friendAddPopupBack div input.btnConfirm {
  background: linear-gradient(135deg, #ff5d15, #f53f25);
  box-shadow: 0 8px 18px -9px rgba(245, 63, 37, .7);
}

div.tempBack article.friendAddPopupBack div input.btnCancel {
  background: #F7F4F1;
  color: #8b7f7b;
}

div.tempBack article.pd-add-friend {
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(44, 35, 33, .05), 0 20px 44px -28px rgba(44, 35, 33, .25);
  overflow: hidden;
  padding: 7px;
  max-width: 400px;
}

div.tempBack article.pd-add-friend div.header {
  border: none;
  background: none;
  height: 50px;
}

div.tempBack article.pd-add-friend div.header h2 img {
  position: relative;
}

div.tempBack article.pd-add-friend div.header h2 {
  top: 0;
}

div.tempBack article.pd-add-friend div.grey-back {
  background: #fff;
  padding: 12px 0 20px;
  text-align: center;
}

div.tempBack article.pd-add-friend div.grey-back h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2c2321;
  line-height: normal;
}

div.tempBack article.pd-add-friend div.grey-back h4 {
  font-size: 14px;
  color: #8b7f7b;
  line-height: normal;
  margin-top: 6px;
}

div.tempBack article.pd-add-friend form {
  display: block;
}

div.tempBack article.pd-add-friend div.innerWrap {
  width: 100%;
  padding: 0px 20px 0;
  box-sizing: border-box;
  margin: 0;
}

div.tempBack article.pd-add-friend div.innerWrap label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #2c2321;
  margin: 14px 0 6px;
}

div.tempBack article.pd-add-friend div.innerWrap label.pd-required-label::after {
  content: '*';
  color: #f53f25;
  margin-left: 3px;
}

div.tempBack article.pd-add-friend div.innerWrap label:first-of-type {
  margin-top: 0;
}

div.tempBack article.pd-add-friend div.innerWrap input.pd-pop-input {
  display: block;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid #EFEAE6 !important;
  border-radius: 100px;
  background: #F7F4F1 !important;
  font-size: 14px;
  color: #2c2321;
  transition: border-color .15s ease, background .15s ease;
  text-align: left;
}

div.tempBack article.pd-add-friend div.innerWrap input.pd-pop-input:focus {
  outline: none;
  border-color: #ff5d15 !important;
  background: #fff !important;
}

div.tempBack article.pd-add-friend div.innerWrap input.pd-pop-input.error {
  border-color: #f53f25 !important;
  background: #FFF4F2 !important;
}

div.tempBack article.pd-add-friend div.innerWrap span.pd-field-error {
  display: block;
  color: #f53f25;
  font-size: 12px;
  margin: -3px 0 10px 4px;
  text-align: left;
}

div.tempBack article.pd-add-friend div.innerWrap .pd-box-button {
  display: flex;
}

div.tempBack article.pd-add-friend div.innerWrap input.btnJoin, div.tempBack article.pd-add-friend div.innerWrap input.btnCancle {
  display: inline-block;
  width: calc(50% - 5px);
  height: 44px;
  border: none;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  margin-top: 22px;
}

div.tempBack article.pd-add-friend div.innerWrap input.btnJoin {
  background: linear-gradient(135deg, #ff5d15, #f53f25);
  color: #fff;
  box-shadow: 0 8px 18px -9px rgba(245, 63, 37, .7);
  margin-right: 10px;
}

div.tempBack article.pd-add-friend div.innerWrap input.btnCancle {
  background: #F7F4F1;
  color: #8b7f7b;
}

.pd-address-book-link-row {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #FFF1EB;
  flex: 0 0 auto;
}

.pd-address-book-link-row .fa {
  font-size: 15px;
  color: #ff5d15;
}

#pd-receiver-info-section {
  display: none;
}

.pd-step-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pd-step-title .pd-address-book-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: #f53f25;
  font-size: 15px;
  text-decoration: none;
}

.pd-step-title .pd-address-book-link .fa {
  font-size: 18px;
}

.pd-step-title::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5d15, #f53f25);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.pd-point-banner {
  background: #FFF1EB !important;
  border-radius: 12px;
  padding: 10px 14px !important;
}

.pd-point-banner a.point-promo {
  color: #ff5d15;
  font-weight: 600;
  text-decoration: none;
}

.modal_canvas .purchaseWrap .inner {
  overflow-y: auto;
  max-height: 700px;
}

ul.pd-pop-receiver-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

#order-complete-btn.pd-buy-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 20px;
}

.modal_canvas .header {
  height: auto;
}

.modal_canvas .header a.close.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #F7F4F1;
  z-index: 1000;
  top: 0;
  right: 0;
}

.modal_canvas .header a.close img {
  position: static;
  width: 12px;
  height: 12px;
}

.contents .left {
  border: none;
  padding: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contents .right {
  border-top: none;
}

.contents .right h3.subTitle {
  font-weight: 700;
  color: #2c2321;
}

.contents .right h3.subTitle::before {
  content: '';
  margin-right: 0;
}

.popupBtnSet a.continue.pd-buy-btn {
  height: auto;
  padding: 13px;
  line-height: normal;
  border-radius: 100px;
  font-size: 16px;
}

.contents .right input.sendTitle {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgb(239, 234, 230);
  padding: 0px 16px;
  font-size: 14px;
  color: rgb(26, 22, 20);
  background: rgb(247, 244, 241);
}

.contents .right input.sendTitle:focus {
  border: 1px solid #ff5d15;
  outline: none;
}

.contents .left dl dt.total p {
  font-weight: 600;
  color: #000;
}

@media (max-width: 769px) {

  .pd-info-content .pd-info-content-container {
    padding: 5px 10px;
    border-radius: 10px;
  }

}

@media (max-width: 640px) {

  .pd-info-panel#location select.city, .pd-info-panel#location select.district {
    flex-basis: 100%;
  }

  #list_view {
    grid-template-columns: 1fr;
  }
  .pd-point-row{
    display: block;
  }
}

@media (min-width: 769px) {

  .contents .right {
    padding: 20px 20px 0 0;
  }

}
