/********************************************************
	RTL STYLES
********************************************************/
.owl-carousel .owl-stage, .owl-carousel .owl-stage-outer, .owl-carousel .owl-item {
  direction: ltr;
}
ul {
  padding-left: inherit;
  padding-right: 0;
}
.pull-xs-left {
  float: right !important;
}
.pull-xs-right {
  float: left !important;
}
.pull-xs-none {
  float: none !important;
}
@media (min-width: 544px) {
  .pull-sm-left {
    float: right !important;
  }
  .pull-sm-right {
    float: left !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: right !important;
  }
  .pull-md-right {
    float: left !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: right !important;
  }
  .pull-lg-right {
    float: left !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: right !important;
  }
  .pull-xl-right {
    float: left !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
#authentication .custom-checkbox label {
  padding-left: auto;
  padding-right: 0.625rem;
}
.custom-checkbox label {
  text-align: right;
}
