.woocommerce-cart article, .woocommerce-checkout article{
    max-width: 1350px !important;
    margin: auto !important;
    margin-top: 5rem !important;
}
.wc-block-cart-item__product .wc-block-cart-item__wrap{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
a.wc-block-components-product-name{
    font-size: 1rem !important;
    color: black !important;
    text-decoration: none !important;
    font-weight: bold !important;
    margin: 0px !important;
}
.wc-block-cart-item__quantity{
    display: flex !important;
    flex-direction: column !important;
}
.wc-block-components-product-details.wc-block-components-product-details{
    margin: 0px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
    margin-bottom: 0px !important;
}
.wc-block-components-button__text,a.wc-block-components-checkout-return-to-cart-button{
    padding: 10px 15px !important;
    border: solid black 1px !important;
    color: black !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: transparent !important;
    color: black !important;
    border: solid 1px black !important;
    font-weight: lighter !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
}

h1.product_title.entry-title {
    text-transform: uppercase;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
 text-decoration: none !important;
}
a.wc-block-components-checkout-return-to-cart-button{
    padding-left: 30px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained{
    background-color: transparent;
    border: none !important;
    font-size: 1rem !important;
}
p{
    font-size: 12px;
}
button.single_add_to_cart_button.button.alt {
    border: solid 1px !important;
}
h1.product_title.entry-title {
    font-size: 16px;
}
span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
.related-products span.woocommerce-Price-amount.amount {
    font-size: 12px;
}

button.single_add_to_cart_button.button.alt {
    font-size: 12px;
}
@media (max-width: 966px){
    .woocommerce-cart article, .woocommerce-checkout article{
        padding: 5% !important;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    width: 100% !important;
}
.wc-block-cart-item__product .wc-block-cart-item__wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
    flex-direction: column;
}
.wc-block-cart-item__quantity{
    padding-right: 28px !important;
    margin-top: 10px !important;
}
button.wc-block-cart-item__remove-link{
    margin-top: 10px !important;
}
}