.samson-quote-cart {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.samson-quote-cart h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.samson-quote-cart ul {
    list-style: none;
    padding-left: 0;
}

.samson-quote-cart li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.samson-remove-from-quote {
    background: #d9534f;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.samson-remove-from-quote:hover {
    background: #c9302c;
}

.samson-quote-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.samson-quote-qty {
    width: 100px !important;
    padding: 2px 4px;
    margin-right: 10px;
    font-size: 14px;
}

.samson-update-qty {
    max-width: 100px;
    padding: 2px 4px;
    margin-right: 10px;
    font-size: 14px;
}

.samson-add-to-quote {
    background: #0073aa;
    color: white;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 3px;
}

.samson-add-to-quote:hover {
    background: #005d8c;
}
.samson-view-quote {
    background-color: #222;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    text-decoration: none;
}
.samson-view-quote {
    background-color: #222;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.samson-view-quote:link,
.samson-view-quote:visited,
.samson-view-quote:hover,
.samson-view-quote:active,
.samson-view-quote:focus {
   color: #ffffff !important;
    text-decoration: none;
}

.samson-view-quote:hover {
    background-color: #000;
}
.samson-update-quote[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    padding: 4px;
}
.samson-update-quote{    padding: 4px;}
.samson-update-quote:hover{cursor: pointer;}
.samson-quote-product-name {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}