/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 2.5rem; }
.ApColumn .title_block {
  color: #000000;
  margin: 1.875rem 0 2.5rem;
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  position: relative;
  text-transform: uppercase; }

.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: 10px 50px !important;
  margin-bottom: 0 !important;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: auto; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eaeaea; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eaeaea;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #eaeaea #eaeaea #eaeaea; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #67ce29; }
    .widget-tabs li.active a {
      color: #67ce29; }

.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: #67ce29;
    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: #67ce29; }
  .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 #eaeaea; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #67ce29;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem;
  opacity: .5;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 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;
  padding-bottom: 2.5rem; }
  .latest-blogs .right-block {
    text-align: left;
    display: inline-block;
    margin-top: 15px; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
    .latest-blogs .right-block .blog-meta {
      font-size: 12px;
      color: #b0b0b0;
      display: inline-block;
      margin-bottom: 10px; }
      .latest-blogs .right-block .blog-meta .cat a {
        color: #67ce29; }
      .latest-blogs .right-block .blog-meta > span {
        position: relative;
        padding: 0 7px; }
        .latest-blogs .right-block .blog-meta > span:first-child {
          padding-left: 0; }
          .rtl .latest-blogs .right-block .blog-meta > span:first-child {
            padding-right: 0;
            padding-left: inherit; }
        .latest-blogs .right-block .blog-meta > span:not(:last-child)::after {
          content: "";
          width: 3px;
          height: 2px;
          background: #b0b0b0;
          position: absolute;
          top: 50%;
          right: 0;
          left: auto; }
          .rtl .latest-blogs .right-block .blog-meta > span:not(:last-child)::after {
            right: auto;
            left: 0; }
    .latest-blogs .right-block .blog-info a {
      font-size: 14px;
      color: #67ce29;
      background: transparent;
      padding: 0;
      text-transform: capitalize;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s;
      position: relative;
      font-family: "GilroyBold"; }
      .latest-blogs .right-block .blog-info a::before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        right: auto;
        left: 0;
        background: #67ce29;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
        .rtl .latest-blogs .right-block .blog-info a::before {
          right: 0;
          left: auto; }
      .latest-blogs .right-block .blog-info a:hover::before {
        width: 100%; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem;
    width: 100%; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    .latest-blogs .blog-image-container > a {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden; }
      .latest-blogs .blog-image-container > a::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .latest-blogs .blog-image-container > a::after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .latest-blogs .blog-image-container > a::after, .latest-blogs .blog-image-container > a::before {
        position: absolute;
        z-index: 9;
        content: "";
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .latest-blogs .blog-image-container > a:hover::after, .latest-blogs .blog-image-container > a:hover::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .latest-blogs .blog-image-container > a img {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        backface-visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .latest-blogs .blog-image-container:hover > a img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    .latest-blogs .blog-image-container a img {
      width: 100%; }
  .latest-blogs .blog-title {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    font-family: "GilroyBold";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px; }
  .latest-blogs .blog-desc {
    padding-top: 0;
    color: #626262;
    text-align: justify;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 12px; }

.box-blog {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  @media (min-width: 1200px) {
    .box-blog {
      padding-top: 125px; } }
  @media (max-width: 1199px) {
    .box-blog {
      padding-top: 30px; } }
  .box-blog::before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .rtl .box-blog::before {
      right: 50%;
      left: auto; }

/* 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 a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

/* 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; }

/* Ap Foods */
/* header nav home 1 */
.box-haeder-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px; }
  @media (max-width: 991px) {
    .box-haeder-nav {
      min-height: 50px;
      text-align: center; } }
  .box-haeder-nav .col-left-nav .ApHtml {
    margin-bottom: 0; }
    .box-haeder-nav .col-left-nav .ApHtml h4 {
      margin-bottom: 0;
      font-size: 14px;
      color: #626262;
      font-weight: 500; }
      .box-haeder-nav .col-left-nav .ApHtml h4 a {
        color: #67ce29; }
  @media (max-width: 991px) {
    .box-haeder-nav .col-right-nav {
      display: none; } }
  .box-haeder-nav a {
    color: #626262;
    font-size: 14px; }

/* end header nav home 1 */
/* header top home 1 */
@media (min-width: 576px) {
  .box-header-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 575px) {
  .box-header-top {
    display: block; } }
@media (max-width: 991px) {
  .box-header-top .col-logo {
    order: 2;
    text-align: center; } }
@media (max-width: 575px) {
  .box-header-top .col-logo {
    padding: 15px 0; } }
.box-header-top .col-right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 991px) {
    .box-header-top .col-right {
      order: 3; } }
  .box-header-top .col-right i {
    font-size: 24px; }
  .box-header-top .col-right #leo_search_block_top .title_block,
  .box-header-top .col-right .userinfo-selector .popup-title,
  .box-header-top .col-right .header-button-wishlist .ap-btn-wishlist,
  .box-header-top .col-right #_desktop_cart .header, .box-header-top .col-right #leo_block_top .popup-title {
    height: 100px;
    line-height: 100px;
    width: 50px !important;
    display: block;
    margin: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    text-align: center;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .box-header-top .col-right #leo_search_block_top .title_block,
      .box-header-top .col-right .userinfo-selector .popup-title,
      .box-header-top .col-right .header-button-wishlist .ap-btn-wishlist,
      .box-header-top .col-right #_desktop_cart .header, .box-header-top .col-right #leo_block_top .popup-title {
        width: 40px !important; } }
    @media (max-width: 991px) {
      .box-header-top .col-right #leo_search_block_top .title_block,
      .box-header-top .col-right .userinfo-selector .popup-title,
      .box-header-top .col-right .header-button-wishlist .ap-btn-wishlist,
      .box-header-top .col-right #_desktop_cart .header, .box-header-top .col-right #leo_block_top .popup-title {
        width: 35px !important; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .box-header-top .col-right #leo_search_block_top .title_block,
      .box-header-top .col-right .userinfo-selector .popup-title,
      .box-header-top .col-right .header-button-wishlist .ap-btn-wishlist,
      .box-header-top .col-right #_desktop_cart .header, .box-header-top .col-right #leo_block_top .popup-title {
        height: 60px;
        line-height: 60px; } }
    @media (max-width: 575px) {
      .box-header-top .col-right #leo_search_block_top .title_block,
      .box-header-top .col-right .userinfo-selector .popup-title,
      .box-header-top .col-right .header-button-wishlist .ap-btn-wishlist,
      .box-header-top .col-right #_desktop_cart .header, .box-header-top .col-right #leo_block_top .popup-title {
        height: 50px;
        line-height: 50px; } }
  .box-header-top .col-right .userinfo-selector {
    margin: 0; }
@media (max-width: 991px) {
  .box-header-top .col-menu {
    order: 1; } }
.box-header-top .header-button-wishlist {
  position: relative; }
.box-header-top .header-button-wishlist .ap-total-wishlist.ap-total, .box-header-top .header-button-wishlist .cart-products-count, .box-header-top #_desktop_cart .ap-total-wishlist.ap-total, .box-header-top #_desktop_cart .cart-products-count {
  background: #ef3636;
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 0;
  left: auto;
  color: #ffffff;
  border-radius: 100%; }
  .rtl .box-header-top .header-button-wishlist .ap-total-wishlist.ap-total, .rtl .box-header-top .header-button-wishlist .cart-products-count, .rtl .box-header-top #_desktop_cart .ap-total-wishlist.ap-total, .rtl .box-header-top #_desktop_cart .cart-products-count {
    right: auto;
    left: 0; }
  @media (max-width: 991px) {
    .box-header-top .header-button-wishlist .ap-total-wishlist.ap-total, .box-header-top .header-button-wishlist .cart-products-count, .box-header-top #_desktop_cart .ap-total-wishlist.ap-total, .box-header-top #_desktop_cart .cart-products-count {
      right: -4px;
      left: auto; }
      .rtl .box-header-top .header-button-wishlist .ap-total-wishlist.ap-total, .rtl .box-header-top .header-button-wishlist .cart-products-count, .rtl .box-header-top #_desktop_cart .ap-total-wishlist.ap-total, .rtl .box-header-top #_desktop_cart .cart-products-count {
        right: auto;
        left: -4px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .box-header-top .header-button-wishlist .ap-total-wishlist.ap-total, .box-header-top .header-button-wishlist .cart-products-count, .box-header-top #_desktop_cart .ap-total-wishlist.ap-total, .box-header-top #_desktop_cart .cart-products-count {
      top: 5px; } }
  @media (max-width: 575px) {
    .box-header-top .header-button-wishlist .ap-total-wishlist.ap-total, .box-header-top .header-button-wishlist .cart-products-count, .box-header-top #_desktop_cart .ap-total-wishlist.ap-total, .box-header-top #_desktop_cart .cart-products-count {
      top: 0; } }
