/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/* $image-appagebuilder-path:                  "../../../../../img/modules/appagebuilder/img/" !default;
$image-leofeature-path:                     "../../../../../img/modules/leofeature/img/" !default;
$image-quicklogin-path:                     "../../../../../img/modules/leoquicklogin/img/" !default;
$image-slideshow-typo-path:                 "../../../../../img/modules/leoslideshow/img/typo/" !default;
$image-slideshow-iview-path:                "../../../../../../../img/modules/leoslideshow/img/iView/" !default; */
/***********************************************************************/
/* Title Block */
#wrapper .ApColumn {
  text-align: center; }
  #wrapper .ApColumn .title_block,
  #wrapper .ApColumn .title-ap-group,
  #wrapper .ApColumn .sub-title-widget {
    text-align: center; }

@media (min-width: 1200px) {
  .ApColumn .block {
    margin-bottom: 0rem; } }
@media (max-width: 1199px) {
  .ApColumn .block {
    margin-bottom: 3.75rem; } }
.ApColumn .title_block {
  font-weight: 400;
  font-size: 3rem;
  font-family: "Kreon", serif;
  text-transform: capitalize;
  display: block;
  margin-bottom: 2.813rem; }
  @media (max-width: 1199px) {
    .ApColumn .title_block {
      font-size: 2rem; } }

.title-ap-group {
  font-weight: 400;
  font-size: 1.875rem;
  font-family: "Kreon", serif;
  position: relative;
  margin-bottom: 3.125rem; }
  @media (max-width: 1199px) {
    .title-ap-group {
      font-size: 1.5rem; } }

