#nav-item-path {
  --bs-breadcrumb-divider: '/';
  color:                   #6A7998;
  font-size:               12px;
  line-height:             16px;
  margin-top:              35px;
}

#nav-item-path .breadcrumb-item::before {
  color: #6A7998;
}

#nav-item-path .breadcrumb-item > a {
  color:           #1C222E;
  text-decoration: none;
}

#nav-item-path .breadcrumb-item > a:active {
  color: #FF6224 !important;
}

#nav-item-path .breadcrumb-item > a:hover {
  color: #FF8658;
}

#purchase-with-delivery-wrapper {
  margin-bottom: 20px;
  margin-left:   auto;
  margin-right:  auto;
  margin-top:    36px;
  max-width:     800px;
}

#purchase-with-delivery-wrapper .pwdw-logo {
  text-align: center;
}

#purchase-with-delivery-wrapper .pwdw-text-block {
  background:    #FFFFFF;
  border-radius: 8px;
  margin-bottom: 14px;
  padding:       12px 16px;
}

#purchase-with-delivery-wrapper .pwdw-text-block:last-child {
  margin-bottom: 48px;
}

b {
  font-weight: 600;
}

h4 {
  font-size:  1.33rem;
  margin-top: 20px;
}

table {
  border-collapse: separate;
  border-spacing:  0;
  min-width:       450px;
}

table td {
  border-bottom:  1px solid #D2D2D2;
  border-right:   1px solid #D2D2D2;
  padding:        1px 6px;
  vertical-align: top;
}

table td:first-child {
  border-left: 1px solid #D2D2D2;
}

table tr:last-child td:first-child,
table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}

table td > ul {
  padding-left: 26px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

table tbody th:first-child {
  border-bottom: 1px solid #D2D2D2;
  border-left:   1px solid #D2D2D2;
  border-right:  1px solid #D2D2D2;
  font-weight:   600;
  padding:       1px 6px;
}

table thead th {
  border-bottom: 1px solid #D2D2D2;
  border-top:    1px solid #D2D2D2;
  font-weight:   600;
  padding:       1px 6px;
  text-align:    start;
}

table thead th:not(:last-child) {
  border-right: 1px solid #D2D2D2;
}

table thead th:first-child {
  border-left:            1px solid #D2D2D2;
  border-top-left-radius: 8px;
}

table thead th:last-child {
  border-right:            1px solid #D2D2D2;
  border-top-right-radius: 8px;
}