/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 30px; }

.title_block {
  color: #282828;
  margin: 25px 0 10px;
  font-size: 52px;
  font-family: RossanovaPersonalUse-Regular;
  position: relative;
  line-height: 58px;
  text-transform: capitalize;
  display: block;
  text-align: center; }
  .title_block:before {
    content: '';
    background: url(../../../../assets/img/modules/appagebuilder/img/icon.png) no-repeat center center;
    width: 54px;
    height: 67px;
    display: block;
    margin: auto;
    text-align: center; }
  @media (max-width: 1199px) {
    .title_block {
      font-size: 35px;
      margin: 0; } }

.sub-title-widget {
  font-size: 15px;
  line-height: 28px;
  color: #575757;
  max-width: 430px;
  margin: 0 auto 60px;
  text-align: center;
  display: block; }

.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;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "Font Awesome 5 Pro";
    font-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 #2d2d2d;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    padding: 30px 0; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "\f068";
      cursor: pointer;
      display: block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 26px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 30px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed {
      font-size: 22px;
      line-height: 28px; }
      .ap-accordion .panel-default .panel-title .collapsed:before {
        background: none;
        content: "\f067";
        cursor: pointer;
        display: block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 26px;
        position: absolute;
        left: auto;
        right: 0px;
        top: 30px;
        width: auto; }
  .ap-accordion .panel-default .panel-body .block {
    margin-bottom: 0; }
  .ap-accordion .panel-default .panel-body p {
    font-size: 18px;
    line-height: 25px; }

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

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

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

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

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

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

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

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

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

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

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

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

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

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

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

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

.gmap-cover {
  width: 100%; }

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

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #94be90; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

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

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

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

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

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #94be90;
    -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 a {
  display: block; }
.manufacturers_block .manufacturer-image-container {
  text-align: center; }

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

/* Widget Lastest blogs */
.latest-blogs .right-block {
  text-align: left; }
.latest-blogs .blog-image-container {
  overflow: hidden;
  position: relative; }
.latest-blogs .blog-title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
  font-family: RossanovaPersonalUse-Regular; }
