/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io
Description: A child theme for Bricks Builder.
Author: EMENEC LLC
Author URI: https://emenec.us
Template: bricks
Version: 1.0
*/

/* Target the Proceed to Checkout button inside Cart Totals and apply padding and style */
.woocommerce-cart .cart-collaterals a.checkout-button {
  display: inline-block;
  padding: 1.4rem 4rem !important;
  font-family: 'Prompt', sans-serif;
  font-size: 2rem !important;
  color: #ffffff !important;
  background-color: #e30a17 !important;
  border: 1px solid #ffffff !important;
  border-radius: 7px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
}

/* Hover effect */
.woocommerce-cart .cart-collaterals a.checkout-button:hover {
  background-color: #ffffff !important;
  color: #e30a17 !important;
  border: 1px solid #e30a17 !important;
}

/* Style the Proceed to Checkout button inside Cart Totals */
.woocommerce-cart .cart-collaterals a.checkout-button {
  display: inline-block;
  padding: 1.4rem 4rem !important;
  font-family: 'Prompt', sans-serif;
  font-size: 2rem !important;
  color: #ffffff !important;
  background-color: #e30a17 !important;
  border: 1px solid #ffffff !important;
  border-radius: 7px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 1rem;
}

/* Hover effect */
.woocommerce-cart .cart-collaterals a.checkout-button:hover {
  background-color: #ffffff !important;
  color: #e30a17 !important;
  border: 1px solid #e30a17 !important;
}

a.remove.remove_from_cart_button {
    color: #ffffff !important;
    background: transparent !important;
    font-size: 22px;
    text-decoration: none !important;
}

a.remove.remove_from_cart_button:hover {
    color: #e30817 !important;
}
