.wd-ajax-cart-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid var(--e-global-color-primary);
    direction: rtl;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.2s ease-in-out;
    margin-top: 8px;
}

.wd-ajax-cart-control .wd-ajax-btn {
    border: none;
    color: var(--e-global-color-423324e)!important;
    background: transparent;
    cursor: pointer;
    flex: 0 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.wd-ajax-cart-control .wd-ajax-add {
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 500;
}

.wd-ajax-cart-control .wd-ajax-qty {
    flex: 0 0 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-423324e);
}

.wd-ajax-cart-control .wd-ajax-btn:hover {
    background: var(--e-global-color-423324e);
    color: #ffffff!important;
}

.wd-ajax-cart-control.is-loading {
    opacity: 0.6;
    pointer-events: none;
}
button.wd-ajax-btn.wd-ajax-plus {
    border-right: 1px solid var(--e-global-color-primary);
    font-weight: 700;
}
button.wd-ajax-btn.wd-ajax-minus{
    border-left: 1px solid var(--e-global-color-primary);
    font-weight: 700;
}

.wd-btn-select-variation {
    display: inline-block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid var(--e-global-color-primary);
    direction: rtl;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    color: var(--e-global-color-423324e);
    text-align: center;
    line-height: 40px;
    margin-top: 8px;
    transition: all 0.2s ease-in-out;
}

.wd-btn-select-variation:hover {
    background: var(--e-global-color-423324e);
    color: #ffffff;
}

.wd-ajax-cart-control-variable {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.wd-ajax-cart-control-variable .wd-btn-select-variation {
    flex: 1 1 auto;
    border: none;
    margin-top: 0;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}

.wd-ajax-cart-control-variable .wd-btn-select-variation:hover {
    background: var(--e-global-color-423324e);
    color: #ffffff;
}