.woocommerce .woocommerce-order {
  font-family: var(--font-family-baskerville-regular);
  width: 50rem;
  max-width: 50rem;
  margin: auto;
}


section#order-resume {
    width: 13rem;
    margin-bottom: 4rem;
}

section h2 {
    color: var(--black);
    font-size: 35.8px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
}

.surround {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.surround .surrounded {
    padding: 8px 16px;
    border: none;
    background: none;
    outline: none;
    color: black;
    text-decoration: none;
}

.surround svg {
  position: absolute;
  left: 0;
  top: 10% !important;
  width: 100%;
  pointer-events: none;
}

#svg-title {
  stroke: black;
  stroke-width: 3px;
}

.surround path {
    stroke-dasharray: 0 0;
    display: none;
}

.surround:hover path {
    animation: draw 1s forwards;
    display: block;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    text-align: left;
}

.woocommerce .col2-set .col-1 {
    margin-bottom: 2rem;
}

.woocommerce ul.order_details li {
    border-right: none !important;
}

@media (max-width: 1025px) {
    .woocommerce .woocommerce-order {
        width: 80vw;
        max-width: 80vw;
    }
}

@media (max-width: 867px) {
    .woocommerce ul.order_details li {
        margin-top: 2rem;
    }
}