/***************************************************
  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: 0; }
.ApColumn .title_block {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 10px 22px;
  position: relative; }
  .rtl .ApColumn .title_block {
    padding: 0 22px 10px 0; }
  .ApColumn .title_block:before, .ApColumn .title_block:after {
    position: absolute;
    top: 2px;
    background-color: #ed8c53;
    content: "";
    width: 3px;
    height: 14px;
    line-height: 21px;
    -webkit-transform: skew(-30deg, 0);
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skew(-30deg, 0);
    -o-transform: skew(-30deg, 0);
    transform: skew(-30deg, 0);
    display: inline-block; }
  .ApColumn .title_block:before {
    left: 0; }
    .rtl .ApColumn .title_block:before {
      right: 0;
      left: auto; }
  .ApColumn .title_block:after {
    left: 5px; }
    .rtl .ApColumn .title_block:after {
      right: 5px;
      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;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @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: #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: 1.5625rem;
      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: 1.5625rem;
      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 #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: #272727; }
  .widget-tabs li.active {
    border: 1px solid #80b435; }
    .widget-tabs li.active a {
      color: #80b435; }

.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: #80b435;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

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

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

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

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

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

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

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

.gmap-cover {
  width: 100%; }

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

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #80b435; }
  .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 #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 #80b435;
    -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 {
  padding: 1.25rem;
  margin: 0.625rem; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
  */
.widget-category_image .cover-img {
  float: left;
  padding-right: 1.25rem; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 1.25rem;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs .block_content {
  padding: 20px; }
.latest-blogs .right-block {
  text-align: left; }
  .rtl .latest-blogs .right-block {
    text-align: right; }
.latest-blogs .blog-image-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.9375rem; }
.latest-blogs .blog-title {
  font-size: 0.875rem;
  line-height: 23px;
  margin-top: 10px; }
.latest-blogs .blog-desc {
  padding-top: 0.9375rem;
  text-align: justify;
  line-height: 25px; }
.latest-blogs .blog-meta > span {
  margin-right: 10px; }
  .rtl .latest-blogs .blog-meta > span {
    margin-left: 10px;
    margin-right: inherit; }
.latest-blogs .blog-meta i {
  margin-right: 5px; }
  .rtl .latest-blogs .blog-meta i {
    margin-left: 5px;
    margin-right: inherit; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  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; }
  .rtl .leo-more-info {
    padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      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;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 0.9375rem;
    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; }

/* Instagram Block */
@media screen and (min-width: 0\0) {
  .instagram-block a img {
    width: 100%;
    height: 100%; } }
.instagram-block .block_content {
  margin-top: 10px;
  padding: 20px 20px 45px;
  background: #FFFFFF; }
.instagram-block .owl-item {
  padding-left: 5px;
  padding-right: 5px; }
.instagram-block .block-carousel-image-container {
  text-align: center; }
.instagram-block #instafeed {
  margin: 0 -5px;
  margin-right: auto; }
  .rtl .instagram-block #instafeed {
    margin-left: auto;
    margin-right: inherit; }
  .instagram-block #instafeed a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px; }
    .instagram-block #instafeed a:before {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: transform 0.8s;
      -moz-transition: transform 0.8s;
      -ms-transition: transform 0.8s;
      -o-transition: transform 0.8s;
      transition: transform 0.8s;
      -webkit-transition: -webkit-transform 0.8s;
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
      -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
      -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
      -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
      .rtl .instagram-block #instafeed a:before {
        right: 0;
        left: auto; }
    .instagram-block #instafeed a:hover:before {
      -webkit-transition: -webkit-transform 0.8s;
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
    .instagram-block #instafeed a img {
      max-height: 100%;
      max-width: 100%; }
  .instagram-block #instafeed .link-instagram {
    margin-top: 10px;
    margin-bottom: 0; }
    .instagram-block #instafeed .link-instagram a {
      font-size: 16px; }

.ApSlideShow {
  margin-bottom: 30px; }

.ApImage {
  text-align: center; }

