.woocommerce-cart section#simple-page {
    margin-top: 120px;
}
.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
    max-width: 100%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
table.shop_table.shop_table_responsive {
    border-radius: 12px;
    border-collapse: inherit;
}
.cart_totals {
    width: 100%!important;
}
.product-remove a.remove {
    /* width: 40px!important; */
    /* height: 40px!important; */
    font-size: 26px!important;
}
.woocommerce-page .woocommerce-cart-form #coupon_code {
    width: auto;
    margin-right: .8em;
    height: 41px;
    font-size: var(--wp--preset--font-size--small);
    padding: 4px 20px;
}
.cart_totals h2 {
    display: none;
}
.grid-cart {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
@media (max-width: 768px) {
    .grid-cart {
        grid-template-columns: 1fr;
    }
    .woocommerce-cart input#coupon_code,
    .woocommerce-cart .coupon button.button {
        width: 100%!important;
        margin: 0!important;
        border-radius: 0px!important ;
        padding: 7px 10px!important;
    }
    .woocommerce-cart .coupon button.button {
        margin-top: 10px!important;
    }
    .woocommerce-cart .quantity {
        width: 100%!important;
    }
    body.woocommerce-cart .quantity .qta_change.meno-cart {
        left: 79%!important;
    }
    body.woocommerce-cart input.input-text.qty {
        margin-right: 3px!important;
    }
    .woocommerce-cart section#simple-page {
        margin-top: 20px;
    }
}
.woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table td *:not(.remove) {
    font-size: 16px!important;
    font-weight: 400;
}
.woocommerce-cart table.shop_table th,
.woocommerce ul#shipping_method .amount {
    font-weight: 500;
}
.woocommerce-cart .coupon button.button,
p.order-again a,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #000!important;
    border: 0!important;
    color: #fff!important;
    padding: 4px 20px!important;
    border-radius: 0px 20px 20px 0!important;
}
p.order-again a,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border-radius: 20px!important;
    font-weight: 500!important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border-radius: 50px!important;
    font-weight: 500!important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    font-size: 14px!important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    font-size: 20px!important;
}
.woocommerce-cart input#coupon_code {
    width: 200px;
    margin: 0!important;
    border-radius: 20px 0 0 20px;
    padding: 7px 10px;
}
.woocommerce-cart .coupon {
    padding: 10px 0;
}
.actions > button[type="submit"] {
    display: none!important;
}
.cart_totals th {
    font-weight: 500!important;
    font-size: 1.4rem!important;
}
.woocommerce-cart #simple-page b, #simple-page strong {
    /*color: var(--nero)!important;*/
    font-weight: 500!important;
}
.woocommerce-cart #simple-page b, #simple-page strong {
    color: inherit!important;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%!important;
}
.woocommerce-cart .quantity .qty {
    font-size: 1.4rem;
    font-weight: 400;
}
.woocommerce-cart section.shipping-calculator-form {
    padding: 0;
}
.shipping-calculator-form button.button {
    padding: 5px 30px;
    background: linear-gradient(to left, #000 50%, #496598 50%) right!important;
    background-size: 205%!important;
    transition: 0.3s ease-out;
    border: 0;
    color: #fff;
    margin: 3px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px!important;
}
.continue-shopping, .woocommerce-cart a.checkout-button.button.alt.wc-forward {
    background: linear-gradient(to left, #000 50%, #496598 50%) right!important;
    background-size: 205%!important;
    transition: 0.3s ease-out;
    border: 0;
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */
    padding: 6px;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    border-radius: 20px;
    padding: 10px 20px !important;
}
.continue-shopping:hover {
    color: #fff!important;
}
body.woocommerce-cart .quantity .qta_change.meno-cart:before, body.woocommerce-cart .quantity .qta_change.piu-cart:before {
    width: 8px!important;
    height: 2px!important;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #000;
    display: inline-block;
}
body.woocommerce-cart .quantity .qta_change.meno-cart {
    left: -15px;
}
body.woocommerce .quantity .qta_change, body.woocommerce-cart .quantity .qta_change {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 10px!important;
    height: 10px!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
body.woocommerce-cart .quantity .qta_change.piu-cart {
    right: -10px;
}
.woocommerce-cart .cart_item .quantity {
    position: relative;
}
body.woocommerce-cart .quantity .qta_change.piu-cart:after {
    height: 8px!important;
    width: 2px!important;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.woocommerce-cart input.input-text.qty {
    height: unset!important;
    padding: 0!important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    letter-spacing: 0.32px !important;
    color: #000 !important;
    border-radius: 50px !important;
    background-color: #F4F4F4 !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 20px !important;
}
.woocommerce-message {
    font-size: 1.6rem;
    font-weight: 300;
}
.woocommerce-cart .checkout-button.button.alt.wc-forward {
    margin-top: 10px;
}
p#wcpay-express-checkout-button-separator {
    visibility: hidden!important;
    display: block!important;
}
#payment li.wc_payment_method.payment_method_woocommerce_payments.theme--stripe {
    display: none!important;
}
.wc-block-components-address-form input, .wc-block-components-address-form select {
    border-radius: 20px!important;
}
.wc-block-components-address-form * {
    font-size: 16px;
}
.row {
    max-width: 1464px!important;
    width: 100%;
}

.coupon button[type="submit"] {
    height: 41px;
}

/* Checkout */
.woocommerce-order-received section {
    padding-top: 40px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0!important;
    margin-top: 20px;
    margin-bottom: 0px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 28px;
    font-weight: 400;
}
.woocommerce ul.order_details li, 
.woocommerce ul.order_details li strong, 
p.wc-block-components-checkout-step__description, 
.wc-block-components-address-card__edit, 
span.wc-block-components-payment-method-label, 
.wc-block-components-radio-control-accordion-content *, 
span#radio-control-wc-payment-method-options-ppcp-gateway__label span,
h2.wc-block-components-title.wc-block-components-express-payment__title,
.wc-block-components-express-payment-continue-rule.wc-block-components-express-payment-continue-rule--checkout {
    font-size: 14px!important;
    font-weight: 400;
}
.woocommerce ul.order_details li strong {
    font-weight: 500!important;
}
section.woocommerce-order-downloads {
    display: none!important;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    margin-bottom: 15px;
    font-size: 28px;
}
.woocommerce table.shop_table th {
    font-weight: 500!important;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 16px;
}
ul.wc-item-meta {
    padding-left: 0;
}
td.woocommerce-table__product-name.product-name  * {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
ul.wc-item-meta {
    margin-top: 10px;
}
ul.wc-item-meta {
    margin-top: 10px;
}
ul.wc-item-meta li:not(:first-child) {
    display: none;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details * {
    font-size: 16px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500;
}
section.woocommerce-order-details {
    margin-bottom: 0;
    padding-bottom: 0;
}
address,
address p {
    font-size: 16px!important;
    font-weight: 400;
}
.wc-block-components-order-summary-item__description *,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount,
.wc-block-components-panel__button,
.wc-block-components-totals-item__label,
.wc-block-components-checkbox * {
    font-size: 14px!important;
}
input#wc-block-components-totals-coupon__input-coupon {
    height: 100%;
    border-radius: 20px;
    padding-left: 14px;
    font-size: 14px;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input label {
    padding-left: 10px;
    font-size: 12px!important;
}
.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.9)!important;
}
h2.wc-block-components-title.wc-block-components-checkout-step__title {
    font-size: 24px;
}
.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child {
    font-weight: 500!important;
}
.wc-block-components-address-card {
    border-radius: 20px!important;
}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-radius: 20px!important;
    box-shadow: inset 0 0 0 1px currentColor!important;
}
.wc-block-components-radio-control--highlight-checked:after {
    border-radius: 20px!important;
}
.wc-block-components-radio-control-accordion-content {
    padding-left: 16px;
}
.wc-block-components-textarea {
    border: 1px solid hsla(0,0%,7%,.7);
    border-radius: 20px!important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    margin-left: -1px;
    margin-top: -3px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 0!important;
    padding: 8px 20px!important;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block span.wc-block-components-checkbox__label,
a.wc-block-components-checkout-return-to-cart-button {
    font-size: 14px!important;
}
dl.variation {
    display: flex!important;
    align-items: center;
}
.xoo-wsc-empty-cart {
    font-size: 16px;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
    border-radius: 100px;
    transition: all 0.3s ease-in-out!important;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin-top: 26px;
}
.woocommerce-product-gallery img {
    border-radius: 12px;
}
span.wc-block-components-payment-method-label, .wc-block-components-radio-control__label-group > span > span {
    margin-left: 15px;
    margin-top: 5px;
}
p.ppcp-place-order-description {
    text-align: left!important;
}
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after {
    background: 0!important;
}
div#radio-control-wc-payment-method-options-ppcp-gateway__content * {
    line-height: 1.4;
}
div#ppcp-checkout-paylater-messages {
    margin-top: 15px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border-radius: 50px!important;
    padding: 10px 20px!important;
    font-weight: 400!important;
}
div.paypal-buttons iframe {
    border-radius: 50px!important;
    background-color: #fcc244!important;
}
div.paypal-buttons iframe {
    border-radius: 50px!important;
}