.order-items > div:nth-child(even) {
    @apply bg-container-darker;
}

.order-links {
    @apply block items-center bg-container;
}

.order-links li {
    @apply inline-block py-2 px-4 cursor-pointer whitespace-nowrap;
}

.order-links li.current {
    @apply flex-grow text-primary;
}

.order-links li a {
    @apply underline;
}

.order-date {
    @apply text-sm;
}
#hyva-checkout-container{
    @apply bg-giftdesign-lighter rounded-xl pb-4 pt-8 px-8
}

#hyva-checkout-container section:not(#quote-actions){
    @apply bg-white rounded-xl p-6
}

#hyva-checkout-main .breadcrumbs .item.completed{
    @apply text-giftdesign
}

#hyva-checkout-container section div.section-title h2{
    line-height: 1rem;
    font-size: 1.5rem;
}

div.field.field-type-hidden{
    margin:0;
}

.total-segments .item.tax{
    display: none;
}

#hyva-checkout-main #quote-summary > section.price-summary{
    background:transparent;
    padding-top:0;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


.hyva_checkout-index-index dialog .order-last .btn-secondary{
   @apply border-gray-300 text-gray-700 hover:bg-gray-50
}