/***************************************************
  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 {
  text-transform: capitalize;
  margin: 0 0 30px;
  font-size: 24px;
  position: relative; }
  @media (max-width: 480px) {
    .ApColumn .title_block {
      font-size: 20px; } }

.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;
  position: relative; }
  .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: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0; }
  .rtl .block-toggler .navbar-toggler, .rtl .footer-container .links .navbar-toggler {
    left: 0;
    right: auto; }
  .block-toggler .navbar-toggler i, .footer-container .links .navbar-toggler i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
@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: 35px;
  position: relative;
  letter-spacing: 1px; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 35px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 15px;
    top: 10px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 15px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning:before {
    content: "\f071"; }
  .alert.alert-info:before {
    content: "\f05a"; }
  .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: 12px; }
  .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;
  width: 100%; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eee; }
  .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: #eee;
        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 #eee #eee #eee; }

.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 #eee; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eee;
    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 #eee #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eee transparent #eee #eee;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eee;
    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 #eee; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eee #eee #eee transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #111; }
  .widget-tabs li.active {
    border: 1px solid #72a62a; }
    .widget-tabs li.active a {
      color: #72a62a; }

.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: #72a62a;
    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 {
    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: 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;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: none;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #72a62a; }
  .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: 400; }
  .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; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eee; }
  .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 #eee;
  -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 #72a62a;
    -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
*/
/*
  Widget Manufacturers
*/
/*
  Widget Category Image
*/
/* 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: 5px 5px 10px 5px;
  -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;
  -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: 5px 5px 10px 5px; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    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: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.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 a {
  display: block;
  overflow: hidden;
  position: relative; }
  .instagram-block .owl-item a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .instagram-block .owl-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(203, 162, 72, 0.8);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1; }
  .instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%; }

.widget-category_image .cate_content {
  display: block;
  position: relative;
  overflow: hidden; }
  .widget-category_image .cate_content .cover-img {
    display: block; }
    .widget-category_image .cate_content .cover-img img {
      transition: all .3s;
      width: 100%; }
  .widget-category_image .cate_content:hover .cover-img img {
    transform: scale(1.1); }
  .widget-category_image .cate_content .name-wapper {
    width: 270px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -135px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    padding: 20px; }
    @media (max-width: 991px) {
      .widget-category_image .cate_content .name-wapper {
        background: rgba(255, 255, 255, 0.85); } }
    @media (max-width: 767px) {
      .widget-category_image .cate_content .name-wapper {
        left: 20px;
        right: 20px;
        margin-left: 0;
        padding: 10px;
        width: auto; } }
    .widget-category_image .cate_content .name-wapper .name {
      display: block;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 0 5px;
      width: 100%; }
    .widget-category_image .cate_content .name-wapper .num {
      font-size: 15px;
      color: #888; }

.ApInstagram .block_content {
  margin: 0 -15px; }

@media (max-width: 1199px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 9px;
    padding-left: 9px; }

  .container {
    padding-left: 9px;
    padding-right: 9px; }

  .owl-carousel .owl-item {
    padding: 0 9px; }

  .owl-row {
    margin-left: -9px;
    margin-right: -9px; }

  .row {
    margin-right: -9px;
    margin-left: -9px; }

  .ApInstagram .block_content {
    margin: 0 -9px; } }
/* end max 1199px */
@media (max-width: 991px) {
  .page-home .box-slider {
    margin-bottom: 20px; } }
#content-wrapper .sitemap h2 {
  margin: 0 0 20px; }
#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888; }
  #content-wrapper .sitemap li a:hover {
    color: #72a62a; }

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
  font-family: 'Montserrat'; }
  #pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px; }
  #pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    font-family: 'Montserrat';
    color: #ff847b; }
  #pagenotfound .page-not-found .btn {
    background: #282828;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px; }
    #pagenotfound .page-not-found .btn:hover {
      background: #72a62a;
      color: #fff; }

.hidden,
.hide {
  display: none; }

.form-group {
  margin-bottom: 20px; }

textarea.form-control {
  border: 1px solid #e5e5e5; }

.modal-footer .btn {
  margin: 1px;
  min-height: 40px;
  min-width: 120px; }
  @media (max-width: 480px) {
    .modal-footer .btn {
      width: 100%;
      margin: 2px 0; } }

.ui-autocomplete {
  z-index: 99999;
  border-radius: 0;
  border-top: 0;
  border-color: #000;
  padding: 10px 0; }
  .ui-autocomplete .ui-menu-item {
    list-style: none;
    border-radius: 0; }
    .ui-autocomplete .ui-menu-item a {
      padding: 5px 15px;
      border-radius: 0;
      font-size: 12px; }
      .ui-autocomplete .ui-menu-item a:hover {
        background: #000;
        color: #fff; }
      .ui-autocomplete .ui-menu-item a .separator {
        display: none; }

#content.page-not-found {
  text-align: center; }

#main > h1 {
  text-align: center; }

