/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**********************************************
STYLE GLOBAL
**********************************************/
/* line 9, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-widget .title_block, .ApColumn .title_block {
  font-size: 24px;
  position: relative;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-right: 60px;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .group-widget .title_block, .rtl .ApColumn .title_block {
  padding-left: 60px;
  padding-right: inherit;
}
/* line 17, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-widget .title_block span, .ApColumn .title_block span {
  color: #333333;
}

/* line 22, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-fullwidth {
  position: relative;
}
/* line 24, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-fullwidth:before {
  padding: 0px 1000px;
  margin-left: -1000px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .bg-fullwidth:before {
  margin-right: -1000px;
  margin-left: inherit;
}

/**
* Start for module ap_gmap
*/
/* line 41, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
div[id^="google-maps"] {
  position: relative;
}

/* line 44, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
div[id^="gmap-stores-list"] {
  overflow: auto!important;
}

/* line 47, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
div[id^="gmap-stores-list"] > ul {
  margin: 30px;
}

/* line 50, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.display-list-store {
  background-color: #6cabd5;
  float: left;
}

/* line 54, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 60, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%;
}

/* line 63, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.gmap-cover {
  width: 100%;
}

/* line 67, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 74, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.item-gmap-store:hover {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 79, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.item-gmap-store .icon-map-marker {
  margin-right: 6px;
  font-size: 120%;
}
/* line 83, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.item-gmap-store text {
  font-size: 85%;
}

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
/* line 94, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-show-more {
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 5px;
  text-align: center;
  display: none;
}
/* line 99, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-show-more .open {
  display: block;
}

/* Start for module ap_image */
/* line 105, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 108, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ap_image .has-animation.animated {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* End for module ApFullSlider */
/* line 113, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.full-slider {
  margin-top: 20px;
}
/* line 115, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}
/* line 121, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.full-slider .carousel-inner .item {
  width: 100%;
  height: 100%;
}

/* line 129, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.full_slide_detail .full-slider {
  margin-top: 50px;
}
/* line 131, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.full_slide_detail .full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../img/background_image_gallery.jpg);
}
/* line 137, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.full_slide_detail .full-slider .carousel-inner .item {
  padding: 15px 20px;
  width: 100%;
  height: 100%;
}

/* Start for module ApFullSlider */
/* line 147, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.cover-live-edit {
  width: 100%;
  border-top: 1px dashed #bdbdbd;
}
/* line 150, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.cover-live-edit .link-to-back-end {
  text-decoration: none;
  color: #fff;
  z-index: 9999;
  background-color: rgba(204, 153, 0, 0.5);
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
  box-shadow: 0 0 5px #bdbdbd;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 159, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.cover-live-edit .link-to-back-end:hover {
  background-color: #00e676;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 166, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ap-cover-hook {
  border: 1px dashed #bdbdbd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 169, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ap-cover-hook:hover {
  border: 1px dashed #333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/**
* ApVideo
*/
/* line 178, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 187, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ADV header */
/* line 195, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-adv {
  margin-top: 15px;
  text-align: center;
  float: left;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .box-adv {
  float: right;
}
/* line 197, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-adv h4 {
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
  margin: 0;
}
/* line 198, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-adv p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #666;
  text-transform: none;
}

/* Tabs Top */
/* line 203, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.tabs-top.latest-products .nav-tabs {
  text-align: center;
  margin-bottom: 50px;
  border: none;
}
/* line 205, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.tabs-top.latest-products .nav-tabs > li {
  display: inline-block;
  float: none;
  border: none;
  margin: 0;
}
/* line 207, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.tabs-top.latest-products .nav-tabs > li > a {
  color: #2a3e55;
  font-family: "Lato", sans serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  margin: 0;
  border: none;
}
/* line 284, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .tabs-top.latest-products .nav-tabs > li > a {
  padding: 0 0 0 20px;
}
/* line 217, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.tabs-top.latest-products .nav-tabs > li > a:hover {
  color: #ffd302;
  border: none;
}
/* line 223, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.tabs-top.latest-products .nav-tabs > li.active > a, .tabs-top.latest-products .nav-tabs > li.active > a:hover, .tabs-top.latest-products .nav-tabs > li.active a:focus {
  color: #ffd302;
  border: none;
}

/* Footer Social link */
/* line 233, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.footer-social-link {
  margin: 15px 0;
  display: inline-block;
}
/* line 236, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.footer-social-link li {
  display: inline-block;
}
/* line 238, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.footer-social-link li a {
  text-transform: uppercase;
  color: #2a3e55;
  font-size: 12px;
  padding: 0 8px;
}

/* reinsurance-block */
/* line 247, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  overflow: hidden;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl #reinsurance-block {
  text-align: right;
}
/* line 252, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box {
  font-size: 12px;
  padding: 50px 40px;
  position: relative;
}
/* line 256, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1000%;
  border-right: 1px solid #dddddd;
}
/* line 369, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl #reinsurance-block .feature-box:after {
  left: 0;
  right: auto;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl #reinsurance-block .feature-box:after {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
/* line 265, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box .fbox-icon {
  float: left;
  margin-right: 25px;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl #reinsurance-block .feature-box .fbox-icon {
  float: right;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl #reinsurance-block .feature-box .fbox-icon {
  margin-left: 25px;
  margin-right: inherit;
}
/* line 268, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box .fbox-icon .icon {
  width: 50px;
  height: 50px;
  background: url("../../../../../img/default/icon-1.png") no-repeat -6px -3px transparent;
  display: block;
  color: white;
}
/* line 274, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box .fbox-icon .icon.icons-v2 {
  background-position: -61px -3px;
}
/* line 277, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box .fbox-icon .icon.icons-v3 {
  background-position: -116px -3px;
}
/* line 282, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  font-family: "Lato", sans serif;
}
/* line 288, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box p {
  margin: 0;
  padding: 0;
}
/* line 292, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box:hover {
  cursor: pointer;
}
/* line 294, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
#reinsurance-block .feature-box:hover .fbox-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* Widget HTML */
/* line 303, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.column-fixed .ApHtml {
  margin: 0;
}

/* Widget Raw HTML */
/* line 306, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom {
  margin: 30px 0;
}
/* line 308, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: white;
  font-size: 30px;
  font-family: "Lato", sans serif;
}
/* line 314, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom h2 .orange {
  color: #ffd302;
}
/* line 318, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom p {
  color: white;
  margin-bottom: 20px;
}
/* line 319, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom .btn-outline-inverse {
  color: white;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
}
/* line 327, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom .btn-outline-inverse:hover {
  -webkit-box-shadow: 0 0 0 30px #ffd302 inset;
  box-shadow: 0 0 0 30px #ffd302 inset;
  background: #ffd302;
  border-color: #ffd302;
}

/* line 334, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra {
  font-size: 12px;
  text-transform: uppercase;
  padding: 20px 10%;
  background: #333333;
}
/* line 339, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra h1 {
  color: white;
  text-transform: uppercase;
  font-family: "Noticia Text", sans-serif;
  letter-spacing: 10px;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}
/* line 347, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra .txt-shop {
  padding: 15px 0;
}
/* line 349, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra .txt-shop a {
  font-family: "Lato", sans serif;
  font-size: 12px;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 5px;
}
/* line 352, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra .txt-shop a:hover {
  color: #ffd302;
}
/* line 358, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra .text-extra span {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Noticia Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
/* line 363, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra .txt-left {
  float: left;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .box-custom-extra .txt-left {
  float: right;
}
/* line 367, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-custom-extra .txt-right {
  float: right;
  padding: 0;
  margin-top: -41px;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .box-custom-extra .txt-right {
  float: left;
}

/* line 371, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.custom-saleoff {
  background: #5a93e0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 24px;
  color: white;
  padding: 35px 20px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  margin-top: 30px;
}
/* line 374, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.custom-saleoff:hover {
  letter-spacing: 10px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  cursor: pointer;
}

/* Widget Image */
/* line 381, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.banner-home-4 .ApImage.effect-img {
  margin-bottom: 55px;
}
/* line 383, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.banner-home-4 .ApImage.img_anim .btn-banner {
  color: #2a3e55;
}
/* line 385, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.banner-home-4 .ApImage.img_anim:hover .btn-banner {
  color: white;
}

/* line 391, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.store-location {
  position: relative;
  margin-bottom: 70px;
}
/* line 394, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.store-location .image_description {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  line-height: 30px;
  margin: 60px auto;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 545px;
  height: 280px;
  overflow: hidden;
  text-align: center;
}
/* line 406, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.store-location .image_description h4 {
  color: white;
  margin: 15px 0;
}
/* line 410, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.store-location .image_description .orange {
  color: #f3652a;
  font-size: 18px;
}
/* line 415, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.store-location img {
  max-width: inherit;
}
/* line 417, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.img_home_5 {
  position: relative;
  overflow: hidden;
}
/* line 419, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.img_home_5 .image_description {
  position: absolute;
  background: white;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 360px;
  height: 360px;
  overflow: hidden;
  text-align: center;
  padding: 60px 20px;
  font-size: 20px;
  font-weight: 300;
}
/* line 422, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.img_home_5 .image_description .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 425, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.img_home_5 .image_description .heading-title {
  font-size: 48px;
  font-family: "Lato", sans serif;
}
/* line 428, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.img_home_5 .image_description .btn-outline-inverse {
  color: #2a3e55;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
}
/* line 436, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApImage.img_home_5 .image_description .btn-outline-inverse:hover {
  -webkit-box-shadow: 0 0 0 30px #ffd302 inset;
  box-shadow: 0 0 0 30px #ffd302 inset;
  background: #ffd302;
  border-color: #ffd302;
}

/*instagram-block*/
/* line 446, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.instagram-block {
  border-top: 1px solid #dddddd;
  margin-bottom: 60px;
  margin-top: 35px;
  padding-top: 20px;
}
/* line 449, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.instagram-block img {
  width: 180px;
}
/* line 450, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.instagram-block a {
  display: inline-block;
  padding: 0 9px;
}
/* line 451, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.instagram-block .block-content {
  margin-top: 40px;
}

/* manufacturers_block */
/* line 455, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.columns-container .manufacturers_block .title_block {
  padding-top: 40px;
}

/* line 457, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .manufacturer-image-container a {
  display: block;
}
/* line 460, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .manufacturer-block {
  overflow: hidden;
  position: relative;
}
/* line 463, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .manufacturer-name {
  display: none;
}
/* line 466, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block img {
  backface-visibility: hidden;
  /* W3C */
  -webkit-backface-visibility: hidden;
  /* Safari & Chrome */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  -o-backface-visibility: hidden;
  /* Opera */
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
/* line 470, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .owl-carousel, .manufacturers_block .carousel, .manufacturers_block .owl-controls {
  margin-top: 0;
}
/* line 475, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .carousel {
  text-align: center;
}
/* line 477, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .carousel img {
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 477, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .carousel img {
    margin: 5px 0;
  }
}
/* line 484, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  z-index: 99;
}
/* line 491, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .block_content {
  padding: 30px 0px;
}
/* line 494, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .owl-buttons, .manufacturers_block .carousel-buttons {
  position: initial;
  width: auto;
}
/* line 498, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .owl-prev {
  position: absolute;
  top: calc(50% - 12.5px);
  left: -30px;
  z-index: 99;
}
@media (max-width: 1220px) {
  /* line 498, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .owl-prev {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
  }
}
@media (max-width: 991px) {
  /* line 498, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .owl-prev {
    background: #2a3e55;
  }
  /* line 508, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .owl-prev:before {
    color: white;
  }
}
/* line 513, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .owl-next {
  position: absolute;
  top: calc(50% - 12.5px);
  right: -30px;
  z-index: 99;
}
@media (max-width: 1220px) {
  /* line 513, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .owl-next {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
  }
}
@media (max-width: 991px) {
  /* line 513, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .owl-next {
    background: #2a3e55;
  }
  /* line 523, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .owl-next:before {
    color: white;
  }
}
/* line 529, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .carousel-control {
  position: absolute;
  top: calc(50% - 12.5px);
  z-index: 99;
}
@media (max-width: 991px) {
  /* line 529, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .carousel-control {
    background: #2a3e55;
  }
  /* line 535, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .carousel-control:before {
    color: white;
  }
}
/* line 539, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .carousel-control.left {
  left: -35px;
}
@media (max-width: 1220px) {
  /* line 539, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .carousel-control.left {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }
}
/* line 545, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.manufacturers_block .carousel-control.right {
  right: -35px;
}
@media (max-width: 1220px) {
  /* line 545, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .manufacturers_block .carousel-control.right {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
  }
}

/* Product List */
/* line 554, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-plist {
  margin-bottom: 60px;
}
/* line 556, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-plist .ApColumn .ApProductList .title_block {
  text-align: left;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .group-plist .ApColumn .ApProductList .title_block {
  text-align: right;
}
/* line 557, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-plist .ApProductList {
  border: 4px solid #f3f3f3;
  padding: 15px 35px;
}
/* line 560, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-plist .ApProductList .title_block {
  font-size: 18px;
  padding-top: 15px;
}
/* line 563, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-plist .ApProductList .title_block:before {
  left: 0;
  margin: 0;
  width: 30px;
}
/* line 362, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .group-plist .ApProductList .title_block:before {
  right: 0;
  left: auto;
}
/* line 567, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.group-plist .ApProductList .product-block {
  text-align: left;
  margin-bottom: 20px;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .group-plist .ApProductList .product-block {
  text-align: right;
}

/* Latest Blog */
/* line 575, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container {
  padding-bottom: 30px;
}
/* line 21, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/bootstrap/_mixins.scss */
.latest-blogs .blog-container:before, .latest-blogs .blog-container:after {
  content: " ";
  display: table;
}
/* line 25, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/bootstrap/_mixins.scss */
.latest-blogs .blog-container:after {
  clear: both;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 575, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .latest-blogs .blog-container {
    padding-bottom: 20px;
  }
}
/* line 581, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: bold;
}
/* line 585, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-title a {
  color: #444444;
}
@media (min-width: 480px) {
  /* line 585, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .latest-blogs .blog-container .blog-title a {
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
/* line 591, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-title a:hover {
  color: #ffd302;
}
/* line 596, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-meta {
  font-size: 13px;
  position: relative;
  color: #ffd049;
  overflow: hidden;
  zoom: 1;
}
/* line 602, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-meta > span {
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  position: relative;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .latest-blogs .blog-container .blog-meta > span {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .latest-blogs .blog-container .blog-meta > span {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 609, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-meta > span:after {
  position: absolute;
  content: "|";
  top: 0;
  right: 0;
}
/* line 613, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-meta > span:last-child:after {
  display: none;
}
/* line 615, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-meta > span.blog-created {
  color: #ffd049;
}
/* line 616, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-meta > span .meta-value {
  color: #ffd049;
}
/* line 619, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .blog-meta > span a.meta-value:hover {
  color: #ffd302;
}
/* line 624, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .left-block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 628, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .created {
  min-width: 70px;
  padding: 2px 5px 9px;
  text-align: center;
  background: #f7f7f7;
  margin-right: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .latest-blogs .blog-container .created {
  margin-left: 25px;
  margin-right: inherit;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .latest-blogs .blog-container .created {
  float: right;
}
/* line 636, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .created span {
  display: block;
}
/* line 638, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .created span.day {
  color: #333333;
  font-size: 30px;
}
/* line 642, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .created span.month {
  font-size: 12px;
  display: inline-block;
}
/* line 646, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .blog-container .created span.year {
  display: inline-block;
  font-size: 12px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 654, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .latest-blogs .last_item .blog-container {
    padding-bottom: 0px;
  }
}
/* line 659, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .owl-carousel .right-block {
  margin-top: 25px;
}
/* line 665, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .carousel .big-item .right-block {
  margin-top: 25px;
}
/* line 670, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .carousel .small-item .left-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 675, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .latest-blogs .carousel .last_item .blog-container {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  /* line 683, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .latest-blogs .carousel .blog-container {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
  }
}
/* line 691, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .view-all {
  font-size: 14px;
  font-weight: bold;
  float: right;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .latest-blogs .view-all {
  float: left;
}
/* line 695, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .view-all a {
  color: #444444;
}
/* line 697, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .view-all a:hover, .latest-blogs .view-all a:active, .latest-blogs .view-all a:focus {
  color: #ffd302;
}
/* line 701, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs .view-all .fa {
  font-weight: bold;
  margin-left: 10px;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .latest-blogs .view-all .fa {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 707, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .left-block {
  display: none;
  margin-top: 0;
}
/* line 712, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .blog-container .created {
  margin-right: 15px;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .latest-blogs.blog-sidebar .blog-container .created {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 715, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .blog-container .blog-title {
  font-size: 14px;
}
/* line 720, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .owl-carousel .right-block {
  margin-top: 0px;
}
/* line 723, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .owl-carousel .blog-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 723, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .latest-blogs.blog-sidebar .owl-carousel .blog-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
/* line 731, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .owl-carousel .blog-container:last-child {
  border-bottom: 0;
}
/* line 737, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .carousel .big-item .right-block {
  margin-top: 0px;
}
/* line 740, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .carousel .blog-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 740, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .latest-blogs.blog-sidebar .carousel .blog-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
/* line 749, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.latest-blogs.blog-sidebar .carousel .last_item .blog-container {
  border-bottom: 0;
}

/* HTML Count Down */
/* line 757, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown {
  background: url(../../../../../img/default/bg-html-countdown.jpg) repeat 0 0 transparent;
  padding: 28px 0;
  text-align: center;
  min-height: 300px;
}
/* line 762, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .title_block {
  font-size: 60px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
/* line 770, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .title_block:before {
  display: none;
}
/* line 773, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .block_content p {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
/* line 781, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .ap-countdown-time ul {
  display: inline-block;
  margin: 0;
  text-align: center;
  border: 3px solid #FFFFFF;
  padding: 15px 10px;
}
/* line 788, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .ap-countdown-time li {
  text-transform: uppercase;
  padding: 8px 20px;
  width: 80px;
  font-size: 24px;
  margin: 0 10px;
  line-height: 20px;
  color: #000000;
  font-family: "Lato", sans serif;
  background-color: #FFFFFF;
}
/* line 800, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .countdown_num span {
  font-size: 12px;
  display: block;
}
/* line 804, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .btn-link {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: 900;
  margin-top: 20px;
  display: inline-block;
}
/* line 812, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.ApColumn .time-cdown .btn-link:hover {
  text-decoration: none;
}

/* line 820, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.hotline .title-hotline {
  font-weight: bold;
  font-size: 14px;
  color: #ffd302;
  text-transform: uppercase;
}
/* line 825, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.hotline .title-hotline:before {
  content: '';
  width: 27px;
  height: 27px;
  background: url(../../../../../img/icons.png) no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  margin-right: 10px;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .hotline .title-hotline:before {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 835, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.hotline .content-hotline {
  font-size: 12px;
}
/* line 838, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.hotline.hotline-top {
  max-width: 160px;
}
/* line 843, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.hotline.hotline-bottom .title-hotline:before {
  background-position: -33px 0px;
  height: 30px;
  width: 30px;
}
/* line 849, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.hotline.hotline-bottom .content-hotline {
  margin-top: 3px;
}

/* line 856, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service {
  padding: 12px 10px;
  background: #f3f4f6;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  /* line 856, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .service {
    margin-bottom: 30px;
  }
}
/* line 866, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service:hover, .service:active, .service:focus {
  background: #2a3e55;
}
/* line 868, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service:hover .icon-service, .service:active .icon-service, .service:focus .icon-service {
  background: rgba(255, 255, 255, 0.2);
}
/* line 871, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service:hover .desc-block, .service:hover .title-block, .service:active .desc-block, .service:active .title-block, .service:focus .desc-block, .service:focus .title-block {
  color: #ffffff;
}
/* line 875, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service .left-block {
  float: left;
  padding-right: 30px;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .service .left-block {
  float: right;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .service .left-block {
  padding-left: 30px;
  padding-right: inherit;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 875, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .service .left-block {
    padding-right: 20px;
  }
  /* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .service .left-block {
    padding-left: 20px;
    padding-right: inherit;
  }
}
/* line 882, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service .title-block {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
}
/* line 890, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service .icon-service {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 899, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service .icon-service img {
  display: inline-block;
}
/* line 903, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service .desc-block {
  font-size: 14px;
}
/* line 905, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service .desc-block p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 909, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .service.service-white {
    background: white;
  }
  /* line 912, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .service.service-white:hover, .service.service-white:active, .service.service-white:focus {
    background: #ffd302;
  }
}

/* line 919, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service-row .service {
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  justify-content: center;
}

/* line 924, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service-column .service {
  border-bottom: 1px solid white;
}
/* line 930, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service-column .service .left-block {
  margin-left: 20px;
  padding-right: 20px;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .service-column .service .left-block {
  margin-right: 20px;
  margin-left: inherit;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .service-column .service .left-block {
  padding-left: 20px;
  padding-right: inherit;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 930, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .service-column .service .left-block {
    margin-left: 10px;
    padding-right: 10px;
  }
  /* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .service-column .service .left-block {
    margin-right: 10px;
    margin-left: inherit;
  }
  /* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .service-column .service .left-block {
    padding-left: 10px;
    padding-right: inherit;
  }
}
/* line 938, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.service-column .service:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  /* line 945, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs {
    margin-top: 2px;
  }
}
@media (min-width: 992px) {
  /* line 953, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .block_content:hover .owl-buttons > div.owl-prev {
    left: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 362, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .product-tabs .block_content:hover .owl-buttons > div.owl-prev {
    right: 15px;
    left: auto;
  }
  /* line 957, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .block_content:hover .owl-buttons > div.owl-next {
    right: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 369, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .product-tabs .block_content:hover .owl-buttons > div.owl-next {
    left: 15px;
    right: auto;
  }
}
/* line 965, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .owl-buttons {
  position: initial;
  width: 100%;
}
/* line 974, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .owl-buttons > div {
  position: absolute;
  top: calc(50% - 45px);
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/* line 981, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .owl-buttons > div.owl-prev {
  left: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 362, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .product-tabs .owl-buttons > div.owl-prev {
  right: -25px;
  left: auto;
}
@media (max-width: 991px) {
  /* line 981, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .owl-buttons > div.owl-prev {
    left: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 362, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .product-tabs .owl-buttons > div.owl-prev {
    right: 15px;
    left: auto;
  }
}
/* line 990, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .owl-buttons > div.owl-next {
  right: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 369, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .product-tabs .owl-buttons > div.owl-next {
  left: -25px;
  right: auto;
}
@media (max-width: 991px) {
  /* line 990, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .owl-buttons > div.owl-next {
    right: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 369, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .product-tabs .owl-buttons > div.owl-next {
    left: 15px;
    right: auto;
  }
}
@media (min-width: 768px) {
  /* line 1001, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .carousel-buttons {
    top: -85px;
  }
}
@media (max-width: 767px) {
  /* line 1001, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .carousel-buttons {
    top: -30px;
  }
}
/* line 1009, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .title_block {
  border-bottom: none;
}
@media (min-width: 768px) {
  /* line 1009, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .title_block {
    float: left;
    margin: -5px 0 0;
  }
  /* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .product-tabs .title_block {
    float: right;
  }
}
@media (max-width: 767px) {
  /* line 1009, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .title_block {
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 1019, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .box-select {
    display: none;
  }
}
/* line 1024, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs {
  border-bottom: 1px solid #e9e9e9;
  text-align: right;
  margin-bottom: 0px;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .product-tabs .nav-tabs {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 1024, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .nav-tabs {
    display: none;
  }
}
/* line 1031, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 991px) {
  /* line 1031, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .nav-tabs > li {
    margin: 0 10px;
  }
}
/* line 1038, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li:last-child {
  margin: 0 0 0 20px;
}
/* line 284, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .product-tabs .nav-tabs > li:last-child {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  /* line 1038, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-tabs .nav-tabs > li:last-child {
    margin: 0 0 0 10px;
  }
  /* line 284, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .product-tabs .nav-tabs > li:last-child {
    margin: 0 10px 0 0;
  }
}
/* line 1044, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li > a {
  margin: 0;
  border: none;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #888888;
  padding: 0 0 20px 0;
}
/* line 1051, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:active, .product-tabs .nav-tabs > li > a:focus {
  background: transparent;
  color: #2a3e55;
}
/* line 1054, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li > a:hover:before, .product-tabs .nav-tabs > li > a:active:before, .product-tabs .nav-tabs > li > a:focus:before {
  left: 0;
  right: 0;
}
/* line 1059, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 2px;
  background: #2a3e55;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1069, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li > a:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px;
  border-color: #2a3e55 transparent transparent transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1086, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li.active > a {
  border: none;
  background: transparent;
  color: #2a3e55;
}
/* line 1090, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li.active > a:before {
  left: 0;
  right: 0;
}
/* line 1094, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-tabs .nav-tabs > li.active > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1104, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-bg {
  padding: 60px 0 40px;
}
@media (max-width: 991px) {
  /* line 1104, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-bg {
    padding: 40px 0 20px;
  }
}
@media (max-width: 479px) {
  /* line 1104, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-bg {
    padding: 30px 0 10px;
  }
}
/* line 1112, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-bg .product-block {
  background: white;
}

@media (min-width: 480px) {
  /* line 1118, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product {
    padding-top: 75px;
    position: relative;
  }
}
/* line 1123, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-two-banner-product .group-two-banner-product {
  padding: 0 0px 0 0px;
}
@media (min-width: 768px) {
  /* line 1123, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-two-banner-product {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
}
/* line 284, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .box-two-banner-product .group-two-banner-product {
  padding: 0 0px 0 0px;
}
/* line 1128, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-two-banner-product .group-two-banner-product .banner {
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 1128, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-two-banner-product .banner {
    margin-bottom: 10px;
  }
  /* line 1132, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-two-banner-product .banner:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  /* line 1138, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-product {
    position: static;
  }
}
@media (max-width: 479px) {
  /* line 1138, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-product {
    margin-top: 30px;
  }
}
@media (min-width: 480px) {
  /* line 1145, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-product .block_content {
    position: static;
  }
}
/* line 1150, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-two-banner-product .group-product .owl-carousel, .box-two-banner-product .group-product .carousel {
  margin-top: 20px;
}
@media (min-width: 480px) {
  /* line 1150, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-product .owl-carousel, .box-two-banner-product .group-product .carousel {
    position: static;
  }
}
@media (min-width: 480px) {
  /* line 1156, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-product .title_block {
    position: absolute;
    top: 0;
    margin-top: 10px;
    left: 15px;
    width: calc(100% - 30px);
  }
  /* line 362, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .box-two-banner-product .group-product .title_block {
    right: 15px;
    left: auto;
  }
}
@media (min-width: 480px) {
  /* line 1165, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-two-banner-product .group-product .owl-buttons, .box-two-banner-product .group-product .carousel-buttons {
    top: 15px;
  }
}

/* line 1175, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .left-block {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
/* line 440, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .categories-carousel .left-block {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 1179, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .right-block {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: white;
  padding: 25px 30px;
  border: 1px solid #f1f1f1;
}
/* line 440, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .categories-carousel .right-block {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 1179, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .categories-carousel .right-block {
    padding: 15px 20px;
  }
}
/* line 1188, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .right-block ul {
  margin-bottom: 0;
}
/* line 1190, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .right-block ul li {
  padding: 3px 0;
}
/* line 1192, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .right-block ul li a {
  font-size: 13px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1197, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .right-block ul li a:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #b4b4b4;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .categories-carousel .right-block ul li a:before {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 1207, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .right-block ul li a:hover, .categories-carousel .right-block ul li a:active, .categories-carousel .right-block ul li a:focus {
  text-decoration: underline;
}
/* line 1209, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .right-block ul li a:hover:before, .categories-carousel .right-block ul li a:active:before, .categories-carousel .right-block ul li a:focus:before {
  background: #2a3e55;
}
/* line 1217, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .title {
  font-size: 16px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1221, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .title a {
  color: #444444;
}
/* line 1223, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.categories-carousel .title a:hover, .categories-carousel .title a:active, .categories-carousel .title a:focus {
  color: #ffd302;
}

/* line 1230, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials {
  background: #f9f9f9;
  text-align: center;
  padding: 40px 35px 70px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 1230, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .testimonials {
    padding: 30px 35px 50px;
  }
}
/* line 1238, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .left-testimonials img {
  display: inline-block;
}
/* line 1243, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .right-testimonials .title {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 16px;
  color: #444444;
  font-weight: bold;
}
/* line 1250, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .right-testimonials .descript {
  margin: 20px 0 10px;
  position: relative;
  font-size: 14px;
  line-height: 25px;
}
/* line 1255, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .right-testimonials .descript:before, .testimonials .right-testimonials .descript:after {
  position: absolute;
  left: -10px;
  top: -15px;
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 15px;
  color: #ffd049;
}
/* line 362, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .testimonials .right-testimonials .descript:before, .rtl .testimonials .right-testimonials .descript:after {
  right: -10px;
  left: auto;
}
/* line 1264, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .right-testimonials .descript:after {
  content: '\f10e';
  right: -10px;
  left: auto;
  bottom: 0px;
  top: auto;
}
/* line 522, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .testimonials .right-testimonials .descript:after {
  right: auto;
  left: -10px;
}
/* line 1272, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .owl-carousel, .testimonials .carousel {
  margin-top: 0;
}
/* line 1275, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .owl-buttons, .testimonials .carousel-buttons {
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}
/* line 1283, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .owl-controls .owl-page span {
  border: 2px solid transparent;
  background: #999999;
}
/* line 1287, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .owl-controls .owl-page.active {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
/* line 1289, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.testimonials .owl-controls .owl-page.active span {
  border-color: #2f4259;
  background: transparent;
}

/* line 1299, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.banner-sidebar {
  margin-top: 30px;
}

/* line 1304, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-no-padding .product-block {
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 1308, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-no-padding .product-block .left-block .functional-buttons {
    height: 35px;
  }
  /* line 1310, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-no-padding .product-block .left-block .functional-buttons .btn-product {
    font-size: 10px;
  }
  /* line 1312, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-no-padding .product-block .left-block .functional-buttons .btn-product .fa {
    margin-right: 3px;
  }
  /* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
  .rtl .product-no-padding .product-block .left-block .functional-buttons .btn-product .fa {
    margin-left: 3px;
    margin-right: inherit;
  }
  /* line 1318, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-no-padding .product-block .price {
    font-size: 14px;
  }
  /* line 1321, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-no-padding .product-block .price-old, .product-no-padding .product-block .old-price {
    font-size: 12px;
  }
}
/* line 1326, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-no-padding .owl-item, .product-no-padding .ajax_block_product {
  padding: 0;
}
/* line 1329, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-no-padding .row {
  margin: 0 -1.5px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 1329, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .product-no-padding .row {
    margin: 0 -2px;
  }
}
/* line 1335, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-no-padding .owl-buttons {
  right: 0;
}
/* line 369, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .product-no-padding .owl-buttons {
  left: 0;
  right: auto;
}
/* line 1338, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.product-no-padding .carousel-buttons {
  right: -15px;
}
/* line 369, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .product-no-padding .carousel-buttons {
  left: -15px;
  right: auto;
}

/* line 1346, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .cate-desc {
  color: white;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(247, 247, 247, 0.1);
}
/* line 1355, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .children > li {
  margin-bottom: 18px;
}
/* line 1358, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .children > li > .cover-img > .cat_name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
/* line 1359, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .children > li > .cover-img > .cat_name > a {
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1362, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .children > li > .cover-img > .cat_name > a:before {
  font-family: "FontAwesome";
  content: '\f105';
  display: inline-block;
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 7px;
}
/* line 362, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .category-bg .children > li > .cover-img > .cat_name > a:before {
  right: 0;
  left: auto;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .category-bg .children > li > .cover-img > .cat_name > a:before {
  margin-left: 7px;
  margin-right: inherit;
}
/* line 1374, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .children > li > .cover-img > .cat_name > a:hover, .category-bg .children > li > .cover-img > .cat_name > a:active, .category-bg .children > li > .cover-img > .cat_name > a:focus {
  padding-left: 10px;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .category-bg .children > li > .cover-img > .cat_name > a:hover, .rtl .category-bg .children > li > .cover-img > .cat_name > a:active, .rtl .category-bg .children > li > .cover-img > .cat_name > a:focus {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 1376, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .children > li > .cover-img > .cat_name > a:hover:before, .category-bg .children > li > .cover-img > .cat_name > a:active:before, .category-bg .children > li > .cover-img > .cat_name > a:focus:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1389, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .parent {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  /* line 1389, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .category-bg .parent {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  /* line 1389, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .category-bg .parent {
    margin-bottom: 70px;
  }
}
/* line 1398, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .parent > li > .cate-img {
  margin-bottom: 20px;
}
/* line 1400, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .parent > li > .cate-img > .cat_name {
  margin: 0 0 0 20px;
  font-size: 30px;
  display: inline-block;
}
/* line 284, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .category-bg .parent > li > .cate-img > .cat_name {
  margin: 0 20px 0 0;
}
/* line 1404, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .parent > li > .cate-img > .cat_name > a {
  color: white;
}
/* line 1406, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .parent > li > .cate-img > .cat_name > a:hover, .category-bg .parent > li > .cate-img > .cat_name > a:active, .category-bg .parent > li > .cate-img > .cat_name > a:focus {
  color: #ffd302;
}
/* line 1414, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .cate-img a {
  display: inline-block;
}
/* line 1416, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .cate-img a img {
  background: white;
  padding: 80px 2px 3px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 284, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .category-bg .cate-img a img {
  padding: 80px 4px 3px 2px;
}
/* line 440, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .category-bg .cate-img a img {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 1422, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .view_all {
  margin-top: 30px;
  display: inline-block;
  color: #ffdb2c;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1429, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .view_all:after {
  content: '\f105';
  font-family: "FontAwesome";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  background: #ffdb2c;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 271, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl .category-bg .view_all:after {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 1445, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .view_all:hover, .category-bg .view_all:active, .category-bg .view_all:focus {
  color: #ffd302;
}
/* line 1447, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.category-bg .view_all:hover:after, .category-bg .view_all:active:after, .category-bg .view_all:focus:after {
  background: #ffd302;
  color: white;
}

/* line 1456, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .cate-desc {
  color: #444444;
}
/* line 1463, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .children > li > .cover-img > .cat_name > a {
  color: #444444;
}
/* line 1473, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .parent > li > .cate-img > .cat_name > a {
  color: #222222;
}
/* line 1475, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .parent > li > .cate-img > .cat_name > a:hover, .bg-white .category-bg .parent > li > .cate-img > .cat_name > a:active, .bg-white .category-bg .parent > li > .cate-img > .cat_name > a:focus {
  color: #ffd302;
}
/* line 1483, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .cate-img a img {
  background: #ffdb2c;
}
/* line 1487, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .view_all {
  color: #222222;
}
/* line 1489, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .view_all:after {
  color: #333333;
  background: #ffdb2c;
}
/* line 1493, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .view_all:hover, .bg-white .category-bg .view_all:active, .bg-white .category-bg .view_all:focus {
  color: #ffd302;
}
/* line 1495, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-white .category-bg .view_all:hover:after, .bg-white .category-bg .view_all:active:after, .bg-white .category-bg .view_all:focus:after {
  background: #ffd302;
  color: white;
}

/* line 1505, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .cate-desc {
  color: #444444;
}
/* line 1512, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .children > li > .cover-img > .cat_name > a {
  color: #444444;
}
/* line 1522, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .parent > li > .cate-img > .cat_name > a {
  color: #222222;
}
/* line 1524, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .parent > li > .cate-img > .cat_name > a:hover, .bg-yellow .category-bg .parent > li > .cate-img > .cat_name > a:active, .bg-yellow .category-bg .parent > li > .cate-img > .cat_name > a:focus {
  color: #ffd302;
}
/* line 1532, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .cate-img a img {
  background: white;
}
/* line 1536, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .view_all {
  color: #333333;
}
/* line 1538, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .view_all:after {
  color: white;
  background: #333333;
}
/* line 1542, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .view_all:hover, .bg-yellow .category-bg .view_all:active, .bg-yellow .category-bg .view_all:focus {
  color: #ffd302;
}
/* line 1544, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.bg-yellow .category-bg .view_all:hover:after, .bg-yellow .category-bg .view_all:active:after, .bg-yellow .category-bg .view_all:focus:after {
  background: #ffd302;
  color: white;
}

@media (min-width: 992px) {
  /* line 1553, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-category-bg {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
  }
}
@media (min-width: 992px) {
  /* line 1558, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-category-bg .box-text-right {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: flex-start;
    /* Safari 6.1+ */
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  /* line 1564, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-category-bg .box-text-left {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: flex-end;
    /* Safari 6.1+ */
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  /* line 1570, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-category-bg .img-cate {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  /* line 1575, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-category-bg .widget-category_image {
    width: 370px;
  }
}
@media (max-width: 991px) {
  /* line 1575, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
  .box-category-bg .widget-category_image {
    padding: 0 15px;
  }
}
/* line 1585, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-category-bg .img-text .image_description .sub-title {
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 1593, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-category-bg .img-text .image_description .title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 15px;
  text-transform: uppercase;
}
/* line 1600, ../../../../../sass/modules/appagebuilder/views/css/styles.scss */
.box-category-bg .img-text .image_description p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 5px;
}
