/*
Theme Name:   Hello Elementor Child Theme
Description:  Hello Elementor child theme
Template:     hello-elementor
*/

.quantity-wrapper {
  display: inline-flex;
  align-items: center;
	border:1px solid black;
}

.quantity-wrapper input[type="number"] {
  width: 60px;
  text-align: center;
	border:0px;
	/*margin-left: -20px !important;*/
}

.qty-minus,
.qty-plus {
  padding: 0px 5px;
  font-size: 25px;
	font-weight: bold;
  cursor: pointer;
	color:black;
	border-width:0px;
	margin:0px !important;
}
.qty-minus:hover,
.qty-plus:hover,
.qty-minus:focus,
.qty-plus:focus{
	background: white;
	color:black;
}
