﻿.v-counter {
    border-radius: 32px;
    width: 70px;
    max-width: 70px;
    max-height: 29px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 4px;
    border: 1px solid #323140;
}

    .v-counter input[type=button] {
        position: relative;
        top: -3px;
        font-family: 'icomoon' !important;
        color: #d6b86e !important;
        font-weight: bold;
        background-color: transparent;
        font-size: 13px;
    }

        .v-counter input[type=button]:hover {
            color: #d6b86e;
            font-weight: bold;
            background-color: transparent;
        }

    .v-counter span {
        display: none;
        font-size: 13px;
        color: black;
    }

    .v-counter input[type=text] {
        position: relative;
        top: -2px;
    }

    .v-counter input[type=button], .v-counter input[type=text] {
        display: inline-block;
        width: 16px;
        background-color: transparent;
        outline: none;
        border: none;
        text-align: center;
        cursor: pointer;
        padding: 0px;
        margin: auto;
        color: black;
        height: 29px;
    }

.near-number-cart-wise {
    top: -2px;
    right: 20px;
}

@media (max-width: 481px) {
    .v-counter {
        border-radius: 32px;
        width: 130px;
        max-width: 140px;
        max-height: 29px;
        overflow: hidden;
        white-space: nowrap;
        padding: 0px 0px;
        border: 1px solid #323140;
    }

        .v-counter input[type=button] {
            position: relative;
            top: -3px;
            font-family: 'icomoon' !important;
            color: #d6b86e !important;
            font-weight: bold;
            background-color: transparent;
            font-size: 13px;
        }

            .v-counter input[type=button]:hover {
                color: #d6b86e;
                font-weight: bold;
                background-color: transparent;
            }

        .v-counter span {
            display: none;
            font-size: 13px;
            color: black;
        }

        .v-counter input[type=button], .v-counter input[type=text] {
            display: inline-block;
            width: 39px;
            background-color: transparent;
            outline: none;
            border: none;
            text-align: center;
            cursor: pointer;
            padding: 0px;
            color: black;
            height: 29px;
        }

    .near-number-cart-wise {
        top: -2px;
        right: 0px;
    }
}

.v-counter-single {
    border-radius: 5px;
    width: 70px;
    max-width: 70px;
    max-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 4px;
    border: 1px solid #323140;
}

    .v-counter-single input[type=button] {
        position: relative;
        top: -3px;
        font-family: 'icomoon' !important;
        color: #d6b86e !important;
        font-weight: bold;
        background-color: transparent;
        font-size: 13px;
    }

        .v-counter-single input[type=button]:hover {
            color: #d6b86e;
            font-weight: bold;
            background-color: transparent;
        }

    .v-counter-single span {
        display: none;
        font-size: 13px;
        color: black;
    }

    .v-counter-single input[type=text] {
        position: relative;
        top: -2px;
    }

    .v-counter-single input[type=button], .v-counter-single input[type=text] {
        display: inline-block;
        width: 16px;
        background-color: transparent;
        outline: none;
        border: none;
        text-align: center;
        cursor: pointer;
        padding: 0px;
        margin: auto;
        color: black;
        height: 35px;
    }
