/***************************************************
  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: #ae8875;
  display: inline-block;
  margin: 0 0 18px;
  font-family: "FuturaStdMedium";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .title_block {
      margin: 0 0 10px;
      font-size: 24px; } }

.sub-title-widget {
  font-size: 36px;
  font-weight: 400;
  font-family: "FuturaStdMedium";
  line-height: 45px;
  color: #2d2d2d;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .sub-title-widget {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 25px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .sub-title-widget {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px; } }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .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: 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;
    background: transparent;
    position: relative;
    font-weight: normal;
    margin-bottom: 0; }
    .ap-accordion .panel-default .panel-title a {
      font-size: 24px;
      line-height: 30px;
      color: #292f2f;
      padding: 30px 0 30px 30px;
      display: block; }
      .ap-accordion .panel-default .panel-title a:before {
        background: none;
        content: "arrow_drop_up";
        cursor: pointer;
        display: block;
        font-family: "Material Icons";
        font-size: 1.5625rem;
        position: absolute;
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: 0;
      right: auto;
      top: 50%;
      transform: translateY(-50%);
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    border-bottom: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    padding: 30px; }
    .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body p {
      font-size: 16px;
      line-height: 25px;
      color: #777; }
    .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body .block {
      margin-bottom: 0; }

/* 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 #ececec; }
  .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: #ececec;
        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 #ececec #ececec #ececec; }

.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 #ececec; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #ececec;
    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 #ececec #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ececec transparent #ececec #ececec;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ececec; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #ececec;
    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 #ececec; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #ececec #ececec #ececec transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #464646; }
  .widget-tabs li.active {
    border: 1px solid #ae8875; }
    .widget-tabs li.active a {
      color: #ae8875; }

.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: #ae8875;
    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 13px 11px;
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    background: transparent;
    line-height: 48px;
    position: relative; }
    .nav-tabs .nav-link:after {
      content: "";
      position: absolute;
      height: 2px;
      top: 40px;
      background: #464646;
      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: #464646;
      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%; }
  .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0; }
  .nav-tabs .nav-item:first-child .nav-link {
    padding-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;
    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;
      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: 1rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #ae8875; }
  .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;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    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 #ececec; }
  .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 #ececec;
  -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 #ae8875;
    -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; }
.widget-category_image ul {
  margin-bottom: 30px; }
.widget-category_image .cate_content {
  position: relative;
  display: block; }
.widget-category_image .cat-name-wr {
  margin: auto;
  position: absolute;
  top: 50%;
  background: #fff;
  text-align: center;
  display: block;
  padding: 5px 30px;
  right: 50%;
  -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; }
  .widget-category_image .cat-name-wr:hover {
    background: #ae8875; }
    .widget-category_image .cat-name-wr:hover .cat_name, .widget-category_image .cat-name-wr:hover .leo-qty {
      color: #fff; }
.widget-category_image .cat_name {
  font-size: 30px;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  position: relative;
  overflow: hidden; }
  .widget-category_image .cat_name:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ae8875;
    opacity: .4;
    -webkit-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
    -o-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
    transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
    -webkit-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1); }
  @media (max-width: 991px) {
    .widget-category_image .cat_name {
      font-size: 20px;
      line-height: 26px; } }
.widget-category_image .leo-qty {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  padding-top: 10px;
  display: block;
  text-transform: capitalize; }
  .widget-category_image .leo-qty span {
    margin-left: 5px; }
    .rtl .widget-category_image .leo-qty span {
      margin-right: 5px;
      margin-left: inherit; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0; }
  .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: 20px;
    line-height: 26px;
    color: #464646;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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: #ae8875;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase; }
  .latest-blogs .blog-container {
    position: relative; }
  .latest-blogs .blog-meta {
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding: 26px 30px;
    color: #999999;
    background: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px; }
    @media (max-width: 767px) {
      .latest-blogs .blog-meta {
        padding: 20px;
        right: 20px;
        left: 20px; } }
    .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; }

/* 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;
  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;
  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;
  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;
  background: #000; }
  .instagram-block a img {
    max-width: 100%;
    transition: all .4s; }
  .instagram-block a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 40px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(50%, -50%);
    margin: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all .4s; }
  .instagram-block a:hover:before {
    opacity: 1;
    visibility: visible; }
  .instagram-block a:hover img {
    opacity: 0.75;
    transform: scale(1.05); }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

.ap-wishlist {
  font-size: 20px;
  position: relative; }
  .ap-wishlist .ap-total {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    font-family: "FuturaStdMedium";
    background: #ae8875;
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: -10px; }

.list_inline li {
  display: inline-block;
  margin-bottom: 5px; }
  .list_inline li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 10px 18px; }

@media (min-width: 992px) {
  .latest-blogs .blog-image-container {
    background: #222; }

  .latest-blogs .blog-image-container .blog_img_link img {
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

  .latest-blogs .blog-image-container:hover .blog_img_link img {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80); } }
.header-container .ApColumn .block {
  margin-bottom: 0; }

.large_container {
  max-width: 1710px;
  width: 100%;
  margin: auto; }

.right-box .title_block {
  font-size: 68px;
  line-height: 75px; }
.right-box .sub-title-widget {
  font-size: 20px;
  line-height: 30px;
  color: #7c7a7a; }
.right-box a {
  font-family: "FuturaStdMedium";
  font-size: 14px;
  line-height: 24px;
  border: 1px solid;
  color: #2d2d2d;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block; }
  .right-box a i {
    padding-left: 15px;
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle; }
@media (min-width: 992px) and (max-width: 1199px) {
  .right-box h3 {
    font-size: 28px;
    line-height: 35px; }
  .right-box .title_block {
    font-size: 40px;
    line-height: 45px; } }

@media (max-width: 991px) {
  .right-box h3 {
    font-size: 24px;
    line-height: 30px; }
  .right-box .title_block {
    font-size: 24px;
    line-height: 30px; }
  .right-box .sub-title-widget {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .right-box {
    text-align: center;
    padding: 0 15px; } }

.widget-category_image a {
  display: block;
  position: relative;
  overflow: hidden; }
  .widget-category_image a:hover img {
    transform: scale(1.05);
    opacity: 0.5; }
  .widget-category_image a:hover .cat_name:before {
    -webkit-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    -moz-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    -ms-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    -o-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0); }
.widget-category_image img {
  backface-visibility: visible;
  transform: scale(1);
  transition: all 0.4s ease; }
.widget-category_image .cover-img {
  background: #000; }

.cat_style_one {
  clear: both; }
  .cat_style_one .cat_text {
    position: absolute;
    bottom: 50px;
    left: 45px; }

.cat_style_two .cat_text {
  position: absolute;
  bottom: 40px;
  left: 45px; }
  @media (max-width: 991px) {
    .cat_style_two .cat_text {
      left: 10px;
      right: 10px;
      text-align: center;
      margin: auto; } }

@media (min-width: 600px) {
  .inline_cat ul {
    float: left;
    width: 50%; }
    .inline_cat ul:first-child {
      padding-right: 5px; }
    .inline_cat ul:nth-child(2) {
      padding-left: 5px; }
  .inline_cat.widget-category_image ul {
    margin-bottom: 10px; } }

.inline_bottom li {
  display: inline-block; }
  .inline_bottom li a {
    color: #2d2d2d;
    font-size: 15px;
    font-family: "FuturaStdMedium";
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .inline_bottom li a {
        font-size: 14px; } }
.inline_bottom li + li a {
  padding: 0 15px; }
.inline_bottom li:last-child a {
  padding-right: 0; }

@media (min-width: 992px) {
  .support-item {
    flex: 1; } }
@media (max-width: 991px) and (min-width: 768px) {
  .support-item {
    width: 50%;
    float: left; }
    .rtl .support-item {
      float: right; }
    .support-item h3 {
      font-size: 20px;
      margin-top: 15px;
      margin-bottom: 15px; }

  .support {
    display: block !important; } }
@media (min-width: 768px) {
  .box-group, .support {
    display: flex;
    align-items: center; } }
.support-item {
  text-align: center; }
  .support-item > * {
    display: block; }
  .support-item i {
    font-size: 48px;
    color: #ae8875; }
  .support-item h3 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 400;
    font-family: "FuturaStdMedium";
    color: #2d2d2d;
    margin-top: 35px;
    margin-bottom: 32px; }
  .support-item p {
    font-size: 18px;
    line-height: 25px;
    color: #7c7a7a; }
  @media (max-width: 767px) {
    .support-item h3 {
      font-size: 18px;
      margin-bottom: 18px;
      margin-top: 18px; }
    .support-item p {
      font-size: 16px;
      line-height: 20px; } }

.support {
  max-width: 1290px;
  margin: 90px auto; }

.dropdown-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=styles.css.map */
