a.quotique_product_delete{
    color: #333333;
    font-size: 23px;
}
.quotique_product {
    clear: both;
    padding-bottom: 10px;
}
.quotique_column_button button {
    white-space: unset;
}

.quotique_list {
    clear: both;
}


ul.product_list .functional-buttons div.quotique {
    border-right: 1px solid #d6d4d4;
}
ul.product_list .functional-buttons div.quotique a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f03a";
    margin-right: 3px;
    padding: 0 3px;
}
ul.product_list .functional-buttons div.quotique a.checked:before {
    content: "\f022";
}
@media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.quotique {
        border-right: 0;
    }
    ul.product_list .functional-buttons div.quotique a:before {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.quotique {
        border-right: 0;
    }
    ul.product_list .functional-buttons div.quotique a:before {
        display: none;
    }
}

ul.quotique_list li { overflow: hidden; border-bottom:1px solid #d6d4d4; padding: 5px 0 ; } 
.quotique_list-item { border-bottom: 1px solid #ccc; padding: 2px 0; margin: 2px 0; overflow: hidden; }

table.table .item, 
table.table .last_quot_item { width: 100px; }
#list_quotique p.required {
    color: #f13340;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 9px;
}

.q_image_product img {
    width: 100%;
}
.q_image_product {}
.q_details_product {}

.quotique_product .block_content .q-no-products {
    margin: 0 19px;
}

.captcha-container {
    display: inline-block;
}

.captcha-container {
    position: relative;
    margin-bottom: 1em;
}

.captcha-container a {
    position: absolute;
    right: 6px;
    bottom: 3px;
}

#list_quotique label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
    padding-right: 5px;
}

.q-block-in-column {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5625rem;
    background: white;
    padding: 1.5625rem 1.25rem;
}

.q-block-in-product {
    margin-top: 2rem;
}

#quotique-link {
    float: right;
    border-left: 1px solid #515151;
}

#quotique-link a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
}

.quotique-link-t17 {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: .9375rem;
    text-align: right;
    white-space: nowrap;
}
form#list_quotique div.form_agree{
    display: flex;
    align-items: center;
}
form#list_quotique label.agree_label{
    text-align: left;
    float: left;
    width: 98%;
    margin-bottom: 0;
}
form#list_quotique span.agree_checkbox{
    float: left;
    width: 25px;
}

@media (max-width: 540px) {
    form#list_quotique th,
    form#list_quotique td {
        font-size: 12px;
    }

    form#list_quotique td img {
        width: 100%;
    }

    form#list_quotique td {
        padding: 2px;
    }
}

.quotique_list.no-gutters {
    margin: 0;
}
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
#productListTbl_paginate ul {
    display: flex;
}
#productListTbl_paginate li {
    margin: 0 5px;
}
#productListTbl_wrapper {
    margin-bottom: 20px;
}