.group-minmax {
    position: relative;
}

.bt-min {
    left: 5px;
}

.bt-max {
    right: 5px;
}

.bt-min, .bt-max {
    border-radius: 50% !important;
    position: absolute;
    top: 5px;
    width: 35px !important;
    height: 35px;
    line-height: 40px !important;
    padding: 0px !important;
    background-color: var(--bg-primary);
    border: none;
}

.bt-min:hover, .bt-max:hover {
    background-color: var(--bg-primary);
    color: var(--primary);
}

.form-group .group-minmax .bt-min, .form-group .group-minmax .bt-max {
    border-radius: 50% !important;
    position: absolute;
    top: 17px;
    width: 35px !important;
    height: 35px;
    line-height: 40px !important;
    padding: 0px !important;
}

.glyphicon-minus {
    top: -0.5px !important;
    right: 0.5px !important;
}

.glyphicon-plus {
    top: -1px !important;
    right: -1px !important;
}

input#quantity {
    text-align: center;
    border-radius: 40px;
    padding: 16px 13px 13px 13px;
    height: 44px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.form-group .group-minmax input#quantity {
    text-align: center;
    border-radius: 40px;
    padding: 15px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-group .group-minmax button {
    width: 100%;
    border: 0;
    border-radius: 40px;
    display: inline-block;
    float: left;
    background-color: var(--bg-primary);
    color: var(--primary);
    padding: 10px;
    line-height: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.form-group .group-minmax button:hover {
    color: #fff;
    background-color: var(--bg-primary);
    text-decoration: none;
    cursor: pointer;
}

.product-thumb {
    border: none;
}

.product-thumb .button-group {
    border-top: none;
    background-color: #ffffff;
}

.product-thumb .button-group .group-minmax button:hover {
    color: #fff;
    background-color: var(--bg-primary);
    text-decoration: none;
    cursor: pointer;
}

input:focus, textarea:focus, select:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button, .nav-tabs > li > a {
    outline: none;
}