#quatation > 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: 1.5em;
    max-height: 100%;
    font-family: inherit;
}

#quatation>a>i::before {
    content: '\ead5' !important;
    font-family: icomoon !important;
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
    left: -1px;
    top: -1px;
    margin-top: 8px;
}

#quatation > a > i::before {
    content: "\e904";
    font-family: 'icomoon';
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}


#quatation > a:hover > i::before {
    /*color:#ccc;*/
    color:rgba(178,178,178,1);
}




#quatation-items {
    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-remove {
    color: rgba(221, 14, 28, 1);
    background: white;    
}

.desktop-quatation-wrapper  {
 -webkit-box-pack: end; 
}
#quatation {
webkit-box-flex: 1;
margin-left: 5px;
border-style: none;
display: block;
transition: all .05s ease-out;

}
#quatation > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


div.cart-content li{
    list-style: none;
}


.mobile #cart .cart-label {
    display: block;
}