<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-name span.OC_WOO_UIC_button {
    display: table-cell;
    cursor: pointer;
    background-image: url(../img/edit.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 16px;
    background-size: 12px;
    font-size: 12px;
    vertical-align: middle;
}

.product-name span.OC_WOO_UIC_button:hover {
    color: green;
}

div#cv_form_success {
    font-size: 21px;
    font-style: italic;
}

#new_row .quantity {
    float: left;
    margin-right: 10px;
}

#new_row span#cancel {
    background: #a46497;
    padding: 4px 17px;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    float: left;
    margin-left: 10px;
}

#new_row button#single_add_to_cart_button_id {
    float: left;
}

#loder_img {
    display: none;
}

table.cart td.product-quantity .qty-2 {
    padding: 0.326em;
    width: 3.706325903em;
}
@media (min-width: 991px) {
    .quantity-wraper .quantity .qty-2, body table.cart .quantity .qty-2 {
        height: 2.188vw;
    }
}
@media (min-width: 768px) {
    table.cart .quantity .qty-2 {
        padding: 0.6180469716em;
    }
}
.quantity-wraper .quantity .qty-2, .item-wrap-row-view .quantity .qty-2 {
    width: 100%;
    text-align: right;
    background: transparent;
    box-shadow: none;
    padding: 0;
    padding-right: 10px;
    height: 42px;
}
@media (min-width: 768px) {
    table.cart .qty-2 {
        padding: 0.875em;
        max-width: 3.632em;
    }
}
.quantity .qty-2 {
    width: 4.235801032em;
    text-align: center;
}

.product-name span.OC_WOO_UIC_button {
    display: none !important;
}</pre></body></html>