.latest-blogs .blog-desc {
  text-align: justify;
  line-height: 25px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.latest-blogs .blog-meta span + span {
  padding-left: 15px; }
  .rtl .latest-blogs .blog-meta span + span {
    padding-right: 15px;
    padding-left: inherit; }
.latest-blogs .right-block {
  background: #fff;
  padding-top: 30px; }
.latest-blogs .cat a {
  background: #94be90;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px; }
.latest-blogs .read-more {
  display: inline-block;
  font-size: 12px;
  line-height: 36px;
  padding: 0 20px;
  border: 2px solid #e9e7de;
  transition: all 0.3s ease;
  color: #282828;
  margin-top: 12px;
  border-radius: 18px; }
  .latest-blogs .read-more:hover {
    color: #fff;
    background: #94be90;
    border: 2px solid #94be90; }

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

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

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

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

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

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .instagram-block a img {
        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: #94be90; }

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

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

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

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

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

.inline-top ul {
  margin-bottom: 0; }
.inline-top li {
  display: inline-block;
  vertical-align: middle; }
  .inline-top li:first-child a:before {
    content: '\f3c5';
    font-weight: 400; }
  .inline-top li:last-child a:before {
    content: '\f025'; }
.inline-top a {
  padding: 14px 16px;
  border-left: 1px solid #edecec;
  color: #626262;
  font-size: 14px;
  line-height: 20px; }
  .inline-top a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    padding-right: 7px; }
    .rtl .inline-top a:before {
      padding-left: 7px;
      padding-right: inherit; }

.offer_box span {
  padding: 13px 0;
  display: block;
  line-height: 20px; }
  .offer_box span span {
    color: #94be90;
    display: initial; }

.nav-bottom-right .icon {
  color: #575757;
  background: transparent;
  font-size: 24px !important;
  display: block; }

@media (min-width: 1500px) {
  .information {
    margin-left: 55px; }
    .rtl .information {
      margin-right: 55px;
      margin-left: inherit; } }
.information .log-box {
  display: flex;
  align-items: center; }
.information .register, .information .logout {
  display: block; }
.information .line-text {
  color: #94be90; }
.information .right-side {
  padding-left: 11px; }
  .rtl .information .right-side {
    padding-right: 11px;
    padding-left: inherit; }

.ap-wishlist .ap-total {
  width: 20px;
  height: 20px;
  line-height: 17px;
  color: #fff;
  font-size: 12px;
  background: #94be90;
  border-radius: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -15px; }

.ap-wishlist {
  position: relative;
  margin: 0 26px 0 10px; }
  .rtl .ap-wishlist {
    margin: 0 10px 0 26px; }
  .ap-wishlist .icon {
    transition: all 0.3s; }
  .ap-wishlist:hover .icon {
    background: #94be90;
    color: #fff; }

.text-box {
  text-align: center;
  padding: 135px 0; }
  @media (max-width: 991px) {
    .text-box {
      padding: 50px 15px; } }
  .text-box .title {
    font-size: 32px;
    font-family: RossanovaPersonalUse-Regular;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase; }
    .text-box .title:after {
      content: '';
      background: #fff;
      width: 1px;
      height: 44px;
      display: block;
      text-align: center;
      margin: 20px auto 34px; }
  .text-box p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    max-width: 750px;
    width: 100%;
    margin: auto; }

@media (min-width: 992px) {
  .journey-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.item-journey {
  flex: 1;
  padding: 0 40px;
  text-align: center; }
  .item-journey h5 {
    color: #1b1b1b;
    font-size: 32px;
    margin: 30px 0 5px;
    font-weight: 400;
    font-family: RossanovaPersonalUse-Regular; }
  .item-journey p {
    font-size: 16px;
    line-height: 30px;
    color: #747474; }

.widget-category_image .cat_name {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
.widget-category_image a {
  position: relative;
  display: block; }
  .widget-category_image a:hover .cat_name {
    opacity: 1;
    visibility: visible; }
@media (min-width: 768px) {
  .widget-category_image .block_content {
    display: flex;
    justify-content: center; } }

@media (min-width: 768px) {
  .team-wrap {
    display: flex;
    align-items: flex-start; } }
.team-item {
  flex: 1;
  text-align: center;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .team-item + .team-item {
      margin-bottom: 30px; } }
  .team-item .variant-box {
    display: block;
    position: relative;
    max-width: 320px;
    margin: auto;
    width: 100%; }
    .team-item .variant-box:before {
      content: '';
      background: linear-gradient(0deg, #94be90 0%, #adc6a8 16%, #ced4ca 33%, transparent 77%, transparent 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      display: block;
      z-index: 2;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
  .team-item .information {
    margin-left: 0;
    position: absolute;
    bottom: 39px;
    z-index: 3;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }
    .team-item .information a {
      display: block;
      color: #fff;
      font-size: 14px;
      line-height: 28px; }
    .team-item .information li {
      display: inline-block;
      vertical-align: top; }
      .team-item .information li a {
        padding: 0 15px;
        color: #fff; }
    .team-item .information ul {
      text-align: center;
      margin: auto;
      display: block; }
  .team-item:hover .variant-box:before {
    opacity: 1;
    visibility: visible; }
  .team-item:hover .information {
    opacity: 1;
    visibility: visible; }
  .team-item .name {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: RossanovaPersonalUse-Regular;
    margin-top: 40px; }
  .team-item .job {
    font-size: 12px;
    line-height: 24px;
    color: #999; }

.benefits-box {
  padding-top: 90px;
  padding-bottom: 80px; }
  .benefits-box > * {
    color: #fff; }
  .benefits-box .title_block:before {
    margin-bottom: 30px; }
  .benefits-box h3 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: RossanovaPersonalUse-Regular;
    margin-top: 35px; }
  .benefits-box .benefits-item {
    flex: 1;
    text-align: center; }
  @media (min-width: 768px) {
    .benefits-box .benefits-wrap {
      display: flex;
      align-items: flex-end; } }

.contact-box li {
  color: #878787;
  font-size: 14px;
  line-height: 28px; }
  .contact-box li i {
    padding-right: 18px;
    font-size: 18px; }
    .rtl .contact-box li i {
      padding-left: 18px;
      padding-right: inherit; }

.separate-box ul {
  display: grid;
  grid-template-columns: 2fr auto; }

.testimonial {
  padding: 125px 0 140px;
  text-align: center; }
  .testimonial .title {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    font-family: RossanovaPersonalUse-Regular; }
  .testimonial .descript {
    font-size: 24px;
    line-height: 40px;
    max-width: 820px;
    margin: auto;
    color: #fff;
    padding-top: 27px;
    padding-bottom: 63px; }
    @media (max-width: 767px) {
      .testimonial .descript {
        font-size: 15px;
        line-height: 30px; } }
  .testimonial .sub-title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: RossanovaPersonalUse-Regular; }
    .testimonial .sub-title strong {
      display: block;
      font-size: 14px;
      font-family: "Be Vietnam", sans-serif; }
  @media (max-width: 991px) {
    .testimonial {
      padding: 50px 15px 35px; } }
  @media (min-width: 992px) {
    .testimonial .owl-theme .owl-buttons div {
      border: 1px solid #a9cba6;
      width: 82px;
      height: 82px;
      border-radius: 0;
      line-height: 82px;
      background: transparent; }
      .testimonial .owl-theme .owl-buttons div:before {
        color: #fff; }
      .testimonial .owl-theme .owl-buttons div:hover {
        background: #94be90; } }
  @media (max-width: 767px) {
    .testimonial .block-carousel-image-container.image {
      padding: 0 30px; } }

.liquid_box {
  position: relative; }
  .liquid_box .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center; }
  .liquid_box h3 {
    font-size: 66px;
    line-height: 75px;
    letter-spacing: -1.65px;
    font-family: RossanovaPersonalUse-Regular;
    color: #fff; }
    @media (max-width: 1199px) {
      .liquid_box h3 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .liquid_box h3 {
        font-size: 35px;
        line-height: 2; } }
    .liquid_box h3:after {
      content: '';
      display: block;
      width: 1px;
      height: 42px;
      text-align: center;
      margin: auto;
      background: #fff;
      margin-top: 25px; }
  .liquid_box h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 72px; }

@media (min-width: 992px) {
  .instagram-block {
    padding-top: 58px; } }
.about-inpage {
  padding: 0 10%; }
#checkout #content > .row > div.cart-grid-body{
    padding-top: 100px; 
}
/*# sourceMappingURL=styles.css.map */
