#main-q-row {
    padding-bottom: 2%;
    width: 100%;
    float: left;
    border-bottom: 1px solid darkgrey;
}

table.addify-quote-form__contents td.offered-price .offered-price-input {
    padding: 0.326em;
    width: 4.706325903em;
}

div.addify_converty_to_order_button {
    width: 100%;
    overflow: hidden;
    margin-top: 1em;
}

section.addify-quote-details {
    overflow: auto;
}

section.addify-quote-details table.quote_details th.product-name {
    min-width: 150px;
}

section.addify-quote-details table.quote_details th, section.addify-quote-details table.quote_details td {
    padding: 0.875em 0.875em 0;
}

form.addify-quote-form table.addify-quote-form__contents th.product-name {
    min-width: 150px;
}

form.addify-quote-form table.addify-quote-form__contents th, form.addify-quote-form table.addify-quote-form__contents td {
    padding: 0.875em 0.875em 0;
}

div.addify_converty_to_order_button button {
    float: right;
    background: green;
    color: white;
    border-radius: 3px;
}

#dropdown {
    min-width: 280px !important;
    display: none;
    background-color: #f0f0f0;
    position: absolute;
    top: 100%;
    right: -20%;
    z-index: 100;
    padding: 17px;
}

#quote-li-icon {
    width: auto;
}

#quote-li-icon .dashicons-cart {
    margin-top: 10px;
}

.colimg {
    padding: 0%;
    width: 25%;
    float: left;
}

.colpro {
    padding: 0%;
    width: 60%;
    float: left;
    margin-left: 10px;
}

.coldel {
    padding: 0%;
    width: 10%;
    float: left;
}

#view-quote {
    text-align: center;
    background-color: #1a1a1a;
    color: white;
    border-radius: unset;
    border: 1px solid #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

.main-btn-col {
    margin-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
}

#dropdownMenuButton {
    cursor: pointer;
}

#quantity {
    font-size: 10px !important;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

#delete-quote {
    margin-top: 23%;
    cursor: pointer;
}

#delete-quote:hover {
    color: red;
}

#empty-message {

    font-size: 15px;
}

ul li#quote-li .totalitems {
    width: auto;
    white-space: nowrap;
    float: right;
    margin-left: 3px;
}

.dashiconsc {
    width: auto;
    float: left;
    margin-top: 2px;
}

ul li#quote-li {
    float: right;
    width: auto;
}

.qrow {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}

.view-quote-row {
    margin-top: 15px !important;
}

.loader {
    display: none;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#quantityfor {
    float: left;
    height: 46px;
    margin-right: 10px;
    width: 50px;
}

.rfq_form_wrap div.row {

    margin-bottom: 5px;
    padding: 2px;
}

.af_quote_form {
    width: 100%;
    float: left;
}

