tweaks for checkout page

This commit is contained in:
2025-05-10 18:12:16 +05:00
parent 39f50eeac3
commit 1807738d95
3 changed files with 46 additions and 1 deletions

View File

@ -775,6 +775,10 @@ body {
.woocommerce h3 {
font-family: var(--wp--preset--font-family--eb-garamond);
font-size: 32px;
font-weight: 300;
}
.woocommerce h2 {
font-weight: 300;
}
.woocommerce form .form-row label,
@ -930,5 +934,25 @@ body {
padding-right: 3rem !important;
}
}
.woocommerce-page table.shop_table {
width: 100%;
}
.product-total, .cart-subtotal td, .tax-total td, .order-total td {
text-align: right;
}
@media (max-width: 1500px) and (min-width: 501px) {
.entry-content {
margin-inline: 3rem !important;
}
}
.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field {
color: black;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
border-radius: 12px;
}
/*# sourceMappingURL=custom.css.map */