﻿
table.tblcartwhlsl {
    width: 60%;
}

td.tdcartwhlsl {
    border-top: 0px !important;
}

.padding-column-5 div {
    padding: 5px 5px !important;
}

.align-vertical-horizontal {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.btnsaveitemtd {
    width: 40%;
}

    .btnsaveitemtd input {
        margin-left: 10px;
    }

.moveallquoteshtml {
    padding: 0px !important;
}

.quotesformtr td {
    vertical-align: top
}

@media screen and (max-width: 1000px) {
    .quotesformtr td {
        display: inline-block;
        width: 100%;
        margin: 5px 0px;
    }

    .chosen-container {
        width: 100% !important;
    }

    .btnsaveitemtd input {
        margin-left: 0px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
}

.moveallquotenamebox {
    margin-top: 30px;
}

.existingquotetdhidden {
    display: none !important;
}

.saveforlater {
    cursor: pointer;
}

.quotesortd {
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 9px;
}

.quoteshtml {
    padding-top: 15px;
}


.chosen-single {
    margin: 0px !important;
}

.cartmessage {
    padding: 13px;
}

div.product-extended-desc ul li {
    margin-left: -2px !important;
}