.box-header-top #leo_block_top {
  margin: 0; }
  @media (min-width: 992px) {
    .box-header-top #leo_block_top .language-selector, .box-header-top #leo_block_top .currency-selector {
      display: none; } }

@media (max-width: 575px) {
  .ApMegamenu {
    height: 50px;
    line-height: 50px; } }
.ApMegamenu .navbar-header button {
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
  padding: 5px; }

/* end header top home 1 */
/* content home 1 */
.box-banner-1 {
  padding-top: 30px; }
  .box-banner-1 .ApColumn .ApImage {
    position: relative;
    margin-bottom: 0; }
    @media (min-width: 480px) and (max-width: 767px) {
      .box-banner-1 .ApColumn .ApImage {
        padding: 15px 0; } }
    .box-banner-1 .ApColumn .ApImage > a {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden; }
      .box-banner-1 .ApColumn .ApImage > a::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .box-banner-1 .ApColumn .ApImage > a::after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .box-banner-1 .ApColumn .ApImage > a::after, .box-banner-1 .ApColumn .ApImage > a::before {
        position: absolute;
        z-index: 9;
        content: "";
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .box-banner-1 .ApColumn .ApImage > a:hover::after, .box-banner-1 .ApColumn .ApImage > a:hover::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .box-banner-1 .ApColumn .ApImage > a img {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        backface-visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .box-banner-1 .ApColumn .ApImage:hover > a img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    .box-banner-1 .ApColumn .ApImage .image_description {
      position: absolute; }
      .box-banner-1 .ApColumn .ApImage .image_description h3 {
        font-family: "Amatic SC", cursive;
        color: #FFFFFF;
        font-weight: 700; }
        @media (min-width: 480px) {
          .box-banner-1 .ApColumn .ApImage .image_description h3 {
            font-size: 24px; } }
        @media (max-width: 479px) {
          .box-banner-1 .ApColumn .ApImage .image_description h3 {
            font-size: 20px; } }
      .box-banner-1 .ApColumn .ApImage .image_description h2 {
        font-family: "GilroyBold"; }
        @media (min-width: 480px) {
          .box-banner-1 .ApColumn .ApImage .image_description h2 {
            font-size: 30px; } }
        @media (max-width: 479px) {
          .box-banner-1 .ApColumn .ApImage .image_description h2 {
            font-size: 25px; } }
      .box-banner-1 .ApColumn .ApImage .image_description a {
        color: #82896a;
        font-size: 14px;
        font-family: "GilroyBold";
        text-decoration: underline; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .box-banner-1 .ApColumn .ApImage img {
        height: 244px !important;
        object-fit: cover; } }
  .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
    text-align: right; }
    .rtl .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
      text-align: left; }
    @media (min-width: 576px) {
      .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
        right: 80px;
        top: 60px; }
        .rtl .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
          left: 80px;
          right: auto; } }
    @media (min-width: 480px) and (max-width: 575px) {
      .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
        right: 30px;
        top: 30px; }
        .rtl .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
          left: 30px;
          right: auto; } }
    @media (max-width: 479px) {
      .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
        right: 10px;
        top: 0; }
        .rtl .box-banner-1 .ApColumn.img-1 .ApImage .image_description {
          left: 10px;
          right: auto; } }
    .box-banner-1 .ApColumn.img-1 .ApImage .image_description h2 {
      color: #c3a600; }
  .box-banner-1 .ApColumn.img-2 .ApImage .image_description {
    text-align: center;
    left: 0;
    right: 0;
    top: 35px; }
    .box-banner-1 .ApColumn.img-2 .ApImage .image_description h2 {
      color: #235100; }

.sub-title-widget {
  order: -1;
  font-family: "Amatic SC", cursive;
  font-size: 24px;
  color: #67ce29;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 22px;
  text-align: center; }

.title_block {
  font-family: "GilroyBold";
  font-size: 30px;
  color: #000000;
  text-transform: capitalize;
  text-align: center; }
  @media (min-width: 992px) {
    .title_block {
      padding-bottom: 60px; } }
  @media (max-width: 991px) {
    .title_block {
      padding-bottom: 30px; } }

.box-product {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 992px) {
    .box-product {
      padding-top: 95px; } }
  @media (max-width: 991px) {
    .box-product {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .box-product .ApProductCarousel .owl-controls .owl-pagination {
      margin: 48px 0 10px; } }
  .box-product .ApProductCarousel .owl-controls .owl-pagination .owl-page span {
    background-color: #e2e2e2; }
  .box-product .ApProductCarousel .owl-controls .owl-pagination .owl-page.active span {
    background-color: #67ce29; }

.box-banner-2 {
  padding: 99px 0;
  max-height: 750px; }
  .box-banner-2 .ApHtml .block_content {
    max-width: 410px; }
    @media (min-width: 992px) {
      .box-banner-2 .ApHtml .block_content {
        float: right;
        margin-right: 140px; } }
    @media (max-width: 991px) {
      .box-banner-2 .ApHtml .block_content {
        margin: auto;
        text-align: center; } }
    .box-banner-2 .ApHtml .block_content h3, .box-banner-2 .ApHtml .block_content h2, .box-banner-2 .ApHtml .block_content p {
      color: #FFFFFF; }
    .box-banner-2 .ApHtml .block_content h3 {
      font-size: 30px;
      margin-bottom: 18px;
      font-weight: 700;
      font-family: "Amatic SC", cursive; }
    .box-banner-2 .ApHtml .block_content h2 {
      font-size: 50px;
      margin-bottom: 20px; }
    .box-banner-2 .ApHtml .block_content p {
      line-height: 24px;
      margin-bottom: 30px; }
    .box-banner-2 .ApHtml .block_content a {
      height: 54px;
      line-height: 54px;
      padding: 0 36px;
      display: inline-block;
      background: #ffffff;
      border-radius: 3px;
      font-family: "GilroyBold";
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .box-banner-2 .ApHtml .block_content a:hover {
        background: #000000;
        color: #ffffff; }

.box-banner-3 {
  padding: 94px 0; }
  @media (min-width: 992px) {
    .box-banner-3 {
      max-width: 1010px;
      margin: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-banner-3 {
      background: rgba(255, 255, 255, 0.75);
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .box-banner-3 {
      background: rgba(255, 255, 255, 0.95);
      text-align: center; } }
  @media (max-width: 767px) {
    .box-banner-3 .ApColumn:not(:first-child) {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .box-banner-3 .ApColumn .ApHtml {
      max-width: 300px;
      margin: auto; } }
  .box-banner-3 .ApColumn .ApHtml h3 {
    font-size: 16px;
    font-family: "GilroyBold";
    margin-bottom: 17px;
    position: relative;
    z-index: 1; }
    .box-banner-3 .ApColumn .ApHtml h3::before {
      content: "";
      color: #f5f5f5;
      position: absolute;
      font-size: 80px;
      top: -40px;
      right: auto;
      left: -30px;
      z-index: -1; }
      .rtl .box-banner-3 .ApColumn .ApHtml h3::before {
        right: -30px;
        left: auto; }
      @media (max-width: 767px) {
        .box-banner-3 .ApColumn .ApHtml h3::before {
          color: #ececec; } }
      @media (max-width: 479px) {
        .box-banner-3 .ApColumn .ApHtml h3::before {
          right: auto;
          left: 0; }
          .rtl .box-banner-3 .ApColumn .ApHtml h3::before {
            right: 0;
            left: auto; } }
  .box-banner-3 .ApColumn .ApHtml p {
    color: #626262;
    line-height: 24px; }
  .box-banner-3 .ApColumn.box-title .title_block {
    font-size: 30px;
    color: #000000;
    text-transform: capitalize;
    margin: 0; }
    @media (min-width: 992px) {
      .box-banner-3 .ApColumn.box-title .title_block {
        padding-bottom: 50px; } }
    @media (max-width: 991px) {
      .box-banner-3 .ApColumn.box-title .title_block {
        padding-bottom: 30px; } }
  .box-banner-3 .ApColumn:nth-child(2) .ApHtml h3::before {
    content: "01"; }
  .box-banner-3 .ApColumn:nth-child(3) .ApHtml h3::before {
    content: "02"; }
  .box-banner-3 .ApColumn:nth-child(4) .ApHtml h3::before {
    content: "03"; }

.box-banner-4 {
  position: relative; }
  @media (max-width: 767px) {
    .box-banner-4 {
      text-align: center; } }
  .box-banner-4 .content-banner-4 {
    position: relative; }
    @media (min-width: 992px) {
      .box-banner-4 .content-banner-4 {
        padding: 71px 0; } }
    @media (max-width: 991px) {
      .box-banner-4 .content-banner-4 {
        padding: 71px 15px; } }
    @media (min-width: 1200px) {
      .box-banner-4 .content-banner-4 .ApHtml {
        padding-left: 110px; }
        .rtl .box-banner-4 .content-banner-4 .ApHtml {
          padding-right: 110px;
          padding-left: inherit; } }
    .box-banner-4 .content-banner-4 .ApHtml h3, .box-banner-4 .content-banner-4 .ApHtml h2, .box-banner-4 .content-banner-4 .ApHtml h4, .box-banner-4 .content-banner-4 .ApHtml p {
      color: #ffffff; }
    .box-banner-4 .content-banner-4 .ApHtml h3 {
      font-size: 30px;
      font-weight: 700;
      font-family: "Amatic SC", cursive;
      margin-bottom: 15px; }
    .box-banner-4 .content-banner-4 .ApHtml h2 {
      font-family: "GilroyBold";
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .box-banner-4 .content-banner-4 .ApHtml h2 {
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .box-banner-4 .content-banner-4 .ApHtml h2 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .box-banner-4 .content-banner-4 .ApHtml h2 {
          font-size: 40px; } }
    .box-banner-4 .content-banner-4 .ApHtml h4 {
      font-size: 20px;
      font-family: "GilroyBold"; }
      @media (min-width: 992px) {
        .box-banner-4 .content-banner-4 .ApHtml h4 {
          margin-bottom: 35px; } }
      @media (max-width: 991px) {
        .box-banner-4 .content-banner-4 .ApHtml h4 {
          margin-bottom: 20px; } }
      .box-banner-4 .content-banner-4 .ApHtml h4 span {
        color: #000000;
        text-decoration-line: line-through;
        padding-left: 10px; }
        .rtl .box-banner-4 .content-banner-4 .ApHtml h4 span {
          padding-right: 10px;
          padding-left: inherit; }
    .box-banner-4 .content-banner-4 .ApHtml p {
      line-height: 24px;
      position: relative; }
      @media (min-width: 992px) {
        .box-banner-4 .content-banner-4 .ApHtml p {
          max-width: 200px;
          margin-bottom: 35px; }
          .box-banner-4 .content-banner-4 .ApHtml p::before {
            content: "";
            width: 1px;
            height: 36px;
            background: #f4a24a;
            position: absolute;
            right: 0;
            left: auto;
            top: 7px; } }
      @media (max-width: 991px) {
        .box-banner-4 .content-banner-4 .ApHtml p {
          margin-bottom: 20px; } }
    .box-banner-4 .content-banner-4 .ApHtml a {
      display: inline-block;
      background: #ffffff;
      border-radius: 3px;
      font-family: "GilroyBold";
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      @media (min-width: 992px) {
        .box-banner-4 .content-banner-4 .ApHtml a {
          height: 54px;
          line-height: 54px;
          padding: 0 58px; } }
      @media (max-width: 991px) {
        .box-banner-4 .content-banner-4 .ApHtml a {
          height: 40px;
          line-height: 40px;
          padding: 0 30px; } }
      .box-banner-4 .content-banner-4 .ApHtml a:hover {
        background: #000000;
        color: #ffffff; }
  .box-banner-4 .ApCountdown {
    color: #FFFFFF;
    bottom: 172px;
    display: inline-block;
    line-height: 30px; }
    @media (min-width: 992px) {
      .box-banner-4 .ApCountdown {
        position: absolute; } }
    @media (min-width: 1200px) {
      .box-banner-4 .ApCountdown {
        right: -315px;
        left: auto; }
        .rtl .box-banner-4 .ApCountdown {
          right: auto;
          left: -315px; } }
    @media (max-width: 1199px) {
      .box-banner-4 .ApCountdown {
        right: -195px;
        left: auto; }
        .rtl .box-banner-4 .ApCountdown {
          right: auto;
          left: -195px; } }
    @media (max-width: 991px) {
      .box-banner-4 .ApCountdown {
        margin-left: -30px; }
        .rtl .box-banner-4 .ApCountdown {
          margin-right: -30px;
          margin-left: inherit; } }
    .box-banner-4 .ApCountdown ul {
      margin-bottom: 0; }
      .box-banner-4 .ApCountdown ul li {
        font-family: "GilroyBold";
        padding: 0px 16px;
        position: relative;
        display: inline-block; }
        .box-banner-4 .ApCountdown ul li:not(:last-child)::before {
          content: "";
          width: 4px;
          height: 4px;
          background: white;
          position: absolute;
          top: 40%;
          right: -2px;
          left: auto;
          display: block;
          border-radius: 50%; }
          .rtl .box-banner-4 .ApCountdown ul li:not(:last-child)::before {
            right: auto;
            left: -2px; }
        .box-banner-4 .ApCountdown ul li b {
          display: block;
          font-size: 36px; }
        .box-banner-4 .ApCountdown ul li span {
          font-size: 12px; }
  @media (max-width: 767px) {
    .box-banner-4 .img-banner-img-4 {
      display: none; } }
  .box-banner-4 .img-banner-img-4 .ApImage {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0; }

/* end content home 1 */
/* footer home 1 */
.box-footer {
  position: relative; }
  @media (min-width: 992px) {
    .box-footer {
      padding-bottom: 65px; } }
  @media (max-width: 991px) {
    .box-footer {
      padding-bottom: 30px; } }
  .box-footer .address-footer .block_content h4 {
    font-size: 14px;
    font-family: "GilroyBold"; }
  .box-footer .address-footer .block_content p {
    color: #626262;
    line-height: 24px; }
  .box-footer .box-footer-left .header-logo {
    padding-bottom: 29px; }
  @media (max-width: 767px) {
    .box-footer .box-footer-left {
      margin-bottom: 20px; } }
  .box-footer .box-footer-right .ApHtml {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .box-footer .box-footer-right .ApHtml {
        padding-top: 80px; } }
    @media (max-width: 991px) {
      .box-footer .box-footer-right .ApHtml {
        padding-top: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box-footer .box-footer-right .ApHtml {
        padding-top: 50px;
        padding-bottom: 115px; } }
    @media (max-width: 479px) {
      .box-footer .box-footer-right .ApHtml {
        padding-top: 0;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .box-footer .box-footer-right .ApHtml .block_content {
        padding-left: 50px;
        max-width: 220px; } }
  .box-footer .contact-us-footer .block_content p {
    color: #626262;
    line-height: 24px; }
  .box-footer .contact-us-footer .block_content a {
    color: #67ce29;
    text-decoration: underline;
    font-family: "GilroyBold"; }
  .box-footer::before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .rtl .box-footer::before {
      right: 50%;
      left: auto; }
  @media (max-width: 767px) {
    .box-footer .ApBlockLink {
      position: relative; }
      .box-footer .ApBlockLink .title_block {
        width: 100%;
        border: none;
        line-height: 0;
        margin-bottom: 0; }
      .box-footer .ApBlockLink .navbar-toggler.collapse-icons {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        margin-top: 0; }
        .rtl .box-footer .ApBlockLink .navbar-toggler.collapse-icons {
          right: auto;
          left: 0; } }

@media (min-width: 992px) {
  .box-footer-after {
    padding: 50px 0; } }
@media (max-width: 991px) {
  .box-footer-after {
    padding: 20px 0; } }
@media (min-width: 768px) {
  .box-footer-after {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 767px) {
  .box-footer-after {
    text-align: center; }
    .box-footer-after .ApColumn {
      margin: 10px 0; } }
.box-footer-after .footer-after-left h4 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0; }
  .box-footer-after .footer-after-left h4 a {
    font-family: "GilroyBold";
    color: #67ce29; }
@media (min-width: 768px) {
  .box-footer-after .footer-after-right {
    text-align: right; }
    .rtl .box-footer-after .footer-after-right {
      text-align: left; } }
@media (min-width: 340px) {
  .box-footer-after .footer-after-right img {
    width: auto !important; } }

/* end footer home 1 */
/* quick login*/
.modal.leo-quicklogin-modal {
  padding: 0 !important;
  font-size: 12px; }
  @media (min-width: 576px) {
    .modal.leo-quicklogin-modal .modal-dialog {
      max-width: 360px;
      margin: 60px auto; } }
  .modal.leo-quicklogin-modal label, .modal.leo-quicklogin-modal .label {
    font-size: 12px; }
  .modal.leo-quicklogin-modal .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0; }
    .modal.leo-quicklogin-modal .modal-content .modal-header {
      padding: 0;
      border-bottom: 0; }
      .modal.leo-quicklogin-modal .modal-content .modal-header .close {
        background: #292929;
        opacity: 1;
        color: #fff;
        font-weight: 400;
        text-shadow: none;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        font-size: 20px;
        margin: 0; }
        .modal.leo-quicklogin-modal .modal-content .modal-header .close::after {
          content: "";
          display: table;
          clear: both; }
    .modal.leo-quicklogin-modal .modal-content .modal-body {
      padding: 30px; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content input {
        border: 1px solid #e5e5e5;
        background: #fff;
        outline: 0;
        font-size: 13px; }
        .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content input.form-control {
          height: 42px;
          line-height: 42px; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-callregister {
        text-align: center; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-bt {
        background: #000000;
        font-size: 12px; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element > div:first-child {
        display: flex;
        align-items: center; }
      @media (max-width: 575px) {
        .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element > div:last-child {
          text-align: right; }
          .rtl .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element > div:last-child {
            text-align: left; } }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element .form-control-label {
        padding: 0 5px;
        margin: 0; }
    .modal.leo-quicklogin-modal .modal-content .modal-footer {
      padding: 0;
      border-top: 0; }
  .modal.leo-quicklogin-modal .lql-social-login {
    margin: 0;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
    text-align: center; }
    .modal.leo-quicklogin-modal .lql-social-login .btn {
      font-size: 0;
      margin: 0 2px 2px 0;
      width: 40px;
      height: 40px;
      padding: 0;
      text-align: center;
      line-height: 40px;
      position: relative;
      border: 1px solid transparent;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .modal.leo-quicklogin-modal .lql-social-login .btn .fa {
        font-size: 14px;
        margin: auto !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 40px; }
      .modal.leo-quicklogin-modal .lql-social-login .btn.google-login-bt {
        background: #de332c; }
        .modal.leo-quicklogin-modal .lql-social-login .btn.google-login-bt:hover {
          background: #fff;
          border: 1px solid #de332c;
          color: #de332c; }
      .modal.leo-quicklogin-modal .lql-social-login .btn.facebook-login-bt:hover {
        background: #FFF;
        border: 1px solid #2d4486;
        color: #2d4486; }
      .modal.leo-quicklogin-modal .lql-social-login .btn.twitter-login-bt:hover {
        background: #FFF;
        border: 1px solid #33add6;
        color: #33add6; }
  .modal.leo-quicklogin-modal .lql-calllogin {
    text-align: center; }
.modal h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center; }

/*end quick login*/
/*Content home 2*/
.box-banner-1-2 {
  padding-top: 30px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .box-banner-1-2 {
      margin-bottom: 55px; } }
  @media (max-width: 991px) {
    .box-banner-1-2 {
      margin-bottom: 30px; } }
  .box-banner-1-2 .ApImage {
    position: relative;
    margin-bottom: 0; }
    .box-banner-1-2 .ApImage > a {
      position: relative;
      display: block; }
      .box-banner-1-2 .ApImage > a::after {
        content: "";
        opacity: 0;
        z-index: 1;
        width: auto;
        height: auto;
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        border: 2px solid #fff;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: transform 400ms, opacity 100ms ease 0.4s;
        -moz-transition: transform 400ms, opacity 100ms ease 0.4s;
        -ms-transition: transform 400ms, opacity 100ms ease 0.4s;
        -o-transition: transform 400ms, opacity 100ms ease 0.4s;
        transition: transform 400ms, opacity 100ms ease 0.4s; }
      .box-banner-1-2 .ApImage > a::before {
        content: "";
        width: auto;
        height: auto;
        background: #e68b0c;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: transform 400ms, opacity 100ms ease 0.4s;
        -moz-transition: transform 400ms, opacity 100ms ease 0.4s;
        -ms-transition: transform 400ms, opacity 100ms ease 0.4s;
        -o-transition: transform 400ms, opacity 100ms ease 0.4s;
        transition: transform 400ms, opacity 100ms ease 0.4s; }
      .box-banner-1-2 .ApImage > a:hover::after, .box-banner-1-2 .ApImage > a:hover::before {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: transform 500ms, opacity 300ms ease 0s;
        -moz-transition: transform 500ms, opacity 300ms ease 0s;
        -ms-transition: transform 500ms, opacity 300ms ease 0s;
        -o-transition: transform 500ms, opacity 300ms ease 0s;
        transition: transform 500ms, opacity 300ms ease 0s; }
      .box-banner-1-2 .ApImage > a:hover::after {
        opacity: 1; }
      .box-banner-1-2 .ApImage > a:hover::before {
        opacity: .9; }
    .box-banner-1-2 .ApImage .image_description {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%); }
      .box-banner-1-2 .ApImage .image_description .desc {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0; }
      .box-banner-1-2 .ApImage .image_description .title {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 30px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase; }
      .box-banner-1-2 .ApImage .image_description .btn-image {
        display: inline-flex; }
        .box-banner-1-2 .ApImage .image_description .btn-image a {
          font-size: 12px;
          font-family: "GilroyBold";
          text-transform: uppercase;
          color: #643912;
          line-height: 20px;
          padding: 6px 14px;
          border: 2px solid #e68b0c; }
          .box-banner-1-2 .ApImage .image_description .btn-image a:before, .box-banner-1-2 .ApImage .image_description .btn-image a:after {
            display: none; }
          @media (min-width: 1200px) {
            .box-banner-1-2 .ApImage .image_description .btn-image a {
              margin-top: 18px; } }
          @media (max-width: 1199px) {
            .box-banner-1-2 .ApImage .image_description .btn-image a {
              margin-top: 5px; } }
      .box-banner-1-2 .ApImage .image_description p {
        margin-bottom: 0; }
    .box-banner-1-2 .ApImage.block-img-1-2 .image_description {
      text-align: center;
      left: 0;
      right: 0;
      max-width: 200px;
      margin: auto; }
      .box-banner-1-2 .ApImage.block-img-1-2 .image_description .title {
        margin-bottom: 27px; }
      .box-banner-1-2 .ApImage.block-img-1-2 .image_description .price {
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "GilroyBold"; }
    .box-banner-1-2 .ApImage.block-img-2-2 .image_description {
      right: auto;
      left: 46%; }
      .rtl .box-banner-1-2 .ApImage.block-img-2-2 .image_description {
        right: 46%;
        left: auto; }
      @media (min-width: 1200px) {
        .box-banner-1-2 .ApImage.block-img-2-2 .image_description {
          top: 58%; } }
      .box-banner-1-2 .ApImage.block-img-2-2 .image_description .title {
        color: #643912;
        margin: 0; }
      .box-banner-1-2 .ApImage.block-img-2-2 .image_description .desc {
        font-size: 12px;
        color: #000000;
        text-transform: uppercase;
        margin-top: 5px; }
    .box-banner-1-2 .ApImage.block-img-3-2 .image_description {
      right: auto;
      left: 11%; }
      .rtl .box-banner-1-2 .ApImage.block-img-3-2 .image_description {
        right: 11%;
        left: auto; }
      .box-banner-1-2 .ApImage.block-img-3-2 .image_description .btn-image a {
        color: #FFFFFF;
        border-color: #e68b0c;
        background: #e68b0c; }
      .box-banner-1-2 .ApImage.block-img-3-2 .image_description .title {
        margin: 0; }
    @media (max-width: 1199px) {
      .box-banner-1-2 .ApImage .image_description {
        top: auto;
        bottom: 50%;
        left: 0 !important;
        right: 0 !important;
        text-align: center;
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        transform: translate(0, 50%); }
        .box-banner-1-2 .ApImage .image_description .title {
          font-size: 20px;
          line-height: 25px; } }

@media (min-width: 992px) {
  .box-product-h2 {
    margin: 0 0 50px 0; } }
@media (max-width: 991px) {
  .box-product-h2 {
    margin: 0 0 30px 0; } }
.box-product-h2 .ApColumn .block {
  margin-bottom: 0; }
.box-product-h2 .ApColumn .title_block {
  color: #e68b0c;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 -15px 35px;
  padding: 0; }
  @media (min-width: 768px) {
    .box-product-h2 .ApColumn .title_block {
      text-align: left; }
      .rtl .box-product-h2 .ApColumn .title_block {
        text-align: right; } }
  @media (max-width: 767px) {
    .box-product-h2 .ApColumn .title_block {
      text-align: center; } }
  .box-product-h2 .ApColumn .title_block span {
    color: #000000; }
@media (max-width: 767px) {
  .box-product-h2 .ApColumn .products_block .owl-carousel .owl-controls {
    display: none !important; } }
.box-product-h2 .ApColumn .products_block .owl-carousel .owl-item {
  border: 1px solid #ececec;
  border-left: none; }
  .box-product-h2 .ApColumn .products_block .owl-carousel .owl-item.first {
    border-left: 1px solid #ececec; }
.box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons {
  right: 0;
  left: auto;
  width: 65px;
  top: -68px; }
  .rtl .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons {
    right: auto;
    left: 0; }
  .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons div {
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons div.owl-prev::before, .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons div.owl-next::before {
      font-family: "Font Awesome 5 Pro";
      font-size: 30px;
      color: #e1e1e1; }
    .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons div.owl-prev:hover::before, .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons div.owl-next:hover::before {
      color: #000000; }
    .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons div.owl-prev::before {
      content: "\f137"; }
    .box-product-h2 .ApColumn .products_block .owl-carousel.owl-theme .owl-buttons div.owl-next::before {
      content: "\f138"; }

.rtl .box-product-h2 .ApColumn .products_block .owl-carousel .owl-item {
  border: 1px solid #ececec;
  border-right: none; }
  .rtl .box-product-h2 .ApColumn .products_block .owl-carousel .owl-item.first {
    border-right: 1px solid #ececec; }

@media (min-width: 992px) {
  .box-content-service-h2 {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .box-content-service-h2 {
    margin-bottom: 30px; } }
.box-content-service-h2 .service-items {
  border: 4px solid #f6f6f6;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 50px; }
  .rtl .box-content-service-h2 .service-items {
    padding: 30px 50px 30px 0; }
  .box-content-service-h2 .service-items .discript {
    padding-left: 23px; }
    .rtl .box-content-service-h2 .service-items .discript {
      padding-right: 23px;
      padding-left: inherit; }
    .box-content-service-h2 .service-items .discript .title {
      font-size: 30px;
      color: #a26137;
      line-height: 30px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      position: relative;
      display: inline-block;
      padding: 0 20px 0 0; }
      .rtl .box-content-service-h2 .service-items .discript .title {
        padding: 0 0 0 20px; }
      .box-content-service-h2 .service-items .discript .title:after {
        content: '';
        position: absolute;
        display: inline-block;
        top: auto;
        bottom: 50%;
        right: auto;
        left: 100%;
        width: 200px;
        height: 1px;
        background: #cac8b1;
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        transform: translate(0, 50%); }
        .rtl .box-content-service-h2 .service-items .discript .title:after {
          right: 100%;
          left: auto; }
    .box-content-service-h2 .service-items .discript .desc {
      font-size: 16px;
      margin: 0;
      color: #050505; }
  .box-content-service-h2 .service-items:hover {
    border-color: #ffc156;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 1199px) {
    .box-content-service-h2 .service-items .discript .title:after {
      display: none; } }

@media (min-width: 992px) {
  .box-banner-2-2 {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .box-banner-2-2 {
    margin-bottom: 30px; } }
.box-banner-2-2 .content-breads {
  position: relative; }
  .box-banner-2-2 .content-breads .image_description {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
    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;
    align-items: center; }
    .box-banner-2-2 .content-breads .image_description .discript {
      padding-left: 135px; }
      .box-banner-2-2 .content-breads .image_description .discript .title-smail {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0; }
      .box-banner-2-2 .content-breads .image_description .discript .title-big, .box-banner-2-2 .content-breads .image_description .discript .end-more {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 48px;
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif; }
      .box-banner-2-2 .content-breads .image_description .discript .end-more {
        font-size: 48px;
        text-transform: unset; }
      .rtl .box-banner-2-2 .content-breads .image_description .discript {
        padding-right: 135px;
        padding-left: inherit; }
@media (max-width: 991px) {
  .box-banner-2-2 .content-breads .image_description .discript {
    padding-left: 25px; }
    .rtl .box-banner-2-2 .content-breads .image_description .discript {
      padding-right: 25px;
      padding-left: inherit; }
    .box-banner-2-2 .content-breads .image_description .discript .title-big, .box-banner-2-2 .content-breads .image_description .discript .end-more {
      font-size: 20px;
      line-height: 30px; }
    .box-banner-2-2 .content-breads .image_description .discript .end-more {
      font-size: 20px; } }
@media (max-width: 575px) {
  .box-banner-2-2 .content-breads .image_description {
    display: block;
    text-align: center; }
    .box-banner-2-2 .content-breads .image_description .discript {
      display: none; } }

@media (max-width: 991px) {
  .box-product-2-h2 .best-sale-product {
    margin-bottom: 30px; } }
.box-product-2-h2 .new-product-carousel .owl-carousel .item {
  padding-bottom: 5px; }
.box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature {
  border: 1px solid #eaeaea;
  border-top: none; }
  .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature:first-child {
    border-top: 1px solid #eaeaea; }
  .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature:last-child {
    border-bottom: 1px solid #eaeaea; }
  .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container .product-image {
      width: 35%;
      margin: 10px; }
      .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container .product-image .product-flags {
        display: none; }
    .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container .product-meta {
      width: 65%;
      text-align: left;
      padding: 10px; }
      .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container .product-meta .button-container {
        display: none; }
    .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container .functional-buttons {
      display: none; }
    .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container:hover .product-price-and-shipping, .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container:hover .product-title, .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container:hover .leo-list-product-reviews {
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
    .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container:hover .product-image .product-thumbnail:before {
      visibility: hidden;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0); }
    .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container .leo-list-product-reviews {
      text-align: left; }
    .box-product-2-h2 .new-product-carousel .owl-carousel .product-miniature .thumbnail-container .leo-more-info {
      display: none; }
.box-product-2-h2 .new-product-carousel .owl-carousel .item.first .product-miniature:first-child {
  border-top: 1px solid #eaeaea; }
.box-product-2-h2 .custom-plist-h2 {
  position: relative; }
  .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature {
    border: 1px solid #eaeaea;
    border-top: none;
    margin: -.5px; }
    .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature:first-child, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature:first-child {
      border-top: 1px solid #eaeaea; }
    .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0; }
      .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container .product-image, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container .product-image {
        width: 40%;
        margin: 10px; }
        .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container .product-image .product-flags, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container .product-image .product-flags {
          display: none; }
      .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container .product-meta, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container .product-meta {
        width: 60%;
        text-align: left;
        padding: 10px; }
        .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container .product-meta .button-container.cart, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container .product-meta .button-container.cart {
          margin-top: 16px; }
      .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container .leo-list-product-reviews, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container .leo-list-product-reviews {
        margin-top: 18px;
        text-align: left; }
        .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container .leo-list-product-reviews .leo-list-product-reviews-wraper .nb-revews, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container .leo-list-product-reviews .leo-list-product-reviews-wraper .nb-revews {
          display: none; }
      .box-product-2-h2 .custom-plist-h2 .owl-carousel .product-miniature .thumbnail-container .product-title, .box-product-2-h2 .custom-plist-h2 .product_list .product-miniature .thumbnail-container .product-title {
        margin-top: 4px; }
  .box-product-2-h2 .custom-plist-h2 .product_list {
    padding: 0 15px; }
    .box-product-2-h2 .custom-plist-h2 .product_list li {
      padding: 0; }
    @media (max-width: 1199px) {
      .box-product-2-h2 .custom-plist-h2 .product_list.grid .ajax_block_product:nth-child(4n+1) {
        clear: both; }
      .box-product-2-h2 .custom-plist-h2 .product_list.grid .ajax_block_product:nth-child(3n+1) {
        clear: none; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-product-2-h2 .custom-plist-h2 .product_list.grid .ajax_block_product:nth-child(3n+1) {
        clear: none; } }
  .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs {
    border: none;
    padding: 0; }
    @media (min-width: 768px) {
      .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs {
        position: absolute;
        right: 0;
        left: auto;
        top: 0; }
        .rtl .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs {
          right: auto;
          left: 0; } }
    @media (max-width: 767px) {
      .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
        padding-bottom: 10px; } }
    .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs li a {
      border: none;
      text-transform: capitalize;
      color: #000000;
      position: relative;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs li a:focus, .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs li a:hover, .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs li a.active {
        border: none;
        color: #67ce29; }
    .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs li:not(:last-child) a::after {
      content: "";
      position: absolute;
      width: 3px;
      height: 2px;
      background: #000000;
      top: 50%;
      right: 0;
      left: auto; }
      .rtl .box-product-2-h2 .custom-plist-h2 .ApTabs .nav-tabs li:not(:last-child) a::after {
        right: auto;
        left: 0; }
.box-product-2-h2 .title_block {
  font-size: 30px;
  font-weight: 400;
  color: #e68b0c;
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .box-product-2-h2 .title_block {
      text-align: left; }
      .rtl .box-product-2-h2 .title_block {
        text-align: right; } }
  @media (max-width: 991px) {
    .box-product-2-h2 .title_block {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .box-product-2-h2 .title_block {
      text-align: center; } }
  .box-product-2-h2 .title_block span {
    color: #000000; }

.box-banner-3-2 {
  padding-top: 50px; }
  .box-banner-3-2 .ApImage {
    position: relative; }
    .box-banner-3-2 .ApImage > a {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden; }
      .box-banner-3-2 .ApImage > a::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .box-banner-3-2 .ApImage > a::after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .box-banner-3-2 .ApImage > a::after, .box-banner-3-2 .ApImage > a::before {
        position: absolute;
        z-index: 9;
        content: "";
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .box-banner-3-2 .ApImage > a:hover::after, .box-banner-3-2 .ApImage > a:hover::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .box-banner-3-2 .ApImage > a img {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        backface-visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .box-banner-3-2 .ApImage:hover > a img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    .box-banner-3-2 .ApImage .image_description {
      position: absolute; }
      .box-banner-3-2 .ApImage .image_description .title {
        font-size: 24px;
        line-height: 30px;
        font-family: 'Oswald', sans-serif;
        color: #FFFFFF;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .box-banner-3-2 .ApImage .image_description .title {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 5px; } }
      .box-banner-3-2 .ApImage .image_description .btn-image {
        padding-right: 10px;
        display: inline-block;
        position: relative; }
        .rtl .box-banner-3-2 .ApImage .image_description .btn-image {
          padding-left: 10px;
          padding-right: inherit; }
        .box-banner-3-2 .ApImage .image_description .btn-image a {
          font-size: 14px;
          color: white;
          line-height: 20px;
          font-family: "GilroyBold";
          font-weight: 400;
          text-transform: uppercase; }
        .box-banner-3-2 .ApImage .image_description .btn-image:after {
          content: '\f054';
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          top: auto;
          bottom: 50%;
          right: 0;
          left: auto;
          -webkit-transform: translate(0, 50%);
          -moz-transform: translate(0, 50%);
          -ms-transform: translate(0, 50%);
          -o-transform: translate(0, 50%);
          transform: translate(0, 50%);
          color: #d4800c;
          font-size: 14px;
          line-height: 20px;
          font-weight: 700; }
          .rtl .box-banner-3-2 .ApImage .image_description .btn-image:after {
            right: auto;
            left: 0; }
    .box-banner-3-2 .ApImage.tow-bn-01 .image_description {
      top: 18%;
      right: auto;
      left: 14%;
      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; }
      .rtl .box-banner-3-2 .ApImage.tow-bn-01 .image_description {
        right: 14%;
        left: auto; }
      .box-banner-3-2 .ApImage.tow-bn-01 .image_description .title {
        margin-bottom: 11px; }
      .box-banner-3-2 .ApImage.tow-bn-01 .image_description .price {
        font-size: 60px;
        line-height: 60px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        padding-left: 20px;
        color: #FFFFFF; }
        .rtl .box-banner-3-2 .ApImage.tow-bn-01 .image_description .price {
          padding-right: 20px;
          padding-left: inherit; }
        .box-banner-3-2 .ApImage.tow-bn-01 .image_description .price span {
          font-size: 35px;
          position: relative;
          left: 0;
          top: -20px; }
      .box-banner-3-2 .ApImage.tow-bn-01 .image_description .btn-image a {
        text-transform: uppercase; }
    .box-banner-3-2 .ApImage.two-bn-02 .image_description {
      top: 55%;
      left: auto;
      right: 50%;
      -webkit-transform: translate(50%, 0);
      -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      transform: translate(50%, 0);
      text-align: center; }
      .box-banner-3-2 .ApImage.two-bn-02 .image_description .title {
        margin-bottom: 8px; }

/*end content hone 2*/
/* home 3 */
@media (min-width: 992px) {
  .box-nav-h3 {
    line-height: 45px; } }
@media (max-width: 991px) {
  .box-nav-h3 {
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; } }
@media (min-width: 576px) {
  .box-nav-h3 .nav-h3-left {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; } }
@media (max-width: 575px) {
  .box-nav-h3 .nav-h3-left {
    text-align: center; } }
.box-nav-h3 .nav-h3-left .block-text-nav-h3 {
  margin-bottom: 0; }
  .box-nav-h3 .nav-h3-left .block-text-nav-h3 p {
    margin-bottom: 0;
    position: relative;
    color: #000000;
    font-weight: 500;
    display: inline; }
    @media (min-width: 992px) {
      .box-nav-h3 .nav-h3-left .block-text-nav-h3 p {
        padding: 0 22px 0 25px !important; }
        .box-nav-h3 .nav-h3-left .block-text-nav-h3 p::before {
          content: "";
          width: 1px;
          height: 22px;
          background: #e1e1e1;
          position: absolute;
          top: -2px;
          right: auto;
          left: 0; }
          .rtl .box-nav-h3 .nav-h3-left .block-text-nav-h3 p::before {
            right: 0;
            left: auto; } }
.box-nav-h3 .nav-h3-left .ApQuicklogin .leo-quicklogin {
  line-height: 44px;
  height: 44px; }
  .box-nav-h3 .nav-h3-left .ApQuicklogin .leo-quicklogin i {
    display: none; }
@media (max-width: 575px) {
  .box-nav-h3 .nav-h3-right {
    display: none; } }
.box-nav-h3 .nav-h3-right .block-social {
  text-align: right; }
  .rtl .box-nav-h3 .nav-h3-right .block-social {
    text-align: left; }
@media (max-width: 991px) {
  .box-nav-h3 .language-selector-wrapper,
  .box-nav-h3 .currency-selector,
  .box-nav-h3 .ApQuicklogin {
    display: none; } }

.box-service-h3 {
  position: relative; }
  .box-service-h3::before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .box-service-h3 .ApColumn .ApRawHtml {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    align-items: center; }
    @media (min-width: 992px) {
      .box-service-h3 .ApColumn .ApRawHtml {
        padding: 58px 0; } }
    @media (max-width: 991px) {
      .box-service-h3 .ApColumn .ApRawHtml {
        padding: 30px 0;
        -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; } }
    .box-service-h3 .ApColumn .ApRawHtml .icon-service {
      height: 37px;
      line-height: 37px; }
      .box-service-h3 .ApColumn .ApRawHtml .icon-service i {
        font-size: 30px;
        color: #60ad56; }
    .box-service-h3 .ApColumn .ApRawHtml .discript {
      padding-left: 18px; }
      .rtl .box-service-h3 .ApColumn .ApRawHtml .discript {
        padding-right: 18px;
        padding-left: inherit; }
      .box-service-h3 .ApColumn .ApRawHtml .discript p {
        margin-bottom: 0; }
        .box-service-h3 .ApColumn .ApRawHtml .discript p.title {
          color: #363636;
          font-family: "GilroyBold";
          text-transform: uppercase;
          margin-bottom: 3px; }
        .box-service-h3 .ApColumn .ApRawHtml .discript p.desc {
          color: #626262; }

.box-cate-h3 .block_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }
.box-cate-h3 .ApCategoryImage {
  margin: 0 -15px; }
  .box-cate-h3 .ApCategoryImage ul {
    float: left;
    text-align: center;
    padding: 0 15px; }
    .rtl .box-cate-h3 .ApCategoryImage ul {
      float: right; }
    @media (min-width: 1200px) {
      .box-cate-h3 .ApCategoryImage ul {
        width: 16.66%; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .box-cate-h3 .ApCategoryImage ul {
        width: 33.33%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .box-cate-h3 .ApCategoryImage ul {
        width: 50%; } }
    @media (max-width: 479px) {
      .box-cate-h3 .ApCategoryImage ul {
        width: 100%; } }
    .box-cate-h3 .ApCategoryImage ul li a .cate_content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column; }
      .box-cate-h3 .ApCategoryImage ul li a .cate_content .cover-img {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        min-width: 190px;
        height: 200px;
        border: 1px solid #e5e5e5;
        overflow: hidden;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
        .box-cate-h3 .ApCategoryImage ul li a .cate_content .cover-img img {
          width: auto;
          height: auto; }
        .box-cate-h3 .ApCategoryImage ul li a .cate_content .cover-img .leo-qty {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: #60ad56;
          color: #ffffff;
          padding: 12px 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all ease 0.4s;
          -moz-transition: all ease 0.4s;
          -ms-transition: all ease 0.4s;
          -o-transition: all ease 0.4s;
          transition: all ease 0.4s; }
      .box-cate-h3 .ApCategoryImage ul li a .cate_content .cat_name {
        font-family: "GilroyBold";
        font-size: 16px;
        color: #212121;
        padding-top: 18px;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
    .box-cate-h3 .ApCategoryImage ul:hover li a .cate_content .cover-img {
      border: 1px solid #60ad56; }
      .box-cate-h3 .ApCategoryImage ul:hover li a .cate_content .cover-img .leo-qty {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
    .box-cate-h3 .ApCategoryImage ul:hover li a .cat_name {
      color: #60ad56; }

@media (min-width: 992px) {
  .box-banner-1-3 {
    margin-top: 60px; } }
@media (max-width: 991px) {
  .box-banner-1-3 {
    margin-top: 30px; } }
.box-banner-1-3 .ApColumn .ApImage {
  position: relative;
  margin-bottom: 0; }
  .box-banner-1-3 .ApColumn .ApImage > a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
    .box-banner-1-3 .ApColumn .ApImage > a::before {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
    .box-banner-1-3 .ApColumn .ApImage > a::after {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
    .box-banner-1-3 .ApColumn .ApImage > a::after, .box-banner-1-3 .ApColumn .ApImage > a::before {
      position: absolute;
      z-index: 9;
      content: "";
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .box-banner-1-3 .ApColumn .ApImage > a:hover::after, .box-banner-1-3 .ApColumn .ApImage > a:hover::before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .box-banner-1-3 .ApColumn .ApImage > a img {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      backface-visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .box-banner-1-3 .ApColumn .ApImage:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  .box-banner-1-3 .ApColumn .ApImage .image_description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 250px;
    display: block;
    z-index: 9; }
    .box-banner-1-3 .ApColumn .ApImage .image_description h4 {
      color: #212121;
      font-family: "Rozha One";
      font-weight: 400; }
      @media (min-width: 992px) {
        .box-banner-1-3 .ApColumn .ApImage .image_description h4 {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .box-banner-1-3 .ApColumn .ApImage .image_description h4 {
          font-size: 16px; } }
    .box-banner-1-3 .ApColumn .ApImage .image_description h2 {
      font-family: "Rozha One";
      text-transform: capitalize;
      font-weight: 400; }
      @media (min-width: 992px) {
        .box-banner-1-3 .ApColumn .ApImage .image_description h2 {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .box-banner-1-3 .ApColumn .ApImage .image_description h2 {
          font-size: 25px; } }
    .box-banner-1-3 .ApColumn .ApImage .image_description a {
      font-size: 14px;
      color: #212121;
      font-family: "GilroyBold";
      border-bottom: 1px solid #212121;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .box-banner-1-3 .ApColumn .ApImage .image_description a:hover {
        color: #60ad56;
        border-bottom: 1px solid #60ad56; }
@media (min-width: 992px) {
  .box-banner-1-3 .ApColumn.img-1 .image_description {
    top: 55px; } }
@media (max-width: 991px) {
  .box-banner-1-3 .ApColumn.img-1 .image_description {
    top: 25px; } }
@media (min-width: 480px) {
  .box-banner-1-3 .ApColumn.img-1 .image_description {
    left: 57px;
    right: auto; } }
@media (max-width: 479px) {
  .box-banner-1-3 .ApColumn.img-1 .image_description {
    left: 42px;
    right: auto; } }
.box-banner-1-3 .ApColumn.img-1 .image_description h4 {
  margin-bottom: 5px; }
.box-banner-1-3 .ApColumn.img-1 .image_description h2 {
  color: #f34d26;
  margin-bottom: 6px; }
@media (min-width: 576px) {
  .box-banner-1-3 .ApColumn.img-1 .image_description p {
    margin-bottom: 25px; } }
@media (max-width: 575px) {
  .box-banner-1-3 .ApColumn.img-1 .image_description p {
    margin-bottom: 10px; } }
.box-banner-1-3 .ApColumn.img-1 .image_description p span {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  background: #60ad56;
  border-radius: 3px; }
.box-banner-1-3 .ApColumn.img-2 .image_description {
  left: 58px;
  right: auto; }
  @media (min-width: 1200px) {
    .box-banner-1-3 .ApColumn.img-2 .image_description {
      top: 95px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .box-banner-1-3 .ApColumn.img-2 .image_description {
      top: 65px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .box-banner-1-3 .ApColumn.img-2 .image_description {
      top: 120px; } }
  @media (min-width: 480px) and (max-width: 575px) {
    .box-banner-1-3 .ApColumn.img-2 .image_description {
      top: 90px; } }
  @media (max-width: 479px) {
    .box-banner-1-3 .ApColumn.img-2 .image_description {
      top: 60px;
      right: auto;
      left: 42px; }
      .rtl .box-banner-1-3 .ApColumn.img-2 .image_description {
        right: 42px;
        left: auto; } }
  .box-banner-1-3 .ApColumn.img-2 .image_description h2 {
    color: #ffffff; }
    @media (min-width: 992px) {
      .box-banner-1-3 .ApColumn.img-2 .image_description h2 {
        line-height: 40px;
        margin-bottom: 18px; } }
    @media (max-width: 991px) {
      .box-banner-1-3 .ApColumn.img-2 .image_description h2 {
        line-height: 25px;
        margin-bottom: 5px; } }
  .box-banner-1-3 .ApColumn.img-2 .image_description a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }

.box-product-sale-h3 .ApProductCarousel {
  margin-bottom: 0; }
  .box-product-sale-h3 .ApProductCarousel .plist-countdown .owl-item .item {
    border: 3px solid #60ad56;
    padding: 20px; }
@media (min-width: 992px) {
  .box-product-sale-h3 .thumbnail-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 992px) {
  .box-product-sale-h3 .thumbnail-container .product-image {
    width: 40%; } }
@media (min-width: 992px) {
  .box-product-sale-h3 .thumbnail-container .product-meta {
    width: 60%;
    padding: 0 0 0 35px; }
    .rtl .box-product-sale-h3 .thumbnail-container .product-meta {
      padding: 0 35px 0 0; } }
.box-product-sale-h3 .thumbnail-container .product-meta .leo-list-product-reviews {
  text-align: left; }
  .rtl .box-product-sale-h3 .thumbnail-container .product-meta .leo-list-product-reviews {
    text-align: right; }
.box-product-sale-h3 .thumbnail-container .product-meta .category-default {
  color: #b0b0b0;
  font-size: 12px;
  margin-bottom: 6px; }
.box-product-sale-h3 .thumbnail-container .product-meta .product-title a {
  font-family: "GilroyBold";
  color: #000000; }
.box-product-sale-h3 .thumbnail-container .product-meta .product-price-and-shipping .price {
  color: #60ad56;
  font-family: "GilroyBold";
  font-size: 20px; }
.box-product-sale-h3 .thumbnail-container .product-meta .product-description-short {
  color: #626262;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom {
  border-top: 1px solid #eaeaea;
  padding-top: 16px;
  margin-top: 20px; }
  .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .title-deal-end {
    color: #000000;
    font-size: 14px;
    margin-bottom: 16px;
    display: block; }
  .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock li {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      text-align: center; }
      .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock li:not(:last-child) {
        padding-right: 10px; }
        .rtl .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock li:not(:last-child) {
          padding-left: 10px;
          padding-right: inherit; }
      .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock li b {
        background: #60ad56;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        font-family: "GilroyBold"; }
        @media (min-width: 1200px) {
          .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock li b {
            width: 53px;
            height: 53px;
            line-height: 53px;
            font-size: 20px; } }
        @media (max-width: 1199px) {
          .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock li b {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 14px; } }
      .box-product-sale-h3 .thumbnail-container .product-meta .block-product-cdown-custom .leo-more-cdown .deal-clock li span {
        text-transform: uppercase;
        font-size: 12px;
        color: #000000;
        padding-top: 4px; }

@media (min-width: 1200px) {
  .box-product-list-h3 .product_list.grid .ajax_block_product:nth-child(5n+1) {
    clear: both; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .box-product-list-h3 .product_list.grid .ajax_block_product {
    width: 25%; }
    .box-product-list-h3 .product_list.grid .ajax_block_product:nth-child(4n+1) {
      clear: both; }
    .box-product-list-h3 .product_list.grid .ajax_block_product:nth-child(3n+1) {
      clear: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-product-list-h3 .product_list.grid .ajax_block_product {
    width: 33.33%; } }
@media (min-width: 992px) {
  .box-product-list-h3 .sub-title-widget {
    margin-bottom: 32px; } }
.box-product-list-h3 .ApTabs .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 (min-width: 992px) {
    .box-product-list-h3 .ApTabs .nav-tabs {
      padding-bottom: 60px; } }
  @media (max-width: 991px) {
    .box-product-list-h3 .ApTabs .nav-tabs {
      padding-bottom: 30px; } }
  .box-product-list-h3 .ApTabs .nav-tabs .nav-item > .nav-link {
    color: #000000;
    font-size: 14px;
    font-family: "GilroyBold";
    text-transform: capitalize;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border: none;
    background: #ffffff; }
    .box-product-list-h3 .ApTabs .nav-tabs .nav-item > .nav-link.active, .box-product-list-h3 .ApTabs .nav-tabs .nav-item > .nav-link:hover {
      border: none;
      background: #f5f5f5;
      color: #60ad56; }

.box-banner-3-h3 .ApColumn .ApHtml {
  padding: 120px 0;
  margin: 0; }
  .box-banner-3-h3 .ApColumn .ApHtml .block_content {
    max-width: 720px;
    margin: auto;
    text-align: center; }
    .box-banner-3-h3 .ApColumn .ApHtml .block_content h4, .box-banner-3-h3 .ApColumn .ApHtml .block_content h2 {
      font-family: "Rozha One";
      font-weight: 400;
      text-transform: capitalize; }
    .box-banner-3-h3 .ApColumn .ApHtml .block_content h4 {
      font-size: 30px;
      color: #212121;
      margin-bottom: 0; }
    .box-banner-3-h3 .ApColumn .ApHtml .block_content h2 {
      font-size: 80px;
      color: #60ad56; }
    .box-banner-3-h3 .ApColumn .ApHtml .block_content p {
      font-size: 16px;
      color: #555555;
      line-height: 25px;
      margin-bottom: 28px; }
    .box-banner-3-h3 .ApColumn .ApHtml .block_content a {
      font-family: "GilroyBold";
      color: white;
      text-transform: capitalize;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #60ad56;
      display: inline-block;
      border-radius: 3px;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .box-banner-3-h3 .ApColumn .ApHtml .block_content a:hover {
        background: black; }

.box-brand-h3 .manufacturers_block {
  margin-bottom: 0;
  margin-top: -55px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  height: 150px;
  line-height: 150px; }

.box-blog-h3 .latest-blogs {
  margin-bottom: 0;
  padding-bottom: 0; }

.box-email-h3 {
  margin: 20px 0 5px; }
  .box-email-h3 .ApColumn {
    padding: 0; }
  @media (min-width: 768px) {
    .box-email-h3 .block_newsletter {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      flex-direction: row;
      border: 1px solid #e8e8e8;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .box-email-h3 .block_newsletter {
      padding: 33px 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-email-h3 .block_newsletter {
      padding: 30px; } }
  @media (max-width: 767px) {
    .box-email-h3 .block_newsletter {
      text-align: center; } }
  .box-email-h3 .block_newsletter .title_block {
    font-size: 16px;
    line-height: 24px;
    font-family: "GilroyBold";
    color: #333333;
    position: relative; }
    @media (min-width: 992px) {
      .box-email-h3 .block_newsletter .title_block {
        max-width: 200px; } }
    @media (min-width: 768px) {
      .box-email-h3 .block_newsletter .title_block {
        width: 200px;
        padding: 0 45px 0 56px; }
        .rtl .box-email-h3 .block_newsletter .title_block {
          padding: 0 56px 0 45px; }
        .box-email-h3 .block_newsletter .title_block::after {
          content: "";
          width: 1px;
          height: 48px;
          background: #e5e5e5;
          display: block;
          position: absolute;
          right: 0;
          left: auto;
          top: 0; }
          .rtl .box-email-h3 .block_newsletter .title_block::after {
            right: auto;
            left: 0; } }
    @media (max-width: 767px) {
      .box-email-h3 .block_newsletter .title_block {
        text-align: center;
        display: inline-block;
        padding-left: 25px;
        padding-top: 0; }
        .rtl .box-email-h3 .block_newsletter .title_block {
          padding-right: 25px;
          padding-left: inherit; } }
    .box-email-h3 .block_newsletter .title_block::before {
      content: "\f658";
      font-family: "Font Awesome 5 Pro";
      display: block;
      color: #333333;
      position: absolute;
      right: auto;
      left: 0; }
      .rtl .box-email-h3 .block_newsletter .title_block::before {
        right: 0;
        left: auto; }
      @media (min-width: 768px) {
        .box-email-h3 .block_newsletter .title_block::before {
          font-size: 36px;
          top: 10px; } }
      @media (max-width: 767px) {
        .box-email-h3 .block_newsletter .title_block::before {
          font-size: 20px; } }
  @media (min-width: 768px) {
    .box-email-h3 .block_newsletter .block_content {
      width: calc(100% - 200px);
      padding: 0 0 0 30px; }
      .rtl .box-email-h3 .block_newsletter .block_content {
        padding: 0 30px 0 0; } }
  @media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(1) {
      width: 35%; } }
  .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(1) p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #626262; }
  @media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(2) {
      position: relative;
      padding: 0;
      width: 60%; } }
  @media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form input[type=email] {
      max-width: 520px;
      width: 100%;
      float: right; }
      .rtl .box-email-h3 .block_newsletter .block_content form input[type=email] {
        float: left; } }
  @media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form .btn {
      right: 6px;
      left: auto; }
      .rtl .box-email-h3 .block_newsletter .block_content form .btn {
        right: auto;
        left: 6px; } }
  @media (max-width: 991px) {
    .box-email-h3 .block_newsletter .block_content form .btn {
      right: 22px;
      left: auto; }
      .rtl .box-email-h3 .block_newsletter .block_content form .btn {
        right: auto;
        left: 22px; } }
  @media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form .input-wrapper {
      margin-left: 20px; }
      .rtl .box-email-h3 .block_newsletter .block_content form .input-wrapper {
        margin-right: 20px;
        margin-left: inherit; } }

.box-menu-footer-h3 .ApColumn .ApRawHtml {
  margin: 30px 0; }
.box-menu-footer-h3 .menu-footer-h3 {
  text-align: center; }
  .box-menu-footer-h3 .menu-footer-h3 ul {
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .box-menu-footer-h3 .menu-footer-h3 ul {
        margin-bottom: 10px; } }
    .box-menu-footer-h3 .menu-footer-h3 ul li {
      display: inline-block;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .box-menu-footer-h3 .menu-footer-h3 ul li {
          padding-bottom: 10px; } }
      .box-menu-footer-h3 .menu-footer-h3 ul li a {
        padding: 0 13px;
        color: #353535;
        font-size: 13px;
        font-family: "GilroyBold";
        text-transform: uppercase; }
      .box-menu-footer-h3 .menu-footer-h3 ul li:hover a {
        color: #60ad56; }
  .box-menu-footer-h3 .menu-footer-h3 p {
    max-width: 520px;
    margin: auto;
    color: #b0b0b0;
    line-height: 20px;
    font-size: 14px; }

.contact-us-footer-h3 {
  position: relative; }
  .contact-us-footer-h3::after {
    content: "";
    width: 1px;
    height: 250px;
    background: #ebebeb;
    position: absolute;
    right: auto;
    left: -55px;
    top: 0; }
    .rtl .contact-us-footer-h3::after {
      right: -55px;
      left: auto; }
  @media (min-width: 992px) {
    .contact-us-footer-h3 .ApHtml .block_content {
      max-width: 238px; } }
  .contact-us-footer-h3 .ApHtml .block_content .text-contact p {
    line-height: 24px;
    color: #363636;
    margin-bottom: 30px; }
    .contact-us-footer-h3 .ApHtml .block_content .text-contact p span {
      color: #60ad56; }
  .contact-us-footer-h3 .ApHtml .block_content > .info-contact {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #626262; }
    .contact-us-footer-h3 .ApHtml .block_content > .info-contact .text-right {
      padding-left: 18px; }
      .rtl .contact-us-footer-h3 .ApHtml .block_content > .info-contact .text-right {
        padding-right: 18px;
        padding-left: inherit; }
    .contact-us-footer-h3 .ApHtml .block_content > .info-contact > span i.fa-map-marker-check::before {
      content: "\f606"; }
    .contact-us-footer-h3 .ApHtml .block_content > .info-contact > span i.fa-mobile-android-alt::before {
      content: "\f3cf"; }
    .contact-us-footer-h3 .ApHtml .block_content > .info-contact > span i::before {
      font-size: 30px;
      color: #333333; }
    .contact-us-footer-h3 .ApHtml .block_content > .info-contact.market-check-icon {
      padding-bottom: 27px; }
      .contact-us-footer-h3 .ApHtml .block_content > .info-contact.market-check-icon .text-right {
        line-height: 20px; }
    .contact-us-footer-h3 .ApHtml .block_content > .info-contact.phone-android-icon .text-right p {
      margin-bottom: 0;
      color: #626262; }
      .contact-us-footer-h3 .ApHtml .block_content > .info-contact.phone-android-icon .text-right p:first-child {
        margin-bottom: 10px; }

.box-footer-after-h3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 90px; }
  @media (max-width: 767px) {
    .box-footer-after-h3 {
      -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;
      text-align: center;
      padding: 10px 0; }
      .box-footer-after-h3 .block-img-payment-h3 .ApImage img {
        width: auto !important; } }
  .box-footer-after-h3 .text-copy-right-h3 h4 {
    color: #b0b0b0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0; }
    .box-footer-after-h3 .text-copy-right-h3 h4 a {
      font-family: "GilroyBold";
      color: #60ad56;
      text-transform: capitalize; }
  .box-footer-after-h3 .block-social ul {
    text-align: center; }
    .box-footer-after-h3 .block-social ul li a::before {
      color: white !important; }
    .box-footer-after-h3 .block-social ul li:hover a {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

/* end home 3 */
/* 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: 320px; }
    .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;
      padding: 5px; }
      .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;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
  .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; }

/*end Multi Image Product List */
/* end Ap Foods */

/*# sourceMappingURL=styles.css.map */
