/***************************************************
  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; }
.ApColumn .title_block {
  font-size: 20px;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px; }
.ApColumn .sub-title-widget {
  font-family: "Poppins", sans-serif;
  display: table;
  line-height: 23px; }
  .ApColumn .sub-title-widget span {
    padding-right: 15px; }
    .rtl .ApColumn .sub-title-widget span {
      padding-left: 15px;
      padding-right: inherit; }

.page-home .ApColumn .title_block {
  padding: 19px 15px 17px;
  margin-bottom: 0;
  border-bottom: 2px solid #f6f6f6; }
  @media (max-width: 480px) {
    .page-home .ApColumn .title_block {
      margin-bottom: 30px; } }
  .page-home .ApColumn .title_block:before {
    position: absolute;
    bottom: 12px;
    content: "";
    width: 16px;
    height: 2px;
    background-color: #bf9a61;
    left: 15px; }
    .rtl .page-home .ApColumn .title_block:before {
      right: 15px;
      left: auto; }

.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;
  width: 20px;
  height: 20px; }
@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: 20px;
    vertical-align: -2px;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .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);
    margin: 20px 0; }
    .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: 13px; }
  .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: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      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: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* 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 #f6f6f6; }
  .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: #f6f6f6;
        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 #f6f6f6 #f6f6f6 #f6f6f6; }

.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 #f6f6f6; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #f6f6f6;
    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 #f6f6f6 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #f6f6f6 transparent #f6f6f6 #f6f6f6;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #f6f6f6; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #f6f6f6;
    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 #f6f6f6; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #f6f6f6 #f6f6f6 #f6f6f6 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #000000; }
  .widget-tabs li.active {
    border: 1px solid #bf9a61; }
    .widget-tabs li.active a {
      color: #bf9a61; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: #bf9a61;
    font-size: 19px;
    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: 20px; }
  .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; }

.tabs-top .nav-tabs {
  background: #FFFFFF;
  min-height: 60px;
  padding: 0;
  border-bottom: 1px solid #f6f6f6; }
  .tabs-top .nav-tabs li {
    width: 25%;
    height: 60px;
    border-right: 1px solid #f6f6f6; }
    .rtl .tabs-top .nav-tabs li {
      border-left: 1px solid #f6f6f6;
      border-right: inherit; }
    @media (max-width: 991px) {
      .tabs-top .nav-tabs li {
        width: 50%;
        border-bottom: 1px solid #f6f6f6; } }
    @media (max-width: 480px) {
      .tabs-top .nav-tabs li {
        width: 100%; } }
    .tabs-top .nav-tabs li > a {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      color: #666666;
      padding: 0;
      line-height: 60px;
      border: none;
      text-transform: none;
      text-align: center;
      border-radius: 0; }
      .tabs-top .nav-tabs li > a:focus, .tabs-top .nav-tabs li > a:hover {
        color: #FFFFFF;
        background: #bf9a61; }
      .tabs-top .nav-tabs li > a.active {
        color: #FFFFFF;
        background-color: #143659;
        cursor: default; }
        .tabs-top .nav-tabs li > a.active:focus, .tabs-top .nav-tabs li > a.active:hover {
          color: #FFFFFF;
          background-color: #143659; }
    .tabs-top .nav-tabs li + .nav-item {
      margin: 0; }
@media (max-width: 991px) {
  .tabs-top .owl-theme .owl-buttons {
    position: initial;
    top: inherit;
    right: inherit; }
    .tabs-top .owl-theme .owl-buttons div {
      position: absolute;
      bottom: 60%;
      top: auto;
      -webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      transform: translate(0, 50%); }
      .tabs-top .owl-theme .owl-buttons div.owl-prev {
        left: -10px; }
      .tabs-top .owl-theme .owl-buttons div.owl-next {
        right: -10px; } }

/**
* 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: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-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;
    -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: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #bf9a61; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      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: 60px;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    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: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      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; }

.box-video .video {
  display: none; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #f6f6f6; }
  .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;
    -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;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #f6f6f6;
  -webkit-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 #bf9a61;
    -webkit-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
*/
/*instagram-block*/
.instagram-block .sub-title-widget:after {
  border-color: #e1e1e1; }
.instagram-block img {
  width: 100% !important;
  height: auto !important; }
.instagram-block a {
  position: relative;
  margin-bottom: 10px;
  display: inline-block; }
  .instagram-block a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 140, 155, 0.5);
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:after {
    content: "\f16d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    color: #FFFFFF;
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
    line-height: normal;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
.instagram-block .link-instagram {
  display: none; }
.instagram-block .block_content .owl-row {
  margin: 0 -5px; }
.instagram-block .block_content .owl-item {
  padding: 0 5px; }

/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  text-align: center;
  border-top: 2px solid #f6f6f6;
  margin-bottom: 0; }
  .ApColumn .manufacturers_block img {
    display: inline-block;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .ApColumn .manufacturers_block img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  @media (max-width: 991px) {
    .ApColumn .manufacturers_block .owl-theme .owl-buttons {
      position: initial;
      top: inherit;
      right: inherit; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div {
        position: absolute;
        bottom: 50%;
        top: auto;
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        transform: translate(0, 50%); }
        .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
          left: -10px; }
        .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
          right: -10px; } }

