/*
Theme Name:           Flatsome Child
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.5
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Template: flatsome
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.price-rules-table thead th:last-child,
.price-rules-table tbody td:last-child {
    display:none;
}

div.quantity, .woocommerce .button[name=add-to-cart] {
    display:none; /*Hide Add to Cart button until last step*/
}

.wapf-wrapper {
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 15px 20px;
    margin-bottom:20px;
}

.wapf-field-group .step{
    display:none;
}

.wapf-field-group .step:first-child{
    display:flex;
}

.wapf_step_buttons {
    margin-bottom:20px;
    overflow:hidden;
}

.wapf_btn_next {
    float:right !important;
}

.wapf-progress {
    position:relative;
    max-width:450px;
    width:100%;
    margin: 0 auto;
}

.wapf-progress:before, .wapf-progress-bar {
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    background:#ededed;
    top:14px;
    left:0;
}
.rtl .wapf-progress-bar{
    right:0;
    left:unset;
}

.wapf-progress-steps {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.wapf-progress-steps div {
    position:relative;
}

.wapf-progress-steps div:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height:30px;
    font-size:16px;
    line-height:30px;
    border-radius:50%;
    text-align:center;
    display: block;
    font-size: 10px;
    background: #ededed;
}

.wapf-progress-steps div.active:before {

    background:#f0632b; /*The finished step color. Feel free to change*/
    color:white;
}

.wapf-progress-bar {
    background:#f0632b; /*The finished step color. Feel free to change*/
    width:0%;
}
.elementor-jet-single-add-to-cart .cart .quantity {
display: inline-block !important;
width: 80px !important;
margin: 20px !important;
}
.qib-button-wrapper button.qib-button {
background-color: #ffffff !important;
border-color: #91c360 !important;
border-width: 1px !important;
margin: 0px 10px 0px 10px !important;
}

