.fs-c-documentColumn__content {
    padding: 8px 0;
    display: grid
;
    grid-auto-flow: row;
    gap: 5px;
}

p {
    margin: 0.5rem 0;
}

.fs-c-productOption__name {
    background: rgb(209 241 237);
}

.fs-c-productOption__name, .fs-c-productOption__comment {
    font-size: 1.5rem;
}


.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background: #1d9c91;
    color: #ffffff;
}

.fs-c-estimatedDeliveryDate {
    background-color: #eff7f6;
    font-size: 1.7rem;
    padding: 12px;
}


.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #eff7f6;
  padding: 1em;
}
.table_design01 th {
  background-color: #1c988d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.fs-p-heading--lv2 {
    border-bottom: 2px solid currentColor;
    color: #1a988c;
    font-size: 1.7rem;
}

 .fs-l-checkout{
display: block!important;
}

.fs-l-checkout__mainColumn{
max-width: 100%!important;
width: 100%!important;
padding-right:0px;
}


.fs-c-checkout-preview__title {
    border-bottom: 1px solid #999999;
    background: #bce9e5;
    font-size: 1.7rem;
    line-height: 1;
    margin: 0px;
    padding: 7px;
    text-align: center;
}

.fs-c-checkout-preview {
    border: 2px solid #1d9c91;
    border-radius: 3px;
    padding: 16px;
    background: #ffffff;
    color: #333333;
}

.fs-c-button--standard {
    background: #ff8585;
    border: 2px solid #ff6565;
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
}

.fs-c-checkout-shippingDetail__deliveryDetail {
    background: #ffe7e7;
    padding: 10px;
    display: grid
;
    gap: 8px;
    font-size: larger;
}


.fs-c-checkout-heading {
    background-color: #1d9c91;
    color: #ffffff;
    font-size: 1.7rem;
    padding: 4px;
    text-align: center;
    margin: 0;
}

.fs-c-button--primary {
    background: #1d9c91;
    border: 1px solid #545454;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}


.fs-c-requiredMark::before {
    content: "*";
    display: block;
    font-size: 1.3em;
    text-indent: 0;
    color: red;
}

.fs-p-sideMenu a:hover {
    background: #1d9c91;
    color: #ffffff;
}


.fs-p-memberInfo__points {
    color: #1c988d;
    font-size: 1.4rem;
    font-weight: bold;
}

.fs-p-footerCopyright__text {
    margin: 0;
    font-size: 1.2rem;
    color: black;
}