/***************************************************
  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 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 30px; }
.ApColumn .title_block {
  font-size: 30px;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  z-index: 9; }
  @media (max-width: 480px) {
    .ApColumn .title_block {
      margin-bottom: 50px; } }
.ApColumn .sub-title-widget {
  color: #343434;
  font-weight: 400;
  line-height: 23px;
  font-size: 16px;
  font-family: "Josefin Slab", serif; }

.page-home .ApColumn .title_block {
  display: none;
  font-size: 40px; }
  @media (max-width: 900px) {
    .page-home .ApColumn .title_block {
      font-size: 30px; } }
.page-home .ApColumn .sub-title-widget {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 80px 0px 50px;
  position: relative;
  color: #99cd4e;
  padding-right: 60px; }
  .rtl .page-home .ApColumn .sub-title-widget {
    padding-left: 60px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .page-home .ApColumn .sub-title-widget {
      margin: 30px 0px;
      font-size: 30px; } }
  @media (max-width: 575px) {
    .page-home .ApColumn .sub-title-widget {
      margin: 30px 0px 40px;
      font-size: 24px; } }
  .page-home .ApColumn .sub-title-widget span {
    font-weight: 400;
    color: #343434; }
.page-home .ApColumn .tabs-top .sub-title-widget {
  margin: 40px 0;
  padding-right: 0px; }
  .rtl .page-home .ApColumn .tabs-top .sub-title-widget {
    padding-left: 0px;
    padding-right: inherit; }

.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 .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;
  width: 20px;
  height: 20px; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 20px; }
@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;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: -2px;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      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);
    margin: 30px 0; }
    .alert.alert-danger:before {
      content: "\f00d"; }
    .alert.alert-danger ul {
      margin-bottom: 0; }

/* 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: 13px; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -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; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: 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: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: 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; }

/* 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 #f1f1f1; }
  .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: #f1f1f1;
        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 #f1f1f1 #f1f1f1 #f1f1f1; }

.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 #f1f1f1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #f1f1f1;
    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 #f1f1f1 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #f1f1f1 transparent #f1f1f1 #f1f1f1;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #f1f1f1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #f1f1f1;
    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 #f1f1f1; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 transparent;
    *border-left-color: #ffffff; }

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

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: #f37600;
    font-size: 19px;
    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: 20px; }
  .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; }

.tabs-top {
  text-align: left; }
  .rtl .tabs-top {
    text-align: right; }
  .tabs-top .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
    padding: 0; }
    .tabs-top .nav-tabs li {
      display: inline-block;
      float: none; }
      @media (max-width: 600px) {
        .tabs-top .nav-tabs li {
          width: 49%;
          float: left;
          margin-bottom: 10px; }
          .rtl .tabs-top .nav-tabs li {
            float: right; } }
      @media (max-width: 375px) {
        .tabs-top .nav-tabs li {
          width: 100%; } }
      .tabs-top .nav-tabs li > a {
        font-size: 20px;
        padding: 0;
        font-weight: 400;
        color: #343434;
        margin: 0 20px;
        border: none;
        text-transform: none;
        font-family: "Josefin Slab", serif; }
        @media (max-width: 991px) {
          .tabs-top .nav-tabs li > a {
            margin: 0 10px;
            font-size: 18px; } }
        @media (max-width: 767px) and (min-width: 601px) {
          .tabs-top .nav-tabs li > a {
            font-size: 15px; } }
        @media (max-width: 600px) {
          .tabs-top .nav-tabs li > a {
            margin: 0 10px 0 0;
            font-size: 22px;
            line-height: 23px; }
            .rtl .tabs-top .nav-tabs li > a {
              margin: 0 0 0 10px; } }
        .tabs-top .nav-tabs li > a:focus, .tabs-top .nav-tabs li > a:hover {
          color: #f37600;
          border: none; }
        .tabs-top .nav-tabs li > a.active {
          color: #f37600;
          background-color: transparent;
          cursor: default; }
          .tabs-top .nav-tabs li > a.active:focus, .tabs-top .nav-tabs li > a.active:hover {
            color: #f37600;
            background-color: transparent; }
      .tabs-top .nav-tabs li:first-child a {
        margin: 0 20px 0 0; }
        .rtl .tabs-top .nav-tabs li:first-child a {
          margin: 0 0 0 20px; }
        @media (max-width: 991px) {
          .tabs-top .nav-tabs li:first-child a {
            margin: 0 10px 0 0; }
            .rtl .tabs-top .nav-tabs li:first-child a {
              margin: 0 0 0 10px; } }

/**
* 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: 30px; }

.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: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-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;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #f37600; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      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: 60px;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    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;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      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 #f1f1f1; }
  .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;
    -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;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #f1f1f1;
  -webkit-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 #f37600;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*instagram-block*/
