/* 
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.1
Text Domain: hello-theme-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 {
  position: relative;
}
.quantity .qty-btn {
  flex-shrink: 0;
  outline: none;
  margin: 0 !important;
  border: initial !important;
  background: initial !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .qty-btn.qty-minus {
  top: 10px;
}
.quantity .qty-btn.qty-minus span {
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #8D8D8D;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.quantity .qty-btn.qty-plus {
  top: 4px;
}
.quantity .qty-btn.qty-plus span {
  display: block;
  width: 0;
  height: 0;
  border-bottom: 4px solid #8D8D8D;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}