/***************************************************
  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; }

.text-xs-center .title_block {
  text-align: center; }

.title_block {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #30373E;
  margin-bottom: 15px; }

.sub-title-widget {
  font-family: "Soligant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.21;
  text-align: center;
  text-transform: capitalize;
  color: #30373E;
  display: block;
  margin: 0 auto 50px;
  max-width: 1094px; }
  @media (max-width: 991px) {
    .sub-title-widget {
      font-size: 32px;
      margin-bottom: 30px; } }

.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; }

.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;
  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;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important;
      margin-bottom: 0px; } }
  @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 ul {
    margin-bottom: 0; }
  .alert:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .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 #e6e6e6;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    text-transform: capitalize; }
    .ap-accordion .panel-default .panel-title a {
      font-weight: 700;
      font-size: 16px;
      line-height: 50px; }
      .ap-accordion .panel-default .panel-title a:before {
        background: none;
        content: "\f068";
        cursor: pointer;
        display: block;
        font-family: "Font Awesome 6 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-weight: 700;
      font-size: 16px;
      line-height: 50px; }
      .ap-accordion .panel-default .panel-title .collapsed:before {
        background: none;
        content: "\f067";
        cursor: pointer;
        display: block;
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        font-size: 18px;
        position: absolute;
        left: auto;
        right: 0px;
        top: 0px;
        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: #30373E; }
  .widget-tabs li.active {
    border: 1px solid #DAA14C; }
    .widget-tabs li.active a {
      color: #DAA14C; }

.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 6 Pro";
    color: #DAA14C;
    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;
    border: none;
    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%; }

.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 #DAA14C;
    -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 {
  border-radius: 5px; }

/*
  Widget Category Image
*/
@media (max-width: 767px) {
  .widget-category_image ul {
    flex: 100%;
    display: block; } }