@media (min-width: 992px) {
  body .off-canvas-nav-megamenu {
    display: none; } }

#category-products > .item,
#category-products2 > .item {
  float: left;
  padding: 0 15px;
  width: 25%;
  display: none; }
  @media (max-width: 991px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 33.333%; } }
  @media (max-width: 767px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 50%; } }
  @media (max-width: 480px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 100%; } }
  #category-products > .item:nth-child(1), #category-products > .item:nth-child(2), #category-products > .item:nth-child(3), #category-products > .item:nth-child(4),
  #category-products2 > .item:nth-child(1),
  #category-products2 > .item:nth-child(2),
  #category-products2 > .item:nth-child(3),
  #category-products2 > .item:nth-child(4) {
    display: block; }
  @media (max-width: 991px) {
    #category-products > .item:nth-child(4),
    #category-products2 > .item:nth-child(4) {
      display: none; } }
  @media (max-width: 767px) {
    #category-products > .item:nth-child(3),
    #category-products2 > .item:nth-child(3) {
      display: none; } }
  @media (max-width: 480px) {
    #category-products > .item:nth-child(2),
    #category-products2 > .item:nth-child(2) {
      display: none; } }

/*end UPDATE HOME CSS*/
.leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%; }

/*end UPDATE HOME CSS*/
.quickview .product-cover img {
  width: 100%; }

.product-actions .product-variants {
  display: block; }

.product-variants > .product-variants-item .color,
.product-variants > .product-variants-item .input-color {
  width: 34px;
  height: 34px;
  border-width: 2px;
  vertical-align: top; }

.product-variants > .product-variants-item .input-color {
  z-index: 1; }

.product-variants > .product-variants-item .color:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  color: #FFF;
  font-size: 12px;
  line-height: normal;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 26px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-variants > .product-variants-item .input-color:checked + span:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

.product-variants > .product-variants-item .color .sr-only {
  background: #000;
  width: auto;
  height: auto;
  padding: 2px 10px;
  clip: inherit;
  color: #FFF;
  font-size: 12px;
  overflow: inherit;
  visibility: hidden;
  border-radius: 3px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-variants > .product-variants-item .color .sr-only:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 6px; }

.product-variants > .product-variants-item .input-color:hover + .color .sr-only {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-variants > .product-variants-item .color {
  border: 3px solid #fff;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-information .radio-label {
  padding: 6px 13px; }

.product-variants > .product-variants-item .input-color:checked + span,
.product-variants > .product-variants-item .input-color:hover + span {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }

.quickview .product-thumb-images .slick-list .slick-slide {
  padding: 5px 0; }

.product-thumb-images .thumb {
  border: 1px solid #ddd; }

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    width: 100%;
    min-width: 100%; } }
.leo-megamenu .navbar-nav > li > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
  position: absolute;
  background: #d31d52;
  color: #fff;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  padding: 0 5px;
  bottom: 50%;
  left: 50%;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 5px;
  font-weight: normal; }

@media (min-width: 992px) {
  .box-listdetail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.box-listdetail .leo-widget {
  padding: 0 10px; }

.box-listdetail .leo-widget a {
  display: block;
  padding: 5px;
  border: 1px solid #eee; }

.box-listdetail .leo-widget a:hover {
  border: 1px solid #444; }

.page-cms img {
  max-width: 100%;
  height: auto; }

/*update css menu*/
.off-canvas-active > #page {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.off-canvas-nav-megamenu {
  -webkit-transform: translate(0, 0) scale(0, 1);
  -moz-transform: translate(0, 0) scale(0, 1);
  -ms-transform: translate(0, 0) scale(0, 1);
  -o-transform: translate(0, 0) scale(0, 1);
  transform: translate(0, 0) scale(0, 1);
  left: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.off-canvas-active > .off-canvas-nav-megamenu.active {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1); }

.off-canvas-nav-megamenu .offcanvas-mainnav {
  left: 0; }

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
  right: 0;
  left: auto; }

/*end update css menu*/
.modal-content {
  border: 0;
  border-radius: 0; }

.box-toph1 {
  max-width: 1650px;
  margin: auto; }
  .box-toph1 .h-logo {
    height: 124px;
    line-height: 124px; }
    .box-toph1 .h-logo img {
      max-width: 100%;
      max-height: 100px; }
  .box-toph1 .col-info {
    display: flex;
    align-items: center;
    height: 124px;
    justify-content: flex-end; }
    .box-toph1 .col-info .popup-over a.popup-title {
      line-height: 124px;
      padding: 0 15px;
      height: 124px;
      font-size: 20px; }
    .box-toph1 .col-info .blockcart .text-top {
      line-height: 124px;
      height: 124px;
      display: block;
      position: relative;
      padding: 0 15px; }
      .box-toph1 .col-info .blockcart .text-top i {
        font-size: 20px; }
      .box-toph1 .col-info .blockcart .text-top .cart-products-count {
        position: absolute;
        bottom: 50%;
        left: 50%;
        line-height: 23px;
        min-width: 23px;
        padding: 0 3px;
        text-align: center;
        color: #fff;
        background: #72a62a;
        border-radius: 12px;
        margin: 0 0 5px 5px; }
        .rtl .box-toph1 .col-info .blockcart .text-top .cart-products-count {
          right: 50%;
          left: auto; }
        .rtl .box-toph1 .col-info .blockcart .text-top .cart-products-count {
          margin: 0 5px 5px 0; }
  .box-toph1 .leo-megamenu .navbar-nav {
    text-align: center; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-toph1 .leo-megamenu .navbar-nav > li > a {
      padding: 49px 25px;
      font-size: 14px; } }
  @media (max-width: 991px) {
    .box-toph1 .h-logo {
      text-align: center; }
    .box-toph1 .col-info {
      height: 90px; }
      .box-toph1 .col-info .blockcart .text-top,
      .box-toph1 .col-info .popup-over a.popup-title {
        line-height: 90px;
        height: 90px; }
    .box-toph1 .navbar-header .navbar-toggler {
      margin: 25px auto; } }

.box-bannerh1 {
  padding: 55px 0 0; }
  .box-bannerh1 .ApImage {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    font-size: 15px;
    color: #aaa;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .box-bannerh1 .ApImage {
        font-size: 14px; } }
    .box-bannerh1 .ApImage h4 {
      font-size: 18px;
      color: #72a62a;
      margin: 0 0 10px; }
    .box-bannerh1 .ApImage p {
      margin: 0; }
    .box-bannerh1 .ApImage .image_description {
      margin: 0 0 55px; }
      @media (max-width: 575px) {
        .box-bannerh1 .ApImage .image_description {
          margin: 0 0 20px; } }

