@media (min-width: 1200px) {
  .ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.woocommerce-cart *::before,
.woocommerce-cart *::after {
    padding: 0 !important;
}

.page .entry-header{
    margin-bottom: 0 !important;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .button{
  background-color: #212529;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-cart-form .woocommerce-cart-form__contents .button:hover,
.cart-collaterals .wc-proceed-to-checkout button:hover,
.woocommerce-js a.button:hover{
  background-color: #4b1128 !important;
  cursor: pointer;
}

.woocommerce-js button.button:disabled,
.woocommerce-js button.disabled,
.woocommerce-js input.button:disabled,
.woocommerce-js input.button.disabled {
    opacity: 1 !important;
    cursor: pointer;
}