@media (max-width: 991px) {
  .widget-category_image .cover-img img {
    width: 100%;
    height: auto; } }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  text-align: center; }
  .latest-blogs .blog-title {
    font-family: "Soligant", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.14;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    margin-bottom: 25px;
    transition: all 0.3s ease; }
  .latest-blogs .blog-desc {
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .latest-blogs .blog-meta {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #999999;
    margin-top: 17px; }
    .latest-blogs .blog-meta span {
      display: inline-block;
      vertical-align: middle; }
      .latest-blogs .blog-meta span span {
        display: none; }
      .latest-blogs .blog-meta span + span {
        padding-left: 5px; }
        .rtl .latest-blogs .blog-meta span + span {
          padding-right: 5px;
          padding-left: inherit; }
  .latest-blogs .view-more {
    order: 4;
    text-align: center; }
    .latest-blogs .view-more a {
      font-weight: 700;
      font-size: 13px;
      line-height: 24px;
      text-align: center;
      letter-spacing: 0.05em;
      text-decoration-line: underline;
      text-transform: uppercase;
      display: inline-block;
      transition: all 0.3s ease; }
  .latest-blogs .right-block {
    display: flex;
    flex-direction: column; }
    .latest-blogs .right-block .blog-title {
      order: 2; }
    .latest-blogs .right-block .blog-meta {
      order: 1; }
    .latest-blogs .right-block .blog-desc {
      order: 3; }

/* 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: 5px;
  padding-right: 5px; }
  @media (min-width: 768px) {
    .instagram-block .owl-item:nth-child(2n-1) {
      margin-top: 50px; } }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    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: #DAA14C;
  padding-left: 5px; }
  .rtl .copyright span {
    padding-right: 5px;
    padding-left: inherit; }

.nav-right {
  justify-content: flex-end; }

.nav-left {
  justify-content: flex-start; }

.nav-right, .nav-left {
  display: flex;
  align-items: center; }

#header .ApColumn .block {
  margin-bottom: 0; }

.ap-wishlist .ap-total {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: -3px;
  right: -20px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background: #2d2d2d;
  border: 1px solid #FFFFFF;
  box-sizing: border-box; }

.ap-wishlist {
  position: relative; }

ul li {
  line-height: 20px; }

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  border: 1px solid #999;
  color: #999;
  background: transparent;
  position: relative; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link:before {
    content: '';
    background: #DAA14C;
    height: 100%;
    width: 7px;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    left: 0; }
    .rtl .tabs-accordion-container[class*="accordion-"] .accordion-link:before {
      right: 0;
      left: auto; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link.active {
    color: #DAA14C;
    border: 1px solid #2d2d2d; }

.mt-30 {
  margin-top: 30px; }

.pt-120,
.pt-100 {
  padding-top: 30px; }

.pb-120 {
  padding-bottom: 50px; }

.pb-100 .block,
.pb-120 .block {
  margin-bottom: 0; }
  .pb-100 .block + .block,
  .pb-120 .block + .block {
    margin-top: 30px; }

@media (min-width: 992px) {
  .p-80 {
    padding-left: 78px;
    padding-right: 78px; }

  .p-60 {
    padding-left: 58px;
    padding-right: 58px; }

  .pb-100 {
    padding-bottom: 100px; }

  .pt-120 {
    padding-top: 120px; }

  .pb-120 {
    padding-bottom: 120px; }

  .pt-80 {
    padding-top: 50px; }

  .pt-70 {
    padding-top: 70px; }

  .pb-85 {
    padding-bottom: 85px; }

  .pt-100 {
    padding-top: 100px; } }
.testimonial .block-carousel-image-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
.testimonial .title,
.testimonial p.sub-title {
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  text-align: center; }
.testimonial p.sub-title {
  color: #999999; }
.testimonial .title {
  margin-top: 30px;
  color: #000000; }
.testimonial .rate {
  color: #F6BE2F;
  font-size: 14px; }

.video {
  display: none; }

.liquid_box {
  position: relative; }
  .liquid_box .image_description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 9%; }
  .liquid_box img {
    min-height: 310px;
    object-fit: cover; }
  .liquid_box h3 {
    font-family: "Soligant", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    text-transform: capitalize; }
  .liquid_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF; }
  .liquid_box.block .link-primary {
    background: transparent;
    padding: 9px 20px;
    border: 1px solid #fff; }

@media (min-width: 992px) {
  .flex-w {
    display: flex;
    align-items: center; }
    .flex-w .ApColumn .block {
      margin-bottom: 0; } }
.Apcounter {
  padding: 65px 0 30px; }
  .Apcounter .numscroller {
    font-weight: bold;
    font-size: 60px;
    line-height: 44px;
    color: #000;
    display: inline-block;
    vertical-align: top; }
  .Apcounter li {
    position: relative;
    flex: 1;
    text-align: center; }
  .Apcounter .counter-suffix {
    font-weight: bold;
    font-size: 36px;
    color: #DAA14C;
    display: inline-block;
    vertical-align: top; }
  .Apcounter p {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center; }
  .Apcounter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0; }

.countdown-w .ap-countdown-time {
  background: #E66D6D;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 30px; }
  .rtl .countdown-w .ap-countdown-time {
    margin-right: 30px;
    margin-left: inherit; }
  .countdown-w .ap-countdown-time li {
    display: inline-block;
    vertical-align: middle; }
  .countdown-w .ap-countdown-time span {
    display: none; }
  .countdown-w .ap-countdown-time li + li:before {
    content: ':';
    display: inline-block;
    font-size: inherit;
    padding: 0 5px; }
.countdown-w h4.title_block {
  display: inline-block; }
.countdown-w .ap-countdown-link {
  float: right; }
  .rtl .countdown-w .ap-countdown-link {
    float: left; }
  .countdown-w .ap-countdown-link:after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: inherit;
    padding-left: 10px; }
    .rtl .countdown-w .ap-countdown-link:after {
      padding-right: 10px;
      padding-left: inherit; }
  @media (max-width: 767px) {
    .countdown-w .ap-countdown-link {
      display: none; } }

.testimonial .rating {
  color: #F6BE2F;
  margin-bottom: 20px; }
.testimonial h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px; }
.testimonial .descript {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666666; }

.blog-viewall a {
  background: transparent;
  color: #999; }
  .blog-viewall a:after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: inherit;
    padding-left: 10px; }
    .rtl .blog-viewall a:after {
      padding-right: 10px;
      padding-left: inherit; }
  .blog-viewall a:hover {
    background: transparent;
    color: #DAA14C; }

.icon-w {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .icon-w .icon i {
    font-size: 18px; }
  .icon-w .icon {
    margin-left: 25px; }
    .rtl .icon-w .icon {
      margin-right: 25px;
      margin-left: inherit; }
  .icon-w .popup-over a.popup-title {
    padding: 0;
    line-height: 20px; }

.information {
  color: #30373E; }

.information a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #FFFFFF; }
  .information a:hover {
    color: #DAA14C; }

.text-pattern {
  font-family: "Soligant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 210px;
  line-height: 1.19;
  text-transform: capitalize;
  color: #999999;
  opacity: 0.09;
  margin-bottom: 0;
  position: absolute; }
@media (min-width: 992px) and (max-width: 1199px) {
  .text-pattern {
    font-size: 120px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-pattern {
    font-size: 60px; } }

.block .link-primary {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #30373E;
  padding: 11px 38px;
  display: inline-block;
  margin-top: 34px;
  transition: all 0.3s ease; }
  .block .link-primary:hover {
    background: #DAA14C;
    color: #fff; }

.cate_content {
  font-family: "Soligant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.21;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  display: block;
  position: relative; }
  .cate_content:hover {
    color: #DAA14C; }
    .cate_content:hover span:not(.cover-img) {
      bottom: 50px; }
  .cate_content span:not(.cover-img) {
    position: absolute;
    bottom: 40px;
    right: 15px;
    left: 15px;
    transition: all 0.3s ease; }

.quote-w .name {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #30373E;
  margin-top: 55px;
  display: block; }

.quotes {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  text-transform: capitalize;
  color: #30373E; }
  .quotes:before {
    content: '';
    background: url(../../../../assets/img/modules/appagebuilder/img/quote.svg) no-repeat center center;
    display: block;
    width: 60px;
    height: 43px;
    margin-bottom: 27px; }

.copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #30373E; }

.service-item {
  font-size: 65px;
  color: #fff;
  text-align: center; }
  .service-item h3.title {
    font-family: "Soligant", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px; }
  .service-item p {
    text-transform: capitalize;
    color: #999999;
    max-width: 310px;
    margin: auto; }

.none-decoration {
  text-align: center; }
  .none-decoration .title_block {
    position: relative; }
    .none-decoration .title_block:before {
      background: url(../../../../assets/img/modules/appagebuilder/img/pattern01.svg) no-repeat center center;
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      left: 0;
      margin: auto;
      display: block;
      width: 146px;
      height: 105px;
      z-index: 0; }
  .none-decoration .sub-title-widget {
    text-transform: lowercase; }

@media (min-width: 768px) {
  .flex-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-end; } }
@media (max-width: 767px) {
  .flex-reverse img {
    margin-bottom: 15px; } }

.text-w > * {
  text-align: left; }
  .rtl .text-w > * {
    text-align: right; }
@media (min-width: 992px) {
  .text-w .sub-title-widget {
    font-size: 78px;
    line-height: 1.28; } }
.text-w span {
  color: #DAA14C;
  display: block; }
.text-w.right-side {
  margin-left: auto; }
  .rtl .text-w.right-side {
    margin-right: auto;
    margin-left: inherit; }
  .text-w.right-side span {
    color: inherit; }
  @media (min-width: 992px) {
    .text-w.right-side p {
      max-width: 418px; }
    .text-w.right-side .sub-title-widget {
      font-size: 110px;
      line-height: 0.91; }
    .text-w.right-side span {
      margin-left: 50px; }
      .rtl .text-w.right-side span {
        margin-right: 50px;
        margin-left: inherit; } }

.alway-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.just-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: lowercase;
  margin-top: 90px;
  max-width: 501px; }

.box-video {
  padding: 250px 0 220px; }
  .box-video .play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: rgba(255, 255, 255, 0.5);
    border: 3px solid #FFFFFF;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    color: #fff;
    margin: auto;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease; }
    .box-video .play-btn:hover {
      transform: rotate(45deg); }

.cate_box img {
  width: 100%;
  object-fit: cover; }
.cate_box .title {
  font-family: "Soligant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
  color: #30373E;
  margin-top: 23px; }

.has-pattern-button {
  text-align: center; }
  .has-pattern-button .block_content {
    margin-top: 50px;
    padding-top: 50px; }
    .has-pattern-button .block_content > div {
      position: relative; }
      .has-pattern-button .block_content > div:before {
        background: url(../../../../assets/img/modules/appagebuilder/img/pattern02.svg) no-repeat center center;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        width: 164px;
        height: 164px;
        z-index: 0; }
    @media (max-width: 767px) {
      .has-pattern-button .block_content {
        margin-top: 80px; } }
  .has-pattern-button a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    max-width: 50px;
    display: block;
    position: relative;
    margin: auto;
    transition: all 0.3s; }
    .has-pattern-button a:hover {
      color: #DAA14C; }
  @media (min-width: 992px) {
    .has-pattern-button {
      padding-top: 50px; }
      .has-pattern-button p.text-pattern.left {
        top: -80px;
        left: -15%; }
      .has-pattern-button p.text-pattern.right {
        bottom: 0;
        right: -15%; } }

.cate_wrap .owl-carousel .owl-item {
  padding: 0; }
.cate_wrap .owl-row {
  margin: 0; }
.cate_wrap img {
  width: 100%;
  object-fit: cover; }
.cate_wrap .block-carousel-image-container.image {
  position: relative; }
.cate_wrap .title {
  font-family: "Soligant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  text-transform: capitalize;
  color: #30373E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px; }

@media (max-width: 991px) {
  .fix-bg:before {
    background-size: cover !important; } }
.banner-text {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .banner-text {
      transform: translateX(55%);
      padding: 180px 0 150px;
      max-width: 650px; }
      .banner-text .sub-title-widget {
        font-size: 91px;
        line-height: 100px; } }
  @media (max-width: 991px) {
    .banner-text {
      padding: 100px 0;
      margin: auto; } }
  .banner-text .sub-title-widget {
    color: #fff;
    margin: 0 auto 12px; }
  .banner-text a.link-primary {
    background: transparent;
    color: #fff;
    border: 1px solid #ffff; }

span.home-name {
  display: block;
  text-align: center;
  margin-top: 15px; }

.widget-inner img {
  width: 100%; }

@media (max-width: 767px) {
  .pay {
    margin-bottom: 15px; } }
.about-wrap {
  text-align: center; }
  .about-wrap p {
    margin: auto;
    max-width: 707px; }
    .about-wrap p.quotes:before {
      display: none; }
  @media (min-width: 992px) {
    .about-wrap .top {
      position: absolute;
      top: -220px; }
    .about-wrap .right {
      position: absolute;
      top: -80px;
      right: 0; }
      .rtl .about-wrap .right {
        left: 0;
        right: auto; }
    .about-wrap .bottom {
      position: absolute;
      bottom: -210px;
      left: 10%; }
      .rtl .about-wrap .bottom {
        right: 10%;
        left: auto; } }

.text-include {
  text-align: center; }
  .text-include h3 {
    font-family: "Soligant", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #30373E;
    margin: 13px 0; }
  .text-include a {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-decoration: underline; }

.our-team {
  text-align: center; }
  .our-team h3 {
    font-family: "Soligant", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #30373E;
    margin-top: 20px; }
  .our-team p {
    text-align: center;
    text-transform: capitalize;
    color: #30373E; }

.faq-w .title_block,
.faq-w .sub-title-widget {
  text-align: left; }
.faq-w .sub-title-widget {
  margin-bottom: 20px; }

/*# sourceMappingURL=styles.css.map */
