/**
Theme Name: Pizza Dragon Child
Author: Muawwaz Ahmad
Author URI: https://www.linkedin.com/in/muawwazahmad/
Description: Pizza Dragon is a high-performance framework engineered specifically for fast-food e-commerce. Built for speed and reliability, it offers seamless integration with online ordering systems and creates a frictionless checkout experience for hungry customers. Lightweight, SEO-optimized, and fully responsive for mobile ordering.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pizza-dragon-child
Template: astra
*/


/* Mini Cart button Color and Hover Color widget */
button.wc-block-mini-cart__button {
  color: #191919 !important;
  border-color: #191919 !important;
}
button.wc-block-mini-cart__button:hover {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

/* Mini Cart content text size */
.wc-block-mini-cart__drawer {
    font-size: 20px !important;
}

/* Justify items of empty mini cart to center widget */
.wc-block-mini-cart__empty-cart-wrapper {
  place-items: center; /* This centers both horizontally and vertically */
  /* Or for only horizontal centering: */
  /* justify-items: center; */
}

/* Single product page product image */
.flex-viewport {
    border-radius: 20px;
}

/* Related Product Images */
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  border-radius: 15px;
}