.text-philosopher{font-family: 'Philosopher', sans-serif;}
.text-semibold{font-family: 'Open Sans Semibold', sans-serif;}
.text-roboto{font-family: 'Roboto', sans-serif;}
.text-bold{font-family: 'Open Sans Bold', sans-serif; font-weight: bold;}
.text-normal{font-family: 'Open Sans', sans-serif; font-weight: normal;}
.text-arimo{font-family: 'Arimo', sans-serif;}
.text-italic{font-style: italic;}


.text-10{font-size: 10px}
.text-11{font-size: 11px}
.text-12{font-size: 12px}
.text-13{font-size: 13px}
.text-14{font-size: 14px}
.text-15{font-size: 15px}
.text-16{font-size: 16px}
.text-17{font-size: 17px}
.text-18{font-size: 18px;}
.text-20{
  font-size: 20px;
}
.text-22{font-size: 22px;}
.text-24{font-size: 24px;}
.text-28{font-size: 28px;}
.text-30{font-size: 30px;}
.text-32{font-size: 32px;}
.text-36{font-size: 36px;}

.text-height-12{line-height: 12px !important;}
.text-height-14{line-height: 14px !important;}
.text-height-15{line-height: 15px !important;}
.text-height-16{line-height: 16px !important;}
.text-height-17{line-height: 17px !important;}
.text-height-18{line-height: 18px !important;}
.text-height-20{line-height: 20px !important;}
.text-height-22{line-height: 22px !important;}
.text-height-24{line-height: 24px !important;}
.text-height-30{line-height: 30px !important;}
.text-height-36{line-height: 36px !important;}

.text-black{color: #000000 !important;}
.text-tranqulity{color: #070707 !important;}
.text-dark{color: #333333 !important;}
.text-white{color: #fff !important;}
.text-gray{color: #a7a7a6 !important;}
a.text-white:hover{color: #adffeb !important;}

.text-danger{color: #ce139e !important;}
a.text-danger:hover{color: #7c125c !important;}

.text-success{color: #36710f !important;}
a.text-success:hover{color: #009a82 !important;}

.text-success-ultras{color: #4ece02 !important;}
a.text-success-ultras:hover{color: #2c7202 !important;}

.text-warning{color: #f4b901 !important;}
a.text-success:hover{color: #806601 !important;}

.text-primary{color: #14807b !important;}
a.text-primary:hover{color: #124b46 !important;}

.text-gray{color:#7c7b7b!important;}
a.text-gray:hover{color: #333333 !important;}

.text-info{color: #22cfc7 !important;}
a.text-info:hover{color: #1c928a !important;}

.text-gray{color: #878787 !important;}
a.text-gray:hover{color: #878787 !important;}

.text-nowrap{white-space: nowrap;}
.text-wrap-normal{white-space: normal;}
.text-underline{text-decoration: underline;}
.text-decoration-none{text-decoration: none;}
.text-uppercase{text-transform: uppercase;}
.text-capitalize{text-transform: capitalize;}
.text-lowercase{text-transform: lowercase;}

.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}

.text-price_red{color: #ee0074;}
.text-price_yellow{color: #f4b901;}
.text-price_green{color: #4ece02;}

.text-vertical-middle{vertical-align: middle;}