/* This file is reserved for overriding and extending the template styles. */
.pro-qty1 {
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.pro-qty1 input {
    border: 2px solid #fa8787;
    border-radius: 35px;
    color: #000000;
    /* height: 50px; */
    font-size: 14px;
    padding: 0 15px 0;
    text-align: center;
    width: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    /* .pro-qty1 input {
        height: 30px;

    } */
}

.pro-qty1 .qty-btn {
    cursor: pointer;
    position: absolute;
    line-height: 14px;
    color: #fa8787;
    top: calc(50% - 0px);
    transform: translate(0%, -50%);
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pro-qty1 .qty-btn:hover {
    color: var(--theme);
}

.pro-qty1 .dec {
    left: 0;
    padding-left: 16px;
}

.pro-qty1 .inc {
    right: 0;
    padding-right: 16px;
}
