*, *:before, *:after {
  box-sizing: border-box; }

::-webkit-scrollbar {
  background: #E6E6E6;
  width: 5px;
  height: 5px;
  border-radius: 5px; }

::-webkit-scrollbar-button {
  display: none; }

::-webkit-scrollbar-thumb {
  background: #2c2a28;
  border-radius: 5px; }

applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, dfn, kbd, q, samp, small, strike, tt, var, dl, dt, dd, fieldset, legend, caption, article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  font-family: 'Mulish', sans-serif;
  line-height: 1.34;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
  color: #373738;
  font-family: 'Mulish', sans-serif;
  font-size: 13px;
  line-height: 1.34;
  margin: 0;
  padding: 0; }

html.is-active-modal > body, body.lg-on {
  width: 100%;
  overflow: hidden;
  touch-action: manipulation; }

.slide-in-down, .slide-in-up, .transform-rotate, .fade-in, .fade-out, .image-animate .image-nd, .image-animate:hover .image-nd {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }
@-webkit-keyframes transformRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-moz-keyframes transformRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes transformRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px; }
  to {
    opacity: 1;
    margin-top: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px; }
  to {
    opacity: 1;
    margin-top: 0; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    margin-top: 0; }
  to {
    opacity: 0;
    margin-top: 10px; } }
@keyframes fadeOut {
  0% {
    opacity: 1;
    margin-top: 0; }
  to {
    opacity: 0;
    margin-top: 10px; } }

