/***************************************************
  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 #00d31e; }
    .widget-tabs li.active a {
      color: #00d31e; }

.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: #00d31e;
    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: #00d31e; }
  .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 #00d31e;
    -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: #00d31e; }

/* 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) {
    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;
    -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 {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px;
        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: #00d31e;
      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: #00d31e;
        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: #00d31e; }
      .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: #00d31e;
      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: #00d31e; }
  .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: #00d31e; }
    .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 #00d31e; }
  .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: #00d31e;
    font-size: 12px;
    border-radius: 20px;
    padding: 10px 15px 7px 15px;
    border-color: #00d31e;
    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;
  }
    .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: #00d31e; }
  .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: #00d31e; }
      #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: #00d31e; }
    #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: #00d31e; }
  .popup-over .popup-content li a {
    font-size: 13px; }
    .popup-over .popup-content li a:hover {
      color: #00d31e; }
    .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: calc(100% - 295px); }
    @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: 30px; }
        .rtl .dp-top-menu:not(.home-3, .h6-box-menu) > div:last-child {
          right: 30px;
          left: auto; } }
    @media (max-width: 375px) {
      .dp-top-menu:not(.home-3, .h6-box-menu) > div:last-child {
        top: 20px; } }

.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: #00d31e;
      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: #00d31e !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: #00d31e; } }
  .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: #00d31e; }
  .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: #00d31e; }
          .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: #00d31e; }
      .h1-box-email .ApImage .image_description .btn-banner-style-1:hover:after {
        background-color: #00d31e; }
  .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: #00d31e; }

.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: #00d31e; }
        .rtl .h1-box-listcate .list-cate li a:before {
          margin-left: 10px;
          margin-right: inherit; }
      .h1-box-listcate .list-cate li a:hover {
        color: #00d31e; }
        .h1-box-listcate .list-cate li a:hover:before {
          color: #00d31e; }
  .h1-box-listcate .list-cate > p {
    margin-bottom: 0; }
    .h1-box-listcate .list-cate > p > a:hover {
      color: #00d31e; }
      .h1-box-listcate .list-cate > p > a:hover:after {
        background-color: #00d31e; }

.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: #00d31e; }
  @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: #00d31e; }
    @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: #00d31e; }
  @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: #00d31e; }

.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: #00d31e; }
          .h2-box-slide .ApImage:first-child .image_description a:hover:after {
            background-color: #00d31e; }
        .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: #00d31e;
  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: #00d31e; }
    .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: #00d31e;
      font-weight: 700;
      padding-bottom: 5px;
      display: inline-block;
      border-bottom: 1px solid #00d31e; }
      .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: #00d31e;
      padding-bottom: 5px;
      font-weight: 700;
      border-bottom: 1px solid #00d31e;
      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: #00d31e;
        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: #00d31e; }
    .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: #00d31e; }
  .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: #00d31e; }

/*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: #00d31e; }

@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/png;base64,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/GMzLdsAADsgaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAyMi0xMC0xOFQxNzowNDozMCswMjowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDIyLTEwLTE4VDE3OjA2OjMxKzAyOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAyMi0xMC0xOFQxNzowNjozMSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYtMi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDowNDlhMDU1Yy1hZmU1LTU4NGQtOTMyYi0zYjJjMDliMzQ1MGE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1ZjI4ZTUxNy00ZWY2LTExZWQtOThhMy04MjU3OTQ0MjVjNmQ8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDplMWIxYjVlMi1kYWM5LWNlNGYtODU5OC0xMzc2MGE2ODI0ZDQ8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZTFiMWI1ZTItZGFjOS1jZTRmLTg1OTgtMTM3NjBhNjgyNGQ0PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDIyLTEwLTE4VDE3OjA0OjMwKzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MDQ5YTA1NWMtYWZlNS01ODRkLTkzMmItM2IyYzA5YjM0NTBhPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDIyLTEwLTE4VDE3OjA2OjMxKzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MzAwMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MzAwMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj44MDQ8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+ODA2PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz5PEBv9AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAE6dSURBVHja7N3dcdvWugbg15l9f3AqMHOfmTAVhKkgSgWhK7BcgeUKrFRgpoJoVxC6gjAzuQ9dwcauQOcC0JHsyDIpEQt/zzOjsS1LAAmA5Hqx1rfWs+vr6wAAAPThK4cAAAAQ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"); }
      .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: #00d31e;
    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: #00d31e; }
  .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: #00d31e; }
  .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 #00d31e; }
      .h2-box-mainfooter.home-3 > div:first-child p:last-child a:hover {
        color: #00d31e; }
  .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: #00d31e; }

.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: #00d31e;
          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 #00d31e;
          background: #00d31e;
          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: #00d31e;
      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 #00d31e;
        background: #00d31e;
        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: #00d31e; }
      .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: #00d31e; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #00d31e; }

#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: #00d31e; }

.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 */
