/***************************************************
  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 {
  color: #603b1a;
  font-weight: 600;
  font-family: "Spartan";
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.25em;
  display: block;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sub-title-widget {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 62px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .sub-title-widget {
    margin-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .sub-title-widget {
    font-size: 32px;
    line-height: 40px;
  }
}

.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 {
  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 #000000;
  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 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-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 6 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: #603b1a;
}

.widget-tabs li.active {
  border: 1px solid #603913;
}

.widget-tabs li.active a {
  color: #603913;
}

.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: #603913;
  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: #000000;
  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 #603913;
  -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 {
    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 .blog-image-container {
  overflow: hidden;
  position: relative;
}

.latest-blogs .blog_img_link img {
  width: 100%;
  object-fit: cover;
  min-height: 390px;
}

.latest-blogs .blog-title {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  transition: all 0.3s ease;
}

.latest-blogs .blog-title a {
  color: #603b1a;
}

.latest-blogs .blog-title a:hover {
  color: #603913;
}

.latest-blogs a.view-more {
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.latest-blogs a.view-more:hover {
  color: #fff;
  background: #603913;
}

.latest-blogs .blog-desc {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}

.latest-blogs .blog-meta {
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #603913;
}

.latest-blogs .blog-meta span+span {
  padding-left: 15px;
}

.rtl .latest-blogs .blog-meta span+span {
  padding-right: 15px;
  padding-left: inherit;
}

.latest-blogs .right-block {
  padding: 25px 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .latest-blogs .blog-container {
    padding: 0px 10px;
  }
}

/* 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: 0px;
  padding-right: 0px;
}

.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: #603913;
}

.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: #000000;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}

.ap-wishlist {
  position: relative;
}

ul li {
  line-height: 20px;
}

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  background: #603b1a;
  color: #603913;
}

.tabs-accordion-container[class*="accordion-"] .accordion-link.active {
  color: #603b1a;
  background: #603913;
}

.mt-100 {
  margin-top: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }

  .mt-100 {
    margin-top: 100px;
  }

  .mt-100 .block {
    margin-bottom: 0;
  }

  .mt-100 .block+.block {
    margin-top: 30px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }
}

.liquid_box {
  position: relative;
  overflow: hidden;
}

.liquid_box a {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  background: #fff;
  height: 50px;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.liquid_box a:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #603913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.liquid_box a:focus,
.liquid_box a:hover {
  background: #603913;
  color: #fff;
}

.liquid_box a:focus:before,
.liquid_box a:hover:before {
  background: #fff;
}

.liquid_box:hover img {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .liquid_box img {
    object-fit: cover;
    transition: all 0.3s ease;
  }
}

.liquid_box .image_description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.liquid_box.type-one .image_description {
  background: #FFFFFF;
  margin: 30px;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.liquid_box.type-one h3 {
  font-family: "Creattion Demo";
  font-weight: normal;
  font-size: 110px;
  line-height: 130px;
  text-align: center;
  text-transform: capitalize;
  color: #B77C6E;
  opacity: 0.13;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

.liquid_box.type-one h4 {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
}

.liquid_box.type-one p {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
}

.liquid_box.type-one:hover .image_description {
  opacity: 1;
  visibility: visible;
}

.liquid_box.center {
  text-align: center;
}

.liquid_box.center h3 {
  color: #603b1a;
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

.liquid_box.center .image_description {
  padding: 14.5% 15%;
  top: auto;
}

@media (max-width: 480px) {
  .liquid_box.center .image_description {
    padding: 10px 5px;
  }
}

.liquid_box.type-two .image_description {
  top: auto;
  padding: 30px;
}

@media (min-width: 576px) {
  .liquid_box.type-two .image_description {
    padding: 60px;
  }
}

.liquid_box.type-two img {
  min-height: 400px;
  object-fit: cover;
}

.liquid_box.type-two h3 {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
}

.liquid_box.type-two p {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  max-width: 394px;
}

.liquid_box .btn-default {
  border: 1px solid #603b1a;
  margin-top: 20px;
  font-family: "Spartan" !important;
}

.category-w .cate-name {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #603b1a;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.category-w .leo-qty {
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
  display: block;
}

.category-w .leo-qty span {
  padding-left: 5px;
}

.category-w.type-two a {
  display: block;
  background: linear-gradient(2.09deg, #ECDCCA 2.14%, rgba(196, 196, 196, 0) 96.06%);
  opacity: 0.9;
  position: relative;
}

.category-w.type-two img {
  width: 100%;
}

.category-w.type-two .nbproducts {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 15px;
}

.bg-hp {
  position: relative;
  z-index: 0;
}

.bg-hp:before {
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
  padding: 0 50%;
  z-index: -1;
}

.text-box a {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  background: #fff;
  height: 50px;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.text-box a:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #603913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.text-box a:focus,
.text-box a:hover {
  background: #603913;
  color: #fff;
}

.text-box a:focus:before,
.text-box a:hover:before {
  background: #fff;
}

.text-box .sub-title-widget {
  margin-bottom: 20px;
}

.text-box p {
  font-family: "Spartan";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #603b1a;
}

.text-box .sign {
  font-family: "Creattion Demo";
  font-size: 52px;
  line-height: 62px;
  text-transform: capitalize;
  color: #603b1a;
}

.text-box .job {
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
}

.text-box.type-two p {
  font-family: "Spartan";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .text-box {
    text-align: center;
  }
}

.testimonial .descript {
  font-family: "Spartan";
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #603b1a;
}

.testimonial .block-carousel-image-container {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.testimonial .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  color: #603b1a;
  margin-top: 50px;
}

.testimonial.type-two .block-carousel-image-container {
  max-width: 481px;
  margin: 0;
  position: relative;
}

.testimonial.type-two .block-carousel-image-container:before {
  content: '';
  background: url(../../../../assets/img/modules/appagebuilder/img/quotes.svg) no-repeat center center;
  width: 62px;
  height: 45px;
  display: block;
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.rtl .testimonial.type-two .block-carousel-image-container:before {
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  .testimonial.type-two .block-carousel-image-container:before {
    position: relative;
    text-align: center;
    margin: 0 auto 15px;
  }
}

@media (min-width: 992px) {
  .testimonial.type-two .block-carousel-image-container {
    padding-left: 92px;
  }
}

.testimonial.type-two .descript {
  font-size: 20px;
  line-height: 32px;
}

.testimonial.type-two .title {
  text-transform: uppercase;
}

.video {
  display: none;
}

.play-button {
  text-align: center;
  color: #fff;
  font-size: 40px;
  display: block;
  padding: 364px 0px 304px;
  cursor: pointer;
  margin-bottom: 0 !important;
  position: relative;
}

.about-item {
  text-align: center;
  padding: 30px 15px;
  position: relative;
}

@media (min-width: 992px) {
  .about-item {
    padding: 86px 60px;
  }
}

.about-item .image_description {
  padding: 0 15px;
}

.about-item p {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
  margin-top: 28px;
}

.about-item h3 {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  display: block;
  margin-top: 45px;
}

.about-item:after {
  content: '';
  background: #fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .about-item:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
  }
}

.about-item .plus {
  opacity: 0;
  visibility: hidden;
}

.about-item .plus:hover {
  color: #603913;
  border: 1px solid #603913;
}

.about-item:hover:after,
.about-item:hover .plus {
  opacity: 1;
  visibility: visible;
}

.plus {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  transition: all 0.3s;
  color: #000;
  text-align: center;
}

.plus:hover {
  color: #603913;
  border: 1px solid #603913;
}

.second-child:before {
  content: '';
  background: url(../../../../assets/img/modules/appagebuilder/img/x-h4.jpg) no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.second-child .plus,
.second-child:after {
  opacity: 1;
  visibility: visible;
}

.history-w {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .history-w {
    max-width: 387px;
  }
}

.history-w p {
  font-family: "Spartan";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
}

.obj-title h3 {
  font-family: "Creattion Demo";
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 75px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .obj-title h3 {
    transform: rotate(-27.18deg);
    margin: 100px 110px;
    font-size: 180px;
  }
}

.align-left a {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  background: #fff;
  height: 50px;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.align-left a:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #603913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.align-left a:focus,
.align-left a:hover {
  background: #603913;
  color: #fff;
}

.align-left a:focus:before,
.align-left a:hover:before {
  background: #fff;
}

.cat-text h3 {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  margin-top: 18px;
  margin-bottom: 16px;
  display: block;
}

.cat-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
  margin-bottom: 30px;
}

.view-all-single {
  text-align: center;
}

.view-all-single a {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  background: #fff;
  height: 50px;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.view-all-single a:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #603913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.view-all-single a:focus,
.view-all-single a:hover {
  background: #603913;
  color: #fff;
}

.view-all-single a:focus:before,
.view-all-single a:hover:before {
  background: #fff;
}

@media (min-width: 992px) {
  .view-all-single {
    margin-top: 140px;
  }
}

.text-pattern h4 {
  font-family: "Creattion Demo";
  font-style: normal;
  font-weight: normal;
  font-size: 110px;
  line-height: 130px;
  text-transform: capitalize;
  color: #603913;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .text-pattern h4 {
    text-align: center;
    font-size: 70px;
    line-height: 1;
  }
}

.home-letter {
  background: #F6F4F2;
  border: 4px solid #EAE6E3;
  box-sizing: border-box;
}

.home-letter #block-newsletter-label {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
}

.home-letter .block_newsletter {
  max-width: 560px;
  padding: 72px 0 63px;
}

.home-letter .block_newsletter .block_content {
  max-width: 520px;
}

.home-letter .ApImage {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

@media (max-width: 767px) {
  .home-letter .ApImage {
    flex-direction: column;
  }

  .home-letter .ApImage img {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .home-letter {
    display: flex;
  }

  .home-letter .block_newsletter {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.Apcounter li {
  display: flex;
  flex-direction: column;
}

.Apcounter .numscroller {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 85px;
  text-align: center;
  text-transform: uppercase;
  color: #603913;
  order: 1;
}

.Apcounter h4.counter_title_top {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #603b1a;
  order: 2;
  margin-top: 30px;
}

.Apcounter .counter_bottom {
  order: 3;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
  margin-top: 15px;
}

.Apcounter .counter-suffix {
  display: none;
}

.countdown-w {
  text-align: center;
}

.countdown-w a {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  background: #fff;
  height: 50px;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.countdown-w a:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #603913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.countdown-w a:focus,
.countdown-w a:hover {
  background: #603913;
  color: #fff;
}

.countdown-w a:focus:before,
.countdown-w a:hover:before {
  background: #fff;
}

.countdown-w li {
  display: inline-block;
  vertical-align: middle;
}

.countdown-w li+li {
  padding-left: 50px;
  position: relative;
}

.rtl .countdown-w li+li {
  padding-right: 50px;
  padding-left: inherit;
}

.countdown-w li+li:before {
  content: ':';
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  color: #603b1a;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: auto;
  left: 25px;
}

.rtl .countdown-w li+li:before {
  right: 25px;
  left: auto;
}

@media (max-width: 767px) {
  .countdown-w li+li {
    padding-left: 30px;
  }

  .rtl .countdown-w li+li {
    padding-right: 30px;
    padding-left: inherit;
  }

  .countdown-w li+li:before {
    right: auto;
    left: 13px;
    font-size: 16px;
    top: 28%;
    transform: translateY(-28%);
  }

  .rtl .countdown-w li+li:before {
    right: 13px;
    left: auto;
  }
}

.countdown-w li b {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #603b1a;
}

@media (min-width: 768px) {
  .countdown-w li b {
    font-size: 54px;
    line-height: 68px;
  }
}

.countdown-w li span {
  color: #603b1a;
  font-weight: 500;
  font-size: 13px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.countdown-w .price {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #603b1a;
  margin-bottom: 34px;
}

.countdown-w .price span {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #603913;
}

.countdown-w a {
  border: 1px solid #603b1a;
  text-transform: uppercase;
}

.countdown-w h2 {
  font-family: "Creattion Demo";
  font-style: normal;
  font-weight: normal;
  font-size: 120px;
  line-height: 142px;
  text-align: center;
  text-transform: capitalize;
  color: #603913;
  opacity: 0.13;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.countdown-w .title_block {
  color: #603913;
}

.big {
  font-family: "Spartan";
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #603913;
  opacity: 0.1;
}

@media (min-width: 992px) {
  .big {
    font-size: 158px;
    line-height: 190px;
    position: absolute;
  }

  .big.right {
    transform: translate(52%, 68%) rotate(90deg);
    top: 0;
    right: 0;
  }

  .big.left {
    transform: translate(-50%, -41%) rotate(-90deg);
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .big {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    padding-right: 5px;
    margin-top: 15px;
  }
}

.promo-box h3 {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  display: block;
}

.promo-box p {
  font-size: 15px;
  text-transform: capitalize;
  color: #603b1a;
}

.promo-box .price {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #603b1a;
  margin-top: 30px;
  display: block;
}

.promo-box .price span {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #603913;
}

@media (max-width: 767px) {
  .promo-box {
    flex-direction: column;
    gap: 15px;
  }
}

.chef-w img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 100%;
}

.chef-w .last-name {
  font-family: "Creattion Demo";
  font-style: normal;
  font-weight: normal;
  font-size: 0;
  line-height: 69px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
  transform: rotate(-32.41deg);
  position: absolute;
  top: 28%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.chef-w .name {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  margin-top: 20px;
}

.chef-w .job {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #A6A097;
}

.chef-w p:not([class]) {
  text-transform: lowercase;
}

.chef-w p a {
  color: #A6A097;
  font-size: 14px;
  padding: 0px 8px;
}

.chef-w p a:hover {
  color: #603913;
}

.chef-w .ApImage {
  text-align: center;
  position: relative;
  padding-top: 20px;
  z-index: 2;
}

.chef-w .ApImage:before {
  content: '';
  background: url(../../../../assets/img/modules/appagebuilder/img/x-p6.png) no-repeat center center;
  display: block;
  position: absolute;
  width: 285px;
  height: 206px;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: -1;
}

.chef-w .ApImage:hover:before {
  opacity: 1;
  visibility: visible;
}

.chef-w .ApImage:hover .last-name {
  opacity: 1;
  visibility: visible;
  font-size: 58px;
}

.chef-w .ApImage:hover .name {
  color: #603913;
}

.plan-w {
  background: #F6F4F2;
  padding: 40px 30px;
  text-align: center;
}

.plan-w a {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  background: #fff;
  height: 50px;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.plan-w a:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #603913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.plan-w a:focus,
.plan-w a:hover {
  background: #603913;
  color: #fff;
}

.plan-w a:focus:before,
.plan-w a:hover:before {
  background: #fff;
}

.plan-w .price {
  font-weight: 300;
  color: #603b1a;
  font-size: 72px;
  line-height: 86px;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Spartan";
}

.plan-w .price .currency {
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  vertical-align: text-top;
}

.plan-w span.unit {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  font-family: "Spartan";
}

.plan-w a {
  border: 1px solid #603b1a;
  background: transparent;
  text-transform: uppercase;
}

.plan-w a:hover {
  background: transparent;
  color: #603913;
  border: 1px solid #603913;
}

.plan-w a:hover:before {
  background: #603913;
}

.center-click,
.text-box-th {
  text-align: center;
}

.center-click a,
.text-box-th a {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  background: #fff;
  height: 50px;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.center-click a:before,
.text-box-th a:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #603913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.center-click a:focus,
.center-click a:hover,
.text-box-th a:focus,
.text-box-th a:hover {
  background: #603913;
  color: #fff;
}

.center-click a:focus:before,
.center-click a:hover:before,
.text-box-th a:focus:before,
.text-box-th a:hover:before {
  background: #fff;
}

.center-click a,
.text-box-th a {
  text-transform: uppercase;
}

.text-box-th p {
  padding-top: 25px;
}

.text-box-th h3 {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
}

@media (max-width: 767px) {
  .text-box-th h3 {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.category-type .title {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
}

.category-type .img-w {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .category-type .img-w {
    min-width: 234px;
    min-height: 234px;
  }
}

.category-type .img-w img {
  object-fit: contain;
}

.holiday-w .sub-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
}

.holiday-w .title {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  margin-top: 30px;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .title-w .sub-title-widget {
    margin-bottom: 30px;
  }

  .align-left *,
  .align-left .block_content * {
    text-align: left;
  }

  .align-right {
    text-align: right;
  }

  .align-right>* {
    text-align: right;
  }

  .flex-w {
    display: flex;
    align-items: center;
  }

  .collection-w .ApColumn:nth-child(4) .ApImage {
    margin-top: 40px;
  }

  .collection-w .cat-text {
    padding: 0 10px;
  }

  .text-pattern {
    position: absolute;
    bottom: 27%;
    left: -10%;
  }

  .center-pattern {
    position: relative;
    display: flex;
  }

  .center-pattern:after {
    content: '';
    background: url("../../../../assets/img/modules/appagebuilder/img/x-p4.png") center center no-repeat;
    position: absolute;
    bottom: 10px;
    left: 18%;
    width: 674px;
    height: 310px;
    display: block;
    z-index: -1;
  }

  .center-pattern .ApColumn {
    float: none;
  }

  .medium {
    font-family: "Spartan";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 75px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #603b1a;
    opacity: 0.48;
    position: absolute;
  }

  .medium.right {
    top: 0;
    right: 0;
    transform: translate(54%, 93%) rotate(90deg);
  }

  .medium.left {
    top: 100%;
    left: 0;
    transform: translate(-55%, -390%) rotate(-90deg);
    text-align: left;
  }

  .text-box-th {
    padding: 0 30px;
  }

  .about-w .ApColumn {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .medium {
    display: none;
  }
}

.text-only {
  position: relative;
  text-align: center;
}

.text-only:before {
  content: '';
  background: url(../../../../assets/img/modules/appagebuilder/img/x-p0.png) no-repeat center center;
  display: block;
  position: absolute;
  width: 192px;
  height: 140px;
  z-index: -1;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
}

.text-only .title_block {
  padding-top: 25px;
}

.text-only .sub-title-widget {
  margin-bottom: 22px;
}

.text-only p {
  line-height: 32px;
  text-align: center;
  max-width: 685px;
  margin: auto;
}

.banner-header {
  position: relative;
  padding: 158px 0;
  z-index: 0;
}

.banner-header .title_block,
.banner-header .sub-title-widget {
  color: #fff;
}

.banner-header .sub-title-widget {
  margin-bottom: 0;
}

.banner-header:before {
  content: '';
  margin: auto;
  right: 0;
  left: 0;
  z-index: -1;
  padding: 0px 1000px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
  box-sizing: content-box;
  margin-left: -1000px;
}

.rtl .banner-header:before {
  margin-right: -1000px;
  margin-left: inherit;
}

#contact .banner-header:before {
  background: url(../../../../assets/img/modules/appagebuilder/img/bc-contact.jpg) no-repeat center center;
}

#cms .about-page:before {
  background: url(../../../../assets/img/modules/appagebuilder/img/bc-about.jpg) no-repeat center center;
}

#cms .history-page:before {
  background: url(../../../../assets/img/modules/appagebuilder/img/bc-history.jpg) no-repeat center center;
}

#cms .faqs-page:before {
  background: url(../../../../assets/img/modules/appagebuilder/img/bc-faq.jpg) no-repeat center center;
}

.x-history p {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #603b1a;
  text-align: center;
}

@media (min-width: 1200px) {
  .x-history img {
    width: auto !important;
  }
}

.x-left,
.x-right {
  padding-bottom: 100px;
  position: relative;
}

.x-left:after,
.x-right:after {
  content: '';
  background: transparent;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 469px;
  height: 239px;
}

.x-right:after {
  background: url(../../../../assets/img/modules/appagebuilder/img/left-line.svg) no-repeat center center;
}

.x-left:after {
  background: url(../../../../assets/img/modules/appagebuilder/img/right-line.svg) no-repeat center center;
}

#cms .chef-w .title-wl,
#cms .ab-title {
  position: relative;
  z-index: 0;
}

#cms .chef-w .title-wl:before,
#cms .ab-title:before {
  content: '';
  background: url(../../../../assets/img/modules/appagebuilder/img/x-p0.png) no-repeat center center;
  display: block;
  position: absolute;
  width: 192px;
  height: 140px;
  z-index: -1;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

#cms .chef-w .title-wl .title_block,
#cms .ab-title .title_block {
  padding-top: 15px;
}

#cms .text-box p {
  font-family: Spartan;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

#cms .center-xcms {
  text-align: center;
}

#cms .center-xcms h3 {
  font-family: "Spartan";
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
  display: block;
  margin-top: 9px;
}

#cms .center-xcms .address {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #603b1a;
}

#cms .center-xcms .time-open {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #603b1a;
  text-align: center;
}

#cms .center-xcms .time-detail {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #603b1a;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #cms .auto-size img {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  #cms .has-top {
    padding-top: 180px;
  }

  #cms .has-top:before {
    top: 180px;
  }

  #cms .pink:before {
    background: #F4EBE5;
    margin-left: -1000px;
    transform: translateX(31.5%);
  }

  #cms .pink:after {
    content: '';
    background: url(../../../../assets/img/modules/appagebuilder/img/x-p1.png) no-repeat center center;
    width: 346px;
    height: 612px;
    position: absolute;
    right: 0;
    bottom: -30px;
    display: block;
    transform: translateX(100%);
  }

  #cms .history-tw:after {
    bottom: auto;
  }

  #cms .green:before {
    background: #DDEBEA;
    margin-right: -1000px;
    transform: translateX(45%);
  }

  #cms .green:after {
    content: '';
    background: url(../../../../assets/img/modules/appagebuilder/img/x-p2.png) no-repeat center center;
    width: 385px;
    height: 661px;
    position: absolute;
    left: 0;
    bottom: -30px;
    display: block;
    transform: translateX(-100%);
  }

  #cms .left * {
    text-align: left;
  }

  #cms .right {
    margin-top: 150px;
    text-align: right;
  }

  #cms .right .auto-size {
    padding-right: 30px;
  }

  #cms .right .title_block,
  #cms .right .sub-title-widget {
    text-align: right;
  }

  #cms .bottom img {
    margin-top: 100px;
    margin-bottom: -180px;
  }

  #cms .top img {
    margin-top: -150px;
    margin-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .btn-w {
    text-align: center;
  }
}

.manufacturer-image-container img {
  opacity: 0.5;
}

.manufacturer-image-container img:hover {
  opacity: 1;
}

.lql-form-content-element i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.lql-form-content-element {
  position: relative;
}

/*# sourceMappingURL=styles.css.map */