.instagram-block .sub-title-widget:after {
  border-color: #e1e1e1; }
.instagram-block img {
  width: 100%;
  height: auto; }
.instagram-block a {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  .instagram-block a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:after {
    content: "\f16d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    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);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
.instagram-block .link-instagram {
  display: none; }
.instagram-block .block_content .owl-row {
  margin: 0; }
.instagram-block .block_content .owl-item {
  padding: 0; }

/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  margin: 0; }
  .ApColumn .manufacturers_block:before {
    content: "";
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .ApColumn .manufacturers_block:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden; }
  .ApColumn .manufacturers_block .owl-item img {
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .ApColumn .manufacturers_block .owl-item 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);
      -webkit-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }

/*
  Widget Category Image
*/
.ApColumn .widget-category_image {
  text-align: center; }
  @media (min-width: 576px) {
    .ApColumn .widget-category_image {
      margin-bottom: 0; } }
  .ApColumn .widget-category_image ul {
    margin-bottom: 0; }
  .ApColumn .widget-category_image .cate_content {
    position: relative; }
    @media (max-width: 575px) {
      .ApColumn .widget-category_image .cate_content {
        display: inline-block; } }
  .ApColumn .widget-category_image .nbproducts {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    font-family: "Josefin Slab", serif; }
    .ApColumn .widget-category_image .nbproducts .cate-name {
      padding: 20px 30px 0 30px;
      background: #FFFFFF;
      display: inline-block;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .ApColumn .widget-category_image .nbproducts .leo-qty {
      font-size: 12px;
      color: #bbb;
      text-transform: none;
      font-weight: 400;
      margin-top: 10px; }
  .ApColumn .widget-category_image .cover-img {
    overflow: hidden; }
    .ApColumn .widget-category_image .cover-img img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: opacity 1s, transform 1s;
      -o-transition: opacity 1s, transform 1s;
      transition: opacity 1s, transform 1s; }
  .ApColumn .widget-category_image:hover .cover-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s; }

/* Widget Lastest blogs */
.latest-blogs.block {
  margin-bottom: 70px; }
