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

.title_block {
  color: #000;
  padding-right: 15px;
  font-size: 40px;
  font-weight: 600;
  font-family: inherit;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  margin-bottom: 0; }
  .rtl .title_block {
    padding-left: 15px;
    padding-right: inherit; }
  .title_block:before {
    content: '';
    background: #938a56;
    height: 25px;
    width: 5px;
    transform: skewX(-10deg);
    display: inline-block;
    vertical-align: initial;
    margin-right: 5px; }
    .rtl .title_block:before {
      margin-left: 5px;
      margin-right: inherit; }
  @media (max-width: 991px) {
    .title_block {
      font-size: 30px;
      margin-bottom: 20px; } }

.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;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }
  @media (min-width: 1500px) {
    .bg-fullwidth.cus-bg:before {
      padding: 0;
      margin-top: -45px;
      margin-left: 0px; }
      .rtl .bg-fullwidth.cus-bg:before {
        margin-right: 0px;
        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 {
  color: #fff;
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 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;
  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: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .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); }
    .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;
  -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;
    border-bottom: 1px solid #2d2d2d;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    padding: 30px 0; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "\f068";
      cursor: pointer;
      display: block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 26px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 30px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed {
      font-size: 22px;
      line-height: 28px; }
      .ap-accordion .panel-default .panel-title .collapsed:before {
        background: none;
        content: "\f067";
        cursor: pointer;
        display: block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 26px;
        position: absolute;
        left: auto;
        right: 0px;
        top: 30px;
        width: auto; }
  .ap-accordion .panel-default .panel-body .block {
    margin-bottom: 0; }
  .ap-accordion .panel-default .panel-body p {
    font-size: 18px;
    line-height: 25px; }

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

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

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

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

.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: "Font Awesome 5 Pro";
    color: #938a56;
    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;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-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;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* 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: 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: 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: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #938a56; }
  .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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-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;
  background-color: transparent\9; }
  .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 #eaeaea; }
  .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 #eaeaea;
  -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 #938a56;
    -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; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img:hover {
  -moz-box-shadow: 0px 0px 6px #ccc;
  -webkit-box-shadow: 0px 0px 6px #ccc;
  -o-box-shadow: 0px 0px 6px #ccc;
  -ms-box-shadow: 0px 0px 6px #ccc;
  box-shadow: 0px 0px 6px #ccc;
  border-radius: 5px; }

/*
  Widget Category Image
*/
@media (max-width: 767px) {
  .widget-category_image ul {
    display: block; } }
