.btn-main-navigation {
    font-size: 12px;
    font-weight: 600;
    color: #db161f !important;
    background: #fff2e8!important;
    border: 1px solid #db161f;
}

.btn-main-pagination-order {
    font-size: 12px;
    font-weight: 600;
    color: white !important;
    background: #db161f;
    /* border: 1px solid #db161f; */
}
.w-20px {
    width: 20px;
}

.w-50px {
    width: 50px;
}

.w-30px {
    width: 30px;
}
.w-70px {
    width: 70px;
}

.w-100px {
    width: 100px;
}
.w-160px {
    width: 160px;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}
html{
	    overscroll-behavior: none;
}
html,
body {
    overscroll-behavior-y: contain;
}
/* body {
  / Disables pull-to-refresh but allows overscroll glow effects. /
  overscroll-behavior-y: contain;
} */