.white-bg .block_content {
  background: #FFFFFF; }

@media (max-width: 991px) {
  .img-html {
    text-align: center; }
    .img-html .block_content {
      width: 100%; } }
@media (min-width: 481px) {
  .img-html {
    display: box;
    display: -webkit-box;
    display: -moz-box; }
    .img-html .banner-left {
      width: 44.5%; }
    .img-html .banner-right {
      width: 55.5%; } }
@media (max-width: 480px) {
  .img-html {
    display: inline-block; }
    .img-html a {
      width: 100%; } }
.img-html img {
  margin: auto;
  width: 100%; }
  @media (max-width: 480px) {
    .img-html img {
      margin: 0 auto 30px; } }

@media (min-width: 992px) {
  .nopadding_left {
    padding: 0 15px 0 0; }
    .rtl .nopadding_left {
      padding: 0 0 0 15px; }

  .nopadding_right {
    padding: 0 0 0 15px; }
    .rtl .nopadding_right {
      padding: 0 15px 0 0; } }
.widget-twitter .block_content {
  padding: 20px;
  background: #FFFFFF;
  text-align: center;
  height: 335px !important;
  overflow-y: scroll; }

#index .block-categories {
  display: block !important; }
  #index .block-categories .title_block {
    background: #80b435;
    padding: 16px 20px 15px !important;
    margin: 0; }
    #index .block-categories .title_block:before, #index .block-categories .title_block:after {
      display: none; }
    #index .block-categories .title_block a {
      color: #FFFFFF; }
  #index .block-categories .block_content {
    background: #a9bf55; }
  #index .block-categories .category-sub-menu li[data-depth="0"] {
    -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; }
    #index .block-categories .category-sub-menu li[data-depth="0"]:hover {
      background: rgba(255, 255, 255, 0.3); }
    #index .block-categories .category-sub-menu li[data-depth="0"]:not(:last-child) {
      border-color: #c2d287; }
  #index .block-categories .category-sub-menu li > a {
    color: #FFFFFF; }
  #index .block-categories .collapse-icons .add, #index .block-categories .collapse-icons .remove {
    color: #FFFFFF; }
  #index .block-categories .arrows .arrow-down, #index .block-categories .arrows .arrow-right {
    color: #FFFFFF; }

@media (min-width: 768px) {
  .box_services {
    margin: 0 !important; }
    .box_services .ApColumn {
      padding: 0 !important; }
    .box_services .box-center {
      border-left: 1px #f8f8f8 solid;
      border-right: 1px #f8f8f8 solid; } }
@media (max-width: 991px) {
  .box_services {
    text-align: center; } }
.box_services .block {
  background: #FFFFFF;
  padding-top: 36px;
  padding-bottom: 36px; }
.box_services .icon-box {
  color: #80b435;
  font-size: 47px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (min-width: 992px) {
    .box_services .icon-box {
      float: left;
      margin: 0 35px; }
      .rtl .box_services .icon-box {
        float: right; } }
  @media (max-width: 991px) {
    .box_services .icon-box {
      margin: auto; } }
@media (min-width: 992px) {
  .box_services .media-body {
    text-align: left; }
    .rtl .box_services .media-body {
      text-align: right; } }
.box_services .media-body p {
  margin: 0; }
.box_services h4 {
  margin-bottom: 10px;
  margin-top: 0; }
  .box_services h4 a {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700; }

.testimonial .block_content {
  background: #80b435;
  padding: 30px 20px;
  color: #FFFFFF;
  line-height: 23px;
  position: relative; }
  .testimonial .block_content:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 50px;
    position: absolute;
    top: 12px;
    left: 20px;
    opacity: 0.1;
    filter: alpha(opacity=10);
    line-height: 50px; }
    .rtl .testimonial .block_content:before {
      right: 20px;
      left: auto; }
.testimonial .descript {
  margin-bottom: 20px; }
.testimonial .title span {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block; }

.season-sale .block_content {
  position: relative;
  color: #FFFFFF; }
  @media (min-width: 576px) {
    .season-sale .block_content {
      padding: 17px 50px 16px 0; }
      .rtl .season-sale .block_content {
        padding: 17px 0 16px 50px; } }
  .season-sale .block_content:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    background: #80b435;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .season-sale .block_content:before {
      margin-right: -1000px;
      margin-left: inherit; }

  .season-sale .owl-carousel {
    padding-right: 50px; }
    .rtl .season-sale .owl-carousel {
      padding-left: 50px;
      padding-right: inherit; } 
.season-sale .owl-buttons {
  top: -4px;
  right: -45px; }
  .rtl .season-sale .owl-buttons {
    left: -45px;
    right: auto; }
  .season-sale .owl-buttons div {
    background: transparent; }
    .season-sale .owl-buttons div:before {
      color: #FFFFFF; }
.season-sale .carousel .direction {
  top: 11px;
  z-index: 9; }
.season-sale .carousel-control.left {
  right: 20px; }
.season-sale .carousel-control .icon-prev, .season-sale .carousel-control .icon-next {
  background: #80b435; }
  .season-sale .carousel-control .icon-prev:before, .season-sale .carousel-control .icon-next:before {
    color: #FFFFFF; }
@media (max-width: 575px) {
  .season-sale .block_content {
    padding: 20px 0 16px; }
  .season-sale .owl-buttons {
    right: 0; }
  .rtl .season-sale .owl-buttons {
    left: 0;
    right: auto; }
  }

@media (max-width: 991px) {
  .menu-top {
    margin-bottom: 30px; } }

body, .font-2 {
  font-family: 'Montserrat', sans-serif;
}

.font-2 {
  font-weight: 500;
  text-transform: uppercase;
}

.searchbar-autocomplete {
  max-height: 400px;
  overflow: hidden auto;
}

.ApSlideShow .slide_config,
.LeoSlideshow .slide_config {
  display: none;
}

.footer-container .ApBlockLink  li {
  position: relative;
  padding-left: 10px;
}

.footer-container .ApBlockLink  li a::before {
      display: block;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    top: 0;
    color: #666666;
    left: 0;
}
.menu-top {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .menu-top {
    gap: 0 20px;
  }
}
.owl-theme .owl-buttons {
  width: 50px;
}
.owl-theme .owl-buttons div:before {
  font-size: 10px;
}

.owl-theme .owl-buttons div.owl-prev:before {
  content: "\f060";
}
.owl-theme .owl-buttons div.owl-next:before {
  content: "\f061";
}





@media (max-width: 767px) {
  .footer-container .ApColumn .block-toggler ul {
    margin-bottom: 30px;
  }
}

.breadcrumb .category-cover {
  position: relative;
  height: 250px;
}

.breadcrumb .category-cover img {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#category #js-product-list-header {
  display: none;
}
.subcategory-block {
  position: relative;
  overflow: hidden;
}

.subcategory-block::before {
  content: "";
  bottom: -25px;
  left: 15px;
  right: 15px;
  /* width: 100%; */
  display: block;
  padding: 45px 20px;
  position: absolute;
  background: rgba(38, 38, 38, 0);
  background: -moz-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38, 38, 38, 0)), color-stop(100%, rgba(0, 0, 0, 0.92)));
  background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  background: -o-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  background: -ms-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#000000', GradientType=0 );
}

.subcategory-block .subcategory-meta {
  position: absolute;
  bottom: 0px;
  /* width: 100%; */
  left: 15px;
  right: 15px;
  padding: 15px 20px;
  text-align: center;
  color: white;
  margin-bottom: 0px;
  font-weight: 700;
}

.subcategory-block .subcategory-meta h5 {
  margin-bottom: 0;
}

.subcategory-block .subcategory-name {
  color: #fff;
}
.subcategory-block .subcategory-name:hover {
  text-decoration: underline;
}

#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
  top: -1px;
}

#search_filters > .h6 {
  background: none;
    border: none;
    color: #000000;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0 0 10px 22px;
    position: relative;
    margin: 0 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

#search_filters > .h6:before, #search_filters > .h6:after {
    position: absolute;
    top: 2px;
    background-color: #ed8c53;
    content: "";
    width: 3px;
    height: 14px;
    line-height: 21px;
    -webkit-transform: skew(-30deg, 0);
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skew(-30deg, 0);
    -o-transform: skew(-30deg, 0);
    transform: skew(-30deg, 0);
    display: inline-block;
}

