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

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDEFF2;
    width: 100px;
    height: 44px;
    border-radius: 12px;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
    padding: 10px 13px;
    font-size: 10px;
    height: 100%;
    width: 38px;
    transition: 0.3s;
    border: 0;color: #777F8A;
}
.qty-container .input-qty {
    border: none;
    padding: 0;
    text-align: center;
}
.qty-container .qty-btn-minus:hover, .qty-container .qty-btn-plus:hover,
.qty-container .qty-btn-minus:focus, .qty-container .qty-btn-plus:focus {
    background: #4073bc;color:#fff;
}
form.cart .qty-container {
    margin: 0;
    height: 63px;
    width: 136px;
    min-width: 136px;
}
form.cart .qty-container button.qty-btn-minus, form.cart .qty-container button.qty-btn-plus {
    font-weight: 400;
}