.btn-quote {
    min-height: 37px;
}
.route-product-product.popup-quickview .product-info .button-group-page .btn-quote {
    margin-right: 7px;
}
.product-info .button-group-page .btn-quote {
    display: inline-flex;
}
.popup-options .product-info .product-details .button-group-page #button-quote {
    margin-left: 7px
}
#product-product .btn-quote {
    margin-bottom: 8px;
    margin-left: 8px;
}
.desktop-header-active #quote {
   /* margin-left: -10px;*/
}
#quote {
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
}
#quote > a {
    position: relative;
    padding: 0;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
    max-height: 100%;
    color: #000;
    color: initial;
}
#quote > a:hover {
    color: inherit;
}
#quote > a > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
    font-size: 2.0em;
    max-height: 100%;
    font-family: inherit;
    color: #FFF;
}
#quote > a > i {
    /*background: rgba(10, 55, 143, 1);*/
    color: rgba(0, 138, 221, 1);
    border-radius: 19px;
    width: 35px;
    height: 25px;
}
#quote > a > i span {
    position: relative;
    font-size: 12px;
    padding: 0 5px;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
}
#quote > a > i::before {
    content: "\e904";
    font-family: 'icomoon';
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
#quote > a::after {
    display: none !important;
}
.mobile #quote .quote-label {
    display: none;
}

#quote > a .links-text {
    font-size: 12px;
}

#quote-items {
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
    display: none;
}
/*#quote-total {*/
/*    white-space: nowrap;*/
/*    transform: translateX(10px);*/
/*    margin-top: -5px;*/
/*    position: absolute;*/
/*    color: rgba(255, 255, 255, 1);*/
/*    background: rgba(232, 40, 77, 1);*/
/*    border-radius: 20px;*/
/*    font-size: 10px;*/
/*    margin-left: 5px;*/
/*    min-width: 1.65em;*/
/*    height: 1.70em;*/
/*    display: inline-flex;*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 auto;*/
/*    flex: 0 0 auto;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    z-index: 11;*/
/*    right: 10px;*/
/*}*/

/******************************
 quote Content
*******************************/
.quote-content {
    font-size: 13px;
    right: 0;
    left: auto;
    padding-top: 0;
    min-width: 200px;
}
.quote-content::before {
    left: 100%;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}
.quote-content .quote-empty {
    margin-bottom: 0;
    padding: 20px;
}
.quote-content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.quote-content > ul .quote-products {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.quote-content > ul a,
.quote-totals {
    position: relative;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.quote-content .quote-buttons {
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 1px 0 0 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.quote-content .quote-buttons a {
    margin: 0 6px;
}
.quote-content img {
    max-width: 100%;
    height: auto;
}
.quote-content table {
    margin-bottom: 0 !important;
    border-style: none !important;
}
.quote-content .quote-products {
    overflow-x: hidden;
    margin-bottom: -1px;
}
.quote-content .quote-products table {
    border-bottom-width: 0 !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.quote-content .quote-products tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}
.quote-content .quote-products tbody > tr:first-of-type > td {
    border-top: 0 !important;
}
.quote-content .quote-products tbody > tr:last-of-type > td {
    border-bottom-width: 1px;
}
.quote-content .quote-products tbody > tr > td {
    padding: 8px;
    border-width: 1px 0 0 0;
    background-color: transparent;
}
.quote-content .quote-products tbody .td-image {
    min-width: 60px;
}
.quote-content .quote-products tbody .td-name {
    vertical-align: middle;
    min-width: 200px;
}
.quote-content .quote-products tbody .td-name small::before {
    content: "•";
    margin: 0 3px;
}
.quote-content .quote-products tbody .td-qty {
    white-space: nowrap;
}
.quote-content .quote-products tbody .td-remove {
    padding: 7px 5px;
    min-width: 25px;
}
.quote-content .quote-products tbody .td-remove button {
    color: #999;
    font-size: 15px;
    position: relative;
    background-color: transparent;
    padding: 2px 0 0 0;
}
.quote-content .quote-products tbody .td-remove button i {
    float: left;
}
.quote-content .quote-products tbody .td-remove button:hover {
    color: #EA2349;
}
.quote-content .quote-totals {
    border-width: 1px 0 0 0;
}
.quote-content .quote-totals tbody td {
    border-width: 1px 0 0 0;
    padding: 8px 12px;
}
.quote-content .quote-totals .td-total-text {
    width: 25%;
    white-space: nowrap;
}
.quote-content .table-bordered {
    border-width: 0;
}
.quote-content .quote-buttons {
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    background: rgba(223, 231, 247, 1);
}
.quote-content .btn-quote.btn {
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    background: rgba(10, 55, 143, 1);
    padding: 10px;
    border-radius: 2px !important;
}
.desktop .quote-content .btn-quote.btn:hover {
    background: rgba(0, 138, 221, 1);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}
.quotation > a > i::before {
    content: "\f022" !important;
}
.btn-remove.btn {
    background: rgba(232, 40, 77, 1);
}
.my-quotation .account-list > li > a::before {
    content: "\f022" !important;
}
#account-quotation table {
    margin-bottom: 20px;
}
.quote-panels-total {
    /*justify-content: flex-end !important;*/
}
.panels-total .quote-total {
    margin-left: 0 !important;
}
.quote-table .title.section-title {
    font-size: 18px;
    font-weight: 700;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    padding-bottom: 8px;
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}
.quote-table #shipping-existing {
    margin: 5px 0;
}
label.email_quote {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
}
label.email_quote input[type=checkbox] {
    margin: 0;
    margin-top: 5px;
}
.btn-home-quote {
    display: inline-flex;
    padding: 8px;
    min-width: 35px;
    min-height: 33px;
    margin-left: 1px;
    margin-right: 1px;
}
.btn-home-quote i {
    font-size: 17px;
    line-height: 17px;
}
.panels-total .section-shipping-quote {
    background: rgba(238, 238, 238, 1);
    padding: 15px;
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    align-items: flex-start;
}
.no-bottom_margin {
    margin-bottom: 0 !important;
}
#quote-content::before {
    border-bottom-color: rgb(255, 255, 255);
}