:root {
    --wp--preset--font-family--source-serif-pro: "Montserrat", -apple-sytem, sans-serif !important;
    --swal2-border-radius: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.wc-block-breadcrumbs,
.wc-block-catalog-sorting,
body.archive .wp-block-woocommerce-product-price,
body.archive .wp-block-woocommerce-product-button,
body.archive .add_to_cart_button,
body.single-product .wp-block-woocommerce-product-price,
.wc-block-product-results-count {
    display: none;
}

/* 
header.wp-block-template-part {
    display: none;
} */

.archive .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: repeat(2, 1fr);
}

:root body :where(.wp-block-post-title),
body {
    font-family: "Montserrat", -apple-sytem, sans-serif;
    background-color: #f3f1ef;
}

h1.wp-block-post-title {
    text-transform: uppercase;
}

.taxonomy-product_cat.wp-block-post-terms {
    display: none !important;
}

.archive.wp-block-query-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
}

:root :where(.wp-block-query-title) {
    font-family: "Montserrat", -apple-sytem, sans-serif;
}

:root :where(.wp-block-post-title) {
    font-weight: 400;
}

.intro-title {
    font-weight: 400;
    font-size: 3.5rem;
}

.thwepo-extra-options .value input[type="text"],
.thwepo-extra-options .value input[type="url"],
.thwepo-extra-options .value input[type="number"],
textarea {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f3f1ef;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #d6b02e !important;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    box-shadow: inherit;
    border-color: #0000004d;
    background-color: inherit;
    padding: 10px 30px 10px 0;
    transition: border 0.3s ease-in-out;
    border-radius: 0;
    font-family: var(--wp--preset--font-family--source-serif-pro);
}

.thwepo-extra-options .value input[type="text"]:focus-visible,
.thwepo-extra-options .value input[type="url"]:focus-visible,
.thwepo-extra-options .value input[type="number"]:focus-visible,
textarea:focus-visible {
    outline: none !important;
}

.single-product [data-block-name="woocommerce/store-notices"]+.wp-block-columns {
    flex-direction: column;
}

.single-product [data-block-name="woocommerce/store-notices"]+.wp-block-columns>.wp-block-column:first-child {
    display: none;
}

.upload-invoice-button {
    font-size: 13px;
    font-weight: 500;
}

.view-invoice-ui .button {
    font-size: 12px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
}

.view-invoice-ui-title {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.7;
}

.single-product .woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: 100%;
}

.single-product .woocommerce img,
.woocommerce-page img {
    width: 100%;
    object-fit: cover;
}

.single-product table.thwepo-extra-options.thwepo_simple tr {
    display: flex;
    flex-direction: column;
}

.wp-block-woocommerce-add-to-cart-form form.cart> :not(.quantity) {
    grid-column: 1/4;
}

.wp-block-add-to-cart-form table.thwepo-extra-options tr td:nth-child(1) {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

.wp-block-add-to-cart-form table.thwepo-extra-options td {
    padding: 0 !important;
    width: 100%;
}

.wp-block-add-to-cart-form table.thwepo-extra-options td input {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.single-product.woocommerce div.product form.cart div.quantity {
    display: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #d6b02e !important;
    border-radius: 0px !important;
}

[data-block-name="woocommerce/checkout"] .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding-right: 0px !important;
}

[data-block-name="woocommerce/checkout"] .wc-block-components-sidebar-layout .wc-block-checkout__sidebar {
    width: 100%;
    padding-left: 0px;
    position: relative !important;
    top: 0px !important;
}

[data-block-name="woocommerce/checkout"] .wc-block-components-sidebar-layout {
    /* display: flex; */
    flex-direction: column-reverse;
}

.wc-block-components-order-summary-item__image {
    display: none !important;
}

.wc-block-components-order-summary-item__description {
    width: 100%;
    padding: 0px !important;
}

.wc-block-components-order-summary-item__individual-prices {
    display: none !important;
}

[data-block-name="woocommerce/checkout"] .wc-block-components-product-name {
    font-size: 1.5rem;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 0px;
}

.wp-block-woocommerce-checkout-totals-block {
    margin-bottom: 50px;
}

.wc-block-components-checkout-order-summary__title {
    display: none !important;
}

div#order-notes {
    display: none;
}

.wc-block-checkout__billing-fields .wc-block-components-checkout-step__heading,
.wc-block-checkout__billing-fields .wc-block-components-checkout-step__description {
    display: none;
}

fieldset#contact-fields {
    margin-bottom: 0px !important;
}

p#wc-guest-checkout-notice {
    display: none;
}

div#contact {
    margin-bottom: 0px;
}

fieldset#contact-fields .wc-block-components-checkout-step__description {
    display: none;
}

wc-block-components-checkout-step__description {}

fieldset#contact-fields .wc-block-components-checkout-step__description {
    display: none;
}

.wc-block-order-confirmation-totals table .wc-item-meta li,
.wc-block-components-product-metadata li {
    display: flex;
    padding: 0.5rem 0;
}

