form.woocommerce-checkout { display: grid; @include media-breakpoint-down (md) { grid-row-gap: 40px; } @include media-breakpoint-up (lg) { grid-template-columns: repeat(2, 1fr); grid-column-gap: 45px; } h3 { --fontSize: 17px; } } // customer details #customer_details { .col-2 { margin-top: 40px; .form-row:last-child { --contentSpacing: 0; } } } #ship-to-different-address { label { --fontSize: 15px; --fontWeight: 600; } } // order review .ct-order-review { align-self: flex-start; position: sticky; top: 50px; border: 2px solid $border-color; @include media-breakpoint-down (sm) { padding: 25px; } @include media-breakpoint-up (md) { padding: 45px; } .shop_table { font-size: 15px; border: 0; thead th { border-top: none; } th, td { padding-left: 0; padding-right: 0; border-left: none; border-right: none; } .product-name, tfoot th { text-align: left; } .product-total, tfoot td { text-align: right; } .product-total { vertical-align: top; } tfoot { tr:last-child { th, td { border-bottom: none; } } } } } // notice group .woocommerce-NoticeGroup-checkout { grid-column: 1/-1; }