/***************************************************
  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 .title_block:before {
  content: ""; }

.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;
    background-size: cover; }
    .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; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 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 ul {
    margin-bottom: 0; }
  .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 #e2e2e2; }
  .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: #e2e2e2;
        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 #e2e2e2 #e2e2e2 #e2e2e2; }

.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 #e2e2e2; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e2e2e2;
    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 #e2e2e2 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e2e2e2 transparent #e2e2e2 #e2e2e2;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e2e2e2; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e2e2e2;
    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 #e2e2e2; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e2e2e2 #e2e2e2 #e2e2e2 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 #bac34e; }
    .widget-tabs li.active a {
      color: #bac34e; }

.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: #bac34e;
    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; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

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

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

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

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

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

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

.gmap-cover {
  width: 100%; }

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

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #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: #bac34e; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #e2e2e2; }
  .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 #e2e2e2;
  -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 #bac34e;
    -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 {
  text-align: center; }
  .manufacturers_block img {
    opacity: 0.5;
    transition: all 0.4s; }
    .manufacturers_block img:hover {
      opacity: 1; }

/*
  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 {
  margin-bottom: 0; }
  .latest-blogs .left-block {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-meta {
    margin-bottom: 10px; }
    .latest-blogs .blog-meta > span:not(:last-child) {
      padding-right: 7px;
      margin-right: 7px;
      position: relative; }
      .rtl .latest-blogs .blog-meta > span:not(:last-child) {
        padding-left: 7px;
        padding-right: inherit; }
      .rtl .latest-blogs .blog-meta > span:not(:last-child) {
        margin-left: 7px;
        margin-right: inherit; }
      .latest-blogs .blog-meta > span:not(:last-child):after {
        content: '/';
        position: absolute;
        right: -1px; }
        .rtl .latest-blogs .blog-meta > span:not(:last-child):after {
          left: -1px;
          right: auto; }
    .latest-blogs .blog-meta span {
      color: #aaaaaa;
      font-size: 12px; }
      .latest-blogs .blog-meta span i {
        color: #000000; }
  .latest-blogs .blog-title a {
    font-size: 18px;
    line-height: 26px;
    color: #000000; }
    .latest-blogs .blog-title a:hover {
      color: #bac34e; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
  .instagram-block .owl-item .block-carousel-container {
    margin-bottom: 30px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }
  #instafeed.normal-list > div {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      #instafeed.normal-list > div:nth-child(3n+1) {
        clear: both; } }
    @media (max-width: 992px) and (min-width: 480px) {
      #instafeed.normal-list > div:nth-child(2n+1) {
        clear: both; } }
    #instafeed.normal-list > div img {
      max-width: 100%; }

/* List product size */
.product_attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

/* COUNTER Widget */
.Apcounter {
  color: #666; }
  .Apcounter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .Apcounter ul {
        flex-direction: column; } }
    .Apcounter ul li {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .Apcounter ul li {
          width: 33.333%; } }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

/* begin css by nqt */
#index #wrapper {
  background-color: #fcf4eb; }

.max-w1 {
  max-width: 1710px;
  padding: 0 15px;
  margin: auto; }

.header-top {
  background: #ffffff; }
  @media (max-width: 991px) {
    .header-top {
      position: relative; } }

.header-logo img {
  max-width: 130px; }
  @media (max-width: 375px) {
    .header-logo img {
      max-width: 100px; } }

@media (max-width: 991px) {
  .dp-top:not(.home-3, .home-6) > div:nth-child(2) {
   
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    /*toan*/
    cursor: pointer; }
    .rtl .dp-top:not(.home-3, .home-6) > div:nth-child(2) {
      left: 0;
      right: auto; } }

.dp-top {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 25px 15px;
  max-width: 1710px;
  margin: auto; }
  @media (max-width: 991px) {
    .dp-top {
      position: relative;
      padding: 10px 0; } }
  @media (max-width: 991px) {
    .dp-top > div:first-child {
      text-align: center; } }
  .dp-top > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    @media (max-width: 991px) {
      .dp-top > div:last-child {
       
        padding: 0 0 0 0; }
        .rtl .dp-top > div:last-child {
          left: 30px;
          right: auto; }
        .rtl .dp-top > div:last-child {
          padding: 0 0 0 0; } }
  .dp-top .hd-contact {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: 50px; }
    .rtl .dp-top .hd-contact {
      margin-left: 50px;
      margin-right: inherit; }
    @media (max-width: 1439px) {
      .dp-top .hd-contact {
        margin-right: 15px; }
        .rtl .dp-top .hd-contact {
          margin-left: 15px;
          margin-right: inherit; } }
    .dp-top .hd-contact i {
      font-size: 36px;
      color: #bac34e;
      float: left;
      margin-right: 20px; }
      .rtl .dp-top .hd-contact i {
        float: right; }
      .rtl .dp-top .hd-contact i {
        margin-left: 20px;
        margin-right: inherit; }
    .dp-top .hd-contact > div {
      float: left;
      text-align: left; }
      .rtl .dp-top .hd-contact > div {
        float: right; }
      .rtl .dp-top .hd-contact > div {
        text-align: right; }
      .dp-top .hd-contact > div h4 {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2.4px;
        color: #000;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .dp-top .hd-contact > div p {
        margin-bottom: 0;
        color: #bac34e;
        font-size: 18px;
        font-weight: 400; }
  .dp-top .header-btn:not(.btn-search) {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .dp-top .header-btn:not(.btn-search).btn-acc {
      background-color: #e8f8f7; }
    .dp-top .header-btn:not(.btn-search).btn-wl {
      background-color: #f6f3e3;
      margin: 0 17px 0 15px;
      line-height: 48px; }
      .rtl .dp-top .header-btn:not(.btn-search).btn-wl {
        margin: 0 15px 0 17px; }
    .dp-top .header-btn:not(.btn-search).btn-cart {
      background-color: #f3e4dc; }
    .dp-top .header-btn:not(.btn-search):hover {
      background-color: #bac34e; }
      .dp-top .header-btn:not(.btn-search):hover i {
        color: #fff; }
    .dp-top .header-btn:not(.btn-search) i {
      font-size: 16px;
      color: #0a472e;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .dp-top .header-btn:not(.btn-search) .ap-total {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      font-size: 10px;
      font-weight: 400;
      color: #fff;
      background-color: #e0bf96;
      position: absolute;
      top: 0;
      right: -9px; }
      .rtl .dp-top .header-btn:not(.btn-search) .ap-total {
        left: -9px;
        right: auto; }
  .dp-top #_desktop_cart .header > a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .dp-top #_desktop_cart .header > a .cart-total-value {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      font-size: 14px;
      font-weight: 700;
      margin-left: 15px;
      color: #000; }
      .rtl .dp-top #_desktop_cart .header > a .cart-total-value {
        margin-right: 15px;
        margin-left: inherit; }
      @media (max-width: 1199px) {
        .dp-top #_desktop_cart .header > a .cart-total-value {
          display: none; } }

/*css module quick login*/
.wr-quicklogin {
  z-index: 9;
  display: inline-block;
  width: 100%; }
  .wr-quicklogin hr {
    display: none; }
  .wr-quicklogin .lql-social-login {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    margin: 20px 0 30px 0; }
    .wr-quicklogin .lql-social-login .lql-social-login-title {
      font-size: 16px;
      text-align: left;
      color: #bac34e;
      width: 100%; }
      .rtl .wr-quicklogin .lql-social-login .lql-social-login-title {
        text-align: right; }
  .wr-quicklogin .social-login-bt {
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    margin-right: 4px; }
    .rtl .wr-quicklogin .social-login-bt {
      float: right; }
    .rtl .wr-quicklogin .social-login-bt {
      margin-left: 4px;
      margin-right: inherit; }
    .wr-quicklogin .social-login-bt:last-child {
      margin-right: 0; }
      .rtl .wr-quicklogin .social-login-bt:last-child {
        margin-left: 0;
        margin-right: inherit; }
    .wr-quicklogin .social-login-bt:hover {
      background: transparent; }
    .wr-quicklogin .social-login-bt.facebook-login-bt {
      border: 1px solid #4C68A2; }
      .wr-quicklogin .social-login-bt.facebook-login-bt:hover {
        color: #4C68A2; }
    .wr-quicklogin .social-login-bt.google-login-bt {
      border: 1px solid #4285f4; }
      .wr-quicklogin .social-login-bt.google-login-bt:hover {
        color: #4285f4; }
    .wr-quicklogin .social-login-bt.twitter-login-bt {
      border: 1px solid #53d1f8; }
      .wr-quicklogin .social-login-bt.twitter-login-bt:hover {
        color: #53d1f8; }
  .wr-quicklogin .header-button {
    display: block; }
  .wr-quicklogin:hover {
    cursor: pointer; }
    .wr-quicklogin:hover .header-button i, .wr-quicklogin:hover .header-button span {
      color: #bac34e; }
  .wr-quicklogin .header-button {
    display: none; }
    .wr-quicklogin .header-button .icon-login {
      float: left; }
      .rtl .wr-quicklogin .header-button .icon-login {
        float: right; }
    .wr-quicklogin .header-button span {
      float: right;
      padding-left: 10px;
      color: #0a472e; }
      .rtl .wr-quicklogin .header-button span {
        float: left; }
      .rtl .wr-quicklogin .header-button span {
        padding-right: 10px;
        padding-left: inherit; }
  .wr-quicklogin .content {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0; }
    .rtl .wr-quicklogin .content {
      left: 0;
      right: auto; }
    .wr-quicklogin .content > .row {
      margin: 0; }
    .wr-quicklogin .content.out {
      width: 600px;
      display: block;
      background: #fff;
      max-width: inherit;
      padding-top: 29px;
      z-index: 1;
      display: block;
      padding: 0;
      width: 100%; }
      .wr-quicklogin .content.out > .row > div {
        width: 100%;
        padding: 0; }
    .wr-quicklogin .content.in {
      padding: 20px;
      min-width: 200px;
      padding: 0;
      display: none; }
      .wr-quicklogin .content.in a {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
        font-size: 13px;
        text-align: left; }
        .rtl .wr-quicklogin .content.in a {
          text-align: right; }
  .wr-quicklogin .leo-login-title, .wr-quicklogin .leo-register-title {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #bac34e; }
    .rtl .wr-quicklogin .leo-login-title, .rtl .wr-quicklogin .leo-register-title {
      text-align: right; }
  .wr-quicklogin .lql-form-content input {
    border: 1px solid #e2e2e2;
    font-size: 14px; }
    .wr-quicklogin .lql-form-content input:focus {
      border: 1px solid #bac34e; }
  .wr-quicklogin .lql-form-content-element > .col-xs-6 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .wr-quicklogin .lql-form-content-element > .col-xs-6 .form-control-label {
      font-size: 12px;
      padding: 0 0 0 7px;
      margin: 0; }
      .rtl .wr-quicklogin .lql-form-content-element > .col-xs-6 .form-control-label {
        padding: 0 7px 0 0; }
    .wr-quicklogin .lql-form-content-element > .col-xs-6 .leoquicklogin-forgotpass {
      font-size: 12px; }
  .wr-quicklogin .lql-form-content-element.leo-form-chk {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .wr-quicklogin .lql-form-content-element.leo-form-chk .form-control-label {
      padding: 0 0 0 7px;
      margin: 0;
      font-size: 12px; }
      .rtl .wr-quicklogin .lql-form-content-element.leo-form-chk .form-control-label {
        padding: 0 7px 0 0; }
  .wr-quicklogin .lql-form-bt {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #bac34e;
    font-size: 12px;
    border-radius: 20px;
    padding: 10px 15px 7px 15px;
    border-color: #bac34e;
    color: #fff; }
  .wr-quicklogin .lql-pass-login, .wr-quicklogin .lql-register-pass {
    background-repeat: no-repeat;
    background-position: right center;
    padding: 9px 30px 9px 15px;
    background-size: 27px 27px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0ibTI1NS44NjIgMzBjLTE2LjU0MiAwLTMwIDEzLjQ1OC0zMCAzMHMxMy40NTggMzAgMzAgMzAgMzAtMTMuNDU4IDMwLTMwLTEzLjQ1OC0zMC0zMC0zMHptMCA0NWMtOC4yNzEgMC0xNS02LjcyOS0xNS0xNXM2LjcyOS0xNSAxNS0xNSAxNSA2LjcyOSAxNSAxNS02LjcyOSAxNS0xNSAxNXoiLz48cGF0aCBkPSJtMjY5Ljg0IDIxMy4zMDctNi40NTguOTA2djg4LjE4N2gxNXYtNzUuMzM0YzI0LjYwNC00LjkxMSA0Ny4wMzUtMTcuODU0IDYzLjcyNi0zNi44OTQgMTguMzEzLTIwLjg5MyAyOC4zOTgtNDcuNzE2IDI4LjM5OC03NS41MjggMC0yNy42NDktOS45ODItNTQuMzU0LTI4LjEwOS03NS4xOTdsLTExLjMxOCA5Ljg0NGMxNS43NTIgMTguMTEyIDI0LjQyOCA0MS4zMjIgMjQuNDI4IDY1LjM1NC0uMDAxIDQ5LjM5NC0zNi44MjkgOTEuODEtODUuNjY3IDk4LjY2MnoiLz48cGF0aCBkPSJtMjU1Ljg2MiAxNWMyNC4wMzMgMCA0Ny4yNDMgOC42NzYgNjUuMzU1IDI0LjQyOGw5Ljg0NC0xMS4zMThjLTIwLjg0My0xOC4xMjgtNDcuNTQ5LTI4LjExLTc1LjE5OS0yOC4xMS0yOS4yMjQgMC01Ny4wNTcgMTEtNzguMzcgMzAuOTc0LTIxLjIxMSAxOS44NzctMzMuOTkzIDQ2Ljc0Ni0zNS45OTEgNzUuNjU3bDE0Ljk2NSAxLjAzNWMzLjU5MS01MS45NjMgNDcuMjUxLTkyLjY2NiA5OS4zOTYtOTIuNjY2eiIvPjxwYXRoIGQ9Im0zMjAuNjg5IDQyMi4wMDFoLTI3LjMwOHYtMTUuODU0aDI3LjE0YzEyLjQwNiAwIDIyLjUtMTAuMDk0IDIyLjUtMjIuNXMtMTAuMDk0LTIyLjUtMjIuNS0yMi41aC00Mi4xNHYtNDMuNzQ3aC0xNXY1OC43NDZoNTcuMTRjNC4xMzYgMCA3LjUgMy4zNjQgNy41IDcuNXMtMy4zNjQgNy41LTcuNSA3LjVoLTQyLjE0djQ1Ljg1NGg0Mi4zMDhjNC4xMzYgMCA3LjUgMy4zNjQgNy41IDcuNSAwIDQuMTM1LTMuMzY0IDcuNDk5LTcuNSA3LjQ5OWgtNTcuMzA4djM3LjVjMCA0LjEzNi0zLjM2NCA3LjUtNy41IDcuNXMtNy41MS0zLjM3My03LjUyLTcuNTAxbC0uMDA1LTY3LjkyNi0xNSAuMDAyLjAwNSA2Ny45NDNjLjAzIDEyLjM5NiAxMC4xMzIgMjIuNDgxIDIyLjUyIDIyLjQ4MSAxMi40MDcgMCAyMi41LTEwLjA5NCAyMi41LTIyLjV2LTIyLjQ5OGg0Mi4zMDhjMTIuNDA2IDAgMjIuNS0xMC4wOTMgMjIuNS0yMi40OTlzLTEwLjA5My0yMi41LTIyLjUtMjIuNXoiLz48cGF0aCBkPSJtMjQ4LjM0MSAyMTQuMjEzLTYuNDU4LS45MDZjLTQ2LjI3Ni02LjQ5Mi04Mi4yMDItNDUuMDUxLTg1LjQyNS05MS42ODVsLTE0Ljk2NSAxLjAzNGMxLjgwNyAyNi4xNDYgMTIuNjg4IDUxLjExIDMwLjYzOCA3MC4yOTMgMTYuMzYzIDE3LjQ4NyAzNy45MDEgMjkuNDQ4IDYxLjIxIDM0LjExNGwuMDE0IDE3OS41MTEgMTUtLjAwMnoiLz48cGF0aCBkPSJtMjc4LjU4NyAxODAuNTA1IDQuODc3IDE0LjE4NmMzMS4yMTYtMTAuNzM0IDUzLjQ0OS0zOC45MyA1Ni42NDMtNzEuODMxbC0xNC45My0xLjQ0OWMtMi42MjcgMjcuMDY5LTIwLjkxNSA1MC4yNjYtNDYuNTkgNTkuMDk0eiIvPjxwYXRoIGQ9Im0zNDAuMTEyIDEwNi40MzRjLS41NDMtNS42MzQtMS42NTUtMTEuMjI1LTMuMzA3LTE2LjYxN2wtMTQuMzQyIDQuMzkzYzEuMzU2IDQuNDMyIDIuMjcxIDkuMDI4IDIuNzE3IDEzLjY2MnoiLz48L2c+PC9zdmc+"); }
    .rtl .wr-quicklogin .lql-pass-login, .rtl .wr-quicklogin .lql-register-pass {
      padding: 9px 15px 9px 30px; }
    [dir="rtl"] .wr-quicklogin .lql-pass-login, [dir="rtl"] .wr-quicklogin .lql-register-pass {
      background-position: left center; }
  .wr-quicklogin:hover .content {
    opacity: 1;
    visibility: visible; }

.bg-over-lay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.bg-over-lay-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.show-over-lay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.group-nav {
  padding: 0;
  width: 300px;
  height: 100%;
  z-index: 9999999;
  background: #fff !important;
  left: 0;
  text-align: center;
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  overflow: auto; }
  [dir="rtl"] .group-nav {
    right: auto;
    left: 0;
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0); }
  .group-nav.active-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .group-nav > div {
    padding-right: 20px; }
    [dir="rtl"] .group-nav > div {
      padding-left: 20px;
      padding-right: 10px; }

.wr-close {
  position: absolute;
  top: 42px;
  right: 15px; }
  .rtl .wr-close {
    left: 15px;
    right: auto; }

.header-logo-inner {
  text-align: left;
  padding: 30px 0; }
  .rtl .header-logo-inner {
    text-align: right; }

.closemenu {
  display: block; }
  .closemenu:hover i:before, .closemenu:hover i:after {
    cursor: pointer;
    background: #bac34e; }
  .closemenu i {
    cursor: pointer;
    width: 45px;
    height: 45px;
    float: right;
    position: relative; }
    .closemenu i:before, .closemenu i:after {
      content: '';
      background: #666666;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 2px; }
    .closemenu i:before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .closemenu i:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

#leo_block_top {
  width: 100%;
  margin: 0; }
  #leo_block_top .popup-title {
    display: none; }
  #leo_block_top .popup-content {
    width: 100%;
    display: block;
    position: static;
    border: 0;
    padding: 20px 0 50px 0; }
    #leo_block_top .popup-content .row > div {
      width: 50%;
      float: left; }
      .rtl #leo_block_top .popup-content .row > div {
        float: right; }
      #leo_block_top .popup-content .row > div:last-child {
        border-left: 1px solid #e2e2e2; }
        .rtl #leo_block_top .popup-content .row > div:last-child {
          border-right: 1px solid #e2e2e2;
          border-left: inherit; }
    #leo_block_top .popup-content .language-selector, #leo_block_top .popup-content .currency-selector {
      display: inline-block;
      width: 100%; }
      #leo_block_top .popup-content .language-selector span.title, #leo_block_top .popup-content .currency-selector span.title {
        font-size: 14px;
        display: block;
        margin-bottom: 10px; }
      #leo_block_top .popup-content .language-selector ul, #leo_block_top .popup-content .currency-selector ul {
        display: inline-block;
        margin-bottom: 7px; }
      #leo_block_top .popup-content .language-selector li, #leo_block_top .popup-content .currency-selector li {
        float: left;
        border: 1px solid transparent; }
        #leo_block_top .popup-content .language-selector li:nth-child(3n+1), #leo_block_top .popup-content .currency-selector li:nth-child(3n+1) {
          clear: both; }
    #leo_block_top .popup-content .language-selector li {
      padding: 2px 4px; }
      #leo_block_top .popup-content .language-selector li.current {
        border-color: #bac34e; }
      #leo_block_top .popup-content .language-selector li a {
        display: block;
        line-height: 0; }
    #leo_block_top .popup-content .currency-selector span.title {
      margin-bottom: 5px; }
    #leo_block_top .popup-content .currency-selector ul {
      margin-bottom: 0; }
    #leo_block_top .popup-content .currency-selector li {
      padding: 0 5px; }
      #leo_block_top .popup-content .currency-selector li.current a {
        color: #bac34e; }
    #leo_block_top .popup-content .user-info {
      margin-bottom: 0; }
      #leo_block_top .popup-content .user-info li {
        margin-bottom: 6px; }
        #leo_block_top .popup-content .user-info li:last-child {
          margin-bottom: 0; }

