.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: #00c2c2;
    border-radius: 8px;
    cursor: pointer;
}
.btn-cart-v2 .btn-cart-base:hover {
    background:#00aaaa;
}

.btn-cart-v2 .btn-cart-select-count {
    line-height: 28px;
    padding: 6px 10px;
    font-size: 16px;
    background: #00c2c2;
    border-radius: 8px;
}
.btn-cart-v2 .btn-cart-select-count-button {
    line-height: 28px;
    padding: 6px 20px;
    font-size: 16px;
    background: #00c2c2;
    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;
}
.btn-cart-dst, .btn-cart-dst:hover, .btn-cart-dst:focus, .btn-cart-dst.focus {
    background: #00c2c2; 
    display: inline-block; 
    color: #fff; 
    border: 0;
    box-shadow: unset; 
    border-radius: 8px; 
    font-size: 16px; 
    line-height: 1rem;
    font-weight: 600; 
    transition: none; 
    margin-right: 10px;
    width: 40%;
    height: 40px; 
    padding-top: 5px; 
    text-align: center; 
}
.btn-cart-dst span {
    font-size: 14px; 
    font-weight: 400; 
    margin-right: 15px; 
     text-align: center;
}
.notuser, .notuser:hover, .notuser:focus {
    width: 100%;
}
.cart-button-mount {
    margin-right: 10px!important;
}
.cart-button-fixed {
    display: none;
    position: fixed;
    bottom: 65px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0px 10px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9000;
    border-radius:8px!important;
    margin-right:5px!important;
}
.cart-button-fixed .in-cart-container .btn-cart-dst {
    width: auto; 
}
.add-to-cart-container {
    text-align:center;
}
@media (max-width: 500px) {
    .cart-button-fixed {
        display: block;
    }
    .cart-actions-main {
        display: none !important;
    }
}
@media(max-width:500px) {
    .btn-cart-v2 .btn-cart-base {
        padding: 6px 10px;
        font-size: 14px;
    }
}
@media(max-width:320px) {    
    .btn-cart-v2 svg {
        display: none;
    }
}