#page-loader{
    height: 100vh;width: 100%;position: absolute; z-index: 99999
}
a:hover{
    color: #a6a6a6;
}

.new-client{
background: black;
padding: 5px 10px;
border-radius: 5px;
color: white;
float: right;
}

.logo-img{max-height: 56px}

.loading-data{max-width: 48px}

.cursor-pointer{cursor: pointer!important}

.fs-13{font-size: 13px!important}
.fs-14{font-size: 14px!important}
.fs-15{font-size: 15px!important}
.fs-16{font-size: 16px!important}
.fs-18{font-size: 18px!important}
.fs-20{font-size: 20px!important}
.fs-22{font-size: 22px!important}
.fs-24{font-size: 24px!important}

.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;
}
.gris {
  filter: grayscale(100%);
  opacity:.2;
}
::-webkit-scrollbar {
    display: none;
}
.contenido-scroll {
  max-height: 100%;
  overflow-y: auto;
  position:fixed;
  height:100vh;
}
#cartHeader{
    border-bottom: 1px solid #f1f1f1
}
#cartConfirmBtn{
    bottom:3%;position:fixed;width:29.5%
}

.border-small-btn{
    border: 1px solid #8e8e8e;
    background: #f2f2f2;
    border-radius: 50%;
}

.custom-color{color:#000000!important}
.custom-color-bg{background-color:#000000!important;border-color:#000000!important}

.capitalize{text-transform: capitalize!important}
.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: 10px;
    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:#000000
}

/*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}