#search_filters > .h6::before {
  left: 0;
}
#search_filters > .h6::after {
  left: 5px;
}

span.magnitude {
  position: absolute;
  right: 0;
}


@media (max-width: 767px) {
  .sidebar .block {
    margin-bottom: 20px;
  }
  #left-column .block .block_content {
  display: none;
}
#left-column .block .block_content.show {
  display: block;
}
}

.product-reference .label, .product-condition .label {
  font-weight: 600;
  color: #333;
}

.product-additional-info #product_payment_logos {
  display: none;
}

.print {
  padding-top: 20px;
    margin: 20px 0 15px;
    border-top: 1px solid #ebebeb;
}

.print a {
  width: 38px;
    height: 36px;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

.print a::before {
  content: "\f02f";
  font-family: "FontAwesome";
    font-size: 14px;
    line-height: 32px;
}

.print a:hover {
  background-color: #80b435;
  color: #fff;
}

.product-detail-top {
  padding-top: 30px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.product-tabs.tabs {
  background: transparent;
  margin-bottom: 36px;
}

.product-tabs.tabs .nav-tabs {
  background-color: #fff;
  padding: 0 6px;
  border-bottom: none;
}

.product_reviews_block_tab .open-review-form {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #80b435;
  color: #fff;
}

.product_reviews_block_tab .open-review-form:hover {
  background-color: #689626;
  color: #fff;
}

.product_reviews_block_tab .open-review-form i {
  display: none;
}

#product_reviews_block_tab .review_author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#product_reviews_block_tab .review_author > span {
  color: #333;
  font-weight: 600;
}

.review_author_infos {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.review_author_infos em {
  color: #adadad;
}