﻿.handle-counter {
    /*overflow: hidden;*/ /* en edge causa que no se vean algunos bordes con tamaños específicos de ventana */
    width:120px;
    margin:auto;
    min-height: 30px;
}

.handle-counter-sm {
    width: 110px;
}

.handle-counter-md {
    width: 190px;
}

.handle-counter-responsive {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.handle-counter .counter-minus, .handle-counter .counter-plus, .handle-counter input {
    float: left;
    text-align: center;
}

.handle-counter .counter-minus, .handle-counter .counter-plus {
    text-align: center;
}

.handle-counter-sm .counter-minus, .handle-counter-sm .counter-plus {
    width: 30px;
}

.handle-counter-responsive .counter-minus, .handle-counter-responsive .counter-plus {
    width: 10%;
}

.handle-counter input {
    width: 50px;
    max-width: 54px;
    font-size: 18px;
    padding: 0px;
    /*border: 1px solid #ddd;*/
    border-left: none;
    border-right: none;
    margin-left: 10px;
    margin-right: 10px;
    background: transparent;
    /*line-height: 1px;*/
    height: 30px !important;
    font-weight: 600 !important;
}

.handleCounter-border input {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 0px;
    border-right: 0px;
}

.handle-counter-md input {
    width: 120px;
}

.handle-counter-responsive input {
    width: 80%;
}

.handle-counter > .btn {
    padding: 0px 8px;
    /*border: 1px solid black;*/
    /*color: #fff;*/
    border: none !important;
    border-radius: 0px !important;
    background-color: transparent;
    line-height: 0;
}

.handleCounter-border > .btn {
    border: 1px solid #ddd !important;
    background-color: transparent;
    line-height: 0;
    color: #616161;
}

.handle-counter > .btn, .handle-counter > input {
    height: 27px;
}

.handle-counter > .counter-minus {
    border-bottom-left-radius: 7px !important;
    border-top-left-radius: 7px !important;
}

.handle-counter > .counter-plus {
    border-bottom-right-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.handle-counter > .btn:disabled, .btn:disabled:hover {
    cursor: not-allowed;
}

.handle-counter > .btn:hover, .handle-counter > .btn:focus {
    background-color: transparent;
    color:inherit;
    border:none;
    box-shadow: none;
}