.slide-in-down {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

.slide-in-up {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.transform-rotate {
  -webkit-animation-name: transformRotate;
  animation-name: transformRotate; }

.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fade-out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/* For vue transition effect */
.slide-fade-up-enter-active {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  position: relative; }

.slide-fade-up-leave-active {
  transition: all 0.25s ease-in-out;
  position: absolute; }

.slide-fade-up-enter {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none; }

.slide-fade-up-leave-to {
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none; }

/* For vue transition effect end */
.image-animate .image-nd {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
  .image-animate:hover .image-nd {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

hr {
  margin: 15px 0;
  background-color: currentColor;
  color: inherit;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

template, script {
  display: none; }

pre {
  font-family: monospace, sans-serif;
  white-space: pre-line; }

[disabled] {
  pointer-events: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #373738;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px; }

.h1, h1 {
  font-size: 24px; }

@media (min-width: 1170px) {
  .h1, h1 {
    font-size: 32px; } }

.h2, h2 {
  font-size: 20px; }

@media (min-width: 1170px) {
  .h2, h2 {
    font-size: 28px; } }

.h3, h3 {
  font-size: 18px; }

@media (min-width: 1170px) {
  .h3, h3 {
    font-size: 28px; } }

.h4, h4 {
  font-size: 16px; }

@media (min-width: 1170px) {
  .h4, h4 {
    font-size: 24px; } }

.h5, h5 {
  font-size: 14px; }

@media (min-width: 1170px) {
  .h5, h5 {
    font-size: 20px; } }

.h6, h6 {
  font-size: 12px; }

@media (min-width: 1170px) {
  .h6, h6 {
    font-size: 16px; } }

p {
  margin-top: 0;
  margin-bottom: 10px; }

ol, ul {
  padding-left: 15px; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 10px; }

nav ul, nav ol, ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

nav ul, nav ol, ul.list-style-none, ol.list-style-none {
  list-style-type: none;
  margin: 0;
  padding: 0; }

html:not([dir="rtl"]) nav ul > li, html:not([dir="rtl"]) nav ol > li, html:not([dir="rtl"]) .tab-nav > li {
  float: left; }

[dir="rtl"] nav ul > li, [dir="rtl"] nav ol > li, [dir="rtl"] .tab-nav > li {
  float: right; }

b, strong {
  font-weight: bold; }

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  outline: 0; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

a, .ease {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

table {
  border-collapse: collapse; }

.bg-transparent {
  background-color: transparent !important; }
  .bg-primary {
    background-color: #fd6905 !important; }
  .bg-secondary {
    background-color: #dddddd !important; }
  .bg-white {
    background-color: #ffffff !important; }
  .bg-black {
    background-color: #000000 !important; }
  .bg-success {
    background-color: #44c61f !important; }
  .bg-info {
    background-color: #93d8dd !important; }
  .bg-warning {
    background-color: #fcdf27 !important; }
  .bg-danger {
    background-color: #ff0000 !important; }
  .bg-gray {
    background-color: #a0a0a0 !important; }
  .bg-light {
    background-color: #f9f9f9 !important; }
  .bg-dark {
    background-color: #2c2a28 !important; }

body [v-cloak] > *, [v-cloak] > * {
  display: none !important; }

[v-cloak]::before, .is-loading::before {
  content: '';
  background-color: transparent;
  width: 34px;
  height: 34px;
  display: block;
  margin: 20px auto;
  border-top: 3px solid transparent;
  border-left: 3px solid #fd6905;
  border-right: 3px solid #fd6905;
  border-bottom: 3px solid #fd6905;
  border-radius: 100%;
  animation: transformRotate 1s infinite; }

.row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .row.no-gutters > .col, .row.no-gutters > [class*="col-"] {
      padding-right: 0 !important;
      padding-left: 0 !important; }

.col {
  flex: 1 0 0%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px; }

.col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px; }

.col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

html:not([dir="rtl"]) .offset-1 {
  margin-left: 8.3333333333%; }

[dir="rtl"] .offset-1 {
  margin-right: 8.3333333333%; }

html:not([dir="rtl"]) .offset-2 {
  margin-left: 16.6666666667%; }

[dir="rtl"] .offset-2 {
  margin-right: 16.6666666667%; }

html:not([dir="rtl"]) .offset-3 {
  margin-left: 25%; }

[dir="rtl"] .offset-3 {
  margin-right: 25%; }

html:not([dir="rtl"]) .offset-4 {
  margin-left: 33.3333333333%; }

[dir="rtl"] .offset-4 {
  margin-right: 33.3333333333%; }

html:not([dir="rtl"]) .offset-5 {
  margin-left: 41.6666666667%; }

[dir="rtl"] .offset-5 {
  margin-right: 41.6666666667%; }

html:not([dir="rtl"]) .offset-6 {
  margin-left: 50%; }

[dir="rtl"] .offset-6 {
  margin-right: 50%; }

html:not([dir="rtl"]) .offset-7 {
  margin-left: 58.3333333333%; }

[dir="rtl"] .offset-7 {
  margin-right: 58.3333333333%; }

html:not([dir="rtl"]) .offset-8 {
  margin-left: 66.6666666667%; }

[dir="rtl"] .offset-8 {
  margin-right: 66.6666666667%; }

html:not([dir="rtl"]) .offset-9 {
  margin-left: 75%; }

[dir="rtl"] .offset-9 {
  margin-right: 75%; }

html:not([dir="rtl"]) .offset-10 {
  margin-left: 83.3333333333%; }

[dir="rtl"] .offset-10 {
  margin-right: 83.3333333333%; }

html:not([dir="rtl"]) .offset-11 {
  margin-left: 91.6666666667%; }

[dir="rtl"] .offset-11 {
  margin-right: 91.6666666667%; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  html:not([dir="rtl"]) .offset-sm-1 {
    margin-left: 8.3333333333%; }
  [dir="rtl"] .offset-sm-1 {
    margin-right: 8.3333333333%; }
  html:not([dir="rtl"]) .offset-sm-2 {
    margin-left: 16.6666666667%; }
  [dir="rtl"] .offset-sm-2 {
    margin-right: 16.6666666667%; }
  html:not([dir="rtl"]) .offset-sm-3 {
    margin-left: 25%; }
  [dir="rtl"] .offset-sm-3 {
    margin-right: 25%; }
  html:not([dir="rtl"]) .offset-sm-4 {
    margin-left: 33.3333333333%; }
  [dir="rtl"] .offset-sm-4 {
    margin-right: 33.3333333333%; }
  html:not([dir="rtl"]) .offset-sm-5 {
    margin-left: 41.6666666667%; }
  [dir="rtl"] .offset-sm-5 {
    margin-right: 41.6666666667%; }
  html:not([dir="rtl"]) .offset-sm-6 {
    margin-left: 50%; }
  [dir="rtl"] .offset-sm-6 {
    margin-right: 50%; }
  html:not([dir="rtl"]) .offset-sm-7 {
    margin-left: 58.3333333333%; }
  [dir="rtl"] .offset-sm-7 {
    margin-right: 58.3333333333%; }
  html:not([dir="rtl"]) .offset-sm-8 {
    margin-left: 66.6666666667%; }
  [dir="rtl"] .offset-sm-8 {
    margin-right: 66.6666666667%; }
  html:not([dir="rtl"]) .offset-sm-9 {
    margin-left: 75%; }
  [dir="rtl"] .offset-sm-9 {
    margin-right: 75%; }
  html:not([dir="rtl"]) .offset-sm-10 {
    margin-left: 83.3333333333%; }
  [dir="rtl"] .offset-sm-10 {
    margin-right: 83.3333333333%; }
  html:not([dir="rtl"]) .offset-sm-11 {
    margin-left: 91.6666666667%; }
  [dir="rtl"] .offset-sm-11 {
    margin-right: 91.6666666667%; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; } }

@media (max-width: 767px) {
  .row {
    margin-right: -8px;
    margin-left: -8px; }
  .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  html:not([dir="rtl"]) .offset-md-1 {
    margin-left: 8.3333333333%; }
  [dir="rtl"] .offset-md-1 {
    margin-right: 8.3333333333%; }
  html:not([dir="rtl"]) .offset-md-2 {
    margin-left: 16.6666666667%; }
  [dir="rtl"] .offset-md-2 {
    margin-right: 16.6666666667%; }
  html:not([dir="rtl"]) .offset-md-3 {
    margin-left: 25%; }
  [dir="rtl"] .offset-md-3 {
    margin-right: 25%; }
  html:not([dir="rtl"]) .offset-md-4 {
    margin-left: 33.3333333333%; }
  [dir="rtl"] .offset-md-4 {
    margin-right: 33.3333333333%; }
  html:not([dir="rtl"]) .offset-md-5 {
    margin-left: 41.6666666667%; }
  [dir="rtl"] .offset-md-5 {
    margin-right: 41.6666666667%; }
  html:not([dir="rtl"]) .offset-md-6 {
    margin-left: 50%; }
  [dir="rtl"] .offset-md-6 {
    margin-right: 50%; }
  html:not([dir="rtl"]) .offset-md-7 {
    margin-left: 58.3333333333%; }
  [dir="rtl"] .offset-md-7 {
    margin-right: 58.3333333333%; }
  html:not([dir="rtl"]) .offset-md-8 {
    margin-left: 66.6666666667%; }
  [dir="rtl"] .offset-md-8 {
    margin-right: 66.6666666667%; }
  html:not([dir="rtl"]) .offset-md-9 {
    margin-left: 75%; }
  [dir="rtl"] .offset-md-9 {
    margin-right: 75%; }
  html:not([dir="rtl"]) .offset-md-10 {
    margin-left: 83.3333333333%; }
  [dir="rtl"] .offset-md-10 {
    margin-right: 83.3333333333%; }
  html:not([dir="rtl"]) .offset-md-11 {
    margin-left: 91.6666666667%; }
  [dir="rtl"] .offset-md-11 {
    margin-right: 91.6666666667%; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  html:not([dir="rtl"]) .offset-lg-1 {
    margin-left: 8.3333333333%; }
  [dir="rtl"] .offset-lg-1 {
    margin-right: 8.3333333333%; }
  html:not([dir="rtl"]) .offset-lg-2 {
    margin-left: 16.6666666667%; }
  [dir="rtl"] .offset-lg-2 {
    margin-right: 16.6666666667%; }
  html:not([dir="rtl"]) .offset-lg-3 {
    margin-left: 25%; }
  [dir="rtl"] .offset-lg-3 {
    margin-right: 25%; }
  html:not([dir="rtl"]) .offset-lg-4 {
    margin-left: 33.3333333333%; }
  [dir="rtl"] .offset-lg-4 {
    margin-right: 33.3333333333%; }
  html:not([dir="rtl"]) .offset-lg-5 {
    margin-left: 41.6666666667%; }
  [dir="rtl"] .offset-lg-5 {
    margin-right: 41.6666666667%; }
  html:not([dir="rtl"]) .offset-lg-6 {
    margin-left: 50%; }
  [dir="rtl"] .offset-lg-6 {
    margin-right: 50%; }
  html:not([dir="rtl"]) .offset-lg-7 {
    margin-left: 58.3333333333%; }
  [dir="rtl"] .offset-lg-7 {
    margin-right: 58.3333333333%; }
  html:not([dir="rtl"]) .offset-lg-8 {
    margin-left: 66.6666666667%; }
  [dir="rtl"] .offset-lg-8 {
    margin-right: 66.6666666667%; }
  html:not([dir="rtl"]) .offset-lg-9 {
    margin-left: 75%; }
  [dir="rtl"] .offset-lg-9 {
    margin-right: 75%; }
  html:not([dir="rtl"]) .offset-lg-10 {
    margin-left: 83.3333333333%; }
  [dir="rtl"] .offset-lg-10 {
    margin-right: 83.3333333333%; }
  html:not([dir="rtl"]) .offset-lg-11 {
    margin-left: 91.6666666667%; }
  [dir="rtl"] .offset-lg-11 {
    margin-right: 91.6666666667%; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; } }

@media (min-width: 1170px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  html:not([dir="rtl"]) .offset-xl-1 {
    margin-left: 8.3333333333%; }
  [dir="rtl"] .offset-xl-1 {
    margin-right: 8.3333333333%; }
  html:not([dir="rtl"]) .offset-xl-2 {
    margin-left: 16.6666666667%; }
  [dir="rtl"] .offset-xl-2 {
    margin-right: 16.6666666667%; }
  html:not([dir="rtl"]) .offset-xl-3 {
    margin-left: 25%; }
  [dir="rtl"] .offset-xl-3 {
    margin-right: 25%; }
  html:not([dir="rtl"]) .offset-xl-4 {
    margin-left: 33.3333333333%; }
  [dir="rtl"] .offset-xl-4 {
    margin-right: 33.3333333333%; }
  html:not([dir="rtl"]) .offset-xl-5 {
    margin-left: 41.6666666667%; }
  [dir="rtl"] .offset-xl-5 {
    margin-right: 41.6666666667%; }
  html:not([dir="rtl"]) .offset-xl-6 {
    margin-left: 50%; }
  [dir="rtl"] .offset-xl-6 {
    margin-right: 50%; }
  html:not([dir="rtl"]) .offset-xl-7 {
    margin-left: 58.3333333333%; }
  [dir="rtl"] .offset-xl-7 {
    margin-right: 58.3333333333%; }
  html:not([dir="rtl"]) .offset-xl-8 {
    margin-left: 66.6666666667%; }
  [dir="rtl"] .offset-xl-8 {
    margin-right: 66.6666666667%; }
  html:not([dir="rtl"]) .offset-xl-9 {
    margin-left: 75%; }
  [dir="rtl"] .offset-xl-9 {
    margin-right: 75%; }
  html:not([dir="rtl"]) .offset-xl-10 {
    margin-left: 83.3333333333%; }
  [dir="rtl"] .offset-xl-10 {
    margin-right: 83.3333333333%; }
  html:not([dir="rtl"]) .offset-xl-11 {
    margin-left: 91.6666666667%; }
  [dir="rtl"] .offset-xl-11 {
    margin-right: 91.6666666667%; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  html:not([dir="rtl"]) .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  [dir="rtl"] .offset-xxl-1 {
    margin-right: 8.3333333333%; }
  html:not([dir="rtl"]) .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  [dir="rtl"] .offset-xxl-2 {
    margin-right: 16.6666666667%; }
  html:not([dir="rtl"]) .offset-xxl-3 {
    margin-left: 25%; }
  [dir="rtl"] .offset-xxl-3 {
    margin-right: 25%; }
  html:not([dir="rtl"]) .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  [dir="rtl"] .offset-xxl-4 {
    margin-right: 33.3333333333%; }
  html:not([dir="rtl"]) .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  [dir="rtl"] .offset-xxl-5 {
    margin-right: 41.6666666667%; }
  html:not([dir="rtl"]) .offset-xxl-6 {
    margin-left: 50%; }
  [dir="rtl"] .offset-xxl-6 {
    margin-right: 50%; }
  html:not([dir="rtl"]) .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  [dir="rtl"] .offset-xxl-7 {
    margin-right: 58.3333333333%; }
  html:not([dir="rtl"]) .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  [dir="rtl"] .offset-xxl-8 {
    margin-right: 66.6666666667%; }
  html:not([dir="rtl"]) .offset-xxl-9 {
    margin-left: 75%; }
  [dir="rtl"] .offset-xxl-9 {
    margin-right: 75%; }
  html:not([dir="rtl"]) .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  [dir="rtl"] .offset-xxl-10 {
    margin-right: 83.3333333333%; }
  html:not([dir="rtl"]) .offset-xxl-11 {
    margin-left: 91.6666666667%; }
  [dir="rtl"] .offset-xxl-11 {
    margin-right: 91.6666666667%; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; } }

form, input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

select {
  word-wrap: normal; }

button, [type="button"], [type="reset"], [type="submit"] {
  outline: 0;
  -webkit-appearance: button; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  [type="search"]::-webkit-search-cancel-button {
    cursor: pointer; }
  [type="search"].no-cancel::-webkit-search-cancel-button {
    display: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

input[type="number"].no-arrows {
  -moz-appearance: textfield; }
input[type="number"].no-arrows::-webkit-outer-spin-button, input[type="number"].no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

label {
  color: #373738;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 4px; }

.form-control, .form-control.btn {
  background-color: #ffffff;
  background-clip: padding-box;
  color: #495057;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  height: 34px;
  display: block;
  padding: 4px 15px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .form-control.no-radius, .no-radius.form-control.btn {
    border-radius: 0; }
  .form-control.form-control-sm, .form-control-sm.form-control.btn {
    font-size: 12px;
    height: 28px; }
  .form-control.form-control-md, .form-control-md.form-control.btn {
    height: 40px; }
  .form-control.form-control-lg, .form-control-lg.form-control.btn {
    height: 47px; }
  .form-control::-ms-expand, .form-control.btn::-ms-expand {
    background-color: transparent; }
  .form-control:focus, .form-control.btn:focus {
    border-color: #fd6905;
    outline: 0; }
  .form-control:disabled, .form-control.btn:disabled, .form-control[readonly]:not(.flatpickr-input, .t-tax-form), .form-control.btn:not(.flatpickr-input, .t-tax-form)[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control.loaded, .loaded.form-control.btn {
    padding-top: 8px; }
  .form-control:-webkit-autofill, .form-control.btn:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control.btn:hover:-webkit-autofill, .form-control:-webkit-autofill:focus, .form-control.btn:focus:-webkit-autofill, .form-control:-webkit-autofill:active, .form-control.btn:active:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important; }
  .form-control.error-input, .error-input.form-control.btn {
    border-color: #ff0000 !important; }
    .form-control.btn:hover, .btn.form-control:hover, .form-control.btn:focus, .btn.form-control:focus {
      background-color: inherit !important;
      color: inherit !important; }

select.form-control, select.form-control.btn {
  background-image: url(/theme/v5/images/select-down.svg);
  background-repeat: no-repeat;
  background-size: 8px; }
  select.form-control:focus::-ms-value, select.form-control.btn::-ms-value:focus {
    color: #495057;
    background-color: #ffffff; }

html:not([dir="rtl"]) select.form-control, html:not([dir="rtl"]) select.form-control.btn {
  background-position: calc(100% - 10px) center;
  padding-right: 30px; }

[dir="rtl"] select.form-control, [dir="rtl"] select.form-control.btn {
  background-position: 10px center;
  padding-left: 30px; }

textarea.form-control:not(.form-control-md):not(.form-control-sm), textarea.form-control.btn:not(.form-control-sm):not(.form-control-md) {
  height: 150px; }

textarea.form-control.form-control-md, textarea.form-control-md.form-control.btn {
  height: 95px; }

textarea.form-control.form-control-sm, textarea.form-control-sm.form-control.btn {
  height: 70px; }

input + .input-placeholder, textarea + .input-placeholder {
  background-color: transparent;
  color: #373738;
  font-size: 13px;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 7.5px;
  position: absolute;
  top: 0;
  left: 7.5px;
  z-index: 2;
  pointer-events: none;
  transition: all 200ms ease-in-out; }
  input + .input-placeholder.focused, textarea + .input-placeholder.focused {
    background-color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    top: -8px; }

[dir="rtl"] input + .input-placeholder, [dir="rtl"] textarea + .input-placeholder {
  left: auto;
  right: 7.5px; }

input:-webkit-autofill + .input-placeholder, textarea:-webkit-autofill + .input-placeholder {
  background-color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  top: -8px; }

textarea + .input-placeholder {
  max-height: 40px; }

input[type="checkbox"].form-control, input.form-control.btn[type="checkbox"], input[type="radio"].form-control, input.form-control.btn[type="radio"] {
  display: none; }
  input[type="checkbox"].form-control + label, input.form-control.btn[type="checkbox"] + label, input[type="radio"].form-control + label, input.form-control.btn[type="radio"] + label {
    cursor: pointer; }
    input[type="checkbox"].form-control + label > .input-checkbox, input.form-control.btn[type="checkbox"] + label > .input-checkbox, input[type="radio"].form-control + label > .input-checkbox, input.form-control.btn[type="radio"] + label > .input-checkbox, input[type="checkbox"].form-control + label > .input-radio, input.form-control.btn[type="checkbox"] + label > .input-radio, input[type="radio"].form-control + label > .input-radio, input.form-control.btn[type="radio"] + label > .input-radio {
      background-color: #ffffff;
      min-width: 14px;
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      line-height: 14px;
      border: 1px solid #eaeaea;
      margin-right: 6px;
      position: relative;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      input[type="checkbox"].form-control + label > .input-checkbox i[class*="ti-"], input.form-control.btn[type="checkbox"] + label > .input-checkbox i[class*="ti-"], input[type="radio"].form-control + label > .input-checkbox i[class*="ti-"], input.form-control.btn[type="radio"] + label > .input-checkbox i[class*="ti-"], input[type="checkbox"].form-control + label > .input-radio i[class*="ti-"], input.form-control.btn[type="checkbox"] + label > .input-radio i[class*="ti-"], input[type="radio"].form-control + label > .input-radio i[class*="ti-"], input.form-control.btn[type="radio"] + label > .input-radio i[class*="ti-"] {
        color: #fd6905;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    input[type="checkbox"].form-control + label > .input-checkbox, input.form-control.btn[type="checkbox"] + label > .input-checkbox, input[type="radio"].form-control + label > .input-checkbox, input.form-control.btn[type="radio"] + label > .input-checkbox {
      border-radius: 4px; }
      input[type="checkbox"].form-control + label > .input-checkbox i[class*="ti-"], input.form-control.btn[type="checkbox"] + label > .input-checkbox i[class*="ti-"], input[type="radio"].form-control + label > .input-checkbox i[class*="ti-"], input.form-control.btn[type="radio"] + label > .input-checkbox i[class*="ti-"] {
        font-size: 10px; }
    input[type="checkbox"].form-control + label > .input-radio, input.form-control.btn[type="checkbox"] + label > .input-radio, input[type="radio"].form-control + label > .input-radio, input.form-control.btn[type="radio"] + label > .input-radio {
      border-radius: 100%; }
      input[type="checkbox"].form-control + label > .input-radio i[class*="ti-"], input.form-control.btn[type="checkbox"] + label > .input-radio i[class*="ti-"], input[type="radio"].form-control + label > .input-radio i[class*="ti-"], input.form-control.btn[type="radio"] + label > .input-radio i[class*="ti-"] {
        font-size: 7px; }
  input[type="checkbox"].form-control:checked + label > .input-checkbox, input.form-control.btn:checked[type="checkbox"] + label > .input-checkbox, input[type="radio"].form-control:checked + label > .input-checkbox, input.form-control.btn:checked[type="radio"] + label > .input-checkbox, input[type="checkbox"].form-control:checked + label > .input-radio, input.form-control.btn:checked[type="checkbox"] + label > .input-radio, input[type="radio"].form-control:checked + label > .input-radio, input.form-control.btn:checked[type="radio"] + label > .input-radio {
    border-color: #fd6905; }
    input[type="checkbox"].form-control:checked + label > .input-checkbox i[class*="ti-"], input.form-control.btn:checked[type="checkbox"] + label > .input-checkbox i[class*="ti-"], input[type="radio"].form-control:checked + label > .input-checkbox i[class*="ti-"], input.form-control.btn:checked[type="radio"] + label > .input-checkbox i[class*="ti-"], input[type="checkbox"].form-control:checked + label > .input-radio i[class*="ti-"], input.form-control.btn:checked[type="checkbox"] + label > .input-radio i[class*="ti-"], input[type="radio"].form-control:checked + label > .input-radio i[class*="ti-"], input.form-control.btn:checked[type="radio"] + label > .input-radio i[class*="ti-"] {
      opacity: 1;
      visibility: visible; }

[dir="rtl"] input[type="checkbox"].form-control + label > .input-checkbox, [dir="rtl"] input.form-control.btn[type="checkbox"] + label > .input-checkbox, [dir="rtl"] input[type="radio"].form-control + label > .input-checkbox, [dir="rtl"] input.form-control.btn[type="radio"] + label > .input-checkbox, [dir="rtl"] input[type="checkbox"].form-control + label > .input-radio, [dir="rtl"] input.form-control.btn[type="checkbox"] + label > .input-radio, [dir="rtl"] input[type="radio"].form-control + label > .input-radio, [dir="rtl"] input.form-control.btn[type="radio"] + label > .input-radio {
  margin-right: 0;
  margin-left: 6px; }
  [dir="rtl"] input[type="checkbox"].form-control + label > .input-checkbox i[class*="ti-"], [dir="rtl"] input.form-control.btn[type="checkbox"] + label > .input-checkbox i[class*="ti-"], [dir="rtl"] input[type="radio"].form-control + label > .input-checkbox i[class*="ti-"], [dir="rtl"] input.form-control.btn[type="radio"] + label > .input-checkbox i[class*="ti-"], [dir="rtl"] input[type="checkbox"].form-control + label > .input-radio i[class*="ti-"], [dir="rtl"] input.form-control.btn[type="checkbox"] + label > .input-radio i[class*="ti-"], [dir="rtl"] input[type="radio"].form-control + label > .input-radio i[class*="ti-"], [dir="rtl"] input.form-control.btn[type="radio"] + label > .input-radio i[class*="ti-"] {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%); }

input[type="file"].form-control, input.form-control.btn[type="file"] {
  display: none; }
  input[type="file"].form-control + label, input.form-control.btn[type="file"] + label {
    cursor: pointer; }
    input[type="file"].form-control + label > i, input.form-control.btn[type="file"] + label > i {
      font-size: 16px; }

.input-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .input-group .input-group-append, .input-group .input-group-prepend {
    background-color: #f9f9f9;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden; }
    .input-group .input-group-append i, .input-group .input-group-prepend i {
      width: 100%;
      min-width: 50px;
      height: 100%;
      font-size: 20px;
      text-align: center;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      transform: rotate(0deg);
      transition: transform 0.2s ease-in-out; }
    .input-group .input-group-append:not(.no-animate):hover i, .input-group .input-group-prepend:not(.no-animate):hover i {
      transform: rotate(360deg); }
  .input-group img {
    display: block;
    width: 100px;
    height: 100%;
    object-fit: cover; }
  .input-group > .form-control, .input-group > .form-control.btn {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }

html:not([dir="rtl"]) .input-group .input-group-prepend {
  border-left: 1px solid #d8d8d8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
html:not([dir="rtl"]) .input-group .input-group-append {
  border-right: 1px solid #d8d8d8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
html:not([dir="rtl"]) .input-group .input-group-prepend + input, html:not([dir="rtl"]) .input-group .input-group-prepend + textarea {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
html:not([dir="rtl"]) .input-group > input:not(:last-child):not([type="tel"]), html:not([dir="rtl"]) .input-group > textarea:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

[dir="rtl"] .input-group .input-group-prepend {
  border-right: 1px solid #d8d8d8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
[dir="rtl"] .input-group .input-group-append {
  border-left: 1px solid #d8d8d8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
[dir="rtl"] .input-group .input-group-prepend + input, [dir="rtl"] .input-group .input-group-prepend + textarea {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir="rtl"] .input-group > input:not(:last-child):not([type="tel"]), [dir="rtl"] .input-group > textarea:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.error-input-msg {
  color: #ff0000;
  font-size: 10px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 3;
  background: #ffffff; }

[dir="rtl"] .error-input-msg {
  right: auto;
  left: 6px; }

.t-phone-masked .input-placeholder {
  left: 47.5px; }
.t-phone-masked .t-flag {
  position: relative;
  width: 40px;
  min-height: 34px;
  overflow: visible;
  z-index: 10; }
  .t-phone-masked .t-flag.show {
    z-index: 11; }
  .t-phone-masked .t-flag .t-flag-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .t-phone-masked .t-flag .t-flag-icon img {
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.t-phone-masked .t-flag-list {
  width: 600%;
  max-width: 300px;
  position: absolute;
  top: 100%;
  left: -1px; }
  .t-phone-masked .t-flag-list .t-flag-list-ul {
    max-height: 180px;
    overflow-y: auto; }
  .t-phone-masked .t-flag-list .t-flag-list-item {
    cursor: pointer; }
  .t-phone-masked .t-flag-list .t-flag-code {
    padding-right: 8px; }
  .t-phone-masked .t-flag-list .t-flag-i {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 6px; }
    .t-phone-masked .t-flag-list .t-flag-i img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

[dir="rtl"] .t-phone-masked .input-placeholder {
  left: auto;
  right: 47.5px; }
  [dir="rtl"] .t-phone-masked .t-flag .t-flag-icon i {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%); }
[dir="rtl"] .t-phone-masked .t-flag-list {
  left: auto;
  right: -1px; }
  [dir="rtl"] .t-phone-masked .t-flag-list .t-flag-code {
    padding-right: 0;
    padding-left: 8px; }
  [dir="rtl"] .t-phone-masked .t-flag-list .t-flag-i {
    margin-right: 0;
    margin-left: 6px; }

.t-tax-office {
  position: relative; }
  .t-tax-office .t-tax-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f0f0f0; }
    .t-tax-office .t-tax-list .t-tax-list-ul {
      max-height: 140px;
      overflow-y: auto; }
      .t-tax-office .t-tax-list .t-tax-list-ul .t-tax-list-item {
        cursor: pointer;
        padding: 5px 0; }
        .t-tax-office .t-tax-list .t-tax-list-ul .t-tax-list-item:hover {
          color: #fd6905; }
    .t-tax-office .t-tax-list.show {
      z-index: 20; }

.btn {
  background-color: transparent;
  display: inline-block;
  color: #212529;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  outline: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .btn:disabled, .btn.disabled {
    opacity: 0.65;
    pointer-events: none; }
  .btn .with-shadow {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11); }
  .btn:not(.no-radius) {
    border-radius: 4px;
    /* Alternate Buttons */ }
    .btn.btn-primary {
      background-color: #fd6905;
      color: #ffffff;
      border-color: #fd6905; }
      .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.active {
        background-color: #c35002;
        border-color: #c35002; }
    .btn.btn-secondary {
      background-color: #d8d8d8;
      color: #ffffff;
      border-color: #d8d8d8; }
      .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.active {
        background-color: #b9b9b9;
        border-color: #b9b9b9; }
    .btn.btn-white {
      background-color: #ffffff;
      border-color: #ffffff; }
      .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.active {
        background-color: #e0e0e0;
        border-color: #e0e0e0; }
    .btn.btn-black {
      background-color: #000000;
      color: #ffffff;
      border-color: #000000; }
      .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.active {
        background-color: black;
        border-color: black; }
    .btn.btn-success {
      background-color: #44c61f;
      color: #ffffff;
      border-color: #44c61f; }
      .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.active {
        background-color: #329117;
        border-color: #329117; }
    .btn.btn-info {
      background-color: #93d8dd;
      color: #ffffff;
      border-color: #93d8dd; }
      .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.active {
        background-color: #64c7ce;
        border-color: #64c7ce; }
    .btn.btn-warning {
      background-color: #fcdf27;
      color: #ffffff;
      border-color: #fcdf27; }
      .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.active {
        background-color: #e3c403;
        border-color: #e3c403; }
    .btn.btn-danger {
      background-color: #ff0000;
      color: #ffffff;
      border-color: #ff0000; }
      .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.active {
        background-color: #c20000;
        border-color: #c20000; }
    .btn.btn-gray {
      background-color: #747474;
      color: #ffffff;
      border-color: #747474; }
      .btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray.active {
        background-color: #555;
        border-color: #555; }
    .btn.btn-light {
      background-color: #eaeaea;
      border-color: #eaeaea; }
      .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.active {
        background-color: #cbcbcb;
        border-color: #cbcbcb; }
    .btn.btn-dark {
      background-color: #2c2a28;
      color: #ffffff;
      border-color: #2c2a28; }
      .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.active {
        background-color: #0c0b0b;
        border-color: #0c0b0b;
        /* Outline Alternate Buttons */ }
    .btn.btn-outline-primary {
      background-color: transparent;
      color: #fd6905;
      border-color: #fd6905; }
      .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.active {
        background-color: #fd6905;
        color: #ffffff; }
    .btn.btn-outline-secondary {
      background-color: transparent;
      color: #d8d8d8;
      border-color: #d8d8d8; }
      .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.active {
        background-color: #d8d8d8;
        color: #ffffff; }
    .btn.btn-outline-white {
      background-color: transparent;
      color: #ffffff;
      border-color: #ffffff; }
      .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.active {
        background-color: #ffffff;
        color: #ffffff; }
    .btn.btn-outline-black {
      background-color: transparent;
      color: #000000;
      border-color: #000000; }
      .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black.active {
        background-color: #000000;
        color: #ffffff; }
    .btn.btn-outline-success {
      background-color: transparent;
      color: #44c61f;
      border-color: #44c61f; }
      .btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success.active {
        background-color: #44c61f;
        color: #ffffff; }
    .btn.btn-outline-info {
      background-color: transparent;
      color: #93d8dd;
      border-color: #93d8dd; }
      .btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.active {
        background-color: #93d8dd;
        color: #ffffff; }
    .btn.btn-outline-warning {
      background-color: transparent;
      color: #fcdf27;
      border-color: #fcdf27; }
      .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.active {
        background-color: #fcdf27;
        color: #ffffff; }
    .btn.btn-outline-danger {
      background-color: transparent;
      color: #ff0000;
      border-color: #ff0000; }
      .btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.active {
        background-color: #ff0000;
        color: #ffffff; }
    .btn.btn-outline-gray {
      background-color: transparent;
      color: #747474;
      border-color: #747474; }
      .btn.btn-outline-gray:hover, .btn.btn-outline-gray:focus, .btn.btn-outline-gray.active {
        background-color: #747474;
        color: #ffffff; }
    .btn.btn-outline-light {
      background-color: transparent;
      color: #eaeaea;
      border-color: #eaeaea; }
      .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.active {
        background-color: #eaeaea;
        color: #ffffff; }
    .btn.btn-outline-dark {
      background-color: transparent;
      color: #2c2a28;
      border-color: #2c2a28; }
      .btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.active {
        background-color: #2c2a28;
        color: #ffffff;
        /* Buttons Sizes */ }
  .btn.btn-lg {
    font-size: 18px;
    padding: 18px 24px; }
  .btn.btn-md {
    font-size: 14px;
    padding: 15px 18px; }
  .btn {
    font-size: 13px;
    padding: 11.1111111111px 15px; }
  .btn.btn-sm {
    font-size: 10px;
    padding: 7.5px 10px; }
  @media (min-width: 768px) {
    .btn.btn-lg {
      font-size: 20px;
      padding: 26.25px 37.5px; }
    .btn.btn-md {
      font-size: 16px;
      padding: 18px 24px; }
    .btn {
      font-size: 14px;
      padding: 11.1111111111px 15px; }
    .btn.btn-sm {
      font-size: 12px;
      padding: 7.5px 10px; } }

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  float: none;
  clear: both; }

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 8px;
    padding-right: 8px; } }

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 auto;
  float: none;
  clear: both; }

@media (min-width: 1171px) {
  .container {
    width: 1170px; } }

@media (min-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

.w-100 {
  width: 100%; }

.w-75 {
  width: 75%; }

.w-50 {
  width: 50%; }

.w-25 {
  width: 25%; }

.w-auto {
  width: auto; }

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%; }
  .w-sm-75 {
    width: 75%; }
  .w-sm-50 {
    width: 50%; }
  .w-sm-25 {
    width: 25%; }
  .w-sm-auto {
    width: auto; } }

@media (min-width: 768px) {
  .w-md-100 {
    width: 100%; }
  .w-md-75 {
    width: 75%; }
  .w-md-50 {
    width: 50%; }
  .w-md-25 {
    width: 25%; }
  .w-md-auto {
    width: auto; } }

@media (min-width: 1170px) {
  .w-xl-100 {
    width: 100%; }
  .w-xl-75 {
    width: 75%; }
  .w-xl-50 {
    width: 50%; }
  .w-xl-25 {
    width: 25%; }
  .w-xl-auto {
    width: auto; } }

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: 100%; }
  .w-xxl-75 {
    width: 75%; }
  .w-xxl-50 {
    width: 50%; }
  .w-xxl-25 {
    width: 25%; }
  .w-xxl-auto {
    width: auto; } }

.h-100 {
  height: 100%; }

.h-75 {
  height: 75%; }

.h-50 {
  height: 50%; }

.h-25 {
  height: 25%; }

.h-auto {
  height: auto; }

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%; }
  .h-sm-75 {
    height: 75%; }
  .h-sm-50 {
    height: 50%; }
  .h-sm-25 {
    height: 25%; }
  .h-sm-auto {
    height: auto; } }

@media (min-width: 768px) {
  .h-md-100 {
    height: 100%; }
  .h-md-75 {
    height: 75%; }
  .h-md-50 {
    height: 50%; }
  .h-md-25 {
    height: 25%; }
  .h-md-auto {
    height: auto; } }

@media (min-width: 1170px) {
  .h-xl-100 {
    height: 100%; }
  .h-xl-75 {
    height: 75%; }
  .h-xl-50 {
    height: 50%; }
  .h-xl-25 {
    height: 25%; }
  .h-xl-auto {
    height: auto; } }

@media (min-width: 1400px) {
  .h-xxl-100 {
    height: 100%; }
  .h-xxl-75 {
    height: 75%; }
  .h-xxl-50 {
    height: 50%; }
  .h-xxl-25 {
    height: 25%; }
  .h-xxl-auto {
    height: auto; } }

html:not([dir="rtl"]) .float-left {
  float: left; }
html:not([dir="rtl"]) .float-right {
  float: right; }

[dir="rtl"] .float-left {
  float: right; }
[dir="rtl"] .float-right {
  float: left; }

.clearfix {
  clear: both; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-inline-block {
  display: inline-block !important; }

.d-none {
  display: none !important; }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-none {
    display: none !important; }
  .drawer-overlay {
    background-color: transparent; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-none {
    display: none !important; } }

@media (min-width: 1170px) {
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-none {
    display: none !important; } }

.flex-direction-row {
  flex-direction: row; }

.flex-direction-row-reverse {
  flex-direction: row-reverse; }

.flex-direction-column {
  flex-direction: column; }

.flex-direction-column-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.clearfix::before, .clearfix::after, .tab-nav::after {
  content: '';
  display: table; }

.clearfix::after, .tab-nav::after {
  clear: both; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 8px; }

.p-2 {
  padding: 16px; }

.p-3 {
  padding: 24px; }

.p-4 {
  padding: 32px; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 8px; }

.pt-2 {
  padding-top: 16px; }

.pt-3 {
  padding-top: 24px; }

.pt-4 {
  padding-top: 32px; }

html:not([dir="rtl"]) .pr-0 {
  padding-right: 0 !important; }
html:not([dir="rtl"]) .pr-1 {
  padding-right: 8px; }
html:not([dir="rtl"]) .pr-2 {
  padding-right: 16px; }
html:not([dir="rtl"]) .pr-3 {
  padding-right: 24px; }
html:not([dir="rtl"]) .pr-4 {
  padding-right: 32px; }

[dir="rtl"] .pr-0 {
  padding-left: 0 !important; }
[dir="rtl"] .pr-1 {
  padding-left: 8px; }
[dir="rtl"] .pr-2 {
  padding-left: 16px; }
[dir="rtl"] .pr-3 {
  padding-left: 24px; }
[dir="rtl"] .pr-4 {
  padding-left: 32px; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 8px; }

.pb-2 {
  padding-bottom: 16px; }

.pb-3 {
  padding-bottom: 24px; }

.pb-4 {
  padding-bottom: 32px; }

html:not([dir="rtl"]) .pl-0 {
  padding-left: 0 !important; }
html:not([dir="rtl"]) .pl-1 {
  padding-left: 8px; }
html:not([dir="rtl"]) .pl-2 {
  padding-left: 16px; }
html:not([dir="rtl"]) .pl-3 {
  padding-left: 24px; }
html:not([dir="rtl"]) .pl-4 {
  padding-left: 32px; }

[dir="rtl"] .pl-0 {
  padding-right: 0 !important; }
[dir="rtl"] .pl-1 {
  padding-right: 8px; }
[dir="rtl"] .pl-2 {
  padding-right: 16px; }
[dir="rtl"] .pl-3 {
  padding-right: 24px; }
[dir="rtl"] .pl-4 {
  padding-right: 32px; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 8px;
  padding-right: 8px; }

.px-2 {
  padding-left: 16px;
  padding-right: 16px; }

.px-3 {
  padding-left: 24px;
  padding-right: 24px; }

.px-4 {
  padding-left: 32px;
  padding-right: 32px; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px; }

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px; }

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px; }

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px; }

@media (min-width: 768px) {
  .p-1 {
    padding: 15px; }
  .p-2 {
    padding: 30px; }
  .p-3 {
    padding: 45px; }
  .p-4 {
    padding: 60px; }
  .pt-1 {
    padding-top: 15px; }
  .pt-2 {
    padding-top: 30px; }
  .pt-3 {
    padding-top: 45px; }
  .pt-4 {
    padding-top: 60px; }
    html:not([dir="rtl"]) .pr-1 {
      padding-right: 15px; }
    html:not([dir="rtl"]) .pr-2 {
      padding-right: 30px; }
    html:not([dir="rtl"]) .pr-3 {
      padding-right: 45px; }
    html:not([dir="rtl"]) .pr-4 {
      padding-right: 60px; }
  [dir="rtl"] .pr-1 {
    padding-left: 15px; }
  [dir="rtl"] .pr-2 {
    padding-left: 30px; }
  [dir="rtl"] .pr-3 {
    padding-left: 45px; }
  [dir="rtl"] .pr-4 {
    padding-left: 60px; }
  .pb-1 {
    padding-bottom: 15px; }
  .pb-2 {
    padding-bottom: 30px; }
  .pb-3 {
    padding-bottom: 45px; }
  .pb-4 {
    padding-bottom: 60px; }
    html:not([dir="rtl"]) .pl-1 {
      padding-left: 15px; }
    html:not([dir="rtl"]) .pl-2 {
      padding-left: 30px; }
    html:not([dir="rtl"]) .pl-3 {
      padding-left: 45px; }
    html:not([dir="rtl"]) .pl-4 {
      padding-left: 60px; }
  [dir="rtl"] .pl-1 {
    padding-right: 15px; }
  [dir="rtl"] .pl-2 {
    padding-right: 30px; }
  [dir="rtl"] .pl-3 {
    padding-right: 45px; }
  [dir="rtl"] .pl-4 {
    padding-right: 60px; }
  .px-1 {
    padding-left: 15px;
    padding-right: 15px; }
  .px-2 {
    padding-left: 30px;
    padding-right: 30px; }
  .px-3 {
    padding-left: 45px;
    padding-right: 45px; }
  .px-4 {
    padding-left: 60px;
    padding-right: 60px; }
  .py-1 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .py-2 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .py-3 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .py-4 {
    padding-top: 60px;
    padding-bottom: 60px; } }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto !important; }

.m-1 {
  margin: 8px; }

.m-2 {
  margin: 16px; }

.m-3 {
  margin: 24px; }

.m-4 {
  margin: 32px; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 8px; }

.mt-2 {
  margin-top: 16px; }

.mt-3 {
  margin-top: 24px; }

.mt-4 {
  margin-top: 32px; }

html:not([dir="rtl"]) .mr-0 {
  margin-right: 0 !important; }
html:not([dir="rtl"]) .mr-1 {
  margin-right: 8px; }
html:not([dir="rtl"]) .mr-2 {
  margin-right: 16px; }
html:not([dir="rtl"]) .mr-3 {
  margin-right: 24px; }
html:not([dir="rtl"]) .mr-4 {
  margin-right: 32px; }
html:not([dir="rtl"]) .mr-auto {
  margin-right: auto !important; }

[dir="rtl"] .mr-0 {
  margin-left: 0 !important; }
[dir="rtl"] .mr-1 {
  margin-left: 8px; }
[dir="rtl"] .mr-2 {
  margin-left: 16px; }
[dir="rtl"] .mr-3 {
  margin-left: 24px; }
[dir="rtl"] .mr-4 {
  margin-left: 32px; }
[dir="rtl"] .mr-auto {
  margin-left: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 8px; }

.mb-2 {
  margin-bottom: 16px; }

.mb-3 {
  margin-bottom: 24px; }

.mb-4 {
  margin-bottom: 32px; }

html:not([dir="rtl"]) .ml-0 {
  margin-left: 0 !important; }
html:not([dir="rtl"]) .ml-1 {
  margin-left: 8px; }
html:not([dir="rtl"]) .ml-2 {
  margin-left: 16px; }
html:not([dir="rtl"]) .ml-3 {
  margin-left: 24px; }
html:not([dir="rtl"]) .ml-4 {
  margin-left: 32px; }
html:not([dir="rtl"]) .ml-auto {
  margin-left: auto !important; }

[dir="rtl"] .ml-0 {
  margin-right: 0 !important; }
[dir="rtl"] .ml-1 {
  margin-right: 8px; }
[dir="rtl"] .ml-2 {
  margin-right: 16px; }
[dir="rtl"] .ml-3 {
  margin-right: 24px; }
[dir="rtl"] .ml-4 {
  margin-right: 32px; }
[dir="rtl"] .ml-auto {
  margin-right: auto !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.mx-1 {
  margin-left: 8px;
  margin-right: 8px; }

.mx-2 {
  margin-left: 16px;
  margin-right: 16px; }

.mx-3 {
  margin-left: 24px;
  margin-right: 24px; }

.mx-4 {
  margin-left: 32px;
  margin-right: 32px; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px; }

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px; }

.my-3 {
  margin-top: 24px;
  margin-bottom: 24px; }

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .m-1 {
    margin: 15px; }
  .m-2 {
    margin: 30px; }
  .m-3 {
    margin: 45px; }
  .m-4 {
    margin: 60px; }
  .mt-1 {
    margin-top: 15px; }
  .mt-2 {
    margin-top: 30px; }
  .mt-3 {
    margin-top: 45px; }
  .mt-4 {
    margin-top: 60px; }
    html:not([dir="rtl"]) .mr-1 {
      margin-right: 15px; }
    html:not([dir="rtl"]) .mr-2 {
      margin-right: 30px; }
    html:not([dir="rtl"]) .mr-3 {
      margin-right: 45px; }
    html:not([dir="rtl"]) .mr-4 {
      margin-right: 60px; }
  [dir="rtl"] .mr-1 {
    margin-left: 15px; }
  [dir="rtl"] .mr-2 {
    margin-left: 30px; }
  [dir="rtl"] .mr-3 {
    margin-left: 45px; }
  [dir="rtl"] .mr-4 {
    margin-left: 60px; }
  .mb-1 {
    margin-bottom: 15px; }
  .mb-2 {
    margin-bottom: 30px; }
  .mb-3 {
    margin-bottom: 45px; }
  .mb-4 {
    margin-bottom: 60px; }
    html:not([dir="rtl"]) .ml-1 {
      margin-left: 15px; }
    html:not([dir="rtl"]) .ml-2 {
      margin-left: 30px; }
    html:not([dir="rtl"]) .ml-3 {
      margin-left: 45px; }
    html:not([dir="rtl"]) .ml-4 {
      margin-left: 60px; }
  [dir="rtl"] .ml-1 {
    margin-right: 15px; }
  [dir="rtl"] .ml-2 {
    margin-right: 30px; }
  [dir="rtl"] .ml-3 {
    margin-right: 45px; }
  [dir="rtl"] .ml-4 {
    margin-right: 60px; }
  .mx-1 {
    margin-left: 15px;
    margin-right: 15px; }
  .mx-2 {
    margin-left: 30px;
    margin-right: 30px; }
  .mx-3 {
    margin-left: 45px;
    margin-right: 45px; }
  .mx-4 {
    margin-left: 60px;
    margin-right: 60px; }
  .my-1 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .my-2 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .my-3 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .my-4 {
    margin-top: 60px;
    margin-bottom: 60px; } }

html:not([dir="rtl"]) .text-left {
  text-align: left !important; }
html:not([dir="rtl"]) .text-right {
  text-align: right !important; }

[dir="rtl"] .text-left {
  text-align: right !important; }
[dir="rtl"] .text-right {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  html:not([dir="rtl"]) .text-sm-left {
    text-align: left !important; }
  html:not([dir="rtl"]) .text-sm-right {
    text-align: right !important; }
  [dir="rtl"] .text-sm-left {
    text-align: right !important; }
  [dir="rtl"] .text-sm-right {
    text-align: left !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  html:not([dir="rtl"]) .text-md-left {
    text-align: left !important; }
  html:not([dir="rtl"]) .text-md-right {
    text-align: right !important; }
  [dir="rtl"] .text-md-left {
    text-align: right !important; }
  [dir="rtl"] .text-md-right {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  html:not([dir="rtl"]) .text-lg-left {
    text-align: left !important; }
  html:not([dir="rtl"]) .text-lg-right {
    text-align: right !important; }
  [dir="rtl"] .text-lg-left {
    text-align: right !important; }
  [dir="rtl"] .text-lg-right {
    text-align: left !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1170px) {
  html:not([dir="rtl"]) .text-xl-left {
    text-align: left !important; }
  html:not([dir="rtl"]) .text-xl-right {
    text-align: right !important; }
  [dir="rtl"] .text-xl-left {
    text-align: right !important; }
  [dir="rtl"] .text-xl-right {
    text-align: left !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  html:not([dir="rtl"]) .text-xxl-left {
    text-align: left !important; }
  html:not([dir="rtl"]) .text-xxl-right {
    text-align: right !important; }
  [dir="rtl"] .text-xxl-left {
    text-align: right !important; }
  [dir="rtl"] .text-xxl-right {
    text-align: left !important; }
  .text-xxl-center {
    text-align: center !important; } }

ins, u, .text-underline {
  text-decoration: underline; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

del, s, .text-delete {
  text-decoration: line-through; }

.fw-light {
  font-weight: 300; }

.fw-regular {
  font-weight: 400; }

.fw-medium {
  font-weight: 500; }

.fw-semibold {
  font-weight: 600; }

.fw-bold {
  font-weight: 700; }

.fw-extrabold {
  font-weight: 800; }

.fw-black {
  font-weight: 900; }

.text-link {
  color: #fd6905 !important;
  text-decoration: underline; }

.small-text {
  font-size: 10px !important; }

.text-content {
  color: #373738;
  font-size: 12px; }
  .text-primary {
    color: #fd6905 !important; }
  .text-secondary {
    color: #dddddd !important; }
  .text-white {
    color: #ffffff !important; }
  .text-black {
    color: #000000 !important; }
  .text-success {
    color: #44c61f !important; }
  .text-info {
    color: #93d8dd !important; }
  .text-warning {
    color: #fcdf27 !important; }
  .text-danger {
    color: #ff0000 !important; }
  .text-gray {
    color: #747474 !important; }
  .text-light {
    color: #979797 !important; }
  .text-dark {
    color: #2c2a28 !important; }
  .text-body {
    color: #373738 !important; }

.border {
  border: 1px solid #f0f0f0 !important; }

.border-top {
  border-top: 1px solid #f0f0f0 !important; }

.border-bottom {
  border-bottom: 1px solid #f0f0f0 !important; }

html:not([dir="rtl"]) .border-right {
  border-right: 1px solid #f0f0f0 !important; }
html:not([dir="rtl"]) .border-left {
  border-left: 1px solid #f0f0f0 !important; }

[dir="rtl"] .border-right {
  border-left: 1px solid #f0f0f0 !important; }
[dir="rtl"] .border-left {
  border-right: 1px solid #f0f0f0 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

html:not([dir="rtl"]) .border-right-0 {
  border-right: 0 !important; }
html:not([dir="rtl"]) .border-left-0 {
  border-left: 0 !important; }

[dir="rtl"] .border-right-0 {
  border-left: 0 !important; }
[dir="rtl"] .border-left-0 {
  border-right: 0 !important; }

.border-round {
  border-radius: 4px; }

.border-rounded {
  border-radius: 30px; }

.border-circle {
  border-radius: 100%; }
  .border-primary {
    border-color: #fd6905 !important; }
  .border-secondary {
    border-color: #d8d8d8 !important; }
  .border-success {
    border-color: #44c61f !important; }
  .border-info {
    border-color: #93d8dd !important; }
  .border-warning {
    border-color: #fcdf27 !important; }
  .border-danger {
    border-color: #ff0000 !important; }
  .border-gray {
    border-color: #f0f0f0 !important; }
  .border-light {
    border-color: #eaeaea !important; }
  .border-dark {
    border-color: #2c2a28 !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

@media (min-width: 768px) {
  .position-desktop-relative {
    position: relative !important; }
  .position-desktop-absolute {
    position: absolute !important; }
  .position-desktop-fixed {
    position: fixed !important; }
  .position-desktop-sticky {
    position: sticky !important; } }

.dropdown {
  position: relative;
  z-index: 10; }
  .dropdown.show {
    z-index: 11; }
  .dropdown .dropdown-title {
    font-size: 12px;
    line-height: 24px; }
  .dropdown .dropdown-menu {
    background-color: #ffffff;
    width: 260px;
    min-width: 100%;
    padding: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #f9f9f9;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.34);
    z-index: 2;
    pointer-events: none;
    display: none; }
  .dropdown .list-item {
    line-height: 20px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px; }
  .dropdown.show > .dropdown-menu {
    pointer-events: all;
    display: block; }

[dir="rtl"] .dropdown .dropdown-menu {
  left: auto;
  right: 0; }

[data-toggle="accordion"]:not([data-mobile="true"]), .accordion-title:not([data-mobile="true"]) {
  cursor: pointer; }
[data-toggle="accordion"].active .ti-plus, .accordion-title.active .ti-plus, [data-toggle="accordion"].active .ti-arrow-down, .accordion-title.active .ti-arrow-down, [data-toggle="accordion"]:not(.active) .ti-minus, .accordion-title:not(.active) .ti-minus, [data-toggle="accordion"]:not(.active) .ti-arrow-up, .accordion-title:not(.active) .ti-arrow-up {
  display: none; }
[data-toggle="accordion"].active .ti-minus, .accordion-title.active .ti-minus, [data-toggle="accordion"].active .ti-arrow-up, .accordion-title.active .ti-arrow-up, [data-toggle="accordion"]:not(.active) .ti-plus, .accordion-title:not(.active) .ti-plus, [data-toggle="accordion"]:not(.active) .ti-arrow-down, .accordion-title:not(.active) .ti-arrow-down {
  display: block; }

.accordion-body {
  transition: height 0.2s ease-in-out; }
  .accordion-body.show {
    display: block !important;
    height: auto; }

@media (max-width: 767px) {
  .accordion-body:not(.show) {
    display: none;
    height: 0; } }

@media (min-width: 768px) {
  .accordion-body:not([data-mobile="true"]):not(.show) {
    display: none;
    height: 0; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .tab-pane.active {
  display: block; }

.swiper-pagination {
  width: 100%;
  text-align: center;
  min-height: 34px;
  padding: 8px 15px; }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #d8d8d8;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    outline: 0; }
  .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #fd6905; }

@media (min-width: 768px) {
  .swiper-pagination:not(.bottom) {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2; }
  [dir="rtl"] .swiper-pagination:not(.bottom) {
    left: auto;
    right: 0; } }

.swiper-button-prev, .swiper-button-next {
  background-color: #ffffff;
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    box-shadow: none; }

.swiper-button-prev {
  left: 0; }
  .swiper-button-prev.inside {
    left: 18px; }
  .swiper-button-prev.outside {
    left: -18px; }

.swiper-button-next {
  right: 0; }
  .swiper-button-next.inside {
    right: 18px; }
  .swiper-button-next.outside {
    right: -18px; }

@media (max-width: 1200px) {
  .swiper-button-prev.outside > i {
    margin-right: -10px; }
  .swiper-button-next.outside i {
    margin-left: -10px; } }

.block-title {
  color: #373738;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px; }
  .block-title:not(.no-line)::after {
    content: '';
    background-color: #fd6905;
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 1.5px;
    margin-top: 10px; }

.image-wrapper {
  width: 100%;
  display: block;
  position: relative; }
  .image-wrapper.ratio-2x1 {
    padding-bottom: 50%; }
  .image-wrapper.ratio-4x3 {
    padding-bottom: 56.25%; }
  .image-wrapper.ratio-1x1 {
    padding-bottom: 100%; }
  .image-wrapper > .image-inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .image-wrapper > .image-inner > img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: block; }

.t-zoom-image {
  position: relative; }
  .t-zoom-image .t-zoom-lens {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #f9f9f9;
    position: absolute;
    z-index: 2; }

.t-zoom-result {
  background-color: #ffffff;
  background-repeat: no-repeat;
  z-index: 999999; }

.t-modal-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .t-modal-wrapper .t-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; }
  .t-modal-wrapper .t-modal-container {
    width: 100%;
    max-height: 100%;
    padding: 55px 10px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .t-modal-wrapper .t-modal-content {
    background-color: #FFF;
    padding: 10px;
    display: block;
    width: 600px;
    max-width: 100%;
    height: fit-content;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2; }
  .t-modal-wrapper .t-modal-close {
    background-color: #fff;
    color: #979797;
    font-size: 17px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    height: 36px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 3;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .t-modal-wrapper .t-modal-close:hover {
      transform: rotate(90deg); }

[dir="rtl"] .t-modal-wrapper .t-modal-close {
  right: auto;
  left: 15px; }

[id*="product-showcase-tab-wrapper-"] > .showcase {
  transition: all 0.2s ease-in-out; }
  [id*="product-showcase-tab-wrapper-"] > .showcase:not(.active) {
    display: none; }
  [id*="product-showcase-tab-wrapper-"] > .showcase.showing {
    opacity: 0;
    visibility: hidden; }
  [id*="product-showcase-tab-wrapper-"] > .showcase.active {
    opacity: 1;
    visibility: visible; }

.noUi-target {
  background-color: #ffffff;
  height: 7px;
  margin-top: 25px;
  border-radius: 4px;
  border: solid 1px #eaeaea; }
  .noUi-target .noUi-base {
    width: calc(100% - 20px); }
  .noUi-target .noUi-origin {
    background: #fff;
    height: 100%; }
  .noUi-target .noUi-connect {
    background-color: #373738; }
  .noUi-target .noUi-handle {
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    border: solid 1px #373738;
    border-radius: 4px;
    top: 50%;
    margin-top: -11px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer; }

.range-slider-values span[class*="-value"] {
  background-color: #ffffff;
  color: #535353;
  font-size: 11px;
  line-height: 33px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
  min-width: 55px;
  height: 33px; }
  .range-slider-values span[class*="-value"] > span {
    font-size: 14px; }

label.catalog-filter-item {
  background-color: #ffffff;
  display: block;
  border-radius: 24px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14); }
  label.catalog-filter-item > select {
    background-color: transparent;
    color: #fd6905;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    height: 33px;
    padding: 0 15px;
    border: 0;
    outline: 0; }

.tsoft-notify-wrapper {
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  z-index: 101; }
  .tsoft-notify-wrapper.notify-top {
    top: 15px; }
  .tsoft-notify-wrapper.notify-bottom {
    bottom: 15px; }
  .tsoft-notify-wrapper.notify-right {
    right: 15px; }
  .tsoft-notify-wrapper.notify-left {
    left: 15px; }
  .tsoft-notify-wrapper .notify-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px 20px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative; }
    .tsoft-notify-wrapper .notify-item.success {
      background: #edfbe9;
      border-color: #44c61f; }
      .tsoft-notify-wrapper .notify-item.success .notify-icon {
        background: #44c61f;
        border-color: #44c61f; }
    .tsoft-notify-wrapper .notify-item.danger {
      background: #ffe6e6;
      border-color: #ff0000; }
      .tsoft-notify-wrapper .notify-item.danger .notify-icon {
        background: #ff0000;
        border-color: #ff0000; }
    .tsoft-notify-wrapper .notify-item + .notify-item {
      margin-top: 7.5px; }
    .tsoft-notify-wrapper .notify-item .notify-text {
      font-size: 12px; }
    .tsoft-notify-wrapper .notify-item .notify-icon {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 38px;
      width: 38px;
      height: 38px;
      margin-right: 15px;
      border-radius: 50%;
      font-size: 22px;
      background: #000000;
      color: #ffffff; }
    .tsoft-notify-wrapper .notify-item .notify-close {
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 10px;
      z-index: 1; }
    .tsoft-notify-wrapper .notify-item a {
      color: inherit;
      text-decoration: underline; }

[dir="rtl"] .tsoft-notify-wrapper.notify-right {
  right: auto;
  left: 15px; }
[dir="rtl"] .tsoft-notify-wrapper.notify-left {
  left: auto;
  right: 0; }
[dir="rtl"] .tsoft-notify-wrapper .notify-item {
  padding: 20px 15px 20px 30px; }
  [dir="rtl"] .tsoft-notify-wrapper .notify-item .notify-icon {
    margin-right: 0;
    margin-left: 15px; }
  [dir="rtl"] .tsoft-notify-wrapper .notify-item .notify-close {
    right: auto;
    left: 10px; }

.t-tooltip {
  position: absolute;
  z-index: 100;
  transform: translate(-50%, -10px); }
  .t-tooltip .tooltip-inner {
    font-size: 11px;
    padding: 5px 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    border-radius: 4px; }
  .t-tooltip .arrow {
    background-color: #ffffff;
    box-shadow: 3px 3px 7px #00000012;
    transform: translateY(-3px) rotate(45deg);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: auto;
    top: 100%; }

.t-popconfirm {
  position: absolute;
  z-index: 100;
  padding-bottom: 10px;
  max-width: 100%;
  padding: 0 15px;
  transform: translate(-50%, -10px); }
  .t-popconfirm .t-popconfirm-inner {
    background: #ffffff;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px;
    min-width: 220px;
    max-width: 310px; }
    .t-popconfirm .t-popconfirm-inner .t-popconfirm-message {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      margin-bottom: 15px; }
      .t-popconfirm .t-popconfirm-inner .t-popconfirm-message .t-popconfirm-icon {
        margin-right: 15px; }
    .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-cancel-btn, .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-confirm-btn {
        padding: 6px 10px;
        font-size: 12px; }
        .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-cancel-btn.is-loading:before, .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-confirm-btn.is-loading:before {
          display: inline-block;
          vertical-align: middle;
          width: 13px;
          height: 13px;
          margin: 0;
          margin-right: 5px;
          border-left: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff; }
        .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-cancel-btn + .t-popconfirm-confirm-btn, .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-confirm-btn + .t-popconfirm-confirm-btn {
          margin-left: 15px; }
  .t-popconfirm.popconfirm-left, .t-popconfirm.popconfirm-right {
    transform: translate(0%, -10px); }
    .t-popconfirm.popconfirm-left::after, .t-popconfirm.popconfirm-right::after {
      display: none; }
  .t-popconfirm::after {
    content: "";
    background-color: #ffffff;
    box-shadow: 3px 3px 7px #00000012;
    transform: translateY(-4px) rotate(45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: auto; }

[dir="rtl"] .t-popconfirm .t-popconfirm-inner .t-popconfirm-message .t-popconfirm-icon {
  margin-right: 0;
  margin-left: 15px; }
[dir="rtl"] .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-cancel-btn.is-loading:before, [dir="rtl"] .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-confirm-btn.is-loading:before {
  margin-right: 0;
  margin-left: 5px; }
[dir="rtl"] .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-cancel-btn + .t-popconfirm-confirm-btn, [dir="rtl"] .t-popconfirm .t-popconfirm-inner .t-popconfirm-buttons .t-popconfirm-confirm-btn + .t-popconfirm-confirm-btn {
  margin-left: 0;
  margin-right: 15px; }

#pwa-install-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  z-index: 90;
  margin: auto; }
  #pwa-install-popup .pwa-inner {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }
    #pwa-install-popup .pwa-inner .pwa-title {
      font-size: 15px;
      margin-bottom: 10px; }
    #pwa-install-popup .pwa-inner .pwa-icon {
      width: 45px;
      min-width: 45px;
      height: 45px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #pwa-install-popup .pwa-inner .pwa-icon img {
        max-width: 100%;
        max-height: 100%; }
    #pwa-install-popup .pwa-inner .pwa-text div {
      font-size: 15px; }
    #pwa-install-popup .pwa-inner .pwa-text span {
      font-size: 12px;
      color: #747474; }
    #pwa-install-popup .pwa-inner .pwa-buttons {
      margin-top: 10px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #pwa-install-popup .pwa-inner .pwa-buttons button {
        font-size: 12px;
        padding: 8px 18px; }

body.drawer-animated {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  body.drawer-animated.drawer-right-active {
    transform: translate3d(-290px, 0, 0); }
  body.drawer-animated.drawer-left-active {
    transform: translate3d(290px, 0, 0); }

[dir="rtl"] body.drawer-animated.drawer-right-active {
  transform: translate3d(290px, 0, 0); }
[dir="rtl"] body.drawer-animated.drawer-left-active {
  transform: translate3d(-290px, 0, 0); }

.drawer-wrapper {
  background-color: #FFF;
  width: 290px;
  max-width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 81; }
  .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper[data-position="left"][data-display="push"] {
    box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
    box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper[data-position="right"][data-display="push"] {
    box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .drawer-wrapper:not([data-position="right"]) {
    left: -290px; }
  .drawer-wrapper[data-position="right"] {
    right: -290px; }
  .drawer-wrapper.animated {
    transition: all 0.2s ease-in-out; }
  .drawer-wrapper.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
    .drawer-wrapper.active[data-position="right"]:not([data-display="push"]) {
      right: 0; }
    .drawer-wrapper.active:not([data-position="right"]):not([data-display="push"]) {
      left: 0; }
  .drawer-wrapper .drawer-title {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 15px;
    margin-bottom: 15px;
    position: relative; }
    .drawer-wrapper .drawer-title i {
      color: #fd6905;
      font-size: 38px;
      line-height: 1; }
    .drawer-wrapper .drawer-title span {
      color: #373738;
      font-size: 21px;
      font-weight: bold;
      line-height: 24px;
      display: block; }
  .drawer-wrapper .drawer-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    overflow-x: hidden; }

[dir="rtl"] .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper[data-position="left"][data-display="push"] {
  box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper[data-position="right"][data-display="push"] {
  box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
[dir="rtl"] .drawer-wrapper:not([data-position="right"]) {
  left: auto;
  right: -290px; }
[dir="rtl"] .drawer-wrapper[data-position="right"] {
  right: auto;
  left: -290px; }
[dir="rtl"] .drawer-wrapper.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all; }
  [dir="rtl"] .drawer-wrapper.active[data-position="right"]:not([data-display="push"]) {
    left: 0;
    right: auto; }
  [dir="rtl"] .drawer-wrapper.active:not([data-position="right"]):not([data-display="push"]) {
    right: 0;
    left: auto; }

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80; }
  .drawer-overlay.active {
    display: block; }

@media (min-width: 768px) {
  .drawer-overlay {
    background-color: transparent; }
    .drawer-wrapper .drawer-title {
      text-align: center;
      padding: 0 30px;
      margin-bottom: 20px;
      display: block !important; }
      .drawer-wrapper .drawer-title span {
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eaeaea; }
    .drawer-wrapper .drawer-close {
      color: #979797;
      font-size: 22px;
      line-height: 1;
      padding: 18px;
      width: fit-content;
      max-width: 100%;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .drawer-wrapper .drawer-close:hover {
        transform: rotate(90deg); }
    .drawer-wrapper .drawer-body {
      padding-left: 30px;
      padding-right: 30px; } }

@media (max-width: 767px) {
  html, body {
    -webkit-overflow-scrolling: touch; }
    .drawer-wrapper.closable-active {
      padding-bottom: 60px; }
      .drawer-wrapper.closable-active .drawer-close {
        background-color: #f9f9f9;
        width: 290px;
        height: 60px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 2; }
        [data-position="left"] .drawer-wrapper.closable-active .drawer-close {
          left: 0; }
        [data-position="right"] .drawer-wrapper.closable-active .drawer-close {
          right: 0; }
        .drawer-wrapper.closable-active .drawer-close span {
          color: #373738;
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase;
          padding-right: 10px; }
        .drawer-wrapper.closable-active .drawer-close i {
          font-size: 20px; }
    .drawer-wrapper .drawer-title {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .drawer-wrapper .drawer-title i {
        margin-right: 8px; }
      .drawer-wrapper .drawer-title::after {
        content: '';
        background-color: #eaeaea;
        height: 1px;
        display: block;
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px; }
  [data-position="left"] [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    left: auto;
    right: 0; }
  [data-position="right"] [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    right: auto;
    left: 0; }
  [dir="rtl"] .drawer-wrapper.closable-active .drawer-close span {
    padding-right: 0;
    padding-left: 10px; }
  [dir="rtl"] .drawer-wrapper .drawer-title i {
    margin-right: 0;
    margin-left: 8px; }
  .tsoft-notify-wrapper.notify-top {
    top: 8px; }
  .tsoft-notify-wrapper.notify-bottom {
    bottom: 8px; }
  .tsoft-notify-wrapper.notify-right {
    right: 8px; }
  .tsoft-notify-wrapper.notify-left {
    left: 8px; }
  .tsoft-notify-wrapper .notify-item {
    padding: 15px 30px 15px 8px; }
    .tsoft-notify-wrapper .notify-item .notify-icon {
      min-width: 28px;
      width: 28px;
      height: 28px;
      margin-right: 8px;
      font-size: 14px; }
    .tsoft-notify-wrapper .notify-item .notify-close {
      right: 8px;
      top: 8px; }
  [dir="rtl"] .tsoft-notify-wrapper.notify-right {
    right: auto;
    left: 8px; }
  [dir="rtl"] .tsoft-notify-wrapper.notify-left {
    left: auto;
    right: 8px; }
  [dir="rtl"] .tsoft-notify-wrapper .notify-item {
    padding: 15px 8px 15px 30px; }
    [dir="rtl"] .tsoft-notify-wrapper .notify-item .notify-icon {
      margin-right: 0;
      margin-left: 8px; }
    [dir="rtl"] .tsoft-notify-wrapper .notify-item .notify-close {
      right: auto;
      left: 8px; } }

.qty {
  position: relative; }
  .qty .form-control, .qty .form-control.btn {
    color: #373738;
    font-size: 10px;
    height: 30px; }
  .qty span[class*="ti-"] {
    color: #fd6905;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    width: 25px;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .qty span[class*="ti-"].ti-minus {
      left: 0; }
    .qty span[class*="ti-"].ti-plus {
      right: 0; }
  .qty.small .form-control, .qty.small .form-control.btn {
    height: 22px; }

[dir="rtl"] .qty span[class*="ti-"].ti-minus {
  left: auto;
  right: 0; }
[dir="rtl"] .qty span[class*="ti-"].ti-plus {
  right: auto;
  left: 0; }

.popover-wrapper {
  position: relative !important; }
  .popover-wrapper .popover-item.inline {
    font-size: 10px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2; }
    .popover-wrapper .popover-item.inline:not(.success) {
      color: #ff0000; }
    .popover-wrapper .popover-item.inline.success {
      color: #44c61f; }
  .popover-wrapper .popover-item:not(.inline) {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 3; }

[dir="rtl"] .popover-wrapper {
  position: relative !important; }
  [dir="rtl"] .popover-wrapper .popover-item.inline {
    right: auto;
    left: 6px; }

.sticky-wrapper .sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #ffffff; }

.affix-wrapper.affix-top {
  position: static; }
.affix-wrapper.affix-bottom {
  position: absolute; }
.affix-wrapper.affix {
  position: fixed;
  top: 0; }

.pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .pagination a, .pagination span {
    background-color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    min-width: 28px;
    height: 28px;
    padding: 6px;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px; }
    .pagination a i, .pagination span i {
      font-size: 18px; }
  .pagination a {
    color: #373738; }
    .pagination a.passive {
      pointer-events: none;
      cursor: not-allowed;
      opacity: 0.7; }
  .pagination a:hover, .pagination span {
    color: #fd6905;
    box-shadow: 0px 0px 0px 1px #fd6905; }
  .pagination > *:not(:first-child) {
    margin-left: 5px; }
  .pagination > *:not(:last-child) {
    margin-right: 5px; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table {
  width: 100%;
  color: #373738;
  vertical-align: top;
  caption-side: bottom;
  border-collapse: collapse;
  border: 1px solid #eaeaea; }
  .table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0; }
  .table > thead {
    vertical-align: bottom; }
  .table tr {
    border-width: 1px 0px; }
  .table th {
    text-align: inherit;
    text-align: -webkit-match-parent; }
  .table th, .table td {
    padding: 10px 10px;
    border-width: 0 1px; }

.stars {
  display: inline-flex !important;
  color: #747474;
  font-size: 15px;
  position: relative; }
  .stars i + i {
    margin-left: 3px; }
  .stars .stars-fill {
    color: #fd6905;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }

[dir="rtl"] .stars i + i {
  margin-left: 0;
  margin-right: 3px; }
[dir="rtl"] .stars .stars-fill {
  left: auto;
  right: 0; }

.form-search input[type="search"] {
  padding-right: 80px;
  padding-left: 35px; }
.form-search button[type="submit"] {
  position: absolute;
  height: 30px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 12px; }
.form-search .search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  font-size: 13px;
  width: 35px;
  height: 18px;
  line-height: 18px; }

[dir="rtl"] .form-search input[type="search"] {
  padding-left: 80px;
  padding-right: 35px; }
[dir="rtl"] .form-search button[type="submit"] {
  right: auto;
  left: 5px; }
[dir="rtl"] .form-search .search-icon {
  left: auto;
  right: 0; }
