.vwcl-add-button.vwcl-loading {
    pointer-events: none;
    opacity: 0.6;
    cursor: wait;
}

.vwcl-add-button.vwcl-loading {
    pointer-events: none;
    opacity: 0.6;
    cursor: wait;
}

.venti-list-item {
    display: flex;
    align-items: center;
}

.venti-product-attributes {
    padding-bottom: 10px;
}
.venti-product-attributes div {
    font-weight: 300;
    line-height: 150%;
}
.venti-product-attributes div span {
    font-weight: 700;
}
.venti-remove-btn {
    border: 0;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    min-width: 30px;
    background-color: transparent;
    transition: background-color 0.2s, color 0.2s;

}
.venti-remove-btn:hover svg path {
    fill: #0744A1 !important;
}
.venti-name-list-products {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.venti-product-name a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.venti-product-name a:hover {
    color: #0744A1;
}

.venti-product-price {
    padding-bottom: 20px;
}
.venti-product-price ins {
    text-decoration: none !important;
}

.venti-product-price .woocommerce-Price-amount {
    font-weight: 700;
}

.venti-product-sku {
    font-weight: 300;
    line-height: 150%;
    padding-bottom: 10px;
    padding-top: 8px;
}
.venti-product-sku span {
    font-weight: 700;
}
