.logo-img{max-height: 56px}

.loading-data{max-width: 48px}

.cursor-pointer{cursor: pointer!important}

.fs-15{font-size: 15px}
.fs-18{font-size: 18px}

.border-radius-10{border-radius: 10px}
.border-radius-5{border-radius: 5px}

.input-qty{
    max-width: 30px;
    border: none;
}

.grey-text{color: #c3c3c3}
.fixed-bottom{padding: 16px 24px;border-top: 1px solid #d9d9d9}
.bg-white{background: white}

.width-100{width:100%}

.height-48{height:48px}

.separator-cart{
    margin: 20px 25px;
    border-bottom: 1px solid #f2f5f9;
}

.exchange{color: #d11c1c}

.note{color:grey;font-size:13px}
/*GENERAL*/
.display-xs{display: none}

@media (max-width: 991px){
    .hidden-xs{display: none!important}
    .display-xs{display: block!important}
}
