/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    foolab.app
 *  @copyright 2010-2021 foolab.app
 *  @license   LICENSE.txt
 */

.pslab-quantity {
    position: relative;
    margin-right: 10px;
}
.pslab-quantity.cart{
    position:absolute;
}
.pslab-quantity.cart input{
    width: 45px!important;
}

.pslab-quantity  .bootstrap-touchspin-prefix,.pslab-quantity  .bootstrap-touchspin-postfix, .pslab-quantity .input-group-btn-vertical{
    display:none;
    visibility:hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.pslab-quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.pslab-quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
    margin-left: 20px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #aed844;
    color: #FFF;
    font-size: 17px;
    line-height: 20px;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}
#qtyStepModule{
    opacity:0;
    position:absolute;
    left:-9999px;
    top:-9999px;
}
