.product-thumb div.qbutton button {
	width : 100%
}
.cart.outofstock #button-quote {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}
#quatation .cart-remove {
    color: rgba(221, 14, 28, 1);
    background: white;    
}

.mobile-header-active #quatation {
    margin-left: 15px;
}

.mobile-header-active #quatation>a>i::before {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    margin-right: 5px;
}

.mobile-header-active #quatation-items.count-badge {
    transform: translateX(-7px);
    margin-top: -12px;
    display: inline-flex;
}


#quatation-items {
    margin-top: 5px !important;
    transform: translateX(-17px);
    display: inline-flex;
    z-index: 1;
}

#quatation-items {
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
}

#quatation > 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;
    
}

#quatation .cart-label {
    display: inline-block;
    color: rgba(240,242,245,1);
}

#quatation > a > i span {
    position: relative;
    font-size: 12px;
    padding: 0 5px;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
}

.quatation-totals tbody td {
    background: 
rgba(238, 238, 238, 1);
border-style: solid !important;
border-color:
    rgba(221, 221, 221, 1) !important;
}

.quatation-products tbody > tr > td {
    padding: 8px;
    border-width: 1px 0 0 0;
        border-top-width: 1px;
        border-bottom-width: 0px;
    background-color: 
    transparent;
}
.quatation-totals  td {
font-weight: 700;
}
.quatation-totals {
border-width: 1px 0 0 0;
z-index: 2;
position: fixed;
bottom: 0;
width: 100%;
}

.quatation-totals .td-total-text {
    width: 25%;
    white-space: nowrap;
}

div.cart-content .quatation-totals tbody td {
    border-width: 1px 0 0 0;
        border-top-width: 1px;
    padding: 12px;
}