.headercart {
    height: 29px;
    display: inline-grid;
    place-items: center; 
}
#headercart #carticon {
    color: #ff0000;
}
#headercart .dropdown-menu {
    width: 400px;
    left: -258px;
}
#headercart .dropdown-menu h6,
#headercart .totalheading {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}
#headercart .tpricecount#TotalPrice {
    padding-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#headercart .cartproductrepeat {
    font-size: 12px;
}
#headercart .qty input {
    border: none;
    background: #f3f3f3;
    box-shadow: none;
    font-size: 12px;
    margin-bottom: 5px;
}
#headercart .subtotal-list {
    font-size: 12px;
    padding: 4px 0;
    margin: 0;
}
#headercart .chkoutbtnsection button {
    font-size: 16px;
    padding: 5px;
    margin-top: 5px;
}


