.wc-block-components-product-metadata {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.wc-block-components-product-metadata > div {
    width: calc(50% - 5px);
}

a.wc-block-components-product-name {
    pointer-events: none;
    color: #58595b;
}
.medium {
    font-weight: 600;
}
.wc-block-cart-item__quantity {
    flex-direction: row !important;
    gap: 10px;
}
input.wc-block-components-quantity-selector__input {
    font-weight: 700;
}

table.wc-block-cart-items .wc-block-cart-items__header th {
    visibility: visible !important;
    padding: 10px 16px;
    background-color: #454850 !important;
    color: #FFF;
    text-transform: none;
    text-align: left !important;
    font-weight: 500;
}

.woocommerce-cart .contactsAndDownloadContainer, .woocommerce-cart .boxSection.noleggio-vendita-row, .woocommerce-cart .boxSection.tag-row {
    display: none;
}
.woocommerce-checkout .contactsAndDownloadContainer, .woocommerce-checkout .boxSection.noleggio-vendita-row, .woocommerce-checkout .boxSection.tag-row {
    display: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #1c4a98;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0 0 0 !important;
    color: #FFF;
}

.woocommerce-checkout div#rmjs-1 {
    height: auto !important;
}

.woocommerce-checkout .pageText + [data-readmore-toggle] {
    display: none !important;
}