/*
  Widget Category Image
*/
.widget-category_image {
  text-align: center;
  margin-top: 30px; }
  .widget-category_image ul {
    padding: 0; }
  .widget-category_image .cover-img {
    display: inline-block;
    overflow: hidden; }
    .widget-category_image .cover-img img {
      -webkit-transition: opacity 0.2s, transform 0.2s;
      -o-transition: opacity 0.2s, transform 0.2s;
      transition: opacity 0.2s, transform 0.2s; }
    .widget-category_image .cover-img:hover img {
      -webkit-transform: scale3d(1.2, 1.2, 1);
      -moz-transform: scale3d(1.2, 1.2, 1);
      -ms-transform: scale3d(1.2, 1.2, 1);
      -o-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1);
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .widget-category_image .cat_name {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .widget-category_image .cat_name:hover {
      color: #bf9a61; }
    .widget-category_image .cat_name span {
      background: #FFFFFF;
      position: relative; }
      @media (min-width: 768px) {
        .widget-category_image .cat_name span {
          padding: 0 25px; } }

/* Widget Lastest blogs */
.latest-blogs.block {
  margin-bottom: 0; }
.latest-blogs .blog-image-container {
  position: relative; }
  .latest-blogs .blog-image-container .blog_img_link {
    width: 100%;
    overflow: hidden;
    display: block; }
    .latest-blogs .blog-image-container .blog_img_link img {
      width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-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 .blog_img_link:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-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-container .blog-title {
  position: relative;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 700; }
  .latest-blogs .blog-container .blog-title a {
    color: #000000;
    line-height: 23px; }
    .latest-blogs .blog-container .blog-title a:hover {
      color: #bf9a61; }
.latest-blogs .blog-container .blog-meta {
  font-size: 13px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  color: #999999; }
  .latest-blogs .blog-container .blog-meta:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #e5e5e5;
    width: 30px;
    height: 1px; }
    .rtl .latest-blogs .blog-container .blog-meta:before {
      right: 0;
      left: auto; }
  .latest-blogs .blog-container .blog-meta > span {
    margin-right: 8px;
    padding-right: 8px;
    color: #000000;
    position: relative; }
    .rtl .latest-blogs .blog-container .blog-meta > span {
      margin-left: 8px;
      margin-right: inherit; }
    .rtl .latest-blogs .blog-container .blog-meta > span {
      padding-left: 8px;
      padding-right: inherit; }
    .latest-blogs .blog-container .blog-meta > span:after {
      position: absolute;
      content: "/";
      top: 0;
      right: 0; }
    .latest-blogs .blog-container .blog-meta > span:last-child:after {
      display: none; }
    .latest-blogs .blog-container .blog-meta > span.blog-created {
      color: #999999; }
    .latest-blogs .blog-container .blog-meta > span > span {
      color: #999999; }
.latest-blogs .blog-container .created {
  text-transform: uppercase;
  margin-right: 5px; }
  .rtl .latest-blogs .blog-container .created {
    margin-left: 5px;
    margin-right: inherit; }
  .latest-blogs .blog-container .created .fa {
    color: #bf9a61;
    margin-right: 5px; }
    .rtl .latest-blogs .blog-container .created .fa {
      margin-left: 5px;
      margin-right: inherit; }
  .latest-blogs .blog-container .created .read-blog {
    float: right;
    color: #bf9a61; }
    .rtl .latest-blogs .blog-container .created .read-blog {
      float: left; }
    .latest-blogs .blog-container .created .read-blog:hover {
      color: #000000; }
.latest-blogs .blog-container .box-blog {
  font-size: 11px; }
  .latest-blogs .blog-container .box-blog .author, .latest-blogs .blog-container .box-blog .nbcomment {
    text-transform: uppercase;
    padding-right: 20px;
    color: #666666; }
    .rtl .latest-blogs .blog-container .box-blog .author, .rtl .latest-blogs .blog-container .box-blog .nbcomment {
      padding-left: 20px;
      padding-right: inherit; }
    .latest-blogs .blog-container .box-blog .author .material-icons, .latest-blogs .blog-container .box-blog .nbcomment .material-icons {
      font-size: 12px;
      padding-right: 5px; }
      .rtl .latest-blogs .blog-container .box-blog .author .material-icons, .rtl .latest-blogs .blog-container .box-blog .nbcomment .material-icons {
        padding-left: 5px;
        padding-right: inherit; }
  .latest-blogs .blog-container .box-blog .hits {
    padding-left: 10px; }
    .rtl .latest-blogs .blog-container .box-blog .hits {
      padding-right: 10px;
      padding-left: inherit; }
  .latest-blogs .blog-container .box-blog .blog-desc {
    line-height: 22px;
    font-size: 13px;
    color: #666666;
    height: 70px;
    overflow: hidden; }

/* Multi Image Product List */
.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; }

.thumbs_list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  .thumbs_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
  .thumbs_list li {
    width: 100px;
    height: auto; }
    .thumbs_list li img {
      opacity: 0.5;
      filter: alpha(opacity=50);
      -webkit-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .thumbs_list li img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s; }

/** Contact Info **/
#contact-link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 24px;
  padding: 10px 0 10px 35px;
  margin-left: 0px;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/icon-call.png);
  background-repeat: no-repeat;
  background-position: left center; }
  .rtl #contact-link {
    padding: 10px 35px 10px 0; }
  .rtl #contact-link {
    margin-right: 25px;
    margin-left: inherit; }
  #contact-link span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #bf9a61; }

.rtl #contact-link {
  background-position: right center; }

/** TOP BAR **/
.gr-bottomnav {
  padding: 15px 0; }
  @media (min-width: 576px) {
    .gr-bottomnav {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -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; } }

.header-box {
  background: #473941; }
  @media (min-width: 992px) {
    .header-box .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -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; } }

.gr-megamenu {
  position: relative;
  display: inline-block;
  width: 100%; }
  @media (max-width: 991px) {
    .gr-megamenu {
      padding: 10px 0; } }
  .gr-megamenu:before, .gr-megamenu:after {
    content: "";
    border-bottom: 1px dashed #e1e1e1;
    width: 100%;
    overflow: hidden;
    position: absolute;
    display: block !important;
    top: 0; }
  .gr-megamenu:after {
    top: inherit;
    bottom: 0;
    border-bottom: 1px solid #e1e1e1; }

.box-header .block.ApRawHtml {
  margin-bottom: 0; }

/** HTML **/
.box-services {
  width: 33.333%;
  float: left;
  color: #b8b8b8; }
  .rtl .box-services {
    float: right; }
  .box-services h4 {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    color: #7d7d7d;
    font-weight: 400;
    margin: 0; }
    @media (max-width: 1199px) {
      .box-services h4 {
        font-size: 15px; } }
  .box-services span {
    background-image: url(../../../../img/icon.png);
    width: 40px;
    height: 44px;
    margin-right: 10px;
    display: inline-block; }
    .rtl .box-services span {
      margin-left: 10px;
      margin-right: inherit; }
    .box-services span.icon-shipping {
      background-position: -10px -5px; }
    .box-services span.icon-service {
      background-position: -10px -70px; }
    .box-services span.icon-customer {
      background-position: -10px 45px; }
  .box-services:hover h4 {
    color: #bf9a61; }

/** ApProductTag **/
.ApProductTag .block_content a {
  position: relative;
  padding-right: 10px;
  margin: 0 10px 5px 0;
  float: left; }
  .rtl .ApProductTag .block_content a {
    padding-left: 10px;
    padding-right: inherit; }
  .rtl .ApProductTag .block_content a {
    margin: 0 0 5px 10px; }
  .rtl .ApProductTag .block_content a {
    float: right; }
  .ApProductTag .block_content a:before {
    position: absolute;
    content: "";
    top: 3px;
    width: 1px;
    height: 10px;
    background-color: #999;
    right: 0; }
    .rtl .ApProductTag .block_content a:before {
      left: 0;
      right: auto; }

/** gr-about **/
.gr-about ul li i {
  width: 25px;
  font-size: 17px; }
.gr-about ul li p {
  padding-left: 25px; }
  .rtl .gr-about ul li p {
    padding-right: 25px;
    padding-left: inherit; }

/** box-slide **/
.box-slide {
  margin-top: 30px; }
  @media (max-width: 480px) {
    .box-slide {
      margin-bottom: 30px; } }

/** space-top-30 **/
@media (min-width: 481px) {
  .space-top-30 {
    margin-top: 30px !important; } }

/** leo-more-cdown **/
.leo-more-cdown .day {
  color: #bf9a61; }
.leo-more-cdown ul {
  margin: 0; }
  .leo-more-cdown ul li {
    display: inline-block;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 0;
    min-width: 40px;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-right: 5px; }
    .rtl .leo-more-cdown ul li {
      margin-left: 5px;
      margin-right: inherit; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .leo-more-cdown ul li {
        min-width: 38px;
        margin-right: 3px; }
        .rtl .leo-more-cdown ul li {
          margin-left: 3px;
          margin-right: inherit; } }
    .leo-more-cdown ul li:before {
      z-index: -1;
      position: absolute;
      content: "";
      top: 20px;
      width: 100%;
      height: 2px;
      background-color: #ebebeb;
      left: 0; }
      .rtl .leo-more-cdown ul li:before {
        right: 0;
        left: auto; }
    .leo-more-cdown ul li b {
      display: block;
      padding: 12px 0;
      font-size: 14px;
      color: #010101; }
    .leo-more-cdown ul li span {
      border: 2px solid #ebebeb;
      background-color: #FFF;
      display: inline-block;
      width: 100%;
      padding: 3px 0;
      font-size: 11px;
      color: #bbbbbb; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .leo-more-cdown ul li span {
          font-size: 10px; } }

/** panel-default background **/
.panel-default {
  background: #FFFFFF;
  margin-bottom: 30px;
  -moz-box-shadow: 0 0 2px 1px #edeeee;
  -webkit-box-shadow: 0 0 2px 1px #edeeee;
  -o-box-shadow: 0 0 2px 1px #edeeee;
  -ms-box-shadow: 0 0 2px 1px #edeeee;
  box-shadow: 0 0 2px 1px #edeeee; }
  .panel-default .block_content {
    padding: 15px; }
  .panel-default.panel-default1 .products_block .block_content {
    padding: 15px 15px 15px 0; }
    .rtl .panel-default.panel-default1 .products_block .block_content {
      padding: 15px 0 15px 15px; }
    @media (max-width: 1199px) {
      .panel-default.panel-default1 .products_block .block_content {
        padding: 20px 20px 20px 20px; }
        .rtl .panel-default.panel-default1 .products_block .block_content {
          padding: 20px 20px 20px 20px; } }
  .panel-default.panel-default2 .tabs-top > div {
    padding: 0; }
  .panel-default .ApColumn .block {
    margin-bottom: 0; }
    .panel-default .ApColumn .block.ApImage {
      margin: 15px 0 15px 15px; }
      .rtl .panel-default .ApColumn .block.ApImage {
        margin: 15px 15px 15px 0; }
  .panel-default.panel-default3 .ApColumn .block {
    margin-bottom: 0; }
    .panel-default.panel-default3 .ApColumn .block.ApImage {
      margin: 0;
      padding: 30px 15px; }
  @media (max-width: 1199px) {
    .panel-default.panel-default4 .row {
      margin: 0; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .panel-default.panel-default4 .right-column {
      padding: 0 30px; } }

/** categorieslink **/
.categorieslink .widget-category_image {
  position: relative;
  margin: 0; }
  .categorieslink .widget-category_image .block_content {
    padding: 0;
    position: absolute;
    z-index: 222;
    top: -60px;
    right: 15px; }
    .rtl .categorieslink .widget-category_image .block_content {
      left: 15px;
      right: auto; }
  .categorieslink .widget-category_image ul {
    float: right;
    margin-bottom: 0; }
    .rtl .categorieslink .widget-category_image ul {
      float: left; }
    .categorieslink .widget-category_image ul li {
      float: left; }
      .rtl .categorieslink .widget-category_image ul li {
        float: right; }
      .categorieslink .widget-category_image ul li a {
        position: relative;
        line-height: 60px;
        padding: 0 6px;
        font-size: 12px; }
        .categorieslink .widget-category_image ul li a:before {
          position: absolute;
          content: "";
          top: 20%;
          width: 1px;
          height: 10px;
          background-color: #e6e6e6;
          right: 0; }
        .categorieslink .widget-category_image ul li a.view_all:before {
          display: none; }

/** product **/
.products_block .owl-carousel .owl-item {
  min-height: 388px;
  border-left: 1px solid #f6f6f6; }
  .rtl .products_block .owl-carousel .owl-item {
    border-right: 1px solid #f6f6f6;
    border-left: inherit; }
  .products_block .owl-carousel .owl-item.first {
    border: none; }

/** border **/
.border-right {
  border-right: 1px solid #f6f6f6; }
  .rtl .border-right {
    border-left: 1px solid #f6f6f6;
    border-right: inherit; }

/** box-service **/
.box-service {
  font-size: 12px;
  color: #bbb;
  text-align: center; }
  @media (min-width: 992px) {
    .box-service {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .box-service .ApColumn {
    border-right: 1px solid #f6f6f6; }
    .rtl .box-service .ApColumn {
      border-left: 1px solid #f6f6f6;
      border-right: inherit; }
    .box-service .ApColumn:last-child {
      border-right: none; }
      .rtl .box-service .ApColumn:last-child {
        border-left: none;
        border-right: inherit; }
    .box-service .ApColumn:hover .fbox-icon img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    .box-service .ApColumn:hover h4 {
      color: #bf9a61; }
    @media (max-width: 991px) {
      .box-service .ApColumn:nth-child(3n+1) {
        clear: both; } }
  .box-service h4 {
    font-size: 16px;
    font-weight: 300; }
  .box-service .fbox-icon {
    margin-bottom: 20px;
    display: inline-block; }
    .box-service .fbox-icon img {
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }

/* Nav bar */
.nav-bar {
  background: #473941;
  width: 50px;
  position: fixed;
  top: 209px;
  z-index: 99;
  text-align: center;
  right: 0;
  float: left; }
  .rtl .nav-bar {
    left: 0;
    right: auto; }
  .rtl .nav-bar {
    float: right; }
  .nav-bar img {
    display: inline-block; }
  .nav-bar > li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav-bar > li:hover {
      background-color: #e32a49;
      cursor: pointer; }
    .nav-bar > li.active {
      background-color: #e32a49; }

/*** Style scrollbar ***/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #505f74; }

::-webkit-scrollbar-thumb {
  background-color: #75c435;
  border-radius: 0;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent); }

.tabs-top .nav-tabs li > a.active {
    background-color: #856855;
}
.tabs-top .nav-tabs li > a.active:focus, .tabs-top .nav-tabs li > a.active:hover {
    background-color: #856855;
}


/*# sourceMappingURL=styles.css.map */