.widget-category_image .cover-img img {
  width: auto;
  height: auto; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs .right-block {
  text-align: left; }
.latest-blogs .blog-image-container {
  overflow: hidden;
  position: relative; }
.latest-blogs .blog-title {
  text-transform: capitalize;
  font-size: 24px;
  font-family: inherit;
  line-height: 30px;
  font-weight: 400;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .latest-blogs .blog-title {
      font-size: 18px; } }
  .latest-blogs .blog-title a {
    color: #fff;
    transition: all 0.35s; }
    .latest-blogs .blog-title a:hover {
      color: #938a56; }
.latest-blogs .blog-desc {
  text-align: justify;
  line-height: 25px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.latest-blogs .blog-meta span {
  padding-left: 15px;
  font-size: 11px;
  font-family: "CircularSpUIv3T-Book";
  text-transform: uppercase;
  line-height: 20px;
  color: #aaaaaa; }
  .rtl .latest-blogs .blog-meta span {
    padding-right: 15px;
    padding-left: inherit; }
  .latest-blogs .blog-meta span i {
    display: none; }
.latest-blogs .blog-meta .created {
  padding-left: 0px;
  position: relative; }
  .rtl .latest-blogs .blog-meta .created {
    padding-right: 0px;
    padding-left: inherit; }
  .latest-blogs .blog-meta .created:before {
    content: '';
    background: #aaaaaa;
    width: 45px;
    height: 1px;
    position: absolute;
    top: -10px;
    left: 0; }
.latest-blogs .blog-meta .author {
  color: #fff; }
.latest-blogs .right-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent; }
.latest-blogs .cat a {
  color: #938a56;
  font-size: 11px;
  font-family: "CircularSpUIv3T-Book";
  text-transform: uppercase;
  padding: 0 10px;
  position: relative; }
  .latest-blogs .cat a:before {
    content: '';
    border: 1px solid #938a56;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: skewX(-10deg);
    left: 0;
    right: 0;
    top: 0; }
.latest-blogs i {
  font-size: 12px;
  color: #938a56; }
.latest-blogs .read-more {
  display: inline-block;
  font-size: 12px;
  line-height: 36px;
  padding: 0 20px;
  border: 2px solid #e9e7de;
  transition: all 0.3s ease;
  color: #ea5a24;
  margin-top: 12px;
  border-radius: 18px; }
  .latest-blogs .read-more:hover {
    color: #fff;
    background: #938a56;
    border: 2px solid #938a56; }
.latest-blogs .right-block {
  padding: 60px 55px;
  width: 60%; }
  @media (max-width: 767px) {
    .latest-blogs .right-block {
      padding: 30px;
      width: 50%; } }
.latest-blogs .blog-container {
  position: relative;
  margin-bottom: 30px; }
.latest-blogs .owl-item.first .blog-container:nth-child(2) .blog-title a,
.latest-blogs .owl-item.last .blog-container:nth-child(1) .blog-title a {
  color: #000000; }
.latest-blogs .owl-item.first .blog-container:nth-child(2) .blog-meta .author,
.latest-blogs .owl-item.last .blog-container:nth-child(1) .blog-meta .author {
  color: #000; }

/* 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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      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: 80px;
      height: 80px; }
      .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: 15px;
    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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

/* List product size */
.product_attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

.copyright span {
  color: #938a56; }

.nav-right {
  justify-content: flex-end; }

.nav-left {
  justify-content: flex-start; }

.nav-right, .nav-left {
  display: flex;
  align-items: center; }

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
    width: 100%; } }

#header .ApColumn .block {
  margin-bottom: 0; }

.offer_box, .inline-top {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  line-height: 42px; }
  .offer_box a, .inline-top a {
    color: #fff; }
    .offer_box a:hover, .inline-top a:hover {
      color: #ea5a24; }
  .offer_box li, .inline-top li {
    display: inline-block;
    vertical-align: baseline; }
    .offer_box li + li:before, .inline-top li + li:before {
      content: '';
      height: 11px;
      width: 1px;
      background: #fff;
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px; }
  .offer_box ul, .inline-top ul {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .offer_box, .inline-top {
      margin-left: auto;
      margin-right: auto; } }

.ap-wishlist {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 12px;
  line-height: 20px; }
  .ap-wishlist .icon-wishlist {
    font-size: 24px;
    display: block; }
  .ap-wishlist .ap-total {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #ea5a24;
    color: #fff;
    display: block;
    top: -9px;
    right: 0px;
    font-size: 10px;
    border-radius: 100%;
    line-height: 17px; }
    .rtl .ap-wishlist .ap-total {
      left: 0px;
      right: auto; }
  .ap-wishlist:hover {
    color: #938a56; }

.ApImage {
  position: relative; }
  .ApImage .image_description {
    position: absolute;
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0;
    padding: 50px 60px; }
  .ApImage a {
    display: inline-block;
    font-size: 11px;
    font-family: "CircularSpUIv3T-Book";
    text-transform: uppercase;
    padding: 0 40px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    z-index: 0;
    position: relative; }
    .ApImage a:before {
      content: '';
      background: #ea5a24;
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: all .35s;
      transition: all .35s;
      transform: skewX(-10deg);
      display: block;
      z-index: -1; }
    .ApImage a:after {
      content: '';
      background: #938a56;
      width: 100%;
      height: 100%;
      transform: skewX(-10deg);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: -2; }
    .ApImage a:hover:before {
      width: 100%; }
  .ApImage h4 {
    font-size: 16px;
    letter-spacing: 3.2px; }
  .ApImage h3 {
    font-size: 60px;
    line-height: 80px; }
  .ApImage h5 {
    font-size: 40px;
    line-height: 80px; }
  .ApImage h6 {
    font-size: 30px;
    line-height: 1; }
    .ApImage h6.green {
      color: #567c43; }
    .ApImage h6.yellow {
      color: #cbaf99; }
  .ApImage h3, .ApImage h4, .ApImage h5, .ApImage h6 {
    font-weight: 400;
    font-family: inherit;
    color: #fff;
    text-transform: uppercase; }
  .ApImage p {
    font-size: 18px;
    line-height: 20px;
    color: #fff; }
    @media (max-width: 1199px) {
      .ApImage p {
        font-size: 14px; } }
  .ApImage .variant {
    display: flex;
    align-items: center; }
    .ApImage .variant h3, .ApImage .variant h4 {
      margin-bottom: 0; }
    .ApImage .variant h3 + h3 {
      color: #fdde50; }
    .ApImage .variant h4 {
      font-size: 24px;
      line-height: 26px;
      padding: 0 5px; }
      .ApImage .variant h4 span {
        display: block; }
  @media (max-width: 1199px) {
    .ApImage .image_description {
      padding: 32px; }
    .ApImage h3 {
      font-size: 36px;
      line-height: 40px; }
    .ApImage .variant h4 {
      font-size: 12px;
      line-height: 15px; }
    .ApImage h6 {
      font-size: 20px;
      line-height: 26px; }
    .ApImage h5 {
      font-size: 22px;
      line-height: 28px; }
    .ApImage a {
      height: 40px;
      line-height: 40px;
      padding: 0 20px; } }

@media (min-width: 992px) {
  .recommend-box, .manufacturers_block, .block_categories, .offerft_box, .latest-blogs {
    position: relative; }
    .recommend-box:before, .manufacturers_block:before, .block_categories:before, .offerft_box:before, .latest-blogs:before {
      content: '';
      height: 2px;
      width: 100%;
      transform: none;
      background: #e5e5e5;
      position: absolute;
      top: 16px;
      display: block;
      right: 0;
      left: 0; } }
.manufacturers_block, .block_categories, .testimonial, .offerft_box, .latest-blogs, .feature_products {
  text-align: center; }
  .manufacturers_block .title_block, .block_categories .title_block, .testimonial .title_block, .offerft_box .title_block, .latest-blogs .title_block, .feature_products .title_block {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 54px; }
    .manufacturers_block .title_block:before, .block_categories .title_block:before, .testimonial .title_block:before, .offerft_box .title_block:before, .latest-blogs .title_block:before, .feature_products .title_block:before {
      display: none; }

.block_categories .block-carousel-image-container {
  text-align: left;
  padding: 0 15px; }
  .rtl .block_categories .block-carousel-image-container {
    text-align: right; }
  .block_categories .block-carousel-image-container .title {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: "CircularSpUIv3T-Book"; }
  .block_categories .block-carousel-image-container img {
    text-align: center; }
.block_categories .descript a {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  transition: all 0.35; }
  .block_categories .descript a:hover {
    color: #938a56; }
.block_categories .owl-wrapper {
  display: flex !important; }
.block_categories .owl-carousel .owl-item + .owl-item {
  border-left: 1px solid #e5e5e5; }
  .rtl .block_categories .owl-carousel .owl-item + .owl-item {
    border-right: 1px solid #e5e5e5;
    border-left: inherit; }

@media (min-width: 992px) {
  .variant-box .static-column {
    position: absolute;
    top: 80px;
    right: 0;
    left: auto;
    width: auto; } }
.variant-box .static-column .ApImage {
  position: relative; }
  .variant-box .static-column .ApImage h3 {
    color: #938a56;
    line-height: 60px; }
  .variant-box .static-column .ApImage p {
    margin-bottom: 50px; }
    .variant-box .static-column .ApImage p + p {
      margin-bottom: 0; }
  .variant-box .static-column .ApImage h4 {
    margin-bottom: 38px; }
  @media (max-width: 767px) {
    .variant-box .static-column .ApImage h4 {
      margin-bottom: 20px; }
    .variant-box .static-column .ApImage h3 {
      font-size: 36px;
      line-height: 40px; }
    .variant-box .static-column .ApImage p {
      margin-bottom: 20px; } }
.variant-box.right .static-column {
  background: url(../../../../assets/img/modules/appagebuilder/img/H107.jpg) center center no-repeat;
  text-align: center;
  width: auto; }
  @media (min-width: 992px) {
    .variant-box.right .static-column {
      top: 73px;
      left: 15px;
      right: auto; } }
  @media (min-width: 768px) {
    .variant-box.right .static-column {
      padding: 120px 129px; } }
  @media (max-width: 767px) {
    .variant-box.right .static-column {
      padding: 40px;
      margin: 0;
      width: 100%; } }
  .variant-box.right .static-column h4 {
    font-weight: 400;
    font-family: inherit;
    color: #fff;
    text-transform: uppercase;
    position: static;
    background: transparent;
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 38px; }
    .variant-box.right .static-column h4:before {
      display: none; }
  .variant-box.right .static-column .sub-title-widget {
    font-weight: 400;
    font-family: inherit;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px; }
    .variant-box.right .static-column .sub-title-widget span {
      color: #ea5a24; }
    @media (max-width: 767px) {
      .variant-box.right .static-column .sub-title-widget {
        font-size: 46px;
        line-height: 52px; } }
  .variant-box.right .static-column h3 span {
    color: #ea5a24; }
@media (min-width: 992px) {
  .variant-box {
    padding-top: 80px; }
    .variant-box .ApImage {
      margin-bottom: -80px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .variant-box {
    padding: 80px; }
    .variant-box .ApImage .image_description {
      top: 50%;
      transform: translateY(-50%);
      bottom: auto; }
    .variant-box .ApImage h3 {
      font-size: 60px; } }

@media (max-width: 767px) {
  .variant-box {
    padding: 40px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .variant-box .static-column .ApImage h3, .variant-box.right .static-column .sub-title-widget {
    font-size: 40px;
    line-height: 1; }
  .variant-box.right .static-column {
    padding: 67px 90px; }
  .variant-box .ApImage .image_description {
    padding: 20px 30px; }
  .variant-box .static-column .ApImage p {
    margin-bottom: 30px; } }

.recommend-box {
  display: flex;
  justify-content: space-between; }
  .recommend-box .title_block {
    padding-right: 30px; }
    .rtl .recommend-box .title_block {
      padding-left: 30px;
      padding-right: inherit; }
  .recommend-box .wrapper a {
    background: #fff;
    padding: 8px 0px 8px 30px;
    text-transform: uppercase;
    color: #938a56;
    font-weight: bold;
    font-size: 12px;
    display: block;
    z-index: 2;
    position: relative;
    transition: all 0.3s; }
    .rtl .recommend-box .wrapper a {
      padding: 8px 30px 8px 0px; }
    .recommend-box .wrapper a i {
      padding-left: 10px; }
      .rtl .recommend-box .wrapper a i {
        padding-right: 10px;
        padding-left: inherit; }
    .recommend-box .wrapper a:hover {
      color: #ea5a24; }
    @media (max-width: 575px) {
      .recommend-box .wrapper a {
        display: none; } }

.testimonial .owl-theme {
  max-width: 930px;
  margin: auto; }
.testimonial .descript {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center; }
  @media (min-width: 768px) {
    .testimonial .descript {
      margin: 0 160px; } }
.testimonial img {
  margin-top: 22px;
  margin-bottom: 16px; }
.testimonial .title_block {
  max-width: 350px; }
.testimonial .title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  font-family: "CircularSpUIv3T-Book"; }
  .testimonial .title span {
    font-family: "CircularSpUIv3T-Light"; }

.cate_box .image_description {
  padding: 0 40px 0 90px;
  bottom: -40px; }
  .rtl .cate_box .image_description {
    padding: 0 90px 0 40px; }
  @media (max-width: 991px) {
    .cate_box .image_description {
      padding: 0 30px; } }
.cate_box h6 a {
  line-height: 50px;
  font-size: 30px;
  font-family: inherit;
  padding: 0 10px; }
  @media (max-width: 991px) {
    .cate_box h6 a {
      font-size: 24px;
      line-height: 48px; } }
  .cate_box h6 a:before {
    width: 100%; }
  .cate_box h6 a:after {
    display: none; }
.cate_box ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  z-index: 0;
  padding: 15px 30px; }
  .cate_box ul:before {
    content: '';
    background: #181818;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .35s;
    transition: all .35s;
    transform: skewX(-10deg);
    display: block;
    z-index: -1; }
  .cate_box ul a {
    padding: 8px 0;
    padding-left: 5px;
    line-height: 1;
    height: auto; }
    .cate_box ul a:after {
      display: none; }
    .cate_box ul a:before {
      background: none;
      width: auto;
      height: auto;
      content: '\f101';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      transform: none;
      position: static;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
    .cate_box ul a:hover {
      color: #ea5a24; }
      .cate_box ul a:hover:before {
        width: auto; }

@media (min-width: 992px) {
  .service-wrapper {
    display: flex;
    flex-wrap: wrap; }

  .service-item + .service-item:before {
    content: '';
    background: #ebebeb;
    width: 1px;
    height: 100%;
    margin: 0 30px;
    transform: skewX(-10deg); } }
@media (min-width: 576px) and (max-width: 991px) {
  .service-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
.service-item {
  flex: 1;
  display: flex;
  align-items: center; }
  .service-item .icon {
    font-size: 40px;
    margin-right: 18px;
    color: #938a56; }
    .rtl .service-item .icon {
      margin-left: 18px;
      margin-right: inherit; }
  .service-item p {
    margin-bottom: 0; }
  .service-item h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: "CircularSpUIv3T-Book";
    text-transform: uppercase; }
  @media (max-width: 991px) {
    .service-item {
      margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .service-item .service-item {
    gap: 15px; }
    .service-item .service-item .icon {
      margin-right: 10px; }
      .rtl .service-item .service-item .icon {
        margin-left: 10px;
        margin-right: inherit; } }

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