/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 10, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-row {
  margin: 0;
}

/* line 14, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-carousel {
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 14, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-carousel {
    margin-top: 20px;
  }
}
/* line 19, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-carousel .owl-item {
  padding: 0 15px;
}

/* Styling Next and Prev buttons */
/* line 28, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-controls {
  text-align: center;
  margin-top: 20px;
}

/* line 32, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-buttons {
  width: 55px;
  position: absolute;
  top: -70px;
  right: 15px;
  overflow: hidden;
}
/* line 369, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .owl-buttons {
  left: 15px;
  right: auto;
}
@media (max-width: 767px) {
  /* line 32, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-buttons {
    top: -60px;
  }
}
/* line 41, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-buttons div {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: transparent;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f3f3f3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 50, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-buttons div:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #999999;
  font-size: 16px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 58, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-buttons div.owl-prev {
  float: left;
}
/* line 60, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-buttons div.owl-prev:before {
  content: "\f104";
}
/* line 64, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-buttons div.owl-next {
  float: right;
}
@media (min-width: 992px) {
  /* line 67, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-buttons div:hover {
    background: #2a3e55;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* line 71, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
  .owl-buttons div:hover:before {
    color: white;
  }
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 80, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

/* Styling Pagination*/
/* line 87, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 92, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 103, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* If PaginationNumbers is true */
/* line 109, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 119, ../../../../../sass/modules/appagebuilder/views/css/owl.theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
