
.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-33 {
  width: 33.3%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.m-rl-auto {
  margin: 0 auto;
}

.w-40px {
  width: 40px;
}


.w-50px {
  width: 50px;
}

.upper-text {
  text-transform: uppercase;
}

.lower-text {
  text-transform: lowercase;
}

.capitalize-text {
  text-transform: capitalize;
}

.center-text {
  text-align: center;
}

.align-text-left {
  text-align: left;
}

.align-text-right {
  text-align: right;
}

.vertical-align-bottom {
  vertical-align: bottom !important;
}

.unstyled-list {
  list-style-type: none;
}

.icon-menu {
  width: 26px;
  height: 26px;
  
  cursor: pointer;
}

.icon-menu-12 {
  width: 12px;
  height: 12px;
  
  cursor: pointer;
}

.icon-menu-14 {
  width: 14px;
  height: 14px;
  
  cursor: pointer;
}

.icon-menu-16 {
  width: 16px;
  height: 16px;
  
  cursor: pointer;
}

.icon-menu-18 {
  width: 18px;
  height: 18px;
  
  cursor: pointer;
}

.icon-menu-20 {
  width: 20px;
  height: 20px;
  
  cursor: pointer;
}

.icon-menu-28 {
  width: 28px;
  height: 28px;
  
  cursor: pointer;
}

.icon-menu-22 {
  width: 22px;
  height: 22px;
  
  cursor: pointer;
}

.icon-menu-30 {
  width: 30px;
  height: 30px;
  
  cursor: pointer;
}

.icon-menu-40 {
  width: 40px;
  height: 40px;
  
  cursor: pointer;
}

.icon-menu-50 {
  width: 50px;
  height: 50px;
  
  cursor: pointer;
}

.p-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.relative {
  position: relative;
}

.align-right {
  position: absolute;
  right: 0;
}

.mw-pad-l-2 {
  padding-left: 2px !important;
}

.mw-pad-t-8 {
  padding-top: 8px !important;
}

.mw-pad-t-6 {
  padding-top: 6px !important;
}

.mw-pad-v-4 {
  padding: 4px 0 !important;
}

.m-h--15 {
  margin-right: -15px;
  margin-left: -15px;
}

.vertical-middle {
  vertical-align: middle;
}

.tn-h-35 {
  height: 35px !important;
}