/* 
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
*/

/* Add your custom styles here */

.quantity input.qty[type="number"]::-webkit-outer-spin-button,
.quantity input.qty[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.quantity input.qty[type="number"] { -moz-appearance: textfield; }

.quantity .qty-spinner {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--qty-border, rgba(0,0,0,.15));
  border-radius: 4px;
  overflow: hidden;
}
.quantity .qty-spinner .qty-minus,
.quantity .qty-spinner .qty-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  border: 0;
  background: var(--qty-bg, #f7f7f7);
color:#0B3C57;
  cursor: pointer;
  user-select: none;
}
.quantity .qty-spinner input.qty[type="number"] {
  width: 65px;
  padding: 8px 10px;
  border: 0;
  text-align: center;
  background: #fff;
}

/* Let the Barn2 parent act as the spinner container */
.wcbvp-quantity-field.qty-spinner {
  display: inline-flex;
  align-items: stretch;
}

/* Reuse your button styles; ensure they size nicely beside the input */
.wcbvp-quantity-field.qty-spinner .qty-minus,
.wcbvp-quantity-field.qty-spinner .qty-plus {
  line-height: 1;
  padding: .4em .6em;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
}

/* Keep the original input’s height consistent when flanked by buttons */
.wcbvp-quantity-field.qty-spinner input[type="number"] {
  margin: 0 .25rem;
}