.latest-blogs .blog-image-container {
  position: relative; }
  .latest-blogs .blog-image-container .blog_img_link {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block; }
    .latest-blogs .blog-image-container .blog_img_link img {
      width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .latest-blogs .blog-image-container .blog_img_link:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
.latest-blogs .blog-container .blog-title {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  font-family: "Open Sans", sans-serif; }
  .latest-blogs .blog-container .blog-title a {
    color: #343434;
    line-height: 32px; }
    .latest-blogs .blog-container .blog-title a:hover {
      color: #f37600; }
.latest-blogs .blog-container .blog-meta {
  font-size: 14px;
  font-weight: 300;
  color: #343434; }
  @media (min-width: 1200px) {
    .latest-blogs .blog-container .blog-meta {
      padding: 0 20px; } }
  .latest-blogs .blog-container .blog-meta .created {
    padding: 0 10px 0 0; }
    .rtl .latest-blogs .blog-container .blog-meta .created {
      padding: 0 0 0 10px; }
  .latest-blogs .blog-container .blog-meta .author span {
    padding-left: 5px;
    font-weight: 700;
    color: #f37600; }
    .rtl .latest-blogs .blog-container .blog-meta .author span {
      padding-right: 5px;
      padding-left: inherit; }
  .latest-blogs .blog-container .blog-meta .nbcomment {
    float: right; }
    .rtl .latest-blogs .blog-container .blog-meta .nbcomment {
      float: left; }
  .latest-blogs .blog-container .blog-meta .hits {
    padding-left: 10px; }
    .rtl .latest-blogs .blog-container .blog-meta .hits {
      padding-right: 10px;
      padding-left: inherit; }
  .latest-blogs .blog-container .blog-meta .blog-desc {
    padding-top: 10px;
    line-height: 24px;
    color: #666666; }

/* Multi Image Product List */
.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; }

.thumbs_list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  .thumbs_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
  .thumbs_list li {
    width: 100px;
    height: auto; }
    .thumbs_list li img {
      opacity: 0.5;
      filter: alpha(opacity=50);
      -webkit-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .thumbs_list li img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s; }

/** ApCountdown **/
.ApColumn .ApCountdown .title_block {
  display: block;
  margin: 0px 0px 20px;
  color: #343434; }

.ApCountdown {
  font-family: 'Josefin Slab', serif;
  font-size: 24px;
  text-align: left; }
  .rtl .ApCountdown {
    text-align: right; }
  .ApCountdown .ap-countdown-desc {
    font-weight: 300;
    margin-bottom: 50px;
    font-family: "Open Sans", sans-serif; }
  .ApCountdown ul {
    margin: 0px; }
    .ApCountdown ul li {
      font-weight: 700;
      display: inline-block;
      padding: 0px;
      line-height: normal; }
      @media (min-width: 992px) {
        .ApCountdown ul li {
          margin-right: 25px; }
          .rtl .ApCountdown ul li {
            margin-left: 25px;
            margin-right: inherit; } }
      @media (max-width: 991px) {
        .ApCountdown ul li {
          margin-right: 20px; }
          .rtl .ApCountdown ul li {
            margin-left: 20px;
            margin-right: inherit; } }
      .ApCountdown ul li span {
        font-size: 24px;
        margin-left: 5px; }
        .rtl .ApCountdown ul li span {
          margin-right: 5px;
          margin-left: inherit; }
  .ApCountdown .ap-countdown-link .btn {
    min-width: 150px; }

/** Count Down **/
.leo-more-cdown {
  position: relative;
  margin-top: 25px; }
  .leo-more-cdown ul {
    margin: 0;
    padding: 10px 0;
    background: #343434; }
    .leo-more-cdown ul li {
      display: inline-block;
      color: #666666;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      text-align: center;
      padding: 0 10px;
      font-size: 18px;
      width: 25%;
      border-right: 1px solid #484848; }
      .rtl .leo-more-cdown ul li {
        border-left: 1px solid #484848;
        border-right: inherit; }
      .leo-more-cdown ul li b {
        display: block;
        position: relative;
        font-weight: 300;
        line-height: 23px;
        font-family: "Josefin Slab", serif;
        color: #FFFFFF; }
      .leo-more-cdown ul li:last-child {
        margin-right: 0; }
        .rtl .leo-more-cdown ul li:last-child {
          margin-left: 0;
          margin-right: inherit; }
        .leo-more-cdown ul li:last-child b:before {
          display: none; }
      .leo-more-cdown ul li span {
        font-size: 14px; }
        @media (max-width: 1199px) and (min-width: 992px) {
          .leo-more-cdown ul li span {
            font-size: 10px; } }

/** Static **/
.static {
  position: static; }

/* ApRawHtml */
.service-box {
  text-align: center;
  overflow: hidden;
  margin: 50px 0px; }
  @media (min-width: 992px) {
    .service-box .icon-name {
      display: inline-block;
      float: left;
      margin-right: 40px; }
      .rtl .service-box .icon-name {
        float: right; }
      .rtl .service-box .icon-name {
        margin-left: 40px;
        margin-right: inherit; } }
  @media (max-width: 991px) {
    .service-box .icon-name {
      margin-bottom: 10px;
      margin-top: 30px; } }
  .service-box .icon-name i {
    font-size: 48px;
    color: #999999; }
    @media (max-width: 991px) {
      .service-box .icon-name i {
        margin-bottom: 15px; } }
  @media (min-width: 992px) {
    .service-box .service-info {
      text-align: left;
      float: left;
      width: 70%;
      display: inline-block;
      overflow: hidden; }
      .rtl .service-box .service-info {
        text-align: right; }
      .rtl .service-box .service-info {
        float: right; } }
  .service-box .service-info h5 {
    text-transform: none;
    font-size: 24px;
    margin: 0 0 2px; }
  .service-box .service-info p {
    font-weight: 300;
    margin: 0; }
  .service-box .service-item:hover .icon-name i {
    color: #f37600; }

/* ApHTML */
.ApHtml .html-quick-access {
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Josefin Slab", serif;
  max-width: 570px; }
  @media (min-width: 992px) {
    .ApHtml .html-quick-access {
      padding: 100px 0px 70px;
      font-size: 60px;
      line-height: 60px; } }
  @media (max-width: 991px) {
    .ApHtml .html-quick-access {
      padding: 40px 0px 10px;
      font-size: 40px;
      line-height: 50px; } }
  .ApHtml .html-quick-access .btn {
    min-width: 250px;
    margin-top: 30px; }
.ApHtml .double-image {
  text-align: center; }
  .ApHtml .double-image img {
    display: inline-block; }
  @media (max-width: 480px) {
    .ApHtml .double-image .db-img-top {
      margin-bottom: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ApHtml .double-image .db-img-bottom {
      padding-left: 13px;
      padding-right: 13px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ApHtml .double-image .db-img-bottom {
      padding-left: 12px;
      padding-right: 12px; } }
.ApHtml .aboutus-footer {
  font-size: 14px;
  line-height: 24px; }
  .ApHtml .aboutus-footer .btn-readmore {
    color: #99cd4e;
    font-family: "Josefin Slab", serif;
    font-size: 14px; }
    .ApHtml .aboutus-footer .btn-readmore:hover {
      color: #f37600; }

/* ApImage */
.ApImage.bnner-hotdeals {
  position: relative; }
  @media (max-width: 767px) {
    .ApImage.bnner-hotdeals {
      text-align: center; }
      .ApImage.bnner-hotdeals img {
        display: inline-block; } }
  .ApImage.bnner-hotdeals .image_description {
    position: absolute;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out; }
    @media (min-width: 992px) {
      .ApImage.bnner-hotdeals .image_description {
        top: 75px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ApImage.bnner-hotdeals .image_description {
        top: 25px; } }
    @media (min-width: 768px) {
      .ApImage.bnner-hotdeals .image_description {
        right: 45px;
        text-align: right; }
        .rtl .ApImage.bnner-hotdeals .image_description {
          left: 45px;
          right: auto; }
        .rtl .ApImage.bnner-hotdeals .image_description {
          text-align: left; } }
    @media (max-width: 767px) {
      .ApImage.bnner-hotdeals .image_description {
        top: 50%;
        left: 0;
        right: 0;
        padding: 0 5px;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%); } }
    .ApImage.bnner-hotdeals .image_description h4 {
      color: #99cd4e;
      font-size: 72px;
      text-transform: none; }
      @media (max-width: 1024px) {
        .ApImage.bnner-hotdeals .image_description h4 {
          font-size: 30px; } }
    .ApImage.bnner-hotdeals .image_description p {
      letter-spacing: 1px;
      color: #333;
      -webkit-transition: all 350ms ease-out;
      -o-transition: all 350ms ease-out;
      transition: all 350ms ease-out; }
    .ApImage.bnner-hotdeals .image_description .btn {
      margin-top: 55px;
      letter-spacing: 0; }
  .ApImage.bnner-hotdeals:hover .image_description {
    letter-spacing: 2px;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out; }
    .ApImage.bnner-hotdeals:hover .image_description p {
      letter-spacing: 1.5px;
      -webkit-transition: all 350ms ease-out;
      -o-transition: all 350ms ease-out;
      transition: all 350ms ease-out; }
.ApImage.margin-30 {
  margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ApImage.margin-30 {
      margin-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ApImage.margin-30 {
      margin-bottom: 21px; } }
  @media (max-width: 767px) {
    .ApImage.margin-30 {
      text-align: center; }
      .ApImage.margin-30 img {
        display: inline-block; } }
@media (max-width: 991px) {
  .ApImage.group-image-right {
    margin-top: 30px;
    display: inline-block; } }
@media (max-width: 767px) {
  .ApImage.group-image-right {
    text-align: center; }
    .ApImage.group-image-right > a img {
      display: inline-block;
      margin-bottom: 20px; } }
@media (min-width: 1200px) {
  .ApImage.group-image-right > a {
    margin-top: -155px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .ApImage.group-image-right > a {
    margin-top: -100px; } }
@media (min-width: 768px) {
  .ApImage.group-image-right > a {
    width: 34.66667%;
    margin-right: 7%;
    float: right; }
    .rtl .ApImage.group-image-right > a {
      margin-left: 7%;
      margin-right: inherit; }
    .rtl .ApImage.group-image-right > a {
      float: left; }
    .ApImage.group-image-right > a img {
      margin-right: 8.33333%; }
      .rtl .ApImage.group-image-right > a img {
        margin-left: 8.33333%;
        margin-right: inherit; } }
.ApImage.group-image-right > a img {
  -moz-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
  -o-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
  -ms-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
  box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35); }
@media (min-width: 768px) {
  .ApImage.group-image-right .image_description {
    width: 51.33333%;
    margin: 0 7% 0 8.33333%; }
    .rtl .ApImage.group-image-right .image_description {
      margin: 0 8.33333% 0 7%; } }
.ApImage.group-image-right .aboutus-html {
  font-weight: 400;
  line-height: 24px;
  color: #343434; }
  @media (min-width: 1200px) {
    .ApImage.group-image-right .aboutus-html {
      width: 69%;
      margin-top: 70px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ApImage.group-image-right .aboutus-html {
      width: 80%;
      margin-top: 20px; } }
  .ApImage.group-image-right .aboutus-html h4 {
    text-transform: none;
    font-size: 40px; }
    @media (min-width: 1200px) {
      .ApImage.group-image-right .aboutus-html h4 {
        margin-bottom: 35px; } }
    @media (max-width: 1199px) {
      .ApImage.group-image-right .aboutus-html h4 {
        margin-bottom: 20px; } }
  .ApImage.group-image-right .aboutus-html .btn {
    display: inline-block;
    min-width: 250px; }
    .ApImage.group-image-right .aboutus-html .btn:before {
      display: none; }
    @media (min-width: 1200px) {
      .ApImage.group-image-right .aboutus-html .btn {
        margin-top: 45px; } }
    @media (max-width: 1199px) {
      .ApImage.group-image-right .aboutus-html .btn {
        margin-top: 20px; } }
.ApImage.group-image-left {
  display: inline-block;
  width: 100%; }
  @media (max-width: 767px) {
    .ApImage.group-image-left {
      text-align: center; }
      .ApImage.group-image-left > a img {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .ApImage.group-image-left > a {
      margin-top: -120px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ApImage.group-image-left > a {
      margin-top: -40px; } }
  @media (min-width: 768px) {
    .ApImage.group-image-left > a {
      width: 51.33333%;
      float: left;
      margin-left: 8.33333%; }
      .rtl .ApImage.group-image-left > a {
        float: right; }
      .rtl .ApImage.group-image-left > a {
        margin-right: 8.33333%;
        margin-left: inherit; } }
  .ApImage.group-image-left > a img {
    -moz-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
    -o-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
    -ms-box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35);
    box-shadow: 0px 3px 15px 0px rgba(52, 52, 52, 0.35); }
  .ApImage.group-image-left .title_block {
    display: block;
    color: #343434;
    text-transform: none;
    padding-right: 0px; }
    .rtl .ApImage.group-image-left .title_block {
      padding-left: 0px;
      padding-right: inherit; }
    .ApImage.group-image-left .title_block span {
      font-weight: 700; }
    @media (min-width: 768px) {
      .ApImage.group-image-left .title_block {
        width: 32.66667%;
        margin-top: 67px;
        float: left;
        padding-left: 30px; }
        .rtl .ApImage.group-image-left .title_block {
          float: right; }
        .rtl .ApImage.group-image-left .title_block {
          padding-right: 30px;
          padding-left: inherit; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ApImage.group-image-left .title_block {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .ApImage.group-image-left .title_block {
        margin: 30px 0 0; } }
.ApImage.img-center {
  text-align: center; }
  .ApImage.img-center img {
    display: inline-block; }

/* Block Carsouel */
.testimonial-block {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
  letter-spacing: 1px; }
  @media (max-width: 480px) {
    .testimonial-block {
      font-size: 15px;
      line-height: 25px; } }
  .testimonial-block .block-carousel-container {
    max-width: 770px;
    margin: 100px auto 5px; }
    @media (max-width: 480px) {
      .testimonial-block .block-carousel-container {
        margin-top: 50px; } }
    .testimonial-block .block-carousel-container img {
      display: inline-block;
      margin-bottom: 20px;
      border: 5px solid rgba(255, 255, 255, 0.35);
      border-radius: 100%; }
    .testimonial-block .block-carousel-container .descript {
      margin-bottom: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media (max-width: 480px) {
        .testimonial-block .block-carousel-container .descript {
          margin-bottom: 20px; } }
    .testimonial-block .block-carousel-container .title {
      font-weight: 700;
      font-family: "Josefin Slab", serif;
      font-size: 24px;
      font-style: normal; }
      .testimonial-block .block-carousel-container .title span {
        font-weight: 300; }
  .testimonial-block .owl-theme .owl-buttons {
    top: 50%;
    width: 100%;
    right: 0; }
    .rtl .testimonial-block .owl-theme .owl-buttons {
      left: 0;
      right: auto; }
    .testimonial-block .owl-theme .owl-buttons div {
      background: none;
      width: 40px;
      height: 40px;
      line-height: 40px;
      position: relative;
      border: none; }
      .testimonial-block .owl-theme .owl-buttons div:before {
        content: "\e649";
        font-size: 36px;
        font-family: "themify";
        font-style: normal;
        color: #FFFFFF; }
      .testimonial-block .owl-theme .owl-buttons div.owl-prev {
        left: 15px; }
        .testimonial-block .owl-theme .owl-buttons div.owl-prev:before {
          content: "\e64a"; }
      .testimonial-block .owl-theme .owl-buttons div.owl-next {
        right: 15px; }
      .testimonial-block .owl-theme .owl-buttons div:hover:before {
        color: #f37600; }
  .testimonial-block .owl-theme .owl-controls span {
    width: 10px;
    height: 10px;
    background: #999999; }
  .testimonial-block .owl-theme .owl-controls .owl-page.active span,
  .testimonial-block .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FFFFFF; }

/*** Style scrollbar ***/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #b5b5b5 }

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0;
}

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