/***************************************************
  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: 2.5rem; }
  .ApColumn .block.ApImage {
    margin-bottom: 30px; }

.title_block {
  color: #333;
  display: block;
  margin: 0 0 18px;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  letter-spacing: 2.8px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

.sub-title-widget {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.0075px;
  color: #333;
  margin-bottom: 70px;
  display: block;
  text-align: center; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .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;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  font-size: 16px; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 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: none;
  -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;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px; }
  .ap-accordion .panel-default a {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ap-accordion .panel-default a:before {
      content: "+";
      font-size: 22px;
      display: inline-block; }
  .ap-accordion .panel-default a.collapsed:before {
    content: "-";
    font-size: 22px;
    display: inline-block; }

/* 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: #333333; }
  .widget-tabs li.active {
    border: 1px solid #000; }
    .widget-tabs li.active a {
      color: #000; }

.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: "FontAwesome";
    color: #000;
    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: none;
  display: block; }
  .nav-tabs .nav-link {
    color: #999999;
    padding: 0 8px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    background: transparent;
    line-height: 30px;
    position: relative;
    margin-right: 28px; }
    .rtl .nav-tabs .nav-link {
      margin-left: 28px;
      margin-right: inherit; }
    .nav-tabs .nav-link:after {
      content: "";
      position: absolute;
      height: 2px;
      top: 26px;
      background: #000;
      right: 50%;
      left: 50%;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
      color: #333333;
      border: none;
      background: transparent; }
      .nav-tabs .nav-link:hover:after, .nav-tabs .nav-link:focus:after, .nav-tabs .nav-link.active:after {
        right: 0%;
        left: 0%; }

.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: #fff;
  clear: both;
  text-align: center;
  text-transform: capitalize;
  display: none;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  color: #333333; }
  .box-show-more a span {
    border: 1px solid;
    padding: 17px 50px;
    display: inline-block;
    line-height: 16px; }
  .box-show-more a:hover {
    color: #000; }
  .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 #000;
    -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 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .manufacturers_block img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  display: inline-block;
  position: relative;
  overflow: hidden; }
.widget-category_image ul {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .widget-category_image ul {
      margin-bottom: 30px; } }
.widget-category_image img {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  border-style: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
.widget-category_image a {
  display: block;
  overflow: hidden;
  position: relative; }
  .widget-category_image a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
.widget-category_image .cate_content {
  position: relative;
  display: block; }
.widget-category_image .cat-name-wr {
  margin: auto;
  position: absolute;
  bottom: 100px;
  text-align: center;
  display: block;
  padding: 33px 130px;
  right: 50%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991px) {
    .widget-category_image .cat-name-wr {
      bottom: 10%;
      padding: 10px 30px; } }
.widget-category_image .cat_name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }
  @media (max-width: 991px) {
    .widget-category_image .cat_name {
      font-size: 20px; } }
.widget-category_image .leo-qty {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  display: block; }
  .widget-category_image .leo-qty span {
    margin-left: 10px; }
    .rtl .widget-category_image .leo-qty span {
      margin-right: 10px;
      margin-left: inherit; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  text-align: center; }
  .latest-blogs .right-block {
    text-align: left;
    position: static; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    display: block;
    overflow: hidden;
    position: relative; }
  .latest-blogs .blog-title {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    margin-top: 23px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .latest-blogs .blog-desc {
    padding-top: 3px;
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300; }
  .latest-blogs .cat a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase; }
  .latest-blogs .blog-container {
    position: relative; }
  .latest-blogs .blog-meta {
    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    background: #fff;
    text-align: center; }
    .latest-blogs .blog-meta .author_name {
      color: #333;
      font-weight: 500;
      padding-right: 10px; }
      .rtl .latest-blogs .blog-meta .author_name {
        padding-left: 10px;
        padding-right: inherit; }
    .latest-blogs .blog-meta .span {
      padding-right: 10px; }
      .rtl .latest-blogs .blog-meta .span {
        padding-left: 10px;
        padding-right: inherit; }
  .latest-blogs time {
    text-transform: uppercase; }
  .latest-blogs .blog-viewall .btn-primary {
    background: transparent;
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    padding: 14px 50px;
    border: 1px solid;
    display: inline-block;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    transition: all 0.3s; }
    .latest-blogs .blog-viewall .btn-primary:hover {
      background: #000;
      color: #fff; }
  .latest-blogs .blog-viewall {
    padding-top: 60px;
    text-align: center;
    margin: auto;
    float: none !important; }

/* 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;
  -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;
  padding-right: 0; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .clear-col {
    clear: both; } }

.copyright {
  font-size: 15px; }

.top-right-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.top-left-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.list_inline ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .list_inline ul {
      display: block;
      text-align: center; }
      .list_inline ul li {
        display: inline-block; } }
  .list_inline ul a {
    color: #333;
    font-size: 12px;
    font-weight: 600px;
    letter-spacing: 0.9px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.3s; }
    .list_inline ul a:hover {
      color: #000; }

.service_box .block.service {
  text-align: center;
  margin: 100px 30px;
  color: #333333; }
  @media (max-width: 1199px) {
    .service_box .block.service {
      margin: 30px 10px; } }
  @media (max-width: 767px) {
    .service_box .block.service {
      margin: 30px 20px; } }
.service_box .title {
  font-size: 22px;
  line-height: 30px;
  margin-top: 28px;
  text-transform: capitalize; }
.service_box .content {
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px; }

.popular-tags a {
  border: 1px solid;
  line-height: 40px;
  padding: 0px 12px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  margin-right: 5px; }
  .rtl .popular-tags a {
    margin-left: 5px;
    margin-right: inherit; }

@media (max-width: 991px) {
  .header-top .row {
    position: relative; }
    .header-top .row .top-right-header, .header-top .row .ApMegamenu {
      position: static; } }
.text-box {
  color: #333333;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  line-height: 42px;
  max-width: 570px;
  padding-top: 132px;
  padding-bottom: 82px;
  margin: auto; }

@media (min-width: 1200px) {
  .product-grid .product-default .ajax_block_product {
    min-width: 25%; }
    .product-grid .product-default .ajax_block_product.first_item, .product-grid .product-default .ajax_block_product.last_item {
      min-width: 50%; }
    .product-grid .product-default .ajax_block_product:nth-child(2), .product-grid .product-default .ajax_block_product:nth-child(3) {
      float: left;
      position: absolute;
      bottom: 0;
      left: 0; }
      .rtl .product-grid .product-default .ajax_block_product:nth-child(2), .rtl .product-grid .product-default .ajax_block_product:nth-child(3) {
        float: right; }
      .rtl .product-grid .product-default .ajax_block_product:nth-child(2), .rtl .product-grid .product-default .ajax_block_product:nth-child(3) {
        right: 0;
        left: auto; }
    .product-grid .product-default .ajax_block_product:nth-child(3) {
      left: 25%; }
      .rtl .product-grid .product-default .ajax_block_product:nth-child(3) {
        right: 25%;
        left: auto; }
    .product-grid .product-default .ajax_block_product .carousel .direction {
      display: none; }
  .product-grid .product-default .owl-item .thumbnail-container {
    width: 321px;
    float: left; }
    .rtl .product-grid .product-default .owl-item .thumbnail-container {
      float: right; }
  .product-grid .product-default .owl-item.first .item .product-miniature:first-child .thumbnail-container, .product-grid .product-default .owl-item.first .item .product-miniature:nth-child(4) .thumbnail-container {
    width: 100%; }
  .product-grid .product-default .owl-item.first .item .product-miniature:nth-child(2) .thumbnail-container, .product-grid .product-default .owl-item.first .item .product-miniature:nth-child(5) .thumbnail-container {
    margin-right: 30px; }
    .rtl .product-grid .product-default .owl-item.first .item .product-miniature:nth-child(2) .thumbnail-container, .rtl .product-grid .product-default .owl-item.first .item .product-miniature:nth-child(5) .thumbnail-container {
      margin-left: 30px;
      margin-right: inherit; }
  .product-grid .product-default .owl-item.last .item .product-miniature:first-child .thumbnail-container, .product-grid .product-default .owl-item.last .item .product-miniature:nth-child(4) .thumbnail-container {
    margin-right: 30px; }
    .rtl .product-grid .product-default .owl-item.last .item .product-miniature:first-child .thumbnail-container, .rtl .product-grid .product-default .owl-item.last .item .product-miniature:nth-child(4) .thumbnail-container {
      margin-left: 30px;
      margin-right: inherit; }
  .product-grid .product-default .owl-item.last .item .product-miniature:nth-child(6) .thumbnail-container, .product-grid .product-default .owl-item.last .item .product-miniature:nth-child(3) .thumbnail-container {
    width: 100%; }
  .product-grid .product-default .slick-slide .thumbnail-container {
    width: 321px; }
  .product-grid .product-default .slick-slide:first-child div:not([class]):not([id]):nth-child(2), .product-grid .product-default .slick-slide:first-child div:not([class]):not([id]):last-child, .product-grid .product-default .slick-slide:nth-child(2n-1) div:not([class]):not([id]):nth-child(2), .product-grid .product-default .slick-slide:nth-child(2n-1) div:not([class]):not([id]):last-child {
    float: left; }
    .rtl .product-grid .product-default .slick-slide:first-child div:not([class]):not([id]):nth-child(2), .rtl .product-grid .product-default .slick-slide:first-child div:not([class]):not([id]):last-child, .rtl .product-grid .product-default .slick-slide:nth-child(2n-1) div:not([class]):not([id]):nth-child(2), .rtl .product-grid .product-default .slick-slide:nth-child(2n-1) div:not([class]):not([id]):last-child {
      float: right; }
  .product-grid .product-default .slick-slide:first-child div:not([class]):not([id]):nth-child(2) .thumbnail-container, .product-grid .product-default .slick-slide:nth-child(2n-1) div:not([class]):not([id]):nth-child(2) .thumbnail-container {
    margin-right: 30px; }
    .rtl .product-grid .product-default .slick-slide:first-child div:not([class]):not([id]):nth-child(2) .thumbnail-container, .rtl .product-grid .product-default .slick-slide:nth-child(2n-1) div:not([class]):not([id]):nth-child(2) .thumbnail-container {
      margin-left: 30px;
      margin-right: inherit; }
  .product-grid .product-default .slick-slide:first-child div:not([class]):not([id]):first-child .thumbnail-container, .product-grid .product-default .slick-slide:nth-child(2n-1) div:not([class]):not([id]):first-child .thumbnail-container {
    width: 100%; }
  .product-grid .product-default .slick-slide:nth-child(2n) div:not([class]):not([id]):last-child .slick-slide .thumbnail-container {
    width: 100%; }
  .product-grid .product-default .slick-slide:nth-child(2n) div:not([class]):not([id]):nth-child(2), .product-grid .product-default .slick-slide:nth-child(2n) div:not([class]):not([id]):first-child {
    float: left; }
    .rtl .product-grid .product-default .slick-slide:nth-child(2n) div:not([class]):not([id]):nth-child(2), .rtl .product-grid .product-default .slick-slide:nth-child(2n) div:not([class]):not([id]):first-child {
      float: right; }
  .product-grid .product-default .slick-slide:nth-child(2n) div:not([class]):not([id]):first-child .thumbnail-container {
    margin-right: 30px; }
    .rtl .product-grid .product-default .slick-slide:nth-child(2n) div:not([class]):not([id]):first-child .thumbnail-container {
      margin-left: 30px;
      margin-right: inherit; } }
.testimonial-box {
  max-width: 840px;
  margin: auto;
  padding-top: 160px;
  padding-bottom: 156px;
  text-align: center; }
  .testimonial-box .descript {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    line-height: 42px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .testimonial-box .title {
    color: #fff;
    font-weight: 300;
    font-size: 14px; }
    .testimonial-box .title:before {
      content: "";
      height: 50px;
      width: 1px;
      display: block;
      background: #fff;
      margin: 50px auto; }
    .testimonial-box .title:after {
      content: "\f005" "\f005" "\f005" "\f005" "\f005";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: 12px;
      display: block;
      margin-top: 10px; }

.capture_banner {
  text-align: center; }
  .capture_banner h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 20px; }
  .capture_banner p {
    color: #888888;
    line-height: 26px;
    margin: 0 80px; }

.textbox-two {
  text-align: right; }
  .rtl .textbox-two {
    text-align: left; }
  .textbox-two h3 {
    font-size: 30px;
    letter-spacing: -0.75px;
    font-weight: 300;
    margin-bottom: 32px; }
  .textbox-two p {
    line-height: 26px;
    font-family: "Playfair Display", serif; }

@media (min-width: 768px) {
  .banner_text {
    display: flex;
    align-items: center; }
    .banner_text .ApColumn .block {
      margin-bottom: 0; }

  .textbox-two {
    margin-right: 80px; }
    .rtl .textbox-two {
      margin-left: 80px;
      margin-right: inherit; } }
.liquid_text {
  position: relative; }
  @media (max-width: 991px) {
    .liquid_text {
      display: none; } }
  .liquid_text span {
    position: absolute;
    top: 110px;
    left: 160px;
    letter-spacing: -15px;
    font-style: italic;
    font-size: 150px;
    font-family: "Playfair Display", serif;
    color: #fff;
    text-transform: lowercase; }
    .rtl .liquid_text span {
      right: 160px;
      left: auto; }
    @media (max-width: 1199px) {
      .liquid_text span {
        font-size: 70px;
        letter-spacing: -6px; } }
  .liquid_text p:before {
    content: "";
    width: 90px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 140px;
    left: 0; }
    .rtl .liquid_text p:before {
      right: 0;
      left: auto; }

.service-box {
  padding: 70px 0 30px;
  position: relative; }
  .service-box:before {
    content: "";
    background: #e1e1e1;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .service-box:before {
      margin-right: -1000px;
      margin-left: inherit; }
  @media (min-width: 768px) {
    .service-box {
      display: flex;
      align-items: center; } }
  .service-box .service-item {
    flex: 1;
    padding: 0 15px; }
    .service-box .service-item > * {
      display: block;
      text-align: center; }
    .service-box .service-item i {
      font-size: 48px;
      margin-bottom: 35px;
      color: #333333; }
    .service-box .service-item .title {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 16px;
      color: #333333; }
    .service-box .service-item p {
      font-weight: 300; }

@media (min-width: 576px) {
  .two-line .widget-category_image ul:nth-child(2),
  .two-line .widget-category_image ul:nth-child(3) {
    width: 50%;
    float: left; } }

/*# sourceMappingURL=styles.css.map */
