#page-loader{
    height: 100vh;width: 100%;position: absolute; z-index: 99999
}

a:hover{
    color: #a6a6a6;
}

.logo-img{max-height: 56px}

.loading-data{max-width: 48px}

.cursor-pointer{cursor: pointer!important}

.fs-13{font-size: 13px}
.fs-14{font-size: 14px}
.fs-15{font-size: 15px}
.fs-16{font-size: 16px}
.fs-18{font-size: 18px}
.fs-20{font-size: 20px}
.fs-22{font-size: 22px}
.fs-24{font-size: 24px}

.border-radius-10{border-radius: 10px}
.border-radius-5{border-radius: 5px}
.amount {font-size: 1.5rem!important}
.input-qty{
    max-width: 30px;
    border: none;
}
.capitalize{text-transform: capitalize!important}
.custom-color{color:var(--bs-primary)}
.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}
}

.regularPrice{
    font-size: 13px;
    text-decoration: line-through;
    color: #c3c3c3;
}
.error-color{
    color: #a51919;
}

.color-white{
    color: white!important;
}

.btn-transparent{
    background-color:transparent;color:var(--bs-primary)
}

/*COLORS FOR USERS*/
.bg-brown {background:#754c24}
.bg-grey {background:#636363}
.bg-purple-2 {background:#ba6ed4}
.bg-pink-2 {background:#ff87a3}
.fc-bg-brown {background:#754c24}
.fc-bg-grey {background:#636363}
.fc-bg-purple-2 {background:#ba6ed4}
.fc-bg-pink-2 {background:#ff87a3}