.btn-cart-v2,
.btn-cart-base,
.btn-cart-select-count,
.btn-cart-select-count-button,
.btn-cart-select-count-value {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.btn-cart-v2 {
    color: #fff;
    max-width: 150px;
    
}
.btn-cart-v2 .btn-cart-base {
    line-height: 28px;
    padding: 6px 20px;
    font-size: 16px;
    background: #a73afd;
    border-radius: 8px;
    cursor: pointer;
	transition: all .3s ease-in;
}
.btn-cart-v2 .btn-cart-base:hover {
    opacity:0.9;
	transition: all .3s ease-in;
}

.btn-cart-v2 .btn-cart-select-count {
    line-height: 28px;
    padding: 6px 10px;
    font-size: 16px;
    background: #a73afd;
    border-radius: 8px;
}
.btn-cart-v2 .btn-cart-select-count-button {
    line-height: 28px;
    padding: 6px 20px;
    font-size: 16px;
    background: #a73afd;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}
.btn-cart-v2 .btn-cart-select-count-value {
    padding: 0px 10px;
    width: 100%;
    min-width: 70px;
    text-align: center;
}
.btn-cart-v2 .btn-cart-select-count-button:hover, .btn-cart-v2 .btn-cart-select-count-button:focus {
    background:#00aaaa;
}

@media(max-width:320px) {
    .btn-cart-v2 {
    }
    .btn-cart-v2 svg {
        display: none;
    }
}