.form_row {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.form_row label {
    width: 100%;
    float: left;
    font-weight: bold;
}


.afnonece {
    color: red;
}

.successmsg {
    color: green;
    font-size: 14px;
}

.errormsg {
    color: red;
    font-size: 14px;
}

.woo_options {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.woo_options_mini {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}

.pronam {
    font-size: 14px;
}

.added_quote {
    color: green;
    font-size: 14px;
    border: solid 1px;
    padding: 6px;
    margin-bottom: 20px;
    display: none;
}

.added_quote_pro {

    color: green;
    font-size: 14px;
    border: solid 1px;
    padding: 6px;
    margin-top: 20px;
    display: none;
}

.frequired {
    color: red;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.af_allowed_types {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}

#afrfqerror {
    color: red;
    margin-top: 10px;
}


@media screen and (min-width: 320px) {
    .quote_totals {
        width: 80%;
        float: right;
    }

    .form_row .form_row_input {
        width: 100%;
        float: left;
        margin-top: 7px;
    }
}

@media screen and (min-width: 720px) {
    .quote_totals {
        width: 50%;
        float: right;
    }

    .form_row .form_row_input {
        width: 60%;
        float: left;
        margin-top: 7px;
    }
}


.req_price_text {
    padding: 0.326em;
    width: 3.706325903em;
}

.addify__quote-item .product-thumbnail img {
    width: 50px;
}

.my_account_orders .button.download::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f019";
    margin-left: 0.5407911001em;
}

.quote_details div.wc-order-item-sku {
    font-size: 11px;
}

.quote_details thead {
    white-space: nowrap;
}

.quote_details th, .quote_details td {
    padding: 1.014em;
}

.quote_details a {
    text-decoration: none !important;
}

table.addify-quote-form__contents .product-thumbnail, table.addify-quote-form__contents .product-remove {
    width: 10%;
}

div.af_quote_fields {
    width: 100%;
}


@media only screen and (max-width: 740px) {
    div.af_quote_fields {
        width: 100%;
    }

    div.af_quote_fields table.quote-fields {
        width: 100%;
    }

    table.quote-fields tr {
        padding: 1em;
    }

    table.quote-fields th {
        margin-top: 1em;
        background: none !important;
    }

    table.quote-fields th, table.quote-fields td {
        display: block;
        width: 100%;
        padding: 0px;
    }
}

@media only screen and (min-width: 800px) {
    div.af_quote_fields {
        width: 60%;
    }

    div.af_quote_fields table.quote-fields {
        width: 100%;
        border-collapse: collapse;
    }

    table.quote-fields th, table.quote-fields td {
        background: none !important;
    }

    table.quote-fields tr {
        border-bottom: 1px solid #f2f2f2;
    }

}

div.af_quote_fields table.quote-fields h3 {
    font-size: 18px;
}

div.af_quote_fields input[type="text"],
div.af_quote_fields input[type="email"],
div.af_quote_fields input[type="time"],
div.af_quote_fields input[type="date"],
div.af_quote_fields input[type="datetime-local"],
div.af_quote_fields select,
div.af_quote_fields textarea {
    width: 100%;
}

.mini-quote-dropdown .quote_list {
    position: initial;
}

li.quote-li .mini-quote-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5000;
    display: none;
    background-color: whitesmoke !important;
}

li.quote-li:hover .mini-quote-dropdown {
    display: block;
}

li.quote-li ul.quote_list {
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0em 1em;
    display: block !important;
    background: inherit !important;
}

.mini-quote-dropdown li.addify-rfq-mini-cart-item {
    position: relative !important;
    width: 200px;
    overflow: hidden;
}

.mini-quote-dropdown li.addify-rfq-mini-cart-item:hover a {
    background: none;
}

.mini-quote-dropdown li.addify-rfq-mini-cart-item a {
    padding: 0em 0em 0em 1em !important;
    display: block;
    width: auto;
    overflow: hidden;
    background: none !important;
}

.mini-quote-dropdown li.addify-rfq-mini-cart-item a.quote-remove {
    font-size: 12px;
    display: block;
    background: #cdd7df;
    border-radius: 50%;
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    line-height: 13px;
    padding: 0px !important;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    margin-right: 3px;
    margin-top: 15px;
}

.mini-quote-dropdown li.addify-rfq-mini-cart-item a.quote-remove:hover {
    opacity: 1;
    background: none;
    color: red;
}

.mini-quote-dropdown p.total {
    padding: 0.5em 0em;
    margin: 0em 0em 1em 0em;
    text-align: center;
    border-top: 1px solid #c8c8c8;
    display: inline-block;
    min-width: 100%;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}

.mini-quote-dropdown p.buttons {
    padding: 0em 1em;
    text-align: center;
    display: inline-block;
    min-width: 100%;
    width: 100%;
}

.mini-quote-dropdown li.addify-rfq-mini-cart-item span.quantity {
    margin-left: 15px;
    padding: 0em 1em;
}

.mini-quote-dropdown p.addify-rfq-mini-cart__empty-message {
    padding: 10px;
    white-space: nowrap;
    margin-top: 10px;
}

button.addify_checkout_place_quote {
    float: right;
}

table.my_account_quotes form.quote-convert-to-order {
    display: inline;
}

