/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.checkout-row {
  display: flex !important;
  gap: 14px !important;
  align-items: flex-start;
}

.left img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.right {
  flex: 1;
}

.checkout-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.checkout-variation {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.checkout-estimate {
  font-size: 11px;
  color: #666;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Qty box */
.checkout-qty-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-btn {
  border: 1px solid #ccc;
  background: white;
  padding: 2px 8px;
  cursor: pointer;
  border-radius: 6px;
}

/* Price */
.checkout-price {
  font-weight: 600;
}

/* remove default × */
.product-quantity {
  display: none !important;
}