/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.wc-block-components-checkout-place-order-button
  .wc-block-components-checkout-place-order-button__text,
.wc-block-cart__submit-button {
  transition: background-color 0.3s ease;
  padding: 12px 24px;
  background-color: #488b38;
  font-weight: bold;
  color: #ffffff;

  &:hover {
    background-color: #3a6f2f;
    color: #ffffff;
  }
}

.wc-block-cart__main .wc-block-cart-items th {
  padding: 0.5rem 0.625rem !important;
}

.qlwapp__container.qlwapp__container--middle-left,
.qlwapp__container.qlwapp__container--bottom-left,
.qlwapp__container.qlwapp__container--middle-right,
.qlwapp__container.qlwapp__container--bottom-right {
  z-index: 10;
}
