body{
    background:red;
}
main{
    padding-top:10px;
}
.wc-block-components-quantity-selector{
    border-radius:0 !important;
}
#wc-block-components-totals-coupon__input-coupon{
    border-radius:0;
    border:1px solid #00000020;
}
#wc-block-components-totals-coupon__input-coupon:focus-visible{
    outline:none;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
    padding-right:0;
}
.wc-block-components-button{
    background-color: #000;
    text-decoration: none !important;
}
.wc-block-components-button *{
    text-decoration: none !important;

}
.wc-block-components-button:hover{
    color:#ffffff80;
    background-color:#000000;
}

.alignwide{
    margin-inline:0 !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main{
    padding-right:0 !important;
}

button[type="submit"]{
    border-radius:0;
    border:1px solid red;
    color:red;
}
button[type="submit"]:hover{
    background-color:red;
}
.wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block){
    background: #00000020;
    padding: 20px 10px;
}

.wc-block-components-product-badge.wc-block-components-sale-badge,footer{display: none;}

@media screen and (max-width:1200px){
    main{
        max-width: 100% !important;
        padding:10px;
    }
    .entry-title{
        max-width:100% !important;
    }
    .wc-block-cart-item__image img{
        border-radius:6px;
    }

    .wc-block-cart__submit-button{
        background-color:#000;
        text-decoration: none !important;
        padding:7px !important;
        min-height:0 !important;
    }
    .wc-block-components-product-name{
        margin-bottom:3px !important;
        font-size:18px !important;
    }
    
    .wc-block-cart-item__prices{
        margin-bottom:3px !important;
    }
    .wc-block-cart-item__prices .price *{
        font-size:15px;
    }
}
@media screen and (min-width:1200px){
    .wc-block-cart-item__image img{
        border-radius:10px;
    }
    
    .wc-block-cart-item__prices{
        margin-bottom:5px !important;
    }
    
    .wc-block-components-product-name{
        margin-bottom:5px !important;
        font-size:21px !important;
    }
    .wc-block-cart-item__prices .price *{
        font-size:17px;
    }
}

@media screen and (max-width:1200px){
    
}

.wc-block-components-product-name{
    color:#000 !important;
    font-weight:bold !important;
    text-decoration: none !important;
}

.wc-block-cart-item__prices .price *{
    font-weight:600;
}