.sub-title-widget {
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Great Vibes", cursive;
  line-height: 1.875rem;
  display: block;
  color: #f8b742; }

.group-title {
  margin-bottom: 2.813rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse; }
  .group-title .title_block {
    margin-bottom: 0; }
  .group-title .sub-title-widget {
    margin-bottom: 0.625rem; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  padding-left: 3.125rem;
  position: relative;
  margin-top: 0.9375rem; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 3.125rem;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 0.4375rem 0 0;
    float: left;
    position: absolute;
    left: 1.25rem;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 0.4375rem; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 1.25rem;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  margin-bottom: 1.25rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal;
    margin: 0;
    padding: 0.625rem; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      top: 6px;
      width: auto;
      right: 0.3125rem; }
      .rtl .ap-accordion .panel-default .panel-title a:before {
        left: 0.3125rem;
        right: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      top: 6px;
      width: auto;
      right: 0.3125rem; }
      .rtl .ap-accordion .panel-default .panel-title .collapsed:before {
        left: 0.3125rem;
        right: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0;
    padding: 1.25rem; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #e8e8e8; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #e8e8e8;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #e8e8e8 #e8e8e8 #e8e8e8; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #e8e8e8; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e8e8e8;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #e8e8e8 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e8e8e8 transparent #e8e8e8 #e8e8e8;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e8e8e8; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e8e8e8;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #e8e8e8; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e8e8e8 #e8e8e8 #e8e8e8 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #212121; }
  .widget-tabs li.active {
    border: 1px solid #f4900a; }
    .widget-tabs li.active a {
      color: #f4900a; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #f4900a;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
.ApTabs.product-tabs {
  text-align: center; }
  .ApTabs.product-tabs .nav-tabs {
    display: inline-block;
    margin-bottom: 1.875rem;
    padding-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    width: 100%; }
    .ApTabs.product-tabs .nav-tabs .nav-link {
      font-size: 0.875rem;
      font-weight: 400;
      color: #666666;
      border: none;
      text-transform: uppercase;
      position: relative;
      padding: 0 0.625rem 0.9375rem; }
      .ApTabs.product-tabs .nav-tabs .nav-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: transparent;
        bottom: 0;
        left: 0; }
        .rtl .ApTabs.product-tabs .nav-tabs .nav-link:before {
          right: 0;
          left: auto; }
      .ApTabs.product-tabs .nav-tabs .nav-link.active, .ApTabs.product-tabs .nav-tabs .nav-link:hover, .ApTabs.product-tabs .nav-tabs .nav-link:focus {
        background: none;
        border: none; }
        .ApTabs.product-tabs .nav-tabs .nav-link.active:before, .ApTabs.product-tabs .nav-tabs .nav-link:hover:before, .ApTabs.product-tabs .nav-tabs .nav-link:focus:before {
          background: #f4900a; }
    .ApTabs.product-tabs .nav-tabs .nav-item {
      margin: 0;
      display: inline-block;
      float: none !important;
      padding: 0 0.3125rem; }
      @media (max-width: 767px) {
        .ApTabs.product-tabs .nav-tabs .nav-item {
          margin-bottom: 1.25rem; } }
  .ApTabs.product-tabs .ApProductCarousel {
    margin-bottom: 3.75rem; }
    @media (max-width: 767px) {
      .ApTabs.product-tabs .ApProductCarousel {
        margin-bottom: 0.625rem; } }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 1.875rem; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 0.375rem;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 0.375rem;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  display: inline-block; }
  .box-show-more a {
    background: #000000;
    border: none;
    clear: both;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 0.9375rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 14px;
    font-family: "Lobster", cursive;
    color: #FFFFFF;
    font-weight: 400;
    min-width: 300px;
    letter-spacing: 5px; }
    .box-show-more a:hover {
      background-color: #f4900a;
      color: #FFFFFF; }
    .box-show-more a .fa {
      margin-left: 0.3125rem; }
      .rtl .box-show-more a .fa {
        margin-right: 0.3125rem;
        margin-left: inherit; }
  .box-show-more.open a {
    display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #e8e8e8; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #f4900a;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* Count Down 
*/
.leo-more-cdown {
  margin-top: 0.625rem; }
  .leo-more-cdown ul {
    padding: 0; }
    .leo-more-cdown ul li {
      display: inline-block;
      text-align: center;
      background: #8eba4c;
      padding: 0.3125rem 0.3125rem 0.625rem;
      min-width: 3.75rem;
      margin-left: 0.3125rem; }
      @media (max-width: 991px) {
        .leo-more-cdown ul li {
          margin-bottom: 0.3125rem; } }
      .leo-more-cdown ul li:first-child {
        margin-left: 0; }
        .rtl .leo-more-cdown ul li:first-child {
          margin-right: 0;
          margin-left: inherit; }
      .leo-more-cdown ul li b {
        display: block;
        font-weight: 700;
        font-size: 1.125rem;
        color: #FFFFFF;
        margin-top: 0.3125rem; }
      .leo-more-cdown ul li span {
        text-transform: capitalize;
        font-size: 0.8125rem;
        font-weight: 400;
        color: #FFFFFF; }

/* Text ApCountdown */
.ApCountdown .sub-title-widget {
  color: #FFFFFF;
  font-weight: 400;
  padding: 0; }
  @media (min-width: 768px) {
    .ApCountdown .sub-title-widget {
      margin-bottom: 4.688rem;
      font-size: 2.75rem; } }
  @media (max-width: 767px) {
    .ApCountdown .sub-title-widget {
      font-size: 1.875rem;
      margin-bottom: 2.813rem; } }
.ApCountdown .ap-countdown-desc {
  font-weight: 300;
  margin-bottom: 1.25rem; }
.ApCountdown .title_block {
  color: #f4900a;
  text-transform: uppercase;
  letter-spacing: 0.375rem;
  font-family: "Lobster", cursive;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
  padding: 0; }
  .ApCountdown .title_block:before {
    display: none; }
.ApCountdown ul {
  margin: 0 0 5rem;
  display: block;
  padding: 0; }
  @media (max-width: 767px) {
    .ApCountdown ul {
      margin-bottom: 2.5rem; } }
  .ApCountdown ul li {
    display: inline-block;
    padding: 0;
    margin: 0 1.875rem; }
    @media (max-width: 767px) {
      .ApCountdown ul li {
        margin: 0 0.9375rem 0.625rem 0.9375rem; } }
    .ApCountdown ul li b {
      display: block;
      font-weight: 400;
      font-family: "Lobster", cursive;
      color: #f4900a;
      margin-bottom: 0.9375rem;
      line-height: 2.5rem; }
      @media (min-width: 768px) {
        .ApCountdown ul li b {
          font-size: 2.813rem; } }
      @media (max-width: 767px) {
        .ApCountdown ul li b {
          font-size: 2.5rem; } }
    .ApCountdown ul li span {
      margin-bottom: 1.25rem;
      font-weight: 500;
      font-size: 1rem;
      text-transform: uppercase; }
.ApCountdown .ap-countdown-link a {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Lobster", cursive;
  font-size: 0.875rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ApCountdown .ap-countdown-link a:hover {
    letter-spacing: 0.1875rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 1.25rem 0; }
  .manufacturers_block img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .manufacturers_block img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

/*
  Widget Category Image
*/
.widget-category_image ul {
  margin: 0;
  padding: 0; }
.widget-category_image .view_all_wapper {
  display: none; }

.ApCategoryImage {
  position: relative;
  overflow: hidden; }
  .ApCategoryImage img {
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s; }
  .ApCategoryImage .fa {
    display: none; }
  .ApCategoryImage ul li .cate_content-1 .title-cate {
    display: inline-block;
    margin: 0.625rem 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left; }
    .rtl .ApCategoryImage ul li .cate_content-1 .title-cate {
      text-align: right; }
  .ApCategoryImage .cat_name {
    font-size: 1.875rem;
    font-weight: 500; }
  .ApCategoryImage:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); }

/* Widget Lastest blogs */
@media (min-width: 1200px) {
  .latest-blogs .right-block {
    padding-left: 4.375rem;
    padding-right: 4.375rem; } }
.latest-blogs .blog-container {
  text-align: center;
  position: relative;
  margin-bottom: 1.25rem; }
.latest-blogs .blog-image-container {
  margin-bottom: 1.25rem; }
.latest-blogs .blog-title {
  font-size: 1.625rem;
  font-weight: 400;
  color: #212121;
  margin-bottom: 1.25rem;
  line-height: 1.875rem; }
  @media (max-width: 767px) {
    .latest-blogs .blog-title {
      font-size: 1.25rem; } }
  .latest-blogs .blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.latest-blogs .blog-desc {
  line-height: 1.5rem;
  font-size: 0.9375rem; }
.latest-blogs .blog-meta {
  margin-bottom: 0.625rem;
  position: relative;
  padding: 0; }
  .latest-blogs .blog-meta > span {
    color: #999999;
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
    margin-right: 0.625rem; }
    .rtl .latest-blogs .blog-meta > span {
      margin-left: 0.625rem;
      margin-right: inherit; }
    .latest-blogs .blog-meta > span:last-child {
      margin-right: 0; }
      .rtl .latest-blogs .blog-meta > span:last-child {
        margin-left: 0;
        margin-right: inherit; }
    .latest-blogs .blog-meta > span .fa {
      font-size: 0.8125rem;
      color: #f4900a;
      margin-right: 0.3125rem; }
      .rtl .latest-blogs .blog-meta > span .fa {
        margin-left: 0.3125rem;
        margin-right: inherit; }
.latest-blogs .blog-viewall {
  margin-top: 1.25rem; }
.latest-blogs .blog-read__more {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  font-weight: 700; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 5rem;
    height: 15rem; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 5rem;
      height: 5rem; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 0.9375rem;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
@media screen and (min-width: 0\0) {
  .instagram-block a img {
    width: 100%;
    height: 100%; } }
@media (min-width: 1200px) {
  .instagram-block.ApInstagram {
    margin-bottom: 6.25rem; } }
@media (max-width: 1199px) {
  .instagram-block.ApInstagram {
    margin-top: 2.5rem; } }
.instagram-block #instafeed a {
  position: relative;
  display: inline-block; }
  .instagram-block #instafeed a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    @incldue transition(all 0.3s ease 0s); }
  .instagram-block #instafeed a:after {
    content: "\f16d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 1.25rem;
    color: #FFFFFF;
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
    line-height: normal;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    filter: alpha(opacity=0);
    @incldue transition(all 0.3s ease 0s); }
  .instagram-block #instafeed a img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .instagram-block #instafeed a:hover:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block #instafeed a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
.instagram-block .link-instagram {
  text-align: center;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  background: #f4900a; }
  .instagram-block .link-instagram a {
    color: #FFFFFF; }
  .instagram-block .link-instagram:hover {
    background: #212121; }
.instagram-block .block_content {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  position: relative; }

/* Scrollbar */
body ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd; }

body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

body ::-webkit-scrollbar {
  width: 0.375rem; }

/* ApHtml */
.ApHtml.widget-html__saleoff {
  margin-bottom: 0;
  font-weight: 300; }
  .ApHtml.widget-html__saleoff img {
    margin-right: 0.3125rem; }
    .rtl .ApHtml.widget-html__saleoff img {
      margin-left: 0.3125rem;
      margin-right: inherit; }
.ApHtml.intro-footer {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 300; }
  .ApHtml.intro-footer.block {
    margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .ApHtml.intro-footer {
      padding-right: 1.25rem; }
      .rtl .ApHtml.intro-footer {
        padding-left: 1.25rem;
        padding-right: inherit; } }
.ApHtml.copyright {
  text-align: center;
  font-size: 1rem;
  font-weight: 300; }
  .ApHtml.copyright span {
    color: #f4900a; }

/* ApImage */
@media (min-width: 992px) {
  .box-service {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    padding-left: 3.33333%;
    padding-right: 3.33333%; } }
@media (max-width: 991px) {
  .box-service {
    margin-top: 3.75rem;
    margin-bottom: 0; } }

@media (min-width: 576px) {
  .ApImage.featured-service {
    margin: 0; } }
.ApImage.featured-service img {
  margin-bottom: 1.875rem; }
.ApImage.featured-service .image_widget {
  min-height: 7.188rem; }
.ApImage.featured-service .image_description .title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem; }
.ApImage.featured-service .image_description .desc {
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 1.375rem; }
  @media (min-width: 576px) {
    .ApImage.featured-service .image_description .desc {
      max-width: 16.88rem;
      margin: auto auto 2.5rem; } }

/* ApBlockCarousel */
@media (min-width: 992px) {
  .block-testimonial {
    display: inline-block;
    width: 100%; }
    .block-testimonial.block {
      margin: 3.75rem 0 5rem; }
    .block-testimonial .block_content {
      float: right; }
      .rtl .block-testimonial .block_content {
        float: left; }
    .block-testimonial .title_block {
      text-align: left; }
      .rtl .block-testimonial .title_block {
        text-align: right; } }
@media (min-width: 1200px) {
  .block-testimonial .block_content {
    width: 66.66667%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .block-testimonial .block_content {
    width: 86%; } }

@media (max-width: 991px) {
  .block-testimonial.block {
    margin: 2.5rem 0; } }
.block-testimonial .testimonial {
  background: #FFFFFF;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.07);
  text-align: left; }
  .rtl .block-testimonial .testimonial {
    text-align: right; }
  .block-testimonial .testimonial .info {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 1.063rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: 1.25rem; }
    .rtl .block-testimonial .testimonial .info {
      padding-right: 1.25rem;
      padding-left: inherit; }
    .block-testimonial .testimonial .info:before {
      content: "\f10d";
      display: inline-block;
      position: absolute;
      top: 0;
      color: #f4900a;
      font-family: "FontAwesome";
      font-size: 1rem;
      left: 0; }
      .rtl .block-testimonial .testimonial .info:before {
        right: 0;
        left: auto; }
  .block-testimonial .testimonial .profile {
    margin-left: 1.25rem; }
    .rtl .block-testimonial .testimonial .profile {
      margin-right: 1.25rem;
      margin-left: inherit; }
    .block-testimonial .testimonial .profile > span {
      display: block; }
    .block-testimonial .testimonial .profile .name {
      font-size: 1.125rem;
      font-weight: 500;
      color: #212121;
      margin-bottom: 0.3125rem; }
    .block-testimonial .testimonial .profile .job {
      color: #999999;
      font-size: 1rem; }

/* ApGenCode */
.footer_logo {
  text-align: left;
  margin-bottom: 1.25rem; }
  .rtl .footer_logo {
    text-align: right; }

/* ApImageGallery */
.ApImageGallery .show_image {
  margin-right: -4px;
  margin-left: -4px; }
.ApImageGallery .image-item {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px; }

/* F.A.Qs */
.widget-accordions__faqs .title_block {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-align: left; }
  .rtl .widget-accordions__faqs .title_block {
    text-align: right; }
.widget-accordions__faqs .block {
  margin-bottom: 1.25rem; }
  .widget-accordions__faqs .block div, .widget-accordions__faqs .block p {
    line-height: 1.5rem; }
.widget-accordions__faqs .ApHtml.block-toggler {
  margin-bottom: 0; }
  .widget-accordions__faqs .ApHtml.block-toggler .navbar-toggler {
    margin-top: -1.375rem; }
  .widget-accordions__faqs .ApHtml.block-toggler > .title {
    background: #e5e5e5;
    margin-bottom: 1.25rem;
    padding: 0.75rem 1.25rem 0.75rem 0.625rem;
    border-left: 3px solid #f4900a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .rtl .widget-accordions__faqs .ApHtml.block-toggler > .title {
      padding: 0.75rem 0.625rem 0.75rem 1.25rem; }
    .rtl .widget-accordions__faqs .ApHtml.block-toggler > .title {
      border-right: 3px solid #f4900a;
      border-left: inherit; }
    .widget-accordions__faqs .ApHtml.block-toggler > .title .title_block {
      margin-bottom: 0; }
  .widget-accordions__faqs .ApHtml.block-toggler .block_content {
    padding: 0 0.625rem; }
    .widget-accordions__faqs .ApHtml.block-toggler .block_content > div, .widget-accordions__faqs .ApHtml.block-toggler .block_content > p {
      margin-bottom: 1.875rem; }

.group-shortcode__faq .block {
  margin-bottom: 1.25rem; }
.group-shortcode__faq .title_block {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-align: left; }
  .rtl .group-shortcode__faq .title_block {
    text-align: right; }
.group-shortcode__faq .title-ap-group {
  font-size: 2rem;
  color: #f4900a;
  margin-bottom: 1.875rem; }
.group-shortcode__faq .block_content {
  line-height: 1.5rem;
  text-align: justify; }

/* ApSlideShow */
.ApSlideShow {
  margin-bottom: 1.875rem; }

/* ApProductCarousel */
.ApProductCarousel.block {
  margin-bottom: 3.125rem; }
.ApProductCarousel.deals-product {
  margin-bottom: 5.625rem; }
  @media (max-width: 1199px) {
    .ApProductCarousel.deals-product {
      margin-bottom: 3.75rem; } }

/*# sourceMappingURL=styles.css.map */