.title-leaf .ApColumn .title_block {
  margin: 0 0 20px;
  font-size: 36px;
  text-align: center;
  padding: 50px 0 0;
  font-weight: 600; }
  @media (max-width: 991px) {
    .title-leaf .ApColumn .title_block {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .title-leaf .ApColumn .title_block {
      font-size: 25px; } }
.title-leaf .ApColumn .sub-title-widget {
  text-align: center;
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  padding: 0 0 60px;
  margin: 0 0 50px;
  font-family: 'Josefin Sans', sans-serif; }

.box-clean {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .box-clean .ApHtml {
    margin: 0;
    font-size: 35px;
    color: #666;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif; }
    @media (max-width: 991px) {
      .box-clean .ApHtml {
        font-size: 30px; } }
    .box-clean .ApHtml a {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      color: #894c58;
      border: 2px solid;
      height: 50px;
      line-height: 46px;
      padding: 0 40px;
      font-weight: 600;
      font-family: #72a62a;
      margin-top: 40px; }
      @media (max-width: 991px) {
        .box-clean .ApHtml a {
          margin-top: 30px; } }
      .box-clean .ApHtml a:hover {
        background: #894c58;
        color: #fff;
        border-color: #894c58; }
    .box-clean .ApHtml h3 {
      color: #894c58;
      font-size: 70px;
      font-weight: 200;
      margin: 0; }
      @media (max-width: 991px) {
        .box-clean .ApHtml h3 {
          font-size: 60px; } }
      @media (max-width: 991px) {
        .box-clean .ApHtml h3 {
          font-size: 50px; } }
      .box-clean .ApHtml h3 em {
        font-style: normal;
        font-weight: 600; }
    .box-clean .ApHtml h4 {
      font-size: 70px;
      color: #7c797a;
      font-weight: 600;
      margin: 0 0 30px; }
      @media (max-width: 991px) {
        .box-clean .ApHtml h4 {
          font-size: 60px; } }
      @media (max-width: 991px) {
        .box-clean .ApHtml h4 {
          font-size: 50px; } }

.plist-sale.owl-theme .owl-buttons div.owl-prev:before {
  content: "\f177";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #72a62a; }
.plist-sale.owl-theme .owl-buttons div.owl-next:before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #72a62a; }
.plist-sale.owl-theme .owl-buttons div {
  width: 85px;
  height: 34px;
  line-height: 30px;
  border-radius: 17px;
  border: 2px solid #72a62a;
  background: #fff; }
  .plist-sale.owl-theme .owl-buttons div:hover {
    background: #72a62a; }
    .plist-sale.owl-theme .owl-buttons div:hover:before {
      color: #fff; }

.box-customer {
  max-width: 1650px;
  margin: 0 auto 60px;
  min-height: 570px;
  position: relative;
  background-color: #f6f6f9; }
  @media (min-width: 768px) {
    .box-customer {
      display: flex;
      align-items: center; } }
  @media (max-width: 767px) {
    .box-customer {
      padding: 50px 0 0; }
      .box-customer > .ApColumn:last-child {
        padding-top: 40px;
        border-top: 1px solid #e5e5e5;
        margin-top: 20px; } }
  .box-customer:before {
    padding: 0;
    margin: 0 !important;
    left: 50%;
    width: 50%; }
    .rtl .box-customer:before {
      right: 50%;
      left: auto; }
    @media (max-width: 767px) {
      .box-customer:before {
        background: none !important; } }
  .box-customer .ApBlockCarousel {
    max-width: 700px;
    margin: auto;
    padding: 15px;
    text-align: center; }
    @media (min-width: 1200px) {
      .box-customer .ApBlockCarousel .title_block {
        font-size: 36px;
        margin-bottom: 30px; } }
    .box-customer .ApBlockCarousel .descript {
      font-size: 16px;
      padding: 50px 100px;
      margin: auto;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 300;
      min-height: 160px; }
      @media (max-width: 1199px) {
        .box-customer .ApBlockCarousel .descript {
          padding: 30px; } }
    .box-customer .ApBlockCarousel .block-carousel-image-container {
      padding: 0 0 150px;
      position: relative; }
      .box-customer .ApBlockCarousel .block-carousel-image-container img {
        position: absolute;
        bottom: 45px;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
        left: 50%; }
      .box-customer .ApBlockCarousel .block-carousel-image-container .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        font-weight: 500; }
  .box-customer .block_newsletter {
    max-width: 520px;
    padding: 0 50px;
    margin: 0; }
    @media (max-width: 991px) {
      .box-customer .block_newsletter {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .box-customer .block_newsletter {
        margin: auto;
        text-align: center; } }
    @media (min-width: 768px) {
      .box-customer .block_newsletter .title_block {
        color: #fff; } }
    @media (min-width: 1200px) {
      .box-customer .block_newsletter .title_block {
        font-size: 36px;
        margin-bottom: 50px; } }
    .box-customer .block_newsletter .col-conditions {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 300;
      font-size: 20px; }
      @media (min-width: 768px) {
        .box-customer .block_newsletter .col-conditions {
          color: #fff; } }
    .box-customer .block_newsletter .col-mesg {
      margin-top: 10px; }
    .box-customer .block_newsletter .input-wrapper {
      margin: 20px 0 0;
      position: relative; }
      .box-customer .block_newsletter .input-wrapper:before {
        content: "\f003";
        font-family: "FontAwesome";
        font-size: 24px;
        position: absolute;
        top: 8px;
        right: 15px;
        color: #fff; }
        .rtl .box-customer .block_newsletter .input-wrapper:before {
          left: 15px;
          right: auto; }
        @media (max-width: 767px) {
          .box-customer .block_newsletter .input-wrapper:before {
            color: #000; } }
    .box-customer .block_newsletter input[type="text"] {
      width: 100%;
      height: 55px;
      background: none;
      border: 1px solid #fff;
      padding: 0 50px 0 20px;
      margin: 0 0 50px;
      color: #fff;
      outline: none; }
      .rtl .box-customer .block_newsletter input[type="text"] {
        padding: 0 20px 0 50px; }
      @media (max-width: 767px) {
        .box-customer .block_newsletter input[type="text"] {
          border-color: #999;
          color: #000; } }
    .box-customer .block_newsletter button.btn.btn-outline {
      height: 40px;
      line-height: 40px;
      padding: 0 60px;
      border: 0;
      border-radius: 20px;
      background: #fff;
      color: #000;
      font-size: 16px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .box-customer .block_newsletter button.btn.btn-outline {
          background: #72a62a;
          color: #fff; } }
      .box-customer .block_newsletter button.btn.btn-outline:hover {
        background: #000;
        color: #fff; }

.box-productsmalls {
  padding-top: 20px; }
  .box-productsmalls .plist-sale .thumbnail-container {
    margin-bottom: 5px; }
  .box-productsmalls .ApColumn .title_block {
    padding: 0 0 20px;
    border-bottom: 1px solid #dfdfe0; }
    .box-productsmalls .ApColumn .title_block:before {
      content: "";
      position: absolute;
      bottom: -1px;
      width: 62px;
      height: 3px;
      background: #72a62a;
      left: 0; }
      .rtl .box-productsmalls .ApColumn .title_block:before {
        right: 0;
        left: auto; }

.latest-blogs .right-block {
  position: relative;
  width: calc(100% - 30px);
  margin-top: -30px;
  background: #fff;
  padding: 40px 30px 0; }
.latest-blogs .blog-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px; }
  .latest-blogs .blog-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.latest-blogs .blog-meta {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0 0 30px;
  color: #999; }
  .latest-blogs .blog-meta a {
    color: #999; }
    .latest-blogs .blog-meta a:hover {
      color: #000; }
  .latest-blogs .blog-meta > span {
    margin: 0 10px 5px 0; }
    .rtl .latest-blogs .blog-meta > span {
      margin: 0 0 5px 10px; }
.latest-blogs .blog-desc {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
  color: #676767;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.latest-blogs .block_content:after {
  content: "";
  display: block;
  clear: both; }
.latest-blogs .blog-image-container {
  overflow: hidden; }
  .latest-blogs .blog-image-container img {
    transition: all .3s; }
.latest-blogs .blog-container:hover .blog-image-container img {
  transform: scale(1.1); }

.box-bordertop {
  position: relative; }
  .box-bordertop:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw; }

.box-bordertop {
  position: relative; }
  .box-bordertop:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw; }

.box-manufacture {
  padding: 40px 0; }
  .box-manufacture .ApColumn .block {
    margin-bottom: 0; }

.box-footertoph1 {
  padding: 50px 0 20px;
  color: #999;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 300; }
  .box-footertoph1 li a {
    color: #999;
    text-transform: capitalize; }
    .box-footertoph1 li a:hover {
      color: #fff; }
  .box-footertoph1 .ApColumn .title_block {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0 0 5px;
    line-height: 30px; }
    .box-footertoph1 .ApColumn .title_block a {
      color: #fff; }

.box-coppyh1 {
  padding: 30px 0 0;
  color: #676767;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px; }
  .box-coppyh1 p {
    margin: 0; }
  @media (max-width: 767px) {
    .box-coppyh1 {
      text-align: center; } }
  @media (min-width: 768px) {
    .box-coppyh1 .ApImage {
      text-align: right; }
      .rtl .box-coppyh1 .ApImage {
        text-align: left; } }

.box-navh2 {
  max-width: 1650px;
  margin: auto; }
  .box-navh2 .popup-over {
    float: left; }
    .rtl .box-navh2 .popup-over {
      float: right; }
    .box-navh2 .popup-over a.popup-title {
      color: #fff; }
  .box-navh2 .language-selector-wrapper,
  .box-navh2 .currency-selector {
    margin: 0 15px 0 0; }
    .rtl .box-navh2 .language-selector-wrapper, .rtl
    .box-navh2 .currency-selector {
      margin: 0 0 0 15px; }
    .box-navh2 .language-selector-wrapper .popup-content,
    .box-navh2 .currency-selector .popup-content {
      right: auto;
      left: 0; }
      .rtl .box-navh2 .language-selector-wrapper .popup-content, .rtl
      .box-navh2 .currency-selector .popup-content {
        right: 0;
        left: auto; }
  .box-navh2 .userinfo-selector {
    float: right; }
    .rtl .box-navh2 .userinfo-selector {
      float: left; }
    @media (min-width: 992px) {
      .box-navh2 .userinfo-selector a.popup-title {
        display: none; }
      .box-navh2 .userinfo-selector .popup-content {
        opacity: 1;
        visibility: visible;
        transform: none;
        position: static;
        color: #fff;
        width: auto;
        min-width: 0px;
        background: none;
        box-shadow: none;
        padding: 0; }
        .box-navh2 .userinfo-selector .popup-content li {
          display: inline-block;
          vertical-align: top; }
          .box-navh2 .userinfo-selector .popup-content li a {
            line-height: 20px;
            padding: 15px;
            color: #fff; }
            .box-navh2 .userinfo-selector .popup-content li a i {
              display: none; } }

.box-sliderh2 {
  max-width: 1620px;
  margin: auto; }
  .box-sliderh2 .ApColumn {
    padding: 0; }

p:last-child {
  margin: 0; }

.box-bannerh2 {
  padding-top: 30px; }
  @media (min-width: 481px) {
    .box-bannerh2 .ApImage {
      display: flex;
      align-items: center; } }
  @media (min-width: 481px) {
    .box-bannerh2 .ApImage.image-right {
      flex-direction: row-reverse; } }
  @media (min-width: 481px) {
    .box-bannerh2 .ApImage img {
      width: 48% !important; } }
  .box-bannerh2 .ApImage .image_description {
    padding: 20px 8%; }
    @media (min-width: 481px) {
      .box-bannerh2 .ApImage .image_description {
        width: 52%; } }
    @media (max-width: 767px) {
      .box-bannerh2 .ApImage .image_description {
        padding: 20px 5%; } }
    .box-bannerh2 .ApImage .image_description h5 {
      font-size: 14px;
      color: #dfc383;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 0 50px; }
      @media (max-width: 767px) {
        .box-bannerh2 .ApImage .image_description h5 {
          margin: 0 0 30px; } }
    .box-bannerh2 .ApImage .image_description h4 {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 36px;
      font-weight: 300;
      margin: 0 0 50px; }
      @media (max-width: 767px) {
        .box-bannerh2 .ApImage .image_description h4 {
          font-size: 30px;
          margin: 0 0 20px; } }
    .box-bannerh2 .ApImage .image_description a {
      display: inline-block;
      vertical-align: text-bottom;
      height: 26px;
      line-height: 26px;
      text-transform: uppercase;
      font-size: 12px;
      background: #000;
      color: #fff;
      padding: 0 20px;
      border-radius: 13px; }
      .box-bannerh2 .ApImage .image_description a:hover {
        color: #fff;
        background: #72a62a; }

.box-productmallh2 {
  padding-bottom: 70px; }
  @media (min-width: 601px) {
    .box-productmallh2 {
      display: flex; } }
  @media (min-width: 601px) {
    .box-productmallh2 .ApColumn .block {
      margin-bottom: 0; } }
  .box-productmallh2 .products_block {
    height: 100%;
    border: 2px solid #72a62a;
    padding: 30px; }
    .box-productmallh2 .products_block .title_block {
      padding: 0 0 20px;
      border-bottom: 1px solid #dfdfe0; }
      .box-productmallh2 .products_block .title_block:before {
        content: "";
        position: absolute;
        bottom: -1px;
        width: 62px;
        height: 3px;
        background: #72a62a;
        left: 0; }
        .rtl .box-productmallh2 .products_block .title_block:before {
          right: 0;
          left: auto; }

.box-manufactureh2 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 40px 0; }
  .box-manufactureh2 .ApColumn .block {
    margin-bottom: 0; }

.manufacturer-image-container {
  text-align: center; }

.box-navh3 > .ApColumn > div {
  float: right; }
  .rtl .box-navh3 > .ApColumn > div {
    float: left; }
.box-navh3 .ApColumn .ApMegamenu {
  float: left; }
  .rtl .box-navh3 .ApColumn .ApMegamenu {
    float: right; }
.box-navh3 .leo-megamenu .navbar-nav > li > a {
  padding: 17px 30px;
  font-size: 14px;
  color: #e7e7e7;
  height: 60px; }
.box-navh3 .leo-megamenu .navbar-nav > li.active > a {
  color: #fff;
  background: #72a62a; }
.box-navh3 .popup-over a.popup-title {
  padding: 19px 10px;
  font-size: 20px;
  color: #aaa; }
.box-navh3 .popup-over.open a.popup-title, .box-navh3 .popup-over:hover a.popup-title {
  color: #fff; }
.box-navh3 .blockcart .text-top {
  font-size: 20px;
  color: #aaa;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  display: block;
  position: relative; }
  .box-navh3 .blockcart .text-top .cart-products-count {
    position: absolute;
    line-height: 24px;
    font-size: 14px;
    background: #72a62a;
    min-width: 24px;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    padding: 0 3px;
    bottom: 50%;
    left: 50%;
    margin: 0 0 0 5px; }
    .rtl .box-navh3 .blockcart .text-top .cart-products-count {
      right: 50%;
      left: auto; }
    .rtl .box-navh3 .blockcart .text-top .cart-products-count {
      margin: 0 5px 0 0; }
.box-navh3 .navbar-header .navbar-toggler {
  border: 1px solid #eee;
  margin: 10px auto;
  color: #eee; }

.box-toph3 .h-logo {
  text-align: center;
  padding: 30px 0 45px; }

@media (min-width: 768px) {
  .box-bannerh3 .ApColumn:nth-child(3) {
    clear: both; } }
.box-bannerh3 .ApImage {
  position: relative; }
  .box-bannerh3 .ApImage .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: 10%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300; }
    .box-bannerh3 .ApImage .image_description a {
      display: inline-block;
      vertical-align: text-bottom;
      line-height: 26px;
      text-transform: uppercase;
      font-size: 12px;
      background: #000;
      color: #fff;
      padding: 0 20px;
      border-radius: 13px;
      font-family: "Poppins", sans-serif; }
      .box-bannerh3 .ApImage .image_description a:hover {
        background: #72a62a;
        color: #fff; }
.box-bannerh3 .banner1 .image_description {
  color: #fff;
  max-width: 360px;
  padding: 0; }
  .box-bannerh3 .banner1 .image_description h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px; }
    @media (max-width: 480px) {
      .box-bannerh3 .banner1 .image_description h3 {
        font-size: 26px;
        margin: 0; } }
  .box-bannerh3 .banner1 .image_description h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 15px; }
    @media (max-width: 480px) {
      .box-bannerh3 .banner1 .image_description h4 {
        font-size: 26px;
        margin: 0 0 5px; } }
  .box-bannerh3 .banner1 .image_description a {
    margin-top: 10px;
    padding: 5px 20px;
    color: #000;
    background: #fff;
    border-radius: 18px; }
    @media (max-width: 480px) {
      .box-bannerh3 .banner1 .image_description a {
        margin: 0; } }
    .box-bannerh3 .banner1 .image_description a:hover {
      background: #000;
      color: #fff; }
.box-bannerh3 .banner2 .image_description {
  top: 10%;
  transform: none;
  text-align: center;
  left: 10px;
  right: 10px; }
  .box-bannerh3 .banner2 .image_description h4 {
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300; }
    .box-bannerh3 .banner2 .image_description h4 strong,
    .box-bannerh3 .banner2 .image_description h4 b {
      color: #72a62a; }
.box-bannerh3 .banner3 .image_description {
  top: 10%;
  transform: none; }
  .box-bannerh3 .banner3 .image_description h4 {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    margin: 0; }
    @media (max-width: 480px) {
      .box-bannerh3 .banner3 .image_description h4 {
        font-size: 22px;
        line-height: 1; } }
    .box-bannerh3 .banner3 .image_description h4 strong,
    .box-bannerh3 .banner3 .image_description h4 b {
      color: #72a62a;
      font-size: 1.2em; }
  .box-bannerh3 .banner3 .image_description a {
    margin-top: 30px; }
    @media (max-width: 480px) {
      .box-bannerh3 .banner3 .image_description a {
        margin-top: 15px; } }
.box-bannerh3 .banner4 .image_description h5 {
  font-size: 14px;
  color: #b6838c;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 50px; }
  @media (max-width: 767px) {
    .box-bannerh3 .banner4 .image_description h5 {
      margin: 0 0 30px; } }
  @media (max-width: 480px) {
    .box-bannerh3 .banner4 .image_description h5 {
      margin: 0 0 15px; } }
.box-bannerh3 .banner4 .image_description h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 50px; }
  @media (min-width: 1200px) {
    .box-bannerh3 .banner4 .image_description h4 {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .box-bannerh3 .banner4 .image_description h4 {
      font-size: 30px;
      margin: 0 0 20px; } }
  @media (max-width: 480px) {
    .box-bannerh3 .banner4 .image_description h4 {
      margin: 0 0 15px;
      font-size: 22px;
      line-height: 1; } }
.box-bannerh3 .banner4 .image_description a {
  padding: 5px 20px;
  background: #db546b;
  border-radius: 18px; }
  .box-bannerh3 .banner4 .image_description a:hover {
    color: #fff;
    background: #000; }

.box-customer.box-h3 {
  min-height: 500px; }

.box-navh4 {
  max-width: 1650px;
  margin: auto; }
  .box-navh4 .popup-over {
    float: left; }
    .rtl .box-navh4 .popup-over {
      float: right; }
  .box-navh4 .language-selector-wrapper,
  .box-navh4 .currency-selector {
    margin: 0 15px 0 0; }
    .rtl .box-navh4 .language-selector-wrapper, .rtl
    .box-navh4 .currency-selector {
      margin: 0 0 0 15px; }
    .box-navh4 .language-selector-wrapper .popup-content,
    .box-navh4 .currency-selector .popup-content {
      right: auto;
      left: 0; }
      .rtl .box-navh4 .language-selector-wrapper .popup-content, .rtl
      .box-navh4 .currency-selector .popup-content {
        right: 0;
        left: auto; }
  .box-navh4 .userinfo-selector {
    float: right; }
    .rtl .box-navh4 .userinfo-selector {
      float: left; }
    @media (min-width: 992px) {
      .box-navh4 .userinfo-selector a.popup-title {
        display: none; }
      .box-navh4 .userinfo-selector .popup-content {
        opacity: 1;
        visibility: visible;
        transform: none;
        position: static;
        width: auto;
        min-width: 0px;
        background: none;
        box-shadow: none;
        padding: 0; }
        .box-navh4 .userinfo-selector .popup-content li {
          display: inline-block;
          vertical-align: top; }
          .box-navh4 .userinfo-selector .popup-content li a {
            line-height: 20px;
            padding: 15px; }
            .box-navh4 .userinfo-selector .popup-content li a i {
              display: none; } }

.box-toph4 {
  max-width: 1650px;
  margin: auto; }
  .box-toph4 .h-logo {
    height: 124px;
    line-height: 124px;
    text-align: center;
    padding-top: 20px; }
    .box-toph4 .h-logo img {
      max-width: 100%;
      max-height: 100px; }
  .box-toph4 .col-info {
    display: flex;
    align-items: center;
    height: 124px;
    justify-content: flex-end; }
    .box-toph4 .col-info .popup-over a.popup-title {
      line-height: 124px;
      padding: 0 15px;
      height: 124px;
      font-size: 20px; }
    .box-toph4 .col-info .blockcart .text-top {
      line-height: 124px;
      height: 124px;
      display: block;
      position: relative;
      padding: 0 15px; }
      .box-toph4 .col-info .blockcart .text-top i {
        font-size: 20px; }
      .box-toph4 .col-info .blockcart .text-top .cart-products-count {
        position: absolute;
        bottom: 50%;
        left: 50%;
        line-height: 23px;
        min-width: 23px;
        padding: 0 3px;
        text-align: center;
        color: #fff;
        background: #72a62a;
        border-radius: 12px;
        margin: 0 0 5px 5px; }
        .rtl .box-toph4 .col-info .blockcart .text-top .cart-products-count {
          right: 50%;
          left: auto; }
        .rtl .box-toph4 .col-info .blockcart .text-top .cart-products-count {
          margin: 0 5px 5px 0; }
  .box-toph4 .leo-megamenu .navbar-nav {
    text-align: center; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-toph4 .leo-megamenu .navbar-nav > li > a {
      padding: 49px 25px;
      font-size: 14px; } }
  @media (max-width: 991px) {
    .box-toph4 .h-logo {
      text-align: center; }
    .box-toph4 .col-info {
      height: 90px; }
      .box-toph4 .col-info .blockcart .text-top,
      .box-toph4 .col-info .popup-over a.popup-title {
        line-height: 90px;
        height: 90px; }
    .box-toph4 .navbar-header .navbar-toggler {
      margin: 25px auto; } }

.box-borderbottm {
  position: relative; }
  .box-borderbottm:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    pointer-events: none; }

.cus-title h5 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  color: #d1a491; }
.cus-title h4 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px; }
  .cus-title h4:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 57px;
    background: #d1a491;
    left: 0;
    bottom: 0; }

.box-productoph4 {
  padding: 70px 0 30px; }
  @media (min-width: 992px) {
    .box-productoph4 {
      display: flex;
      align-items: center; } }

.box-prosaleh4 {
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .box-prosaleh4 {
      display: flex;
      align-items: center; } }

.box-bannerh4 {
  display: flex;
  align-items: center; }
  .box-bannerh4 .ApColumn .block {
    margin-bottom: 0; }
  .box-bannerh4 .ApHtml {
    max-width: 460px;
    font-size: 16px;
    color: #888;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif; }
    .box-bannerh4 .ApHtml h4 {
      font-size: 36px;
      font-weight: 600;
      margin: 0 0 1em; }
      .box-bannerh4 .ApHtml h4 span {
        text-decoration: none !important;
        color: #be9a6f; }
    .box-bannerh4 .ApHtml a {
      display: inline-block;
      vertical-align: top;
      margin: 4em 0 0;
      font-size: 18px;
      font-family: "Poppins", sans-serif;
      padding: 11px 40px;
      background: #000;
      color: #fff; }
      .box-bannerh4 .ApHtml a:hover {
        background: #72a62a; }

.title-center .ApColumn .title_block {
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 600; }
  @media (min-width: 992px) {
    .title-center .ApColumn .title_block {
      margin: 0 0 30px;
      font-size: 30px; } }
.title-center .sub-title-widget {
  max-width: 770px;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif; }

.box-customer.box-h4 {
  background: none;
  align-items: normal;
  min-height: 0px;
  padding-top: 80px; }
  .box-customer.box-h4 .descript {
    background: none; }
  @media (min-width: 1200px) {
    .box-customer.box-h4 .ApBlockCarousel {
      border: 1px solid #d8d8d8;
      min-height: calc(100% - 30px);
      max-width: 100%;
      display: flex;
      align-items: center; }
      .box-customer.box-h4 .ApBlockCarousel .block_content {
        width: 100%; }
      .box-customer.box-h4 .ApBlockCarousel .title_block {
        font-size: 30px;
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase; }
      .box-customer.box-h4 .ApBlockCarousel .descript {
        padding: 50px 50px; } }
  @media (max-width: 767px) {
    .box-customer.box-h4 .col-xl-4 {
      padding: 0;
      border: 0; }
      .box-customer.box-h4 .col-xl-4 .ApImage {
        width: 50%;
        float: left;
        padding: 0 10px; }
        .rtl .box-customer.box-h4 .col-xl-4 .ApImage {
          float: right; } }

.box-customer.box-h5.box-customer {
  margin: 0;
  background: none; }

.box-productsmall {
  padding-top: 80px; }
  .box-productsmall .ApColumn .title_block {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfe0; }
    .box-productsmall .ApColumn .title_block:before {
      content: "";
      position: absolute;
      bottom: -1px;
      width: 62px;
      height: 3px;
      background: #72a62a;
      left: 0; }
      .rtl .box-productsmall .ApColumn .title_block:before {
        right: 0;
        left: auto; }

form.js-customer-form .custom-checkbox {
  display: block;
  padding: 0 0 0 25px; }
  .rtl form.js-customer-form .custom-checkbox {
    padding: 0 25px 0 0; }
form.js-customer-form .custom-checkbox input[type="checkbox"] + span,
form.js-customer-form .custom-checkbox input[type="radio"] + span {
  position: absolute;
  top: 0px;
  left: 0; }
  .rtl form.js-customer-form .custom-checkbox input[type="checkbox"] + span, .rtl
  form.js-customer-form .custom-checkbox input[type="radio"] + span {
    right: 0;
    left: auto; }

.keep-header .ui-autocomplete {
  position: fixed; }

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .block-category.card h1 {
    margin: 0 0 20px; }
  .block-category.card > div {
    margin: 0 0 30px; }
  .block-category.card .category-cover img {
    max-width: 100%; }

.page-heading {
  margin: 0 0 20px; }

/*# sourceMappingURL=styles.css.map */