.popup-over a.popup-title {
  padding: 15px;
  position: relative;
  display: block; }
  .popup-over a.popup-title:after {
    content: '';
    width: 1px;
    height: 13px;
    display: block;
    background: #e2e2e2;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl .popup-over a.popup-title:after {
      left: 0;
      right: auto; }
  .popup-over a.popup-title img {
    margin-right: 5px; }
    .rtl .popup-over a.popup-title img {
      margin-left: 5px;
      margin-right: inherit; }
  .popup-over a.popup-title i {
    font-size: 0;
    width: 10px;
    height: 10px;
    vertical-align: -1px; }
    .popup-over a.popup-title i:before {
      content: '\f107';
      font-family: "FontAwesome";
      font-size: 14px; }
.popup-over .popup-content {
  border-radius: 3px;
  margin-top: 0;
  right: 0;
  left: auto;
  text-align: left; }
  .rtl .popup-over .popup-content {
    text-align: right; }
  [dir="rtl"] .popup-over .popup-content {
    right: auto;
    left: 0; }
  .popup-over .popup-content li.current a {
    color: #bac34e; }
  .popup-over .popup-content li a {
    font-size: 13px; }
    .popup-over .popup-content li a:hover {
      color: #bac34e; }
    .popup-over .popup-content li a:before {
      margin-right: 5px;
      font-family: "FontAwesome"; }
      .rtl .popup-over .popup-content li a:before {
        margin-left: 5px;
        margin-right: inherit; }
    .popup-over .popup-content li a.account:before {
      content: '\f2c0'; }
    .popup-over .popup-content li a.logout:before {
      content: "\f08b"; }
    .popup-over .popup-content li a.signin:before {
      content: '\f090'; }
    .popup-over .popup-content li a.myacount:before {
      content: '\f2c0'; }
    .popup-over .popup-content li a.ap-btn-wishlist:before {
      content: '\f08a'; }
    .popup-over .popup-content li a.ap-btn-compare:before {
      content: '\f24d'; }
    .popup-over .popup-content li a.checkout:before {
      content: '\f046'; }

.language-selector-wrapper a.popup-title {
  padding-right: 0; }
  .rtl .language-selector-wrapper a.popup-title {
    padding-left: 0;
    padding-right: inherit; }
  .language-selector-wrapper a.popup-title:after {
    display: none; }

.dp-top-menu:not(.home-3, .h6-box-menu) {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .dp-top-menu:not(.home-3, .h6-box-menu) > div:first-child {
    padding-right: 0;
    width: 295px; }
    .rtl .dp-top-menu:not(.home-3, .h6-box-menu) > div:first-child {
      padding-left: 0;
      padding-right: inherit; }
    @media (max-width: 991px) {
      .dp-top-menu:not(.home-3, .h6-box-menu) > div:first-child {
        width: 100%;
        padding: 0 0 0 0; }
        .rtl .dp-top-menu:not(.home-3, .h6-box-menu) > div:first-child {
          padding: 0 0 0 0; } }
  .dp-top-menu:not(.home-3, .h6-box-menu) > div:last-child {
    width: 100%; }
    @media (max-width: 991px) {
      .dp-top-menu:not(.home-3, .h6-box-menu) > div:last-child {
        padding: 0;
        width: auto;
        position: absolute;
        top: 28px;
        left: 10px; }
        .rtl .dp-top-menu:not(.home-3, .h6-box-menu) > div:last-child {
          right: 30px;
          left: auto; }

    }

    @media (max-width: 468px) {
      .dp-top-menu:not(.home-3, .h6-box-menu) > div:last-child {
        top: 10px; }
    }

.header-button-mobile {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 11;
  border-top: 1px solid #ebebeb; }
  .header-button-mobile > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0; }
    .header-button-mobile > div > div {
      width: 25%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      text-align: center;
      height: 59px;
      border-right: 1px solid #ebebeb; }
      .rtl .header-button-mobile > div > div {
        border-left: 1px solid #ebebeb;
        border-right: inherit; }
      .header-button-mobile > div > div > a {
        font-size: 1.41575em;
        color: #0a472e; }
  .header-button-mobile .btn-wl .wr-icon-wl {
    position: relative; }
  .header-button-mobile .btn-wl .ap-total-wishlist {
    font-size: 12px;
    width: 18px;
    height: 18px;
    background: #e0bf96;
    display: block;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -9px; }

.hd-name-btn {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #0a472e;
  margin-top: 3px; }

#leo_search_block_top .btn-search {
  font-size: 1.41575em;
  color: #0a472e; }
#leo_search_block_top.active .btn-search i:before {
  content: '\f00d'; }

.h1-box-banner {
  padding: 30px 0; }
  .h1-box-banner .ApImage {
    border-radius: 4px;
    position: relative; }
    @media (max-width: 767px) {
      .h1-box-banner .ApImage {
        margin-top: 15px; } }
    .h1-box-banner .ApImage img {
      height: 280px !important;
      object-fit: cover; }
    .h1-box-banner .ApImage .image_description {
      position: absolute;
      top: 50%;
      left: 50px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rtl .h1-box-banner .ApImage .image_description {
        right: 50px;
        left: auto; }
    .h1-box-banner .ApImage h3 {
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      margin-bottom: 60px; }
      @media (max-width: 1024px) {
        .h1-box-banner .ApImage h3 {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 30px; } }
    .h1-box-banner .ApImage p {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .h1-box-banner > div:first-child .ApImage {
      margin-top: 0; } }
  .h1-box-banner > div:first-child .ApImage h3 {
    color: #0a472e; }

.btn-banner-style-1 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  position: relative;
  display: inline-block; }
  .btn-banner-style-1 i {
    vertical-align: -1.1px;
    transition: transform 0.3s; }
  .btn-banner-style-1:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-banner-style-1:hover {
    color: #fff; }
    .btn-banner-style-1:hover i {
      transform: translateX(3px); }
    .btn-banner-style-1:hover:after {
      background-color: #fff; }

.have-title {
  position: relative; }
  .have-title .title-ap-group {
    font-size: 30px;
    color: #0a472e;
    font-weight: 400;
    letter-spacing: -0.75px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 0 20px 15px;
    margin-bottom: 30px;
    max-width: 50%;
    position: relative; }
    .rtl .have-title .title-ap-group {
      padding: 0 15px 20px 0; }
    @media (max-width: 767px) {
      .have-title .title-ap-group {
        padding: 0 0 10px 0;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 24px; } }
    .have-title .title-ap-group:before {
      content: '\f111';
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      color: #bac34e;
      margin-right: 10px;
      font-weight: 900; }
      .rtl .have-title .title-ap-group:before {
        margin-left: 10px;
        margin-right: inherit; }
    .have-title .title-ap-group:after {
      content: '';
      width: calc(100vw - 90px);
      position: absolute;
      bottom: 0;
      left: 15px;
      background-color: #e2e2e2;
      height: 1px;
      max-width: 1590px; }
      .rtl .have-title .title-ap-group:after {
        right: 15px;
        left: auto; }
  .have-title.tt-cl-2 .title-ap-group:before {
    color: #eb3069; }
  .have-title.tt-cl-3 .title-ap-group:before {
    color: #eb9a30; }
  .have-title.tt-cl-4 .title-ap-group:before {
    color: #7bcae1; }

.h1-box-product {
  border-radius: 5px;
  padding: 30px 15px;
  margin: 0 0 30px 0;
  background-color: #fff !important;
  position: relative; }
  .h1-box-product > div:nth-child(2) {
    width: 24.0741%; }
  .h1-box-product > div:last-child {
    width: 75.9259%;
    position: static; }
    @media (max-width: 991px) {
      .h1-box-product > div:last-child {
        width: 100%; } }
  @media (max-width: 767px) {
    .h1-box-product .tabs-dropdown-menu {
      margin-bottom: 30px; }
      .h1-box-product .tabs-dropdown-menu.open > button {
        background-color: #bac34e !important;
        color: #fff !important; }
      .h1-box-product .tabs-dropdown-menu > button {
        width: 100%;
        font-size: 12px;
        border-radius: 4px;
        background: #0a472e;
        display: flex;
        align-items: center;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 7px;
        margin: auto;
        position: relative;
        text-transform: inherit;
        letter-spacing: 0.1px;
        font-weight: 400; }
        .h1-box-product .tabs-dropdown-menu > button:after {
          position: absolute;
          right: 15px;
          border: 0;
          width: auto;
          height: auto;
          margin: 0;
          content: '\f107';
          font-family: "Font Awesome 5 Pro"; }
      .h1-box-product .tabs-dropdown-menu .dropdown-menu {
        width: 100%; }
        .h1-box-product .tabs-dropdown-menu .dropdown-menu > a {
          font-size: 12px;
          padding: 5px 15px;
          color: #000; }
          .h1-box-product .tabs-dropdown-menu .dropdown-menu > a:hover, .h1-box-product .tabs-dropdown-menu .dropdown-menu > a.active {
            background-color: transparent;
            color: #bac34e; } }
  .h1-box-product .nav-tabs {
    padding: 0;
    border: 0;
    position: absolute;
    right: 30px;
    top: 31px; }
    .rtl .h1-box-product .nav-tabs {
      left: 30px;
      right: auto; }
    .h1-box-product .nav-tabs .nav-item {
      margin: 0 20px 0 0;
      position: relative; }
      .rtl .h1-box-product .nav-tabs .nav-item {
        margin: 0 0 0 20px; }
      .h1-box-product .nav-tabs .nav-item:before {
        content: '.';
        position: absolute;
        right: -11px;
        top: 2px;
        color: #555555; }
      .h1-box-product .nav-tabs .nav-item:last-child {
        margin: 0 0 0 0; }
        .rtl .h1-box-product .nav-tabs .nav-item:last-child {
          margin: 0 0 0 0; }
        .h1-box-product .nav-tabs .nav-item:last-child:before {
          display: none; }
      .h1-box-product .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        font-weight: 400;
        color: #555555;
        padding: 5px 0;
        text-transform: inherit;
        border: 0; }
        .h1-box-product .nav-tabs .nav-item .nav-link:hover, .h1-box-product .nav-tabs .nav-item .nav-link.active {
          color: #bac34e; }
  .h1-box-product .ApImage {
    position: relative;
    border-radius: 4px; }
    .h1-box-product .ApImage img {
      border-radius: 4px;
      height: 470px !important;
      object-fit: cover; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .h1-box-product .ApImage img {
          height: 400px !important; } }
    .h1-box-product .ApImage .image_description {
      position: absolute;
      left: 50%;
      top: 85px;
      text-align: center;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; }
      .h1-box-product .ApImage .image_description a {
        font-size: 12px;
        color: #000;
        font-weight: 700;
        background: #fff;
        padding: 12px 22px;
        border-radius: 20px;
        margin-top: 30px;
        display: inline-block;
        position: relative; }
        .h1-box-product .ApImage .image_description a:before {
          content: '';
          width: 0;
          height: 1px;
          background-color: #fff;
          display: block;
          position: absolute;
          top: -25px;
          margin: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        .h1-box-product .ApImage .image_description a i {
          transition: transform 0.3s; }
        .h1-box-product .ApImage .image_description a:hover {
          color: #bac34e; }
          .h1-box-product .ApImage .image_description a:hover i {
            transform: translateX(3px); }
            [dir="rtl"] .h1-box-product .ApImage .image_description a:hover i {
              transform: translateX(-3px); }
    .h1-box-product .ApImage h4 {
      font-size: 24px;
      color: #fff;
      font-family: "Conv_Greatest Richmond 400";
      margin-bottom: 15px; }
    .h1-box-product .ApImage h3 {
      font-size: 40px;
      color: #f1de78;
      margin-bottom: 15px;
      font-weight: 700; }
      .h1-box-product .ApImage h3.cl-2 {
        color: #eebb6d; }
      .h1-box-product .ApImage h3.cl-3 {
        color: #addb2c; }
      .h1-box-product .ApImage h3.cl-4 {
        color: #f8a904; }
    .h1-box-product .ApImage p {
      font-size: 14px;
      color: #fff; }
      .h1-box-product .ApImage p:last-child {
        margin-bottom: 0; }
    .h1-box-product .ApImage:hover .image_description a {
      opacity: 1;
      visibility: visible; }
      .h1-box-product .ApImage:hover .image_description a:before {
        width: 100px; }

.h1-box-email {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .h1-box-email {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .h1-box-email .ApImage img {
    height: 280px !important;
    object-fit: cover; }
  .h1-box-email .ApImage .image_description {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 30px; }
    .h1-box-email .ApImage .image_description h2 {
      font-size: 30px;
      line-height: 36px;
      color: #0a472e;
      margin-bottom: 30px; }
    .h1-box-email .ApImage .image_description p {
      margin-bottom: 0; }
    .h1-box-email .ApImage .image_description .btn-banner-style-1:hover {
      color: #bac34e; }
      .h1-box-email .ApImage .image_description .btn-banner-style-1:hover:after {
        background-color: #bac34e; }
  .h1-box-email .block_newsletter {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h1_bg_email.jpg");
    background-color: #9ce5e4;
    padding: 0 60px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1199px) {
      .h1-box-email .block_newsletter {
        padding: 0 30px;
        background-image: none; } }
    @media (max-width: 991px) {
      .h1-box-email .block_newsletter {
        padding: 30px 30px 50px 30px;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        margin-top: 30px;
        text-align: center; } }
    .h1-box-email .block_newsletter .title_block {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 5px; }
    .h1-box-email .block_newsletter .fa-envelope-open-text {
      font-size: 64px;
      color: #fff;
      margin-bottom: 20px; }
    .h1-box-email .block_newsletter .block_content .email-conditions {
      font-size: 14px;
      color: #fff;
      margin-bottom: 15px;
      line-height: 20px; }
    .h1-box-email .block_newsletter form .input-wrapper {
      position: relative;
      max-width: 330px; }
      @media (max-width: 991px) {
        .h1-box-email .block_newsletter form .input-wrapper {
          margin: auto; } }
    .h1-box-email .block_newsletter form input[type=email] {
      width: 100%;
      height: 38px;
      border-radius: 19px;
      border: 1px solid #e4ded7;
      padding: 0 50px 0 20px;
      font-size: 12px;
      color: #aaaaaa; }
      .h1-box-email .block_newsletter form input[type=email]:focus {
        outline: 0; }
    .h1-box-email .block_newsletter form button {
      border: 0;
      background: none;
      position: absolute;
      top: 2px;
      right: 3px;
      padding: 0;
      width: 34px;
      height: 34px;
      line-height: 37px; }
      .rtl .h1-box-email .block_newsletter form button {
        left: 3px;
        right: auto; }
      .h1-box-email .block_newsletter form button i {
        font-weight: 700; }
      .h1-box-email .block_newsletter form button:hover {
        color: #bac34e; }

.h1-box-listcate {
  margin: 0;
  padding: 30px 0;
  position: relative; }
  .h1-box-listcate > .title-ap-group {
    font-size: 30px;
    color: #0a472e;
    font-weight: 400;
    letter-spacing: -0.75px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 0 20px 30px;
    margin-bottom: 50px;
    position: relative; }
    .rtl .h1-box-listcate > .title-ap-group {
      padding: 0 30px 20px 0; }
    @media (max-width: 575px) {
      .h1-box-listcate > .title-ap-group {
        margin-bottom: 30px;
        padding: 0 0 10px 0;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 24px; } }
    .h1-box-listcate > .title-ap-group:before {
      content: '\f111';
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      color: #b77be1;
      margin-right: 10px;
      font-weight: 900; }
      .rtl .h1-box-listcate > .title-ap-group:before {
        margin-left: 10px;
        margin-right: inherit; }
    .h1-box-listcate > .title-ap-group:after {
      content: '';
      width: calc(100vw - 90px);
      position: absolute;
      bottom: 0;
      left: 30px;
      background-color: #e2e2e2;
      height: 1px;
      max-width: 1590px; }
      .rtl .h1-box-listcate > .title-ap-group:after {
        right: 30px;
        left: auto; }
  .h1-box-listcate > div {
    padding: 10px 0 60px 30px; }
    .rtl .h1-box-listcate > div {
      padding: 10px 30px 60px 0; }
    @media (min-width: 576px) {
      .h1-box-listcate > div {
        border-right: 1px solid #e2e2e2; }
        .rtl .h1-box-listcate > div {
          border-left: 1px solid #e2e2e2;
          border-right: inherit; } }
    @media (max-width: 1199px) {
      .h1-box-listcate > div {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .h1-box-listcate > div {
        padding: 30px;
        border: 1px solid #e2e2e2 !important;
        width: calc(100% - 30px);
        margin-left: 15px; } }
    .h1-box-listcate > div:not(.title-ap-group) {
      background-position: bottom right;
      background-repeat: no-repeat; }
    .h1-box-listcate > div:nth-child(2) {
      background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h1_bg_cate_1.jpg"); }
    .h1-box-listcate > div:nth-child(3) {
      background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h1_bg_cate_2.jpg"); }
    .h1-box-listcate > div:nth-child(4) {
      background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h1_bg_cate_3.jpg"); }
      @media (max-width: 1199px) and (min-width: 768px) {
        .h1-box-listcate > div:nth-child(4) {
          border-right: none; }
          .rtl .h1-box-listcate > div:nth-child(4) {
            border-left: none;
            border-right: inherit; } }
    .h1-box-listcate > div:nth-child(5) {
      background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h1_bg_cate_4.jpg"); }
      @media (max-width: 767px) {
        .h1-box-listcate > div:nth-child(5) {
          border-right: none; }
          .rtl .h1-box-listcate > div:nth-child(5) {
            border-left: none;
            border-right: inherit; } }
    .h1-box-listcate > div:nth-child(6) {
      background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h1_bg_cate_5.jpg"); }
    .h1-box-listcate > div:last-child {
      border-right: none;
      background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h1_bg_cate_6.jpg"); }
      .rtl .h1-box-listcate > div:last-child {
        border-left: none;
        border-right: inherit; }
  .h1-box-listcate .list-cate .list-cate-title {
    font-size: 16px;
    margin-bottom: 25px; }
  .h1-box-listcate .list-cate ul {
    margin-bottom: 50px; }
  .h1-box-listcate .list-cate li {
    margin-bottom: 10px; }
    .h1-box-listcate .list-cate li:last-child {
      margin-bottom: 0; }
    .h1-box-listcate .list-cate li a {
      font-size: 14px;
      color: #555555; }
      .h1-box-listcate .list-cate li a:before {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        margin-right: 10px;
        color: #bac34e; }
        .rtl .h1-box-listcate .list-cate li a:before {
          margin-left: 10px;
          margin-right: inherit; }
      .h1-box-listcate .list-cate li a:hover {
        color: #bac34e; }
        .h1-box-listcate .list-cate li a:hover:before {
          color: #bac34e; }
  .h1-box-listcate .list-cate > p {
    margin-bottom: 0; }
    .h1-box-listcate .list-cate > p > a:hover {
      color: #bac34e; }
      .h1-box-listcate .list-cate > p > a:hover:after {
        background-color: #bac34e; }

.h1-box-service.home-1 {
  margin: 30px 0;
  padding: 30px 15px; }
  @media (min-width: 1440px) {
    .h1-box-service.home-1 {
      padding: 50px; } }
  @media (min-width: 1440px) {
    .h1-box-service.home-1 > div {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (max-width: 1439px) and (min-width: 992px) {
    .h1-box-service.home-1 > div {
      width: 33.33333%;
      margin-bottom: 30px; }
      .h1-box-service.home-1 > div:nth-child(4) {
        clear: both;
        margin-bottom: 0; }
      .h1-box-service.home-1 > div:nth-child(5) {
        margin-bottom: 0; } }
  @media (max-width: 991px) {
    .h1-box-service.home-1 > div {
      width: 50%;
      margin-bottom: 30px; }
      .h1-box-service.home-1 > div:nth-child(2n+1) {
        clear: both; }
      .h1-box-service.home-1 > div:last-child {
        margin-bottom: 0; } }
  @media (max-width: 575px) {
    .h1-box-service.home-1 > div {
      width: 100%;
      margin-bottom: 30px; }
      .h1-box-service.home-1 > div:last-child {
        margin-bottom: 0; } }
.h1-box-service .ApImage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .h1-box-service .ApImage img {
    width: 62px; }
  .h1-box-service .ApImage .image_description {
    width: calc(100% - 62px);
    padding-left: 15px; }
    .rtl .h1-box-service .ApImage .image_description {
      padding-right: 15px;
      padding-left: inherit; }
    .h1-box-service .ApImage .image_description h3 {
      font-size: 16px;
      margin-bottom: 10px; }
    .h1-box-service .ApImage .image_description p {
      font-size: 12px;
      color: #555555;
      margin-bottom: 0;
      line-height: 18px; }

.h1-ft-info {
  position: relative;
  padding: 50px 0; }
  .h1-ft-info .ApRawHtml > div {
    float: left;
    width: 50%; }
    .rtl .h1-ft-info .ApRawHtml > div {
      float: right; }
    @media (min-width: 768px) {
      .h1-ft-info .ApRawHtml > div {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; } }
    @media (max-width: 767px) {
      .h1-ft-info .ApRawHtml > div {
        width: 100%;
        text-align: center; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .h1-ft-info .ApRawHtml > div.email-us {
        padding-left: 15px; }
        .rtl .h1-ft-info .ApRawHtml > div.email-us {
          padding-right: 15px;
          padding-left: inherit; } }
    @media (max-width: 767px) {
      .h1-ft-info .ApRawHtml > div.email-us {
        margin-top: 30px; } }
    .h1-ft-info .ApRawHtml > div.email-us h4 {
      margin-bottom: 10px; }
    .h1-ft-info .ApRawHtml > div.email-us p {
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      color: #000; }
      .h1-ft-info .ApRawHtml > div.email-us p:after {
        content: '';
        width: 100%;
        display: block;
        height: 1px;
        background-color: #bac34e; }
  @media (min-width: 768px) {
    .h1-ft-info .ApRawHtml .wr-text {
      padding-left: 15px; }
      .rtl .h1-ft-info .ApRawHtml .wr-text {
        padding-right: 15px;
        padding-left: inherit; } }
  .h1-ft-info .ApRawHtml i {
    font-size: 48px;
    color: #bac34e; }
    @media (max-width: 767px) {
      .h1-ft-info .ApRawHtml i {
        margin-bottom: 15px; } }
  .h1-ft-info .ApRawHtml h4 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 13px; }
  .h1-ft-info .ApRawHtml p {
    margin-bottom: 0; }
  .h1-ft-info .ApRawHtml a {
    font-size: 20px;
    color: #bac34e; }
  @media (max-width: 1199px) {
    .h1-ft-info > div:first-child {
      margin-bottom: 30px; } }
  .h1-ft-info > div:nth-child(2) .title-ap-column {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 13px; }
  @media (max-width: 767px) {
    .h1-ft-info > div:nth-child(2) {
      text-align: center;
      margin-bottom: 30px; } }
  .h1-ft-info .ApImage {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (min-width: 1200px) {
      .h1-ft-info .ApImage {
        float: right; }
        .rtl .h1-ft-info .ApImage {
          float: left; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .h1-ft-info .ApImage {
        float: left; }
        .rtl .h1-ft-info .ApImage {
          float: right; } }
    @media (max-width: 767px) {
      .h1-ft-info .ApImage {
        text-align: center; } }
    .h1-ft-info .ApImage:hover {
      opacity: 0.75; }

.h1-box-ftlist {
  position: relative;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .h1-box-ftlist {
      padding: 40px 0; } }
  .h1-box-ftlist:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    top: 0;
    background: #e2e2e2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .h1-box-ftlist:before {
      margin-right: -1000px;
      margin-left: inherit; }
  @media (max-width: 991px) and (min-width: 768px) {
    .h1-box-ftlist > div:nth-child(3), .h1-box-ftlist > div:nth-child(4), .h1-box-ftlist > div:nth-child(5) {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .h1-box-ftlist > div {
      margin-top: 40px;
      text-align: center; }
      .h1-box-ftlist > div:first-child {
        margin-top: 0; } }
  .h1-box-ftlist .footer-logo {
    text-align: center; }
    @media (min-width: 768px) {
      .h1-box-ftlist .footer-logo {
        padding-top: 50px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .h1-box-ftlist .footer-logo {
        text-align: left; }
        .rtl .h1-box-ftlist .footer-logo {
          text-align: right; } }
  .h1-box-ftlist p {
    line-height: 24px;
    margin-bottom: 0; }
    .h1-box-ftlist p span {
      display: block;
      color: #000; }
    .h1-box-ftlist p:nth-child(2) {
      margin-bottom: 10px; }
  .h1-box-ftlist .ApBlockLink li a {
    color: #999999; }
    .h1-box-ftlist .ApBlockLink li a:hover {
      color: #bac34e; }

.h1-box-copyright {
  padding: 45px 0;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .h1-box-copyright {
      padding: 30px 0; } }
  .h1-box-copyright:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    top: 0;
    background: #e2e2e2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .h1-box-copyright:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .h1-box-copyright p {
    line-height: 24px;
    line-height: 30px;
    margin-bottom: 0; }

#pagenotfound #wrapper {
  background-image: url("../../../../assets/img/modules/appagebuilder/img/bg-error-page.jpg");
  padding: 206.5px 0; }
  @media (max-width: 991px) {
    #pagenotfound #wrapper {
      padding: 100px 0; } }

.dp-top.home-2 {
  padding: 25px 0;
  margin: 0 -15px; }
  @media (max-width: 991px) {
    .dp-top.home-2 {
      padding: 10px 0; } }

.dp-top-menu.home-2 {
  margin: 0; }
  .dp-top-menu.home-2 > div:first-child {
    padding: 0 0 0 0; }
    .rtl .dp-top-menu.home-2 > div:first-child {
      padding: 0 0 0 0; }
  .dp-top-menu.home-2 .ApMegamenu .leo-verticalmenu .title_block {
    background-color: #0a472e;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative; }
    .dp-top-menu.home-2 .ApMegamenu .leo-verticalmenu .title_block:after {
      content: '';
      width: 1px;
      height: 30px;
      background: #3b6c58;
      display: block;
      position: absolute;
      right: 0; }
      .rtl .dp-top-menu.home-2 .ApMegamenu .leo-verticalmenu .title_block:after {
        left: 0;
        right: auto; }
      @media (max-width: 991px) {
        .dp-top-menu.home-2 .ApMegamenu .leo-verticalmenu .title_block:after {
          display: none; } }

.h2-box-slide {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .h2-box-slide > div:first-child {
      margin-bottom: 30px; }
    .h2-box-slide > div:last-child {
      padding: 0; } }
  .h2-box-slide .ApImage {
    position: relative; }
    @media (max-width: 991px) {
      .h2-box-slide .ApImage {
        padding: 0 15px;
        float: left;
        width: 50%; }
        .rtl .h2-box-slide .ApImage {
          float: right; }
        .h2-box-slide .ApImage img {
          height: 220px !important;
          object-fit: cover; } }
    @media (max-width: 767px) {
      .h2-box-slide .ApImage {
        width: 100%; } }
    .h2-box-slide .ApImage:first-child {
      margin-bottom: 30px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .h2-box-slide .ApImage:first-child {
          margin-bottom: 0; } }
      .h2-box-slide .ApImage:first-child .image_description {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 45px; }
        .rtl .h2-box-slide .ApImage:first-child .image_description {
          right: 45px;
          left: auto; }
        .h2-box-slide .ApImage:first-child .image_description h3 {
          font-size: 24px;
          line-height: 30px;
          color: #0a472e;
          margin-bottom: 110px; }
          @media (max-width: 1199px) {
            .h2-box-slide .ApImage:first-child .image_description h3 {
              margin-bottom: 30px; } }
        .h2-box-slide .ApImage:first-child .image_description a:hover {
          color: #bac34e; }
          .h2-box-slide .ApImage:first-child .image_description a:hover:after {
            background-color: #bac34e; }
        .h2-box-slide .ApImage:first-child .image_description p {
          margin-bottom: 0; }
    .h2-box-slide .ApImage:last-child .image_description {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%; }
      .h2-box-slide .ApImage:last-child .image_description h4 {
        font-size: 24px;
        font-family: "Conv_Greatest Richmond 400";
        color: #ffffff;
        margin-bottom: 15px; }
      .h2-box-slide .ApImage:last-child .image_description h2 {
        font-size: 40px;
        color: #f4ed23;
        margin-bottom: 10px; }
      .h2-box-slide .ApImage:last-child .image_description .p-bn {
        color: #ffffff;
        margin-bottom: 20px; }
      .h2-box-slide .ApImage:last-child .image_description p {
        margin-bottom: 0; }

.btn-banner-style-2 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 29px 9px 29px;
  background-color: #bac34e;
  border-radius: 30px;
  display: inline-block; }
  .rtl .btn-banner-style-2 {
    padding: 12px 29px 9px 29px; }
  .btn-banner-style-2 i {
    transition: transform 0.3s ease,-webkit-transform 0.3s ease; }
  .btn-banner-style-2:hover {
    background-color: #ffffff;
    color: #bac34e; }
    .btn-banner-style-2:hover i {
      transform: translateX(3px); }
      [dir="rtl"] .btn-banner-style-2:hover i {
        transform: translateX(-3px); }

.h1-box-service.home-2 {
  border-bottom: 1px solid #e2e2e2; }
  .h1-box-service.home-2 .ApImage {
    max-width: 250px;
    margin: auto; }
  .h1-box-service.home-2 > div {
    padding: 60px 15px; }
    @media (max-width: 575px) {
      .h1-box-service.home-2 > div {
        padding: 30px 15px; } }
    @media (min-width: 1200px) {
      .h1-box-service.home-2 > div:before {
        content: '';
        width: 0;
        height: 3px;
        background-color: #0a472e;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .rtl .h1-box-service.home-2 > div:before {
          right: 0;
          left: auto; }
      .h1-box-service.home-2 > div:hover:before {
        width: 100%;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 991px) {
      .h1-box-service.home-2 > div:nth-child(1), .h1-box-service.home-2 > div:nth-child(2) {
        padding-bottom: 0; } }
    @media (max-width: 575px) {
      .h1-box-service.home-2 > div:nth-child(3) {
        padding-bottom: 0; } }

.box-product {
  padding: 60px 0 80px 0; }
  @media (max-width: 767px) {
    .box-product {
      padding: 40px 0; } }

.have-border .title-ap-group {
  padding: 0;
  margin-bottom: 0; }
  .have-border .title-ap-group:after {
    display: none; }
.have-border .ApRawHtml:not(.block-title-style2) {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .have-border .ApRawHtml:not(.block-title-style2) {
      display: inherit;
      text-align: center; } }
  .have-border .ApRawHtml:not(.block-title-style2) p {
    margin-bottom: 0; }
    @media (max-width: 480px) {
      .have-border .ApRawHtml:not(.block-title-style2) p {
        margin-top: 15px; } }
    .have-border .ApRawHtml:not(.block-title-style2) p a {
      font-size: 12px;
      line-height: 24px;
      color: #bac34e;
      font-weight: 700;
      padding-bottom: 5px;
      display: inline-block;
      border-bottom: 1px solid #bac34e; }
      .have-border .ApRawHtml:not(.block-title-style2) p a i {
        transition: transform 0.3s; }
      .have-border .ApRawHtml:not(.block-title-style2) p a:hover i {
        transform: translateX(3px); }
.have-border .owl-wrapper {
  display: flex !important; }
  .have-border .owl-wrapper > div > div {
    height: 100%; }
    .have-border .owl-wrapper > div > div > .product-miniature {
      height: 100%; }
.have-border .thumbnail-container {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-bottom: 40px;
  height: 100%; }

.h2-box-bn .ApImage {
  position: relative; }
  .h2-box-bn .ApImage img {
    max-width: 300px; }
    @media (max-width: 767px) {
      .h2-box-bn .ApImage img {
        max-width: 100%;
        height: 215px !important;
        object-fit: cover;
        margin-bottom: 15px; } }
  .h2-box-bn .ApImage .image_description {
    position: absolute;
    text-align: center; }
  .h2-box-bn .ApImage.bn2 {
    margin-bottom: 30px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .h2-box-bn .ApImage.bn2 {
        margin-bottom: 18px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .h2-box-bn .ApImage.bn2 {
        margin-bottom: 11px; } }
    @media (max-width: 767px) {
      .h2-box-bn .ApImage.bn2 {
        margin-bottom: 0; } }
    .h2-box-bn .ApImage.bn2 img {
      max-width: 630px; }
      @media (max-width: 767px) {
        .h2-box-bn .ApImage.bn2 img {
          max-width: 100%; } }
    .h2-box-bn .ApImage.bn2 .image_description {
      left: 90px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .h2-box-bn .ApImage.bn2 .image_description {
          left: 40px; } }
  @media (min-width: 768px) {
    .h2-box-bn .ApImage.bn3, .h2-box-bn .ApImage.bn4 {
      width: 50%; } }
  .h2-box-bn .ApImage.bn3 .image_description, .h2-box-bn .ApImage.bn4 .image_description {
    left: 40px;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 768px) {
    .h2-box-bn .ApImage.bn3 {
      float: left;
      padding: 0 15px 0 0; }
      .rtl .h2-box-bn .ApImage.bn3 {
        float: right; }
      .rtl .h2-box-bn .ApImage.bn3 {
        padding: 0 0 0 15px; } }
  @media (min-width: 768px) {
    .h2-box-bn .ApImage.bn4 {
      float: right;
      padding: 0 0 0 15px; }
      .rtl .h2-box-bn .ApImage.bn4 {
        float: left; }
      .rtl .h2-box-bn .ApImage.bn4 {
        padding: 0 15px 0 0; } }
  .h2-box-bn .ApImage.bn1 .image_description, .h2-box-bn .ApImage.bn5 .image_description {
    left: 50%;
    top: 80px;
    transform: translateX(-50%); }
  @media (max-width: 767px) {
    .h2-box-bn .ApImage.bn5 img {
      margin-bottom: 0; } }
  .h2-box-bn .ApImage h3 {
    margin-bottom: 0; }
    .h2-box-bn .ApImage h3 a {
      position: relative;
      font-size: 20px;
      color: #fff;
      font-weight: 400;
      padding-bottom: 20px;
      text-align: center;
      line-height: 24px;
      display: inline-block;
      vertical-align: middle; }
      .h2-box-bn .ApImage h3 a:after {
        content: '';
        width: 50px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.4s;
        bottom: 0; }
  .h2-box-bn .ApImage:hover h3 a:after {
    width: 100px; }

.h2-box-bn2 {
  padding-bottom: 40px; }
@mediaa (min-width: 768px) {
  .h2-box-bn2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
  @media (min-width: 1200px) {
    .h2-box-bn2 .ApRawHtml {
      padding: 0 80px; } }
  .h2-box-bn2 .ApRawHtml h3 {
    font-size: 30px;
    font-weight: 400;
    color: #0a472e;
    letter-spacing: -0.75px;
    line-height: 35px;
    margin-bottom: 20px;
    max-width: 370px; }
    @media (max-width: 767px) {
      .h2-box-bn2 .ApRawHtml h3 {
        margin-top: 20px;
        font-size: 26px;
        line-height: 30px; } }
  .h2-box-bn2 .ApRawHtml p:not(:last-child) {
    font-size: 14px;
    color: #555555; }
  .h2-box-bn2 .ApRawHtml p:last-child {
    margin: 30px 0 0; }
    .h2-box-bn2 .ApRawHtml p:last-child a {
      font-size: 12px;
      color: #bac34e;
      padding-bottom: 5px;
      font-weight: 700;
      border-bottom: 1px solid #bac34e;
      display: inline-block;
      vertical-align: middle; }
      .h2-box-bn2 .ApRawHtml p:last-child a i {
        transition: transform 0.3s; }
      .h2-box-bn2 .ApRawHtml p:last-child a:hover i {
        transform: translateX(3px); }

.h2-box-bn3 {
  padding-bottom: 85px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 767px) {
    .h2-box-bn3 {
      flex-direction: column; }
      .h2-box-bn3 > div:last-child {
        order: -1; } }
  @media (max-width: 767px) {
    .h2-box-bn3 {
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .h2-box-bn3 .ApBlockCarousel {
      padding: 0 80px 0 0; }
      .rtl .h2-box-bn3 .ApBlockCarousel {
        padding: 0 0 0 80px; } }
  @media (max-width: 767px) {
    .h2-box-bn3 .ApBlockCarousel {
      margin-top: 20px; } }
  .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container img {
    width: 48px;
    float: left; }
    .rtl .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container img {
      float: right; }
    @media (max-width: 480px) {
      .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container img {
        margin-bottom: 20px;
        max-width: 40px; } }
  .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript {
    width: calc(100% - 48px);
    padding: 0 0 0 60px;
    float: left; }
    .rtl .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript {
      padding: 0 60px 0 0; }
    .rtl .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript {
      float: right; }
    @media (max-width: 480px) {
      .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript {
        padding: 0 0 0 20px;
        width: calc(100% - 40px); }
        .rtl .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript {
          padding: 0 20px 0 0; } }
    .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript h3 {
      font-size: 30px;
      font-weight: 400;
      color: #0a472e;
      letter-spacing: -0.75px;
      line-height: 35px;
      margin-bottom: 30px; }
    .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript p:not(:last-child) {
      font-size: 14px;
      color: #000000;
      font-weight: 400; }
    .h2-box-bn3 .ApBlockCarousel .block-carousel-image-container .descript p:last-child {
      margin: 25px 0 40px 0; }
  .h2-box-bn3 .ApBlockCarousel .owl-controls {
    margin: 0 0 0 116px; }
    .rtl .h2-box-bn3 .ApBlockCarousel .owl-controls {
      margin: 0 116px 0 0; }
    @media (max-width: 480px) {
      .h2-box-bn3 .ApBlockCarousel .owl-controls {
        margin: 0 0 0 68px; }
        .rtl .h2-box-bn3 .ApBlockCarousel .owl-controls {
          margin: 0 68px 0 0; } }
  .h2-box-bn3 .ApBlockCarousel .owl-theme .owl-controls span {
    margin: 0 7px;
    background-color: #d5d5d5; }
  .h2-box-bn3 .ApBlockCarousel .owl-theme .owl-controls .owl-page.active span, .h2-box-bn3 .ApBlockCarousel .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #0a472e; }
  .h2-box-bn3 .ApBlockCarousel .owl-theme .owl-controls .owl-pagination {
    margin: 0; }

.box-brand {
  padding-top: 60px;
  position: relative; }
  @media (max-width: 767px) {
    .box-brand {
      padding-top: 30px; } }
  .box-brand:before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e5e5e5;
    left: 14px;
    display: block;
    position: absolute;
    top: 0; }

@media (min-width: 768px) {
  .h2-box-email {
    display: flex; } }
@media (max-width: 767px) {
  .h2-box-email > div:last-child .ApRawHtml {
    margin-top: 15px; } }
.h2-box-email > div:last-child .ApRawHtml .wr-text {
  padding: 0 15px 46.72px 25px; }
  .rtl .h2-box-email > div:last-child .ApRawHtml .wr-text {
    padding: 0 25px 46.72px 15px; }
  @media (min-width: 1200px) {
    .h2-box-email > div:last-child .ApRawHtml .wr-text {
      padding: 0 80px 46.72px 25px; }
      .rtl .h2-box-email > div:last-child .ApRawHtml .wr-text {
        padding: 0 25px 46.72px 80px; } }
.h2-box-email .ApRawHtml {
  height: 100%;
  padding: 40px 0;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .h2-box-email .ApRawHtml {
      display: flex; } }
  .h2-box-email .ApRawHtml .wr-icon {
    width: 32.803%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2e2e2; }
    .rtl .h2-box-email .ApRawHtml .wr-icon {
      border-left: 1px solid #e2e2e2;
      border-right: inherit; }
    @media (max-width: 767px) {
      .h2-box-email .ApRawHtml .wr-icon {
        width: 100%;
        margin-bottom: 15px; } }
    .h2-box-email .ApRawHtml .wr-icon i {
      width: 64px;
      height: 64px;
      display: block; }
    .h2-box-email .ApRawHtml .wr-icon .icon-headphone {
      background-image: url("../../../../assets/img/modules/appagebuilder/img/icon-headphonel.png"); }
    .h2-box-email .ApRawHtml .wr-icon .icon-email {
      background-image: url("../../../../assets/img/modules/appagebuilder/img/icon-email.png"); }
  .h2-box-email .ApRawHtml .wr-text {
    width: 67.197%;
    padding: 0 15px 0 25px; }
    .rtl .h2-box-email .ApRawHtml .wr-text {
      padding: 0 25px 0 15px; }
    @media (max-width: 767px) {
      .h2-box-email .ApRawHtml .wr-text {
        width: 100%;
        padding: 0 15px 0 15px;
        text-align: center; }
        .rtl .h2-box-email .ApRawHtml .wr-text {
          padding: 0 15px 0 15px; } }
    .h2-box-email .ApRawHtml .wr-text .p-line1 {
      font-size: 13px;
      color: #aaaaaa;
      margin-bottom: 10px; }
    .h2-box-email .ApRawHtml .wr-text h5 {
      font-size: 12px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .h2-box-email .ApRawHtml .wr-text a {
      display: inline-block;
      width: 100%;
      vertical-align: middle; }
    .h2-box-email .ApRawHtml .wr-text p {
      margin-bottom: 0; }
      .h2-box-email .ApRawHtml .wr-text p.phone-number a {
        font-size: 30px;
        font-weight: 400;
        color: #bac34e;
        margin-bottom: 15px;
        line-height: 30px; }
        @media (max-width: 991px) {
          .h2-box-email .ApRawHtml .wr-text p.phone-number a {
            font-size: 22px;
            line-height: 24px; } }
      .h2-box-email .ApRawHtml .wr-text p.email-adress a {
        font-size: 14px;
        color: #0a472e;
        margin-bottom: 0;
        font-weight: 400;
        margin-bottom: 0; }
      .h2-box-email .ApRawHtml .wr-text p.p-line2 {
        margin-bottom: 0;
        font-size: 14px;
        color: #555555;
        line-height: 20px; }
.h2-box-email .block_newsletter {
  width: calc(100% - 342px);
  position: absolute;
  bottom: 40px;
  right: 95px; }
  .rtl .h2-box-email .block_newsletter {
    left: 95px;
    right: auto; }
  @media (max-width: 1199px) {
    .h2-box-email .block_newsletter {
      right: 30px;
      width: calc(100% - 218px); }
      .rtl .h2-box-email .block_newsletter {
        left: 30px;
        right: auto; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .h2-box-email .block_newsletter {
      width: 53%; } }
  @media (max-width: 767px) {
    .h2-box-email .block_newsletter {
      width: calc(100% - 60px); } }
  .h2-box-email .block_newsletter > i, .h2-box-email .block_newsletter .title_block, .h2-box-email .block_newsletter .email-conditions {
    display: none; }
  .h2-box-email .block_newsletter .input-wrapper {
    position: relative; }
    .h2-box-email .block_newsletter .input-wrapper button {
      position: absolute;
      right: 0;
      background: none;
      width: 38px;
      height: 38px;
      top: 0;
      border: 0;
      padding: 0; }
      .rtl .h2-box-email .block_newsletter .input-wrapper button {
        left: 0;
        right: auto; }
      .h2-box-email .block_newsletter .input-wrapper button i {
        font-weight: 700; }
        [dir="rtl"] .h2-box-email .block_newsletter .input-wrapper button i {
          transform: rotateY(180deg); }
      .h2-box-email .block_newsletter .input-wrapper button:hover i {
        color: #bac34e; }
    .h2-box-email .block_newsletter .input-wrapper input {
      height: 38px;
      border: 1px solid #e2e2e2;
      width: 100%;
      border-radius: 50px;
      padding: 0 45px 0 15px; }
      .rtl .h2-box-email .block_newsletter .input-wrapper input {
        padding: 0 15px 0 45px; }
      .h2-box-email .block_newsletter .input-wrapper input:focus {
        outline: 0; }

.h2-box-mainfooter {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .h2-box-mainfooter {
      padding: 40px 0;
      text-align: center; } }
  @media (max-width: 991px) {
    .h2-box-mainfooter > div {
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .h2-box-mainfooter > div:nth-child(4), .h2-box-mainfooter > div:nth-child(5) {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .h2-box-mainfooter > div:last-child {
      margin-bottom: 0; } }
  .h2-box-mainfooter .ApRawHtml p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px; }
    .h2-box-mainfooter .ApRawHtml p span {
      color: #aaaaaa;
      display: block; }
    .h2-box-mainfooter .ApRawHtml p:first-child {
      color: #555555; }
    .h2-box-mainfooter .ApRawHtml p:nth-child(3) {
      margin-bottom: 0; }
    .h2-box-mainfooter .ApRawHtml p:last-child {
      margin-bottom: 0; }
  .h2-box-mainfooter .ApBlockLink li a {
    color: #555555; }
    .h2-box-mainfooter .ApBlockLink li a:hover {
      color: #bac34e; }
  .h2-box-mainfooter .ApImage {
    margin-bottom: 40px; }
    .h2-box-mainfooter .ApImage img {
      max-width: 226px; }
  @media (min-width: 768px) {
    .h2-box-mainfooter > div:last-child .ApRawHtml {
      float: left;
      margin: 0 15px 0 0; }
      .rtl .h2-box-mainfooter > div:last-child .ApRawHtml {
        float: right; }
      .rtl .h2-box-mainfooter > div:last-child .ApRawHtml {
        margin: 0 0 0 15px; } }
  .h2-box-mainfooter > div:last-child .ApRawHtml h4 {
    margin-bottom: 0;
    margin-top: 3px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .h2-box-mainfooter > div:last-child .ApRawHtml h4 {
        margin: 0 0 20px 0; } }
    @media (max-width: 767px) {
      .h2-box-mainfooter > div:last-child .ApRawHtml h4 {
        margin: 30px 0 20px 0; } }

.h2-box-copyright {
  padding: 40px 0;
  position: relative; }
  @media (max-width: 767px) {
    .h2-box-copyright {
      padding: 20px 0; } }
  .h2-box-copyright:before {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    background-color: #e2e2e2;
    top: 0;
    height: 1px;
    display: block; }
  .h2-box-copyright .ApRawHtml p {
    margin-bottom: 0;
    color: #555555;
    text-align: center; }
    .h2-box-copyright .ApRawHtml p span {
      color: #bac34e; }

/*end home2*/
/*-------------------------------------------------------------------------------------------------*/
/*begin home3*/
.dp-nav2.home-3 {
  padding: 11px 0;
  position: relative; }
  .dp-nav2.home-3:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    background: #0a472e;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px;
    z-index: -1; }
    .rtl .dp-nav2.home-3:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .dp-nav2.home-3 .text-nav2 p {
    font-size: 14px;
    color: #ffffff;
    margin: 0; }
  .dp-nav2.home-3 .link-nav2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .dp-nav2.home-3 .link-nav2 ul {
      margin-bottom: 0; }
    .dp-nav2.home-3 .link-nav2 li {
      float: left;
      margin-right: 30px; }
      .rtl .dp-nav2.home-3 .link-nav2 li {
        float: right; }
      .rtl .dp-nav2.home-3 .link-nav2 li {
        margin-left: 30px;
        margin-right: inherit; }
      .dp-nav2.home-3 .link-nav2 li:last-child {
        margin-right: 0; }
        .rtl .dp-nav2.home-3 .link-nav2 li:last-child {
          margin-left: 0;
          margin-right: inherit; }
      .dp-nav2.home-3 .link-nav2 li a {
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase; }
        .dp-nav2.home-3 .link-nav2 li a:hover {
          color: #bac34e; }

@media (min-width: 992px) {
  .dp-top.home-3 {
    position: relative; } }
.dp-top.home-3 .leo-megamenu .navbar-nav {
  padding: 0 0 0 0; }
  .rtl .dp-top.home-3 .leo-megamenu .navbar-nav {
    padding: 0 0 0 0; }
  .dp-top.home-3 .leo-megamenu .navbar-nav > li:nth-child(2) {
    margin: 0 0 0 0; }
    .rtl .dp-top.home-3 .leo-megamenu .navbar-nav > li:nth-child(2) {
      margin: 0 0 0 0; }
  @media (min-width: 992px) {
    .dp-top.home-3 .leo-megamenu .navbar-nav > li > a {
      color: #000000;
      padding: 50px 0; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .dp-top.home-3 > div:first-child {
    width: 20%; } }
@media (min-width: 992px) {
  .dp-top.home-3 > div:nth-child(2) {
    position: static; }
    .dp-top.home-3 > div:nth-child(2) .leo-megamenu.navbar {
      position: static; }
    .dp-top.home-3 > div:nth-child(2) .leo-megamenu .navbar-nav {
      position: static; }
    .dp-top.home-3 > div:nth-child(2) .leo-megamenu .navbar-nav > li.items-list-cate > .dropdown-menu {
      max-width: 100%; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .dp-top.home-3 > div:nth-child(2) {
    display: flex;
    justify-content: center; } }
@media (max-width: 991px) {
  .dp-top.home-3 > div:nth-child(2) {
    padding: 0;
    width: auto;
    position: absolute;
    top: 28px;
    left: 30px; }
    .rtl .dp-top.home-3 > div:nth-child(2) {
      right: 30px;
      left: auto; } }
@media (max-width: 375px) {
  .dp-top.home-3 > div:nth-child(2) {
    top: 20px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .dp-top.home-3 > div:last-child {
    width: 30%; } }
@media (max-width: 991px) {
  .dp-top.home-3 > div:last-child #leo_search_block_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1111;
    width: 25%;
    height: 59px;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    cursor: pointer; }
    .rtl .dp-top.home-3 > div:last-child #leo_search_block_top {
      left: 0;
      right: auto; } }
@media (min-width: 992px) {
  .dp-top.home-3 {
    padding: 0; }
    .dp-top.home-3 #leo_search_block_top {
      position: relative; }
      .dp-top.home-3 #leo_search_block_top .btn-search {
        display: block !important;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 50%;
        position: relative;
        transition: all 0.3s;
        background-color: #f4f4f4;
        cursor: pointer;
        margin: 0 15px 0 0; }
        .rtl .dp-top.home-3 #leo_search_block_top .btn-search {
          margin: 0 0 0 15px; }
        .dp-top.home-3 #leo_search_block_top .btn-search i {
          font-size: 16px;
          color: #0a472e;
          transition: all 0.3s; }
        .dp-top.home-3 #leo_search_block_top .btn-search .hd-name-btn {
          display: none; }
      .dp-top.home-3 #leo_search_block_top form {
        position: absolute;
        width: 300px;
        right: calc(100% + 15px);
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        z-index: 1; }
        .rtl .dp-top.home-3 #leo_search_block_top form {
          left: calc(100% + 15px);
          right: auto; }
      .dp-top.home-3 #leo_search_block_top.active form {
        opacity: 1;
        visibility: visible; } }
@media (max-width: 991px) {
  .dp-top.home-3 {
    margin: 0 -15px; } }

@media (min-width: 1025px) {
  .box-slide.home-3 .iview-directionNav {
    position: static; }
    .box-slide.home-3 .iview-directionNav a {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .box-slide.home-3 .iview-directionNav a.iview-prevNav {
        margin: 0 0 0 0;
        left: 60px; }
        .rtl .box-slide.home-3 .iview-directionNav a.iview-prevNav {
          margin: 0 0 0 0; }
        .rtl .box-slide.home-3 .iview-directionNav a.iview-prevNav {
          right: 60px;
          left: auto; }
      .box-slide.home-3 .iview-directionNav a.iview-nextNav {
        right: 60px; }
        .rtl .box-slide.home-3 .iview-directionNav a.iview-nextNav {
          left: 60px;
          right: auto; } }

.h3-box-image-cate {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .h3-box-image-cate {
      padding: 50px 0; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .h3-box-image-cate > div:nth-of-type(-n+3) {
      margin-bottom: 30px; } }
  @media (max-width: 767px) and (min-width: 481px) {
    .h3-box-image-cate > div:nth-of-type(-n+4) {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .h3-box-image-cate > div {
      margin-bottom: 30px; }
      .h3-box-image-cate > div:last-child {
        margin-bottom: 0; } }
  .h3-box-image-cate .ApImage {
    position: relative;
    cursor: pointer;
    text-align: center;
    max-width: 190px;
    margin: auto; }
    .h3-box-image-cate .ApImage > a {
      position: relative;
      display: block;
      overflow: hidden; }
      .h3-box-image-cate .ApImage > a:before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 100%;
        left: 0;
        right: 0;
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        border-radius: 100%;
        opacity: 1;
        z-index: 2;
        max-width: 190px;
        margin: auto; }
    .h3-box-image-cate .ApImage img {
      transition: all 0.4s;
      border-radius: 100%;
      max-width: 190px; }
    .h3-box-image-cate .ApImage .image_description {
      display: flex;
      -webkit-align-content: flex-end;
      align-content: flex-end;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-pack: center;
      justify-content: center;
      width: 100%;
      z-index: 2;
      bottom: 0;
      margin: 0 auto;
      right: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      pointer-events: none; }
      .h3-box-image-cate .ApImage .image_description .svg-image {
        margin: 0;
        opacity: 0;
        position: absolute;
        transition: all 0.4s;
        width: 100%;
        height: 100%;
        max-width: 190px;
        display: block;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkwIDE5MDsgZmlsbDogI2E4YjMyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+CjxnPgo8cGF0aCBkPSJNMTg5LjcsODcuNmMtMC4zLTQuMS0wLjktOC4xLTEuNy0xMi4xYy0yLjQtMTEuNS02LjgtMjIuMi0xMy4xLTMyYy0wLjQtMC43LTAuOS0xLjQtMS40LTJjLTAuNC0wLjYtMC45LTEuMy0xLjMtMS45IGMtMC41LTAuNy0xLTEuMy0xLjUtMmMtMC41LTAuNi0wLjktMS4yLTEuNC0xLjhjLTAuNS0wLjYtMS0xLjMtMS42LTEuOWMtMC41LTAuNi0wLjktMS4zLTEuNS0xLjdjLTAuNy0wLjUtMS4xLTEuMi0xLjYtMS44IGMtMC4yLTAuMi0wLjQtMC4zLTAuNS0wLjRjLTAuNCwwLjItMC44LDAuMy0xLjIsMC41Yy0wLjYsMC4zLTEsMC4xLTEuNC0wLjNjLTAuMy0wLjMtMC41LTAuNy0wLjUtMS4xYzAtMS0wLjMtMS44LTEuMi0yLjQgYy0wLjMtMC4yLTAuMy0wLjQtMC4yLTAuOGMwLTAuMSwwLjEtMC4zLDAuMS0wLjRjLTAuMy0wLjMtMC40LTAuNi0wLjgtMC42Yy0wLjIsMC4yLTAuMywwLjQtMC40LDAuNmMtMC4xLTAuMS0wLjItMC4xLTAuMy0wLjEgYy0wLjYtMC44LTEuMi0xLjYtMi0yLjNjLTAuMS0wLjEtMC4xLTAuMS0wLjEtMC4yYzAtMC44LTAuNy0xLjEtMS4xLTEuNWMtMy43LTMtNy42LTUuNy0xMS43LTguMWMtMS4xLTAuNi0yLjItMS4yLTMuMy0xLjkgYy0wLjQtMC4yLTAuNy0wLjMtMS4yLTAuMmMtMC40LDAuMS0wLjgsMC4xLTEuMiwwLjJjLTAuNCwwLjEtMC44LDAuMy0xLjIsMC40Yy0wLjMtMC44LDAuMS0xLjYtMC4yLTIuNGMtNC0xLjktOC4xLTMuNi0xMi41LTUgYy0wLjQsMC44LTEsMC45LTEuOCwwLjZjMC0wLjItMC4xLTAuNC0wLjEtMC42Yy0wLjEtMC4yLTAuMS0wLjUtMC4yLTAuN2MtMi4xLTAuNy0zLjMtMS00LjItMWMtMC4yLDAuMy0wLjMsMC43LTAuNSwxLjEgYy0wLjYsMS4zLTEuNSwyLjItMi44LDIuOGMtMC42LDAuMy0wLjcsMC4yLTEuMy0wLjNjMC41LTAuOCwwLjktMS42LDItMS43YzAuMSwwLDAuMi0wLjEsMC4yLTAuMWMwLjQtMC4zLDAuNC0wLjgsMC0xLjEKCQkJYy0wLjMtMC4yLTAuNS0wLjItMC44LTAuMWMtMC43LDAuNC0xLjQsMC43LTIuMiwxLjFjLTAuMiwwLjEtMC41LDAuMi0wLjgsMC4zYy0wLjctMC44LTAuNC0xLjYsMC4xLTIuM2MtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjYgYy0xLjEsMC40LTEuNiwxLjEtMS41LDIuMmMwLDAuMywwLDAuNiwwLDFjLTAuNCwwLjMtMC43LDAuNi0xLDAuOWMtMC4xLDAuMS0wLjMsMC4zLTAuMiwwLjRjMi40LDAuNSw0LjgsMSw3LjIsMS41CgkJCWMwLjIsMCwwLjUsMC4yLDAuNywwLjFjMC43LTAuNCwxLjMtMC4xLDEuOCwwLjNjMC41LDAuNCwxLjEsMC42LDEuNywwLjdjMC43LDAuMiwxLjMsMC40LDIsMC42YzI4LjksOS4xLDUyLDMyLjMsNTkuOSw2Mi43IGMxLjUsNS42LDIuNCwxMS4zLDIuOCwxNy4xYzAuMyw0LjIsMC4yLDguNS0wLjEsMTIuN2MtMC4yLDIuOS0wLjYsNS44LTEuMSw4LjZjLTEuNiw4LjYtNC4zLDE2LjgtOC4zLDI0LjYKCQkJYy0xLjIsMi4zLTIuNSw0LjYtMy44LDYuOGMtMC4xLDAuMi0wLjIsMC40LTAuMywwLjVjMCwwLjIsMC4xLDAuNCwwLjIsMC43Yy0wLjQsMC4zLTAuOSwwLjYtMS4zLDAuOWMtMC40LDAuNC0wLjYsMC45LTAuOSwxLjMgYzAsMC4xLDAsMC4yLDAsMC4yYzAuNiwxLjMsMCwxLjctMSwyYy0wLjEsMC0wLjIsMC0wLjIsMC4xYy0wLjQsMC4xLTAuNywwLjMtMSwwLjdjLTAuMiwwLjMtMC40LDAuNS0wLjYsMC44CgkJCWMtOS40LDEyLjItMjEuMSwyMS41LTM1LjMsMjcuN2MtNi4yLDIuNy0xMi43LDQuNy0xOS4zLDUuOWMtMi42LDAuNS01LjIsMC45LTcuOSwxLjFjLTEuMywwLjEtMi43LDAuMi00LDAuM2MtMywwLjItNiwwLjItOSwwIGMtMS4zLTAuMS0yLjYtMC4yLTMuOS0wLjJjLTAuMSwwLjItMC4yLDAuNC0wLjMsMC43Yy0wLjEsMC4zLTAuMiwwLjUtMC4zLDAuOGMtMC4xLDAuMy0wLjQsMC41LTAuNywwLjNjLTAuNS0wLjItMS0wLjQtMS42LTAuNwoJCQljMC4xLTAuNSwwLjUtMSwwLTEuNGMtMC40LTAuMS0wLjktMC4yLTEuNC0wLjJjLTEuNi0wLjMtMy4zLTAuNS00LjktMC44Yy01LjUtMS4xLTEwLjktMi44LTE2LjEtNC45Yy0wLjQtMC4yLTAuNy0wLjQtMS4yLTAuMyBjLTAuMSwwLTAuMi0wLjEtMC4zLTAuMWMtMC4zLTAuNS0wLjgtMC41LTEuMi0wLjdjLTQuMS0xLjgtOC00LTExLjgtNi40YzAsMCwwLDAsMCwwYy0wLjMtMC4yLTAuNi0wLjUtMS0wLjYKCQkJYy0wLjQtMC4xLTAuOS0wLjEtMS4zLTAuMmMtMC4xLTAuNy0wLjEtMC43LTAuNi0xLjFjLTAuMi0wLjEtMC4zLTAuMi0wLjUtMC4zYy0xMS44LTguNC0yMS4xLTE5LTI3LjgtMzEuOCBjLTMuNi02LjktNi4yLTE0LjItNy45LTIxLjhjLTAuMS0wLjQtMC4xLTAuNy0wLjQtMWMtMC4yLDAtMC40LTAuMS0wLjYtMC4xYy0wLjIsMC0wLjUsMC0wLjYsMGMtMC41LDAuNy0xLDEuNC0xLjUsMgoJCQljLTAuNiwwLjYtMS4zLDEtMS45LDEuNWMwLjQsMiwxLDMuOSwxLjYsNS45YzAuMSwwLjIsMC4zLDAuMywwLjUsMC41Yy0wLjEsMC44LTAuMSwwLjgsMC4xLDEuN2MyLjMsNi45LDUuMywxMy40LDkuMSwxOS42IGMwLjEsMC4yLDAuMywwLjUsMC41LDAuN2MwLjMtMC4yLDAuNS0wLjQsMC43LTAuNWMwLjUtMC4yLDAuOSwwLDAuOSwwLjZjMC4xLDAuNywwLDEuNS0wLjMsMi4yYzAuNSwwLjcsMSwxLjUsMS40LDIuMgoJCQljOC44LDEyLjUsMjAsMjIuMywzMy41LDI5LjRjOC4xLDQuMywxNi42LDcuMywyNS42LDkuMWMyLjksMC42LDUuOCwxLDguNywxLjRjMS4zLDAuMiwyLjUsMC4yLDMuOCwwLjNjMC4zLDAsMC42LDAsMC44LTAuMiBjMC42LTAuNSwxLjMtMC42LDItMC45YzAuMi0wLjEsMC40LTAuMSwwLjYsMC4xYzAsMC4zLTAuMSwwLjctMC4yLDEuMWMxLjEsMC4yLDIuMiwwLjEsMy4yLDAuMWMxLjEsMCwyLjEsMCwzLjIsMAoJCQljMS4xLDAsMi4xLTAuMiwzLjEtMC4yYzAuOC0xLjMsMS4zLTIuOCwyLjItNGMwLjYsMC40LDAuOSwwLjcsMSwxLjFjMC4xLDAuMywwLjIsMC43LDAuMiwxLjFjMC4xLDAuNi0wLjQsMS4xLTAuNywxLjYgYzAuNCwwLDAuOCwwLDEuMSwwYzEuNS0wLjIsMy4xLTAuNCw0LjYtMC42YzAuMywwLDAuNiwwLDAuOC0wLjFjMC4zLTAuMSwwLjUtMC40LDAuNy0wLjZjMC4zLDAuNCwwLjYsMC41LDEsMC4zCgkJCWMwLjUtMC4xLDEtMC4yLDEuNi0wLjNjNi44LTEuNCwxMy40LTMuNSwxOS43LTYuM2MxNy4yLTcuNywzMC45LTE5LjYsNDEuMi0zNS40YzIuNC0zLjcsNC41LTcuNiw2LjMtMTEuNiBjMC4yLTAuNCwwLjMtMC44LDAuMi0xLjNjLTAuMS0wLjYsMC4xLTEuMywwLjctMS43YzAuNS0wLjMsMC43LTAuOCwwLjktMS4yYzMuOS05LjYsNi4xLTE5LjUsNi44LTI5LjgKCQkJQzE5MC4xLDk2LjQsMTkwLDkyLDE4OS43LDg3LjZ6IE0xMjIuMyw3LjdjLTAuNCwwLTAuOCwwLTEuMi0wLjFjLTAuNS0wLjEtMC42LTAuNy0wLjQtMS4xYzAuMS0wLjEsMC4xLTAuMiwwLjItMC4zIGMwLjEtMC4xLDAuMy0wLjIsMC40LTAuMmMwLjcsMC40LDEuMiwxLDEuNywxLjVDMTIyLjgsNy44LDEyMi41LDcuNywxMjIuMyw3Ljd6IE0xMjQuOSw1LjljLTAuMSwwLjEtMC4zLDAuMi0wLjQsMC4yCgkJCWMtMC40LDAtMC43LTAuMi0wLjctMC43YzAuNCwwLDAuOC0wLjEsMS4xLTAuMUMxMjUuMiw1LjYsMTI1LjEsNS43LDEyNC45LDUuOXogTTQsMTIwLjFjLTAuMiwwLTAuNC0wLjEtMC40LTAuMyBjMC0wLjMsMC4xLTAuNSwwLjUtMC41YzAuMSwwLjEsMC4zLDAuMiwwLjMsMC4zQzQuNSwxMTkuOSw0LjMsMTIwLjEsNCwxMjAuMXogTTQuNywxMTcuMmMtMC4yLDAtMC40LTAuMS0wLjQtMC4zCgkJCWMwLTAuMSwwLjEtMC4zLDAuMS0wLjNjMC4zLDAsMC42LDAuMiwwLjYsMC40QzUsMTE3LDQuOCwxMTcuMiw0LjcsMTE3LjJ6IE04LjIsMTMxLjVjLTAuMS0wLjYsMC4yLTEsMC41LTEuMyBjMC4xLTAuMSwwLjMtMC4yLDAuNC0wLjJjMC42LDAuMSwxLjEsMC4zLDEuNSwwLjhDOS44LDEzMS4xLDksMTMxLjQsOC4yLDEzMS41eiBNMjAuNiwxNTIuNWMwLTAuMS0wLjItMC4yLTAuMS0wLjMKCQkJYzAuMi0wLjQsMC41LTAuNSwwLjktMC42YzAuMSwwLDAuMiwwLjIsMC4yLDAuMkMyMS40LDE1Mi4yLDIxLDE1Mi41LDIwLjYsMTUyLjV6IE00Ni4yLDE3MS42Yy0wLjEsMC4xLTAuMiwwLjEtMC4zLDAuMSBjLTAuMSwwLTAuMi0wLjEtMC4yLTAuMmMtMC4xLTAuNCwwLjItMC43LDAuNC0xYzAuMi0wLjIsMC40LTAuMywwLjctMC4yQzQ2LjgsMTcwLjgsNDYuNSwxNzEuMiw0Ni4yLDE3MS42eiBNNDguNSwxNzMuOAoJCQljLTAuMy0wLjItMC40LTAuNS0wLjYtMS42YzEtMC4xLDEuMywwLjIsMS44LDEuNkM0OS4zLDE3NCw0OC45LDE3NCw0OC41LDE3My44eiBNNjkuNywxODQuNGMtMC4zLDAuMy0wLjcsMC42LTEuNSwwLjkgYzAtMC4yLTAuMS0wLjQsMC0wLjZjMC4xLTAuNSwwLjEtMC45LDAtMS40Yy0wLjItMC43LTAuMS0wLjksMC42LTEuN2MwLjYsMC40LDAuOSwwLjksMS4yLDEuNEM3MC4yLDE4My42LDcwLjEsMTg0LDY5LjcsMTg0LjR6CgkJCSBNODkuNywxODcuNmMtMC4xLDAuMy0wLjIsMC40LTAuNSwwLjRjLTAuMywwLTAuNS0wLjEtMC42LTAuM2MtMC40LTAuNi0wLjItMS4yLDAuNS0yQzg5LjgsMTg2LjMsODkuOSwxODYuOSw4OS43LDE4Ny42eiBNMTM1LDE3OS44Yy0wLjIsMC4yLTAuNSwwLjItMC43LDBjLTAuMi0wLjMtMC40LTAuOS0wLjUtMmMwLjMsMCwwLjQsMCwwLjYsMC4xQzEzNS42LDE3OC4yLDEzNS44LDE3OC44LDEzNSwxNzkuOHogTTE3OC41LDEzMi43CgkJCWMwLjYtMC41LDAuNy0wLjUsMSwwYzAuMSwwLjEsMC4yLDAuMywwLjIsMC40YzAsMC4xLDAsMC4yLDAuMSwwLjNjLTAuMSwwLjEtMC4zLDAuMy0wLjUsMC40QzE3OC44LDEzMy42LDE3OC42LDEzMy4yLDE3OC41LDEzMi43IHogTTE3OS43LDEzNS4zYy0wLjEsMC0wLjMtMC4xLTAuMy0wLjJjLTAuMS0wLjIsMC4yLTAuNCwwLjctMC40YzAsMC4xLDAuMiwwLjIsMC4yLDAuM0MxODAuMiwxMzUuMiwxODAsMTM1LjMsMTc5LjcsMTM1LjN6CgkJCSBNMTgxLjYsMTI4LjljMCwwLjUsMC4xLDEtMC4zLDEuNGMtMC4xLDAtMC4yLDAtMC4zLTAuMWMtMS4zLTEtMS4yLTEuOCwwLjUtMi43QzE4MS44LDEyOCwxODEuNiwxMjguNSwxODEuNiwxMjguOXogTTE4Mi41LDEyMy41IGMtMC41LDAuMS0wLjgsMC4xLTEuMS0wLjNjMC4zLTAuOCwxLjItMi4xLDIuMS0yLjdDMTgzLjgsMTIxLjksMTgzLDEyMi43LDE4Mi41LDEyMy41eiBNMTgzLjksMTIwLjJjLTAuMS0wLjEtMC4yLTAuMi0wLjItMC4yCgkJCWMwLjEtMC4xLDAuMi0wLjMsMC40LTAuNGMwLDAsMC4yLDAuMSwwLjIsMC4yQzE4NC4yLDExOS45LDE4NC4xLDEyMCwxODMuOSwxMjAuMnogTTMuOSwxMTEuMmMtMC4xLTAuMS0wLjMtMC4yLTAuNC0wLjIgYy0wLjItMC4xLTAuNC0wLjEtMC42LTAuMmMtMC41LTAuMi0wLjctMC41LTAuOC0xYy0wLjItMS0wLjUtMi0wLjctM2MtMC4xLTAuMi0wLjEtMC41LTAuMS0wLjhjMC4zLDAsMC40LDAsMC40LDAuMQoJCQljMC4zLDAuMiwwLjUsMC40LDAuOCwwLjZjMC41LDAuNSwxLDEsMS42LDEuNmMwLjgsMC44LDEuNywxLjMsMi43LDEuN2MwLjItMSwwLjItMS0wLjMtMmMtMC4xLDAtMC4zLDAtMC41LDAgYy0xLDAuMy0xLjctMC4xLTIuMi0wLjljLTAuOS0xLjMtMS0yLjYtMC40LTRjMC44LTAuNiwxLjctMC40LDIuNi0wLjdjMC0wLjctMC4xLTEuMy0wLjEtMmMtMC4yLTAuMS0wLjQtMC4zLTAuNi0wLjQKCQkJYy0wLjMtMC4zLTAuNC0wLjUtMC4yLTAuOUM0LjksOTksNSw5OC44LDUuMSw5OC43YzAuNC0wLjQsMC41LTAuOSwwLjUtMS40YzAtMi4yLDAuMS00LjUsMC4xLTYuN2MwLjEtNCwwLjctNy45LDEuNC0xMS44IGMwLjEtMC42LDAuMi0xLjEtMC4xLTEuN2MtMC4yLTAuNS0wLjEtMSwwLjMtMS4zQzcuNyw3NS41LDcuOCw3NSw4LDc0LjVjMC40LTEuNSwwLjctMi45LDEuMi00LjRDMTcuMiw0Mi4zLDM4LjcsMTguOSw2OCw5LjcKCQkJYzAuNC0wLjEsMC44LTAuMywxLTAuNGMwLjMtMC4zLTAuMS0wLjcsMC4zLTAuOWMwLjMsMCwwLjYsMCwwLjksMC4xYzAuNiwwLjIsMS4xLDAuMSwxLjcsMGMxLjItMC4zLDIuNC0wLjYsMy42LTAuOSBjMy4zLTAuOCw2LjctMS4zLDEwLjEtMS43YzEuMi0wLjEsMi4zLTAuMiwzLjUtMC4zYzMuOC0wLjMsNy43LTAuMiwxMS41LDBjMS41LDAuMSwyLjksMC4zLDQuNCwwLjRjMC41LDAsMC45LDAuMSwxLjUsMC4xCgkJCWMwLjEtMC43LDAuMi0xLjMsMC4yLTEuOWMwLTAuMSwwLTAuMiwwLTAuNGMwLTEuMi0wLjUtMS44LTEuNi0yYy0wLjMtMC4xLTAuNy0wLjItMS4xLTAuM2MwLjItMC40LDAuNC0wLjcsMC42LTEuMSBjLTQuMi0wLjgtMTUuNi0xLTI1LjUsMC43Yy0xMi40LDIuMi0yNCw2LjUtMzQuNywxMy4yYy0xMSw2LjktMjAuMSwxNS43LTI3LjUsMjYuNEM5LjQsNTEuOSw0LjMsNjMuOSwxLjcsNzYuOQoJCQlDMC4zLDg0LTAuMyw5NC4xLDAuMiw5Ny41YzAuMiwwLDAuNCwwLDAuNiwwLjFjMC40LDAuMSwwLjYsMC41LDAuNCwwLjhjLTAuMywwLjQtMC42LDAuNy0wLjksMWMwLDAuNCwwLDAuOCwwLDEuMiBjMC4yLDQuMiwwLjgsOC4zLDEuNSwxMi40YzAsMC4xLDAuMSwwLjIsMC4zLDAuM2MwLjQtMC43LDEuMS0wLjgsMS44LTEuMUM0LjIsMTEyLDQuMiwxMTEuNSwzLjksMTExLjJ6IE03NS4zLDIuOQoJCQljMC42LDAuMiwwLjksMC42LDAuOSwxLjRjLTAuMSwwLjEtMC4yLDAuMy0wLjMsMC4zYy0wLjcsMC4xLTEuMy0wLjUtMS4zLTEuMUM3NC42LDMuMSw3NC45LDIuOCw3NS4zLDIuOXogTTY1LjgsNi4yIGMtMC4xLDAuMi0wLjEsMC40LTAuMSwwLjVjLTAuMiwwLjItMC40LDAuNC0wLjcsMC40Yy0wLjIsMC4xLTAuNCwwLTAuNi0wLjFjLTAuMy0wLjItMC41LTAuNC0wLjUtMC44QzY0LjUsNi4xLDY1LjEsNi4xLDY1LjgsNi4yCgkJCXogTTEyLjYsNTMuN2MwLjItMC4yLDAuNC0wLjIsMC41LDBjMC4yLDAuMiwwLjQsMC40LDAuNiwwLjZjLTAuMiwwLjQtMC40LDAuNS0wLjcsMC4zYy0wLjItMC4xLTAuMy0wLjItMC40LTAuNCBDMTIuNSw1NC4xLDEyLjUsNTMuOSwxMi42LDUzLjd6IE0yLjIsMTAxLjljMC4yLTAuMywwLjUtMC4zLDAuNy0wLjJjMC4xLDAsMC4xLDAuMiwwLjMsMC4zYy0wLjEsMC4yLTAuMiwwLjQtMC4zLDAuNAoJCQljLTAuMiwwLjEtMC41LDAuMS0wLjYtMC4xQzIuMSwxMDIuMywyLjEsMTAyLDIuMiwxMDEuOXogTTExMi44LDIuNmMwLjEtMC40LDAuMi0wLjctMC4yLTAuOGMtMC4zLTAuMS0wLjQsMC4zLTAuNSwwLjUgYzAsMCwwLDAuMSwwLDAuMkMxMTIuMywyLjUsMTEyLjUsMi41LDExMi44LDIuNnoiPjwvcGF0aD4KPC9nPgo8L2c+PC9zdmc+"); }
      .h3-box-image-cate .ApImage .image_description .cat-title {
        position: absolute;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        padding: 0 20px;
        width: 75%;
        text-align: center; }
        .h3-box-image-cate .ApImage .image_description .cat-title a {
          text-transform: capitalize;
          font-size: 16px;
          line-height: 20px;
          position: relative;
          padding-bottom: 10px;
          margin-bottom: 30px;
          display: inline-block;
          color: #ffffff; }
          .h3-box-image-cate .ApImage .image_description .cat-title a:after {
            width: 0;
            height: 1px;
            background-color: #fff;
            content: "";
            margin: 0 auto;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-transition-duration: 400ms;
            transition-duration: 400ms; }
    .h3-box-image-cate .ApImage:hover img {
      transform: scale(0.85); }
    .h3-box-image-cate .ApImage:hover > a:before {
      opacity: 1;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transition-duration: 400ms;
      transition-duration: 400ms;
      transform: scale(0.85); }
    .h3-box-image-cate .ApImage:hover .image_description .svg-image {
      opacity: 1; }
    .h3-box-image-cate .ApImage:hover .image_description .cat-title {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }
      .h3-box-image-cate .ApImage:hover .image_description .cat-title a:after {
        width: 50px; }

.box-product.home-3 {
  position: relative;
  z-index: 1;
  padding: 70px 0; }
  @media (max-width: 767px) {
    .box-product.home-3 {
      padding: 50px 0; } }
  .box-product.home-3 .thumbnail-container {
    margin-bottom: 30px; }
  .box-product.home-3 .ApRawHtml:not(.block-title-style2) {
    justify-content: center;
    margin-bottom: 0; }
    .box-product.home-3 .ApRawHtml:not(.block-title-style2) p a {
      font-size: 14px;
      padding-bottom: 3px; }
  .box-product.home-3 .nav-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 45px; }
    .box-product.home-3 .nav-tabs .nav-item {
      margin: 0; }
      .box-product.home-3 .nav-tabs .nav-item a {
        border: 0;
        font-size: 14px;
        font-weight: 400;
        text-transform: inherit;
        display: inline-block;
        vertical-align: middle;
        padding: 7.5px 23px;
        border-radius: 30px;
        color: #000000; }
        @media (max-width: 767px) {
          .box-product.home-3 .nav-tabs .nav-item a {
            padding: 5.5px 10px; } }
        .box-product.home-3 .nav-tabs .nav-item a.active {
          background: #0a472e;
          color: #fff; }
          .box-product.home-3 .nav-tabs .nav-item a.active:hover {
            color: #ffffff; }
        .box-product.home-3 .nav-tabs .nav-item a:hover {
          color: #0a472e; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-product.home-3 .ApTabs .product_list.grid > li {
      width: 33.33333333333333%; } }
  @media (max-width: 767px) and (min-width: 481 px) {
    .box-product.home-3 .ApTabs .product_list.grid > li {
      width: 50%; } }
  @media (max-width: 480px) {
    .box-product.home-3 .ApTabs .product_list.grid > li {
      width: 100%; } }

.block-title-style2 {
  text-align: center;
  margin-bottom: 30px; }
  .block-title-style2 h4 {
    font-size: 24px;
    color: #bac34e;
    margin-bottom: 10px;
    font-family: "Conv_Greatest Richmond 400"; }
  .block-title-style2 h3 {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .block-title-style2 h3 {
        font-size: 30px; } }
  .block-title-style2.white h3 {
    color: #fff; }
  .block-title-style2.white .underline {
    width: 90px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 15px auto; }
  .block-title-style2.text-left {
    text-align: left; }
    .rtl .block-title-style2.text-left {
      text-align: right; }

.navbar-fixed-top.mini-navbar .dp-top {
  padding: 10px 0; }
.navbar-fixed-top.mini-navbar .header-logo img {
  max-width: 90px; }
@media (min-width: 992px) {
  .navbar-fixed-top.mini-navbar .dp-top-menu:not(.home-3) {
    display: none; } }

.h3-box-countdown {
  padding: 110px 0 360px 0; }
  .h3-box-countdown .ApCountdown ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0; }
    .h3-box-countdown .ApCountdown ul li {
      text-align: center;
      width: 82px;
      position: relative; }
      .h3-box-countdown .ApCountdown ul li:not(:last-child):after {
        content: '';
        width: 5px;
        height: 5px;
        display: block;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 25px;
        right: -2.5px; }
      .h3-box-countdown .ApCountdown ul li b {
        display: block;
        font-size: 30px;
        color: #e0bf96;
        line-height: 50px;
        font-weight: 600; }
      .h3-box-countdown .ApCountdown ul li span {
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase; }

.box-deal-product {
  padding: 80px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .box-deal-product {
      padding: 50px 0; } }

.style-banner .ApImage img {
  height: 300px !important;
  object-fit: cover; }
.style-banner .ApImage .image_description {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%); }
  .rtl .style-banner .ApImage .image_description {
    right: 80px;
    left: auto; }
  @media (max-width: 991px) {
    .style-banner .ApImage .image_description {
      left: 30px; }
      .rtl .style-banner .ApImage .image_description {
        right: 30px;
        left: auto; } }
  @media (min-width: 992px) {
    .style-banner .ApImage .image_description > * {
      transform: translateY(30px);
      transition: all 0.3s ease; } }
  .style-banner .ApImage .image_description p {
    margin-bottom: 0;
    padding-top: 20px;
    position: relative; }
    @media (min-width: 992px) {
      .style-banner .ApImage .image_description p {
        opacity: 0;
        visibility: hidden; } }
    .style-banner .ApImage .image_description p:before {
      transition: all 0.4s ease;
      content: '';
      width: 0px;
      height: 1px;
      display: block;
      background: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      transition-duration: 600ms; }
      .rtl .style-banner .ApImage .image_description p:before {
        right: 0;
        left: auto; }
      @media (max-width: 991px) {
        .style-banner .ApImage .image_description p:before {
          width: 100px; } }
    .style-banner .ApImage .image_description p a {
      color: #ffffff; }
      .style-banner .ApImage .image_description p a:after {
        display: none; }
      .style-banner .ApImage .image_description p a:hover {
        color: #bac34e; }
  .style-banner .ApImage .image_description h4 {
    font-size: 24px;
    color: #fff;
    font-family: "Conv_Greatest Richmond 400";
    margin-bottom: 10px; }
  .style-banner .ApImage .image_description h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff; }
@media (min-width: 992px) {
  .style-banner .ApImage:hover .image_description p {
    opacity: 1;
    width: 100px;
    visibility: visible;
    opacity: 1;
    visibility: visible; }
    .style-banner .ApImage:hover .image_description p:before {
      width: 100px; }
  .style-banner .ApImage:hover .image_description > * {
    transform: translateY(0); } }

.h3-box-bn {
  padding: 30px 0; }
  @media (max-width: 991px) {
    .h3-box-bn > div:first-child {
      margin-bottom: 30px; } }

.box-testi {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 75px 0; }
  @media (max-width: 767px) {
    .box-testi {
      padding: 50px 0px; } }
  .box-testi .block_carousel {
    padding-bottom: 75px;
    margin-bottom: 75px;
    position: relative; }
    .box-testi .block_carousel:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #e2e2e2;
      display: block;
      position: absolute;
      bottom: 0; }
    @media (max-width: 767px) {
      .box-testi .block_carousel {
        padding-bottom: 50px;
        margin-bottom: 50px; } }
  .box-testi .block-carousel-container {
    max-width: 720px;
    padding: 0 15px;
    margin: auto;
    text-align: center; }
  .box-testi .block-carousel-image-container > img {
    max-width: 70px;
    border-radius: 50%;
    margin: auto; }
  .box-testi .block-carousel-image-container .descript {
    margin-top: 30px; }
    .box-testi .block-carousel-image-container .descript .h3-testi-content {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 20px;
      line-height: 30px;
      color: #000000; }
    .box-testi .block-carousel-image-container .descript .testi-author {
      font-size: 14px;
      color: #aaaaaa;
      margin-bottom: 30px; }
  .box-testi .owl-theme .owl-controls .owl-pagination {
    margin: 0;
    display: flex;
    justify-content: center; }
  .box-testi .owl-theme .owl-controls span {
    margin: 0 7px;
    background-color: #d5d5d5; }
  .box-testi .owl-theme .owl-controls .owl-page.active span, .box-testi .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #0a472e; }
  .box-testi .owl-theme .owl-buttons div {
    opacity: 1;
    visibility: visible; }
  .box-testi .owl-theme .owl-buttons div.owl-prev {
    left: 30px; }
    .rtl .box-testi .owl-theme .owl-buttons div.owl-prev {
      right: 30px;
      left: auto; }
  .box-testi .owl-theme .owl-buttons div.owl-next {
    right: 30px; }
    .rtl .box-testi .owl-theme .owl-buttons div.owl-next {
      left: 30px;
      right: auto; }
  @media (max-width: 991px) {
    .box-testi .owl-buttons {
      display: none; } }
  .box-testi .ApBlog .owl-theme .owl-controls .owl-pagination {
    margin-top: 30px; }

.h1-ft-info.home-3 .ApRawHtml > div {
  width: 100%; }

.h1-ft-info.home-3 {
  z-index: 2; }
  .h1-ft-info.home-3 .ApRawHtml h4 {
    color: #ffffff; }
.h1-ft-info > div:nth-child(2) .title-ap-column {
  color: #ffffff; }

.h2-box-mainfooter.home-3 {
  position: relative; }
  .h2-box-mainfooter.home-3:before {
    content: '';
    width: calc(100% - 30px);
    left: 15px;
    height: 1px;
    background: #235a43;
    position: absolute;
    top: 0;
    display: block; }
  .h2-box-mainfooter.home-3 .ApRawHtml p {
    color: #aaaaaa; }
  .h2-box-mainfooter.home-3 .ApBlockLink li a {
    color: #aaaaaa; }
    .h2-box-mainfooter.home-3 .ApBlockLink li a:hover {
      color: #bac34e; }
  .h2-box-mainfooter.home-3 > div:first-child p:last-child {
    margin-top: 30px; }
    .h2-box-mainfooter.home-3 > div:first-child p:last-child a {
      color: #fff;
      display: inline-block;
      padding-bottom: 5px;
      line-height: 24px;
      border-bottom: 1px solid #bac34e; }
      .h2-box-mainfooter.home-3 > div:first-child p:last-child a:hover {
        color: #bac34e; }
  .h2-box-mainfooter.home-3 > div:last-child .block_newsletter > i {
    display: none; }
  .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .email-conditions {
    margin-bottom: 20px;
    line-height: 24px; }
  .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .input-wrapper {
    position: relative; }
    .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .input-wrapper input {
      height: 38px;
      width: 100%;
      border-radius: 50px;
      padding: 0 45px 0 15px;
      background: #ffffff;
      border: 1px solid #fff; }
      .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .input-wrapper input:focus {
        outline: 0; }
    .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .input-wrapper button {
      position: absolute;
      right: 0;
      background: none;
      width: 38px;
      height: 38px;
      top: 0;
      border: 0;
      padding: 0; }
      .rtl .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .input-wrapper button {
        left: 0;
        right: auto; }
      .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .input-wrapper button i {
        font-weight: 700; }
      .h2-box-mainfooter.home-3 > div:last-child .block_newsletter .input-wrapper button:hover {
        color: #bac34e; }

.h2-box-copyright.home-3:before {
  background-color: #235a43; }
.h2-box-copyright.home-3 .ApRawHtml p {
  color: #aaaaaa; }

/*end home3/
/*home4 begin*/
.h4-box-bntext {
  padding: 70px 0; }
  @media (min-width: 768px) {
    .h4-box-bntext {
      display: flex;
      align-items: center; } }
  @media (max-width: 767px) {
    .h4-box-bntext {
      padding: 50px 0; } }
  .h4-box-bntext .block-title-style2 {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .h4-box-bntext .block-title-style2 {
        padding: 0 50px 0 110px; }
        .rtl .h4-box-bntext .block-title-style2 {
          padding: 0 110px 0 50px; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .h4-box-bntext .block-title-style2 {
        padding: 0 0 0 15px; }
        .rtl .h4-box-bntext .block-title-style2 {
          padding: 0 15px 0 0; } }
    .h4-box-bntext .block-title-style2 h3 {
      margin-bottom: 30px; }
    .h4-box-bntext .block-title-style2 > p {
      color: #555555;
      line-height: 20px; }
    .h4-box-bntext .block-title-style2 .author-box {
      margin-top: 20px;
      display: flex;
      align-items: center; }
      .h4-box-bntext .block-title-style2 .author-box .author-image {
        width: 70px;
        height: 70px;
        background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h4_author.png"); }
      .h4-box-bntext .block-title-style2 .author-box .author-text {
        width: calc(100% - 70px);
        padding-left: 20px; }
        .rtl .h4-box-bntext .block-title-style2 .author-box .author-text {
          padding-right: 20px;
          padding-left: inherit; }
        .h4-box-bntext .block-title-style2 .author-box .author-text p:first-child {
          font-size: 18px;
          line-height: 24px;
          color: #0a472e;
          letter-spacing: -0.6px;
          margin-bottom: 7px; }
        .h4-box-bntext .block-title-style2 .author-box .author-text p:last-child {
          font-size: 14px;
          color: #bac34e;
          margin-bottom: 0; }
  .h4-box-bntext .ApImage {
    text-align: center; }
    @media (max-width: 767px) {
      .h4-box-bntext .ApImage {
        margin-bottom: 30px; } }
    .h4-box-bntext .ApImage img {
      max-width: 607px;
      margin: auto; }

.h4-box-service {
  padding: 50px 0;
  position: relative; }
  .h4-box-service:before {
    content: '';
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    height: 1px;
    position: absolute;
    background: #e6e6e6; }
  @media (max-width: 1199px) {
    .h4-box-service {
      background: none !important;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .h4-box-service > div:not(:last-child) {
      margin-bottom: 30px; } }
  .h4-box-service .ApImage {
    text-align: center;
    padding: 0 80px; }
    @media (max-width: 1440px) {
      .h4-box-service .ApImage {
        padding: 0 50px; } }
    @media (max-width: 1199px) {
      .h4-box-service .ApImage {
        padding: 0; } }
    .h4-box-service .ApImage img {
      max-width: 66px;
      margin: auto; }
    .h4-box-service .ApImage .image_description {
      margin-top: 30px;
      text-align: center; }
      @media (max-width: 767px) {
        .h4-box-service .ApImage .image_description {
          margin-top: 10px; } }
      .h4-box-service .ApImage .image_description h3 {
        font-size: 16px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .h4-box-service .ApImage .image_description h3 {
            margin-bottom: 10px; } }
      .h4-box-service .ApImage .image_description p {
        margin-bottom: 0;
        line-height: 20px;
        color: #555555; }

.box-testi.home-4 {
  margin-bottom: 0;
  padding: 0;
  background: none;
  padding: 107.5px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .box-testi.home-4 {
      padding: 50px 0; } }
  .box-testi.home-4 .block_carousel {
    padding: 0;
    margin: 0; }
    .box-testi.home-4 .block_carousel:before {
      display: none; }

.box-why {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .box-why {
      padding: 50px 0; } }
  .box-why .block-title-style2 {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .box-why .block-title-style2 {
        padding-right: 80px; }
        .rtl .box-why .block-title-style2 {
          padding-left: 80px;
          padding-right: inherit; } }
    .box-why .block-title-style2 h3 {
      margin-bottom: 20px; }
    .box-why .block-title-style2 .block_content > p {
      color: #555555;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      padding-bottom: 30px;
      border-bottom: 1px solid #e6ecea;
      width: 100%; }
    .box-why .block-title-style2 .block_content .why-box {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      border-bottom: 1px solid #e6ecea; }
    .box-why .block-title-style2 .block_content .question-title h5 {
      margin-bottom: 0; }
      .box-why .block-title-style2 .block_content .question-title h5 a {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        font-size: 18px;
        color: #000000;
        padding: 25px 0 25px 52px;
        position: relative; }
        .rtl .box-why .block-title-style2 .block_content .question-title h5 a {
          padding: 25px 52px 25px 0; }
        .box-why .block-title-style2 .block_content .question-title h5 a:before {
          content: '\f106';
          font-family: "FontAwesome";
          width: 40px;
          height: 40px;
          border: 1px solid #bac34e;
          background: #bac34e;
          transition: all 0.4s;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          border-radius: 50%;
          float: left;
          position: absolute;
          top: 15px;
          left: 0; }
          .rtl .box-why .block-title-style2 .block_content .question-title h5 a:before {
            right: 0;
            left: auto; }
        .box-why .block-title-style2 .block_content .question-title h5 a.collapsed:before {
          background: none;
          border-color: #e3e3e3;
          content: '\f107'; }
    .box-why .block-title-style2 .block_content .question-content {
      padding: 0 0 33px 52px;
      font-size: 14px;
      line-height: 24px;
      color: #555555; }
      .rtl .box-why .block-title-style2 .block_content .question-content {
        padding: 0 52px 33px 0; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-why .ApImage img {
      object-fit: cover;
      height: 538px !important; } }
  @media (max-width: 767px) {
    .box-why {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column; }
      .box-why > div {
        width: 100%; }
        .box-why > div:last-child {
          order: -1;
          margin-bottom: 30px; } }

.box-blog {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .box-blog {
      padding-bottom: 50px; } }
  .box-blog .ApBlog .owl-theme .owl-controls .owl-pagination {
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: center; }
  .box-blog .owl-theme .owl-controls span {
    margin: 0 7px;
    background-color: #d5d5d5; }
    .box-blog .owl-theme .owl-controls span:hover {
      background: #0a472e; }
  .box-blog .owl-theme .owl-controls .owl-page.active span, .box-blog .owl-theme .owl-controls .owl-page:hover span {
    background: #0a472e; }

/* end style home 4 */
/* begin style for home 5 */
.h5-main-bn {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .h5-main-bn {
      padding-bottom: 50px; } }
  .h5-main-bn > div {
    padding: 0; }
    .h5-main-bn > div .ApImage {
      overflow: hidden;
      position: relative; }
      .h5-main-bn > div .ApImage:before {
        content: '';
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .h5-main-bn > div .ApImage .image_description {
        position: absolute;
        z-index: 2; }
        .h5-main-bn > div .ApImage .image_description p {
          margin-bottom: 0; }
      .h5-main-bn > div .ApImage:hover:before {
        background-color: rgba(0, 0, 0, 0.12); }
    .h5-main-bn > div:nth-child(1) .ApImage img, .h5-main-bn > div:nth-child(2) .ApImage img {
      transform: scale(1.2) translateX(8%);
      transition: all .4s; }
      [dir="rtl"] .h5-main-bn > div:nth-child(1) .ApImage img, [dir="rtl"] .h5-main-bn > div:nth-child(2) .ApImage img {
        transform: scale(1.2) translateX(-8%); }
    .h5-main-bn > div:nth-child(1) .ApImage:hover img, .h5-main-bn > div:nth-child(2) .ApImage:hover img {
      transform: scale(1.2) translateX(0); }
    @media (min-width: 992px) {
      .h5-main-bn > div:first-child .ApImage img, .h5-main-bn > div:last-child .ApImage img {
        min-height: 680px;
        object-fit: cover; } }
    .h5-main-bn > div:first-child .image_description h4, .h5-main-bn > div:last-child .image_description h4 {
      font-size: 24px;
      color: #bac34e;
      margin-bottom: 20px; }
    .h5-main-bn > div:first-child .image_description h3, .h5-main-bn > div:last-child .image_description h3 {
      margin-bottom: 35px; }
    @media (max-width: 991px) {
      .h5-main-bn > div:first-child .ApImage img {
        height: 425px !important;
        object-fit: cover; } }
    .h5-main-bn > div:first-child .image_description {
      left: 90px;
      bottom: 100px; }
      .rtl .h5-main-bn > div:first-child .image_description {
        right: 90px;
        left: auto; }
      @media (max-width: 767px) {
        .h5-main-bn > div:first-child .image_description {
          left: 45px; }
          .rtl .h5-main-bn > div:first-child .image_description {
            right: 45px;
            left: auto; } }
      .h5-main-bn > div:first-child .image_description h3 {
        color: #ffffff;
        font-size: 40px;
        letter-spacing: -1px; }
        @media (max-width: 767px) {
          .h5-main-bn > div:first-child .image_description h3 {
            font-size: 30px;
            line-height: 36px;
            letter-spacing: -0.8px; } }
      .h5-main-bn > div:first-child .image_description a {
        background: #0a472e;
        padding: 15px 38px 12px 38px; }
        .h5-main-bn > div:first-child .image_description a:hover {
          background: #ffffff;
          color: #0a472e; }
    @media (min-width: 992px) {
      .h5-main-bn > div:nth-child(2) .ApImage img {
        min-height: 340px;
        object-fit: cover; } }
    @media (max-width: 991px) {
      .h5-main-bn > div:nth-child(2) .ApImage img {
        height: 280px !important;
        object-fit: cover; } }
    .h5-main-bn > div:nth-child(2) .ApImage .image_description {
      top: 55px; }
      .h5-main-bn > div:nth-child(2) .ApImage .image_description h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 100px; }
        @media (max-width: 991px) {
          .h5-main-bn > div:nth-child(2) .ApImage .image_description h3 {
            margin-bottom: 40px; } }
    .h5-main-bn > div:nth-child(2) .ApImage:first-child .image_description {
      left: 60px; }
      .rtl .h5-main-bn > div:nth-child(2) .ApImage:first-child .image_description {
        right: 60px;
        left: auto; }
    .h5-main-bn > div:nth-child(2) .ApImage:last-child img {
      transform: scale(1.2) translateX(-8%); }
      [dir='rtl'] .h5-main-bn > div:nth-child(2) .ApImage:last-child img {
        transform: scale(1.2) translateX(8%); }
    .h5-main-bn > div:nth-child(2) .ApImage:last-child .image_description {
      right: 60px; }
      .rtl .h5-main-bn > div:nth-child(2) .ApImage:last-child .image_description {
        left: 60px;
        right: auto; }
    .h5-main-bn > div:nth-child(2) .ApImage:last-child:hover img {
      transform: scale(1.2) translateX(0); }
    .h5-main-bn > div:last-child .ApImage img {
      transition: all 0.4s;
      transform: scale(1.2); }
      @media (max-width: 991px) {
        .h5-main-bn > div:last-child .ApImage img {
          height: 560px !important;
          object-fit: cover; } }
    .h5-main-bn > div:last-child .ApImage:hover img {
      transform: scale(1); }
    .h5-main-bn > div:last-child .image_description {
      top: 150px;
      width: 100%;
      padding: 0 10px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      text-align: center; }
      .h5-main-bn > div:last-child .image_description h3 {
        font-size: 30px;
        line-height: 36px; }
      .h5-main-bn > div:last-child .image_description a:hover {
        color: #0a472e; }
        .h5-main-bn > div:last-child .image_description a:hover:after {
          background: #0a472e; }

@media (min-width: 768px) {
  .h5-box-service {
    display: flex;
    align-items: center; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .h5-box-service > div:first-child, .h5-box-service > div:last-child {
    width: 30%; } }
.h5-box-service > div:first-child .ApImage, .h5-box-service > div:last-child .ApImage {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .h5-box-service > div:first-child .ApImage, .h5-box-service > div:last-child .ApImage {
      max-width: 320px;
      margin: 0 auto 30px auto; } }
  .h5-box-service > div:first-child .ApImage:not(:last-child), .h5-box-service > div:last-child .ApImage:not(:last-child) {
    margin-bottom: 35px; }
  .h5-box-service > div:first-child .ApImage img, .h5-box-service > div:last-child .ApImage img {
    max-width: 84px; }
  .h5-box-service > div:first-child .ApImage .image_description, .h5-box-service > div:last-child .ApImage .image_description {
    width: calc(100% - 84px);
    padding-left: 20px; }
    .rtl .h5-box-service > div:first-child .ApImage .image_description, .rtl .h5-box-service > div:last-child .ApImage .image_description {
      padding-right: 20px;
      padding-left: inherit; }
    .h5-box-service > div:first-child .ApImage .image_description h4, .h5-box-service > div:last-child .ApImage .image_description h4 {
      font-size: 16px;
      margin-bottom: 7px; }
    .h5-box-service > div:first-child .ApImage .image_description p, .h5-box-service > div:last-child .ApImage .image_description p {
      margin-bottom: 0;
      font-size: 12px;
      line-height: 20px;
      color: #555555; }
@media (max-width: 1199px) and (min-width: 992px) {
  .h5-box-service > div:nth-child(2) {
    width: 40%; } }
@media (min-width: 992px) {
  .h5-box-service > div:nth-child(2) .ApImage {
    text-align: center; }
    .h5-box-service > div:nth-child(2) .ApImage img {
      max-width: 470px;
      margin: auto; } }
.h5-box-service > div:last-child .ApImage:last-child {
  margin-bottom: 0; }

.box-product.home-3.home-5 {
  padding: 90px 0; }
  @media (max-width: 767px) {
    .box-product.home-3.home-5 {
      padding: 50px 0; } }

.box-deal-product-h5 {
  padding: 100px 0;
  background-color: #ece9e2; }
  @media (max-width: 767px) {
    .box-deal-product-h5 {
      padding: 50px 0; } }
  .box-deal-product-h5 .products_block {
    max-width: 910px;
    margin: auto;
    padding: 0 60px; }
    @media (max-width: 767px) {
      .box-deal-product-h5 .products_block {
        padding: 0 15px; } }

.h5-box-product-2 {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .h5-box-product-2 {
      padding: 50px 0; } }
  .h5-box-product-2 .ApProductList {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    position: relative; }
    .h5-box-product-2 .ApProductList .title_block {
      padding: 0 10px;
      background: #fff;
      display: inline-block;
      position: absolute;
      top: -13px;
      left: 20px;
      font-size: 24px;
      margin: 0; }
    .h5-box-product-2 .ApProductList ul {
      margin: 0;
      padding-top: 10px; }
      .h5-box-product-2 .ApProductList ul li {
        padding: 0 30px;
        width: 100%; }
        @media (max-width: 480px) {
          .h5-box-product-2 .ApProductList ul li {
            padding: 0 15px; } }
        .h5-box-product-2 .ApProductList ul li .thumbnail-container {
          padding: 21.4px 0; }
        .h5-box-product-2 .ApProductList ul li:not(:last-child) .thumbnail-container {
          border-bottom: 1px solid #e2e2e2; }
    .h5-box-product-2 .ApProductList .box-show-more {
      border-top: 1px solid #e2e2e2; }
      .h5-box-product-2 .ApProductList .box-show-more a {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        background: none;
        border: 0;
        font-size: 12px;
        font-weight: 700;
        color: #000000;
        margin: 0;
        line-height: 47px;
        height: 47px;
        letter-spacing: inherit; }
        .h5-box-product-2 .ApProductList .box-show-more a:after {
          content: "\f101";
          font-family: "FontAwesome";
          transition: transform 0.3s;
          margin-left: 5px; }
          .rtl .h5-box-product-2 .ApProductList .box-show-more a:after {
            margin-right: 5px;
            margin-left: inherit; }
        .h5-box-product-2 .ApProductList .box-show-more a:hover:after {
          transform: translateX(3px); }
          [dir='rtl'] .h5-box-product-2 .ApProductList .box-show-more a:hover:after {
            transform: translateX(-3px); }
  .h5-box-product-2.style-banner .ApImage img {
    height: 275px !important; }
  .h5-box-product-2.style-banner .ApImage .image_description {
    left: 45px; }
    .rtl .h5-box-product-2.style-banner .ApImage .image_description {
      right: 45px;
      left: auto; }
  @media (max-width: 767px) {
    .h5-box-product-2 > div:first-child {
      margin-bottom: 50px; } }
  .h5-box-product-2 > div:last-child .ApImage:first-child {
    margin-bottom: 30px; }

.dp-top.home-6 {
  padding-left: 0;
  padding-right: 0;
  margin: 0 -15px; }
  @media (max-width: 991px) {
    .dp-top.home-6 {
      justify-content: center; } }
  .dp-top.home-6 > div:nth-child(2) {
    text-align: center; }
    @media (max-width: 991px) {
      .dp-top.home-6 > div:nth-child(2) {
        width: 100%; } }
  @media (max-width: 991px) {
    .dp-top.home-6 > div:first-child {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 1111;
      width: 25%;
      height: 59px;
      padding: 0;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      cursor: pointer; }
      .rtl .dp-top.home-6 > div:first-child {
        left: 0;
        right: auto; } }

@media (max-width: 991px) {
  .h6-box-menu {
    padding: 0;
    width: auto;
    position: absolute;
    top: 28px;
    left: 30px; }
    .rtl .h6-box-menu {
      right: 30px;
      left: auto; } }
@media (max-width: 375px) {
  .h6-box-menu {
    top: 20px; } }
.h6-box-menu .leo-megamenu .navbar-nav {
  padding-left: 0; }
  .rtl .h6-box-menu .leo-megamenu .navbar-nav {
    padding-right: 0;
    padding-left: inherit; }
  @media (min-width: 992px) {
    .h6-box-menu .leo-megamenu .navbar-nav {
      border-top: 1px solid #e2e2e2;
      display: flex;
      justify-content: center; } }
.h6-box-menu .leo-megamenu .navbar-nav > li:first-child {
  margin-left: 0; }
  .rtl .h6-box-menu .leo-megamenu .navbar-nav > li:first-child {
    margin-right: 0;
    margin-left: inherit; }
@media (min-width: 992px) {
  .h6-box-menu .leo-megamenu .navbar-nav > li > a {
    color: #000000; } }
.h6-box-menu .leo-megamenu .navbar-nav > li.items-list-cate > .dropdown-menu {
  max-width: 100%; }

.block-title-style3 {
  position: relative;
  margin-bottom: 50px;
  text-align: center; }
  .block-title-style3:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #e2e2e2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .block-title-style3 h3 {
    margin-bottom: 0;
    letter-spacing: -1px;
    font-size: 40px;
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .block-title-style3 h3 {
        font-size: 30px;
        letter-spacing: -0.75px; } }

.h6-box-product1 {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .h6-box-product1 {
      padding: 50px 0; } }
  .h6-box-product1.style-banner .ApImage img {
    height: 365px !important; }
  .h6-box-product1.style-banner .ApImage .image_description {
    left: 45px; }
    .rtl .h6-box-product1.style-banner .ApImage .image_description {
      right: 45px;
      left: auto; }
  .h6-box-product1 .product_list {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .h6-box-product1 .product_list {
        padding: 0 30px; } }
    .h6-box-product1 .product_list li {
      width: 100%; }
      .h6-box-product1 .product_list li .thumbnail-container {
        padding: 15px 0;
        border-top: 1px solid #e2e2e2; }
      .h6-box-product1 .product_list li:first-child .thumbnail-container {
        border-top: none;
        padding-top: 0; }
  .h6-box-product1 > div:last-child .product_list li:first-child .thumbnail-container {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px; }

.h6-box-deal {
  padding: 48.5px 0;
  position: relative;
  background-color: #1c6f4d;
  margin: 0; }
  .h6-box-deal > div:last-child {
    position: static; }
  .h6-box-deal .ApRawHtml {
    max-width: 310px;
    margin: auto;
    text-align: center; }
    .h6-box-deal .ApRawHtml p {
      font-size: 24px;
      margin-bottom: 20px;
      color: #ffffff;
      font-family: "Conv_Greatest Richmond 400"; }
    .h6-box-deal .ApRawHtml h3 {
      font-size: 24px;
      margin-bottom: 30px;
      color: #ffffff; }
  .h6-box-deal .ApImage {
    position: absolute;
    bottom: 0;
    right: 45px; }
    .rtl .h6-box-deal .ApImage {
      left: 45px;
      right: auto; }
    .h6-box-deal .ApImage img {
      max-width: 349px; }
  .h6-box-deal .ApCountdown ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center; }
    .h6-box-deal .ApCountdown ul li {
      text-align: center;
      width: 82px;
      position: relative; }
      .h6-box-deal .ApCountdown ul li:not(:last-child):after {
        content: '';
        width: 5px;
        height: 5px;
        display: block;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 25px;
        right: -2.5px; }
      .h6-box-deal .ApCountdown ul li b {
        display: block;
        font-size: 30px;
        color: #e0bf96;
        line-height: 50px;
        font-weight: 600; }
      .h6-box-deal .ApCountdown ul li span {
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase; }

.h6-box-product-2 {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .h6-box-product-2 {
      padding: 50px 0; } }
  .h6-box-product-2.style-banner .ApImage img {
    height: 365px !important; }
  .h6-box-product-2.style-banner .ApImage .image_description {
    left: 45px; }
    .rtl .h6-box-product-2.style-banner .ApImage .image_description {
      right: 45px;
      left: auto; }
    .h6-box-product-2.style-banner .ApImage .image_description h4 {
      color: #d5b300; }
    .h6-box-product-2.style-banner .ApImage .image_description h3 {
      color: #0a472e; }
  .h6-box-product-2.style-banner .ApImage:hover h3, .h6-box-product-2.style-banner .ApImage:hover h4 {
    color: #ffffff; }
  .h6-box-product-2 .thumbnail-container .product-title a {
    padding: 0; }

.box-testi.home-4.home-6 {
  margin: 0;
  padding: 97.5px 0; }
  @media (max-width: 767px) {
    .box-testi.home-4.home-6 {
      padding: 50px 0; } }
  .box-testi.home-4.home-6 .block_carousel {
    max-width: 1070px;
    margin: auto; }

.h6-box-product3 {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .h6-box-product3 {
      padding: 50px 0; } }

.h1-box-banner.home-6 {
  padding: 0; }
  .h1-box-banner.home-6 > div:first-child .ApImage h3 {
    color: #ffffff; }

.box-blog.home-6 {
  padding: 70px 0; }
  @media (max-width: 767px) {
    .box-blog.home-6 {
      padding: 50px 0; } }

/*end css home 6*/
/*begin css home7*/
@media (min-width: 1200px) {
  .h7-box-service {
    padding: 80px 80px 0 80px; } }
@media (max-width: 1199px) {
  .h7-box-service {
    padding: 80px 0 0 0; } }
@media (max-width: 767px) {
  .h7-box-service {
    padding: 50px 0 0 0; } }
@media (max-width: 767px) {
  .h7-box-service > div:not(:last-child) {
    margin-bottom: 50px; } }
.h7-box-service .ApImage {
  text-align: center;
  max-width: 250px;
  margin: auto; }
  .h7-box-service .ApImage img {
    max-width: 190px;
    margin: auto; }
  .h7-box-service .ApImage .image_description {
    margin-top: 30px; }
    .h7-box-service .ApImage .image_description h4 {
      font-size: 20px;
      margin-bottom: 15px; }
    .h7-box-service .ApImage .image_description p {
      margin-bottom: 0;
      color: #555555; }

.box-product.home-3.home-7 {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .box-product.home-3.home-7 {
      padding: 50px 0; } }

.h7-box-why {
  padding: 74px 0 80px 0; }
  @media (max-width: 767px) {
    .h7-box-why {
      padding: 50px 0; } }
  .h7-box-why .why-box {
    background-color: #ffffff;
    margin-bottom: 10px; }
  .h7-box-why .ApHtml .block_content .question-title h5 {
    margin-bottom: 0; }
    .h7-box-why .ApHtml .block_content .question-title h5 a {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      vertical-align: middle;
      width: 100%;
      font-size: 18px;
      line-height: 24px;
      color: #000000;
      letter-spacing: -0.45px;
      padding: 15px 30px 15px 30px;
      position: relative; }
      .rtl .h7-box-why .ApHtml .block_content .question-title h5 a {
        padding: 15px 30px 15px 30px; }
      @media (max-width: 767px) {
        .h7-box-why .ApHtml .block_content .question-title h5 a {
          padding: 15px 15px 15px 15px; }
          .rtl .h7-box-why .ApHtml .block_content .question-title h5 a {
            padding: 15px 15px 15px 15px; } }
      .h7-box-why .ApHtml .block_content .question-title h5 a span {
        width: calc(100% - 40px);
        display: block;
        padding-left: 10px; }
        .rtl .h7-box-why .ApHtml .block_content .question-title h5 a span {
          padding-right: 10px;
          padding-left: inherit; }
      .h7-box-why .ApHtml .block_content .question-title h5 a:before {
        content: '\f106';
        font-family: "FontAwesome";
        width: 40px;
        height: 40px;
        border: 1px solid #bac34e;
        background: #bac34e;
        transition: all 0.4s;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        border-radius: 50%;
        float: left; }
      .h7-box-why .ApHtml .block_content .question-title h5 a.collapsed:before {
        background: none;
        border-color: #e3e3e3;
        content: '\f107'; }
  .h7-box-why .ApHtml .block_content .question-content {
    padding: 0 30px 30px 80px;
    font-size: 14px;
    line-height: 20px;
    color: #555555; }
    .rtl .h7-box-why .ApHtml .block_content .question-content {
      padding: 0 80px 30px 30px; }
    @media (max-width: 767px) {
      .h7-box-why .ApHtml .block_content .question-content {
        padding: 0 30px 30px 65px; }
        .rtl .h7-box-why .ApHtml .block_content .question-content {
          padding: 0 65px 30px 30px; } }

.h7-box-bn {
  margin: 0; }
  .h7-box-bn .ApImage img {
    min-height: 400px;
    object-fit: cover; }
  .h7-box-bn .ApImage .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 140px;
    text-align: left; }
    .rtl .h7-box-bn .ApImage .image_description {
      left: 140px;
      right: auto; }
    .rtl .h7-box-bn .ApImage .image_description {
      text-align: right; }
    @media (max-width: 1199px) {
      .h7-box-bn .ApImage .image_description {
        right: 5%; }
        .rtl .h7-box-bn .ApImage .image_description {
          left: 5%;
          right: auto; } }
    .h7-box-bn .ApImage .image_description h4 {
      font-size: 18px;
      margin-bottom: 15px;
      color: #f06d1d; }
    .h7-box-bn .ApImage .image_description h3 {
      font-size: 30px;
      margin-bottom: 30px;
      color: #0a472e; }
    .h7-box-bn .ApImage .image_description p {
      margin-bottom: 0; }
      .h7-box-bn .ApImage .image_description p a {
        color: #000000;
        background-color: #ffffff; }
        .h7-box-bn .ApImage .image_description p a:hover {
          color: #ffffff;
          background-color: #000000; }
  @media (min-width: 768px) {
    .h7-box-bn > div {
      padding: 0; } }
  @media (max-width: 767px) {
    .h7-box-bn > div:last-child .ApImage {
      margin-top: 15px;
      margin-bottom: 50px; } }
  .h7-box-bn > div:last-child .ApImage h4 {
    color: #f1e23e; }
  .h7-box-bn > div:last-child .ApImage h3 {
    color: #ffffff; }

.box-brand.home-7:before {
  display: none; }

.h8-box-bn {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .h8-box-bn {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .h8-box-bn > div .ApImage {
      max-width: 410px;
      margin: 0 auto 50px auto; } }
  .h8-box-bn > div:first-child .ApImage {
    margin-bottom: 30px;
    text-align: center; }
    .h8-box-bn > div:first-child .ApImage img {
      max-width: 234px; }
  @media (max-width: 767px) {
    .h8-box-bn > div:last-child .ApImage {
      margin-bottom: 0; } }
  .h8-box-bn > div:not(:first-child) .ApImage img {
    transition: all 0.3s; }
  .h8-box-bn > div:not(:first-child) .ApImage .image_description {
    text-align: center;
    margin-top: 30px;
    padding: 0 20px; }
    .h8-box-bn > div:not(:first-child) .ApImage .image_description h4 {
      font-size: 20px;
      margin-bottom: 15px; }
    .h8-box-bn > div:not(:first-child) .ApImage .image_description p {
      font-size: 14px;
      line-height: 20px;
      color: #555555;
      margin-bottom: 20px; }
      .h8-box-bn > div:not(:first-child) .ApImage .image_description p:last-child {
        margin-bottom: 0; }
    .h8-box-bn > div:not(:first-child) .ApImage .image_description a {
      color: #bac34e; }
      .h8-box-bn > div:not(:first-child) .ApImage .image_description a:hover {
        color: #0a472e; }
        .h8-box-bn > div:not(:first-child) .ApImage .image_description a:hover:after {
          background-color: #0a472e; }
  .h8-box-bn > div:not(:first-child) .ApImage:hover img {
    transform: translateY(-8px); }

.h8-box-product {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 767px) {
    .h8-box-product {
      padding: 50px 0; } }
  .h8-box-product:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    top: 0;
    background: #e4e4e4;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .h8-box-product:before {
      margin-right: -1000px;
      margin-left: inherit; }
  @media (max-width: 767px) {
    .h8-box-product > div:last-child {
      margin-top: 50px; } }
  .h8-box-product > div:last-child .title-ap-column:before {
    color: #eb9a30; }
  .h8-box-product > div:last-child .products_block {
    position: relative; }
    .h8-box-product > div:last-child .products_block .block_content {
      position: relative;
      z-index: 2; }
    @media (min-width: 992px) {
      .h8-box-product > div:last-child .products_block:after {
        content: '';
        width: 414px;
        height: 276px;
        display: block;
        background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h8_bgproduct.png");
        position: absolute;
        bottom: -175px;
        right: -65px;
        z-index: 1; }
        .rtl .h8-box-product > div:last-child .products_block:after {
          left: -65px;
          right: auto; } }
  .h8-box-product .title-ap-column {
    font-size: 30px;
    color: #0a472e;
    font-weight: 400;
    letter-spacing: -0.75px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 15px;
    position: relative; }
    @media (max-width: 767px) {
      .h8-box-product .title-ap-column {
        padding: 0 0 10px 0;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 24px; } }
    .h8-box-product .title-ap-column:before {
      content: '\f111';
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      color: #eb3069;
      margin-right: 10px;
      font-weight: 900; }
      .rtl .h8-box-product .title-ap-column:before {
        margin-left: 10px;
        margin-right: inherit; }
  .h8-box-product .have-border .owl-wrapper > div > div > .product-miniature {
    height: auto; }
  .h8-box-product .have-border .thumbnail-container {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
  .h8-box-product .product-list-2 .thumbnail-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 15px; }
    .h8-box-product .product-list-2 .thumbnail-container .product-image {
      width: 100%; }
    .h8-box-product .product-list-2 .thumbnail-container .product-meta {
      width: 100%;
      padding: 0 0 0 0; }
      .rtl .h8-box-product .product-list-2 .thumbnail-container .product-meta {
        padding: 0 0 0 0; }

.box-service-h8 {
  padding: 70px 0 142px 0; }
  @media (max-width: 1199px) {
    .box-service-h8 > div:first-child {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .box-service-h8 > div:last-child {
      column-count: 3; } }
  .box-service-h8 .ApRawHtml p {
    font-size: 24px;
    line-height: 36px;
    color: #0a472e;
    letter-spacing: -0.6px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .box-service-h8 .ApRawHtml p {
        text-align: center; } }
    .box-service-h8 .ApRawHtml p span {
      font-weight: 700; }
  .box-service-h8 .ApImage {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .box-service-h8 .ApImage {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; } }
    @media (max-width: 767px) {
      .box-service-h8 .ApImage {
        flex-direction: column;
        text-align: center; }
        .box-service-h8 .ApImage:not(:last-child) {
          margin-bottom: 30px; } }
    .box-service-h8 .ApImage img {
      min-width: 62px; }
    .box-service-h8 .ApImage .image_description {
      width: calc(100% - 62px);
      padding-left: 15px; }
      .rtl .box-service-h8 .ApImage .image_description {
        padding-right: 15px;
        padding-left: inherit; }
      @media (max-width: 767px) {
        .box-service-h8 .ApImage .image_description {
          width: 100%;
          padding-left: 0px;
          margin-top: 20px; }
          .rtl .box-service-h8 .ApImage .image_description {
            padding-right: 0px;
            padding-left: inherit; } }
      .box-service-h8 .ApImage .image_description h3 {
        font-size: 16px;
        margin-bottom: 10px; }
      .box-service-h8 .ApImage .image_description p {
        font-size: 12px;
        color: #555555;
        margin-bottom: 0;
        line-height: 18px; }

.h8-box-testi {
  margin: -80px 0 0;
  padding: 60px 80px 80px 80px;
  background-color: #ffffff; }
  @media (max-width: 1199px) {
    .h8-box-testi {
      padding: 50px 50px 70px 50px; } }
  @media (max-width: 480px) {
    .h8-box-testi {
      padding: 30px 15px 50px 15px; } }
  .h8-box-testi > div:first-child {
    position: relative; }
    @media (min-width: 1200px) {
      .h8-box-testi > div:first-child {
        padding: 0 80px 0 0; }
        .rtl .h8-box-testi > div:first-child {
          padding: 0 0 0 80px; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .h8-box-testi > div:first-child {
        padding: 0 50px 0 0; }
        .rtl .h8-box-testi > div:first-child {
          padding: 0 0 0 50px; } }
    @media (min-width: 768px) {
      .h8-box-testi > div:first-child:before {
        content: '';
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        position: absolute;
        display: block;
        background-color: #ededed;
        z-index: 1; }
        .rtl .h8-box-testi > div:first-child:before {
          left: 0;
          right: auto; }
      .h8-box-testi > div:first-child:after {
        content: '';
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        background-image: url("../../../../assets/img/modules/appagebuilder/img/freshio_h8_ictestit.png");
        z-index: 2; }
        .rtl .h8-box-testi > div:first-child:after {
          left: -20px;
          right: auto; } }
    @media (max-width: 767px) {
      .h8-box-testi > div:first-child {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 30px;
        padding-bottom: 10px; } }
  @media (min-width: 1200px) {
    .h8-box-testi > div:last-child {
      padding: 0 0 0 80px; }
      .rtl .h8-box-testi > div:last-child {
        padding: 0 80px 0 0; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .h8-box-testi > div:last-child {
      padding: 0 0 0 50px; }
      .rtl .h8-box-testi > div:last-child {
        padding: 0 50px 0 0; } }
  .h8-box-testi .ApImage {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .h8-box-testi .ApImage {
        flex-direction: column;
        justify-content: center;
        text-align: center; } }
    .h8-box-testi .ApImage img {
      width: 70px !important; }
      @media (max-width: 767px) {
        .h8-box-testi .ApImage img {
          margin: auto; } }
    .h8-box-testi .ApImage .image_description {
      width: calc(100% - 70px);
      padding-left: 20px; }
      .rtl .h8-box-testi .ApImage .image_description {
        padding-right: 20px;
        padding-left: inherit; }
      @media (max-width: 767px) {
        .h8-box-testi .ApImage .image_description {
          width: 100%;
          padding-left: 0px; }
          .rtl .h8-box-testi .ApImage .image_description {
            padding-right: 0px;
            padding-left: inherit; } }
      .h8-box-testi .ApImage .image_description p:first-child {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 10px; }
      .h8-box-testi .ApImage .image_description p:last-child {
        margin-bottom: 0;
        font-size: 14px;
        color: #aaaaaa;
        line-height: 30px; }

/*css check out page*/
#checkout #wrapper {
  padding-top: 60px; }
  @media (max-width: 575px) {
    #checkout #wrapper {
      padding-top: 30px; } }
#checkout #content > .row > div {
  position: relative; }
  @media (max-width: 991px) {
    #checkout #content > .row > div {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 479px) {
    #checkout #content > .row > div {
      padding-left: 0;
      padding-right: 0; } }
  #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
    padding-top: 100px; }
    @media (max-width: 991px) {
      #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 479px) {
      #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
        padding-left: 0;
        padding-right: 0; } }

body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none; }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > p {
      padding: 0 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
        padding-top: 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:last-child {
        padding-bottom: 20px; }
  body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static; }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    font-family: "Mazzard Soft H";
    opacity: 1;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px;
      font-family: 'Poppins'; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }
  #block-reassurance ul {
    margin: 0; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #block-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 12px;
      line-height: 20px;
      color: #888; }

#checkout #checkout-personal-information-step .nav {
  margin: 0 !important; }
  #checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both; }
  #checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      float: right; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
      display: none; }
    #checkout #checkout-personal-information-step .nav .nav-item:last-child {
      border: 0 !important; }
    #checkout #checkout-personal-information-step .nav .nav-item .nav-link {
      display: block;
      line-height: 20px;
      padding: 10px;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      color: #ccc; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
        color: #282828;
        border-color: transparent; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
        color: #282828; }
#checkout #checkout-personal-information-step .tab-content {
  padding: 20px; }
  #checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%; }
    #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
      padding: 8px 50px 8px 15px; }
      .rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
        padding: 8px 15px 8px 50px; }
    #checkout #checkout-personal-information-step .tab-content .form-control:focus {
      outline: 0;
      border-color: #282828; }

body#checkout .form-control.js-visible-password {
  padding: 8px 50px 8px 15px; }
  .rtl body#checkout .form-control.js-visible-password {
    padding: 8px 15px 8px 50px; }

body#checkout [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px; }
  body#checkout [data-action="show-password"]:hover {
    color: #282828; }

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
  margin: 0; }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc; }
    .rtl body#checkout section.checkout-step #customer-form .form-control-comment, .rtl
    body#checkout section.checkout-step #login-form .form-control-comment, .rtl
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      text-align: left; }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group > .col-md-6,
    body#checkout section.checkout-step #login-form .form-group > .col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
      width: 75%; } }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4; }
    .rtl body#checkout section.checkout-step #customer-form .input-group-btn, .rtl
    body#checkout section.checkout-step #login-form .input-group-btn, .rtl
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      left: 0;
      right: auto; }
    body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
      font-size: 0; }
      body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: 400;
        line-height: 40px;
        content: "\F06E";
        font-size: 17px; }

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px; }
    body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
    body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
      font-size: 13px; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 50%; }
body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #4caf50; }

body#checkout section.checkout-step #customer-form > section .form-group:last-child, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) {
  margin: 0; }
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .col-md-3,
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .col-md-6, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .col-md-3,
  body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .col-md-6 {
    width: 100%;
    padding: 0;
    margin: 0; }
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .custom-checkbox, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .custom-checkbox {
    /* display: block; */ }

body#checkout .custom-checkbox em {
  width: auto; }

.input-group.focus {
  outline: 0; }

body#checkout section.checkout-step .form-footer {
  margin: 30px 0 10px; }
  body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%; }

body#checkout section.checkout-step .forgot-password {
  margin: 0 !important;
  text-align: center; }

body#checkout .custom-checkbox em {
  color: #ccc; }
body#checkout .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: top; }
  body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px; }
    body#checkout .custom-radio input[type="radio"]:checked + span {
      width: 10px;
      height: 10px; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important; }

body#checkout section.checkout-step .address-selector {
  display: block; }
  body#checkout section.checkout-step .address-selector hr {
    border: 0; }

body#checkout section.checkout-step .address-item.selected {
  border: #282828 1px solid; }
body#checkout section.checkout-step .address-item .radio-block {
  font-family: "Mazzard Soft H";
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px; }
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px; }

body#checkout section.checkout-step .address-footer {
  text-align: right; }
  .rtl body#checkout section.checkout-step .address-footer {
    text-align: left; }
  body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s; }
    body#checkout section.checkout-step .address-footer .text-muted .material-icons {
      display: none; }
    body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
      background: #282828;
      color: #fff !important; }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
      background: #282828;
      color: #fff !important; }
      body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
        background: #fff;
        color: #282828 !important; }

@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-6 {
    width: 75%; } }
@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-3:last-child {
    width: 100%; } }

body#checkout section.checkout-step .add-address a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }
  body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px; }
    .rtl body#checkout section.checkout-step .add-address a .material-icons {
      margin: 0 0 0 5px; }
  body#checkout section.checkout-step .add-address a:hover {
    color: #bac34e; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #bac34e; }

#payment-confirmation {
  text-align: center; }

label[for="delivery_message"] {
  font-size: 13px; }

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none; }

#conditions-to-approve #cta-terms-and-conditions-1 {
  font-weight: normal; }

.condition-label a {
  text-decoration: underline; }

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px; }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit; }

body#checkout .condition-label {
  margin-left: 30px; }
  .rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit; }

body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 18px; }

.definition-list dl dd, .definition-list dl dt {
  width: 49%; }

body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items ._desktop-title {
  font-size: 12px; }

.card {
  border-radius: 0; }

#content-hook_order_confirmation {
  text-align: center; }

#content-hook_order_confirmation {
  text-align: center;
  color: #999; }
  #content-hook_order_confirmation .card-title {
    font-size: 16px;
    margin: 0 0 20px; }
    #content-hook_order_confirmation .card-title i {
      vertical-align: -4px;
      margin-right: 15px; }
      .rtl #content-hook_order_confirmation .card-title i {
        margin-left: 15px;
        margin-right: inherit; }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px; }
  #content-hook_order_confirmation p {
    margin: 0; }

h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000; }

@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0; }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0; }
    #order-confirmation .page-order-confirmation .card-block > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf; } }

#content-hook_payment_return {
  line-height: 1.35;
  margin: 0 0 50px; }

#cart-summary-product-list .media {
  margin-bottom: 15px; }

#order-items hr {
  border-top-color: #e1e1e1; }

h5.modal-title {
  font-weight: normal;
  font-family: "Mazzard Soft H";
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #888; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #bac34e; }

.modal-content {
  border: 0;
  border-radius: 0; }

.login-form button[data-action="show-password"] {
  font-size: 0 !important;
  color: #ccc !important;
  background: none !important;
  border: 0 !important; }
  .login-form button[data-action="show-password"]:hover {
    color: #000 !important; }
  .login-form button[data-action="show-password"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px; }
.login-form input[type="text"] + span button[data-action="show-password"]:before {
  content: "\f06e"; }

.register-form > p {
  text-align: center; }
.register-form .custom-checkbox {
  display: block;
  position: relative; }
  .register-form .custom-checkbox input[type="checkbox"], .register-form .custom-checkbox > span {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .register-form .custom-checkbox input[type="checkbox"], .rtl .register-form .custom-checkbox > span {
      right: 0;
      left: auto; }
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0; }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px; }
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto; }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0; }
    .register-form .input-group-btn .btn:hover {
      color: #222 !important; }
    .register-form .input-group-btn .btn:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: 400;
      line-height: 1;
      content: "\f070";
      font-size: 17px; }
.register-form input[type="text"] + .input-group-btn .btn:before {
  content: "\f06e"; }
.register-form .form-footer {
  text-align: center; }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px; }

body#checkout #cart-summary-product-list ul li {
  padding: 0;
  margin-bottom: 10px; }
  body#checkout #cart-summary-product-list ul li .media-left {
    width: 50px; }
  body#checkout #cart-summary-product-list ul li .media-body {
    width: calc(100% - 50px);
    padding-left: 10px; }
    .rtl body#checkout #cart-summary-product-list ul li .media-body {
      padding-right: 10px;
      padding-left: inherit; }
    body#checkout #cart-summary-product-list ul li .media-body .product-name {
      margin-bottom: 5px;
      display: inline-block;
      width: calc(100% - 30px);
      vertical-align: middle; }
    body#checkout #cart-summary-product-list ul li .media-body .product-quantity {
      width: 30px; }
    body#checkout #cart-summary-product-list ul li .media-body .product-price {
      font-size: 16px;
      margin-bottom: 5px;
      float: none !important;
      display: inline-block;
      vertical-align: middle;
      width: 100%; }

/*end css check out page*/

/*# sourceMappingURL=styles.css.map */