.wc-block-order-confirmation-totals table .wc-item-meta li>*,
.wc-block-components-product-metadata li>span {
    width: 50%;
    overflow: hidden;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price,
a.wc-block-components-checkout-return-to-cart-button,
.product-quantity,
.wc-block-checkout__terms {
    display: none;
}

.wc-block-components-product-details.wc-block-components-product-details li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wc-block-components-product-metadata {
    /* margin: 0 -1rem; */
}

tr.woocommerce-table__line-item.order_item td.wc-block-order-confirmation-totals__total {
    vertical-align: baseline;
}

.wc-block-order-confirmation-totals table .wc-item-meta {
    margin-top: 20px;
}

.single-product form.cart table.thwepo-extra-options label.label-tag {
    color: #1b1b1b;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.single-product.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart button[name="add-to-cart"] {
    margin-top: 40px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

table.wc-block-order-confirmation-totals__table {
    background: white;
    border-radius: 0px;
}

ul.wc-block-order-confirmation-summary-list {
    background: white;
    padding: 1rem;
    font-size: 14px;
}

.wc-block-components-checkout-order-summary__content {
    background: white;
    border-radius: 0px;
}

.wc-block-components-radio-control__label {
    text-transform: uppercase;
    font-size: 15px;
}

.wc-block-components-radio-control-accordion-content {
    font-size: 13px;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content,
.wc-block-checkout__shipping-option .wc-block-components-checkout-step__content {
    padding-top: 0px;
}

header.wp-block-template-part {
    margin-bottom: 5rem;
    --wp--custom--spacing--small: 5rem;
    --wp--custom--spacing--large: 5rem;
}

header.wp-block-template-part .wp-block-group>.wp-block-columns {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

footer.wp-block-template-part {
    font-size: 14px;
}

footer.wp-block-template-part>.wp-block-group {
    padding-top: 50px !important;
}

footer.wp-block-template-part .is-layout-constrained>.alignwide {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce button.button {
    background-color: #d6b02e !important;
    border-color: transparent !important;
}

input.swal2-file {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-family: "Montserrat";
    font-size: 14px;
    border: none !important;
    box-shadow: none !important;
}

input.swal2-file::file-selector-button {
    padding: 1em 1.5em;
    background-color: #d6b02e;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border: none !important;
    box-shadow: none !important;
}

.archive.tax-product_cat .wc-block-product-template__responsive.columns-3.wc-block-product-template.wp-block-woocommerce-product-template {
    grid-gap: 3em;
}


.archive.tax-product_cat .wc-block-product-template__responsive.columns-3.wc-block-product-template.wp-block-woocommerce-product-template h3 {
    margin-bottom: 0px;
}

label {}

.payment_method_icici img {
    display: none;
}

tr.cart_item .variation {
    font-size: 14px;
}

dt.variation-Amount {
    display: none;
}

dd.variation-Amount {
    display: none;
}

dt.variation-Address {}

tr.cart_item .variation > * {
    font-style: normal !important;
}

tr.cart_item .variation > dt {
    font-weight: 600;
}

.woocommerce-page .woocommerce-checkout #payment, .woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table, .woocommerce-page.woocommerce-order-pay #payment, .woocommerce-page.woocommerce-order-pay .woocommerce-billing-fields__field-wrapper, .woocommerce-page.woocommerce-order-pay .woocommerce-checkout-payment, .woocommerce-page.woocommerce-order-pay .woocommerce-checkout-review-order-table {
    margin-top: 2rem;
}

form.checkout.woocommerce-checkout {
    display: flex;
    gap: 3rem;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}

form.checkout.woocommerce-checkout > div.col2-set, .checkout #customer_details {
    width: 100% !important;
}

form.checkout.woocommerce-checkout h3#order_review_heading {
    display: none;
}

.woocommerce-billing-fields h3 {
    display: none;
}

td.product-total {
    text-align: end;
}

tr.cart-subtotal td, tr.order-total td {
    text-align: end;
}

table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 0px !important;
}


form.checkout.woocommerce-checkout  li.wc_payment_method {
    border: 1px solid #00000020;
    padding: 1rem;
    font-size: 14px;
}

form.checkout.woocommerce-checkout li.wc_payment_method  input[type=radio][name=payment_method]+label::before {
    width: 8px;
    height: 8px;
    display: none;
    opacity: 0.5;
}

form.checkout.woocommerce-checkout  li.wc_payment_method input[type=radio].shipping_method~.payment_box, .woocommerce-page input[type=radio][name=payment_method]~.payment_box {
    padding-left: 0px;
    opacity: 0.5;
}

form.checkout.woocommerce-checkout li.wc_payment_method  label {
    font-size: 16px;
    margin-bottom: 0px !important;
}

tr.cart-subtotal th,
tr.order-total th {
    font-size: 14px;
}


.wp-block-add-to-cart-form .thwepo-extra-options .value:has(.currency-input-symbol) {
    position: relative;
}

.wp-block-add-to-cart-form .thwepo-extra-options .currency-input-symbol {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.5;
    font-family: monospace;
}

.wp-block-add-to-cart-form .thwepo-extra-options .value:has(.currency-input-symbol) > input {
    padding-left: 25px !important;
    line-height: 1;
}
.wc-block-components-product-button__button.add_to_cart_button {
    display: none !important;
}